The specified Amazon Resource Name (ARN) does not exist in the AWS account.
diff --git a/packages/sdk-codecommit-browser/types/AuthorDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/AuthorDoesNotExistException.ts index fcd5333f864a..0718539b1749 100644 --- a/packages/sdk-codecommit-browser/types/AuthorDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/AuthorDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified Amazon Resource Name (ARN) does not exist in the AWS account.
diff --git a/packages/sdk-codecommit-browser/types/BatchGetRepositoriesInput.ts b/packages/sdk-codecommit-browser/types/BatchGetRepositoriesInput.ts index 460372b54088..fe75466e9905 100644 --- a/packages/sdk-codecommit-browser/types/BatchGetRepositoriesInput.ts +++ b/packages/sdk-codecommit-browser/types/BatchGetRepositoriesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a batch get repositories operation.
@@ -10,23 +11,19 @@ export interface BatchGetRepositoriesInput { repositoryNames: ArrayRepresents the output of a batch get repositories operation.
@@ -16,8 +16,7 @@ export interface BatchGetRepositoriesOutput { repositoriesNotFound?: ArrayThe before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.
diff --git a/packages/sdk-codecommit-browser/types/BlobIdDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/BlobIdDoesNotExistException.ts index 3b918ec3c420..895aa34a3543 100644 --- a/packages/sdk-codecommit-browser/types/BlobIdDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/BlobIdDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified blob does not exist.
diff --git a/packages/sdk-codecommit-browser/types/BlobIdRequiredException.ts b/packages/sdk-codecommit-browser/types/BlobIdRequiredException.ts index f36c8a8d94a9..94d9167b85c7 100644 --- a/packages/sdk-codecommit-browser/types/BlobIdRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/BlobIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A blob ID is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/BranchDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/BranchDoesNotExistException.ts index 9e49595ffa26..ffc75d0e2936 100644 --- a/packages/sdk-codecommit-browser/types/BranchDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/BranchDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch does not exist.
diff --git a/packages/sdk-codecommit-browser/types/BranchNameExistsException.ts b/packages/sdk-codecommit-browser/types/BranchNameExistsException.ts index e586c3058164..f516ed02e4b3 100644 --- a/packages/sdk-codecommit-browser/types/BranchNameExistsException.ts +++ b/packages/sdk-codecommit-browser/types/BranchNameExistsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch name already exists.
diff --git a/packages/sdk-codecommit-browser/types/BranchNameRequiredException.ts b/packages/sdk-codecommit-browser/types/BranchNameRequiredException.ts index 50e73d497582..675abcb7d669 100644 --- a/packages/sdk-codecommit-browser/types/BranchNameRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/BranchNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A branch name is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/ClientRequestTokenRequiredException.ts b/packages/sdk-codecommit-browser/types/ClientRequestTokenRequiredException.ts index d0ec5afbc22d..ac885b552320 100644 --- a/packages/sdk-codecommit-browser/types/ClientRequestTokenRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/ClientRequestTokenRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A client request token is required. A client request token is an unique, client-generated idempotency token that when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request will return information about the initial request that used that token.
diff --git a/packages/sdk-codecommit-browser/types/CommentContentRequiredException.ts b/packages/sdk-codecommit-browser/types/CommentContentRequiredException.ts index dfb89875c03e..fc0cb5c8c1d6 100644 --- a/packages/sdk-codecommit-browser/types/CommentContentRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/CommentContentRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment is empty. You must provide some content for a comment. The content cannot be null.
diff --git a/packages/sdk-codecommit-browser/types/CommentContentSizeLimitExceededException.ts b/packages/sdk-codecommit-browser/types/CommentContentSizeLimitExceededException.ts index 54be59977ae5..54a84249c383 100644 --- a/packages/sdk-codecommit-browser/types/CommentContentSizeLimitExceededException.ts +++ b/packages/sdk-codecommit-browser/types/CommentContentSizeLimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment is too large. Comments are limited to 1,000 characters.
diff --git a/packages/sdk-codecommit-browser/types/CommentDeletedException.ts b/packages/sdk-codecommit-browser/types/CommentDeletedException.ts index 7d144ad72094..9117f6a0ff79 100644 --- a/packages/sdk-codecommit-browser/types/CommentDeletedException.ts +++ b/packages/sdk-codecommit-browser/types/CommentDeletedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This comment has already been deleted. You cannot edit or delete a deleted comment.
diff --git a/packages/sdk-codecommit-browser/types/CommentDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/CommentDoesNotExistException.ts index df88d0c9340c..6e7f475b8b0c 100644 --- a/packages/sdk-codecommit-browser/types/CommentDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/CommentDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No comment exists with the provided ID. Verify that you have provided the correct ID, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/CommentIdRequiredException.ts b/packages/sdk-codecommit-browser/types/CommentIdRequiredException.ts index 1137efad27cf..f92df0f8389d 100644 --- a/packages/sdk-codecommit-browser/types/CommentIdRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/CommentIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment ID is missing or null. A comment ID is required.
diff --git a/packages/sdk-codecommit-browser/types/CommentNotCreatedByCallerException.ts b/packages/sdk-codecommit-browser/types/CommentNotCreatedByCallerException.ts index 8bdcef922464..6213e9a080e2 100644 --- a/packages/sdk-codecommit-browser/types/CommentNotCreatedByCallerException.ts +++ b/packages/sdk-codecommit-browser/types/CommentNotCreatedByCallerException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot modify or delete this comment. Only comment authors can modify or delete their comments.
diff --git a/packages/sdk-codecommit-browser/types/CommitDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/CommitDoesNotExistException.ts index e0e4eff41a3e..93c8591d60a4 100644 --- a/packages/sdk-codecommit-browser/types/CommitDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/CommitDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
diff --git a/packages/sdk-codecommit-browser/types/CommitIdDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/CommitIdDoesNotExistException.ts index 268dc409179d..4ee5d8f4ae88 100644 --- a/packages/sdk-codecommit-browser/types/CommitIdDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/CommitIdDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit ID does not exist.
diff --git a/packages/sdk-codecommit-browser/types/CommitIdRequiredException.ts b/packages/sdk-codecommit-browser/types/CommitIdRequiredException.ts index a97730b8446b..aa4e0fa1d0c6 100644 --- a/packages/sdk-codecommit-browser/types/CommitIdRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/CommitIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A commit ID was not specified.
diff --git a/packages/sdk-codecommit-browser/types/CommitRequiredException.ts b/packages/sdk-codecommit-browser/types/CommitRequiredException.ts index 6a99c61754a9..eaac30cd78f9 100644 --- a/packages/sdk-codecommit-browser/types/CommitRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/CommitRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A commit was not specified.
diff --git a/packages/sdk-codecommit-browser/types/CreateBranchInput.ts b/packages/sdk-codecommit-browser/types/CreateBranchInput.ts index 5feb23989900..0f1aa8e8649c 100644 --- a/packages/sdk-codecommit-browser/types/CreateBranchInput.ts +++ b/packages/sdk-codecommit-browser/types/CreateBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a create branch operation.
@@ -20,23 +21,19 @@ export interface CreateBranchInput { commitId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/CreateBranchOutput.ts b/packages/sdk-codecommit-browser/types/CreateBranchOutput.ts index 0c5a9c8543c1..01a86df7d56f 100644 --- a/packages/sdk-codecommit-browser/types/CreateBranchOutput.ts +++ b/packages/sdk-codecommit-browser/types/CreateBranchOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateBranchOutput shape */ export interface CreateBranchOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/CreatePullRequestInput.ts b/packages/sdk-codecommit-browser/types/CreatePullRequestInput.ts index 73f357e4db6e..2173be5dd0ef 100644 --- a/packages/sdk-codecommit-browser/types/CreatePullRequestInput.ts +++ b/packages/sdk-codecommit-browser/types/CreatePullRequestInput.ts @@ -1,5 +1,6 @@ import {_Target} from './_Target'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreatePullRequestInput shape @@ -26,23 +27,19 @@ export interface CreatePullRequestInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/CreatePullRequestOutput.ts b/packages/sdk-codecommit-browser/types/CreatePullRequestOutput.ts index cdb39f3ddcbb..ce0670a03533 100644 --- a/packages/sdk-codecommit-browser/types/CreatePullRequestOutput.ts +++ b/packages/sdk-codecommit-browser/types/CreatePullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreatePullRequestOutput shape @@ -11,8 +11,7 @@ export interface CreatePullRequestOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/CreateRepositoryInput.ts b/packages/sdk-codecommit-browser/types/CreateRepositoryInput.ts index 0c36dbc81083..5337575825a4 100644 --- a/packages/sdk-codecommit-browser/types/CreateRepositoryInput.ts +++ b/packages/sdk-codecommit-browser/types/CreateRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a create repository operation.
@@ -15,23 +16,19 @@ export interface CreateRepositoryInput { repositoryDescription?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/CreateRepositoryOutput.ts b/packages/sdk-codecommit-browser/types/CreateRepositoryOutput.ts index c3e442d08ccb..f5f606693dfd 100644 --- a/packages/sdk-codecommit-browser/types/CreateRepositoryOutput.ts +++ b/packages/sdk-codecommit-browser/types/CreateRepositoryOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryMetadata} from './_RepositoryMetadata'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a create repository operation.
@@ -11,8 +11,7 @@ export interface CreateRepositoryOutput { repositoryMetadata?: _UnmarshalledRepositoryMetadata; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/DefaultBranchCannotBeDeletedException.ts b/packages/sdk-codecommit-browser/types/DefaultBranchCannotBeDeletedException.ts index 8f717c0902b4..ecac20b0f2f1 100644 --- a/packages/sdk-codecommit-browser/types/DefaultBranchCannotBeDeletedException.ts +++ b/packages/sdk-codecommit-browser/types/DefaultBranchCannotBeDeletedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.
diff --git a/packages/sdk-codecommit-browser/types/DeleteBranchInput.ts b/packages/sdk-codecommit-browser/types/DeleteBranchInput.ts index e475a5403f73..a19cf0bb477d 100644 --- a/packages/sdk-codecommit-browser/types/DeleteBranchInput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a delete branch operation.
@@ -15,23 +16,19 @@ export interface DeleteBranchInput { branchName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/DeleteBranchOutput.ts b/packages/sdk-codecommit-browser/types/DeleteBranchOutput.ts index adbc653f1843..ecbc9f9873ba 100644 --- a/packages/sdk-codecommit-browser/types/DeleteBranchOutput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteBranchOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledBranchInfo} from './_BranchInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a delete branch operation.
@@ -11,8 +11,7 @@ export interface DeleteBranchOutput { deletedBranch?: _UnmarshalledBranchInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/DeleteCommentContentInput.ts b/packages/sdk-codecommit-browser/types/DeleteCommentContentInput.ts index 9f148a199d8f..9073a7f1aaa4 100644 --- a/packages/sdk-codecommit-browser/types/DeleteCommentContentInput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteCommentContentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteCommentContentInput shape @@ -10,23 +11,19 @@ export interface DeleteCommentContentInput { commentId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/DeleteCommentContentOutput.ts b/packages/sdk-codecommit-browser/types/DeleteCommentContentOutput.ts index 1891cfb398a3..75d20cfe1b4f 100644 --- a/packages/sdk-codecommit-browser/types/DeleteCommentContentOutput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteCommentContentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteCommentContentOutput shape @@ -11,8 +11,7 @@ export interface DeleteCommentContentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/DeleteRepositoryInput.ts b/packages/sdk-codecommit-browser/types/DeleteRepositoryInput.ts index 0fed5598b602..7484badacf49 100644 --- a/packages/sdk-codecommit-browser/types/DeleteRepositoryInput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a delete repository operation.
@@ -10,23 +11,19 @@ export interface DeleteRepositoryInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/DeleteRepositoryOutput.ts b/packages/sdk-codecommit-browser/types/DeleteRepositoryOutput.ts index 78d7aee0b5a3..3c9331dde310 100644 --- a/packages/sdk-codecommit-browser/types/DeleteRepositoryOutput.ts +++ b/packages/sdk-codecommit-browser/types/DeleteRepositoryOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a delete repository operation.
@@ -10,8 +10,7 @@ export interface DeleteRepositoryOutput { repositoryId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/DescribePullRequestEventsInput.ts b/packages/sdk-codecommit-browser/types/DescribePullRequestEventsInput.ts index 9d622ecae6a0..4afe9343b3f7 100644 --- a/packages/sdk-codecommit-browser/types/DescribePullRequestEventsInput.ts +++ b/packages/sdk-codecommit-browser/types/DescribePullRequestEventsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribePullRequestEventsInput shape @@ -30,23 +31,19 @@ export interface DescribePullRequestEventsInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/DescribePullRequestEventsOutput.ts b/packages/sdk-codecommit-browser/types/DescribePullRequestEventsOutput.ts index fd9bec34f7fc..62da59f1d34b 100644 --- a/packages/sdk-codecommit-browser/types/DescribePullRequestEventsOutput.ts +++ b/packages/sdk-codecommit-browser/types/DescribePullRequestEventsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequestEvent} from './_PullRequestEvent'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribePullRequestEventsOutput shape @@ -16,8 +16,7 @@ export interface DescribePullRequestEventsOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/EncryptionIntegrityChecksFailedException.ts b/packages/sdk-codecommit-browser/types/EncryptionIntegrityChecksFailedException.ts index 6eb53758466e..b9a23d2594dd 100644 --- a/packages/sdk-codecommit-browser/types/EncryptionIntegrityChecksFailedException.ts +++ b/packages/sdk-codecommit-browser/types/EncryptionIntegrityChecksFailedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An encryption integrity check failed.
diff --git a/packages/sdk-codecommit-browser/types/EncryptionKeyAccessDeniedException.ts b/packages/sdk-codecommit-browser/types/EncryptionKeyAccessDeniedException.ts index a957141d2bfd..c0c303c5b8e1 100644 --- a/packages/sdk-codecommit-browser/types/EncryptionKeyAccessDeniedException.ts +++ b/packages/sdk-codecommit-browser/types/EncryptionKeyAccessDeniedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An encryption key could not be accessed.
diff --git a/packages/sdk-codecommit-browser/types/EncryptionKeyDisabledException.ts b/packages/sdk-codecommit-browser/types/EncryptionKeyDisabledException.ts index a27e42ad3d0b..42c7241888eb 100644 --- a/packages/sdk-codecommit-browser/types/EncryptionKeyDisabledException.ts +++ b/packages/sdk-codecommit-browser/types/EncryptionKeyDisabledException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The encryption key is disabled.
diff --git a/packages/sdk-codecommit-browser/types/EncryptionKeyNotFoundException.ts b/packages/sdk-codecommit-browser/types/EncryptionKeyNotFoundException.ts index fab4b18bf00b..ec497b3bd582 100644 --- a/packages/sdk-codecommit-browser/types/EncryptionKeyNotFoundException.ts +++ b/packages/sdk-codecommit-browser/types/EncryptionKeyNotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No encryption key was found.
diff --git a/packages/sdk-codecommit-browser/types/EncryptionKeyUnavailableException.ts b/packages/sdk-codecommit-browser/types/EncryptionKeyUnavailableException.ts index 767babf9f566..00574994dbf4 100644 --- a/packages/sdk-codecommit-browser/types/EncryptionKeyUnavailableException.ts +++ b/packages/sdk-codecommit-browser/types/EncryptionKeyUnavailableException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The encryption key is not available.
diff --git a/packages/sdk-codecommit-browser/types/FileTooLargeException.ts b/packages/sdk-codecommit-browser/types/FileTooLargeException.ts index f273b958826b..158936830f70 100644 --- a/packages/sdk-codecommit-browser/types/FileTooLargeException.ts +++ b/packages/sdk-codecommit-browser/types/FileTooLargeException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.
diff --git a/packages/sdk-codecommit-browser/types/GetBlobInput.ts b/packages/sdk-codecommit-browser/types/GetBlobInput.ts index 01d2d339ac94..796cbdf380e2 100644 --- a/packages/sdk-codecommit-browser/types/GetBlobInput.ts +++ b/packages/sdk-codecommit-browser/types/GetBlobInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get blob operation.
@@ -15,23 +16,19 @@ export interface GetBlobInput { blobId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetBlobOutput.ts b/packages/sdk-codecommit-browser/types/GetBlobOutput.ts index 8ca9cf39b065..ec57e0f9d2c8 100644 --- a/packages/sdk-codecommit-browser/types/GetBlobOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetBlobOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get blob operation.
@@ -10,8 +10,7 @@ export interface GetBlobOutput { content: Uint8Array; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetBranchInput.ts b/packages/sdk-codecommit-browser/types/GetBranchInput.ts index 59c25f71adf1..aa5af9f255f4 100644 --- a/packages/sdk-codecommit-browser/types/GetBranchInput.ts +++ b/packages/sdk-codecommit-browser/types/GetBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get branch operation.
@@ -15,23 +16,19 @@ export interface GetBranchInput { branchName?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetBranchOutput.ts b/packages/sdk-codecommit-browser/types/GetBranchOutput.ts index cc5aff667839..b1b690e46a12 100644 --- a/packages/sdk-codecommit-browser/types/GetBranchOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetBranchOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledBranchInfo} from './_BranchInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get branch operation.
@@ -11,8 +11,7 @@ export interface GetBranchOutput { branch?: _UnmarshalledBranchInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetCommentInput.ts b/packages/sdk-codecommit-browser/types/GetCommentInput.ts index b1d8e50685b6..c7f5fc21237f 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentInput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentInput shape @@ -10,23 +11,19 @@ export interface GetCommentInput { commentId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetCommentOutput.ts b/packages/sdk-codecommit-browser/types/GetCommentOutput.ts index c18e3e550c24..74d3604f223a 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentOutput shape @@ -11,8 +11,7 @@ export interface GetCommentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitInput.ts b/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitInput.ts index 76cc99340493..05945f238cf3 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitInput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForComparedCommitInput shape @@ -30,23 +31,19 @@ export interface GetCommentsForComparedCommitInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitOutput.ts b/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitOutput.ts index a6b3f30c80fb..92223e8e6886 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentsForComparedCommitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommentsForComparedCommit} from './_CommentsForComparedCommit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForComparedCommitOutput shape @@ -16,8 +16,7 @@ export interface GetCommentsForComparedCommitOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestInput.ts b/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestInput.ts index dbce30913348..bbc413fe4db9 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestInput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForPullRequestInput shape @@ -35,23 +36,19 @@ export interface GetCommentsForPullRequestInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestOutput.ts b/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestOutput.ts index 1d882600806f..770630f84d61 100644 --- a/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommentsForPullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommentsForPullRequest} from './_CommentsForPullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForPullRequestOutput shape @@ -16,8 +16,7 @@ export interface GetCommentsForPullRequestOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetCommitInput.ts b/packages/sdk-codecommit-browser/types/GetCommitInput.ts index 6995f6617414..e1ca21b55574 100644 --- a/packages/sdk-codecommit-browser/types/GetCommitInput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get commit operation.
@@ -15,23 +16,19 @@ export interface GetCommitInput { commitId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetCommitOutput.ts b/packages/sdk-codecommit-browser/types/GetCommitOutput.ts index e5e081fc9cd1..e7b010637539 100644 --- a/packages/sdk-codecommit-browser/types/GetCommitOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetCommitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommit} from './_Commit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get commit operation.
@@ -11,8 +11,7 @@ export interface GetCommitOutput { commit: _UnmarshalledCommit; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetDifferencesInput.ts b/packages/sdk-codecommit-browser/types/GetDifferencesInput.ts index 211d94480df6..38be0c70213e 100644 --- a/packages/sdk-codecommit-browser/types/GetDifferencesInput.ts +++ b/packages/sdk-codecommit-browser/types/GetDifferencesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetDifferencesInput shape @@ -40,23 +41,19 @@ export interface GetDifferencesInput { NextToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetDifferencesOutput.ts b/packages/sdk-codecommit-browser/types/GetDifferencesOutput.ts index 1eccf868269e..93c836ac9714 100644 --- a/packages/sdk-codecommit-browser/types/GetDifferencesOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetDifferencesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDifference} from './_Difference'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetDifferencesOutput shape @@ -16,8 +16,7 @@ export interface GetDifferencesOutput { NextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetMergeConflictsInput.ts b/packages/sdk-codecommit-browser/types/GetMergeConflictsInput.ts index f24644ddf7fb..d16333a61625 100644 --- a/packages/sdk-codecommit-browser/types/GetMergeConflictsInput.ts +++ b/packages/sdk-codecommit-browser/types/GetMergeConflictsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetMergeConflictsInput shape @@ -25,23 +26,19 @@ export interface GetMergeConflictsInput { mergeOption: 'FAST_FORWARD_MERGE'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetMergeConflictsOutput.ts b/packages/sdk-codecommit-browser/types/GetMergeConflictsOutput.ts index f02fff408ef0..50db9a03b628 100644 --- a/packages/sdk-codecommit-browser/types/GetMergeConflictsOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetMergeConflictsOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetMergeConflictsOutput shape @@ -20,8 +20,7 @@ export interface GetMergeConflictsOutput { sourceCommitId: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetPullRequestInput.ts b/packages/sdk-codecommit-browser/types/GetPullRequestInput.ts index c38b4235cbd4..f2ba050c2921 100644 --- a/packages/sdk-codecommit-browser/types/GetPullRequestInput.ts +++ b/packages/sdk-codecommit-browser/types/GetPullRequestInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetPullRequestInput shape @@ -10,23 +11,19 @@ export interface GetPullRequestInput { pullRequestId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetPullRequestOutput.ts b/packages/sdk-codecommit-browser/types/GetPullRequestOutput.ts index 7a9955617c5c..3d3db4a0f0a4 100644 --- a/packages/sdk-codecommit-browser/types/GetPullRequestOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetPullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetPullRequestOutput shape @@ -11,8 +11,7 @@ export interface GetPullRequestOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetRepositoryInput.ts b/packages/sdk-codecommit-browser/types/GetRepositoryInput.ts index 8fe72edb984a..891a016264c1 100644 --- a/packages/sdk-codecommit-browser/types/GetRepositoryInput.ts +++ b/packages/sdk-codecommit-browser/types/GetRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get repository operation.
@@ -10,23 +11,19 @@ export interface GetRepositoryInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetRepositoryOutput.ts b/packages/sdk-codecommit-browser/types/GetRepositoryOutput.ts index 8464756c2070..051dfffa6e19 100644 --- a/packages/sdk-codecommit-browser/types/GetRepositoryOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetRepositoryOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryMetadata} from './_RepositoryMetadata'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get repository operation.
@@ -11,8 +11,7 @@ export interface GetRepositoryOutput { repositoryMetadata?: _UnmarshalledRepositoryMetadata; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/GetRepositoryTriggersInput.ts b/packages/sdk-codecommit-browser/types/GetRepositoryTriggersInput.ts index 349b9da9551b..42c02795821b 100644 --- a/packages/sdk-codecommit-browser/types/GetRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-browser/types/GetRepositoryTriggersInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get repository triggers operation.
@@ -10,23 +11,19 @@ export interface GetRepositoryTriggersInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/GetRepositoryTriggersOutput.ts b/packages/sdk-codecommit-browser/types/GetRepositoryTriggersOutput.ts index 8896a72558d5..8149b74255c1 100644 --- a/packages/sdk-codecommit-browser/types/GetRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-browser/types/GetRepositoryTriggersOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryTrigger} from './_RepositoryTrigger'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get repository triggers operation.
@@ -16,8 +16,7 @@ export interface GetRepositoryTriggersOutput { triggers?: Array<_UnmarshalledRepositoryTrigger>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/IdempotencyParameterMismatchException.ts b/packages/sdk-codecommit-browser/types/IdempotencyParameterMismatchException.ts index 759b7e9932e8..b706ac375fe3 100644 --- a/packages/sdk-codecommit-browser/types/IdempotencyParameterMismatchException.ts +++ b/packages/sdk-codecommit-browser/types/IdempotencyParameterMismatchException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be re-used.
diff --git a/packages/sdk-codecommit-browser/types/InvalidActorArnException.ts b/packages/sdk-codecommit-browser/types/InvalidActorArnException.ts index 9921cf794327..86a13ccbd54e 100644 --- a/packages/sdk-codecommit-browser/types/InvalidActorArnException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidActorArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/InvalidAuthorArnException.ts b/packages/sdk-codecommit-browser/types/InvalidAuthorArnException.ts index e1c92cb8a6c2..9c51ad93211a 100644 --- a/packages/sdk-codecommit-browser/types/InvalidAuthorArnException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidAuthorArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/InvalidBlobIdException.ts b/packages/sdk-codecommit-browser/types/InvalidBlobIdException.ts index 3d5cc1b39ebf..e98f4701338b 100644 --- a/packages/sdk-codecommit-browser/types/InvalidBlobIdException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidBlobIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified blob is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidBranchNameException.ts b/packages/sdk-codecommit-browser/types/InvalidBranchNameException.ts index 8ac1e42254a5..866c88ef6f22 100644 --- a/packages/sdk-codecommit-browser/types/InvalidBranchNameException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidBranchNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference name is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidClientRequestTokenException.ts b/packages/sdk-codecommit-browser/types/InvalidClientRequestTokenException.ts index 3090cda3ea2c..ba9b40adca9d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidClientRequestTokenException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidClientRequestTokenException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The client request token is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidCommentIdException.ts b/packages/sdk-codecommit-browser/types/InvalidCommentIdException.ts index e94fc3dbcca9..2a7e12fc1ee2 100644 --- a/packages/sdk-codecommit-browser/types/InvalidCommentIdException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidCommentIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment ID is not in a valid format. Make sure that you have provided the full comment ID.
diff --git a/packages/sdk-codecommit-browser/types/InvalidCommitException.ts b/packages/sdk-codecommit-browser/types/InvalidCommitException.ts index 019cf383ae8b..5c161eb93dc6 100644 --- a/packages/sdk-codecommit-browser/types/InvalidCommitException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidCommitException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidCommitIdException.ts b/packages/sdk-codecommit-browser/types/InvalidCommitIdException.ts index d3287fc30075..0835136faf2d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidCommitIdException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidCommitIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit ID is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidContinuationTokenException.ts b/packages/sdk-codecommit-browser/types/InvalidContinuationTokenException.ts index 7259e6858b0c..66e17968901d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidContinuationTokenException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidContinuationTokenException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified continuation token is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidDescriptionException.ts b/packages/sdk-codecommit-browser/types/InvalidDescriptionException.ts index 46dc19f43e4b..2a44789b028d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidDescriptionException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidDescriptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request description is not valid. Descriptions are limited to 1,000 characters in length.
diff --git a/packages/sdk-codecommit-browser/types/InvalidDestinationCommitSpecifierException.ts b/packages/sdk-codecommit-browser/types/InvalidDestinationCommitSpecifierException.ts index 63b5e41cbc80..0b037ae0b40b 100644 --- a/packages/sdk-codecommit-browser/types/InvalidDestinationCommitSpecifierException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidDestinationCommitSpecifierException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
diff --git a/packages/sdk-codecommit-browser/types/InvalidFileLocationException.ts b/packages/sdk-codecommit-browser/types/InvalidFileLocationException.ts index f182cf8e354f..4083a1bece67 100644 --- a/packages/sdk-codecommit-browser/types/InvalidFileLocationException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidFileLocationException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The location of the file is not valid. Make sure that you include the extension of the file as well as the file name.
diff --git a/packages/sdk-codecommit-browser/types/InvalidFilePositionException.ts b/packages/sdk-codecommit-browser/types/InvalidFilePositionException.ts index 300ff4f222cf..a0336edbcb4a 100644 --- a/packages/sdk-codecommit-browser/types/InvalidFilePositionException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidFilePositionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.
diff --git a/packages/sdk-codecommit-browser/types/InvalidMaxResultsException.ts b/packages/sdk-codecommit-browser/types/InvalidMaxResultsException.ts index 0eba0b0327b0..5fbeddbaeb57 100644 --- a/packages/sdk-codecommit-browser/types/InvalidMaxResultsException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidMaxResultsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified number of maximum results is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidMergeOptionException.ts b/packages/sdk-codecommit-browser/types/InvalidMergeOptionException.ts index 2803e1a5d8ab..de96e7a3aeba 100644 --- a/packages/sdk-codecommit-browser/types/InvalidMergeOptionException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidMergeOptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified merge option is not valid. The only valid value is FAST_FORWARD_MERGE.
diff --git a/packages/sdk-codecommit-browser/types/InvalidOrderException.ts b/packages/sdk-codecommit-browser/types/InvalidOrderException.ts index 5ef0946b4c92..e5cc3a5fad8d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidOrderException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidOrderException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified sort order is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidPathException.ts b/packages/sdk-codecommit-browser/types/InvalidPathException.ts index 70341e2d51c0..ebd07fa14b0c 100644 --- a/packages/sdk-codecommit-browser/types/InvalidPathException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidPathException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified path is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidPullRequestEventTypeException.ts b/packages/sdk-codecommit-browser/types/InvalidPullRequestEventTypeException.ts index e8cf9bbedf4a..bca9d5aa1dd8 100644 --- a/packages/sdk-codecommit-browser/types/InvalidPullRequestEventTypeException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidPullRequestEventTypeException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request event type is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidPullRequestIdException.ts b/packages/sdk-codecommit-browser/types/InvalidPullRequestIdException.ts index 486ba51a3d97..a73f2a20ff7d 100644 --- a/packages/sdk-codecommit-browser/types/InvalidPullRequestIdException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidPullRequestIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/InvalidPullRequestStatusException.ts b/packages/sdk-codecommit-browser/types/InvalidPullRequestStatusException.ts index aefd504e6776..706e9c1e6eb6 100644 --- a/packages/sdk-codecommit-browser/types/InvalidPullRequestStatusException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidPullRequestStatusException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request status is not valid. The only valid values are OPEN
and CLOSED
.
The pull request status update is not valid. The only valid update is from OPEN
to CLOSED
.
The specified reference name format is not valid. Reference names must conform to the Git references format, for example refs/heads/master. For more information, see Git Internals - Git References or consult your Git documentation.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRelativeFileVersionEnumException.ts b/packages/sdk-codecommit-browser/types/InvalidRelativeFileVersionEnumException.ts index 78f1e2f508a4..97e50f9a9c4b 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRelativeFileVersionEnumException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRelativeFileVersionEnumException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryDescriptionException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryDescriptionException.ts index beb85a643d66..2b393b39a511 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryDescriptionException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryDescriptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository description is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryNameException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryNameException.ts index 95c825646bf2..80f0aabe9537 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryNameException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one specified repository name is not valid.
This exception only occurs when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.
One or more branch names specified for the trigger is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerCustomDataException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerCustomDataException.ts index b584ecb6df30..16f60990b0f9 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerCustomDataException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerCustomDataException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The custom data provided for the trigger is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerDestinationArnException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerDestinationArnException.ts index 00159fabde28..f76e6e8f3830 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerDestinationArnException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerDestinationArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerEventsException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerEventsException.ts index e43af6ab7c59..1c6eeafe02f4 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerEventsException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerEventsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerNameException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerNameException.ts index 4ca47bfeae87..b2ca240f1ae9 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerNameException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The name of the trigger is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerRegionException.ts b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerRegionException.ts index ad0adfa5f5f4..c057e8274933 100644 --- a/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerRegionException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidRepositoryTriggerRegionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The region for the trigger target does not match the region for the repository. Triggers must be created in the same region as the target for the trigger.
diff --git a/packages/sdk-codecommit-browser/types/InvalidSortByException.ts b/packages/sdk-codecommit-browser/types/InvalidSortByException.ts index 7b3633ebf322..c8fcf0af9cd8 100644 --- a/packages/sdk-codecommit-browser/types/InvalidSortByException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidSortByException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified sort by value is not valid.
diff --git a/packages/sdk-codecommit-browser/types/InvalidSourceCommitSpecifierException.ts b/packages/sdk-codecommit-browser/types/InvalidSourceCommitSpecifierException.ts index edc4d1663990..3b0607e22ea8 100644 --- a/packages/sdk-codecommit-browser/types/InvalidSourceCommitSpecifierException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidSourceCommitSpecifierException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
diff --git a/packages/sdk-codecommit-browser/types/InvalidTargetException.ts b/packages/sdk-codecommit-browser/types/InvalidTargetException.ts index 1bfab3d90bd6..525c4e08e6b4 100644 --- a/packages/sdk-codecommit-browser/types/InvalidTargetException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidTargetException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.
diff --git a/packages/sdk-codecommit-browser/types/InvalidTargetsException.ts b/packages/sdk-codecommit-browser/types/InvalidTargetsException.ts index 61f7c226e2a8..fbe88b704246 100644 --- a/packages/sdk-codecommit-browser/types/InvalidTargetsException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidTargetsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.
diff --git a/packages/sdk-codecommit-browser/types/InvalidTitleException.ts b/packages/sdk-codecommit-browser/types/InvalidTitleException.ts index 692a2d6f63ea..4f65de5d8fb0 100644 --- a/packages/sdk-codecommit-browser/types/InvalidTitleException.ts +++ b/packages/sdk-codecommit-browser/types/InvalidTitleException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.
diff --git a/packages/sdk-codecommit-browser/types/ListBranchesInput.ts b/packages/sdk-codecommit-browser/types/ListBranchesInput.ts index 6b79b574241f..e058c5834264 100644 --- a/packages/sdk-codecommit-browser/types/ListBranchesInput.ts +++ b/packages/sdk-codecommit-browser/types/ListBranchesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a list branches operation.
@@ -15,23 +16,19 @@ export interface ListBranchesInput { nextToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/ListBranchesOutput.ts b/packages/sdk-codecommit-browser/types/ListBranchesOutput.ts index 85eb177d75dd..0224ff5664d1 100644 --- a/packages/sdk-codecommit-browser/types/ListBranchesOutput.ts +++ b/packages/sdk-codecommit-browser/types/ListBranchesOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a list branches operation.
@@ -15,8 +15,7 @@ export interface ListBranchesOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/ListPullRequestsInput.ts b/packages/sdk-codecommit-browser/types/ListPullRequestsInput.ts index bbeb02104904..535040fe1279 100644 --- a/packages/sdk-codecommit-browser/types/ListPullRequestsInput.ts +++ b/packages/sdk-codecommit-browser/types/ListPullRequestsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListPullRequestsInput shape @@ -30,23 +31,19 @@ export interface ListPullRequestsInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/ListPullRequestsOutput.ts b/packages/sdk-codecommit-browser/types/ListPullRequestsOutput.ts index acc45aa9477c..df382e92ed88 100644 --- a/packages/sdk-codecommit-browser/types/ListPullRequestsOutput.ts +++ b/packages/sdk-codecommit-browser/types/ListPullRequestsOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListPullRequestsOutput shape @@ -15,8 +15,7 @@ export interface ListPullRequestsOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/ListRepositoriesInput.ts b/packages/sdk-codecommit-browser/types/ListRepositoriesInput.ts index 2b1ee1de982e..ede1380f99d5 100644 --- a/packages/sdk-codecommit-browser/types/ListRepositoriesInput.ts +++ b/packages/sdk-codecommit-browser/types/ListRepositoriesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a list repositories operation.
@@ -20,23 +21,19 @@ export interface ListRepositoriesInput { order?: 'ascending'|'descending'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/ListRepositoriesOutput.ts b/packages/sdk-codecommit-browser/types/ListRepositoriesOutput.ts index 8a9e76b760a0..66a9c7d593e5 100644 --- a/packages/sdk-codecommit-browser/types/ListRepositoriesOutput.ts +++ b/packages/sdk-codecommit-browser/types/ListRepositoriesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryNameIdPair} from './_RepositoryNameIdPair'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a list repositories operation.
@@ -16,8 +16,7 @@ export interface ListRepositoriesOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/ManualMergeRequiredException.ts b/packages/sdk-codecommit-browser/types/ManualMergeRequiredException.ts index 98378626805b..631b12047f71 100644 --- a/packages/sdk-codecommit-browser/types/ManualMergeRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/ManualMergeRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.
diff --git a/packages/sdk-codecommit-browser/types/MaximumBranchesExceededException.ts b/packages/sdk-codecommit-browser/types/MaximumBranchesExceededException.ts index 2db8ab2dbc7c..0a1588e85aa5 100644 --- a/packages/sdk-codecommit-browser/types/MaximumBranchesExceededException.ts +++ b/packages/sdk-codecommit-browser/types/MaximumBranchesExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The number of branches for the trigger was exceeded.
diff --git a/packages/sdk-codecommit-browser/types/MaximumOpenPullRequestsExceededException.ts b/packages/sdk-codecommit-browser/types/MaximumOpenPullRequestsExceededException.ts index 90650f8b4ec4..c1f9e3fc13ff 100644 --- a/packages/sdk-codecommit-browser/types/MaximumOpenPullRequestsExceededException.ts +++ b/packages/sdk-codecommit-browser/types/MaximumOpenPullRequestsExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/MaximumRepositoryNamesExceededException.ts b/packages/sdk-codecommit-browser/types/MaximumRepositoryNamesExceededException.ts index e15a234ac5df..570062fd4313 100644 --- a/packages/sdk-codecommit-browser/types/MaximumRepositoryNamesExceededException.ts +++ b/packages/sdk-codecommit-browser/types/MaximumRepositoryNamesExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The maximum number of allowed repository names was exceeded. Currently, this number is 25.
diff --git a/packages/sdk-codecommit-browser/types/MaximumRepositoryTriggersExceededException.ts b/packages/sdk-codecommit-browser/types/MaximumRepositoryTriggersExceededException.ts index 851c5d46ce6a..f3198d23ab9a 100644 --- a/packages/sdk-codecommit-browser/types/MaximumRepositoryTriggersExceededException.ts +++ b/packages/sdk-codecommit-browser/types/MaximumRepositoryTriggersExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The number of triggers allowed for the repository was exceeded.
diff --git a/packages/sdk-codecommit-browser/types/MergeOptionRequiredException.ts b/packages/sdk-codecommit-browser/types/MergeOptionRequiredException.ts index eb1db3835f2e..cd720c216441 100644 --- a/packages/sdk-codecommit-browser/types/MergeOptionRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/MergeOptionRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A merge option or stategy is required, and none was provided.
diff --git a/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardInput.ts b/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardInput.ts index a3c8d1553e50..26a89da3b808 100644 --- a/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardInput.ts +++ b/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * MergePullRequestByFastForwardInput shape @@ -20,23 +21,19 @@ export interface MergePullRequestByFastForwardInput { sourceCommitId?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardOutput.ts b/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardOutput.ts index f23bd1cb1cb1..a7f28af3c82e 100644 --- a/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardOutput.ts +++ b/packages/sdk-codecommit-browser/types/MergePullRequestByFastForwardOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * MergePullRequestByFastForwardOutput shape @@ -11,8 +11,7 @@ export interface MergePullRequestByFastForwardOutput { pullRequest?: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/MultipleRepositoriesInPullRequestException.ts b/packages/sdk-codecommit-browser/types/MultipleRepositoriesInPullRequestException.ts index 3d54a5b2d47d..85c933b32b2d 100644 --- a/packages/sdk-codecommit-browser/types/MultipleRepositoriesInPullRequestException.ts +++ b/packages/sdk-codecommit-browser/types/MultipleRepositoriesInPullRequestException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/PathDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/PathDoesNotExistException.ts index 8eaf46aacfaa..38d8558fef54 100644 --- a/packages/sdk-codecommit-browser/types/PathDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/PathDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified path does not exist.
diff --git a/packages/sdk-codecommit-browser/types/PathRequiredException.ts b/packages/sdk-codecommit-browser/types/PathRequiredException.ts index f5ee368990cc..8f9004340488 100644 --- a/packages/sdk-codecommit-browser/types/PathRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/PathRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The filePath for a location cannot be empty or null.
diff --git a/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitInput.ts b/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitInput.ts index b7983192f4b7..c5b3458aa8c8 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitInput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitInput.ts @@ -1,5 +1,6 @@ import {_Location} from './_Location'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForComparedCommitInput shape @@ -36,23 +37,19 @@ export interface PostCommentForComparedCommitInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitOutput.ts b/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitOutput.ts index 333fc10176ce..af7f53f43027 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitOutput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentForComparedCommitOutput.ts @@ -1,6 +1,6 @@ import {_UnmarshalledLocation} from './_Location'; import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForComparedCommitOutput shape @@ -42,8 +42,7 @@ export interface PostCommentForComparedCommitOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/PostCommentForPullRequestInput.ts b/packages/sdk-codecommit-browser/types/PostCommentForPullRequestInput.ts index b179fb94378d..6bf8fd7d8bec 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentForPullRequestInput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentForPullRequestInput.ts @@ -1,5 +1,6 @@ import {_Location} from './_Location'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForPullRequestInput shape @@ -41,23 +42,19 @@ export interface PostCommentForPullRequestInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/PostCommentForPullRequestOutput.ts b/packages/sdk-codecommit-browser/types/PostCommentForPullRequestOutput.ts index 453377815d1b..c6d3d1a75b38 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentForPullRequestOutput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentForPullRequestOutput.ts @@ -1,6 +1,6 @@ import {_UnmarshalledLocation} from './_Location'; import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForPullRequestOutput shape @@ -47,8 +47,7 @@ export interface PostCommentForPullRequestOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/PostCommentReplyInput.ts b/packages/sdk-codecommit-browser/types/PostCommentReplyInput.ts index ccc9a10e6150..2ddb2bf61408 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentReplyInput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentReplyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentReplyInput shape @@ -20,23 +21,19 @@ export interface PostCommentReplyInput { content: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/PostCommentReplyOutput.ts b/packages/sdk-codecommit-browser/types/PostCommentReplyOutput.ts index ecf8d529ab66..bc9e509a8fc7 100644 --- a/packages/sdk-codecommit-browser/types/PostCommentReplyOutput.ts +++ b/packages/sdk-codecommit-browser/types/PostCommentReplyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentReplyOutput shape @@ -11,8 +11,7 @@ export interface PostCommentReplyOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/PullRequestAlreadyClosedException.ts b/packages/sdk-codecommit-browser/types/PullRequestAlreadyClosedException.ts index b6551f24cb20..1d2d2bc329ee 100644 --- a/packages/sdk-codecommit-browser/types/PullRequestAlreadyClosedException.ts +++ b/packages/sdk-codecommit-browser/types/PullRequestAlreadyClosedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request status cannot be updated because it is already closed.
diff --git a/packages/sdk-codecommit-browser/types/PullRequestDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/PullRequestDoesNotExistException.ts index c3270f2eaec1..99a4be19f02c 100644 --- a/packages/sdk-codecommit-browser/types/PullRequestDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/PullRequestDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.
diff --git a/packages/sdk-codecommit-browser/types/PullRequestIdRequiredException.ts b/packages/sdk-codecommit-browser/types/PullRequestIdRequiredException.ts index 9f84ed117c9c..6349247937ff 100644 --- a/packages/sdk-codecommit-browser/types/PullRequestIdRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/PullRequestIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request ID is required, but none was provided.
diff --git a/packages/sdk-codecommit-browser/types/PullRequestStatusRequiredException.ts b/packages/sdk-codecommit-browser/types/PullRequestStatusRequiredException.ts index 62ab4201b440..e188889e3d23 100644 --- a/packages/sdk-codecommit-browser/types/PullRequestStatusRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/PullRequestStatusRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request status is required, but none was provided.
diff --git a/packages/sdk-codecommit-browser/types/PutRepositoryTriggersInput.ts b/packages/sdk-codecommit-browser/types/PutRepositoryTriggersInput.ts index f84511576956..5ea18bc1f2ad 100644 --- a/packages/sdk-codecommit-browser/types/PutRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-browser/types/PutRepositoryTriggersInput.ts @@ -1,5 +1,6 @@ import {_RepositoryTrigger} from './_RepositoryTrigger'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input ofa put repository triggers operation.
@@ -16,23 +17,19 @@ export interface PutRepositoryTriggersInput { triggers: Array<_RepositoryTrigger>|Iterable<_RepositoryTrigger>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/PutRepositoryTriggersOutput.ts b/packages/sdk-codecommit-browser/types/PutRepositoryTriggersOutput.ts index ecaf5e426377..5d589381312f 100644 --- a/packages/sdk-codecommit-browser/types/PutRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-browser/types/PutRepositoryTriggersOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a put repository triggers operation.
@@ -10,8 +10,7 @@ export interface PutRepositoryTriggersOutput { configurationId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/ReferenceDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/ReferenceDoesNotExistException.ts index c4b62b142ef6..87d708e6d1ce 100644 --- a/packages/sdk-codecommit-browser/types/ReferenceDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/ReferenceDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference does not exist. You must provide a full commit ID.
diff --git a/packages/sdk-codecommit-browser/types/ReferenceNameRequiredException.ts b/packages/sdk-codecommit-browser/types/ReferenceNameRequiredException.ts index 5af6655a2e98..7961d33ec507 100644 --- a/packages/sdk-codecommit-browser/types/ReferenceNameRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/ReferenceNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A reference name is required, but none was provided.
diff --git a/packages/sdk-codecommit-browser/types/ReferenceTypeNotSupportedException.ts b/packages/sdk-codecommit-browser/types/ReferenceTypeNotSupportedException.ts index 393f7a8116d7..1c449b2eafae 100644 --- a/packages/sdk-codecommit-browser/types/ReferenceTypeNotSupportedException.ts +++ b/packages/sdk-codecommit-browser/types/ReferenceTypeNotSupportedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference is not a supported type.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryDoesNotExistException.ts b/packages/sdk-codecommit-browser/types/RepositoryDoesNotExistException.ts index 533b8a5659e2..a982876bb7c1 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryDoesNotExistException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository does not exist.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryLimitExceededException.ts b/packages/sdk-codecommit-browser/types/RepositoryLimitExceededException.ts index 8b5074ccbb48..f4aa61511ae9 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryLimitExceededException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryLimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository resource limit was exceeded.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryNameExistsException.ts b/packages/sdk-codecommit-browser/types/RepositoryNameExistsException.ts index 2d0a596a0f10..6a4b5db01e84 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryNameExistsException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryNameExistsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository name already exists.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryNameRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryNameRequiredException.ts index 495f9b347374..6c98dfd2f48f 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryNameRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository name is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryNamesRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryNamesRequiredException.ts index 2eb92f22dbcd..46dee9a914e6 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryNamesRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryNamesRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository names object is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryNotAssociatedWithPullRequestException.ts b/packages/sdk-codecommit-browser/types/RepositoryNotAssociatedWithPullRequestException.ts index b785287d5936..afe7992da16e 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryNotAssociatedWithPullRequestException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryNotAssociatedWithPullRequestException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The repository does not contain any pull requests with that pull request ID. Check to make sure you have provided the correct repository name for the pull request.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryTriggerBranchNameListRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryTriggerBranchNameListRequiredException.ts index 3bedccd3ef23..23c71006fd92 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryTriggerBranchNameListRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryTriggerBranchNameListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one branch name is required but was not specified in the trigger configuration.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryTriggerDestinationArnRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryTriggerDestinationArnRequiredException.ts index 410fec3c595f..3c0c751a83b1 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryTriggerDestinationArnRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryTriggerDestinationArnRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A destination ARN for the target service for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryTriggerEventsListRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryTriggerEventsListRequiredException.ts index 6d97394967c2..1a5d57d98ad8 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryTriggerEventsListRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryTriggerEventsListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one event for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryTriggerNameRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryTriggerNameRequiredException.ts index 45a62bad8117..d160f4c1fa15 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryTriggerNameRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryTriggerNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A name for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/RepositoryTriggersListRequiredException.ts b/packages/sdk-codecommit-browser/types/RepositoryTriggersListRequiredException.ts index 9210d8385547..af23b1d7f7cd 100644 --- a/packages/sdk-codecommit-browser/types/RepositoryTriggersListRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/RepositoryTriggersListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The list of triggers for the repository is required but was not specified.
diff --git a/packages/sdk-codecommit-browser/types/SourceAndDestinationAreSameException.ts b/packages/sdk-codecommit-browser/types/SourceAndDestinationAreSameException.ts index cb704da10e90..1d015244739d 100644 --- a/packages/sdk-codecommit-browser/types/SourceAndDestinationAreSameException.ts +++ b/packages/sdk-codecommit-browser/types/SourceAndDestinationAreSameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The source branch and the destination branch for the pull request are the same. You must specify different branches for the source and destination.
diff --git a/packages/sdk-codecommit-browser/types/TargetRequiredException.ts b/packages/sdk-codecommit-browser/types/TargetRequiredException.ts index 71a9416cdfab..e0a7387cadf2 100644 --- a/packages/sdk-codecommit-browser/types/TargetRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/TargetRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.
diff --git a/packages/sdk-codecommit-browser/types/TargetsRequiredException.ts b/packages/sdk-codecommit-browser/types/TargetsRequiredException.ts index c902864f7f32..397709294084 100644 --- a/packages/sdk-codecommit-browser/types/TargetsRequiredException.ts +++ b/packages/sdk-codecommit-browser/types/TargetsRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An array of target objects is required. It cannot be empty or null.
diff --git a/packages/sdk-codecommit-browser/types/TestRepositoryTriggersInput.ts b/packages/sdk-codecommit-browser/types/TestRepositoryTriggersInput.ts index 014b20622097..dfca57991095 100644 --- a/packages/sdk-codecommit-browser/types/TestRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-browser/types/TestRepositoryTriggersInput.ts @@ -1,5 +1,6 @@ import {_RepositoryTrigger} from './_RepositoryTrigger'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a test repository triggers operation.
@@ -16,23 +17,19 @@ export interface TestRepositoryTriggersInput { triggers: Array<_RepositoryTrigger>|Iterable<_RepositoryTrigger>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/TestRepositoryTriggersOutput.ts b/packages/sdk-codecommit-browser/types/TestRepositoryTriggersOutput.ts index c560ae591220..72c793eea856 100644 --- a/packages/sdk-codecommit-browser/types/TestRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-browser/types/TestRepositoryTriggersOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryTriggerExecutionFailure} from './_RepositoryTriggerExecutionFailure'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a test repository triggers operation.
@@ -16,8 +16,7 @@ export interface TestRepositoryTriggersOutput { failedExecutions?: Array<_UnmarshalledRepositoryTriggerExecutionFailure>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/TipOfSourceReferenceIsDifferentException.ts b/packages/sdk-codecommit-browser/types/TipOfSourceReferenceIsDifferentException.ts index 3205f49cae23..5579180a6584 100644 --- a/packages/sdk-codecommit-browser/types/TipOfSourceReferenceIsDifferentException.ts +++ b/packages/sdk-codecommit-browser/types/TipOfSourceReferenceIsDifferentException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.
diff --git a/packages/sdk-codecommit-browser/types/TipsDivergenceExceededException.ts b/packages/sdk-codecommit-browser/types/TipsDivergenceExceededException.ts index 81fdefb59add..4223bca96d60 100644 --- a/packages/sdk-codecommit-browser/types/TipsDivergenceExceededException.ts +++ b/packages/sdk-codecommit-browser/types/TipsDivergenceExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff
or a diff tool.
A pull request title is required. It cannot be empty or null.
diff --git a/packages/sdk-codecommit-browser/types/UpdateCommentInput.ts b/packages/sdk-codecommit-browser/types/UpdateCommentInput.ts index 48be8fd14d6d..bc2a4e71af75 100644 --- a/packages/sdk-codecommit-browser/types/UpdateCommentInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateCommentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateCommentInput shape @@ -15,23 +16,19 @@ export interface UpdateCommentInput { content: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdateCommentOutput.ts b/packages/sdk-codecommit-browser/types/UpdateCommentOutput.ts index 32b391f24016..4c4e12f37792 100644 --- a/packages/sdk-codecommit-browser/types/UpdateCommentOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateCommentOutput shape @@ -11,8 +11,7 @@ export interface UpdateCommentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdateDefaultBranchInput.ts b/packages/sdk-codecommit-browser/types/UpdateDefaultBranchInput.ts index e1d28cb89ad2..26e49abd1f1c 100644 --- a/packages/sdk-codecommit-browser/types/UpdateDefaultBranchInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateDefaultBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update default branch operation.
@@ -15,23 +16,19 @@ export interface UpdateDefaultBranchInput { defaultBranchName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdateDefaultBranchOutput.ts b/packages/sdk-codecommit-browser/types/UpdateDefaultBranchOutput.ts index d2e757aa66b4..e08e923adfff 100644 --- a/packages/sdk-codecommit-browser/types/UpdateDefaultBranchOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateDefaultBranchOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateDefaultBranchOutput shape */ export interface UpdateDefaultBranchOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionInput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionInput.ts index 73b4a0af06ee..06210261fbb8 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestDescriptionInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestDescriptionInput { description: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionOutput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionOutput.ts index 4dfa841bc631..9e66c7ddde3e 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestDescriptionOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestDescriptionOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestDescriptionOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusInput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusInput.ts index b18b2adc98e0..96d5c5d29a56 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestStatusInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestStatusInput { pullRequestStatus: 'OPEN'|'CLOSED'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusOutput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusOutput.ts index 0759d7040e52..a2a2accaddec 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestStatusOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestStatusOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestStatusOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleInput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleInput.ts index 1845376b5fad..1683f0d53261 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestTitleInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestTitleInput { title: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleOutput.ts b/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleOutput.ts index 6d902e44f183..a0cef6d21a92 100644 --- a/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdatePullRequestTitleOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestTitleOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestTitleOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionInput.ts b/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionInput.ts index d28e15c5e8f6..75fca15b8d22 100644 --- a/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update repository description operation.
@@ -15,23 +16,19 @@ export interface UpdateRepositoryDescriptionInput { repositoryDescription?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionOutput.ts b/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionOutput.ts index 18d28774e278..e753b5025651 100644 --- a/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateRepositoryDescriptionOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateRepositoryDescriptionOutput shape */ export interface UpdateRepositoryDescriptionOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-browser/types/UpdateRepositoryNameInput.ts b/packages/sdk-codecommit-browser/types/UpdateRepositoryNameInput.ts index 8f898623ebc7..c2b8e51380d7 100644 --- a/packages/sdk-codecommit-browser/types/UpdateRepositoryNameInput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateRepositoryNameInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update repository description operation.
@@ -15,23 +16,19 @@ export interface UpdateRepositoryNameInput { newName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-browser/types/UpdateRepositoryNameOutput.ts b/packages/sdk-codecommit-browser/types/UpdateRepositoryNameOutput.ts index 823d4200f19d..f2dc70351d03 100644 --- a/packages/sdk-codecommit-browser/types/UpdateRepositoryNameOutput.ts +++ b/packages/sdk-codecommit-browser/types/UpdateRepositoryNameOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateRepositoryNameOutput shape */ export interface UpdateRepositoryNameOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/CodeCommitClient.ts b/packages/sdk-codecommit-node/CodeCommitClient.ts index b445e45e91d4..9765b5cd8fb0 100644 --- a/packages/sdk-codecommit-node/CodeCommitClient.ts +++ b/packages/sdk-codecommit-node/CodeCommitClient.ts @@ -40,6 +40,14 @@ export class CodeCommitClient { configurationProperties, this.middlewareStack ); + this.middlewareStack.add( + __aws_middleware_serializer.serializerMiddleware(this.config.serializer), + { + step: 'serialize', + priority: 90, + tags: {SERIALIZER: true} + } + ); this.middlewareStack.add( __aws_middleware_content_length.contentLengthMiddleware( this.config.bodyLengthChecker @@ -64,6 +72,18 @@ export class CodeCommitClient { } ); } + this.middlewareStack.add( + __aws_signing_middleware.signingMiddleware< + InputTypesUnion, + OutputTypesUnion, + _stream.Readable + >(this.config.signer), + { + step: 'finalize', + priority: 0, + tags: {SIGNATURE: true} + } + ); } destroy(): void { diff --git a/packages/sdk-codecommit-node/CodeCommitConfiguration.ts b/packages/sdk-codecommit-node/CodeCommitConfiguration.ts index e911f9858a52..e9acb09ceaf8 100644 --- a/packages/sdk-codecommit-node/CodeCommitConfiguration.ts +++ b/packages/sdk-codecommit-node/CodeCommitConfiguration.ts @@ -200,40 +200,33 @@ export const configurationProperties: __aws_types.ConfigurationDefinition< CodeCommitResolvableConfiguration, CodeCommitResolvedConfiguration > = { - profile: { - required: false - }, + profile: {}, maxRedirects: { - required: false, defaultValue: 10 }, maxRetries: { - required: false, defaultValue: 3 }, region: { - required: false, defaultProvider: __aws_region_provider.defaultProvider, - apply: ( - region: string|__aws_types.ProviderThe specified Amazon Resource Name (ARN) does not exist in the AWS account.
diff --git a/packages/sdk-codecommit-node/types/AuthorDoesNotExistException.ts b/packages/sdk-codecommit-node/types/AuthorDoesNotExistException.ts index fcd5333f864a..0718539b1749 100644 --- a/packages/sdk-codecommit-node/types/AuthorDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/AuthorDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified Amazon Resource Name (ARN) does not exist in the AWS account.
diff --git a/packages/sdk-codecommit-node/types/BatchGetRepositoriesInput.ts b/packages/sdk-codecommit-node/types/BatchGetRepositoriesInput.ts index c386e760b56f..705b81408698 100644 --- a/packages/sdk-codecommit-node/types/BatchGetRepositoriesInput.ts +++ b/packages/sdk-codecommit-node/types/BatchGetRepositoriesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a batch get repositories operation.
@@ -10,23 +11,19 @@ export interface BatchGetRepositoriesInput { repositoryNames: ArrayRepresents the output of a batch get repositories operation.
@@ -16,8 +16,7 @@ export interface BatchGetRepositoriesOutput { repositoriesNotFound?: ArrayThe before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.
diff --git a/packages/sdk-codecommit-node/types/BlobIdDoesNotExistException.ts b/packages/sdk-codecommit-node/types/BlobIdDoesNotExistException.ts index 3b918ec3c420..895aa34a3543 100644 --- a/packages/sdk-codecommit-node/types/BlobIdDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/BlobIdDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified blob does not exist.
diff --git a/packages/sdk-codecommit-node/types/BlobIdRequiredException.ts b/packages/sdk-codecommit-node/types/BlobIdRequiredException.ts index f36c8a8d94a9..94d9167b85c7 100644 --- a/packages/sdk-codecommit-node/types/BlobIdRequiredException.ts +++ b/packages/sdk-codecommit-node/types/BlobIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A blob ID is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/BranchDoesNotExistException.ts b/packages/sdk-codecommit-node/types/BranchDoesNotExistException.ts index 9e49595ffa26..ffc75d0e2936 100644 --- a/packages/sdk-codecommit-node/types/BranchDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/BranchDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch does not exist.
diff --git a/packages/sdk-codecommit-node/types/BranchNameExistsException.ts b/packages/sdk-codecommit-node/types/BranchNameExistsException.ts index e586c3058164..f516ed02e4b3 100644 --- a/packages/sdk-codecommit-node/types/BranchNameExistsException.ts +++ b/packages/sdk-codecommit-node/types/BranchNameExistsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch name already exists.
diff --git a/packages/sdk-codecommit-node/types/BranchNameRequiredException.ts b/packages/sdk-codecommit-node/types/BranchNameRequiredException.ts index 50e73d497582..675abcb7d669 100644 --- a/packages/sdk-codecommit-node/types/BranchNameRequiredException.ts +++ b/packages/sdk-codecommit-node/types/BranchNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A branch name is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/ClientRequestTokenRequiredException.ts b/packages/sdk-codecommit-node/types/ClientRequestTokenRequiredException.ts index d0ec5afbc22d..ac885b552320 100644 --- a/packages/sdk-codecommit-node/types/ClientRequestTokenRequiredException.ts +++ b/packages/sdk-codecommit-node/types/ClientRequestTokenRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A client request token is required. A client request token is an unique, client-generated idempotency token that when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request will return information about the initial request that used that token.
diff --git a/packages/sdk-codecommit-node/types/CommentContentRequiredException.ts b/packages/sdk-codecommit-node/types/CommentContentRequiredException.ts index dfb89875c03e..fc0cb5c8c1d6 100644 --- a/packages/sdk-codecommit-node/types/CommentContentRequiredException.ts +++ b/packages/sdk-codecommit-node/types/CommentContentRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment is empty. You must provide some content for a comment. The content cannot be null.
diff --git a/packages/sdk-codecommit-node/types/CommentContentSizeLimitExceededException.ts b/packages/sdk-codecommit-node/types/CommentContentSizeLimitExceededException.ts index 54be59977ae5..54a84249c383 100644 --- a/packages/sdk-codecommit-node/types/CommentContentSizeLimitExceededException.ts +++ b/packages/sdk-codecommit-node/types/CommentContentSizeLimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment is too large. Comments are limited to 1,000 characters.
diff --git a/packages/sdk-codecommit-node/types/CommentDeletedException.ts b/packages/sdk-codecommit-node/types/CommentDeletedException.ts index 7d144ad72094..9117f6a0ff79 100644 --- a/packages/sdk-codecommit-node/types/CommentDeletedException.ts +++ b/packages/sdk-codecommit-node/types/CommentDeletedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This comment has already been deleted. You cannot edit or delete a deleted comment.
diff --git a/packages/sdk-codecommit-node/types/CommentDoesNotExistException.ts b/packages/sdk-codecommit-node/types/CommentDoesNotExistException.ts index df88d0c9340c..6e7f475b8b0c 100644 --- a/packages/sdk-codecommit-node/types/CommentDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/CommentDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No comment exists with the provided ID. Verify that you have provided the correct ID, and then try again.
diff --git a/packages/sdk-codecommit-node/types/CommentIdRequiredException.ts b/packages/sdk-codecommit-node/types/CommentIdRequiredException.ts index 1137efad27cf..f92df0f8389d 100644 --- a/packages/sdk-codecommit-node/types/CommentIdRequiredException.ts +++ b/packages/sdk-codecommit-node/types/CommentIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment ID is missing or null. A comment ID is required.
diff --git a/packages/sdk-codecommit-node/types/CommentNotCreatedByCallerException.ts b/packages/sdk-codecommit-node/types/CommentNotCreatedByCallerException.ts index 8bdcef922464..6213e9a080e2 100644 --- a/packages/sdk-codecommit-node/types/CommentNotCreatedByCallerException.ts +++ b/packages/sdk-codecommit-node/types/CommentNotCreatedByCallerException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot modify or delete this comment. Only comment authors can modify or delete their comments.
diff --git a/packages/sdk-codecommit-node/types/CommitDoesNotExistException.ts b/packages/sdk-codecommit-node/types/CommitDoesNotExistException.ts index e0e4eff41a3e..93c8591d60a4 100644 --- a/packages/sdk-codecommit-node/types/CommitDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/CommitDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
diff --git a/packages/sdk-codecommit-node/types/CommitIdDoesNotExistException.ts b/packages/sdk-codecommit-node/types/CommitIdDoesNotExistException.ts index 268dc409179d..4ee5d8f4ae88 100644 --- a/packages/sdk-codecommit-node/types/CommitIdDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/CommitIdDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit ID does not exist.
diff --git a/packages/sdk-codecommit-node/types/CommitIdRequiredException.ts b/packages/sdk-codecommit-node/types/CommitIdRequiredException.ts index a97730b8446b..aa4e0fa1d0c6 100644 --- a/packages/sdk-codecommit-node/types/CommitIdRequiredException.ts +++ b/packages/sdk-codecommit-node/types/CommitIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A commit ID was not specified.
diff --git a/packages/sdk-codecommit-node/types/CommitRequiredException.ts b/packages/sdk-codecommit-node/types/CommitRequiredException.ts index 6a99c61754a9..eaac30cd78f9 100644 --- a/packages/sdk-codecommit-node/types/CommitRequiredException.ts +++ b/packages/sdk-codecommit-node/types/CommitRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A commit was not specified.
diff --git a/packages/sdk-codecommit-node/types/CreateBranchInput.ts b/packages/sdk-codecommit-node/types/CreateBranchInput.ts index 1b35c6c1f9ea..6ddbba8d1842 100644 --- a/packages/sdk-codecommit-node/types/CreateBranchInput.ts +++ b/packages/sdk-codecommit-node/types/CreateBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a create branch operation.
@@ -20,23 +21,19 @@ export interface CreateBranchInput { commitId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/CreateBranchOutput.ts b/packages/sdk-codecommit-node/types/CreateBranchOutput.ts index 0c5a9c8543c1..01a86df7d56f 100644 --- a/packages/sdk-codecommit-node/types/CreateBranchOutput.ts +++ b/packages/sdk-codecommit-node/types/CreateBranchOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateBranchOutput shape */ export interface CreateBranchOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/CreatePullRequestInput.ts b/packages/sdk-codecommit-node/types/CreatePullRequestInput.ts index bd8e3b9579f8..a64e7b6be382 100644 --- a/packages/sdk-codecommit-node/types/CreatePullRequestInput.ts +++ b/packages/sdk-codecommit-node/types/CreatePullRequestInput.ts @@ -1,5 +1,6 @@ import {_Target} from './_Target'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreatePullRequestInput shape @@ -26,23 +27,19 @@ export interface CreatePullRequestInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/CreatePullRequestOutput.ts b/packages/sdk-codecommit-node/types/CreatePullRequestOutput.ts index cdb39f3ddcbb..ce0670a03533 100644 --- a/packages/sdk-codecommit-node/types/CreatePullRequestOutput.ts +++ b/packages/sdk-codecommit-node/types/CreatePullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreatePullRequestOutput shape @@ -11,8 +11,7 @@ export interface CreatePullRequestOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/CreateRepositoryInput.ts b/packages/sdk-codecommit-node/types/CreateRepositoryInput.ts index 235993aa18f2..db3395580a6c 100644 --- a/packages/sdk-codecommit-node/types/CreateRepositoryInput.ts +++ b/packages/sdk-codecommit-node/types/CreateRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a create repository operation.
@@ -15,23 +16,19 @@ export interface CreateRepositoryInput { repositoryDescription?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/CreateRepositoryOutput.ts b/packages/sdk-codecommit-node/types/CreateRepositoryOutput.ts index c3e442d08ccb..f5f606693dfd 100644 --- a/packages/sdk-codecommit-node/types/CreateRepositoryOutput.ts +++ b/packages/sdk-codecommit-node/types/CreateRepositoryOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryMetadata} from './_RepositoryMetadata'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a create repository operation.
@@ -11,8 +11,7 @@ export interface CreateRepositoryOutput { repositoryMetadata?: _UnmarshalledRepositoryMetadata; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/DefaultBranchCannotBeDeletedException.ts b/packages/sdk-codecommit-node/types/DefaultBranchCannotBeDeletedException.ts index 8f717c0902b4..ecac20b0f2f1 100644 --- a/packages/sdk-codecommit-node/types/DefaultBranchCannotBeDeletedException.ts +++ b/packages/sdk-codecommit-node/types/DefaultBranchCannotBeDeletedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.
diff --git a/packages/sdk-codecommit-node/types/DeleteBranchInput.ts b/packages/sdk-codecommit-node/types/DeleteBranchInput.ts index 8e2b21051f0d..fe762b2e33d9 100644 --- a/packages/sdk-codecommit-node/types/DeleteBranchInput.ts +++ b/packages/sdk-codecommit-node/types/DeleteBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a delete branch operation.
@@ -15,23 +16,19 @@ export interface DeleteBranchInput { branchName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/DeleteBranchOutput.ts b/packages/sdk-codecommit-node/types/DeleteBranchOutput.ts index adbc653f1843..ecbc9f9873ba 100644 --- a/packages/sdk-codecommit-node/types/DeleteBranchOutput.ts +++ b/packages/sdk-codecommit-node/types/DeleteBranchOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledBranchInfo} from './_BranchInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a delete branch operation.
@@ -11,8 +11,7 @@ export interface DeleteBranchOutput { deletedBranch?: _UnmarshalledBranchInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/DeleteCommentContentInput.ts b/packages/sdk-codecommit-node/types/DeleteCommentContentInput.ts index b3cd69be10e9..eccf96e29de1 100644 --- a/packages/sdk-codecommit-node/types/DeleteCommentContentInput.ts +++ b/packages/sdk-codecommit-node/types/DeleteCommentContentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteCommentContentInput shape @@ -10,23 +11,19 @@ export interface DeleteCommentContentInput { commentId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/DeleteCommentContentOutput.ts b/packages/sdk-codecommit-node/types/DeleteCommentContentOutput.ts index 1891cfb398a3..75d20cfe1b4f 100644 --- a/packages/sdk-codecommit-node/types/DeleteCommentContentOutput.ts +++ b/packages/sdk-codecommit-node/types/DeleteCommentContentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteCommentContentOutput shape @@ -11,8 +11,7 @@ export interface DeleteCommentContentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/DeleteRepositoryInput.ts b/packages/sdk-codecommit-node/types/DeleteRepositoryInput.ts index 4c3b61964bd4..c7b575fbd1d0 100644 --- a/packages/sdk-codecommit-node/types/DeleteRepositoryInput.ts +++ b/packages/sdk-codecommit-node/types/DeleteRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a delete repository operation.
@@ -10,23 +11,19 @@ export interface DeleteRepositoryInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/DeleteRepositoryOutput.ts b/packages/sdk-codecommit-node/types/DeleteRepositoryOutput.ts index 78d7aee0b5a3..3c9331dde310 100644 --- a/packages/sdk-codecommit-node/types/DeleteRepositoryOutput.ts +++ b/packages/sdk-codecommit-node/types/DeleteRepositoryOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a delete repository operation.
@@ -10,8 +10,7 @@ export interface DeleteRepositoryOutput { repositoryId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/DescribePullRequestEventsInput.ts b/packages/sdk-codecommit-node/types/DescribePullRequestEventsInput.ts index 4c5dc9958f65..ac2225c509af 100644 --- a/packages/sdk-codecommit-node/types/DescribePullRequestEventsInput.ts +++ b/packages/sdk-codecommit-node/types/DescribePullRequestEventsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribePullRequestEventsInput shape @@ -30,23 +31,19 @@ export interface DescribePullRequestEventsInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/DescribePullRequestEventsOutput.ts b/packages/sdk-codecommit-node/types/DescribePullRequestEventsOutput.ts index fd9bec34f7fc..62da59f1d34b 100644 --- a/packages/sdk-codecommit-node/types/DescribePullRequestEventsOutput.ts +++ b/packages/sdk-codecommit-node/types/DescribePullRequestEventsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequestEvent} from './_PullRequestEvent'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribePullRequestEventsOutput shape @@ -16,8 +16,7 @@ export interface DescribePullRequestEventsOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/EncryptionIntegrityChecksFailedException.ts b/packages/sdk-codecommit-node/types/EncryptionIntegrityChecksFailedException.ts index 6eb53758466e..b9a23d2594dd 100644 --- a/packages/sdk-codecommit-node/types/EncryptionIntegrityChecksFailedException.ts +++ b/packages/sdk-codecommit-node/types/EncryptionIntegrityChecksFailedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An encryption integrity check failed.
diff --git a/packages/sdk-codecommit-node/types/EncryptionKeyAccessDeniedException.ts b/packages/sdk-codecommit-node/types/EncryptionKeyAccessDeniedException.ts index a957141d2bfd..c0c303c5b8e1 100644 --- a/packages/sdk-codecommit-node/types/EncryptionKeyAccessDeniedException.ts +++ b/packages/sdk-codecommit-node/types/EncryptionKeyAccessDeniedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An encryption key could not be accessed.
diff --git a/packages/sdk-codecommit-node/types/EncryptionKeyDisabledException.ts b/packages/sdk-codecommit-node/types/EncryptionKeyDisabledException.ts index a27e42ad3d0b..42c7241888eb 100644 --- a/packages/sdk-codecommit-node/types/EncryptionKeyDisabledException.ts +++ b/packages/sdk-codecommit-node/types/EncryptionKeyDisabledException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The encryption key is disabled.
diff --git a/packages/sdk-codecommit-node/types/EncryptionKeyNotFoundException.ts b/packages/sdk-codecommit-node/types/EncryptionKeyNotFoundException.ts index fab4b18bf00b..ec497b3bd582 100644 --- a/packages/sdk-codecommit-node/types/EncryptionKeyNotFoundException.ts +++ b/packages/sdk-codecommit-node/types/EncryptionKeyNotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No encryption key was found.
diff --git a/packages/sdk-codecommit-node/types/EncryptionKeyUnavailableException.ts b/packages/sdk-codecommit-node/types/EncryptionKeyUnavailableException.ts index 767babf9f566..00574994dbf4 100644 --- a/packages/sdk-codecommit-node/types/EncryptionKeyUnavailableException.ts +++ b/packages/sdk-codecommit-node/types/EncryptionKeyUnavailableException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The encryption key is not available.
diff --git a/packages/sdk-codecommit-node/types/FileTooLargeException.ts b/packages/sdk-codecommit-node/types/FileTooLargeException.ts index f273b958826b..158936830f70 100644 --- a/packages/sdk-codecommit-node/types/FileTooLargeException.ts +++ b/packages/sdk-codecommit-node/types/FileTooLargeException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.
diff --git a/packages/sdk-codecommit-node/types/GetBlobInput.ts b/packages/sdk-codecommit-node/types/GetBlobInput.ts index df26e72d822d..7063b46bc1f5 100644 --- a/packages/sdk-codecommit-node/types/GetBlobInput.ts +++ b/packages/sdk-codecommit-node/types/GetBlobInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get blob operation.
@@ -15,23 +16,19 @@ export interface GetBlobInput { blobId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetBlobOutput.ts b/packages/sdk-codecommit-node/types/GetBlobOutput.ts index 8ca9cf39b065..ec57e0f9d2c8 100644 --- a/packages/sdk-codecommit-node/types/GetBlobOutput.ts +++ b/packages/sdk-codecommit-node/types/GetBlobOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get blob operation.
@@ -10,8 +10,7 @@ export interface GetBlobOutput { content: Uint8Array; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetBranchInput.ts b/packages/sdk-codecommit-node/types/GetBranchInput.ts index f666672d21a9..492ceb67814f 100644 --- a/packages/sdk-codecommit-node/types/GetBranchInput.ts +++ b/packages/sdk-codecommit-node/types/GetBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get branch operation.
@@ -15,23 +16,19 @@ export interface GetBranchInput { branchName?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetBranchOutput.ts b/packages/sdk-codecommit-node/types/GetBranchOutput.ts index cc5aff667839..b1b690e46a12 100644 --- a/packages/sdk-codecommit-node/types/GetBranchOutput.ts +++ b/packages/sdk-codecommit-node/types/GetBranchOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledBranchInfo} from './_BranchInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get branch operation.
@@ -11,8 +11,7 @@ export interface GetBranchOutput { branch?: _UnmarshalledBranchInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetCommentInput.ts b/packages/sdk-codecommit-node/types/GetCommentInput.ts index 43f11fd63ef2..d1aa4b7aea88 100644 --- a/packages/sdk-codecommit-node/types/GetCommentInput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentInput shape @@ -10,23 +11,19 @@ export interface GetCommentInput { commentId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetCommentOutput.ts b/packages/sdk-codecommit-node/types/GetCommentOutput.ts index c18e3e550c24..74d3604f223a 100644 --- a/packages/sdk-codecommit-node/types/GetCommentOutput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentOutput shape @@ -11,8 +11,7 @@ export interface GetCommentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitInput.ts b/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitInput.ts index ab8d92f83e6e..c576f221ad82 100644 --- a/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitInput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForComparedCommitInput shape @@ -30,23 +31,19 @@ export interface GetCommentsForComparedCommitInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitOutput.ts b/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitOutput.ts index a6b3f30c80fb..92223e8e6886 100644 --- a/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitOutput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentsForComparedCommitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommentsForComparedCommit} from './_CommentsForComparedCommit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForComparedCommitOutput shape @@ -16,8 +16,7 @@ export interface GetCommentsForComparedCommitOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetCommentsForPullRequestInput.ts b/packages/sdk-codecommit-node/types/GetCommentsForPullRequestInput.ts index 76efb1392771..334f4afc892b 100644 --- a/packages/sdk-codecommit-node/types/GetCommentsForPullRequestInput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentsForPullRequestInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForPullRequestInput shape @@ -35,23 +36,19 @@ export interface GetCommentsForPullRequestInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetCommentsForPullRequestOutput.ts b/packages/sdk-codecommit-node/types/GetCommentsForPullRequestOutput.ts index 1d882600806f..770630f84d61 100644 --- a/packages/sdk-codecommit-node/types/GetCommentsForPullRequestOutput.ts +++ b/packages/sdk-codecommit-node/types/GetCommentsForPullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommentsForPullRequest} from './_CommentsForPullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetCommentsForPullRequestOutput shape @@ -16,8 +16,7 @@ export interface GetCommentsForPullRequestOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetCommitInput.ts b/packages/sdk-codecommit-node/types/GetCommitInput.ts index d506f09e1421..ca6ba533bbab 100644 --- a/packages/sdk-codecommit-node/types/GetCommitInput.ts +++ b/packages/sdk-codecommit-node/types/GetCommitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get commit operation.
@@ -15,23 +16,19 @@ export interface GetCommitInput { commitId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetCommitOutput.ts b/packages/sdk-codecommit-node/types/GetCommitOutput.ts index e5e081fc9cd1..e7b010637539 100644 --- a/packages/sdk-codecommit-node/types/GetCommitOutput.ts +++ b/packages/sdk-codecommit-node/types/GetCommitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCommit} from './_Commit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get commit operation.
@@ -11,8 +11,7 @@ export interface GetCommitOutput { commit: _UnmarshalledCommit; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetDifferencesInput.ts b/packages/sdk-codecommit-node/types/GetDifferencesInput.ts index 65c4988be090..b91ee0e80cbf 100644 --- a/packages/sdk-codecommit-node/types/GetDifferencesInput.ts +++ b/packages/sdk-codecommit-node/types/GetDifferencesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetDifferencesInput shape @@ -40,23 +41,19 @@ export interface GetDifferencesInput { NextToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetDifferencesOutput.ts b/packages/sdk-codecommit-node/types/GetDifferencesOutput.ts index 1eccf868269e..93c836ac9714 100644 --- a/packages/sdk-codecommit-node/types/GetDifferencesOutput.ts +++ b/packages/sdk-codecommit-node/types/GetDifferencesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDifference} from './_Difference'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetDifferencesOutput shape @@ -16,8 +16,7 @@ export interface GetDifferencesOutput { NextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetMergeConflictsInput.ts b/packages/sdk-codecommit-node/types/GetMergeConflictsInput.ts index 9a591202e56d..118d494d3e52 100644 --- a/packages/sdk-codecommit-node/types/GetMergeConflictsInput.ts +++ b/packages/sdk-codecommit-node/types/GetMergeConflictsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetMergeConflictsInput shape @@ -25,23 +26,19 @@ export interface GetMergeConflictsInput { mergeOption: 'FAST_FORWARD_MERGE'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetMergeConflictsOutput.ts b/packages/sdk-codecommit-node/types/GetMergeConflictsOutput.ts index f02fff408ef0..50db9a03b628 100644 --- a/packages/sdk-codecommit-node/types/GetMergeConflictsOutput.ts +++ b/packages/sdk-codecommit-node/types/GetMergeConflictsOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetMergeConflictsOutput shape @@ -20,8 +20,7 @@ export interface GetMergeConflictsOutput { sourceCommitId: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetPullRequestInput.ts b/packages/sdk-codecommit-node/types/GetPullRequestInput.ts index dd17478e4edf..a09570456fb9 100644 --- a/packages/sdk-codecommit-node/types/GetPullRequestInput.ts +++ b/packages/sdk-codecommit-node/types/GetPullRequestInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetPullRequestInput shape @@ -10,23 +11,19 @@ export interface GetPullRequestInput { pullRequestId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetPullRequestOutput.ts b/packages/sdk-codecommit-node/types/GetPullRequestOutput.ts index 7a9955617c5c..3d3db4a0f0a4 100644 --- a/packages/sdk-codecommit-node/types/GetPullRequestOutput.ts +++ b/packages/sdk-codecommit-node/types/GetPullRequestOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetPullRequestOutput shape @@ -11,8 +11,7 @@ export interface GetPullRequestOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetRepositoryInput.ts b/packages/sdk-codecommit-node/types/GetRepositoryInput.ts index 6f20daaa663a..0fdafbd790d9 100644 --- a/packages/sdk-codecommit-node/types/GetRepositoryInput.ts +++ b/packages/sdk-codecommit-node/types/GetRepositoryInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get repository operation.
@@ -10,23 +11,19 @@ export interface GetRepositoryInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetRepositoryOutput.ts b/packages/sdk-codecommit-node/types/GetRepositoryOutput.ts index 8464756c2070..051dfffa6e19 100644 --- a/packages/sdk-codecommit-node/types/GetRepositoryOutput.ts +++ b/packages/sdk-codecommit-node/types/GetRepositoryOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryMetadata} from './_RepositoryMetadata'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get repository operation.
@@ -11,8 +11,7 @@ export interface GetRepositoryOutput { repositoryMetadata?: _UnmarshalledRepositoryMetadata; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/GetRepositoryTriggersInput.ts b/packages/sdk-codecommit-node/types/GetRepositoryTriggersInput.ts index 4bd8f90e2745..db481510c053 100644 --- a/packages/sdk-codecommit-node/types/GetRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-node/types/GetRepositoryTriggersInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a get repository triggers operation.
@@ -10,23 +11,19 @@ export interface GetRepositoryTriggersInput { repositoryName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/GetRepositoryTriggersOutput.ts b/packages/sdk-codecommit-node/types/GetRepositoryTriggersOutput.ts index 8896a72558d5..8149b74255c1 100644 --- a/packages/sdk-codecommit-node/types/GetRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-node/types/GetRepositoryTriggersOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryTrigger} from './_RepositoryTrigger'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a get repository triggers operation.
@@ -16,8 +16,7 @@ export interface GetRepositoryTriggersOutput { triggers?: Array<_UnmarshalledRepositoryTrigger>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/IdempotencyParameterMismatchException.ts b/packages/sdk-codecommit-node/types/IdempotencyParameterMismatchException.ts index 759b7e9932e8..b706ac375fe3 100644 --- a/packages/sdk-codecommit-node/types/IdempotencyParameterMismatchException.ts +++ b/packages/sdk-codecommit-node/types/IdempotencyParameterMismatchException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be re-used.
diff --git a/packages/sdk-codecommit-node/types/InvalidActorArnException.ts b/packages/sdk-codecommit-node/types/InvalidActorArnException.ts index 9921cf794327..86a13ccbd54e 100644 --- a/packages/sdk-codecommit-node/types/InvalidActorArnException.ts +++ b/packages/sdk-codecommit-node/types/InvalidActorArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request, and then try again.
diff --git a/packages/sdk-codecommit-node/types/InvalidAuthorArnException.ts b/packages/sdk-codecommit-node/types/InvalidAuthorArnException.ts index e1c92cb8a6c2..9c51ad93211a 100644 --- a/packages/sdk-codecommit-node/types/InvalidAuthorArnException.ts +++ b/packages/sdk-codecommit-node/types/InvalidAuthorArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.
diff --git a/packages/sdk-codecommit-node/types/InvalidBlobIdException.ts b/packages/sdk-codecommit-node/types/InvalidBlobIdException.ts index 3d5cc1b39ebf..e98f4701338b 100644 --- a/packages/sdk-codecommit-node/types/InvalidBlobIdException.ts +++ b/packages/sdk-codecommit-node/types/InvalidBlobIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified blob is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidBranchNameException.ts b/packages/sdk-codecommit-node/types/InvalidBranchNameException.ts index 8ac1e42254a5..866c88ef6f22 100644 --- a/packages/sdk-codecommit-node/types/InvalidBranchNameException.ts +++ b/packages/sdk-codecommit-node/types/InvalidBranchNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference name is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidClientRequestTokenException.ts b/packages/sdk-codecommit-node/types/InvalidClientRequestTokenException.ts index 3090cda3ea2c..ba9b40adca9d 100644 --- a/packages/sdk-codecommit-node/types/InvalidClientRequestTokenException.ts +++ b/packages/sdk-codecommit-node/types/InvalidClientRequestTokenException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The client request token is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidCommentIdException.ts b/packages/sdk-codecommit-node/types/InvalidCommentIdException.ts index e94fc3dbcca9..2a7e12fc1ee2 100644 --- a/packages/sdk-codecommit-node/types/InvalidCommentIdException.ts +++ b/packages/sdk-codecommit-node/types/InvalidCommentIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The comment ID is not in a valid format. Make sure that you have provided the full comment ID.
diff --git a/packages/sdk-codecommit-node/types/InvalidCommitException.ts b/packages/sdk-codecommit-node/types/InvalidCommitException.ts index 019cf383ae8b..5c161eb93dc6 100644 --- a/packages/sdk-codecommit-node/types/InvalidCommitException.ts +++ b/packages/sdk-codecommit-node/types/InvalidCommitException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidCommitIdException.ts b/packages/sdk-codecommit-node/types/InvalidCommitIdException.ts index d3287fc30075..0835136faf2d 100644 --- a/packages/sdk-codecommit-node/types/InvalidCommitIdException.ts +++ b/packages/sdk-codecommit-node/types/InvalidCommitIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified commit ID is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidContinuationTokenException.ts b/packages/sdk-codecommit-node/types/InvalidContinuationTokenException.ts index 7259e6858b0c..66e17968901d 100644 --- a/packages/sdk-codecommit-node/types/InvalidContinuationTokenException.ts +++ b/packages/sdk-codecommit-node/types/InvalidContinuationTokenException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified continuation token is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidDescriptionException.ts b/packages/sdk-codecommit-node/types/InvalidDescriptionException.ts index 46dc19f43e4b..2a44789b028d 100644 --- a/packages/sdk-codecommit-node/types/InvalidDescriptionException.ts +++ b/packages/sdk-codecommit-node/types/InvalidDescriptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request description is not valid. Descriptions are limited to 1,000 characters in length.
diff --git a/packages/sdk-codecommit-node/types/InvalidDestinationCommitSpecifierException.ts b/packages/sdk-codecommit-node/types/InvalidDestinationCommitSpecifierException.ts index 63b5e41cbc80..0b037ae0b40b 100644 --- a/packages/sdk-codecommit-node/types/InvalidDestinationCommitSpecifierException.ts +++ b/packages/sdk-codecommit-node/types/InvalidDestinationCommitSpecifierException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
diff --git a/packages/sdk-codecommit-node/types/InvalidFileLocationException.ts b/packages/sdk-codecommit-node/types/InvalidFileLocationException.ts index f182cf8e354f..4083a1bece67 100644 --- a/packages/sdk-codecommit-node/types/InvalidFileLocationException.ts +++ b/packages/sdk-codecommit-node/types/InvalidFileLocationException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The location of the file is not valid. Make sure that you include the extension of the file as well as the file name.
diff --git a/packages/sdk-codecommit-node/types/InvalidFilePositionException.ts b/packages/sdk-codecommit-node/types/InvalidFilePositionException.ts index 300ff4f222cf..a0336edbcb4a 100644 --- a/packages/sdk-codecommit-node/types/InvalidFilePositionException.ts +++ b/packages/sdk-codecommit-node/types/InvalidFilePositionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.
diff --git a/packages/sdk-codecommit-node/types/InvalidMaxResultsException.ts b/packages/sdk-codecommit-node/types/InvalidMaxResultsException.ts index 0eba0b0327b0..5fbeddbaeb57 100644 --- a/packages/sdk-codecommit-node/types/InvalidMaxResultsException.ts +++ b/packages/sdk-codecommit-node/types/InvalidMaxResultsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified number of maximum results is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidMergeOptionException.ts b/packages/sdk-codecommit-node/types/InvalidMergeOptionException.ts index 2803e1a5d8ab..de96e7a3aeba 100644 --- a/packages/sdk-codecommit-node/types/InvalidMergeOptionException.ts +++ b/packages/sdk-codecommit-node/types/InvalidMergeOptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified merge option is not valid. The only valid value is FAST_FORWARD_MERGE.
diff --git a/packages/sdk-codecommit-node/types/InvalidOrderException.ts b/packages/sdk-codecommit-node/types/InvalidOrderException.ts index 5ef0946b4c92..e5cc3a5fad8d 100644 --- a/packages/sdk-codecommit-node/types/InvalidOrderException.ts +++ b/packages/sdk-codecommit-node/types/InvalidOrderException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified sort order is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidPathException.ts b/packages/sdk-codecommit-node/types/InvalidPathException.ts index 70341e2d51c0..ebd07fa14b0c 100644 --- a/packages/sdk-codecommit-node/types/InvalidPathException.ts +++ b/packages/sdk-codecommit-node/types/InvalidPathException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified path is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidPullRequestEventTypeException.ts b/packages/sdk-codecommit-node/types/InvalidPullRequestEventTypeException.ts index e8cf9bbedf4a..bca9d5aa1dd8 100644 --- a/packages/sdk-codecommit-node/types/InvalidPullRequestEventTypeException.ts +++ b/packages/sdk-codecommit-node/types/InvalidPullRequestEventTypeException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request event type is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidPullRequestIdException.ts b/packages/sdk-codecommit-node/types/InvalidPullRequestIdException.ts index 486ba51a3d97..a73f2a20ff7d 100644 --- a/packages/sdk-codecommit-node/types/InvalidPullRequestIdException.ts +++ b/packages/sdk-codecommit-node/types/InvalidPullRequestIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.
diff --git a/packages/sdk-codecommit-node/types/InvalidPullRequestStatusException.ts b/packages/sdk-codecommit-node/types/InvalidPullRequestStatusException.ts index aefd504e6776..706e9c1e6eb6 100644 --- a/packages/sdk-codecommit-node/types/InvalidPullRequestStatusException.ts +++ b/packages/sdk-codecommit-node/types/InvalidPullRequestStatusException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request status is not valid. The only valid values are OPEN
and CLOSED
.
The pull request status update is not valid. The only valid update is from OPEN
to CLOSED
.
The specified reference name format is not valid. Reference names must conform to the Git references format, for example refs/heads/master. For more information, see Git Internals - Git References or consult your Git documentation.
diff --git a/packages/sdk-codecommit-node/types/InvalidRelativeFileVersionEnumException.ts b/packages/sdk-codecommit-node/types/InvalidRelativeFileVersionEnumException.ts index 78f1e2f508a4..97e50f9a9c4b 100644 --- a/packages/sdk-codecommit-node/types/InvalidRelativeFileVersionEnumException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRelativeFileVersionEnumException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryDescriptionException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryDescriptionException.ts index beb85a643d66..2b393b39a511 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryDescriptionException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryDescriptionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository description is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryNameException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryNameException.ts index 95c825646bf2..80f0aabe9537 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryNameException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one specified repository name is not valid.
This exception only occurs when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.
One or more branch names specified for the trigger is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerCustomDataException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerCustomDataException.ts index b584ecb6df30..16f60990b0f9 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerCustomDataException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerCustomDataException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The custom data provided for the trigger is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerDestinationArnException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerDestinationArnException.ts index 00159fabde28..f76e6e8f3830 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerDestinationArnException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerDestinationArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerEventsException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerEventsException.ts index e43af6ab7c59..1c6eeafe02f4 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerEventsException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerEventsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerNameException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerNameException.ts index 4ca47bfeae87..b2ca240f1ae9 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerNameException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The name of the trigger is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerRegionException.ts b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerRegionException.ts index ad0adfa5f5f4..c057e8274933 100644 --- a/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerRegionException.ts +++ b/packages/sdk-codecommit-node/types/InvalidRepositoryTriggerRegionException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The region for the trigger target does not match the region for the repository. Triggers must be created in the same region as the target for the trigger.
diff --git a/packages/sdk-codecommit-node/types/InvalidSortByException.ts b/packages/sdk-codecommit-node/types/InvalidSortByException.ts index 7b3633ebf322..c8fcf0af9cd8 100644 --- a/packages/sdk-codecommit-node/types/InvalidSortByException.ts +++ b/packages/sdk-codecommit-node/types/InvalidSortByException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified sort by value is not valid.
diff --git a/packages/sdk-codecommit-node/types/InvalidSourceCommitSpecifierException.ts b/packages/sdk-codecommit-node/types/InvalidSourceCommitSpecifierException.ts index edc4d1663990..3b0607e22ea8 100644 --- a/packages/sdk-codecommit-node/types/InvalidSourceCommitSpecifierException.ts +++ b/packages/sdk-codecommit-node/types/InvalidSourceCommitSpecifierException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
diff --git a/packages/sdk-codecommit-node/types/InvalidTargetException.ts b/packages/sdk-codecommit-node/types/InvalidTargetException.ts index 1bfab3d90bd6..525c4e08e6b4 100644 --- a/packages/sdk-codecommit-node/types/InvalidTargetException.ts +++ b/packages/sdk-codecommit-node/types/InvalidTargetException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.
diff --git a/packages/sdk-codecommit-node/types/InvalidTargetsException.ts b/packages/sdk-codecommit-node/types/InvalidTargetsException.ts index 61f7c226e2a8..fbe88b704246 100644 --- a/packages/sdk-codecommit-node/types/InvalidTargetsException.ts +++ b/packages/sdk-codecommit-node/types/InvalidTargetsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.
diff --git a/packages/sdk-codecommit-node/types/InvalidTitleException.ts b/packages/sdk-codecommit-node/types/InvalidTitleException.ts index 692a2d6f63ea..4f65de5d8fb0 100644 --- a/packages/sdk-codecommit-node/types/InvalidTitleException.ts +++ b/packages/sdk-codecommit-node/types/InvalidTitleException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.
diff --git a/packages/sdk-codecommit-node/types/ListBranchesInput.ts b/packages/sdk-codecommit-node/types/ListBranchesInput.ts index f3079a89e56c..4e3539f71e32 100644 --- a/packages/sdk-codecommit-node/types/ListBranchesInput.ts +++ b/packages/sdk-codecommit-node/types/ListBranchesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a list branches operation.
@@ -15,23 +16,19 @@ export interface ListBranchesInput { nextToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/ListBranchesOutput.ts b/packages/sdk-codecommit-node/types/ListBranchesOutput.ts index 85eb177d75dd..0224ff5664d1 100644 --- a/packages/sdk-codecommit-node/types/ListBranchesOutput.ts +++ b/packages/sdk-codecommit-node/types/ListBranchesOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a list branches operation.
@@ -15,8 +15,7 @@ export interface ListBranchesOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/ListPullRequestsInput.ts b/packages/sdk-codecommit-node/types/ListPullRequestsInput.ts index 8c44c81f2c77..47efaf619123 100644 --- a/packages/sdk-codecommit-node/types/ListPullRequestsInput.ts +++ b/packages/sdk-codecommit-node/types/ListPullRequestsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListPullRequestsInput shape @@ -30,23 +31,19 @@ export interface ListPullRequestsInput { maxResults?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/ListPullRequestsOutput.ts b/packages/sdk-codecommit-node/types/ListPullRequestsOutput.ts index acc45aa9477c..df382e92ed88 100644 --- a/packages/sdk-codecommit-node/types/ListPullRequestsOutput.ts +++ b/packages/sdk-codecommit-node/types/ListPullRequestsOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListPullRequestsOutput shape @@ -15,8 +15,7 @@ export interface ListPullRequestsOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/ListRepositoriesInput.ts b/packages/sdk-codecommit-node/types/ListRepositoriesInput.ts index 8fb9d6becd7d..f2f8120d73c5 100644 --- a/packages/sdk-codecommit-node/types/ListRepositoriesInput.ts +++ b/packages/sdk-codecommit-node/types/ListRepositoriesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a list repositories operation.
@@ -20,23 +21,19 @@ export interface ListRepositoriesInput { order?: 'ascending'|'descending'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/ListRepositoriesOutput.ts b/packages/sdk-codecommit-node/types/ListRepositoriesOutput.ts index 8a9e76b760a0..66a9c7d593e5 100644 --- a/packages/sdk-codecommit-node/types/ListRepositoriesOutput.ts +++ b/packages/sdk-codecommit-node/types/ListRepositoriesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryNameIdPair} from './_RepositoryNameIdPair'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a list repositories operation.
@@ -16,8 +16,7 @@ export interface ListRepositoriesOutput { nextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/ManualMergeRequiredException.ts b/packages/sdk-codecommit-node/types/ManualMergeRequiredException.ts index 98378626805b..631b12047f71 100644 --- a/packages/sdk-codecommit-node/types/ManualMergeRequiredException.ts +++ b/packages/sdk-codecommit-node/types/ManualMergeRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.
diff --git a/packages/sdk-codecommit-node/types/MaximumBranchesExceededException.ts b/packages/sdk-codecommit-node/types/MaximumBranchesExceededException.ts index 2db8ab2dbc7c..0a1588e85aa5 100644 --- a/packages/sdk-codecommit-node/types/MaximumBranchesExceededException.ts +++ b/packages/sdk-codecommit-node/types/MaximumBranchesExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The number of branches for the trigger was exceeded.
diff --git a/packages/sdk-codecommit-node/types/MaximumOpenPullRequestsExceededException.ts b/packages/sdk-codecommit-node/types/MaximumOpenPullRequestsExceededException.ts index 90650f8b4ec4..c1f9e3fc13ff 100644 --- a/packages/sdk-codecommit-node/types/MaximumOpenPullRequestsExceededException.ts +++ b/packages/sdk-codecommit-node/types/MaximumOpenPullRequestsExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.
diff --git a/packages/sdk-codecommit-node/types/MaximumRepositoryNamesExceededException.ts b/packages/sdk-codecommit-node/types/MaximumRepositoryNamesExceededException.ts index e15a234ac5df..570062fd4313 100644 --- a/packages/sdk-codecommit-node/types/MaximumRepositoryNamesExceededException.ts +++ b/packages/sdk-codecommit-node/types/MaximumRepositoryNamesExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The maximum number of allowed repository names was exceeded. Currently, this number is 25.
diff --git a/packages/sdk-codecommit-node/types/MaximumRepositoryTriggersExceededException.ts b/packages/sdk-codecommit-node/types/MaximumRepositoryTriggersExceededException.ts index 851c5d46ce6a..f3198d23ab9a 100644 --- a/packages/sdk-codecommit-node/types/MaximumRepositoryTriggersExceededException.ts +++ b/packages/sdk-codecommit-node/types/MaximumRepositoryTriggersExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The number of triggers allowed for the repository was exceeded.
diff --git a/packages/sdk-codecommit-node/types/MergeOptionRequiredException.ts b/packages/sdk-codecommit-node/types/MergeOptionRequiredException.ts index eb1db3835f2e..cd720c216441 100644 --- a/packages/sdk-codecommit-node/types/MergeOptionRequiredException.ts +++ b/packages/sdk-codecommit-node/types/MergeOptionRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A merge option or stategy is required, and none was provided.
diff --git a/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardInput.ts b/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardInput.ts index 1936886b3db2..66c1be289f31 100644 --- a/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardInput.ts +++ b/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * MergePullRequestByFastForwardInput shape @@ -20,23 +21,19 @@ export interface MergePullRequestByFastForwardInput { sourceCommitId?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardOutput.ts b/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardOutput.ts index f23bd1cb1cb1..a7f28af3c82e 100644 --- a/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardOutput.ts +++ b/packages/sdk-codecommit-node/types/MergePullRequestByFastForwardOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * MergePullRequestByFastForwardOutput shape @@ -11,8 +11,7 @@ export interface MergePullRequestByFastForwardOutput { pullRequest?: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/MultipleRepositoriesInPullRequestException.ts b/packages/sdk-codecommit-node/types/MultipleRepositoriesInPullRequestException.ts index 3d54a5b2d47d..85c933b32b2d 100644 --- a/packages/sdk-codecommit-node/types/MultipleRepositoriesInPullRequestException.ts +++ b/packages/sdk-codecommit-node/types/MultipleRepositoriesInPullRequestException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.
diff --git a/packages/sdk-codecommit-node/types/PathDoesNotExistException.ts b/packages/sdk-codecommit-node/types/PathDoesNotExistException.ts index 8eaf46aacfaa..38d8558fef54 100644 --- a/packages/sdk-codecommit-node/types/PathDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/PathDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified path does not exist.
diff --git a/packages/sdk-codecommit-node/types/PathRequiredException.ts b/packages/sdk-codecommit-node/types/PathRequiredException.ts index f5ee368990cc..8f9004340488 100644 --- a/packages/sdk-codecommit-node/types/PathRequiredException.ts +++ b/packages/sdk-codecommit-node/types/PathRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The filePath for a location cannot be empty or null.
diff --git a/packages/sdk-codecommit-node/types/PostCommentForComparedCommitInput.ts b/packages/sdk-codecommit-node/types/PostCommentForComparedCommitInput.ts index f68fd5d3d818..31fac9c111d6 100644 --- a/packages/sdk-codecommit-node/types/PostCommentForComparedCommitInput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentForComparedCommitInput.ts @@ -1,5 +1,6 @@ import {_Location} from './_Location'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForComparedCommitInput shape @@ -36,23 +37,19 @@ export interface PostCommentForComparedCommitInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/PostCommentForComparedCommitOutput.ts b/packages/sdk-codecommit-node/types/PostCommentForComparedCommitOutput.ts index 333fc10176ce..af7f53f43027 100644 --- a/packages/sdk-codecommit-node/types/PostCommentForComparedCommitOutput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentForComparedCommitOutput.ts @@ -1,6 +1,6 @@ import {_UnmarshalledLocation} from './_Location'; import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForComparedCommitOutput shape @@ -42,8 +42,7 @@ export interface PostCommentForComparedCommitOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/PostCommentForPullRequestInput.ts b/packages/sdk-codecommit-node/types/PostCommentForPullRequestInput.ts index 918886bcc6c4..efa7702b18e8 100644 --- a/packages/sdk-codecommit-node/types/PostCommentForPullRequestInput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentForPullRequestInput.ts @@ -1,5 +1,6 @@ import {_Location} from './_Location'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForPullRequestInput shape @@ -41,23 +42,19 @@ export interface PostCommentForPullRequestInput { clientRequestToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/PostCommentForPullRequestOutput.ts b/packages/sdk-codecommit-node/types/PostCommentForPullRequestOutput.ts index 453377815d1b..c6d3d1a75b38 100644 --- a/packages/sdk-codecommit-node/types/PostCommentForPullRequestOutput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentForPullRequestOutput.ts @@ -1,6 +1,6 @@ import {_UnmarshalledLocation} from './_Location'; import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentForPullRequestOutput shape @@ -47,8 +47,7 @@ export interface PostCommentForPullRequestOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/PostCommentReplyInput.ts b/packages/sdk-codecommit-node/types/PostCommentReplyInput.ts index 4d3e0f5c52a6..841acd59023f 100644 --- a/packages/sdk-codecommit-node/types/PostCommentReplyInput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentReplyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentReplyInput shape @@ -20,23 +21,19 @@ export interface PostCommentReplyInput { content: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/PostCommentReplyOutput.ts b/packages/sdk-codecommit-node/types/PostCommentReplyOutput.ts index ecf8d529ab66..bc9e509a8fc7 100644 --- a/packages/sdk-codecommit-node/types/PostCommentReplyOutput.ts +++ b/packages/sdk-codecommit-node/types/PostCommentReplyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PostCommentReplyOutput shape @@ -11,8 +11,7 @@ export interface PostCommentReplyOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/PullRequestAlreadyClosedException.ts b/packages/sdk-codecommit-node/types/PullRequestAlreadyClosedException.ts index b6551f24cb20..1d2d2bc329ee 100644 --- a/packages/sdk-codecommit-node/types/PullRequestAlreadyClosedException.ts +++ b/packages/sdk-codecommit-node/types/PullRequestAlreadyClosedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request status cannot be updated because it is already closed.
diff --git a/packages/sdk-codecommit-node/types/PullRequestDoesNotExistException.ts b/packages/sdk-codecommit-node/types/PullRequestDoesNotExistException.ts index c3270f2eaec1..99a4be19f02c 100644 --- a/packages/sdk-codecommit-node/types/PullRequestDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/PullRequestDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.
diff --git a/packages/sdk-codecommit-node/types/PullRequestIdRequiredException.ts b/packages/sdk-codecommit-node/types/PullRequestIdRequiredException.ts index 9f84ed117c9c..6349247937ff 100644 --- a/packages/sdk-codecommit-node/types/PullRequestIdRequiredException.ts +++ b/packages/sdk-codecommit-node/types/PullRequestIdRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request ID is required, but none was provided.
diff --git a/packages/sdk-codecommit-node/types/PullRequestStatusRequiredException.ts b/packages/sdk-codecommit-node/types/PullRequestStatusRequiredException.ts index 62ab4201b440..e188889e3d23 100644 --- a/packages/sdk-codecommit-node/types/PullRequestStatusRequiredException.ts +++ b/packages/sdk-codecommit-node/types/PullRequestStatusRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request status is required, but none was provided.
diff --git a/packages/sdk-codecommit-node/types/PutRepositoryTriggersInput.ts b/packages/sdk-codecommit-node/types/PutRepositoryTriggersInput.ts index 9961ac6e05f5..1b9ffa62b121 100644 --- a/packages/sdk-codecommit-node/types/PutRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-node/types/PutRepositoryTriggersInput.ts @@ -1,5 +1,6 @@ import {_RepositoryTrigger} from './_RepositoryTrigger'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input ofa put repository triggers operation.
@@ -16,23 +17,19 @@ export interface PutRepositoryTriggersInput { triggers: Array<_RepositoryTrigger>|Iterable<_RepositoryTrigger>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/PutRepositoryTriggersOutput.ts b/packages/sdk-codecommit-node/types/PutRepositoryTriggersOutput.ts index ecaf5e426377..5d589381312f 100644 --- a/packages/sdk-codecommit-node/types/PutRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-node/types/PutRepositoryTriggersOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a put repository triggers operation.
@@ -10,8 +10,7 @@ export interface PutRepositoryTriggersOutput { configurationId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/ReferenceDoesNotExistException.ts b/packages/sdk-codecommit-node/types/ReferenceDoesNotExistException.ts index c4b62b142ef6..87d708e6d1ce 100644 --- a/packages/sdk-codecommit-node/types/ReferenceDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/ReferenceDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference does not exist. You must provide a full commit ID.
diff --git a/packages/sdk-codecommit-node/types/ReferenceNameRequiredException.ts b/packages/sdk-codecommit-node/types/ReferenceNameRequiredException.ts index 5af6655a2e98..7961d33ec507 100644 --- a/packages/sdk-codecommit-node/types/ReferenceNameRequiredException.ts +++ b/packages/sdk-codecommit-node/types/ReferenceNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A reference name is required, but none was provided.
diff --git a/packages/sdk-codecommit-node/types/ReferenceTypeNotSupportedException.ts b/packages/sdk-codecommit-node/types/ReferenceTypeNotSupportedException.ts index 393f7a8116d7..1c449b2eafae 100644 --- a/packages/sdk-codecommit-node/types/ReferenceTypeNotSupportedException.ts +++ b/packages/sdk-codecommit-node/types/ReferenceTypeNotSupportedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified reference is not a supported type.
diff --git a/packages/sdk-codecommit-node/types/RepositoryDoesNotExistException.ts b/packages/sdk-codecommit-node/types/RepositoryDoesNotExistException.ts index 533b8a5659e2..a982876bb7c1 100644 --- a/packages/sdk-codecommit-node/types/RepositoryDoesNotExistException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryDoesNotExistException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository does not exist.
diff --git a/packages/sdk-codecommit-node/types/RepositoryLimitExceededException.ts b/packages/sdk-codecommit-node/types/RepositoryLimitExceededException.ts index 8b5074ccbb48..f4aa61511ae9 100644 --- a/packages/sdk-codecommit-node/types/RepositoryLimitExceededException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryLimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository resource limit was exceeded.
diff --git a/packages/sdk-codecommit-node/types/RepositoryNameExistsException.ts b/packages/sdk-codecommit-node/types/RepositoryNameExistsException.ts index 2d0a596a0f10..6a4b5db01e84 100644 --- a/packages/sdk-codecommit-node/types/RepositoryNameExistsException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryNameExistsException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified repository name already exists.
diff --git a/packages/sdk-codecommit-node/types/RepositoryNameRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryNameRequiredException.ts index 495f9b347374..6c98dfd2f48f 100644 --- a/packages/sdk-codecommit-node/types/RepositoryNameRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository name is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/RepositoryNamesRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryNamesRequiredException.ts index 2eb92f22dbcd..46dee9a914e6 100644 --- a/packages/sdk-codecommit-node/types/RepositoryNamesRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryNamesRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A repository names object is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/RepositoryNotAssociatedWithPullRequestException.ts b/packages/sdk-codecommit-node/types/RepositoryNotAssociatedWithPullRequestException.ts index b785287d5936..afe7992da16e 100644 --- a/packages/sdk-codecommit-node/types/RepositoryNotAssociatedWithPullRequestException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryNotAssociatedWithPullRequestException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The repository does not contain any pull requests with that pull request ID. Check to make sure you have provided the correct repository name for the pull request.
diff --git a/packages/sdk-codecommit-node/types/RepositoryTriggerBranchNameListRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryTriggerBranchNameListRequiredException.ts index 3bedccd3ef23..23c71006fd92 100644 --- a/packages/sdk-codecommit-node/types/RepositoryTriggerBranchNameListRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryTriggerBranchNameListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one branch name is required but was not specified in the trigger configuration.
diff --git a/packages/sdk-codecommit-node/types/RepositoryTriggerDestinationArnRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryTriggerDestinationArnRequiredException.ts index 410fec3c595f..3c0c751a83b1 100644 --- a/packages/sdk-codecommit-node/types/RepositoryTriggerDestinationArnRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryTriggerDestinationArnRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A destination ARN for the target service for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/RepositoryTriggerEventsListRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryTriggerEventsListRequiredException.ts index 6d97394967c2..1a5d57d98ad8 100644 --- a/packages/sdk-codecommit-node/types/RepositoryTriggerEventsListRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryTriggerEventsListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *At least one event for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/RepositoryTriggerNameRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryTriggerNameRequiredException.ts index 45a62bad8117..d160f4c1fa15 100644 --- a/packages/sdk-codecommit-node/types/RepositoryTriggerNameRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryTriggerNameRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A name for the trigger is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/RepositoryTriggersListRequiredException.ts b/packages/sdk-codecommit-node/types/RepositoryTriggersListRequiredException.ts index 9210d8385547..af23b1d7f7cd 100644 --- a/packages/sdk-codecommit-node/types/RepositoryTriggersListRequiredException.ts +++ b/packages/sdk-codecommit-node/types/RepositoryTriggersListRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The list of triggers for the repository is required but was not specified.
diff --git a/packages/sdk-codecommit-node/types/SourceAndDestinationAreSameException.ts b/packages/sdk-codecommit-node/types/SourceAndDestinationAreSameException.ts index cb704da10e90..1d015244739d 100644 --- a/packages/sdk-codecommit-node/types/SourceAndDestinationAreSameException.ts +++ b/packages/sdk-codecommit-node/types/SourceAndDestinationAreSameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The source branch and the destination branch for the pull request are the same. You must specify different branches for the source and destination.
diff --git a/packages/sdk-codecommit-node/types/TargetRequiredException.ts b/packages/sdk-codecommit-node/types/TargetRequiredException.ts index 71a9416cdfab..e0a7387cadf2 100644 --- a/packages/sdk-codecommit-node/types/TargetRequiredException.ts +++ b/packages/sdk-codecommit-node/types/TargetRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.
diff --git a/packages/sdk-codecommit-node/types/TargetsRequiredException.ts b/packages/sdk-codecommit-node/types/TargetsRequiredException.ts index c902864f7f32..397709294084 100644 --- a/packages/sdk-codecommit-node/types/TargetsRequiredException.ts +++ b/packages/sdk-codecommit-node/types/TargetsRequiredException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An array of target objects is required. It cannot be empty or null.
diff --git a/packages/sdk-codecommit-node/types/TestRepositoryTriggersInput.ts b/packages/sdk-codecommit-node/types/TestRepositoryTriggersInput.ts index fc7e7b5a3823..d89cb879037d 100644 --- a/packages/sdk-codecommit-node/types/TestRepositoryTriggersInput.ts +++ b/packages/sdk-codecommit-node/types/TestRepositoryTriggersInput.ts @@ -1,5 +1,6 @@ import {_RepositoryTrigger} from './_RepositoryTrigger'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of a test repository triggers operation.
@@ -16,23 +17,19 @@ export interface TestRepositoryTriggersInput { triggers: Array<_RepositoryTrigger>|Iterable<_RepositoryTrigger>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/TestRepositoryTriggersOutput.ts b/packages/sdk-codecommit-node/types/TestRepositoryTriggersOutput.ts index c560ae591220..72c793eea856 100644 --- a/packages/sdk-codecommit-node/types/TestRepositoryTriggersOutput.ts +++ b/packages/sdk-codecommit-node/types/TestRepositoryTriggersOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledRepositoryTriggerExecutionFailure} from './_RepositoryTriggerExecutionFailure'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a test repository triggers operation.
@@ -16,8 +16,7 @@ export interface TestRepositoryTriggersOutput { failedExecutions?: Array<_UnmarshalledRepositoryTriggerExecutionFailure>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/TipOfSourceReferenceIsDifferentException.ts b/packages/sdk-codecommit-node/types/TipOfSourceReferenceIsDifferentException.ts index 3205f49cae23..5579180a6584 100644 --- a/packages/sdk-codecommit-node/types/TipOfSourceReferenceIsDifferentException.ts +++ b/packages/sdk-codecommit-node/types/TipOfSourceReferenceIsDifferentException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.
diff --git a/packages/sdk-codecommit-node/types/TipsDivergenceExceededException.ts b/packages/sdk-codecommit-node/types/TipsDivergenceExceededException.ts index 81fdefb59add..4223bca96d60 100644 --- a/packages/sdk-codecommit-node/types/TipsDivergenceExceededException.ts +++ b/packages/sdk-codecommit-node/types/TipsDivergenceExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff
or a diff tool.
A pull request title is required. It cannot be empty or null.
diff --git a/packages/sdk-codecommit-node/types/UpdateCommentInput.ts b/packages/sdk-codecommit-node/types/UpdateCommentInput.ts index f587b29187f5..1533b5706da2 100644 --- a/packages/sdk-codecommit-node/types/UpdateCommentInput.ts +++ b/packages/sdk-codecommit-node/types/UpdateCommentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateCommentInput shape @@ -15,23 +16,19 @@ export interface UpdateCommentInput { content: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdateCommentOutput.ts b/packages/sdk-codecommit-node/types/UpdateCommentOutput.ts index 32b391f24016..4c4e12f37792 100644 --- a/packages/sdk-codecommit-node/types/UpdateCommentOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdateCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledComment} from './_Comment'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateCommentOutput shape @@ -11,8 +11,7 @@ export interface UpdateCommentOutput { comment?: _UnmarshalledComment; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdateDefaultBranchInput.ts b/packages/sdk-codecommit-node/types/UpdateDefaultBranchInput.ts index c8ca3c6df25b..c55e63325db2 100644 --- a/packages/sdk-codecommit-node/types/UpdateDefaultBranchInput.ts +++ b/packages/sdk-codecommit-node/types/UpdateDefaultBranchInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update default branch operation.
@@ -15,23 +16,19 @@ export interface UpdateDefaultBranchInput { defaultBranchName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdateDefaultBranchOutput.ts b/packages/sdk-codecommit-node/types/UpdateDefaultBranchOutput.ts index d2e757aa66b4..e08e923adfff 100644 --- a/packages/sdk-codecommit-node/types/UpdateDefaultBranchOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdateDefaultBranchOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateDefaultBranchOutput shape */ export interface UpdateDefaultBranchOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionInput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionInput.ts index 0504c20a7477..cf63d87b6b26 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionInput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestDescriptionInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestDescriptionInput { description: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionOutput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionOutput.ts index 4dfa841bc631..9e66c7ddde3e 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestDescriptionOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestDescriptionOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestDescriptionOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestStatusInput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestStatusInput.ts index 304578f98f6e..e21832d6f5b3 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestStatusInput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestStatusInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestStatusInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestStatusInput { pullRequestStatus: 'OPEN'|'CLOSED'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestStatusOutput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestStatusOutput.ts index 0759d7040e52..a2a2accaddec 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestStatusOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestStatusOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestStatusOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestStatusOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestTitleInput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestTitleInput.ts index ef423fb94587..055545c1efa2 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestTitleInput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestTitleInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestTitleInput shape @@ -15,23 +16,19 @@ export interface UpdatePullRequestTitleInput { title: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdatePullRequestTitleOutput.ts b/packages/sdk-codecommit-node/types/UpdatePullRequestTitleOutput.ts index 6d902e44f183..a0cef6d21a92 100644 --- a/packages/sdk-codecommit-node/types/UpdatePullRequestTitleOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdatePullRequestTitleOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPullRequest} from './_PullRequest'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdatePullRequestTitleOutput shape @@ -11,8 +11,7 @@ export interface UpdatePullRequestTitleOutput { pullRequest: _UnmarshalledPullRequest; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionInput.ts b/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionInput.ts index 7cb4e589121a..8947dd3fefe3 100644 --- a/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionInput.ts +++ b/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update repository description operation.
@@ -15,23 +16,19 @@ export interface UpdateRepositoryDescriptionInput { repositoryDescription?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionOutput.ts b/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionOutput.ts index 18d28774e278..e753b5025651 100644 --- a/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdateRepositoryDescriptionOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateRepositoryDescriptionOutput shape */ export interface UpdateRepositoryDescriptionOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-codecommit-node/types/UpdateRepositoryNameInput.ts b/packages/sdk-codecommit-node/types/UpdateRepositoryNameInput.ts index c696b652dd5e..c9f40fa01d59 100644 --- a/packages/sdk-codecommit-node/types/UpdateRepositoryNameInput.ts +++ b/packages/sdk-codecommit-node/types/UpdateRepositoryNameInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the input of an update repository description operation.
@@ -15,23 +16,19 @@ export interface UpdateRepositoryNameInput { newName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-codecommit-node/types/UpdateRepositoryNameOutput.ts b/packages/sdk-codecommit-node/types/UpdateRepositoryNameOutput.ts index 823d4200f19d..f2dc70351d03 100644 --- a/packages/sdk-codecommit-node/types/UpdateRepositoryNameOutput.ts +++ b/packages/sdk-codecommit-node/types/UpdateRepositoryNameOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateRepositoryNameOutput shape */ export interface UpdateRepositoryNameOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/CognitoIdentityClient.ts b/packages/sdk-cognito-identity-browser/CognitoIdentityClient.ts index 6f10aef99ac0..8919ad070ab5 100644 --- a/packages/sdk-cognito-identity-browser/CognitoIdentityClient.ts +++ b/packages/sdk-cognito-identity-browser/CognitoIdentityClient.ts @@ -37,6 +37,14 @@ export class CognitoIdentityClient { configurationProperties, this.middlewareStack ); + this.middlewareStack.add( + __aws_middleware_serializer.serializerMiddleware(this.config.serializer), + { + step: 'serialize', + priority: 90, + tags: {SERIALIZER: true} + } + ); this.middlewareStack.add( __aws_middleware_content_length.contentLengthMiddleware( this.config.bodyLengthChecker @@ -61,6 +69,18 @@ export class CognitoIdentityClient { } ); } + this.middlewareStack.add( + __aws_signing_middleware.signingMiddleware< + InputTypesUnion, + OutputTypesUnion, + ReadableStream + >(this.config.signer), + { + step: 'finalize', + priority: 0, + tags: {SIGNATURE: true} + } + ); } destroy(): void { diff --git a/packages/sdk-cognito-identity-browser/CognitoIdentityConfiguration.ts b/packages/sdk-cognito-identity-browser/CognitoIdentityConfiguration.ts index f782d1e7c51c..748d4ce8c67d 100644 --- a/packages/sdk-cognito-identity-browser/CognitoIdentityConfiguration.ts +++ b/packages/sdk-cognito-identity-browser/CognitoIdentityConfiguration.ts @@ -195,39 +195,33 @@ export const configurationProperties: __aws_types.ConfigurationDefinition< CognitoIdentityResolvableConfiguration, CognitoIdentityResolvedConfiguration > = { - profile: { - required: false - }, + profile: {}, maxRedirects: { - required: false, defaultValue: 10 }, maxRetries: { - required: false, defaultValue: 3 }, region: { required: true, - apply: ( - region: string|__aws_types.ProviderThrown if there are parallel requests to modify a resource.
diff --git a/packages/sdk-cognito-identity-browser/types/CreateIdentityPoolInput.ts b/packages/sdk-cognito-identity-browser/types/CreateIdentityPoolInput.ts index 646a2a6d7695..99f27bea9e52 100644 --- a/packages/sdk-cognito-identity-browser/types/CreateIdentityPoolInput.ts +++ b/packages/sdk-cognito-identity-browser/types/CreateIdentityPoolInput.ts @@ -1,5 +1,6 @@ import {_CognitoIdentityProvider} from './_CognitoIdentityProvider'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the CreateIdentityPool action.
@@ -41,23 +42,19 @@ export interface CreateIdentityPoolInput { SamlProviderARNs?: ArrayAn object representing an Amazon Cognito identity pool.
@@ -46,8 +46,7 @@ export interface CreateIdentityPoolOutput { SamlProviderARNs?: ArrayInput to the DeleteIdentities
action.
Returned in response to a successful DeleteIdentities
operation.
Input to the DeleteIdentityPool action.
@@ -10,23 +11,19 @@ export interface DeleteIdentityPoolInput { IdentityPoolId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/DeleteIdentityPoolOutput.ts b/packages/sdk-cognito-identity-browser/types/DeleteIdentityPoolOutput.ts index e2931c1c0add..f16e350a7dfe 100644 --- a/packages/sdk-cognito-identity-browser/types/DeleteIdentityPoolOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/DeleteIdentityPoolOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteIdentityPoolOutput shape */ export interface DeleteIdentityPoolOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/DescribeIdentityInput.ts b/packages/sdk-cognito-identity-browser/types/DescribeIdentityInput.ts index 69d43bf9c94a..bc23b7aa7ea9 100644 --- a/packages/sdk-cognito-identity-browser/types/DescribeIdentityInput.ts +++ b/packages/sdk-cognito-identity-browser/types/DescribeIdentityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the DescribeIdentity
action.
A description of the identity.
@@ -25,8 +25,7 @@ export interface DescribeIdentityOutput { LastModifiedDate?: Date; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolInput.ts b/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolInput.ts index cf7afe511775..e9644da12de6 100644 --- a/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolInput.ts +++ b/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the DescribeIdentityPool action.
@@ -10,23 +11,19 @@ export interface DescribeIdentityPoolInput { IdentityPoolId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolOutput.ts b/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolOutput.ts index 4855f0bd607b..3823b5053cf4 100644 --- a/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/DescribeIdentityPoolOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledCognitoIdentityProvider} from './_CognitoIdentityProvider'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *An object representing an Amazon Cognito identity pool.
@@ -46,8 +46,7 @@ export interface DescribeIdentityPoolOutput { SamlProviderARNs?: ArrayThe provided developer user identifier is already registered with Cognito under a different identity ID.
diff --git a/packages/sdk-cognito-identity-browser/types/ExternalServiceException.ts b/packages/sdk-cognito-identity-browser/types/ExternalServiceException.ts index b2c9ccf7bd39..0e11f8a93130 100644 --- a/packages/sdk-cognito-identity-browser/types/ExternalServiceException.ts +++ b/packages/sdk-cognito-identity-browser/types/ExternalServiceException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An exception thrown when a dependent service such as Facebook or Twitter is not responding
diff --git a/packages/sdk-cognito-identity-browser/types/GetCredentialsForIdentityInput.ts b/packages/sdk-cognito-identity-browser/types/GetCredentialsForIdentityInput.ts index 27aa78fe6eda..7f66679b1a5b 100644 --- a/packages/sdk-cognito-identity-browser/types/GetCredentialsForIdentityInput.ts +++ b/packages/sdk-cognito-identity-browser/types/GetCredentialsForIdentityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the GetCredentialsForIdentity
action.
Returned in response to a successful GetCredentialsForIdentity
operation.
Input to the GetId action.
@@ -20,23 +21,19 @@ export interface GetIdInput { Logins?: {[key: string]: string}|Iterable<[string, string]>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/GetIdOutput.ts b/packages/sdk-cognito-identity-browser/types/GetIdOutput.ts index 193bb12e555c..a8f780828ad5 100644 --- a/packages/sdk-cognito-identity-browser/types/GetIdOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/GetIdOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Returned in response to a GetId request.
@@ -10,8 +10,7 @@ export interface GetIdOutput { IdentityId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/GetIdentityPoolRolesInput.ts b/packages/sdk-cognito-identity-browser/types/GetIdentityPoolRolesInput.ts index b2f3503f58ed..78850d185cb2 100644 --- a/packages/sdk-cognito-identity-browser/types/GetIdentityPoolRolesInput.ts +++ b/packages/sdk-cognito-identity-browser/types/GetIdentityPoolRolesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the GetIdentityPoolRoles
action.
Returned in response to a successful GetIdentityPoolRoles
operation.
Input to the GetOpenIdTokenForDeveloperIdentity
action.
Returned in response to a successful GetOpenIdTokenForDeveloperIdentity
request.
Input to the GetOpenIdToken action.
@@ -15,23 +16,19 @@ export interface GetOpenIdTokenInput { Logins?: {[key: string]: string}|Iterable<[string, string]>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/GetOpenIdTokenOutput.ts b/packages/sdk-cognito-identity-browser/types/GetOpenIdTokenOutput.ts index d2698b1e03b9..97f290198759 100644 --- a/packages/sdk-cognito-identity-browser/types/GetOpenIdTokenOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/GetOpenIdTokenOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Returned in response to a successful GetOpenIdToken request.
@@ -15,8 +15,7 @@ export interface GetOpenIdTokenOutput { Token?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/InternalErrorException.ts b/packages/sdk-cognito-identity-browser/types/InternalErrorException.ts index aec4e9560727..30e8bb5cae4a 100644 --- a/packages/sdk-cognito-identity-browser/types/InternalErrorException.ts +++ b/packages/sdk-cognito-identity-browser/types/InternalErrorException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown when the service encounters an error during processing the request.
diff --git a/packages/sdk-cognito-identity-browser/types/InvalidIdentityPoolConfigurationException.ts b/packages/sdk-cognito-identity-browser/types/InvalidIdentityPoolConfigurationException.ts index 37308b190c33..1b0e62d13608 100644 --- a/packages/sdk-cognito-identity-browser/types/InvalidIdentityPoolConfigurationException.ts +++ b/packages/sdk-cognito-identity-browser/types/InvalidIdentityPoolConfigurationException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.
diff --git a/packages/sdk-cognito-identity-browser/types/InvalidParameterException.ts b/packages/sdk-cognito-identity-browser/types/InvalidParameterException.ts index a57c22918ff3..e5572b66b139 100644 --- a/packages/sdk-cognito-identity-browser/types/InvalidParameterException.ts +++ b/packages/sdk-cognito-identity-browser/types/InvalidParameterException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown for missing or bad input parameter(s).
diff --git a/packages/sdk-cognito-identity-browser/types/LimitExceededException.ts b/packages/sdk-cognito-identity-browser/types/LimitExceededException.ts index 9e04410b82bd..3cc03ed66823 100644 --- a/packages/sdk-cognito-identity-browser/types/LimitExceededException.ts +++ b/packages/sdk-cognito-identity-browser/types/LimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown when the total number of user pools has exceeded a preset limit.
diff --git a/packages/sdk-cognito-identity-browser/types/ListIdentitiesInput.ts b/packages/sdk-cognito-identity-browser/types/ListIdentitiesInput.ts index aa9cfffa7262..86c9002edf23 100644 --- a/packages/sdk-cognito-identity-browser/types/ListIdentitiesInput.ts +++ b/packages/sdk-cognito-identity-browser/types/ListIdentitiesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the ListIdentities action.
@@ -25,23 +26,19 @@ export interface ListIdentitiesInput { HideDisabled?: boolean; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/ListIdentitiesOutput.ts b/packages/sdk-cognito-identity-browser/types/ListIdentitiesOutput.ts index 3d2c67d6a3ae..bafe246894ce 100644 --- a/packages/sdk-cognito-identity-browser/types/ListIdentitiesOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/ListIdentitiesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledIdentityDescription} from './_IdentityDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The response to a ListIdentities request.
@@ -21,8 +21,7 @@ export interface ListIdentitiesOutput { NextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsInput.ts b/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsInput.ts index 2698478a4a9a..f2bd867a95eb 100644 --- a/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsInput.ts +++ b/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the ListIdentityPools action.
@@ -15,23 +16,19 @@ export interface ListIdentityPoolsInput { NextToken?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsOutput.ts b/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsOutput.ts index 06fc94101c7a..02171d520376 100644 --- a/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsOutput.ts +++ b/packages/sdk-cognito-identity-browser/types/ListIdentityPoolsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledIdentityPoolShortDescription} from './_IdentityPoolShortDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The result of a successful ListIdentityPools action.
@@ -16,8 +16,7 @@ export interface ListIdentityPoolsOutput { NextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-cognito-identity-browser/types/LookupDeveloperIdentityInput.ts b/packages/sdk-cognito-identity-browser/types/LookupDeveloperIdentityInput.ts index f8c55e1b9c35..75c62fa59435 100644 --- a/packages/sdk-cognito-identity-browser/types/LookupDeveloperIdentityInput.ts +++ b/packages/sdk-cognito-identity-browser/types/LookupDeveloperIdentityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the LookupDeveloperIdentityInput
action.
Returned in response to a successful LookupDeveloperIdentity
action.
Input to the MergeDeveloperIdentities
action.
Returned in response to a successful MergeDeveloperIdentities
action.
Thrown when a user is not authorized to access the requested resource.
diff --git a/packages/sdk-cognito-identity-browser/types/ResourceConflictException.ts b/packages/sdk-cognito-identity-browser/types/ResourceConflictException.ts index f5938eb780b3..405651629a92 100644 --- a/packages/sdk-cognito-identity-browser/types/ResourceConflictException.ts +++ b/packages/sdk-cognito-identity-browser/types/ResourceConflictException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown when a user tries to use a login which is already linked to another account.
diff --git a/packages/sdk-cognito-identity-browser/types/ResourceNotFoundException.ts b/packages/sdk-cognito-identity-browser/types/ResourceNotFoundException.ts index 3f46657db8c4..8476cb2e8a09 100644 --- a/packages/sdk-cognito-identity-browser/types/ResourceNotFoundException.ts +++ b/packages/sdk-cognito-identity-browser/types/ResourceNotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Thrown when the requested resource (for example, a dataset or record) does not exist.
diff --git a/packages/sdk-cognito-identity-browser/types/SetIdentityPoolRolesInput.ts b/packages/sdk-cognito-identity-browser/types/SetIdentityPoolRolesInput.ts index 2e5755993804..4ca03b336dc8 100644 --- a/packages/sdk-cognito-identity-browser/types/SetIdentityPoolRolesInput.ts +++ b/packages/sdk-cognito-identity-browser/types/SetIdentityPoolRolesInput.ts @@ -1,5 +1,6 @@ import {_RoleMapping} from './_RoleMapping'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the SetIdentityPoolRoles
action.
Thrown when a request is throttled.
diff --git a/packages/sdk-cognito-identity-browser/types/UnlinkDeveloperIdentityInput.ts b/packages/sdk-cognito-identity-browser/types/UnlinkDeveloperIdentityInput.ts index 525a5a4d0445..01991858f846 100644 --- a/packages/sdk-cognito-identity-browser/types/UnlinkDeveloperIdentityInput.ts +++ b/packages/sdk-cognito-identity-browser/types/UnlinkDeveloperIdentityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input to the UnlinkDeveloperIdentity
action.
Input to the UnlinkIdentity action.
@@ -20,23 +21,19 @@ export interface UnlinkIdentityInput { LoginsToRemove: ArrayAn object representing an Amazon Cognito identity pool.
@@ -46,23 +47,19 @@ export interface UpdateIdentityPoolInput { SamlProviderARNs?: ArrayAn object representing an Amazon Cognito identity pool.
@@ -46,8 +46,7 @@ export interface UpdateIdentityPoolOutput { SamlProviderARNs?: ArrayProvides options to abort a multipart upload identified by the upload ID.
For information about the underlying REST API, see Abort Multipart Upload. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,23 +21,19 @@ export interface AbortMultipartUploadInput { uploadId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/AbortMultipartUploadOutput.ts b/packages/sdk-glacier-browser/types/AbortMultipartUploadOutput.ts index 7c4ddb207f92..922b20f9bc50 100644 --- a/packages/sdk-glacier-browser/types/AbortMultipartUploadOutput.ts +++ b/packages/sdk-glacier-browser/types/AbortMultipartUploadOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * AbortMultipartUploadOutput shape */ export interface AbortMultipartUploadOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/AbortVaultLockInput.ts b/packages/sdk-glacier-browser/types/AbortVaultLockInput.ts index 372c98c2f6aa..2a49517c87ab 100644 --- a/packages/sdk-glacier-browser/types/AbortVaultLockInput.ts +++ b/packages/sdk-glacier-browser/types/AbortVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for AbortVaultLock
.
The input values for AddTagsToVault
.
Provides options to complete a multipart upload operation. This informs Amazon Glacier that all the archive parts have been uploaded and Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource.
@@ -30,23 +31,19 @@ export interface CompleteMultipartUploadInput { checksum?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/CompleteMultipartUploadOutput.ts b/packages/sdk-glacier-browser/types/CompleteMultipartUploadOutput.ts index f2a185047021..af154b4bdb11 100644 --- a/packages/sdk-glacier-browser/types/CompleteMultipartUploadOutput.ts +++ b/packages/sdk-glacier-browser/types/CompleteMultipartUploadOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,8 +20,7 @@ export interface CompleteMultipartUploadOutput { archiveId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/CompleteVaultLockInput.ts b/packages/sdk-glacier-browser/types/CompleteVaultLockInput.ts index a9c355fee94b..66d0bd354ac3 100644 --- a/packages/sdk-glacier-browser/types/CompleteVaultLockInput.ts +++ b/packages/sdk-glacier-browser/types/CompleteVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for CompleteVaultLock
.
Provides options to create a vault.
@@ -15,23 +16,19 @@ export interface CreateVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/CreateVaultOutput.ts b/packages/sdk-glacier-browser/types/CreateVaultOutput.ts index 8b309c0074c0..d3772660f52d 100644 --- a/packages/sdk-glacier-browser/types/CreateVaultOutput.ts +++ b/packages/sdk-glacier-browser/types/CreateVaultOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface CreateVaultOutput { location?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DeleteArchiveInput.ts b/packages/sdk-glacier-browser/types/DeleteArchiveInput.ts index 70babbb1ffda..34954b964c7d 100644 --- a/packages/sdk-glacier-browser/types/DeleteArchiveInput.ts +++ b/packages/sdk-glacier-browser/types/DeleteArchiveInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting an archive from an Amazon Glacier vault.
@@ -20,23 +21,19 @@ export interface DeleteArchiveInput { archiveId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DeleteArchiveOutput.ts b/packages/sdk-glacier-browser/types/DeleteArchiveOutput.ts index 5a37d0a42641..85efeba16327 100644 --- a/packages/sdk-glacier-browser/types/DeleteArchiveOutput.ts +++ b/packages/sdk-glacier-browser/types/DeleteArchiveOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteArchiveOutput shape */ export interface DeleteArchiveOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyInput.ts b/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyInput.ts index 2e4630befe18..cfe2ca4ce1f2 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyInput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *DeleteVaultAccessPolicy input.
@@ -15,23 +16,19 @@ export interface DeleteVaultAccessPolicyInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyOutput.ts b/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyOutput.ts index fc6fad242bd6..67c3c7b4926f 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultAccessPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultAccessPolicyOutput shape */ export interface DeleteVaultAccessPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DeleteVaultInput.ts b/packages/sdk-glacier-browser/types/DeleteVaultInput.ts index 4b67663e5e39..52931d4c37b5 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultInput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting a vault from Amazon Glacier.
@@ -15,23 +16,19 @@ export interface DeleteVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DeleteVaultNotificationsInput.ts b/packages/sdk-glacier-browser/types/DeleteVaultNotificationsInput.ts index 0e1efda4bf96..98aaadb1311b 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultNotificationsInput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultNotificationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting a vault notification configuration from an Amazon Glacier vault.
@@ -15,23 +16,19 @@ export interface DeleteVaultNotificationsInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DeleteVaultNotificationsOutput.ts b/packages/sdk-glacier-browser/types/DeleteVaultNotificationsOutput.ts index 34306e419c4e..b56d632c8963 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultNotificationsOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultNotificationsOutput shape */ export interface DeleteVaultNotificationsOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DeleteVaultOutput.ts b/packages/sdk-glacier-browser/types/DeleteVaultOutput.ts index 834868cb522f..684e99c8817c 100644 --- a/packages/sdk-glacier-browser/types/DeleteVaultOutput.ts +++ b/packages/sdk-glacier-browser/types/DeleteVaultOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultOutput shape */ export interface DeleteVaultOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DescribeJobInput.ts b/packages/sdk-glacier-browser/types/DescribeJobInput.ts index 8b80770fdce4..2f996e57eefe 100644 --- a/packages/sdk-glacier-browser/types/DescribeJobInput.ts +++ b/packages/sdk-glacier-browser/types/DescribeJobInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a job description.
@@ -20,23 +21,19 @@ export interface DescribeJobInput { jobId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DescribeJobOutput.ts b/packages/sdk-glacier-browser/types/DescribeJobOutput.ts index 1b2ff1785b5f..fe411c479ac0 100644 --- a/packages/sdk-glacier-browser/types/DescribeJobOutput.ts +++ b/packages/sdk-glacier-browser/types/DescribeJobOutput.ts @@ -1,7 +1,7 @@ import {_UnmarshalledInventoryRetrievalJobDescription} from './_InventoryRetrievalJobDescription'; import {_UnmarshalledSelectParameters} from './_SelectParameters'; import {_UnmarshalledOutputLocation} from './_OutputLocation'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the description of an Amazon Glacier job.
@@ -113,8 +113,7 @@ export interface DescribeJobOutput { OutputLocation?: _UnmarshalledOutputLocation; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/DescribeVaultInput.ts b/packages/sdk-glacier-browser/types/DescribeVaultInput.ts index 6a69c100be1a..7ed0998ccfcb 100644 --- a/packages/sdk-glacier-browser/types/DescribeVaultInput.ts +++ b/packages/sdk-glacier-browser/types/DescribeVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving metadata for a specific vault in Amazon Glacier.
@@ -15,23 +16,19 @@ export interface DescribeVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/DescribeVaultOutput.ts b/packages/sdk-glacier-browser/types/DescribeVaultOutput.ts index 16e68dde9782..5cf23aa35d0f 100644 --- a/packages/sdk-glacier-browser/types/DescribeVaultOutput.ts +++ b/packages/sdk-glacier-browser/types/DescribeVaultOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -35,8 +35,7 @@ export interface DescribeVaultOutput { SizeInBytes?: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyInput.ts b/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyInput.ts index c0d9225b04b0..daa4d9b8fae1 100644 --- a/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyInput.ts +++ b/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input for GetDataRetrievalPolicy.
@@ -10,23 +11,19 @@ export interface GetDataRetrievalPolicyInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyOutput.ts b/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyOutput.ts index 954f26302252..438bb2429520 100644 --- a/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyOutput.ts +++ b/packages/sdk-glacier-browser/types/GetDataRetrievalPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDataRetrievalPolicy} from './_DataRetrievalPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to the GetDataRetrievalPolicy
request.
Provides options for downloading output of an Amazon Glacier job.
@@ -25,23 +26,19 @@ export interface GetJobOutputInput { range?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/GetJobOutputOutput.ts b/packages/sdk-glacier-browser/types/GetJobOutputOutput.ts index b29f5fabb833..65a25acb1281 100644 --- a/packages/sdk-glacier-browser/types/GetJobOutputOutput.ts +++ b/packages/sdk-glacier-browser/types/GetJobOutputOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -40,8 +40,7 @@ export interface GetJobOutputOutputInput for GetVaultAccessPolicy.
@@ -15,23 +16,19 @@ export interface GetVaultAccessPolicyInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/GetVaultAccessPolicyOutput.ts b/packages/sdk-glacier-browser/types/GetVaultAccessPolicyOutput.ts index fdd5f4c42fc3..f671addec408 100644 --- a/packages/sdk-glacier-browser/types/GetVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-browser/types/GetVaultAccessPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVaultAccessPolicy} from './_VaultAccessPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Output for GetVaultAccessPolicy.
@@ -11,8 +11,7 @@ export interface GetVaultAccessPolicyOutput { policy?: _UnmarshalledVaultAccessPolicy; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/GetVaultLockInput.ts b/packages/sdk-glacier-browser/types/GetVaultLockInput.ts index c1a5cd0adb18..e85f908eba68 100644 --- a/packages/sdk-glacier-browser/types/GetVaultLockInput.ts +++ b/packages/sdk-glacier-browser/types/GetVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for GetVaultLock
.
Contains the Amazon Glacier response to your request.
@@ -25,8 +25,7 @@ export interface GetVaultLockOutput { CreationDate?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/GetVaultNotificationsInput.ts b/packages/sdk-glacier-browser/types/GetVaultNotificationsInput.ts index 4ce0194bde52..f9fbf0d4d3a9 100644 --- a/packages/sdk-glacier-browser/types/GetVaultNotificationsInput.ts +++ b/packages/sdk-glacier-browser/types/GetVaultNotificationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving the notification configuration set on an Amazon Glacier vault.
@@ -15,23 +16,19 @@ export interface GetVaultNotificationsInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/GetVaultNotificationsOutput.ts b/packages/sdk-glacier-browser/types/GetVaultNotificationsOutput.ts index 2b49e95fbd33..fcf24fa46375 100644 --- a/packages/sdk-glacier-browser/types/GetVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-browser/types/GetVaultNotificationsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVaultNotificationConfig} from './_VaultNotificationConfig'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -11,8 +11,7 @@ export interface GetVaultNotificationsOutput { vaultNotificationConfig?: _UnmarshalledVaultNotificationConfig; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/InitiateJobInput.ts b/packages/sdk-glacier-browser/types/InitiateJobInput.ts index a08c90d6c037..36c4bc11d153 100644 --- a/packages/sdk-glacier-browser/types/InitiateJobInput.ts +++ b/packages/sdk-glacier-browser/types/InitiateJobInput.ts @@ -1,5 +1,6 @@ import {_JobParameters} from './_JobParameters'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for initiating an Amazon Glacier job.
@@ -21,23 +22,19 @@ export interface InitiateJobInput { jobParameters?: _JobParameters; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/InitiateJobOutput.ts b/packages/sdk-glacier-browser/types/InitiateJobOutput.ts index 134e1bb0d60b..5de6e7497c43 100644 --- a/packages/sdk-glacier-browser/types/InitiateJobOutput.ts +++ b/packages/sdk-glacier-browser/types/InitiateJobOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -20,8 +20,7 @@ export interface InitiateJobOutput { jobOutputPath?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/InitiateMultipartUploadInput.ts b/packages/sdk-glacier-browser/types/InitiateMultipartUploadInput.ts index 104259440193..1b79fe9e8600 100644 --- a/packages/sdk-glacier-browser/types/InitiateMultipartUploadInput.ts +++ b/packages/sdk-glacier-browser/types/InitiateMultipartUploadInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for initiating a multipart upload to an Amazon Glacier vault.
@@ -25,23 +26,19 @@ export interface InitiateMultipartUploadInput { partSize?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/InitiateMultipartUploadOutput.ts b/packages/sdk-glacier-browser/types/InitiateMultipartUploadOutput.ts index 4be006152711..849c81cef33b 100644 --- a/packages/sdk-glacier-browser/types/InitiateMultipartUploadOutput.ts +++ b/packages/sdk-glacier-browser/types/InitiateMultipartUploadOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The Amazon Glacier response to your request.
@@ -15,8 +15,7 @@ export interface InitiateMultipartUploadOutput { uploadId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/InitiateVaultLockInput.ts b/packages/sdk-glacier-browser/types/InitiateVaultLockInput.ts index dde572c91a8d..000fc811b8b4 100644 --- a/packages/sdk-glacier-browser/types/InitiateVaultLockInput.ts +++ b/packages/sdk-glacier-browser/types/InitiateVaultLockInput.ts @@ -1,5 +1,6 @@ import {_VaultLockPolicy} from './_VaultLockPolicy'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for InitiateVaultLock
.
Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface InitiateVaultLockOutput { lockId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/InsufficientCapacityException.ts b/packages/sdk-glacier-browser/types/InsufficientCapacityException.ts index b2ebf6e73aec..49101356a6cf 100644 --- a/packages/sdk-glacier-browser/types/InsufficientCapacityException.ts +++ b/packages/sdk-glacier-browser/types/InsufficientCapacityException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.
diff --git a/packages/sdk-glacier-browser/types/InvalidParameterValueException.ts b/packages/sdk-glacier-browser/types/InvalidParameterValueException.ts index e8a338347ed9..a2097e563472 100644 --- a/packages/sdk-glacier-browser/types/InvalidParameterValueException.ts +++ b/packages/sdk-glacier-browser/types/InvalidParameterValueException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a parameter of the request is incorrectly specified.
diff --git a/packages/sdk-glacier-browser/types/LimitExceededException.ts b/packages/sdk-glacier-browser/types/LimitExceededException.ts index 125a999848d3..ee47188bdcc0 100644 --- a/packages/sdk-glacier-browser/types/LimitExceededException.ts +++ b/packages/sdk-glacier-browser/types/LimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the request results in a vault or account limit being exceeded.
diff --git a/packages/sdk-glacier-browser/types/ListJobsInput.ts b/packages/sdk-glacier-browser/types/ListJobsInput.ts index cf2013d9acb3..3bdfb86424ca 100644 --- a/packages/sdk-glacier-browser/types/ListJobsInput.ts +++ b/packages/sdk-glacier-browser/types/ListJobsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a job list for an Amazon Glacier vault.
@@ -35,23 +36,19 @@ export interface ListJobsInput { completed?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/ListJobsOutput.ts b/packages/sdk-glacier-browser/types/ListJobsOutput.ts index 5036d5c602e2..0e14cb0dc3f2 100644 --- a/packages/sdk-glacier-browser/types/ListJobsOutput.ts +++ b/packages/sdk-glacier-browser/types/ListJobsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGlacierJobDescription} from './_GlacierJobDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListJobsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/ListMultipartUploadsInput.ts b/packages/sdk-glacier-browser/types/ListMultipartUploadsInput.ts index 49312225ea45..91a43fdfd0c7 100644 --- a/packages/sdk-glacier-browser/types/ListMultipartUploadsInput.ts +++ b/packages/sdk-glacier-browser/types/ListMultipartUploadsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving list of in-progress multipart uploads for an Amazon Glacier vault.
@@ -25,23 +26,19 @@ export interface ListMultipartUploadsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/ListMultipartUploadsOutput.ts b/packages/sdk-glacier-browser/types/ListMultipartUploadsOutput.ts index 003bd1d36ed0..c407732e1ff9 100644 --- a/packages/sdk-glacier-browser/types/ListMultipartUploadsOutput.ts +++ b/packages/sdk-glacier-browser/types/ListMultipartUploadsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledUploadListElement} from './_UploadListElement'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListMultipartUploadsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/ListPartsInput.ts b/packages/sdk-glacier-browser/types/ListPartsInput.ts index 42e2c8ba8518..24ac2ba34d2d 100644 --- a/packages/sdk-glacier-browser/types/ListPartsInput.ts +++ b/packages/sdk-glacier-browser/types/ListPartsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a list of parts of an archive that have been uploaded in a specific multipart upload.
@@ -30,23 +31,19 @@ export interface ListPartsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/ListPartsOutput.ts b/packages/sdk-glacier-browser/types/ListPartsOutput.ts index 99b0b1d1c352..931fd85cb983 100644 --- a/packages/sdk-glacier-browser/types/ListPartsOutput.ts +++ b/packages/sdk-glacier-browser/types/ListPartsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPartListElement} from './_PartListElement'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -41,8 +41,7 @@ export interface ListPartsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/ListProvisionedCapacityInput.ts b/packages/sdk-glacier-browser/types/ListProvisionedCapacityInput.ts index 3a3480b73a29..81ad154d9f67 100644 --- a/packages/sdk-glacier-browser/types/ListProvisionedCapacityInput.ts +++ b/packages/sdk-glacier-browser/types/ListProvisionedCapacityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListProvisionedCapacityInput shape @@ -10,23 +11,19 @@ export interface ListProvisionedCapacityInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/ListProvisionedCapacityOutput.ts b/packages/sdk-glacier-browser/types/ListProvisionedCapacityOutput.ts index c2f9d63c7bf8..44c33c4ff263 100644 --- a/packages/sdk-glacier-browser/types/ListProvisionedCapacityOutput.ts +++ b/packages/sdk-glacier-browser/types/ListProvisionedCapacityOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledProvisionedCapacityDescription} from './_ProvisionedCapacityDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListProvisionedCapacityOutput shape @@ -11,8 +11,7 @@ export interface ListProvisionedCapacityOutput { ProvisionedCapacityList?: Array<_UnmarshalledProvisionedCapacityDescription>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/ListTagsForVaultInput.ts b/packages/sdk-glacier-browser/types/ListTagsForVaultInput.ts index 0b7644f0ce05..e98e377596ed 100644 --- a/packages/sdk-glacier-browser/types/ListTagsForVaultInput.ts +++ b/packages/sdk-glacier-browser/types/ListTagsForVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input value for ListTagsForVaultInput
.
Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface ListTagsForVaultOutput { Tags?: {[key: string]: string}; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/ListVaultsInput.ts b/packages/sdk-glacier-browser/types/ListVaultsInput.ts index 4d64df750e22..66cf1f6767b0 100644 --- a/packages/sdk-glacier-browser/types/ListVaultsInput.ts +++ b/packages/sdk-glacier-browser/types/ListVaultsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.
@@ -20,23 +21,19 @@ export interface ListVaultsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/ListVaultsOutput.ts b/packages/sdk-glacier-browser/types/ListVaultsOutput.ts index c84e28e35797..e4f14d242824 100644 --- a/packages/sdk-glacier-browser/types/ListVaultsOutput.ts +++ b/packages/sdk-glacier-browser/types/ListVaultsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDescribeVaultOutput} from './_DescribeVaultOutput'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListVaultsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/MissingParameterValueException.ts b/packages/sdk-glacier-browser/types/MissingParameterValueException.ts index 70104e7ec8ee..b0368be07e06 100644 --- a/packages/sdk-glacier-browser/types/MissingParameterValueException.ts +++ b/packages/sdk-glacier-browser/types/MissingParameterValueException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a required header or parameter is missing from the request.
diff --git a/packages/sdk-glacier-browser/types/PolicyEnforcedException.ts b/packages/sdk-glacier-browser/types/PolicyEnforcedException.ts index 4cbc18027859..abac7b9510de 100644 --- a/packages/sdk-glacier-browser/types/PolicyEnforcedException.ts +++ b/packages/sdk-glacier-browser/types/PolicyEnforcedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,
diff --git a/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityInput.ts b/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityInput.ts index 532d3637ffaf..00f1137fe967 100644 --- a/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityInput.ts +++ b/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PurchaseProvisionedCapacityInput shape @@ -10,23 +11,19 @@ export interface PurchaseProvisionedCapacityInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityOutput.ts b/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityOutput.ts index 7c0be9223f92..6a0b70490ab1 100644 --- a/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityOutput.ts +++ b/packages/sdk-glacier-browser/types/PurchaseProvisionedCapacityOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PurchaseProvisionedCapacityOutput shape @@ -10,8 +10,7 @@ export interface PurchaseProvisionedCapacityOutput { capacityId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/RemoveTagsFromVaultInput.ts b/packages/sdk-glacier-browser/types/RemoveTagsFromVaultInput.ts index d15201aae03f..97c4e5f242c1 100644 --- a/packages/sdk-glacier-browser/types/RemoveTagsFromVaultInput.ts +++ b/packages/sdk-glacier-browser/types/RemoveTagsFromVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input value for RemoveTagsFromVaultInput
.
Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.
diff --git a/packages/sdk-glacier-browser/types/ResourceNotFoundException.ts b/packages/sdk-glacier-browser/types/ResourceNotFoundException.ts index fcd21e2db042..371484f30830 100644 --- a/packages/sdk-glacier-browser/types/ResourceNotFoundException.ts +++ b/packages/sdk-glacier-browser/types/ResourceNotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.
diff --git a/packages/sdk-glacier-browser/types/ServiceUnavailableException.ts b/packages/sdk-glacier-browser/types/ServiceUnavailableException.ts index 6b2157388438..0d6f8a2e432e 100644 --- a/packages/sdk-glacier-browser/types/ServiceUnavailableException.ts +++ b/packages/sdk-glacier-browser/types/ServiceUnavailableException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the service cannot complete the request.
diff --git a/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyInput.ts b/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyInput.ts index 5a34a2cb7f57..1ac9d9155523 100644 --- a/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyInput.ts +++ b/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyInput.ts @@ -1,5 +1,6 @@ import {_DataRetrievalPolicy} from './_DataRetrievalPolicy'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *SetDataRetrievalPolicy input.
@@ -16,23 +17,19 @@ export interface SetDataRetrievalPolicyInput { Policy?: _DataRetrievalPolicy; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyOutput.ts b/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyOutput.ts index 42270d708c62..17c246db077e 100644 --- a/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyOutput.ts +++ b/packages/sdk-glacier-browser/types/SetDataRetrievalPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetDataRetrievalPolicyOutput shape */ export interface SetDataRetrievalPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/SetVaultAccessPolicyInput.ts b/packages/sdk-glacier-browser/types/SetVaultAccessPolicyInput.ts index ca9d7d5b85e5..cac0129803a3 100644 --- a/packages/sdk-glacier-browser/types/SetVaultAccessPolicyInput.ts +++ b/packages/sdk-glacier-browser/types/SetVaultAccessPolicyInput.ts @@ -1,5 +1,6 @@ import {_VaultAccessPolicy} from './_VaultAccessPolicy'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *SetVaultAccessPolicy input.
@@ -21,23 +22,19 @@ export interface SetVaultAccessPolicyInput { policy?: _VaultAccessPolicy; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/SetVaultAccessPolicyOutput.ts b/packages/sdk-glacier-browser/types/SetVaultAccessPolicyOutput.ts index 73255de4653d..ff1fe0c102b5 100644 --- a/packages/sdk-glacier-browser/types/SetVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-browser/types/SetVaultAccessPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetVaultAccessPolicyOutput shape */ export interface SetVaultAccessPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/SetVaultNotificationsInput.ts b/packages/sdk-glacier-browser/types/SetVaultNotificationsInput.ts index fafe21e2286a..6594eaf13834 100644 --- a/packages/sdk-glacier-browser/types/SetVaultNotificationsInput.ts +++ b/packages/sdk-glacier-browser/types/SetVaultNotificationsInput.ts @@ -1,5 +1,6 @@ import {_VaultNotificationConfig} from './_VaultNotificationConfig'; -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to configure notifications that will be sent when specific events happen to a vault.
@@ -21,23 +22,19 @@ export interface SetVaultNotificationsInput { vaultNotificationConfig?: _VaultNotificationConfig; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-browser/types/SetVaultNotificationsOutput.ts b/packages/sdk-glacier-browser/types/SetVaultNotificationsOutput.ts index 55ad50a88d36..c06e37f07d28 100644 --- a/packages/sdk-glacier-browser/types/SetVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-browser/types/SetVaultNotificationsOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetVaultNotificationsOutput shape */ export interface SetVaultNotificationsOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/UploadArchiveInput.ts b/packages/sdk-glacier-browser/types/UploadArchiveInput.ts index 7c6944f9e9f9..6614c0cd8323 100644 --- a/packages/sdk-glacier-browser/types/UploadArchiveInput.ts +++ b/packages/sdk-glacier-browser/types/UploadArchiveInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to add an archive to a vault.
@@ -30,23 +31,19 @@ export interface UploadArchiveInputContains the Amazon Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,8 +20,7 @@ export interface UploadArchiveOutput { archiveId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-browser/types/UploadMultipartPartInput.ts b/packages/sdk-glacier-browser/types/UploadMultipartPartInput.ts index 2f3c77ecb4f3..e113cdbbe238 100644 --- a/packages/sdk-glacier-browser/types/UploadMultipartPartInput.ts +++ b/packages/sdk-glacier-browser/types/UploadMultipartPartInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import {BrowserHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to upload a part of an archive in a multipart upload operation.
@@ -35,23 +36,19 @@ export interface UploadMultipartPartInputContains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface UploadMultipartPartOutput { checksum?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/.gitignore b/packages/sdk-glacier-node/.gitignore new file mode 100644 index 000000000000..8da67f270663 --- /dev/null +++ b/packages/sdk-glacier-node/.gitignore @@ -0,0 +1,11 @@ +/node_modules/ +/build/ +/coverage/ +/docs/ +*.tgz +*.log +package-lock.json + +*.d.ts +*.js +*.js.map \ No newline at end of file diff --git a/packages/sdk-glacier-node/.npmignore b/packages/sdk-glacier-node/.npmignore new file mode 100644 index 000000000000..c63a94e488a0 --- /dev/null +++ b/packages/sdk-glacier-node/.npmignore @@ -0,0 +1,4 @@ +/coverage/ +/docs/ +*.ts +tsconfig.test.json \ No newline at end of file diff --git a/packages/sdk-glacier-node/GlacierClient.ts b/packages/sdk-glacier-node/GlacierClient.ts index a07627ca4a3f..bc49f56c942a 100644 --- a/packages/sdk-glacier-node/GlacierClient.ts +++ b/packages/sdk-glacier-node/GlacierClient.ts @@ -43,6 +43,14 @@ export class GlacierClient { configurationProperties, this.middlewareStack ); + this.middlewareStack.add( + __aws_middleware_serializer.serializerMiddleware(this.config.serializer), + { + step: 'serialize', + priority: 90, + tags: {SERIALIZER: true} + } + ); this.middlewareStack.add( __aws_middleware_content_length.contentLengthMiddleware( this.config.bodyLengthChecker @@ -67,6 +75,18 @@ export class GlacierClient { } ); } + this.middlewareStack.add( + __aws_signing_middleware.signingMiddleware< + InputTypesUnion, + OutputTypesUnion, + _stream.Readable + >(this.config.signer), + { + step: 'finalize', + priority: 0, + tags: {SIGNATURE: true} + } + ); this.middlewareStack.add( __aws_middleware_input_default.inputDefaultProvides options to abort a multipart upload identified by the upload ID.
For information about the underlying REST API, see Abort Multipart Upload. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,23 +21,19 @@ export interface AbortMultipartUploadInput { uploadId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/AbortMultipartUploadOutput.ts b/packages/sdk-glacier-node/types/AbortMultipartUploadOutput.ts index 7c4ddb207f92..922b20f9bc50 100644 --- a/packages/sdk-glacier-node/types/AbortMultipartUploadOutput.ts +++ b/packages/sdk-glacier-node/types/AbortMultipartUploadOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * AbortMultipartUploadOutput shape */ export interface AbortMultipartUploadOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/AbortVaultLockInput.ts b/packages/sdk-glacier-node/types/AbortVaultLockInput.ts index 4295da0c7f0b..c990be365a87 100644 --- a/packages/sdk-glacier-node/types/AbortVaultLockInput.ts +++ b/packages/sdk-glacier-node/types/AbortVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for AbortVaultLock
.
The input values for AddTagsToVault
.
Provides options to complete a multipart upload operation. This informs Amazon Glacier that all the archive parts have been uploaded and Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource.
@@ -30,23 +31,19 @@ export interface CompleteMultipartUploadInput { checksum?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/CompleteMultipartUploadOutput.ts b/packages/sdk-glacier-node/types/CompleteMultipartUploadOutput.ts index f2a185047021..af154b4bdb11 100644 --- a/packages/sdk-glacier-node/types/CompleteMultipartUploadOutput.ts +++ b/packages/sdk-glacier-node/types/CompleteMultipartUploadOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,8 +20,7 @@ export interface CompleteMultipartUploadOutput { archiveId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/CompleteVaultLockInput.ts b/packages/sdk-glacier-node/types/CompleteVaultLockInput.ts index 26a760ed1b11..de75d211ebe5 100644 --- a/packages/sdk-glacier-node/types/CompleteVaultLockInput.ts +++ b/packages/sdk-glacier-node/types/CompleteVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for CompleteVaultLock
.
Provides options to create a vault.
@@ -15,23 +16,19 @@ export interface CreateVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/CreateVaultOutput.ts b/packages/sdk-glacier-node/types/CreateVaultOutput.ts index 8b309c0074c0..d3772660f52d 100644 --- a/packages/sdk-glacier-node/types/CreateVaultOutput.ts +++ b/packages/sdk-glacier-node/types/CreateVaultOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface CreateVaultOutput { location?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DeleteArchiveInput.ts b/packages/sdk-glacier-node/types/DeleteArchiveInput.ts index 7e58b2298816..2d34942d7067 100644 --- a/packages/sdk-glacier-node/types/DeleteArchiveInput.ts +++ b/packages/sdk-glacier-node/types/DeleteArchiveInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting an archive from an Amazon Glacier vault.
@@ -20,23 +21,19 @@ export interface DeleteArchiveInput { archiveId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DeleteArchiveOutput.ts b/packages/sdk-glacier-node/types/DeleteArchiveOutput.ts index 5a37d0a42641..85efeba16327 100644 --- a/packages/sdk-glacier-node/types/DeleteArchiveOutput.ts +++ b/packages/sdk-glacier-node/types/DeleteArchiveOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteArchiveOutput shape */ export interface DeleteArchiveOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyInput.ts b/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyInput.ts index 6f2ec9e7ac47..128fad46a04a 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyInput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *DeleteVaultAccessPolicy input.
@@ -15,23 +16,19 @@ export interface DeleteVaultAccessPolicyInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyOutput.ts b/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyOutput.ts index fc6fad242bd6..67c3c7b4926f 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultAccessPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultAccessPolicyOutput shape */ export interface DeleteVaultAccessPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DeleteVaultInput.ts b/packages/sdk-glacier-node/types/DeleteVaultInput.ts index dbb52c261cb4..b370d3127ace 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultInput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting a vault from Amazon Glacier.
@@ -15,23 +16,19 @@ export interface DeleteVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DeleteVaultNotificationsInput.ts b/packages/sdk-glacier-node/types/DeleteVaultNotificationsInput.ts index 0a0f04fb19c8..e558067f2e05 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultNotificationsInput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultNotificationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for deleting a vault notification configuration from an Amazon Glacier vault.
@@ -15,23 +16,19 @@ export interface DeleteVaultNotificationsInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DeleteVaultNotificationsOutput.ts b/packages/sdk-glacier-node/types/DeleteVaultNotificationsOutput.ts index 34306e419c4e..b56d632c8963 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultNotificationsOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultNotificationsOutput shape */ export interface DeleteVaultNotificationsOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DeleteVaultOutput.ts b/packages/sdk-glacier-node/types/DeleteVaultOutput.ts index 834868cb522f..684e99c8817c 100644 --- a/packages/sdk-glacier-node/types/DeleteVaultOutput.ts +++ b/packages/sdk-glacier-node/types/DeleteVaultOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DeleteVaultOutput shape */ export interface DeleteVaultOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DescribeJobInput.ts b/packages/sdk-glacier-node/types/DescribeJobInput.ts index 0853c21c3724..c42c6d00a25a 100644 --- a/packages/sdk-glacier-node/types/DescribeJobInput.ts +++ b/packages/sdk-glacier-node/types/DescribeJobInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a job description.
@@ -20,23 +21,19 @@ export interface DescribeJobInput { jobId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DescribeJobOutput.ts b/packages/sdk-glacier-node/types/DescribeJobOutput.ts index 1b2ff1785b5f..fe411c479ac0 100644 --- a/packages/sdk-glacier-node/types/DescribeJobOutput.ts +++ b/packages/sdk-glacier-node/types/DescribeJobOutput.ts @@ -1,7 +1,7 @@ import {_UnmarshalledInventoryRetrievalJobDescription} from './_InventoryRetrievalJobDescription'; import {_UnmarshalledSelectParameters} from './_SelectParameters'; import {_UnmarshalledOutputLocation} from './_OutputLocation'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the description of an Amazon Glacier job.
@@ -113,8 +113,7 @@ export interface DescribeJobOutput { OutputLocation?: _UnmarshalledOutputLocation; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/DescribeVaultInput.ts b/packages/sdk-glacier-node/types/DescribeVaultInput.ts index eda57d5cee0d..552f8730ed4e 100644 --- a/packages/sdk-glacier-node/types/DescribeVaultInput.ts +++ b/packages/sdk-glacier-node/types/DescribeVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving metadata for a specific vault in Amazon Glacier.
@@ -15,23 +16,19 @@ export interface DescribeVaultInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/DescribeVaultOutput.ts b/packages/sdk-glacier-node/types/DescribeVaultOutput.ts index 16e68dde9782..5cf23aa35d0f 100644 --- a/packages/sdk-glacier-node/types/DescribeVaultOutput.ts +++ b/packages/sdk-glacier-node/types/DescribeVaultOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -35,8 +35,7 @@ export interface DescribeVaultOutput { SizeInBytes?: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/GetDataRetrievalPolicyInput.ts b/packages/sdk-glacier-node/types/GetDataRetrievalPolicyInput.ts index 947054be651a..f6fb37d5e014 100644 --- a/packages/sdk-glacier-node/types/GetDataRetrievalPolicyInput.ts +++ b/packages/sdk-glacier-node/types/GetDataRetrievalPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Input for GetDataRetrievalPolicy.
@@ -10,23 +11,19 @@ export interface GetDataRetrievalPolicyInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/GetDataRetrievalPolicyOutput.ts b/packages/sdk-glacier-node/types/GetDataRetrievalPolicyOutput.ts index 954f26302252..438bb2429520 100644 --- a/packages/sdk-glacier-node/types/GetDataRetrievalPolicyOutput.ts +++ b/packages/sdk-glacier-node/types/GetDataRetrievalPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDataRetrievalPolicy} from './_DataRetrievalPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to the GetDataRetrievalPolicy
request.
Provides options for downloading output of an Amazon Glacier job.
@@ -25,23 +26,19 @@ export interface GetJobOutputInput { range?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/GetJobOutputOutput.ts b/packages/sdk-glacier-node/types/GetJobOutputOutput.ts index d3d9ae38deb5..47d8920bdbea 100644 --- a/packages/sdk-glacier-node/types/GetJobOutputOutput.ts +++ b/packages/sdk-glacier-node/types/GetJobOutputOutput.ts @@ -1,5 +1,5 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; import {Readable} from 'stream'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -41,8 +41,7 @@ export interface GetJobOutputOutputInput for GetVaultAccessPolicy.
@@ -15,23 +16,19 @@ export interface GetVaultAccessPolicyInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/GetVaultAccessPolicyOutput.ts b/packages/sdk-glacier-node/types/GetVaultAccessPolicyOutput.ts index fdd5f4c42fc3..f671addec408 100644 --- a/packages/sdk-glacier-node/types/GetVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-node/types/GetVaultAccessPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVaultAccessPolicy} from './_VaultAccessPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Output for GetVaultAccessPolicy.
@@ -11,8 +11,7 @@ export interface GetVaultAccessPolicyOutput { policy?: _UnmarshalledVaultAccessPolicy; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/GetVaultLockInput.ts b/packages/sdk-glacier-node/types/GetVaultLockInput.ts index 4f5402310d28..abc9ed052742 100644 --- a/packages/sdk-glacier-node/types/GetVaultLockInput.ts +++ b/packages/sdk-glacier-node/types/GetVaultLockInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for GetVaultLock
.
Contains the Amazon Glacier response to your request.
@@ -25,8 +25,7 @@ export interface GetVaultLockOutput { CreationDate?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/GetVaultNotificationsInput.ts b/packages/sdk-glacier-node/types/GetVaultNotificationsInput.ts index 2f5c7b62d407..88665bc890e3 100644 --- a/packages/sdk-glacier-node/types/GetVaultNotificationsInput.ts +++ b/packages/sdk-glacier-node/types/GetVaultNotificationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving the notification configuration set on an Amazon Glacier vault.
@@ -15,23 +16,19 @@ export interface GetVaultNotificationsInput { vaultName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/GetVaultNotificationsOutput.ts b/packages/sdk-glacier-node/types/GetVaultNotificationsOutput.ts index 2b49e95fbd33..fcf24fa46375 100644 --- a/packages/sdk-glacier-node/types/GetVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-node/types/GetVaultNotificationsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVaultNotificationConfig} from './_VaultNotificationConfig'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -11,8 +11,7 @@ export interface GetVaultNotificationsOutput { vaultNotificationConfig?: _UnmarshalledVaultNotificationConfig; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/InitiateJobInput.ts b/packages/sdk-glacier-node/types/InitiateJobInput.ts index c79c319f8b34..6b96e8478695 100644 --- a/packages/sdk-glacier-node/types/InitiateJobInput.ts +++ b/packages/sdk-glacier-node/types/InitiateJobInput.ts @@ -1,5 +1,6 @@ import {_JobParameters} from './_JobParameters'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for initiating an Amazon Glacier job.
@@ -21,23 +22,19 @@ export interface InitiateJobInput { jobParameters?: _JobParameters; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/InitiateJobOutput.ts b/packages/sdk-glacier-node/types/InitiateJobOutput.ts index 134e1bb0d60b..5de6e7497c43 100644 --- a/packages/sdk-glacier-node/types/InitiateJobOutput.ts +++ b/packages/sdk-glacier-node/types/InitiateJobOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -20,8 +20,7 @@ export interface InitiateJobOutput { jobOutputPath?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/InitiateMultipartUploadInput.ts b/packages/sdk-glacier-node/types/InitiateMultipartUploadInput.ts index 16989de0b4a9..37e796b02cb1 100644 --- a/packages/sdk-glacier-node/types/InitiateMultipartUploadInput.ts +++ b/packages/sdk-glacier-node/types/InitiateMultipartUploadInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for initiating a multipart upload to an Amazon Glacier vault.
@@ -25,23 +26,19 @@ export interface InitiateMultipartUploadInput { partSize?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/InitiateMultipartUploadOutput.ts b/packages/sdk-glacier-node/types/InitiateMultipartUploadOutput.ts index 4be006152711..849c81cef33b 100644 --- a/packages/sdk-glacier-node/types/InitiateMultipartUploadOutput.ts +++ b/packages/sdk-glacier-node/types/InitiateMultipartUploadOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The Amazon Glacier response to your request.
@@ -15,8 +15,7 @@ export interface InitiateMultipartUploadOutput { uploadId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/InitiateVaultLockInput.ts b/packages/sdk-glacier-node/types/InitiateVaultLockInput.ts index 08754128823e..cb4bae245bad 100644 --- a/packages/sdk-glacier-node/types/InitiateVaultLockInput.ts +++ b/packages/sdk-glacier-node/types/InitiateVaultLockInput.ts @@ -1,5 +1,6 @@ import {_VaultLockPolicy} from './_VaultLockPolicy'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input values for InitiateVaultLock
.
Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface InitiateVaultLockOutput { lockId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/InsufficientCapacityException.ts b/packages/sdk-glacier-node/types/InsufficientCapacityException.ts index b2ebf6e73aec..49101356a6cf 100644 --- a/packages/sdk-glacier-node/types/InsufficientCapacityException.ts +++ b/packages/sdk-glacier-node/types/InsufficientCapacityException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.
diff --git a/packages/sdk-glacier-node/types/InvalidParameterValueException.ts b/packages/sdk-glacier-node/types/InvalidParameterValueException.ts index e8a338347ed9..a2097e563472 100644 --- a/packages/sdk-glacier-node/types/InvalidParameterValueException.ts +++ b/packages/sdk-glacier-node/types/InvalidParameterValueException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a parameter of the request is incorrectly specified.
diff --git a/packages/sdk-glacier-node/types/LimitExceededException.ts b/packages/sdk-glacier-node/types/LimitExceededException.ts index 125a999848d3..ee47188bdcc0 100644 --- a/packages/sdk-glacier-node/types/LimitExceededException.ts +++ b/packages/sdk-glacier-node/types/LimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the request results in a vault or account limit being exceeded.
diff --git a/packages/sdk-glacier-node/types/ListJobsInput.ts b/packages/sdk-glacier-node/types/ListJobsInput.ts index 9e65e7445377..9fb3c44ecd71 100644 --- a/packages/sdk-glacier-node/types/ListJobsInput.ts +++ b/packages/sdk-glacier-node/types/ListJobsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a job list for an Amazon Glacier vault.
@@ -35,23 +36,19 @@ export interface ListJobsInput { completed?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/ListJobsOutput.ts b/packages/sdk-glacier-node/types/ListJobsOutput.ts index 5036d5c602e2..0e14cb0dc3f2 100644 --- a/packages/sdk-glacier-node/types/ListJobsOutput.ts +++ b/packages/sdk-glacier-node/types/ListJobsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGlacierJobDescription} from './_GlacierJobDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListJobsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/ListMultipartUploadsInput.ts b/packages/sdk-glacier-node/types/ListMultipartUploadsInput.ts index ecc4dd3df5e0..690dc37a7e6d 100644 --- a/packages/sdk-glacier-node/types/ListMultipartUploadsInput.ts +++ b/packages/sdk-glacier-node/types/ListMultipartUploadsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving list of in-progress multipart uploads for an Amazon Glacier vault.
@@ -25,23 +26,19 @@ export interface ListMultipartUploadsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/ListMultipartUploadsOutput.ts b/packages/sdk-glacier-node/types/ListMultipartUploadsOutput.ts index 003bd1d36ed0..c407732e1ff9 100644 --- a/packages/sdk-glacier-node/types/ListMultipartUploadsOutput.ts +++ b/packages/sdk-glacier-node/types/ListMultipartUploadsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledUploadListElement} from './_UploadListElement'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListMultipartUploadsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/ListPartsInput.ts b/packages/sdk-glacier-node/types/ListPartsInput.ts index 8863867e4ce7..7603a5f0059e 100644 --- a/packages/sdk-glacier-node/types/ListPartsInput.ts +++ b/packages/sdk-glacier-node/types/ListPartsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options for retrieving a list of parts of an archive that have been uploaded in a specific multipart upload.
@@ -30,23 +31,19 @@ export interface ListPartsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/ListPartsOutput.ts b/packages/sdk-glacier-node/types/ListPartsOutput.ts index 99b0b1d1c352..931fd85cb983 100644 --- a/packages/sdk-glacier-node/types/ListPartsOutput.ts +++ b/packages/sdk-glacier-node/types/ListPartsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledPartListElement} from './_PartListElement'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -41,8 +41,7 @@ export interface ListPartsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/ListProvisionedCapacityInput.ts b/packages/sdk-glacier-node/types/ListProvisionedCapacityInput.ts index eef5d29fe584..11acfe167815 100644 --- a/packages/sdk-glacier-node/types/ListProvisionedCapacityInput.ts +++ b/packages/sdk-glacier-node/types/ListProvisionedCapacityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListProvisionedCapacityInput shape @@ -10,23 +11,19 @@ export interface ListProvisionedCapacityInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/ListProvisionedCapacityOutput.ts b/packages/sdk-glacier-node/types/ListProvisionedCapacityOutput.ts index c2f9d63c7bf8..44c33c4ff263 100644 --- a/packages/sdk-glacier-node/types/ListProvisionedCapacityOutput.ts +++ b/packages/sdk-glacier-node/types/ListProvisionedCapacityOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledProvisionedCapacityDescription} from './_ProvisionedCapacityDescription'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListProvisionedCapacityOutput shape @@ -11,8 +11,7 @@ export interface ListProvisionedCapacityOutput { ProvisionedCapacityList?: Array<_UnmarshalledProvisionedCapacityDescription>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/ListTagsForVaultInput.ts b/packages/sdk-glacier-node/types/ListTagsForVaultInput.ts index c926f8212fe9..3a7a983067ad 100644 --- a/packages/sdk-glacier-node/types/ListTagsForVaultInput.ts +++ b/packages/sdk-glacier-node/types/ListTagsForVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input value for ListTagsForVaultInput
.
Contains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface ListTagsForVaultOutput { Tags?: {[key: string]: string}; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/ListVaultsInput.ts b/packages/sdk-glacier-node/types/ListVaultsInput.ts index 54cadbcb0482..ebfa60bdd28d 100644 --- a/packages/sdk-glacier-node/types/ListVaultsInput.ts +++ b/packages/sdk-glacier-node/types/ListVaultsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.
@@ -20,23 +21,19 @@ export interface ListVaultsInput { limit?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/ListVaultsOutput.ts b/packages/sdk-glacier-node/types/ListVaultsOutput.ts index c84e28e35797..e4f14d242824 100644 --- a/packages/sdk-glacier-node/types/ListVaultsOutput.ts +++ b/packages/sdk-glacier-node/types/ListVaultsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDescribeVaultOutput} from './_DescribeVaultOutput'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Contains the Amazon Glacier response to your request.
@@ -16,8 +16,7 @@ export interface ListVaultsOutput { Marker?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/MissingParameterValueException.ts b/packages/sdk-glacier-node/types/MissingParameterValueException.ts index 70104e7ec8ee..b0368be07e06 100644 --- a/packages/sdk-glacier-node/types/MissingParameterValueException.ts +++ b/packages/sdk-glacier-node/types/MissingParameterValueException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a required header or parameter is missing from the request.
diff --git a/packages/sdk-glacier-node/types/PolicyEnforcedException.ts b/packages/sdk-glacier-node/types/PolicyEnforcedException.ts index 4cbc18027859..abac7b9510de 100644 --- a/packages/sdk-glacier-node/types/PolicyEnforcedException.ts +++ b/packages/sdk-glacier-node/types/PolicyEnforcedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,
diff --git a/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityInput.ts b/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityInput.ts index 8e1582c9b01d..4572eacf4b3c 100644 --- a/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityInput.ts +++ b/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PurchaseProvisionedCapacityInput shape @@ -10,23 +11,19 @@ export interface PurchaseProvisionedCapacityInput { accountId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityOutput.ts b/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityOutput.ts index 7c0be9223f92..6a0b70490ab1 100644 --- a/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityOutput.ts +++ b/packages/sdk-glacier-node/types/PurchaseProvisionedCapacityOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PurchaseProvisionedCapacityOutput shape @@ -10,8 +10,7 @@ export interface PurchaseProvisionedCapacityOutput { capacityId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/RemoveTagsFromVaultInput.ts b/packages/sdk-glacier-node/types/RemoveTagsFromVaultInput.ts index 9756103366b2..a4cb779a5c31 100644 --- a/packages/sdk-glacier-node/types/RemoveTagsFromVaultInput.ts +++ b/packages/sdk-glacier-node/types/RemoveTagsFromVaultInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input value for RemoveTagsFromVaultInput
.
Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.
diff --git a/packages/sdk-glacier-node/types/ResourceNotFoundException.ts b/packages/sdk-glacier-node/types/ResourceNotFoundException.ts index fcd21e2db042..371484f30830 100644 --- a/packages/sdk-glacier-node/types/ResourceNotFoundException.ts +++ b/packages/sdk-glacier-node/types/ResourceNotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.
diff --git a/packages/sdk-glacier-node/types/ServiceUnavailableException.ts b/packages/sdk-glacier-node/types/ServiceUnavailableException.ts index 6b2157388438..0d6f8a2e432e 100644 --- a/packages/sdk-glacier-node/types/ServiceUnavailableException.ts +++ b/packages/sdk-glacier-node/types/ServiceUnavailableException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Returned if the service cannot complete the request.
diff --git a/packages/sdk-glacier-node/types/SetDataRetrievalPolicyInput.ts b/packages/sdk-glacier-node/types/SetDataRetrievalPolicyInput.ts index e1f71f2a1b45..4c90fe3153d6 100644 --- a/packages/sdk-glacier-node/types/SetDataRetrievalPolicyInput.ts +++ b/packages/sdk-glacier-node/types/SetDataRetrievalPolicyInput.ts @@ -1,5 +1,6 @@ import {_DataRetrievalPolicy} from './_DataRetrievalPolicy'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *SetDataRetrievalPolicy input.
@@ -16,23 +17,19 @@ export interface SetDataRetrievalPolicyInput { Policy?: _DataRetrievalPolicy; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/SetDataRetrievalPolicyOutput.ts b/packages/sdk-glacier-node/types/SetDataRetrievalPolicyOutput.ts index 42270d708c62..17c246db077e 100644 --- a/packages/sdk-glacier-node/types/SetDataRetrievalPolicyOutput.ts +++ b/packages/sdk-glacier-node/types/SetDataRetrievalPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetDataRetrievalPolicyOutput shape */ export interface SetDataRetrievalPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/SetVaultAccessPolicyInput.ts b/packages/sdk-glacier-node/types/SetVaultAccessPolicyInput.ts index efd50b20b648..12fd8043b0ba 100644 --- a/packages/sdk-glacier-node/types/SetVaultAccessPolicyInput.ts +++ b/packages/sdk-glacier-node/types/SetVaultAccessPolicyInput.ts @@ -1,5 +1,6 @@ import {_VaultAccessPolicy} from './_VaultAccessPolicy'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *SetVaultAccessPolicy input.
@@ -21,23 +22,19 @@ export interface SetVaultAccessPolicyInput { policy?: _VaultAccessPolicy; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/SetVaultAccessPolicyOutput.ts b/packages/sdk-glacier-node/types/SetVaultAccessPolicyOutput.ts index 73255de4653d..ff1fe0c102b5 100644 --- a/packages/sdk-glacier-node/types/SetVaultAccessPolicyOutput.ts +++ b/packages/sdk-glacier-node/types/SetVaultAccessPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetVaultAccessPolicyOutput shape */ export interface SetVaultAccessPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/SetVaultNotificationsInput.ts b/packages/sdk-glacier-node/types/SetVaultNotificationsInput.ts index 7fcb943d2b73..01994667968f 100644 --- a/packages/sdk-glacier-node/types/SetVaultNotificationsInput.ts +++ b/packages/sdk-glacier-node/types/SetVaultNotificationsInput.ts @@ -1,5 +1,6 @@ import {_VaultNotificationConfig} from './_VaultNotificationConfig'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Provides options to configure notifications that will be sent when specific events happen to a vault.
@@ -21,23 +22,19 @@ export interface SetVaultNotificationsInput { vaultNotificationConfig?: _VaultNotificationConfig; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-glacier-node/types/SetVaultNotificationsOutput.ts b/packages/sdk-glacier-node/types/SetVaultNotificationsOutput.ts index 55ad50a88d36..c06e37f07d28 100644 --- a/packages/sdk-glacier-node/types/SetVaultNotificationsOutput.ts +++ b/packages/sdk-glacier-node/types/SetVaultNotificationsOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * SetVaultNotificationsOutput shape */ export interface SetVaultNotificationsOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/UploadArchiveInput.ts b/packages/sdk-glacier-node/types/UploadArchiveInput.ts index d66f476c4270..9b039272d0f8 100644 --- a/packages/sdk-glacier-node/types/UploadArchiveInput.ts +++ b/packages/sdk-glacier-node/types/UploadArchiveInput.ts @@ -1,5 +1,6 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; import {Readable} from 'stream'; +import * as __aws_types from '@aws/types'; /** *Provides options to add an archive to a vault.
@@ -31,23 +32,19 @@ export interface UploadArchiveInputContains the Amazon Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.
@@ -20,8 +20,7 @@ export interface UploadArchiveOutput { archiveId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-glacier-node/types/UploadMultipartPartInput.ts b/packages/sdk-glacier-node/types/UploadMultipartPartInput.ts index 593e4bab99e2..e72166e5171c 100644 --- a/packages/sdk-glacier-node/types/UploadMultipartPartInput.ts +++ b/packages/sdk-glacier-node/types/UploadMultipartPartInput.ts @@ -1,5 +1,6 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; import {Readable} from 'stream'; +import * as __aws_types from '@aws/types'; /** *Provides options to upload a part of an archive in a multipart upload operation.
@@ -36,23 +37,19 @@ export interface UploadMultipartPartInputContains the Amazon Glacier response to your request.
@@ -10,8 +10,7 @@ export interface UploadMultipartPartOutput { checksum?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/KMSClient.ts b/packages/sdk-kms-node/KMSClient.ts index 99e5be830c30..9736aa687834 100644 --- a/packages/sdk-kms-node/KMSClient.ts +++ b/packages/sdk-kms-node/KMSClient.ts @@ -40,6 +40,14 @@ export class KMSClient { configurationProperties, this.middlewareStack ); + this.middlewareStack.add( + __aws_middleware_serializer.serializerMiddleware(this.config.serializer), + { + step: 'serialize', + priority: 90, + tags: {SERIALIZER: true} + } + ); this.middlewareStack.add( __aws_middleware_content_length.contentLengthMiddleware( this.config.bodyLengthChecker @@ -64,6 +72,18 @@ export class KMSClient { } ); } + this.middlewareStack.add( + __aws_signing_middleware.signingMiddleware< + InputTypesUnion, + OutputTypesUnion, + _stream.Readable + >(this.config.signer), + { + step: 'finalize', + priority: 0, + tags: {SIGNATURE: true} + } + ); } destroy(): void { diff --git a/packages/sdk-kms-node/KMSConfiguration.ts b/packages/sdk-kms-node/KMSConfiguration.ts index f89ee1a2cee3..8c11808f03c9 100644 --- a/packages/sdk-kms-node/KMSConfiguration.ts +++ b/packages/sdk-kms-node/KMSConfiguration.ts @@ -200,40 +200,33 @@ export const configurationProperties: __aws_types.ConfigurationDefinition< KMSResolvableConfiguration, KMSResolvedConfiguration > = { - profile: { - required: false - }, + profile: {}, maxRedirects: { - required: false, defaultValue: 10 }, maxRetries: { - required: false, defaultValue: 3 }, region: { - required: false, defaultProvider: __aws_region_provider.defaultProvider, - apply: ( - region: string|__aws_types.ProviderThe request was rejected because it attempted to create a resource that already exists.
diff --git a/packages/sdk-kms-node/types/CancelKeyDeletionInput.ts b/packages/sdk-kms-node/types/CancelKeyDeletionInput.ts index 09056c7867fe..26776711dbcd 100644 --- a/packages/sdk-kms-node/types/CancelKeyDeletionInput.ts +++ b/packages/sdk-kms-node/types/CancelKeyDeletionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CancelKeyDeletionInput shape @@ -10,23 +11,19 @@ export interface CancelKeyDeletionInput { KeyId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/CancelKeyDeletionOutput.ts b/packages/sdk-kms-node/types/CancelKeyDeletionOutput.ts index 9f28b0644ec1..9ea11c1a2c23 100644 --- a/packages/sdk-kms-node/types/CancelKeyDeletionOutput.ts +++ b/packages/sdk-kms-node/types/CancelKeyDeletionOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CancelKeyDeletionOutput shape @@ -10,8 +10,7 @@ export interface CancelKeyDeletionOutput { KeyId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/CreateAliasInput.ts b/packages/sdk-kms-node/types/CreateAliasInput.ts index c9592f7cec0b..659dd7263fa9 100644 --- a/packages/sdk-kms-node/types/CreateAliasInput.ts +++ b/packages/sdk-kms-node/types/CreateAliasInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateAliasInput shape @@ -15,23 +16,19 @@ export interface CreateAliasInput { TargetKeyId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/CreateAliasOutput.ts b/packages/sdk-kms-node/types/CreateAliasOutput.ts index 7adbd6d401bb..7e51621ce802 100644 --- a/packages/sdk-kms-node/types/CreateAliasOutput.ts +++ b/packages/sdk-kms-node/types/CreateAliasOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateAliasOutput shape */ export interface CreateAliasOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/CreateGrantInput.ts b/packages/sdk-kms-node/types/CreateGrantInput.ts index 1bf73422e034..8a6a5060f93a 100644 --- a/packages/sdk-kms-node/types/CreateGrantInput.ts +++ b/packages/sdk-kms-node/types/CreateGrantInput.ts @@ -1,5 +1,6 @@ import {_GrantConstraints} from './_GrantConstraints'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateGrantInput shape @@ -41,23 +42,19 @@ export interface CreateGrantInput { Name?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/CreateGrantOutput.ts b/packages/sdk-kms-node/types/CreateGrantOutput.ts index caed2a8b1e09..4c8aba863356 100644 --- a/packages/sdk-kms-node/types/CreateGrantOutput.ts +++ b/packages/sdk-kms-node/types/CreateGrantOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateGrantOutput shape @@ -15,8 +15,7 @@ export interface CreateGrantOutput { GrantId?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/CreateKeyInput.ts b/packages/sdk-kms-node/types/CreateKeyInput.ts index e358000337a0..3f5f8b94e34f 100644 --- a/packages/sdk-kms-node/types/CreateKeyInput.ts +++ b/packages/sdk-kms-node/types/CreateKeyInput.ts @@ -1,5 +1,6 @@ import {_Tag} from './_Tag'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateKeyInput shape @@ -36,23 +37,19 @@ export interface CreateKeyInput { Tags?: Array<_Tag>|Iterable<_Tag>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/CreateKeyOutput.ts b/packages/sdk-kms-node/types/CreateKeyOutput.ts index a0a68f92258d..2dff732c9da8 100644 --- a/packages/sdk-kms-node/types/CreateKeyOutput.ts +++ b/packages/sdk-kms-node/types/CreateKeyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledKeyMetadata} from './_KeyMetadata'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateKeyOutput shape @@ -11,8 +11,7 @@ export interface CreateKeyOutput { KeyMetadata?: _UnmarshalledKeyMetadata; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/DecryptInput.ts b/packages/sdk-kms-node/types/DecryptInput.ts index 046c1e3533e8..20d3cfb5de3b 100644 --- a/packages/sdk-kms-node/types/DecryptInput.ts +++ b/packages/sdk-kms-node/types/DecryptInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DecryptInput shape @@ -20,23 +21,19 @@ export interface DecryptInput { GrantTokens?: ArrayThe system timed out while trying to fulfill the request. The request can be retried.
diff --git a/packages/sdk-kms-node/types/DescribeKeyInput.ts b/packages/sdk-kms-node/types/DescribeKeyInput.ts index 450f53d39f50..8b3dd30e0d4a 100644 --- a/packages/sdk-kms-node/types/DescribeKeyInput.ts +++ b/packages/sdk-kms-node/types/DescribeKeyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribeKeyInput shape @@ -15,23 +16,19 @@ export interface DescribeKeyInput { GrantTokens?: ArrayThe request was rejected because the specified CMK is not enabled.
diff --git a/packages/sdk-kms-node/types/EnableKeyInput.ts b/packages/sdk-kms-node/types/EnableKeyInput.ts index a5b724c16246..0938cfecab68 100644 --- a/packages/sdk-kms-node/types/EnableKeyInput.ts +++ b/packages/sdk-kms-node/types/EnableKeyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * EnableKeyInput shape @@ -10,23 +11,19 @@ export interface EnableKeyInput { KeyId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/EnableKeyOutput.ts b/packages/sdk-kms-node/types/EnableKeyOutput.ts index 1869b4bdfd7c..3a1f4b80b149 100644 --- a/packages/sdk-kms-node/types/EnableKeyOutput.ts +++ b/packages/sdk-kms-node/types/EnableKeyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * EnableKeyOutput shape */ export interface EnableKeyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/EnableKeyRotationInput.ts b/packages/sdk-kms-node/types/EnableKeyRotationInput.ts index 42403901de3c..0d7178aca42d 100644 --- a/packages/sdk-kms-node/types/EnableKeyRotationInput.ts +++ b/packages/sdk-kms-node/types/EnableKeyRotationInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * EnableKeyRotationInput shape @@ -10,23 +11,19 @@ export interface EnableKeyRotationInput { KeyId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/EnableKeyRotationOutput.ts b/packages/sdk-kms-node/types/EnableKeyRotationOutput.ts index fc6f91fce3bd..5fe632ce9bc0 100644 --- a/packages/sdk-kms-node/types/EnableKeyRotationOutput.ts +++ b/packages/sdk-kms-node/types/EnableKeyRotationOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * EnableKeyRotationOutput shape */ export interface EnableKeyRotationOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/EncryptInput.ts b/packages/sdk-kms-node/types/EncryptInput.ts index 158b0316cc8b..85d784726672 100644 --- a/packages/sdk-kms-node/types/EncryptInput.ts +++ b/packages/sdk-kms-node/types/EncryptInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * EncryptInput shape @@ -25,23 +26,19 @@ export interface EncryptInput { GrantTokens?: ArrayThe request was rejected because the provided import token is expired. Use GetParametersForImport to get a new import token and public key, use the new public key to encrypt the key material, and then try the request again.
diff --git a/packages/sdk-kms-node/types/GenerateDataKeyInput.ts b/packages/sdk-kms-node/types/GenerateDataKeyInput.ts index 31571c83eb83..080f90be2262 100644 --- a/packages/sdk-kms-node/types/GenerateDataKeyInput.ts +++ b/packages/sdk-kms-node/types/GenerateDataKeyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GenerateDataKeyInput shape @@ -30,23 +31,19 @@ export interface GenerateDataKeyInput { GrantTokens?: ArrayThe request was rejected because the provided key material is invalid or is not the same key material that was previously imported into this customer master key (CMK).
diff --git a/packages/sdk-kms-node/types/InvalidAliasNameException.ts b/packages/sdk-kms-node/types/InvalidAliasNameException.ts index b3ad058090a4..c2231536d076 100644 --- a/packages/sdk-kms-node/types/InvalidAliasNameException.ts +++ b/packages/sdk-kms-node/types/InvalidAliasNameException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified alias name is not valid.
diff --git a/packages/sdk-kms-node/types/InvalidArnException.ts b/packages/sdk-kms-node/types/InvalidArnException.ts index 782f96b79d5d..f1647acbe50d 100644 --- a/packages/sdk-kms-node/types/InvalidArnException.ts +++ b/packages/sdk-kms-node/types/InvalidArnException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because a specified ARN was not valid.
diff --git a/packages/sdk-kms-node/types/InvalidCiphertextException.ts b/packages/sdk-kms-node/types/InvalidCiphertextException.ts index c19a342c8cdf..0d5ef6b24c7b 100644 --- a/packages/sdk-kms-node/types/InvalidCiphertextException.ts +++ b/packages/sdk-kms-node/types/InvalidCiphertextException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified ciphertext, or additional authenticated data incorporated into the ciphertext, such as the encryption context, is corrupted, missing, or otherwise invalid.
diff --git a/packages/sdk-kms-node/types/InvalidGrantIdException.ts b/packages/sdk-kms-node/types/InvalidGrantIdException.ts index 90089035a075..19d3458f767a 100644 --- a/packages/sdk-kms-node/types/InvalidGrantIdException.ts +++ b/packages/sdk-kms-node/types/InvalidGrantIdException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified GrantId
is not valid.
The request was rejected because the specified grant token is not valid.
diff --git a/packages/sdk-kms-node/types/InvalidImportTokenException.ts b/packages/sdk-kms-node/types/InvalidImportTokenException.ts index 71430a0e8556..2b9453db224f 100644 --- a/packages/sdk-kms-node/types/InvalidImportTokenException.ts +++ b/packages/sdk-kms-node/types/InvalidImportTokenException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the provided import token is invalid or is associated with a different customer master key (CMK).
diff --git a/packages/sdk-kms-node/types/InvalidKeyUsageException.ts b/packages/sdk-kms-node/types/InvalidKeyUsageException.ts index 30dd5125e4ea..8e8276fd7d8f 100644 --- a/packages/sdk-kms-node/types/InvalidKeyUsageException.ts +++ b/packages/sdk-kms-node/types/InvalidKeyUsageException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified KeySpec
value is not valid.
The request was rejected because the marker that specifies where pagination should next begin is not valid.
diff --git a/packages/sdk-kms-node/types/KMSInternalException.ts b/packages/sdk-kms-node/types/KMSInternalException.ts index 095ac454eb7f..2ad04745adb0 100644 --- a/packages/sdk-kms-node/types/KMSInternalException.ts +++ b/packages/sdk-kms-node/types/KMSInternalException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because an internal exception occurred. The request can be retried.
diff --git a/packages/sdk-kms-node/types/KMSInvalidStateException.ts b/packages/sdk-kms-node/types/KMSInvalidStateException.ts index 73e32cd2d913..07c08b412aa8 100644 --- a/packages/sdk-kms-node/types/KMSInvalidStateException.ts +++ b/packages/sdk-kms-node/types/KMSInvalidStateException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the state of the specified resource is not valid for this request.
For more information about how key state affects the use of a CMK, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
diff --git a/packages/sdk-kms-node/types/KeyUnavailableException.ts b/packages/sdk-kms-node/types/KeyUnavailableException.ts index 9a5b54bfad0f..d7abcfa857bc 100644 --- a/packages/sdk-kms-node/types/KeyUnavailableException.ts +++ b/packages/sdk-kms-node/types/KeyUnavailableException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified CMK was not available. The request can be retried.
diff --git a/packages/sdk-kms-node/types/LimitExceededException.ts b/packages/sdk-kms-node/types/LimitExceededException.ts index 29073defdc37..433320376088 100644 --- a/packages/sdk-kms-node/types/LimitExceededException.ts +++ b/packages/sdk-kms-node/types/LimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because a limit was exceeded. For more information, see Limits in the AWS Key Management Service Developer Guide.
diff --git a/packages/sdk-kms-node/types/ListAliasesInput.ts b/packages/sdk-kms-node/types/ListAliasesInput.ts index d3e50eb7554d..4842c0de0219 100644 --- a/packages/sdk-kms-node/types/ListAliasesInput.ts +++ b/packages/sdk-kms-node/types/ListAliasesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListAliasesInput shape @@ -15,23 +16,19 @@ export interface ListAliasesInput { Marker?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListAliasesOutput.ts b/packages/sdk-kms-node/types/ListAliasesOutput.ts index 49a3a432fbe1..f63bca47eab2 100644 --- a/packages/sdk-kms-node/types/ListAliasesOutput.ts +++ b/packages/sdk-kms-node/types/ListAliasesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledAliasListEntry} from './_AliasListEntry'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListAliasesOutput shape @@ -21,8 +21,7 @@ export interface ListAliasesOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ListGrantsInput.ts b/packages/sdk-kms-node/types/ListGrantsInput.ts index fbf6b061e496..87556dea6b1a 100644 --- a/packages/sdk-kms-node/types/ListGrantsInput.ts +++ b/packages/sdk-kms-node/types/ListGrantsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListGrantsInput shape @@ -20,23 +21,19 @@ export interface ListGrantsInput { KeyId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListGrantsOutput.ts b/packages/sdk-kms-node/types/ListGrantsOutput.ts index eaaf4f157ae0..aef284fe64f6 100644 --- a/packages/sdk-kms-node/types/ListGrantsOutput.ts +++ b/packages/sdk-kms-node/types/ListGrantsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGrantListEntry} from './_GrantListEntry'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListGrantsOutput shape @@ -21,8 +21,7 @@ export interface ListGrantsOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ListKeyPoliciesInput.ts b/packages/sdk-kms-node/types/ListKeyPoliciesInput.ts index 0f42772f1469..b0535b6f1b58 100644 --- a/packages/sdk-kms-node/types/ListKeyPoliciesInput.ts +++ b/packages/sdk-kms-node/types/ListKeyPoliciesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListKeyPoliciesInput shape @@ -20,23 +21,19 @@ export interface ListKeyPoliciesInput { Marker?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListKeyPoliciesOutput.ts b/packages/sdk-kms-node/types/ListKeyPoliciesOutput.ts index cadc50b67d76..97dd517bd986 100644 --- a/packages/sdk-kms-node/types/ListKeyPoliciesOutput.ts +++ b/packages/sdk-kms-node/types/ListKeyPoliciesOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListKeyPoliciesOutput shape @@ -20,8 +20,7 @@ export interface ListKeyPoliciesOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ListKeysInput.ts b/packages/sdk-kms-node/types/ListKeysInput.ts index b0ad2b9a7dd9..322937190b59 100644 --- a/packages/sdk-kms-node/types/ListKeysInput.ts +++ b/packages/sdk-kms-node/types/ListKeysInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListKeysInput shape @@ -15,23 +16,19 @@ export interface ListKeysInput { Marker?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListKeysOutput.ts b/packages/sdk-kms-node/types/ListKeysOutput.ts index 607ad06aadaf..34bd0ea417de 100644 --- a/packages/sdk-kms-node/types/ListKeysOutput.ts +++ b/packages/sdk-kms-node/types/ListKeysOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledKeyListEntry} from './_KeyListEntry'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListKeysOutput shape @@ -21,8 +21,7 @@ export interface ListKeysOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ListResourceTagsInput.ts b/packages/sdk-kms-node/types/ListResourceTagsInput.ts index cafb74cb032a..85bd0fd97a1b 100644 --- a/packages/sdk-kms-node/types/ListResourceTagsInput.ts +++ b/packages/sdk-kms-node/types/ListResourceTagsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListResourceTagsInput shape @@ -20,23 +21,19 @@ export interface ListResourceTagsInput { Marker?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListResourceTagsOutput.ts b/packages/sdk-kms-node/types/ListResourceTagsOutput.ts index 6ddaef9953c2..e480950ecf5c 100644 --- a/packages/sdk-kms-node/types/ListResourceTagsOutput.ts +++ b/packages/sdk-kms-node/types/ListResourceTagsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTag} from './_Tag'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListResourceTagsOutput shape @@ -21,8 +21,7 @@ export interface ListResourceTagsOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ListRetirableGrantsInput.ts b/packages/sdk-kms-node/types/ListRetirableGrantsInput.ts index 1fe27684dce0..b2d68cc34866 100644 --- a/packages/sdk-kms-node/types/ListRetirableGrantsInput.ts +++ b/packages/sdk-kms-node/types/ListRetirableGrantsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListRetirableGrantsInput shape @@ -20,23 +21,19 @@ export interface ListRetirableGrantsInput { RetiringPrincipal: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/ListRetirableGrantsOutput.ts b/packages/sdk-kms-node/types/ListRetirableGrantsOutput.ts index 2c1410bc8365..4ad832e6c8ad 100644 --- a/packages/sdk-kms-node/types/ListRetirableGrantsOutput.ts +++ b/packages/sdk-kms-node/types/ListRetirableGrantsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGrantListEntry} from './_GrantListEntry'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListRetirableGrantsOutput shape @@ -21,8 +21,7 @@ export interface ListRetirableGrantsOutput { Truncated?: boolean; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/MalformedPolicyDocumentException.ts b/packages/sdk-kms-node/types/MalformedPolicyDocumentException.ts index 4cf6f035b3bc..174a7c465adc 100644 --- a/packages/sdk-kms-node/types/MalformedPolicyDocumentException.ts +++ b/packages/sdk-kms-node/types/MalformedPolicyDocumentException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified policy is not syntactically or semantically correct.
diff --git a/packages/sdk-kms-node/types/NotFoundException.ts b/packages/sdk-kms-node/types/NotFoundException.ts index 69d296581a91..7b8e4b5c567e 100644 --- a/packages/sdk-kms-node/types/NotFoundException.ts +++ b/packages/sdk-kms-node/types/NotFoundException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because the specified entity or resource could not be found.
diff --git a/packages/sdk-kms-node/types/PutKeyPolicyInput.ts b/packages/sdk-kms-node/types/PutKeyPolicyInput.ts index 4a39b2adff7c..25c9de4802b6 100644 --- a/packages/sdk-kms-node/types/PutKeyPolicyInput.ts +++ b/packages/sdk-kms-node/types/PutKeyPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PutKeyPolicyInput shape @@ -25,23 +26,19 @@ export interface PutKeyPolicyInput { BypassPolicyLockoutSafetyCheck?: boolean; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/PutKeyPolicyOutput.ts b/packages/sdk-kms-node/types/PutKeyPolicyOutput.ts index 80e12563fddc..24ea8a616f26 100644 --- a/packages/sdk-kms-node/types/PutKeyPolicyOutput.ts +++ b/packages/sdk-kms-node/types/PutKeyPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * PutKeyPolicyOutput shape */ export interface PutKeyPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/ReEncryptInput.ts b/packages/sdk-kms-node/types/ReEncryptInput.ts index 5730edd7fa6c..8d652a183649 100644 --- a/packages/sdk-kms-node/types/ReEncryptInput.ts +++ b/packages/sdk-kms-node/types/ReEncryptInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ReEncryptInput shape @@ -30,23 +31,19 @@ export interface ReEncryptInput { GrantTokens?: ArrayThe request was rejected because one or more tags are not valid.
diff --git a/packages/sdk-kms-node/types/TagResourceInput.ts b/packages/sdk-kms-node/types/TagResourceInput.ts index 08c4e4b34379..f70c9af0c7c9 100644 --- a/packages/sdk-kms-node/types/TagResourceInput.ts +++ b/packages/sdk-kms-node/types/TagResourceInput.ts @@ -1,5 +1,6 @@ import {_Tag} from './_Tag'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * TagResourceInput shape @@ -16,23 +17,19 @@ export interface TagResourceInput { Tags: Array<_Tag>|Iterable<_Tag>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-kms-node/types/TagResourceOutput.ts b/packages/sdk-kms-node/types/TagResourceOutput.ts index 113e4332a968..bf246ff273b7 100644 --- a/packages/sdk-kms-node/types/TagResourceOutput.ts +++ b/packages/sdk-kms-node/types/TagResourceOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * TagResourceOutput shape */ export interface TagResourceOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-kms-node/types/UnsupportedOperationException.ts b/packages/sdk-kms-node/types/UnsupportedOperationException.ts index 9f8671884287..19f1261bacdf 100644 --- a/packages/sdk-kms-node/types/UnsupportedOperationException.ts +++ b/packages/sdk-kms-node/types/UnsupportedOperationException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.
diff --git a/packages/sdk-kms-node/types/UntagResourceInput.ts b/packages/sdk-kms-node/types/UntagResourceInput.ts index d297b75a8153..db2df44fd04c 100644 --- a/packages/sdk-kms-node/types/UntagResourceInput.ts +++ b/packages/sdk-kms-node/types/UntagResourceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UntagResourceInput shape @@ -15,23 +16,19 @@ export interface UntagResourceInput { TagKeys: ArrayAmazon ML returns the following elements.
@@ -15,8 +15,7 @@ export interface AddTagsOutput { ResourceType?: 'BatchPrediction'|'DataSource'|'Evaluation'|'MLModel'|string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-machine-learning-node/types/CreateBatchPredictionInput.ts b/packages/sdk-machine-learning-node/types/CreateBatchPredictionInput.ts index 9f533ca59b27..2c5f90328c81 100644 --- a/packages/sdk-machine-learning-node/types/CreateBatchPredictionInput.ts +++ b/packages/sdk-machine-learning-node/types/CreateBatchPredictionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateBatchPredictionInput shape @@ -30,23 +31,19 @@ export interface CreateBatchPredictionInput { OutputUri: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-machine-learning-node/types/CreateBatchPredictionOutput.ts b/packages/sdk-machine-learning-node/types/CreateBatchPredictionOutput.ts index 2bc506b926e9..038e76f8c012 100644 --- a/packages/sdk-machine-learning-node/types/CreateBatchPredictionOutput.ts +++ b/packages/sdk-machine-learning-node/types/CreateBatchPredictionOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * Represents the output of a CreateBatchPrediction
operation, and is an acknowledgement that Amazon ML received the request.
The CreateBatchPrediction
operation is asynchronous. You can poll for status updates by using the >GetBatchPrediction
operation and checking the Status
parameter of the result.
Represents the output of a CreateDataSourceFromRDS
operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRDS
> operation is asynchronous. You can poll for updates by using the GetBatchPrediction
operation and checking the Status
parameter. You can inspect the Message
when Status
shows up as FAILED
. You can also check the progress of the copy operation by going to the DataPipeline
console and looking up the pipeline using the pipelineId
from the describe call.
Represents the output of a CreateDataSourceFromRedshift
operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRedshift
operation is asynchronous. You can poll for updates by using the GetBatchPrediction
operation and checking the Status
parameter.
Represents the output of a CreateDataSourceFromS3
operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromS3
operation is asynchronous. You can poll for updates by using the GetBatchPrediction
operation and checking the Status
parameter.
Represents the output of a CreateEvaluation
operation, and is an acknowledgement that Amazon ML received the request.
CreateEvaluation
operation is asynchronous. You can poll for status updates by using the GetEvcaluation
operation and checking the Status
parameter.
Represents the output of a CreateMLModel
operation, and is an acknowledgement that Amazon ML received the request.
The CreateMLModel
operation is asynchronous. You can poll for status updates by using the GetMLModel
operation and checking the Status
parameter.
Represents the output of an CreateRealtimeEndpoint
operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
The endpoint information includes the URI of the MLModel
; that is, the location to send online prediction requests for the specified MLModel
.
Represents the output of a DeleteBatchPrediction
operation.
You can use the GetBatchPrediction
operation and check the value of the Status
parameter to see whether a BatchPrediction
is marked as DELETED
.
Represents the output of a DeleteDataSource
operation.
Represents the output of a DeleteEvaluation
operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.
You can use the GetEvaluation
operation and check the value of the Status
parameter to see whether an Evaluation
is marked as DELETED
.
Represents the output of a DeleteMLModel
operation.
You can use the GetMLModel
operation and check the value of the Status
parameter to see whether an MLModel
is marked as DELETED
.
Represents the output of an DeleteRealtimeEndpoint
operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
Amazon ML returns the following elements.
@@ -15,8 +15,7 @@ export interface DeleteTagsOutput { ResourceType?: 'BatchPrediction'|'DataSource'|'Evaluation'|'MLModel'|string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsInput.ts b/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsInput.ts index b53bd19b2398..acb7c4b1e231 100644 --- a/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsInput.ts +++ b/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * DescribeBatchPredictionsInput shape @@ -60,23 +61,19 @@ export interface DescribeBatchPredictionsInput { Limit?: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsOutput.ts b/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsOutput.ts index d4c8d3e98baf..2a2307480d1b 100644 --- a/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsOutput.ts +++ b/packages/sdk-machine-learning-node/types/DescribeBatchPredictionsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledBatchPrediction} from './_BatchPrediction'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a DescribeBatchPredictions
operation. The content is essentially a list of BatchPrediction
s.
Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource
.
Represents the query results from a DescribeEvaluations
operation. The content is essentially a list of Evaluation
.
Represents the output of a DescribeMLModels
operation. The content is essentially a list of MLModel
.
Amazon ML returns the following elements.
@@ -21,8 +21,7 @@ export interface DescribeTagsOutput { Tags?: Array<_UnmarshalledTag>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-machine-learning-node/types/GetBatchPredictionInput.ts b/packages/sdk-machine-learning-node/types/GetBatchPredictionInput.ts index 88ee986d2443..50e29c4d398d 100644 --- a/packages/sdk-machine-learning-node/types/GetBatchPredictionInput.ts +++ b/packages/sdk-machine-learning-node/types/GetBatchPredictionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * GetBatchPredictionInput shape @@ -10,23 +11,19 @@ export interface GetBatchPredictionInput { BatchPredictionId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-machine-learning-node/types/GetBatchPredictionOutput.ts b/packages/sdk-machine-learning-node/types/GetBatchPredictionOutput.ts index a63a58ac7277..b6e8168418e7 100644 --- a/packages/sdk-machine-learning-node/types/GetBatchPredictionOutput.ts +++ b/packages/sdk-machine-learning-node/types/GetBatchPredictionOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of a GetBatchPrediction
operation and describes a BatchPrediction
.
Represents the output of a GetDataSource
operation and describes a DataSource
.
Represents the output of a GetEvaluation
operation and describes an Evaluation
.
Represents the output of a GetMLModel
operation, and provides detailed information about a MLModel
.
A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
diff --git a/packages/sdk-machine-learning-node/types/InternalServerException.ts b/packages/sdk-machine-learning-node/types/InternalServerException.ts index 6075b02f9cc9..4c987780d8db 100644 --- a/packages/sdk-machine-learning-node/types/InternalServerException.ts +++ b/packages/sdk-machine-learning-node/types/InternalServerException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An error on the server occurred when trying to process a request.
diff --git a/packages/sdk-machine-learning-node/types/InvalidInputException.ts b/packages/sdk-machine-learning-node/types/InvalidInputException.ts index 7be704cbd73a..5a1915dbe1fb 100644 --- a/packages/sdk-machine-learning-node/types/InvalidInputException.ts +++ b/packages/sdk-machine-learning-node/types/InvalidInputException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *An error on the client occurred. Typically, the cause is an invalid input value.
diff --git a/packages/sdk-machine-learning-node/types/InvalidTagException.ts b/packages/sdk-machine-learning-node/types/InvalidTagException.ts index e57069806ed7..2a5a67594fa6 100644 --- a/packages/sdk-machine-learning-node/types/InvalidTagException.ts +++ b/packages/sdk-machine-learning-node/types/InvalidTagException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** * InvalidTagException shape diff --git a/packages/sdk-machine-learning-node/types/LimitExceededException.ts b/packages/sdk-machine-learning-node/types/LimitExceededException.ts index e8384971a620..9c6759daadae 100644 --- a/packages/sdk-machine-learning-node/types/LimitExceededException.ts +++ b/packages/sdk-machine-learning-node/types/LimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
The exception is thrown when a predict request is made to an unmounted MLModel
.
A specified resource cannot be located.
diff --git a/packages/sdk-machine-learning-node/types/TagLimitExceededException.ts b/packages/sdk-machine-learning-node/types/TagLimitExceededException.ts index c372d90835b3..928f927146c8 100644 --- a/packages/sdk-machine-learning-node/types/TagLimitExceededException.ts +++ b/packages/sdk-machine-learning-node/types/TagLimitExceededException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** * TagLimitExceededException shape diff --git a/packages/sdk-machine-learning-node/types/UpdateBatchPredictionInput.ts b/packages/sdk-machine-learning-node/types/UpdateBatchPredictionInput.ts index 45ed276c27c8..7e9278493748 100644 --- a/packages/sdk-machine-learning-node/types/UpdateBatchPredictionInput.ts +++ b/packages/sdk-machine-learning-node/types/UpdateBatchPredictionInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateBatchPredictionInput shape @@ -15,23 +16,19 @@ export interface UpdateBatchPredictionInput { BatchPredictionName: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-machine-learning-node/types/UpdateBatchPredictionOutput.ts b/packages/sdk-machine-learning-node/types/UpdateBatchPredictionOutput.ts index f50093e0e93b..923139bc526d 100644 --- a/packages/sdk-machine-learning-node/types/UpdateBatchPredictionOutput.ts +++ b/packages/sdk-machine-learning-node/types/UpdateBatchPredictionOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Represents the output of an UpdateBatchPrediction
operation.
You can see the updated content by using the GetBatchPrediction
operation.
Represents the output of an UpdateDataSource
operation.
You can see the updated content by using the GetBatchPrediction
operation.
Represents the output of an UpdateEvaluation
operation.
You can see the updated content by using the GetEvaluation
operation.
Represents the output of an UpdateMLModel
operation.
You can see the updated content by using the GetMLModel
operation.
A complex type that contains information about the request to associate a VPC with a private hosted zone.
@@ -21,23 +22,19 @@ export interface AssociateVPCWithHostedZoneInput { Comment?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/AssociateVPCWithHostedZoneOutput.ts b/packages/sdk-route-53-node/types/AssociateVPCWithHostedZoneOutput.ts index 9c9147ddecea..84c9c391a1f2 100644 --- a/packages/sdk-route-53-node/types/AssociateVPCWithHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/AssociateVPCWithHostedZoneOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledChangeInfo} from './_ChangeInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the AssociateVPCWithHostedZone
request.
A complex type that contains change information for the resource record set.
@@ -16,23 +17,19 @@ export interface ChangeResourceRecordSetsInput { ChangeBatch: _ChangeBatch; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ChangeResourceRecordSetsOutput.ts b/packages/sdk-route-53-node/types/ChangeResourceRecordSetsOutput.ts index 6f4f7c7c3a60..bcc4d2db6893 100644 --- a/packages/sdk-route-53-node/types/ChangeResourceRecordSetsOutput.ts +++ b/packages/sdk-route-53-node/types/ChangeResourceRecordSetsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledChangeInfo} from './_ChangeInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type containing the response for the request.
@@ -11,8 +11,7 @@ export interface ChangeResourceRecordSetsOutput { ChangeInfo: _UnmarshalledChangeInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ChangeTagsForResourceInput.ts b/packages/sdk-route-53-node/types/ChangeTagsForResourceInput.ts index 86f4f97f7b5a..a124d3d72229 100644 --- a/packages/sdk-route-53-node/types/ChangeTagsForResourceInput.ts +++ b/packages/sdk-route-53-node/types/ChangeTagsForResourceInput.ts @@ -1,5 +1,6 @@ import {_Tag} from './_Tag'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the tags that you want to add, edit, or delete.
@@ -26,23 +27,19 @@ export interface ChangeTagsForResourceInput { RemoveTagKeys?: ArrayEmpty response for the request.
*/ export interface ChangeTagsForResourceOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ConcurrentModification.ts b/packages/sdk-route-53-node/types/ConcurrentModification.ts index ff169fd2d503..06c64fa3de34 100644 --- a/packages/sdk-route-53-node/types/ConcurrentModification.ts +++ b/packages/sdk-route-53-node/types/ConcurrentModification.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.
diff --git a/packages/sdk-route-53-node/types/ConflictingDomainExists.ts b/packages/sdk-route-53-node/types/ConflictingDomainExists.ts index 140c37816840..f10ca3d44c47 100644 --- a/packages/sdk-route-53-node/types/ConflictingDomainExists.ts +++ b/packages/sdk-route-53-node/types/ConflictingDomainExists.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The cause of this error depends on whether you're trying to create a public or a private hosted zone:
Public hosted zone: Two hosted zones that have the same name or that have a parent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone that has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a delegation set that shares one or more name servers with the existing hosted zone. For more information, see CreateReusableDelegationSet.
Private hosted zone: You specified an Amazon VPC that you're already using for another hosted zone, and the domain that you specified for one of the hosted zones is a subdomain of the domain that you specified for the other hosted zone. For example, you can't use the same Amazon VPC for the hosted zones for example.com and test.example.com.
You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy
or CreateTrafficPolicyVersion
request.
A complex type that contains the health check request information.
@@ -16,23 +17,19 @@ export interface CreateHealthCheckInput { HealthCheckConfig: _HealthCheckConfig; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateHealthCheckOutput.ts b/packages/sdk-route-53-node/types/CreateHealthCheckOutput.ts index 6e4c650b24df..b75a8ec45c5b 100644 --- a/packages/sdk-route-53-node/types/CreateHealthCheckOutput.ts +++ b/packages/sdk-route-53-node/types/CreateHealthCheckOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHealthCheck} from './_HealthCheck'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type containing the response information for the new health check.
@@ -16,8 +16,7 @@ export interface CreateHealthCheckOutput { Location: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/CreateHostedZoneInput.ts b/packages/sdk-route-53-node/types/CreateHostedZoneInput.ts index 54d9293dce08..53b7fcf00c43 100644 --- a/packages/sdk-route-53-node/types/CreateHostedZoneInput.ts +++ b/packages/sdk-route-53-node/types/CreateHostedZoneInput.ts @@ -1,6 +1,7 @@ import {_VPC} from './_VPC'; import {_HostedZoneConfig} from './_HostedZoneConfig'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the request to create a hosted zone.
@@ -32,23 +33,19 @@ export interface CreateHostedZoneInput { DelegationSetId?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateHostedZoneOutput.ts b/packages/sdk-route-53-node/types/CreateHostedZoneOutput.ts index f6fa01707a31..ea1afd97b008 100644 --- a/packages/sdk-route-53-node/types/CreateHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/CreateHostedZoneOutput.ts @@ -2,7 +2,7 @@ import {_UnmarshalledHostedZone} from './_HostedZone'; import {_UnmarshalledChangeInfo} from './_ChangeInfo'; import {_UnmarshalledDelegationSet} from './_DelegationSet'; import {_UnmarshalledVPC} from './_VPC'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type containing the response information for the hosted zone.
@@ -34,8 +34,7 @@ export interface CreateHostedZoneOutput { Location: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/CreateQueryLoggingConfigInput.ts b/packages/sdk-route-53-node/types/CreateQueryLoggingConfigInput.ts index 7cd063eb490b..af8fe37890bb 100644 --- a/packages/sdk-route-53-node/types/CreateQueryLoggingConfigInput.ts +++ b/packages/sdk-route-53-node/types/CreateQueryLoggingConfigInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateQueryLoggingConfigInput shape @@ -15,23 +16,19 @@ export interface CreateQueryLoggingConfigInput { CloudWatchLogsLogGroupArn: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateQueryLoggingConfigOutput.ts b/packages/sdk-route-53-node/types/CreateQueryLoggingConfigOutput.ts index ffaaa74eb0fc..a5d7851037f1 100644 --- a/packages/sdk-route-53-node/types/CreateQueryLoggingConfigOutput.ts +++ b/packages/sdk-route-53-node/types/CreateQueryLoggingConfigOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledQueryLoggingConfig} from './_QueryLoggingConfig'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateQueryLoggingConfigOutput shape @@ -16,8 +16,7 @@ export interface CreateQueryLoggingConfigOutput { Location: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/CreateReusableDelegationSetInput.ts b/packages/sdk-route-53-node/types/CreateReusableDelegationSetInput.ts index 9a49433c78a6..ab72f420a16c 100644 --- a/packages/sdk-route-53-node/types/CreateReusableDelegationSetInput.ts +++ b/packages/sdk-route-53-node/types/CreateReusableDelegationSetInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateReusableDelegationSetInput shape @@ -15,23 +16,19 @@ export interface CreateReusableDelegationSetInput { HostedZoneId?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateReusableDelegationSetOutput.ts b/packages/sdk-route-53-node/types/CreateReusableDelegationSetOutput.ts index ae5dac55853e..99b6a6d137c2 100644 --- a/packages/sdk-route-53-node/types/CreateReusableDelegationSetOutput.ts +++ b/packages/sdk-route-53-node/types/CreateReusableDelegationSetOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDelegationSet} from './_DelegationSet'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * CreateReusableDelegationSetOutput shape @@ -16,8 +16,7 @@ export interface CreateReusableDelegationSetOutput { Location: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/CreateTrafficPolicyInput.ts b/packages/sdk-route-53-node/types/CreateTrafficPolicyInput.ts index 52d6a39a97ab..dd524ed62d0b 100644 --- a/packages/sdk-route-53-node/types/CreateTrafficPolicyInput.ts +++ b/packages/sdk-route-53-node/types/CreateTrafficPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the traffic policy that you want to create.
@@ -20,23 +21,19 @@ export interface CreateTrafficPolicyInput { Comment?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceInput.ts b/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceInput.ts index fc2961e05d1f..2117d0b66a25 100644 --- a/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceInput.ts +++ b/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.
@@ -30,23 +31,19 @@ export interface CreateTrafficPolicyInstanceInput { TrafficPolicyVersion: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceOutput.ts b/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceOutput.ts index c6a3015c69db..045b0d1289d7 100644 --- a/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceOutput.ts +++ b/packages/sdk-route-53-node/types/CreateTrafficPolicyInstanceOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the CreateTrafficPolicyInstance
request.
A complex type that contains the response information for the CreateTrafficPolicy
request.
A complex type that contains information about the traffic policy that you want to create a new version for.
@@ -20,23 +21,19 @@ export interface CreateTrafficPolicyVersionInput { Comment?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateTrafficPolicyVersionOutput.ts b/packages/sdk-route-53-node/types/CreateTrafficPolicyVersionOutput.ts index 6b057751a40c..c20000dc4dd4 100644 --- a/packages/sdk-route-53-node/types/CreateTrafficPolicyVersionOutput.ts +++ b/packages/sdk-route-53-node/types/CreateTrafficPolicyVersionOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicy} from './_TrafficPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the CreateTrafficPolicyVersion
request.
A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.
@@ -16,23 +17,19 @@ export interface CreateVPCAssociationAuthorizationInput { VPC: _VPC; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/CreateVPCAssociationAuthorizationOutput.ts b/packages/sdk-route-53-node/types/CreateVPCAssociationAuthorizationOutput.ts index f77af083b360..230d9b7e1d38 100644 --- a/packages/sdk-route-53-node/types/CreateVPCAssociationAuthorizationOutput.ts +++ b/packages/sdk-route-53-node/types/CreateVPCAssociationAuthorizationOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVPC} from './_VPC'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information from a CreateVPCAssociationAuthorization
request.
A delegation set with the same owner and caller reference combination has already been created.
diff --git a/packages/sdk-route-53-node/types/DelegationSetAlreadyReusable.ts b/packages/sdk-route-53-node/types/DelegationSetAlreadyReusable.ts index afcb35587031..12a14b9ecd5a 100644 --- a/packages/sdk-route-53-node/types/DelegationSetAlreadyReusable.ts +++ b/packages/sdk-route-53-node/types/DelegationSetAlreadyReusable.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified delegation set has already been marked as reusable.
diff --git a/packages/sdk-route-53-node/types/DelegationSetInUse.ts b/packages/sdk-route-53-node/types/DelegationSetInUse.ts index 7eff95f627e0..fc7c9a7e3378 100644 --- a/packages/sdk-route-53-node/types/DelegationSetInUse.ts +++ b/packages/sdk-route-53-node/types/DelegationSetInUse.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.
diff --git a/packages/sdk-route-53-node/types/DelegationSetNotAvailable.ts b/packages/sdk-route-53-node/types/DelegationSetNotAvailable.ts index bbed14545929..de18dcda2ba2 100644 --- a/packages/sdk-route-53-node/types/DelegationSetNotAvailable.ts +++ b/packages/sdk-route-53-node/types/DelegationSetNotAvailable.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is a limit to the number of hosted zones that have the same name. If you get this error, Amazon Route 53 has reached that limit. If you own the domain name and Amazon Route 53 generates this error, contact Customer Support.
diff --git a/packages/sdk-route-53-node/types/DelegationSetNotReusable.ts b/packages/sdk-route-53-node/types/DelegationSetNotReusable.ts index 2a1cb2c3993e..7172a33e6ce3 100644 --- a/packages/sdk-route-53-node/types/DelegationSetNotReusable.ts +++ b/packages/sdk-route-53-node/types/DelegationSetNotReusable.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A reusable delegation set with the specified ID does not exist.
diff --git a/packages/sdk-route-53-node/types/DeleteHealthCheckInput.ts b/packages/sdk-route-53-node/types/DeleteHealthCheckInput.ts index f6f57f9e9312..90f12c9a7fa6 100644 --- a/packages/sdk-route-53-node/types/DeleteHealthCheckInput.ts +++ b/packages/sdk-route-53-node/types/DeleteHealthCheckInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *This action deletes a health check.
@@ -10,23 +11,19 @@ export interface DeleteHealthCheckInput { HealthCheckId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteHealthCheckOutput.ts b/packages/sdk-route-53-node/types/DeleteHealthCheckOutput.ts index 2383b230ed7e..1e80df08121d 100644 --- a/packages/sdk-route-53-node/types/DeleteHealthCheckOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteHealthCheckOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *An empty element.
*/ export interface DeleteHealthCheckOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/DeleteHostedZoneInput.ts b/packages/sdk-route-53-node/types/DeleteHostedZoneInput.ts index 077373eec50a..67b45e4d49e3 100644 --- a/packages/sdk-route-53-node/types/DeleteHostedZoneInput.ts +++ b/packages/sdk-route-53-node/types/DeleteHostedZoneInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to delete a hosted zone.
@@ -10,23 +11,19 @@ export interface DeleteHostedZoneInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteHostedZoneOutput.ts b/packages/sdk-route-53-node/types/DeleteHostedZoneOutput.ts index a5e2a9c56af5..ae89d9c2d409 100644 --- a/packages/sdk-route-53-node/types/DeleteHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteHostedZoneOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledChangeInfo} from './_ChangeInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a DeleteHostedZone
request.
A request to delete a reusable delegation set.
@@ -10,23 +11,19 @@ export interface DeleteReusableDelegationSetInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteReusableDelegationSetOutput.ts b/packages/sdk-route-53-node/types/DeleteReusableDelegationSetOutput.ts index 299f4e369538..4a83bead23aa 100644 --- a/packages/sdk-route-53-node/types/DeleteReusableDelegationSetOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteReusableDelegationSetOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *An empty element.
*/ export interface DeleteReusableDelegationSetOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInput.ts b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInput.ts index 9c001f5296f0..97dcc9ace2f9 100644 --- a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInput.ts +++ b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to delete a specified traffic policy version.
@@ -15,23 +16,19 @@ export interface DeleteTrafficPolicyInput { Version: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceInput.ts b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceInput.ts index b025b798f6e3..215af3059e4b 100644 --- a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceInput.ts +++ b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to delete a specified traffic policy instance.
@@ -10,23 +11,19 @@ export interface DeleteTrafficPolicyInstanceInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceOutput.ts b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceOutput.ts index 9063389a332c..9d597d2f38a4 100644 --- a/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteTrafficPolicyInstanceOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *An empty element.
*/ export interface DeleteTrafficPolicyInstanceOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/DeleteTrafficPolicyOutput.ts b/packages/sdk-route-53-node/types/DeleteTrafficPolicyOutput.ts index 2eaeb1c3f8c0..2257a7639dd4 100644 --- a/packages/sdk-route-53-node/types/DeleteTrafficPolicyOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteTrafficPolicyOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *An empty element.
*/ export interface DeleteTrafficPolicyOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationInput.ts b/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationInput.ts index 58fdba843478..de2943202be4 100644 --- a/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationInput.ts +++ b/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationInput.ts @@ -1,5 +1,6 @@ import {_VPC} from './_VPC'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.
@@ -16,23 +17,19 @@ export interface DeleteVPCAssociationAuthorizationInput { VPC: _VPC; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationOutput.ts b/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationOutput.ts index e03afac7e10d..81949dba6426 100644 --- a/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationOutput.ts +++ b/packages/sdk-route-53-node/types/DeleteVPCAssociationAuthorizationOutput.ts @@ -1,12 +1,11 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Empty response for the request.
*/ export interface DeleteVPCAssociationAuthorizationOutput { /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneInput.ts b/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneInput.ts index 584435447544..c90e47f185f1 100644 --- a/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneInput.ts +++ b/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneInput.ts @@ -1,5 +1,6 @@ import {_VPC} from './_VPC'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.
@@ -21,23 +22,19 @@ export interface DisassociateVPCFromHostedZoneInput { Comment?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneOutput.ts b/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneOutput.ts index 1f368eacbc96..2d41f0af6fc9 100644 --- a/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/DisassociateVPCFromHostedZoneOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledChangeInfo} from './_ChangeInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the disassociate request.
@@ -11,8 +11,7 @@ export interface DisassociateVPCFromHostedZoneOutput { ChangeInfo: _UnmarshalledChangeInfo; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetAccountLimitInput.ts b/packages/sdk-route-53-node/types/GetAccountLimitInput.ts index b70ef9c3a322..0d4b27331dbf 100644 --- a/packages/sdk-route-53-node/types/GetAccountLimitInput.ts +++ b/packages/sdk-route-53-node/types/GetAccountLimitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the request to create a hosted zone.
@@ -10,23 +11,19 @@ export interface GetAccountLimitInput { Type: 'MAX_HEALTH_CHECKS_BY_OWNER'|'MAX_HOSTED_ZONES_BY_OWNER'|'MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER'|'MAX_REUSABLE_DELEGATION_SETS_BY_OWNER'|'MAX_TRAFFIC_POLICIES_BY_OWNER'|string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetAccountLimitOutput.ts b/packages/sdk-route-53-node/types/GetAccountLimitOutput.ts index e4a273d2fa1b..0ea19d1a5ca7 100644 --- a/packages/sdk-route-53-node/types/GetAccountLimitOutput.ts +++ b/packages/sdk-route-53-node/types/GetAccountLimitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledAccountLimit} from './_AccountLimit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the requested limit.
@@ -16,8 +16,7 @@ export interface GetAccountLimitOutput { Count: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetChangeInput.ts b/packages/sdk-route-53-node/types/GetChangeInput.ts index f619c9ae2ea6..a4f8cbc26f5a 100644 --- a/packages/sdk-route-53-node/types/GetChangeInput.ts +++ b/packages/sdk-route-53-node/types/GetChangeInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *The input for a GetChange request.
@@ -10,23 +11,19 @@ export interface GetChangeInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetChangeOutput.ts b/packages/sdk-route-53-node/types/GetChangeOutput.ts index bf6b189e6963..40b2452c0157 100644 --- a/packages/sdk-route-53-node/types/GetChangeOutput.ts +++ b/packages/sdk-route-53-node/types/GetChangeOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledChangeInfo} from './_ChangeInfo'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the ChangeInfo
element.
A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.
@@ -20,23 +21,19 @@ export interface GetGeoLocationInput { SubdivisionCode?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetGeoLocationOutput.ts b/packages/sdk-route-53-node/types/GetGeoLocationOutput.ts index 44dd8771559c..264aab4edf31 100644 --- a/packages/sdk-route-53-node/types/GetGeoLocationOutput.ts +++ b/packages/sdk-route-53-node/types/GetGeoLocationOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGeoLocationDetails} from './_GeoLocationDetails'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the specified geolocation code.
@@ -11,8 +11,7 @@ export interface GetGeoLocationOutput { GeoLocationDetails: _UnmarshalledGeoLocationDetails; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetHealthCheckCountInput.ts b/packages/sdk-route-53-node/types/GetHealthCheckCountInput.ts index 05ef889de5b8..54ce09472d44 100644 --- a/packages/sdk-route-53-node/types/GetHealthCheckCountInput.ts +++ b/packages/sdk-route-53-node/types/GetHealthCheckCountInput.ts @@ -1,27 +1,24 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request for the number of health checks that are associated with the current AWS account.
*/ export interface GetHealthCheckCountInput { /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHealthCheckCountOutput.ts b/packages/sdk-route-53-node/types/GetHealthCheckCountOutput.ts index b5b239ec4c72..cd2d68ee9caf 100644 --- a/packages/sdk-route-53-node/types/GetHealthCheckCountOutput.ts +++ b/packages/sdk-route-53-node/types/GetHealthCheckCountOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a GetHealthCheckCount
request.
A request to get information about a specified health check.
@@ -10,23 +11,19 @@ export interface GetHealthCheckInput { HealthCheckId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonInput.ts b/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonInput.ts index 80928b211c71..f0108546af76 100644 --- a/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonInput.ts +++ b/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request for the reason that a health check failed most recently.
@@ -10,23 +11,19 @@ export interface GetHealthCheckLastFailureReasonInput { HealthCheckId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonOutput.ts b/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonOutput.ts index 022409f9e142..d6af9bb9023c 100644 --- a/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonOutput.ts +++ b/packages/sdk-route-53-node/types/GetHealthCheckLastFailureReasonOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHealthCheckObservation} from './_HealthCheckObservation'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a GetHealthCheckLastFailureReason
request.
A complex type that contains the response to a GetHealthCheck
request.
A request to get the status for a health check.
@@ -10,23 +11,19 @@ export interface GetHealthCheckStatusInput { HealthCheckId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHealthCheckStatusOutput.ts b/packages/sdk-route-53-node/types/GetHealthCheckStatusOutput.ts index 0e5fb7c00ff8..391d01f6d235 100644 --- a/packages/sdk-route-53-node/types/GetHealthCheckStatusOutput.ts +++ b/packages/sdk-route-53-node/types/GetHealthCheckStatusOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHealthCheckObservation} from './_HealthCheckObservation'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a GetHealthCheck
request.
A request to retrieve a count of all the hosted zones that are associated with the current AWS account.
*/ export interface GetHostedZoneCountInput { /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHostedZoneCountOutput.ts b/packages/sdk-route-53-node/types/GetHostedZoneCountOutput.ts index 5e73db17675e..e882e7dcc468 100644 --- a/packages/sdk-route-53-node/types/GetHostedZoneCountOutput.ts +++ b/packages/sdk-route-53-node/types/GetHostedZoneCountOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a GetHostedZoneCount
request.
A request to get information about a specified hosted zone.
@@ -10,23 +11,19 @@ export interface GetHostedZoneInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHostedZoneLimitInput.ts b/packages/sdk-route-53-node/types/GetHostedZoneLimitInput.ts index 961ed680674d..99ea090dc659 100644 --- a/packages/sdk-route-53-node/types/GetHostedZoneLimitInput.ts +++ b/packages/sdk-route-53-node/types/GetHostedZoneLimitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the request to create a hosted zone.
@@ -15,23 +16,19 @@ export interface GetHostedZoneLimitInput { HostedZoneId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetHostedZoneLimitOutput.ts b/packages/sdk-route-53-node/types/GetHostedZoneLimitOutput.ts index 84c8b177579f..e1b26e54fdf2 100644 --- a/packages/sdk-route-53-node/types/GetHostedZoneLimitOutput.ts +++ b/packages/sdk-route-53-node/types/GetHostedZoneLimitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHostedZoneLimit} from './_HostedZoneLimit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the requested limit.
@@ -16,8 +16,7 @@ export interface GetHostedZoneLimitOutput { Count: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetHostedZoneOutput.ts b/packages/sdk-route-53-node/types/GetHostedZoneOutput.ts index 44f9b515c733..288ebba9ee79 100644 --- a/packages/sdk-route-53-node/types/GetHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/GetHostedZoneOutput.ts @@ -1,7 +1,7 @@ import {_UnmarshalledHostedZone} from './_HostedZone'; import {_UnmarshalledDelegationSet} from './_DelegationSet'; import {_UnmarshalledVPC} from './_VPC'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contain the response to a GetHostedZone
request.
A request to get information about a specified reusable delegation set.
@@ -10,23 +11,19 @@ export interface GetReusableDelegationSetInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitInput.ts b/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitInput.ts index 269871237fdb..1b36bdee1e15 100644 --- a/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitInput.ts +++ b/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the request to create a hosted zone.
@@ -15,23 +16,19 @@ export interface GetReusableDelegationSetLimitInput { DelegationSetId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitOutput.ts b/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitOutput.ts index fe4682f9c7ab..960d3115e909 100644 --- a/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitOutput.ts +++ b/packages/sdk-route-53-node/types/GetReusableDelegationSetLimitOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledReusableDelegationSetLimit} from './_ReusableDelegationSetLimit'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the requested limit.
@@ -16,8 +16,7 @@ export interface GetReusableDelegationSetLimitOutput { Count: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetReusableDelegationSetOutput.ts b/packages/sdk-route-53-node/types/GetReusableDelegationSetOutput.ts index 875a71ae5f29..444b9e0cb0c7 100644 --- a/packages/sdk-route-53-node/types/GetReusableDelegationSetOutput.ts +++ b/packages/sdk-route-53-node/types/GetReusableDelegationSetOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDelegationSet} from './_DelegationSet'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to the GetReusableDelegationSet
request.
Gets information about a specific traffic policy version.
@@ -15,23 +16,19 @@ export interface GetTrafficPolicyInput { Version: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountInput.ts b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountInput.ts index cf7edf8b642c..c29e7cede999 100644 --- a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountInput.ts +++ b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountInput.ts @@ -1,27 +1,24 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Request to get the number of traffic policy instances that are associated with the current AWS account.
*/ export interface GetTrafficPolicyInstanceCountInput { /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountOutput.ts b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountOutput.ts index ae07e39e1d25..4718f7cf54b5 100644 --- a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountOutput.ts +++ b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceCountOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
@@ -10,8 +10,7 @@ export interface GetTrafficPolicyInstanceCountOutput { TrafficPolicyInstanceCount: number; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceInput.ts b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceInput.ts index 331c08ad7b97..4cf04b7bb418 100644 --- a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceInput.ts +++ b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Gets information about a specified traffic policy instance.
@@ -10,23 +11,19 @@ export interface GetTrafficPolicyInstanceInput { Id: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceOutput.ts b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceOutput.ts index f9ebb5d680ef..6e73c5abfbda 100644 --- a/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceOutput.ts +++ b/packages/sdk-route-53-node/types/GetTrafficPolicyInstanceOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
@@ -11,8 +11,7 @@ export interface GetTrafficPolicyInstanceOutput { TrafficPolicyInstance: _UnmarshalledTrafficPolicyInstance; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/GetTrafficPolicyOutput.ts b/packages/sdk-route-53-node/types/GetTrafficPolicyOutput.ts index dd4624558336..4870cea28ed2 100644 --- a/packages/sdk-route-53-node/types/GetTrafficPolicyOutput.ts +++ b/packages/sdk-route-53-node/types/GetTrafficPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicy} from './_TrafficPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -11,8 +11,7 @@ export interface GetTrafficPolicyOutput { TrafficPolicy: _UnmarshalledTrafficPolicy; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/HealthCheckAlreadyExists.ts b/packages/sdk-route-53-node/types/HealthCheckAlreadyExists.ts index 5bd37c7eee47..2e279d81bbff 100644 --- a/packages/sdk-route-53-node/types/HealthCheckAlreadyExists.ts +++ b/packages/sdk-route-53-node/types/HealthCheckAlreadyExists.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:
The same value for CallerReference
as an existing health check, and one or more values that differ from the existing health check that has the same caller reference.
The same value for CallerReference
as a health check that you created and later deleted, regardless of the other settings in the request.
This error code is not in use.
diff --git a/packages/sdk-route-53-node/types/HealthCheckVersionMismatch.ts b/packages/sdk-route-53-node/types/HealthCheckVersionMismatch.ts index 09b87c4529c8..aba4ad304516 100644 --- a/packages/sdk-route-53-node/types/HealthCheckVersionMismatch.ts +++ b/packages/sdk-route-53-node/types/HealthCheckVersionMismatch.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The value of HealthCheckVersion
in the request doesn't match the value of HealthCheckVersion
in the health check.
The hosted zone you're trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference
.
The hosted zone contains resource records that are not SOA or NS records.
diff --git a/packages/sdk-route-53-node/types/HostedZoneNotFound.ts b/packages/sdk-route-53-node/types/HostedZoneNotFound.ts index 14a3728fe52f..e05b3de33663 100644 --- a/packages/sdk-route-53-node/types/HostedZoneNotFound.ts +++ b/packages/sdk-route-53-node/types/HostedZoneNotFound.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified HostedZone can't be found.
diff --git a/packages/sdk-route-53-node/types/HostedZoneNotPrivate.ts b/packages/sdk-route-53-node/types/HostedZoneNotPrivate.ts index 8940b9ec192c..c32aa65d7202 100644 --- a/packages/sdk-route-53-node/types/HostedZoneNotPrivate.ts +++ b/packages/sdk-route-53-node/types/HostedZoneNotPrivate.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified hosted zone is a public hosted zone, not a private hosted zone.
diff --git a/packages/sdk-route-53-node/types/IncompatibleVersion.ts b/packages/sdk-route-53-node/types/IncompatibleVersion.ts index 4f3c52b77f76..110a879086e5 100644 --- a/packages/sdk-route-53-node/types/IncompatibleVersion.ts +++ b/packages/sdk-route-53-node/types/IncompatibleVersion.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.
diff --git a/packages/sdk-route-53-node/types/InsufficientCloudWatchLogsResourcePolicy.ts b/packages/sdk-route-53-node/types/InsufficientCloudWatchLogsResourcePolicy.ts index a2db41e1686f..769b91e174a7 100644 --- a/packages/sdk-route-53-node/types/InsufficientCloudWatchLogsResourcePolicy.ts +++ b/packages/sdk-route-53-node/types/InsufficientCloudWatchLogsResourcePolicy.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes include the following:
There is no resource policy that specifies the log group ARN in the value for Resource
.
The resource policy that includes the log group ARN in the value for Resource
doesn't have the necessary permissions.
The resource policy hasn't finished propagating yet.
Parameter name is invalid.
diff --git a/packages/sdk-route-53-node/types/InvalidChangeBatch.ts b/packages/sdk-route-53-node/types/InvalidChangeBatch.ts index 6074bf807428..abb2e942ca33 100644 --- a/packages/sdk-route-53-node/types/InvalidChangeBatch.ts +++ b/packages/sdk-route-53-node/types/InvalidChangeBatch.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.
diff --git a/packages/sdk-route-53-node/types/InvalidDomainName.ts b/packages/sdk-route-53-node/types/InvalidDomainName.ts index 5f02e29a39a8..f069e6d66904 100644 --- a/packages/sdk-route-53-node/types/InvalidDomainName.ts +++ b/packages/sdk-route-53-node/types/InvalidDomainName.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified domain name is not valid.
diff --git a/packages/sdk-route-53-node/types/InvalidInput.ts b/packages/sdk-route-53-node/types/InvalidInput.ts index d87a23962b40..e0eacf0e699a 100644 --- a/packages/sdk-route-53-node/types/InvalidInput.ts +++ b/packages/sdk-route-53-node/types/InvalidInput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The input is not valid.
diff --git a/packages/sdk-route-53-node/types/InvalidPaginationToken.ts b/packages/sdk-route-53-node/types/InvalidPaginationToken.ts index da56c59ac344..2b84bbf3e74c 100644 --- a/packages/sdk-route-53-node/types/InvalidPaginationToken.ts +++ b/packages/sdk-route-53-node/types/InvalidPaginationToken.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The value that you specified to get the second or subsequent page of results is invalid.
diff --git a/packages/sdk-route-53-node/types/InvalidTrafficPolicyDocument.ts b/packages/sdk-route-53-node/types/InvalidTrafficPolicyDocument.ts index 9bd5f74ecbea..4684eca64e4c 100644 --- a/packages/sdk-route-53-node/types/InvalidTrafficPolicyDocument.ts +++ b/packages/sdk-route-53-node/types/InvalidTrafficPolicyDocument.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The format of the traffic policy document that you specified in the Document
element is invalid.
The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.
diff --git a/packages/sdk-route-53-node/types/LastVPCAssociation.ts b/packages/sdk-route-53-node/types/LastVPCAssociation.ts index f70cc9f38d26..44c619751e36 100644 --- a/packages/sdk-route-53-node/types/LastVPCAssociation.ts +++ b/packages/sdk-route-53-node/types/LastVPCAssociation.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.
diff --git a/packages/sdk-route-53-node/types/LimitsExceeded.ts b/packages/sdk-route-53-node/types/LimitsExceeded.ts index 3140a9f2f4bc..e5343aac6071 100644 --- a/packages/sdk-route-53-node/types/LimitsExceeded.ts +++ b/packages/sdk-route-53-node/types/LimitsExceeded.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This operation can't be completed either because the current account has reached the limit on reusable delegation sets that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. To get the current limit on the number of reusable delegation sets, see GetAccountLimit. To get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit. To request a higher limit, create a case with the AWS Support Center.
diff --git a/packages/sdk-route-53-node/types/ListGeoLocationsInput.ts b/packages/sdk-route-53-node/types/ListGeoLocationsInput.ts index 3075326c4b84..6d7cce285c52 100644 --- a/packages/sdk-route-53-node/types/ListGeoLocationsInput.ts +++ b/packages/sdk-route-53-node/types/ListGeoLocationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.
@@ -25,23 +26,19 @@ export interface ListGeoLocationsInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListGeoLocationsOutput.ts b/packages/sdk-route-53-node/types/ListGeoLocationsOutput.ts index d8228fa2eddf..6e03e057a55f 100644 --- a/packages/sdk-route-53-node/types/ListGeoLocationsOutput.ts +++ b/packages/sdk-route-53-node/types/ListGeoLocationsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledGeoLocationDetails} from './_GeoLocationDetails'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type containing the response information for the request.
@@ -36,8 +36,7 @@ export interface ListGeoLocationsOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListHealthChecksInput.ts b/packages/sdk-route-53-node/types/ListHealthChecksInput.ts index d7527d8a861e..bfd41ad5d22c 100644 --- a/packages/sdk-route-53-node/types/ListHealthChecksInput.ts +++ b/packages/sdk-route-53-node/types/ListHealthChecksInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to retrieve a list of the health checks that are associated with the current AWS account.
@@ -15,23 +16,19 @@ export interface ListHealthChecksInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListHealthChecksOutput.ts b/packages/sdk-route-53-node/types/ListHealthChecksOutput.ts index 6ff6b82f511e..1cb9fd407848 100644 --- a/packages/sdk-route-53-node/types/ListHealthChecksOutput.ts +++ b/packages/sdk-route-53-node/types/ListHealthChecksOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHealthCheck} from './_HealthCheck'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a ListHealthChecks
request.
Retrieves a list of the public and private hosted zones that are associated with the current AWS account in ASCII order by domain name.
@@ -20,23 +21,19 @@ export interface ListHostedZonesByNameInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListHostedZonesByNameOutput.ts b/packages/sdk-route-53-node/types/ListHostedZonesByNameOutput.ts index c194dfda90a0..ab7aa6daeca8 100644 --- a/packages/sdk-route-53-node/types/ListHostedZonesByNameOutput.ts +++ b/packages/sdk-route-53-node/types/ListHostedZonesByNameOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHostedZone} from './_HostedZone'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -41,8 +41,7 @@ export interface ListHostedZonesByNameOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListHostedZonesInput.ts b/packages/sdk-route-53-node/types/ListHostedZonesInput.ts index 56f292776350..4c56fe9ccb23 100644 --- a/packages/sdk-route-53-node/types/ListHostedZonesInput.ts +++ b/packages/sdk-route-53-node/types/ListHostedZonesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to retrieve a list of the public and private hosted zones that are associated with the current AWS account.
@@ -20,23 +21,19 @@ export interface ListHostedZonesInput { DelegationSetId?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListHostedZonesOutput.ts b/packages/sdk-route-53-node/types/ListHostedZonesOutput.ts index 86c828eb200f..22a349715895 100644 --- a/packages/sdk-route-53-node/types/ListHostedZonesOutput.ts +++ b/packages/sdk-route-53-node/types/ListHostedZonesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHostedZone} from './_HostedZone'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListHostedZonesOutput shape @@ -31,8 +31,7 @@ export interface ListHostedZonesOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListQueryLoggingConfigsInput.ts b/packages/sdk-route-53-node/types/ListQueryLoggingConfigsInput.ts index 118dc2aefc42..997694e2478d 100644 --- a/packages/sdk-route-53-node/types/ListQueryLoggingConfigsInput.ts +++ b/packages/sdk-route-53-node/types/ListQueryLoggingConfigsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListQueryLoggingConfigsInput shape @@ -20,23 +21,19 @@ export interface ListQueryLoggingConfigsInput { MaxResults?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListQueryLoggingConfigsOutput.ts b/packages/sdk-route-53-node/types/ListQueryLoggingConfigsOutput.ts index 716c870c0d79..85a7e0388f07 100644 --- a/packages/sdk-route-53-node/types/ListQueryLoggingConfigsOutput.ts +++ b/packages/sdk-route-53-node/types/ListQueryLoggingConfigsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledQueryLoggingConfig} from './_QueryLoggingConfig'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * ListQueryLoggingConfigsOutput shape @@ -16,8 +16,7 @@ export interface ListQueryLoggingConfigsOutput { NextToken?: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListResourceRecordSetsInput.ts b/packages/sdk-route-53-node/types/ListResourceRecordSetsInput.ts index 4fe32c0a3eb6..869ae4bb66b6 100644 --- a/packages/sdk-route-53-node/types/ListResourceRecordSetsInput.ts +++ b/packages/sdk-route-53-node/types/ListResourceRecordSetsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request for the resource record sets that are associated with a specified hosted zone.
@@ -30,23 +31,19 @@ export interface ListResourceRecordSetsInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListResourceRecordSetsOutput.ts b/packages/sdk-route-53-node/types/ListResourceRecordSetsOutput.ts index e593fc369677..bf4ec9f89c3b 100644 --- a/packages/sdk-route-53-node/types/ListResourceRecordSetsOutput.ts +++ b/packages/sdk-route-53-node/types/ListResourceRecordSetsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledResourceRecordSet} from './_ResourceRecordSet'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains list information for the resource record set.
@@ -36,8 +36,7 @@ export interface ListResourceRecordSetsOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListReusableDelegationSetsInput.ts b/packages/sdk-route-53-node/types/ListReusableDelegationSetsInput.ts index e08d0b7df5d3..e422a195344d 100644 --- a/packages/sdk-route-53-node/types/ListReusableDelegationSetsInput.ts +++ b/packages/sdk-route-53-node/types/ListReusableDelegationSetsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to get a list of the reusable delegation sets that are associated with the current AWS account.
@@ -15,23 +16,19 @@ export interface ListReusableDelegationSetsInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListReusableDelegationSetsOutput.ts b/packages/sdk-route-53-node/types/ListReusableDelegationSetsOutput.ts index 49b15406f4e2..f69e9fd9f94c 100644 --- a/packages/sdk-route-53-node/types/ListReusableDelegationSetsOutput.ts +++ b/packages/sdk-route-53-node/types/ListReusableDelegationSetsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledDelegationSet} from './_DelegationSet'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
@@ -31,8 +31,7 @@ export interface ListReusableDelegationSetsOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTagsForResourceInput.ts b/packages/sdk-route-53-node/types/ListTagsForResourceInput.ts index 332279d257ef..b0672fad4df0 100644 --- a/packages/sdk-route-53-node/types/ListTagsForResourceInput.ts +++ b/packages/sdk-route-53-node/types/ListTagsForResourceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type containing information about a request for a list of the tags that are associated with an individual resource.
@@ -15,23 +16,19 @@ export interface ListTagsForResourceInput { ResourceId: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTagsForResourceOutput.ts b/packages/sdk-route-53-node/types/ListTagsForResourceOutput.ts index e87d2381cd34..a760eeabea61 100644 --- a/packages/sdk-route-53-node/types/ListTagsForResourceOutput.ts +++ b/packages/sdk-route-53-node/types/ListTagsForResourceOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledResourceTagSet} from './_ResourceTagSet'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the health checks or hosted zones for which you want to list tags.
@@ -11,8 +11,7 @@ export interface ListTagsForResourceOutput { ResourceTagSet: _UnmarshalledResourceTagSet; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTagsForResourcesInput.ts b/packages/sdk-route-53-node/types/ListTagsForResourcesInput.ts index 480282c61f3a..a2ef0e4c89b5 100644 --- a/packages/sdk-route-53-node/types/ListTagsForResourcesInput.ts +++ b/packages/sdk-route-53-node/types/ListTagsForResourcesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the health checks or hosted zones for which you want to list tags.
@@ -15,23 +16,19 @@ export interface ListTagsForResourcesInput { ResourceIds: ArrayA complex type containing tags for the specified resources.
@@ -11,8 +11,7 @@ export interface ListTagsForResourcesOutput { ResourceTagSets: Array<_UnmarshalledResourceTagSet>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTrafficPoliciesInput.ts b/packages/sdk-route-53-node/types/ListTrafficPoliciesInput.ts index c816ac7bc178..da443ffe8e1d 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPoliciesInput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPoliciesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.
@@ -15,23 +16,19 @@ export interface ListTrafficPoliciesInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTrafficPoliciesOutput.ts b/packages/sdk-route-53-node/types/ListTrafficPoliciesOutput.ts index a1bb5b3d48d2..9f62fe33dcd4 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPoliciesOutput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPoliciesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicySummary} from './_TrafficPolicySummary'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -26,8 +26,7 @@ export interface ListTrafficPoliciesOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneInput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneInput.ts index a87522ba3cd3..71e9d48edcfa 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneInput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request for the traffic policy instances that you created in a specified hosted zone.
@@ -25,23 +26,19 @@ export interface ListTrafficPolicyInstancesByHostedZoneInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneOutput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneOutput.ts index 51e63ff1be28..8792f4cf784b 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneOutput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByHostedZoneOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -31,8 +31,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyInput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyInput.ts index c2282429fbb0..b84fc4fe075f 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyInput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the information about the request to list your traffic policy instances.
@@ -35,23 +36,19 @@ export interface ListTrafficPolicyInstancesByPolicyInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyOutput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyOutput.ts index dbd7bc452e46..53b5d8d2df3b 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyOutput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesByPolicyOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -36,8 +36,7 @@ export interface ListTrafficPolicyInstancesByPolicyOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesInput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesInput.ts index 295a42bec6c9..6b6119aa8339 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesInput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to get information about the traffic policy instances that you created by using the current AWS account.
@@ -25,23 +26,19 @@ export interface ListTrafficPolicyInstancesInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesOutput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesOutput.ts index bf687f841704..757b8c4ab672 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesOutput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyInstancesOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -36,8 +36,7 @@ export interface ListTrafficPolicyInstancesOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsInput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsInput.ts index fb55bd8f45d8..e6ce3a17ad6b 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsInput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the information about the request to list your traffic policies.
@@ -20,23 +21,19 @@ export interface ListTrafficPolicyVersionsInput { MaxItems?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsOutput.ts b/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsOutput.ts index 4c7a3f9bddd4..f99155b74900 100644 --- a/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsOutput.ts +++ b/packages/sdk-route-53-node/types/ListTrafficPolicyVersionsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicy} from './_TrafficPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -26,8 +26,7 @@ export interface ListTrafficPolicyVersionsOutput { MaxItems: string; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsInput.ts b/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsInput.ts index c2a3245f8fc1..28101addef67 100644 --- a/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsInput.ts +++ b/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about that can be associated with your hosted zone.
@@ -20,23 +21,19 @@ export interface ListVPCAssociationAuthorizationsInput { MaxResults?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsOutput.ts b/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsOutput.ts index adc5fed4e4ea..5ba0e4930e8c 100644 --- a/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsOutput.ts +++ b/packages/sdk-route-53-node/types/ListVPCAssociationAuthorizationsOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledVPC} from './_VPC'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the request.
@@ -21,8 +21,7 @@ export interface ListVPCAssociationAuthorizationsOutput { VPCs: Array<_UnmarshalledVPC>; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/NoSuchChange.ts b/packages/sdk-route-53-node/types/NoSuchChange.ts index 430358704d4c..20b50e19678b 100644 --- a/packages/sdk-route-53-node/types/NoSuchChange.ts +++ b/packages/sdk-route-53-node/types/NoSuchChange.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A change with the specified change ID does not exist.
diff --git a/packages/sdk-route-53-node/types/NoSuchCloudWatchLogsLogGroup.ts b/packages/sdk-route-53-node/types/NoSuchCloudWatchLogsLogGroup.ts index 28db1d1c6d4d..b5b25a098c68 100644 --- a/packages/sdk-route-53-node/types/NoSuchCloudWatchLogsLogGroup.ts +++ b/packages/sdk-route-53-node/types/NoSuchCloudWatchLogsLogGroup.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *There is no CloudWatch Logs log group with the specified ARN.
diff --git a/packages/sdk-route-53-node/types/NoSuchDelegationSet.ts b/packages/sdk-route-53-node/types/NoSuchDelegationSet.ts index a8f17bdf2548..c3e1b18a82f1 100644 --- a/packages/sdk-route-53-node/types/NoSuchDelegationSet.ts +++ b/packages/sdk-route-53-node/types/NoSuchDelegationSet.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *A reusable delegation set with the specified ID does not exist.
diff --git a/packages/sdk-route-53-node/types/NoSuchGeoLocation.ts b/packages/sdk-route-53-node/types/NoSuchGeoLocation.ts index 72efd4080120..5ca735a70db3 100644 --- a/packages/sdk-route-53-node/types/NoSuchGeoLocation.ts +++ b/packages/sdk-route-53-node/types/NoSuchGeoLocation.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Amazon Route 53 doesn't support the specified geolocation.
diff --git a/packages/sdk-route-53-node/types/NoSuchHealthCheck.ts b/packages/sdk-route-53-node/types/NoSuchHealthCheck.ts index ba48ab56ee77..2961ef928117 100644 --- a/packages/sdk-route-53-node/types/NoSuchHealthCheck.ts +++ b/packages/sdk-route-53-node/types/NoSuchHealthCheck.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No health check exists with the ID that you specified in the DeleteHealthCheck
request.
No hosted zone exists with the ID that you specified.
diff --git a/packages/sdk-route-53-node/types/NoSuchQueryLoggingConfig.ts b/packages/sdk-route-53-node/types/NoSuchQueryLoggingConfig.ts index 914d1d63e8c0..046bb80cd7de 100644 --- a/packages/sdk-route-53-node/types/NoSuchQueryLoggingConfig.ts +++ b/packages/sdk-route-53-node/types/NoSuchQueryLoggingConfig.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *There is no DNS query logging configuration with the specified ID.
diff --git a/packages/sdk-route-53-node/types/NoSuchTrafficPolicy.ts b/packages/sdk-route-53-node/types/NoSuchTrafficPolicy.ts index 2b09e0c8c5ee..c465d88aa9c5 100644 --- a/packages/sdk-route-53-node/types/NoSuchTrafficPolicy.ts +++ b/packages/sdk-route-53-node/types/NoSuchTrafficPolicy.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No traffic policy exists with the specified ID.
diff --git a/packages/sdk-route-53-node/types/NoSuchTrafficPolicyInstance.ts b/packages/sdk-route-53-node/types/NoSuchTrafficPolicyInstance.ts index a9b76bb5ab81..77a322e52a62 100644 --- a/packages/sdk-route-53-node/types/NoSuchTrafficPolicyInstance.ts +++ b/packages/sdk-route-53-node/types/NoSuchTrafficPolicyInstance.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *No traffic policy instance exists with the specified ID.
diff --git a/packages/sdk-route-53-node/types/NotAuthorizedException.ts b/packages/sdk-route-53-node/types/NotAuthorizedException.ts index 6b35ac82a806..9a208aec8ef5 100644 --- a/packages/sdk-route-53-node/types/NotAuthorizedException.ts +++ b/packages/sdk-route-53-node/types/NotAuthorizedException.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *Associating the specified VPC with the specified hosted zone has not been authorized.
diff --git a/packages/sdk-route-53-node/types/PriorRequestNotComplete.ts b/packages/sdk-route-53-node/types/PriorRequestNotComplete.ts index 8fbf25e5bae4..6b3f1a685776 100644 --- a/packages/sdk-route-53-node/types/PriorRequestNotComplete.ts +++ b/packages/sdk-route-53-node/types/PriorRequestNotComplete.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a VPC with a public hosted zone.
diff --git a/packages/sdk-route-53-node/types/QueryLoggingConfigAlreadyExists.ts b/packages/sdk-route-53-node/types/QueryLoggingConfigAlreadyExists.ts index 909b24c44c53..b78a5e8cc958 100644 --- a/packages/sdk-route-53-node/types/QueryLoggingConfigAlreadyExists.ts +++ b/packages/sdk-route-53-node/types/QueryLoggingConfigAlreadyExists.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists for this hosted zone.
diff --git a/packages/sdk-route-53-node/types/TestDNSAnswerInput.ts b/packages/sdk-route-53-node/types/TestDNSAnswerInput.ts index ae91e4f49c6f..30723b715889 100644 --- a/packages/sdk-route-53-node/types/TestDNSAnswerInput.ts +++ b/packages/sdk-route-53-node/types/TestDNSAnswerInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.
@@ -35,23 +36,19 @@ export interface TestDNSAnswerInput { EDNS0ClientSubnetMask?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/TestDNSAnswerOutput.ts b/packages/sdk-route-53-node/types/TestDNSAnswerOutput.ts index 9980b2b9873f..cb628bf230ff 100644 --- a/packages/sdk-route-53-node/types/TestDNSAnswerOutput.ts +++ b/packages/sdk-route-53-node/types/TestDNSAnswerOutput.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to a TestDNSAnswer
request.
The limit on the number of requests per second was exceeded.
diff --git a/packages/sdk-route-53-node/types/TooManyHealthChecks.ts b/packages/sdk-route-53-node/types/TooManyHealthChecks.ts index 8f68e1304ef0..22bff8a7fd95 100644 --- a/packages/sdk-route-53-node/types/TooManyHealthChecks.ts +++ b/packages/sdk-route-53-node/types/TooManyHealthChecks.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This health check can't be created because the current account has reached the limit on the number of active health checks.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
For information about how to get the current limit for an account, see GetAccountLimit. To request a higher limit, create a case with the AWS Support Center.
You have reached the maximum number of active health checks for an AWS account. To request a higher limit, create a case with the AWS Support Center.
diff --git a/packages/sdk-route-53-node/types/TooManyHostedZones.ts b/packages/sdk-route-53-node/types/TooManyHostedZones.ts index 3d519d4c0250..daab73347b96 100644 --- a/packages/sdk-route-53-node/types/TooManyHostedZones.ts +++ b/packages/sdk-route-53-node/types/TooManyHostedZones.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This operation can't be completed either because the current account has reached the limit on the number of hosted zones or because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit on hosted zones that can be created by an account, see GetAccountLimit.
To get the current limit on hosted zones that can be associated with a reusable delegation set, see GetReusableDelegationSetLimit.
To request a higher limit, create a case with the AWS Support Center.
diff --git a/packages/sdk-route-53-node/types/TooManyTrafficPolicies.ts b/packages/sdk-route-53-node/types/TooManyTrafficPolicies.ts index 751563c7a443..71f7994fe5d6 100644 --- a/packages/sdk-route-53-node/types/TooManyTrafficPolicies.ts +++ b/packages/sdk-route-53-node/types/TooManyTrafficPolicies.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the AWS Support Center.
diff --git a/packages/sdk-route-53-node/types/TooManyTrafficPolicyInstances.ts b/packages/sdk-route-53-node/types/TooManyTrafficPolicyInstances.ts index a2262ed9f8b8..a1f0d419d738 100644 --- a/packages/sdk-route-53-node/types/TooManyTrafficPolicyInstances.ts +++ b/packages/sdk-route-53-node/types/TooManyTrafficPolicyInstances.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This traffic policy instance can't be created because the current account has reached the limit on the number of traffic policy instances.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
For information about how to get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the AWS Support Center.
diff --git a/packages/sdk-route-53-node/types/TooManyTrafficPolicyVersionsForCurrentPolicy.ts b/packages/sdk-route-53-node/types/TooManyTrafficPolicyVersionsForCurrentPolicy.ts index 98f92d5f294b..6f6fc6df6e57 100644 --- a/packages/sdk-route-53-node/types/TooManyTrafficPolicyVersionsForCurrentPolicy.ts +++ b/packages/sdk-route-53-node/types/TooManyTrafficPolicyVersionsForCurrentPolicy.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *This traffic policy version can't be created because you've reached the limit of 1000 on the number of versions that you can create for the current traffic policy.
To create more traffic policy versions, you can use GetTrafficPolicy to get the traffic policy document for a specified traffic policy version, and then use CreateTrafficPolicy to create a new traffic policy using the traffic policy document.
diff --git a/packages/sdk-route-53-node/types/TooManyVPCAssociationAuthorizations.ts b/packages/sdk-route-53-node/types/TooManyVPCAssociationAuthorizations.ts index b1fb08b5e5c8..82a62158463e 100644 --- a/packages/sdk-route-53-node/types/TooManyVPCAssociationAuthorizations.ts +++ b/packages/sdk-route-53-node/types/TooManyVPCAssociationAuthorizations.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *You've created the maximum number of authorizations that can be created for the specified hosted zone. To authorize another VPC to be associated with the hosted zone, submit a DeleteVPCAssociationAuthorization
request to remove an existing authorization. To get a list of existing authorizations, submit a ListVPCAssociationAuthorizations
request.
A traffic policy that has the same value for Name
already exists.
One or more traffic policy instances were created by using the specified traffic policy.
diff --git a/packages/sdk-route-53-node/types/TrafficPolicyInstanceAlreadyExists.ts b/packages/sdk-route-53-node/types/TrafficPolicyInstanceAlreadyExists.ts index 619cd2d5464d..cd9f2043e27c 100644 --- a/packages/sdk-route-53-node/types/TrafficPolicyInstanceAlreadyExists.ts +++ b/packages/sdk-route-53-node/types/TrafficPolicyInstanceAlreadyExists.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *There is already a traffic policy instance with the specified ID.
diff --git a/packages/sdk-route-53-node/types/UpdateHealthCheckInput.ts b/packages/sdk-route-53-node/types/UpdateHealthCheckInput.ts index 59d4f7d2dc10..dd1343232aee 100644 --- a/packages/sdk-route-53-node/types/UpdateHealthCheckInput.ts +++ b/packages/sdk-route-53-node/types/UpdateHealthCheckInput.ts @@ -1,5 +1,6 @@ import {_AlarmIdentifier} from './_AlarmIdentifier'; -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about a request to update a health check.
@@ -86,23 +87,19 @@ export interface UpdateHealthCheckInput { ResetElements?: Array<'FullyQualifiedDomainName'|'Regions'|'ResourcePath'|'ChildHealthChecks'|string>|Iterable<'FullyQualifiedDomainName'|'Regions'|'ResourcePath'|'ChildHealthChecks'|string>; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/UpdateHealthCheckOutput.ts b/packages/sdk-route-53-node/types/UpdateHealthCheckOutput.ts index 462b6bd78cd7..493319a4ecc3 100644 --- a/packages/sdk-route-53-node/types/UpdateHealthCheckOutput.ts +++ b/packages/sdk-route-53-node/types/UpdateHealthCheckOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHealthCheck} from './_HealthCheck'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** * UpdateHealthCheckOutput shape @@ -11,8 +11,7 @@ export interface UpdateHealthCheckOutput { HealthCheck: _UnmarshalledHealthCheck; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/UpdateHostedZoneCommentInput.ts b/packages/sdk-route-53-node/types/UpdateHostedZoneCommentInput.ts index 063d4590c619..262bbcb85a93 100644 --- a/packages/sdk-route-53-node/types/UpdateHostedZoneCommentInput.ts +++ b/packages/sdk-route-53-node/types/UpdateHostedZoneCommentInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A request to update the comment for a hosted zone.
@@ -15,23 +16,19 @@ export interface UpdateHostedZoneCommentInput { Comment?: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/UpdateHostedZoneCommentOutput.ts b/packages/sdk-route-53-node/types/UpdateHostedZoneCommentOutput.ts index fbd1e0d0d913..6e4a871f39c2 100644 --- a/packages/sdk-route-53-node/types/UpdateHostedZoneCommentOutput.ts +++ b/packages/sdk-route-53-node/types/UpdateHostedZoneCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledHostedZone} from './_HostedZone'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response to the UpdateHostedZoneComment
request.
A complex type that contains information about the traffic policy that you want to update the comment for.
@@ -20,23 +21,19 @@ export interface UpdateTrafficPolicyCommentInput { Comment: string; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/UpdateTrafficPolicyCommentOutput.ts b/packages/sdk-route-53-node/types/UpdateTrafficPolicyCommentOutput.ts index 7bf8dad11db0..409e0cb9a0b7 100644 --- a/packages/sdk-route-53-node/types/UpdateTrafficPolicyCommentOutput.ts +++ b/packages/sdk-route-53-node/types/UpdateTrafficPolicyCommentOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicy} from './_TrafficPolicy'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains the response information for the traffic policy.
@@ -11,8 +11,7 @@ export interface UpdateTrafficPolicyCommentOutput { TrafficPolicy: _UnmarshalledTrafficPolicy; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceInput.ts b/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceInput.ts index 6e30d22deed8..26cfd8f79af2 100644 --- a/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceInput.ts +++ b/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceInput.ts @@ -1,4 +1,5 @@ -import {AbortSignal as __AbortSignal__, NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import {NodeHttpOptions as __HttpOptions__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.
@@ -25,23 +26,19 @@ export interface UpdateTrafficPolicyInstanceInput { TrafficPolicyVersion: number; /** - * The maximum number of times this operation should be retried. If set, this - * value will override the `maxRetries` configuration set on the client for - * this command. + * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` configuration set on the client for this command. */ $maxRetries?: number; /** - * An object that may be queried to determine if the underlying operation - * has been aborted. + * An object that may be queried to determine if the underlying operation has been aborted. * * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal */ - $abortSignal?: __AbortSignal__ + $abortSignal?: __aws_types.AbortSignal; /** - * Per-request HTTP configuration options. If set, any options specified will - * override the corresponding HTTP option set on the client for this command. + * Per-request HTTP configuration options. If set, any options specified will override the corresponding HTTP option set on the client for this command. */ - $httpOptions?: __HttpOptions__ + $httpOptions?: __HttpOptions__; } \ No newline at end of file diff --git a/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceOutput.ts b/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceOutput.ts index 42e786fe8a85..c120edfef264 100644 --- a/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceOutput.ts +++ b/packages/sdk-route-53-node/types/UpdateTrafficPolicyInstanceOutput.ts @@ -1,5 +1,5 @@ import {_UnmarshalledTrafficPolicyInstance} from './_TrafficPolicyInstance'; -import {ResponseMetadata as __ResponseMetadata__} from '@aws/types'; +import * as __aws_types from '@aws/types'; /** *A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
@@ -11,8 +11,7 @@ export interface UpdateTrafficPolicyInstanceOutput { TrafficPolicyInstance: _UnmarshalledTrafficPolicyInstance; /** - * Metadata about the response received, including the HTTP status code, HTTP - * headers, and any request identifiers recognized by the SDK. + * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ - $metadata: __ResponseMetadata__; -} \ No newline at end of file + $metadata: __aws_types.ResponseMetadata; +} diff --git a/packages/sdk-route-53-node/types/VPCAssociationAuthorizationNotFound.ts b/packages/sdk-route-53-node/types/VPCAssociationAuthorizationNotFound.ts index 9560830a1d0a..637263c50209 100644 --- a/packages/sdk-route-53-node/types/VPCAssociationAuthorizationNotFound.ts +++ b/packages/sdk-route-53-node/types/VPCAssociationAuthorizationNotFound.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The VPC that you specified is not authorized to be associated with the hosted zone.
diff --git a/packages/sdk-route-53-node/types/VPCAssociationNotFound.ts b/packages/sdk-route-53-node/types/VPCAssociationNotFound.ts index 2db71876093a..e3ea05e8aeb9 100644 --- a/packages/sdk-route-53-node/types/VPCAssociationNotFound.ts +++ b/packages/sdk-route-53-node/types/VPCAssociationNotFound.ts @@ -1,4 +1,4 @@ -import {ResponseMetadata as __ResponseMetadata__, ServiceException as __ServiceException__} from '@aws/types'; +import {ServiceException as __ServiceException__} from '@aws/types'; /** *The specified VPC and hosted zone are not currently associated.
diff --git a/packages/sdk-s3-node/S3Client.ts b/packages/sdk-s3-node/S3Client.ts index 1c9342a5e241..b89b869e2502 100644 --- a/packages/sdk-s3-node/S3Client.ts +++ b/packages/sdk-s3-node/S3Client.ts @@ -40,6 +40,14 @@ export class S3Client { configurationProperties, this.middlewareStack ); + this.middlewareStack.add( + __aws_middleware_serializer.serializerMiddleware(this.config.serializer), + { + step: 'serialize', + priority: 90, + tags: {SERIALIZER: true} + } + ); this.middlewareStack.add( __aws_middleware_content_length.contentLengthMiddleware( this.config.bodyLengthChecker @@ -64,6 +72,18 @@ export class S3Client { } ); } + this.middlewareStack.add( + __aws_signing_middleware.signingMiddleware< + InputTypesUnion, + OutputTypesUnion, + _stream.Readable + >(this.config.signer), + { + step: 'finalize', + priority: 0, + tags: {SIGNATURE: true} + } + ); } destroy(): void { diff --git a/packages/sdk-s3-node/S3Configuration.ts b/packages/sdk-s3-node/S3Configuration.ts index 56c65e4b119c..fc6bc05fd6c3 100644 --- a/packages/sdk-s3-node/S3Configuration.ts +++ b/packages/sdk-s3-node/S3Configuration.ts @@ -235,40 +235,33 @@ export const configurationProperties: __aws_types.ConfigurationDefinition< S3ResolvableConfiguration, S3ResolvedConfiguration > = { - profile: { - required: false - }, + profile: {}, maxRedirects: { - required: false, defaultValue: 10 }, maxRetries: { - required: false, defaultValue: 3 }, region: { - required: false, defaultProvider: __aws_region_provider.defaultProvider, - apply: ( - region: string|__aws_types.Provider