Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
465 changes: 186 additions & 279 deletions APIs/amazonaws.com/AWSMigrationHub/2017-05-31/openapi.yaml

Large diffs are not rendered by default.

1,250 changes: 500 additions & 750 deletions APIs/amazonaws.com/accessanalyzer/2019-11-01/openapi.yaml

Large diffs are not rendered by default.

830 changes: 332 additions & 498 deletions APIs/amazonaws.com/acm-pca/2017-08-22/openapi.yaml

Large diffs are not rendered by default.

500 changes: 200 additions & 300 deletions APIs/amazonaws.com/acm/2015-12-08/openapi.yaml

Large diffs are not rendered by default.

3,005 changes: 1,202 additions & 1,803 deletions APIs/amazonaws.com/alexaforbusiness/2017-11-09/openapi.yaml

Large diffs are not rendered by default.

110 changes: 44 additions & 66 deletions APIs/amazonaws.com/amp/2020-08-01/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,17 +510,14 @@ components:
- workspaceId
properties:
arn:
allOf:
- $ref: '#/components/schemas/WorkspaceArn'
- description: The ARN of the workspace that was just created.
$ref: '#/components/schemas/WorkspaceArn'
description: The ARN of the workspace that was just created.
status:
allOf:
- $ref: '#/components/schemas/WorkspaceStatus'
- description: The status of the workspace that was just created (usually CREATING).
$ref: '#/components/schemas/WorkspaceStatus'
description: The status of the workspace that was just created (usually CREATING).
workspaceId:
allOf:
- $ref: '#/components/schemas/WorkspaceId'
- description: The generated ID of the workspace that was just created.
$ref: '#/components/schemas/WorkspaceId'
description: The generated ID of the workspace that was just created.
description: Represents the output of a CreateWorkspace operation.
ThrottlingException: {}
ConflictException: {}
Expand All @@ -535,23 +532,20 @@ components:
- workspace
properties:
workspace:
allOf:
- $ref: '#/components/schemas/WorkspaceDescription'
- description: The properties of the selected workspace.
$ref: '#/components/schemas/WorkspaceDescription'
description: The properties of the selected workspace.
description: Represents the output of a DescribeWorkspace operation.
ListWorkspacesResponse:
type: object
required:
- workspaces
properties:
nextToken:
allOf:
- $ref: '#/components/schemas/PaginationToken'
- description: Pagination token to use when requesting the next page in this list.
$ref: '#/components/schemas/PaginationToken'
description: Pagination token to use when requesting the next page in this list.
workspaces:
allOf:
- $ref: '#/components/schemas/WorkspaceSummaryList'
- description: 'The list of existing workspaces, including those undergoing creation or deletion.'
$ref: '#/components/schemas/WorkspaceSummaryList'
description: 'The list of existing workspaces, including those undergoing creation or deletion.'
description: Represents the output of a ListWorkspaces operation.
WorkspaceAlias:
type: string
Expand All @@ -569,13 +563,11 @@ components:
title: CreateWorkspaceRequest
properties:
alias:
allOf:
- $ref: '#/components/schemas/WorkspaceAlias'
- description: An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.
$ref: '#/components/schemas/WorkspaceAlias'
description: An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.
clientToken:
allOf:
- $ref: '#/components/schemas/IdempotencyToken'
- description: 'Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.'
$ref: '#/components/schemas/IdempotencyToken'
description: 'Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.'
description: Represents the input of a CreateWorkspace operation.
WorkspaceArn:
type: string
Expand All @@ -586,9 +578,8 @@ components:
- statusCode
properties:
statusCode:
allOf:
- $ref: '#/components/schemas/WorkspaceStatusCode'
- description: Status code of this workspace.
$ref: '#/components/schemas/WorkspaceStatusCode'
description: Status code of this workspace.
description: Represents the status of a workspace.
WorkspaceId:
type: string
Expand All @@ -615,29 +606,23 @@ components:
- workspaceId
properties:
alias:
allOf:
- $ref: '#/components/schemas/WorkspaceAlias'
- description: Alias of this workspace.
$ref: '#/components/schemas/WorkspaceAlias'
description: Alias of this workspace.
arn:
allOf:
- $ref: '#/components/schemas/WorkspaceArn'
- description: The Amazon Resource Name (ARN) of this workspace.
$ref: '#/components/schemas/WorkspaceArn'
description: The Amazon Resource Name (ARN) of this workspace.
createdAt:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: The time when the workspace was created.
$ref: '#/components/schemas/Timestamp'
description: The time when the workspace was created.
prometheusEndpoint:
allOf:
- $ref: '#/components/schemas/Uri'
- description: Prometheus endpoint URI.
$ref: '#/components/schemas/Uri'
description: Prometheus endpoint URI.
status:
allOf:
- $ref: '#/components/schemas/WorkspaceStatus'
- description: The status of this workspace.
$ref: '#/components/schemas/WorkspaceStatus'
description: The status of this workspace.
workspaceId:
allOf:
- $ref: '#/components/schemas/WorkspaceId'
- description: Unique string identifying this workspace.
$ref: '#/components/schemas/WorkspaceId'
description: Unique string identifying this workspace.
description: Represents the properties of a workspace.
ListWorkspacesRequestMaxResultsInteger:
type: integer
Expand All @@ -664,13 +649,11 @@ components:
title: UpdateWorkspaceAliasRequest
properties:
alias:
allOf:
- $ref: '#/components/schemas/WorkspaceAlias'
- description: The new alias of the workspace.
$ref: '#/components/schemas/WorkspaceAlias'
description: The new alias of the workspace.
clientToken:
allOf:
- $ref: '#/components/schemas/IdempotencyToken'
- description: 'Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.'
$ref: '#/components/schemas/IdempotencyToken'
description: 'Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.'
description: Represents the input of an UpdateWorkspaceAlias operation.
Uri:
type: string
Expand All @@ -694,25 +677,20 @@ components:
- workspaceId
properties:
alias:
allOf:
- $ref: '#/components/schemas/WorkspaceAlias'
- description: Alias of this workspace.
$ref: '#/components/schemas/WorkspaceAlias'
description: Alias of this workspace.
arn:
allOf:
- $ref: '#/components/schemas/WorkspaceArn'
- description: The AmazonResourceName of this workspace.
$ref: '#/components/schemas/WorkspaceArn'
description: The AmazonResourceName of this workspace.
createdAt:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: The time when the workspace was created.
$ref: '#/components/schemas/Timestamp'
description: The time when the workspace was created.
status:
allOf:
- $ref: '#/components/schemas/WorkspaceStatus'
- description: The status of this workspace.
$ref: '#/components/schemas/WorkspaceStatus'
description: The status of this workspace.
workspaceId:
allOf:
- $ref: '#/components/schemas/WorkspaceId'
- description: Unique string identifying this workspace.
$ref: '#/components/schemas/WorkspaceId'
description: Unique string identifying this workspace.
description: Represents a summary of the properties of a workspace.
security:
- hmac: []
Loading