diff --git a/.changes/2.1684.0.json b/.changes/2.1684.0.json new file mode 100644 index 0000000000..72a2a99871 --- /dev/null +++ b/.changes/2.1684.0.json @@ -0,0 +1,27 @@ +[ + { + "type": "feature", + "category": "Bedrock", + "description": "Amazon Bedrock SDK updates for Inference Profile." + }, + { + "type": "feature", + "category": "BedrockRuntime", + "description": "Amazon Bedrock SDK updates for Inference Profile." + }, + { + "type": "feature", + "category": "Chatbot", + "description": "Update documentation to be consistent with the API docs" + }, + { + "type": "feature", + "category": "Omics", + "description": "Adds data provenance to import jobs from read sets and references" + }, + { + "type": "feature", + "category": "Polly", + "description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH)." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 76219e4185..d1e5ba999e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1684.0 +* feature: Bedrock: Amazon Bedrock SDK updates for Inference Profile. +* feature: BedrockRuntime: Amazon Bedrock SDK updates for Inference Profile. +* feature: Chatbot: Update documentation to be consistent with the API docs +* feature: Omics: Adds data provenance to import jobs from read sets and references +* feature: Polly: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). + ## 2.1683.0 * feature: IoTSiteWise: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock. * feature: WorkSpaces: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs. diff --git a/README.md b/README.md index ca43d48a02..48b2af1352 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/apis/bedrock-2023-04-20.min.json b/apis/bedrock-2023-04-20.min.json index e109e1328d..ba92f9da03 100644 --- a/apis/bedrock-2023-04-20.min.json +++ b/apis/bedrock-2023-04-20.min.json @@ -1000,6 +1000,53 @@ } } }, + "GetInferenceProfile": { + "http": { + "method": "GET", + "requestUri": "/inference-profiles/{inferenceProfileIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "inferenceProfileIdentifier" + ], + "members": { + "inferenceProfileIdentifier": { + "location": "uri", + "locationName": "inferenceProfileIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members": { + "inferenceProfileName": {}, + "models": { + "shape": "S66" + }, + "description": {}, + "createdAt": { + "shape": "S2k" + }, + "updatedAt": { + "shape": "S2k" + }, + "inferenceProfileArn": {}, + "inferenceProfileId": {}, + "status": {}, + "type": {} + } + } + }, "GetModelCopyJob": { "http": { "method": "GET", @@ -1207,7 +1254,7 @@ "roleArn": {}, "status": {}, "message": { - "shape": "S6j" + "shape": "S6u" }, "submitTime": { "shape": "S2k" @@ -1247,7 +1294,7 @@ "type": "structure", "members": { "loggingConfig": { - "shape": "S6m" + "shape": "S6x" } } } @@ -1683,6 +1730,64 @@ } } }, + "ListInferenceProfiles": { + "http": { + "method": "GET", + "requestUri": "/inference-profiles", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "inferenceProfileSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members": { + "inferenceProfileName": {}, + "models": { + "shape": "S66" + }, + "description": {}, + "createdAt": { + "shape": "S2k" + }, + "updatedAt": { + "shape": "S2k" + }, + "inferenceProfileArn": {}, + "inferenceProfileId": {}, + "status": {}, + "type": {} + } + } + }, + "nextToken": {} + } + } + }, "ListModelCopyJobs": { "http": { "method": "GET", @@ -2011,7 +2116,7 @@ "roleArn": {}, "status": {}, "message": { - "shape": "S6j" + "shape": "S6u" }, "submitTime": { "shape": "S2k" @@ -2175,7 +2280,7 @@ ], "members": { "loggingConfig": { - "shape": "S6m" + "shape": "S6x" } } }, @@ -2882,11 +2987,20 @@ "status": {} } }, - "S6j": { + "S66": { + "type": "list", + "member": { + "type": "structure", + "members": { + "modelArn": {} + } + } + }, + "S6u": { "type": "string", "sensitive": true }, - "S6m": { + "S6x": { "type": "structure", "members": { "cloudWatchConfig": { @@ -2899,12 +3013,12 @@ "logGroupName": {}, "roleArn": {}, "largeDataDeliveryS3Config": { - "shape": "S6p" + "shape": "S70" } } }, "s3Config": { - "shape": "S6p" + "shape": "S70" }, "textDataDeliveryEnabled": { "type": "boolean" @@ -2917,7 +3031,7 @@ } } }, - "S6p": { + "S70": { "type": "structure", "required": [ "bucketName" diff --git a/apis/bedrock-2023-04-20.normal.json b/apis/bedrock-2023-04-20.normal.json index 7a79b16b24..c8e9e70f5d 100644 --- a/apis/bedrock-2023-04-20.normal.json +++ b/apis/bedrock-2023-04-20.normal.json @@ -320,7 +320,7 @@ "shape": "ThrottlingException" } ], - "documentation": "

Creates a job to invoke a model on multiple prompts (batch inference). Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Create a batch inference job.

The response returns a jobArn that you can use to stop or get details about the job. You can check the status of the job by sending a GetModelCustomizationJob request.

", + "documentation": "

Creates a batch inference job to invoke a model on multiple prompts. Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Process multiple prompts with batch inference.

The response returns a jobArn that you can use to stop or get details about the job.

", "idempotent": true }, "CreateProvisionedModelThroughput": { @@ -693,6 +693,38 @@ ], "documentation": "

Gets properties associated with a customized model you imported.

" }, + "GetInferenceProfile": { + "name": "GetInferenceProfile", + "http": { + "method": "GET", + "requestUri": "/inference-profiles/{inferenceProfileIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "GetInferenceProfileRequest" + }, + "output": { + "shape": "GetInferenceProfileResponse" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + } + ], + "documentation": "

Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide.

" + }, "GetModelCopyJob": { "name": "GetModelCopyJob", "http": { @@ -1027,6 +1059,35 @@ ], "documentation": "

Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see Import a customized model in the Amazon Bedrock User Guide.

" }, + "ListInferenceProfiles": { + "name": "ListInferenceProfiles", + "http": { + "method": "GET", + "requestUri": "/inference-profiles", + "responseCode": 200 + }, + "input": { + "shape": "ListInferenceProfilesRequest" + }, + "output": { + "shape": "ListInferenceProfilesResponse" + }, + "errors": [ + { + "shape": "AccessDeniedException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + } + ], + "documentation": "

Returns a list of inference profiles that you can use.

" + }, "ListModelCopyJobs": { "name": "ListModelCopyJobs", "http": { @@ -3082,6 +3143,69 @@ } } }, + "GetInferenceProfileRequest": { + "type": "structure", + "required": [ + "inferenceProfileIdentifier" + ], + "members": { + "inferenceProfileIdentifier": { + "shape": "InferenceProfileIdentifier", + "documentation": "

The unique identifier of the inference profile.

", + "location": "uri", + "locationName": "inferenceProfileIdentifier" + } + } + }, + "GetInferenceProfileResponse": { + "type": "structure", + "required": [ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members": { + "inferenceProfileName": { + "shape": "InferenceProfileName", + "documentation": "

The name of the inference profile.

" + }, + "models": { + "shape": "InferenceProfileModels", + "documentation": "

A list of information about each model in the inference profile.

" + }, + "description": { + "shape": "InferenceProfileDescription", + "documentation": "

The description of the inference profile.

" + }, + "createdAt": { + "shape": "Timestamp", + "documentation": "

The time at which the inference profile was created.

" + }, + "updatedAt": { + "shape": "Timestamp", + "documentation": "

The time at which the inference profile was last updated.

" + }, + "inferenceProfileArn": { + "shape": "InferenceProfileArn", + "documentation": "

The Amazon Resource Name (ARN) of the inference profile.

" + }, + "inferenceProfileId": { + "shape": "InferenceProfileId", + "documentation": "

The unique identifier of the inference profile.

" + }, + "status": { + "shape": "InferenceProfileStatus", + "documentation": "

The status of the inference profile. ACTIVE means that the inference profile is available to use.

" + }, + "type": { + "shape": "InferenceProfileType", + "documentation": "

The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock.

" + } + } + }, "GetModelCopyJobRequest": { "type": "structure", "required": [ @@ -4460,6 +4584,122 @@ "shape": "ImportedModelSummary" } }, + "InferenceProfileArn": { + "type": "string", + "max": 2048, + "min": 1, + "pattern": "arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{0,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+" + }, + "InferenceProfileDescription": { + "type": "string", + "max": 500, + "min": 1, + "pattern": ".+" + }, + "InferenceProfileId": { + "type": "string", + "max": 64, + "min": 1, + "pattern": "[a-zA-Z0-9-:.]+" + }, + "InferenceProfileIdentifier": { + "type": "string", + "max": 2048, + "min": 1, + "pattern": "(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{0,20}):(|[0-9]{12}):inference-profile/)?[a-zA-Z0-9-:.]+" + }, + "InferenceProfileModel": { + "type": "structure", + "members": { + "modelArn": { + "shape": "FoundationModelArn", + "documentation": "

The Amazon Resource Name (ARN) of the model.

" + } + }, + "documentation": "

Contains information about a model.

" + }, + "InferenceProfileModels": { + "type": "list", + "member": { + "shape": "InferenceProfileModel" + }, + "max": 5, + "min": 1 + }, + "InferenceProfileName": { + "type": "string", + "max": 64, + "min": 1, + "pattern": "([0-9a-zA-Z][ _-]?)+" + }, + "InferenceProfileStatus": { + "type": "string", + "enum": [ + "ACTIVE" + ] + }, + "InferenceProfileSummaries": { + "type": "list", + "member": { + "shape": "InferenceProfileSummary" + } + }, + "InferenceProfileSummary": { + "type": "structure", + "required": [ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members": { + "inferenceProfileName": { + "shape": "InferenceProfileName", + "documentation": "

The name of the inference profile.

" + }, + "models": { + "shape": "InferenceProfileModels", + "documentation": "

A list of information about each model in the inference profile.

" + }, + "description": { + "shape": "InferenceProfileDescription", + "documentation": "

The description of the inference profile.

" + }, + "createdAt": { + "shape": "Timestamp", + "documentation": "

The time at which the inference profile was created.

" + }, + "updatedAt": { + "shape": "Timestamp", + "documentation": "

The time at which the inference profile was last updated.

" + }, + "inferenceProfileArn": { + "shape": "InferenceProfileArn", + "documentation": "

The Amazon Resource Name (ARN) of the inference profile.

" + }, + "inferenceProfileId": { + "shape": "InferenceProfileId", + "documentation": "

The unique identifier of the inference profile.

" + }, + "status": { + "shape": "InferenceProfileStatus", + "documentation": "

The status of the inference profile. ACTIVE means that the inference profile is available to use.

" + }, + "type": { + "shape": "InferenceProfileType", + "documentation": "

The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock.

" + } + }, + "documentation": "

Contains information about an inference profile.

" + }, + "InferenceProfileType": { + "type": "string", + "enum": [ + "SYSTEM_DEFINED" + ] + }, "InferenceType": { "type": "string", "enum": [ @@ -4777,6 +5017,36 @@ } } }, + "ListInferenceProfilesRequest": { + "type": "structure", + "members": { + "maxResults": { + "shape": "MaxResults", + "documentation": "

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

", + "location": "querystring", + "locationName": "maxResults" + }, + "nextToken": { + "shape": "PaginationToken", + "documentation": "

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

", + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "ListInferenceProfilesResponse": { + "type": "structure", + "members": { + "inferenceProfileSummaries": { + "shape": "InferenceProfileSummaries", + "documentation": "

A list of information about each inference profile that you can use.

" + }, + "nextToken": { + "shape": "PaginationToken", + "documentation": "

If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.

" + } + } + }, "ListModelCopyJobsRequest": { "type": "structure", "members": { diff --git a/apis/bedrock-2023-04-20.paginators.json b/apis/bedrock-2023-04-20.paginators.json index 41b2f12d60..083d64b3b7 100644 --- a/apis/bedrock-2023-04-20.paginators.json +++ b/apis/bedrock-2023-04-20.paginators.json @@ -24,6 +24,12 @@ "limit_key": "maxResults", "result_key": "modelSummaries" }, + "ListInferenceProfiles": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "inferenceProfileSummaries" + }, "ListModelCopyJobs": { "input_token": "nextToken", "output_token": "nextToken", diff --git a/apis/bedrock-runtime-2023-09-30.normal.json b/apis/bedrock-runtime-2023-09-30.normal.json index 9a9aed4a38..9e15659ee5 100644 --- a/apis/bedrock-runtime-2023-09-30.normal.json +++ b/apis/bedrock-runtime-2023-09-30.normal.json @@ -439,7 +439,7 @@ "type": "string", "max": 2048, "min": 1, - "pattern": "(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)" + "pattern": "(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:inference-profile/[a-zA-Z0-9-:.]+)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|([a-zA-Z0-9-:.]+)" }, "ConverseMetrics": { "type": "structure", @@ -1619,7 +1619,7 @@ "type": "string", "max": 2048, "min": 1, - "pattern": "(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)" + "pattern": "(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:inference-profile/[a-zA-Z0-9-:.]+)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|([a-zA-Z0-9-:.]+)" }, "InvokeModelRequest": { "type": "structure", diff --git a/apis/chatbot-2017-10-11.min.json b/apis/chatbot-2017-10-11.min.json index 2c3e43ca4b..4fff9d4691 100644 --- a/apis/chatbot-2017-10-11.min.json +++ b/apis/chatbot-2017-10-11.min.json @@ -2,8 +2,10 @@ "version": "2.0", "metadata": { "apiVersion": "2017-10-11", + "auth": [ + "aws.auth#sigv4" + ], "endpointPrefix": "chatbot", - "jsonVersion": "1.1", "protocol": "rest-json", "protocols": [ "rest-json" @@ -11,6 +13,7 @@ "serviceFullName": "AWS Chatbot", "serviceId": "chatbot", "signatureVersion": "v4", + "signingName": "chatbot", "uid": "chatbot-2017-10-11" }, "operations": { @@ -29,8 +32,12 @@ "ConfigurationName" ], "members": { - "WebhookDescription": {}, - "WebhookUrl": {}, + "WebhookDescription": { + "shape": "S2" + }, + "WebhookUrl": { + "shape": "S3" + }, "SnsTopicArns": { "shape": "S4" }, @@ -67,9 +74,13 @@ ], "members": { "ChannelId": {}, - "ChannelName": {}, + "ChannelName": { + "shape": "Sh" + }, "TeamId": {}, - "TeamName": {}, + "TeamName": { + "shape": "Sj" + }, "TenantId": {}, "SnsTopicArns": { "shape": "S4" @@ -113,7 +124,9 @@ "members": { "SlackTeamId": {}, "SlackChannelId": {}, - "SlackChannelName": {}, + "SlackChannelName": { + "shape": "Ss" + }, "SnsTopicArns": { "shape": "S4" }, @@ -135,7 +148,7 @@ "type": "structure", "members": { "ChannelConfiguration": { - "shape": "Sv" + "shape": "Su" } } } @@ -329,7 +342,7 @@ "SlackChannelConfigurations": { "type": "list", "member": { - "shape": "Sv" + "shape": "Su" } } } @@ -424,7 +437,7 @@ "type": "structure", "members": { "AccountPreferences": { - "shape": "S1v" + "shape": "S1u" } } } @@ -576,7 +589,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S2c" + "shape": "S2b" } } } @@ -595,7 +608,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "S2c" + "shape": "S2b" } } }, @@ -648,7 +661,7 @@ "type": "structure", "members": { "AccountPreferences": { - "shape": "S1v" + "shape": "S1u" } } } @@ -665,8 +678,12 @@ ], "members": { "ChatConfigurationArn": {}, - "WebhookDescription": {}, - "WebhookUrl": {}, + "WebhookDescription": { + "shape": "S2" + }, + "WebhookUrl": { + "shape": "S3" + }, "SnsTopicArns": { "shape": "S4" }, @@ -697,7 +714,9 @@ "members": { "ChatConfigurationArn": {}, "ChannelId": {}, - "ChannelName": {}, + "ChannelName": { + "shape": "Sh" + }, "SnsTopicArns": { "shape": "S4" }, @@ -734,7 +753,9 @@ "members": { "ChatConfigurationArn": {}, "SlackChannelId": {}, - "SlackChannelName": {}, + "SlackChannelName": { + "shape": "Ss" + }, "SnsTopicArns": { "shape": "S4" }, @@ -752,13 +773,21 @@ "type": "structure", "members": { "ChannelConfiguration": { - "shape": "Sv" + "shape": "Su" } } } } }, "shapes": { + "S2": { + "type": "string", + "sensitive": true + }, + "S3": { + "type": "string", + "sensitive": true + }, "S4": { "type": "list", "member": {} @@ -789,7 +818,9 @@ "SnsTopicArns" ], "members": { - "WebhookDescription": {}, + "WebhookDescription": { + "shape": "S2" + }, "ChatConfigurationArn": {}, "IamRoleArn": {}, "SnsTopicArns": { @@ -802,6 +833,14 @@ } } }, + "Sh": { + "type": "string", + "sensitive": true + }, + "Sj": { + "type": "string", + "sensitive": true + }, "Sk": { "type": "list", "member": {} @@ -818,9 +857,13 @@ ], "members": { "ChannelId": {}, - "ChannelName": {}, + "ChannelName": { + "shape": "Sh" + }, "TeamId": {}, - "TeamName": {}, + "TeamName": { + "shape": "Sj" + }, "TenantId": {}, "ChatConfigurationArn": {}, "IamRoleArn": {}, @@ -840,7 +883,11 @@ } } }, - "Sv": { + "Ss": { + "type": "string", + "sensitive": true + }, + "Su": { "type": "structure", "required": [ "SlackTeamName", @@ -855,7 +902,9 @@ "SlackTeamName": {}, "SlackTeamId": {}, "SlackChannelId": {}, - "SlackChannelName": {}, + "SlackChannelName": { + "shape": "Ss" + }, "ChatConfigurationArn": {}, "IamRoleArn": {}, "SnsTopicArns": { @@ -874,7 +923,7 @@ } } }, - "S1v": { + "S1u": { "type": "structure", "members": { "UserAuthorizationRequired": { @@ -885,7 +934,7 @@ } } }, - "S2c": { + "S2b": { "type": "list", "member": { "shape": "S9" diff --git a/apis/chatbot-2017-10-11.normal.json b/apis/chatbot-2017-10-11.normal.json index 226b3be31b..c8dc7af26a 100644 --- a/apis/chatbot-2017-10-11.normal.json +++ b/apis/chatbot-2017-10-11.normal.json @@ -2,8 +2,10 @@ "version": "2.0", "metadata": { "apiVersion": "2017-10-11", + "auth": [ + "aws.auth#sigv4" + ], "endpointPrefix": "chatbot", - "jsonVersion": "1.1", "protocol": "rest-json", "protocols": [ "rest-json" @@ -11,6 +13,7 @@ "serviceFullName": "AWS Chatbot", "serviceId": "chatbot", "signatureVersion": "v4", + "signingName": "chatbot", "uid": "chatbot-2017-10-11" }, "operations": { @@ -32,19 +35,19 @@ "shape": "InvalidParameterException" }, { - "shape": "LimitExceededException" + "shape": "InvalidRequestException" }, { - "shape": "InvalidRequestException" + "shape": "ConflictException" }, { - "shape": "CreateChimeWebhookConfigurationException" + "shape": "LimitExceededException" }, { - "shape": "ConflictException" + "shape": "CreateChimeWebhookConfigurationException" } ], - "documentation": "Creates Chime Webhook Configuration" + "documentation": "

Creates an AWS Chatbot configuration for Amazon Chime.

" }, "CreateMicrosoftTeamsChannelConfiguration": { "name": "CreateMicrosoftTeamsChannelConfiguration", @@ -64,19 +67,19 @@ "shape": "InvalidParameterException" }, { - "shape": "LimitExceededException" + "shape": "InvalidRequestException" }, { - "shape": "InvalidRequestException" + "shape": "ConflictException" }, { - "shape": "CreateTeamsChannelConfigurationException" + "shape": "LimitExceededException" }, { - "shape": "ConflictException" + "shape": "CreateTeamsChannelConfigurationException" } ], - "documentation": "Creates MS Teams Channel Configuration" + "documentation": "

Creates an AWS Chatbot configuration for Microsoft Teams.

" }, "CreateSlackChannelConfiguration": { "name": "CreateSlackChannelConfiguration", @@ -96,19 +99,19 @@ "shape": "InvalidParameterException" }, { - "shape": "LimitExceededException" + "shape": "InvalidRequestException" }, { - "shape": "InvalidRequestException" + "shape": "ConflictException" }, { - "shape": "CreateSlackChannelConfigurationException" + "shape": "LimitExceededException" }, { - "shape": "ConflictException" + "shape": "CreateSlackChannelConfigurationException" } ], - "documentation": "Creates Slack Channel Configuration" + "documentation": "

Creates an AWS Chatbot confugration for Slack.

" }, "DeleteChimeWebhookConfiguration": { "name": "DeleteChimeWebhookConfiguration", @@ -124,20 +127,20 @@ "shape": "DeleteChimeWebhookConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, + { + "shape": "ResourceNotFoundException" + }, { "shape": "DeleteChimeWebhookConfigurationException" } ], - "documentation": "Deletes a Chime Webhook Configuration" + "documentation": "

Deletes a Amazon Chime webhook configuration for AWS Chatbot.

" }, "DeleteMicrosoftTeamsChannelConfiguration": { "name": "DeleteMicrosoftTeamsChannelConfiguration", @@ -153,20 +156,20 @@ "shape": "DeleteTeamsChannelConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, + { + "shape": "ResourceNotFoundException" + }, { "shape": "DeleteTeamsChannelConfigurationException" } ], - "documentation": "Deletes MS Teams Channel Configuration" + "documentation": "

Deletes a Microsoft Teams channel configuration for AWS Chatbot

" }, "DeleteMicrosoftTeamsConfiguredTeam": { "name": "DeleteMicrosoftTeamsConfiguredTeam", @@ -189,7 +192,7 @@ "shape": "DeleteTeamsConfiguredTeamException" } ], - "documentation": "Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it." + "documentation": "

Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.

" }, "DeleteMicrosoftTeamsUserIdentity": { "name": "DeleteMicrosoftTeamsUserIdentity", @@ -215,7 +218,7 @@ "shape": "DeleteMicrosoftTeamsUserIdentityException" } ], - "documentation": "Deletes a Teams user identity" + "documentation": "

Identifes a user level permission for a channel configuration.

" }, "DeleteSlackChannelConfiguration": { "name": "DeleteSlackChannelConfiguration", @@ -231,9 +234,6 @@ "shape": "DeleteSlackChannelConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, @@ -242,9 +242,12 @@ }, { "shape": "DeleteSlackChannelConfigurationException" + }, + { + "shape": "ResourceNotFoundException" } ], - "documentation": "Deletes Slack Channel Configuration" + "documentation": "

Deletes a Slack channel configuration for AWS Chatbot

" }, "DeleteSlackUserIdentity": { "name": "DeleteSlackUserIdentity", @@ -264,13 +267,13 @@ "shape": "InvalidParameterException" }, { - "shape": "ResourceNotFoundException" + "shape": "DeleteSlackUserIdentityException" }, { - "shape": "DeleteSlackUserIdentityException" + "shape": "ResourceNotFoundException" } ], - "documentation": "Deletes a Slack user identity" + "documentation": "

Deletes a user level permission for a Slack channel configuration.

" }, "DeleteSlackWorkspaceAuthorization": { "name": "DeleteSlackWorkspaceAuthorization", @@ -293,7 +296,7 @@ "shape": "DeleteSlackWorkspaceAuthorizationFault" } ], - "documentation": "Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted." + "documentation": "

Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.

" }, "DescribeChimeWebhookConfigurations": { "name": "DescribeChimeWebhookConfigurations", @@ -309,17 +312,17 @@ "shape": "DescribeChimeWebhookConfigurationsResult" }, "errors": [ - { - "shape": "DescribeChimeWebhookConfigurationsException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" + }, + { + "shape": "DescribeChimeWebhookConfigurationsException" } ], - "documentation": "Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn" + "documentation": "

Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn

" }, "DescribeSlackChannelConfigurations": { "name": "DescribeSlackChannelConfigurations", @@ -335,17 +338,17 @@ "shape": "DescribeSlackChannelConfigurationsResult" }, "errors": [ - { - "shape": "DescribeSlackChannelConfigurationsException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" + }, + { + "shape": "DescribeSlackChannelConfigurationsException" } ], - "documentation": "Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn" + "documentation": "

Lists Slack channel configurations optionally filtered by ChatConfigurationArn

" }, "DescribeSlackUserIdentities": { "name": "DescribeSlackUserIdentities", @@ -371,7 +374,7 @@ "shape": "DescribeSlackUserIdentitiesException" } ], - "documentation": "Lists all Slack user identities with a mapped role." + "documentation": "

Lists all Slack user identities with a mapped role.

" }, "DescribeSlackWorkspaces": { "name": "DescribeSlackWorkspaces", @@ -388,16 +391,16 @@ }, "errors": [ { - "shape": "DescribeSlackWorkspacesException" + "shape": "InvalidParameterException" }, { - "shape": "InvalidRequestException" + "shape": "DescribeSlackWorkspacesException" }, { - "shape": "InvalidParameterException" + "shape": "InvalidRequestException" } ], - "documentation": "Lists all authorized Slack Workspaces for AWS Account" + "documentation": "

List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.

" }, "GetAccountPreferences": { "name": "GetAccountPreferences", @@ -414,13 +417,13 @@ }, "errors": [ { - "shape": "GetAccountPreferencesException" + "shape": "InvalidRequestException" }, { - "shape": "InvalidRequestException" + "shape": "GetAccountPreferencesException" } ], - "documentation": "Get Chatbot account level preferences" + "documentation": "

Returns AWS Chatbot account preferences.

" }, "GetMicrosoftTeamsChannelConfiguration": { "name": "GetMicrosoftTeamsChannelConfiguration", @@ -436,17 +439,17 @@ "shape": "GetTeamsChannelConfigurationResult" }, "errors": [ - { - "shape": "GetTeamsChannelConfigurationException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" + }, + { + "shape": "GetTeamsChannelConfigurationException" } ], - "documentation": "Get a single MS Teams Channel Configurations" + "documentation": "

Returns a Microsoft Teams channel configuration in an AWS account.

" }, "ListMicrosoftTeamsChannelConfigurations": { "name": "ListMicrosoftTeamsChannelConfigurations", @@ -463,16 +466,16 @@ }, "errors": [ { - "shape": "ListTeamsChannelConfigurationsException" + "shape": "InvalidParameterException" }, { - "shape": "InvalidParameterException" + "shape": "ListTeamsChannelConfigurationsException" }, { "shape": "InvalidRequestException" } ], - "documentation": "Lists MS Teams Channel Configurations optionally filtered by TeamId" + "documentation": "

Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.

" }, "ListMicrosoftTeamsConfiguredTeams": { "name": "ListMicrosoftTeamsConfiguredTeams", @@ -489,16 +492,16 @@ }, "errors": [ { - "shape": "ListMicrosoftTeamsConfiguredTeamsException" + "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { - "shape": "InvalidParameterException" + "shape": "ListMicrosoftTeamsConfiguredTeamsException" } ], - "documentation": "Lists all authorized MS teams for AWS Account" + "documentation": "

Lists all authorized Microsoft Teams for an AWS Account

" }, "ListMicrosoftTeamsUserIdentities": { "name": "ListMicrosoftTeamsUserIdentities", @@ -515,16 +518,16 @@ }, "errors": [ { - "shape": "ListMicrosoftTeamsUserIdentitiesException" + "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { - "shape": "InvalidParameterException" + "shape": "ListMicrosoftTeamsUserIdentitiesException" } ], - "documentation": "Lists all Microsoft Teams user identities with a mapped role." + "documentation": "

A list all Microsoft Teams user identities with a mapped role.

" }, "ListTagsForResource": { "name": "ListTagsForResource", @@ -540,17 +543,17 @@ "shape": "ListTagsForResourceResponse" }, "errors": [ - { - "shape": "InternalServiceError" - }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServiceError" } ], - "documentation": "Retrieves the list of tags applied to a configuration." + "documentation": "

Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.

" }, "TagResource": { "name": "TagResource", @@ -566,20 +569,20 @@ "shape": "TagResourceResponse" }, "errors": [ - { - "shape": "InternalServiceError" - }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" }, + { + "shape": "InternalServiceError" + }, { "shape": "TooManyTagsException" } ], - "documentation": "Applies the supplied tags to a configuration." + "documentation": "

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

" }, "UntagResource": { "name": "UntagResource", @@ -595,17 +598,17 @@ "shape": "UntagResourceResponse" }, "errors": [ - { - "shape": "InternalServiceError" - }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServiceError" } ], - "documentation": "Removes the supplied tags from a configuration" + "documentation": "

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

" }, "UpdateAccountPreferences": { "name": "UpdateAccountPreferences", @@ -621,17 +624,17 @@ "shape": "UpdateAccountPreferencesResult" }, "errors": [ - { - "shape": "UpdateAccountPreferencesException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" + }, + { + "shape": "UpdateAccountPreferencesException" } ], - "documentation": "Update Chatbot account level preferences" + "documentation": "

Updates AWS Chatbot account preferences.

" }, "UpdateChimeWebhookConfiguration": { "name": "UpdateChimeWebhookConfiguration", @@ -647,9 +650,6 @@ "shape": "UpdateChimeWebhookConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, @@ -658,9 +658,12 @@ }, { "shape": "UpdateChimeWebhookConfigurationException" + }, + { + "shape": "ResourceNotFoundException" } ], - "documentation": "Updates a Chime Webhook Configuration" + "documentation": "

Updates a Amazon Chime webhook configuration.

" }, "UpdateMicrosoftTeamsChannelConfiguration": { "name": "UpdateMicrosoftTeamsChannelConfiguration", @@ -676,20 +679,20 @@ "shape": "UpdateTeamsChannelConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, + { + "shape": "ResourceNotFoundException" + }, { "shape": "UpdateTeamsChannelConfigurationException" } ], - "documentation": "Updates MS Teams Channel Configuration" + "documentation": "

Updates an Microsoft Teams channel configuration.

" }, "UpdateSlackChannelConfiguration": { "name": "UpdateSlackChannelConfiguration", @@ -705,20 +708,20 @@ "shape": "UpdateSlackChannelConfigurationResult" }, "errors": [ - { - "shape": "ResourceNotFoundException" - }, { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, + { + "shape": "ResourceNotFoundException" + }, { "shape": "UpdateSlackChannelConfigurationException" } ], - "documentation": "Updates Slack Channel Configuration" + "documentation": "

Updates a Slack channel configuration.

" } }, "shapes": { @@ -727,41 +730,42 @@ "members": { "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "TrainingDataCollectionEnabled": { "shape": "BooleanAccountPreference", - "documentation": "Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies." + "documentation": "

Turns on training data collection.

This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.

" } }, - "documentation": "Preferences which apply for AWS Chatbot usage in the calling AWS account." + "documentation": "

Preferences related to AWS Chatbot usage in the calling AWS account.

" }, "AmazonResourceName": { "type": "string", "max": 1011, "min": 1, - "pattern": "^arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$" + "pattern": "arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" }, "Arn": { "type": "string", "max": 1224, "min": 12, - "pattern": "^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$" + "pattern": "arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" }, "AwsUserIdentity": { "type": "string", "max": 1101, "min": 15, - "pattern": "^arn:aws:(iam|sts)::[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$" + "pattern": "arn:aws:(iam|sts)::[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" }, "BooleanAccountPreference": { - "type": "boolean" + "type": "boolean", + "box": true }, "ChatConfigurationArn": { "type": "string", "max": 1169, "min": 19, - "pattern": "^arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$" + "pattern": "arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" }, "ChimeWebhookConfiguration": { "type": "structure", @@ -774,34 +778,34 @@ "members": { "WebhookDescription": { "shape": "ChimeWebhookDescription", - "documentation": "Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html." + "documentation": "

A description of the webhook. We recommend using the convention RoomName/WebhookName.

For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the ChimeWebhookConfiguration." + "documentation": "

The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags applied to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } }, - "documentation": "An AWS Chatbot configuration for Amazon Chime." + "documentation": "

An AWS Chatbot configuration for Amazon Chime.

" }, "ChimeWebhookConfigurationList": { "type": "list", @@ -812,19 +816,21 @@ "ChimeWebhookDescription": { "type": "string", "max": 255, - "min": 1 + "min": 1, + "sensitive": true }, "ChimeWebhookUrl": { "type": "string", "max": 255, "min": 1, - "pattern": "^https://hooks\\.chime\\.aws/incomingwebhooks/[A-Za-z0-9\\-]+?\\?token=[A-Za-z0-9\\-]+$" + "pattern": "https://hooks\\.chime\\.aws/incomingwebhooks/[A-Za-z0-9\\-]+?\\?token=[A-Za-z0-9\\-]+", + "sensitive": true }, "ConfigurationName": { "type": "string", "max": 128, "min": 1, - "pattern": "^[A-Za-z0-9-_]+$" + "pattern": "[A-Za-z0-9-_]+" }, "ConfiguredTeam": { "type": "structure", @@ -835,19 +841,18 @@ "members": { "TenantId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Teams tenant." + "documentation": "

The ID of the Microsoft Teams tenant.

" }, "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide." + "documentation": "

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" }, "TeamName": { "shape": "UUID", - "documentation": "The name of the Microsoft Teams Team.", - "box": true + "documentation": "

The name of the Microsoft Teams Team.

" } }, - "documentation": "A Microsoft Teams team that has been authorized with AWS Chatbot." + "documentation": "

A Microsoft Teams team that is authorized with AWS Chatbot.

" }, "ConfiguredTeamsList": { "type": "list", @@ -867,31 +872,31 @@ "members": { "WebhookDescription": { "shape": "ChimeWebhookDescription", - "documentation": "Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html." + "documentation": "

A description of the webhook. We recommend using the convention RoomName/WebhookName.

For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.

" }, "WebhookUrl": { "shape": "ChimeWebhookUrl", - "documentation": "URL for the Chime webhook." + "documentation": "

The URL for the Amazon Chime webhook.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags to apply to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } } }, @@ -900,7 +905,7 @@ "members": { "WebhookConfiguration": { "shape": "ChimeWebhookConfiguration", - "documentation": "Chime webhook configuration." + "documentation": "

An Amazon Chime webhook configuration.

" } } }, @@ -915,43 +920,43 @@ "members": { "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with AWS Chatbot.

" }, "SlackChannelId": { "shape": "SlackChannelId", - "documentation": "The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ." + "documentation": "

The ID of the Slack channel.

To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.

" }, "SlackChannelName": { "shape": "SlackChannelDisplayName", - "documentation": "The name of the Slack Channel." + "documentation": "

The name of the Slack channel.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags to apply to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } } }, @@ -960,7 +965,7 @@ "members": { "ChannelConfiguration": { "shape": "SlackChannelConfiguration", - "documentation": "The configuration for a Slack channel configured with AWS Chatbot." + "documentation": "

The configuration for a Slack channel configured with AWS Chatbot.

" } } }, @@ -976,51 +981,51 @@ "members": { "ChannelId": { "shape": "TeamsChannelId", - "documentation": "The ID of the Microsoft Teams channel." + "documentation": "

The ID of the Microsoft Teams channel.

" }, "ChannelName": { "shape": "TeamsChannelName", - "documentation": "The name of the Microsoft Teams channel." + "documentation": "

The name of the Microsoft Teams channel.

" }, "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide." + "documentation": "

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" }, "TeamName": { "shape": "TeamName", - "documentation": "The name of the Microsoft Teams Team." + "documentation": "

The name of the Microsoft Teams Team.

" }, "TenantId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Teams tenant." + "documentation": "

The ID of the Microsoft Teams tenant.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags to apply to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } } }, @@ -1029,7 +1034,7 @@ "members": { "ChannelConfiguration": { "shape": "TeamsChannelConfiguration", - "documentation": "The configuration for a Microsoft Teams channel configured with AWS Chatbot." + "documentation": "

The configuration for a Microsoft Teams channel configured with AWS Chatbot.

" } } }, @@ -1037,7 +1042,7 @@ "type": "string", "max": 5, "min": 4, - "pattern": "^(ERROR|INFO|NONE)$" + "pattern": "(ERROR|INFO|NONE)" }, "DeleteChimeWebhookConfigurationRequest": { "type": "structure", @@ -1047,7 +1052,7 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the ChimeWebhookConfiguration to delete." + "documentation": "

The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.

" } } }, @@ -1064,11 +1069,11 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete." + "documentation": "

The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

" }, "UserId": { "shape": "UUID", - "documentation": "Id from Microsoft Teams for user." + "documentation": "

The Microsoft Teams user ID.

" } } }, @@ -1084,7 +1089,7 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration to delete." + "documentation": "

The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete.

" } } }, @@ -1102,15 +1107,15 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration associated with the user identity to delete." + "documentation": "

The ARN of the SlackChannelConfiguration associated with the user identity to delete.

" }, "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with AWS Chatbot.

" }, "SlackUserId": { "shape": "SlackUserId", - "documentation": "The ID of the user in Slack." + "documentation": "

The ID of the user in Slack

" } } }, @@ -1126,7 +1131,7 @@ "members": { "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with AWS Chatbot.

" } } }, @@ -1142,7 +1147,7 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration to delete." + "documentation": "

The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

" } } }, @@ -1158,7 +1163,7 @@ "members": { "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide." + "documentation": "

The ID of the Microsoft Teams team authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" } } }, @@ -1171,18 +1176,15 @@ "members": { "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.", - "box": true + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", - "box": true + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "An optional ARN of a ChimeWebhookConfiguration to describe.", - "box": true + "documentation": "

An optional Amazon Resource Number (ARN) of a ChimeWebhookConfiguration to describe.

" } } }, @@ -1191,11 +1193,11 @@ "members": { "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "WebhookConfigurations": { "shape": "ChimeWebhookConfigurationList", - "documentation": "A list of Chime webhooks associated with the account." + "documentation": "

A list of Amazon Chime webhooks associated with the account.

" } } }, @@ -1204,18 +1206,15 @@ "members": { "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.", - "box": true + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", - "box": true + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "An optional ARN of a SlackChannelConfiguration to describe.", - "box": true + "documentation": "

An optional Amazon Resource Number (ARN) of a SlackChannelConfiguration to describe.

" } } }, @@ -1224,11 +1223,11 @@ "members": { "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "SlackChannelConfigurations": { "shape": "SlackChannelConfigurationList", - "documentation": "A list of Slack channel configurations." + "documentation": "

A list of Slack channel configurations.

" } } }, @@ -1237,15 +1236,15 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration associated with the user identities to describe." + "documentation": "

The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identities to describe.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved." + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" } } }, @@ -1254,11 +1253,11 @@ "members": { "SlackUserIdentities": { "shape": "SlackUserIdentitiesList", - "documentation": "A list of Slack User Identities." + "documentation": "

A list of Slack User Identities.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1267,11 +1266,11 @@ "members": { "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved." + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1280,11 +1279,11 @@ "members": { "SlackWorkspaces": { "shape": "SlackWorkspacesList", - "documentation": "A list of Slack Workspaces registered with AWS Chatbot." + "documentation": "

A list of Slack workspaces registered with AWS Chatbot.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1297,7 +1296,7 @@ "members": { "AccountPreferences": { "shape": "AccountPreferences", - "documentation": "Preferences which apply for AWS Chatbot usage in the calling AWS account." + "documentation": "

The preferences related to AWS Chatbot usage in the calling AWS account.

" } } }, @@ -1309,7 +1308,7 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration to retrieve." + "documentation": "

The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.

" } } }, @@ -1318,7 +1317,7 @@ "members": { "ChannelConfiguration": { "shape": "TeamsChannelConfiguration", - "documentation": "The configuration for a Microsoft Teams channel configured with AWS Chatbot." + "documentation": "

The configuration for a Microsoft Teams channel configured with AWS Chatbot.

" } } }, @@ -1326,7 +1325,7 @@ "type": "string", "max": 1163, "min": 11, - "pattern": "^(^$|(?!.*\\/aws-service-role\\/.*)arn:aws:iam:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_\\/+=,@.-]{0,1023})$" + "pattern": "(^$|(?!.*\\/aws-service-role\\/.*)arn:aws:iam:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_\\/+=,@.-]{0,1023})" }, "GuardrailPolicyArnList": { "type": "list", @@ -1339,11 +1338,11 @@ "members": { "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved." + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1352,11 +1351,11 @@ "members": { "ConfiguredTeams": { "shape": "ConfiguredTeamsList", - "documentation": "A list of teams in Microsoft Teams that have been configured with AWS Chatbot." + "documentation": "

A list of teams in Microsoft Teams that are configured with AWS Chatbot.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1365,15 +1364,15 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identities to list." + "documentation": "

The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identities to list.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved." + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" } } }, @@ -1382,11 +1381,11 @@ "members": { "TeamsUserIdentities": { "shape": "TeamsUserIdentitiesList", - "documentation": "User level permissions associated to a channel configuration." + "documentation": "

User level permissions associated to a channel configuration.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, @@ -1398,7 +1397,7 @@ "members": { "ResourceARN": { "shape": "AmazonResourceName", - "documentation": "The ARN of the configuration." + "documentation": "

The ARN you specified to list the tags of.

" } } }, @@ -1407,7 +1406,7 @@ "members": { "Tags": { "shape": "TagList", - "documentation": "A list of tags applied to the configuration." + "documentation": "

Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.

" } } }, @@ -1416,18 +1415,15 @@ "members": { "MaxResults": { "shape": "MaxResults", - "documentation": "The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.", - "box": true + "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

" }, "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", - "box": true + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.", - "box": true + "documentation": "

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" } } }, @@ -1436,16 +1432,17 @@ "members": { "NextToken": { "shape": "PaginationToken", - "documentation": "An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults." + "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" }, "TeamChannelConfigurations": { "shape": "TeamChannelConfigurationsList", - "documentation": "A list of AWS Chatbot channel configurations for Microsoft Teams." + "documentation": "

A list of AWS Chatbot channel configurations for Microsoft Teams.

" } } }, "MaxResults": { "type": "integer", + "box": true, "max": 100, "min": 1 }, @@ -1453,7 +1450,7 @@ "type": "string", "max": 1276, "min": 1, - "pattern": "^[a-zA-Z0-9=\\/+_.\\-,#:\\\\\"{}]{4,1276}$" + "pattern": "[a-zA-Z0-9=\\/+_.\\-,#:\\\\\"{}]{4,1276}" }, "SlackChannelConfiguration": { "type": "structure", @@ -1469,55 +1466,54 @@ "members": { "SlackTeamName": { "shape": "SlackTeamName", - "documentation": "Name of the Slack Workspace." + "documentation": "

Name of the Slack workspace.

" }, "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with Amazon Chime.

" }, "SlackChannelId": { "shape": "SlackChannelId", - "documentation": "The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ." + "documentation": "

The ID of the Slack channel.

To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.

" }, "SlackChannelName": { "shape": "SlackChannelDisplayName", - "documentation": "The name of the Slack Channel." + "documentation": "

The name of the Slack channel.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration." + "documentation": "

The Amazon Resource Number (ARN) of the SlackChannelConfiguration.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot.", - "box": true + "documentation": "

The ARNs of the SNS topics that deliver notifications to AWS Chatbot.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags applied to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } }, - "documentation": "An AWS Chatbot configuration for Slack." + "documentation": "

An AWS Chatbot configuration for Slack.

" }, "SlackChannelConfigurationList": { "type": "list", @@ -1528,19 +1524,20 @@ "SlackChannelDisplayName": { "type": "string", "max": 255, - "min": 1 + "min": 1, + "sensitive": true }, "SlackChannelId": { "type": "string", "max": 255, "min": 1, - "pattern": "^[A-Za-z0-9]+$" + "pattern": "[A-Za-z0-9]+" }, "SlackTeamId": { "type": "string", "max": 255, "min": 1, - "pattern": "^[0-9A-Z]{1,255}$" + "pattern": "[0-9A-Z]{1,255}" }, "SlackTeamName": { "type": "string", @@ -1551,7 +1548,7 @@ "type": "string", "max": 255, "min": 1, - "pattern": "^(.*)$" + "pattern": "(.*)" }, "SlackUserIdentitiesList": { "type": "list", @@ -1570,26 +1567,26 @@ "members": { "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration associated with the user identity." + "documentation": "

The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete.

" }, "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with AWS Chatbot.

" }, "SlackUserId": { "shape": "SlackUserId", - "documentation": "The ID of the user in Slack." + "documentation": "

The ID of the user in Slack

" }, "AwsUserIdentity": { "shape": "AwsUserIdentity", - "documentation": "The AWS user identity ARN used to associate a Slack User Identity with an IAM Role." + "documentation": "

The AWS user identity ARN used to associate a Slack user ID with an IAM Role.

" } }, - "documentation": "Identifes a User level permission for a channel configuration." + "documentation": "

Identifes a user level permission for a channel configuration.

" }, "SlackWorkspace": { "type": "structure", @@ -1600,14 +1597,14 @@ "members": { "SlackTeamId": { "shape": "SlackTeamId", - "documentation": "The ID of the Slack workspace authorized with AWS Chatbot." + "documentation": "

The ID of the Slack workspace authorized with AWS Chatbot.

" }, "SlackTeamName": { "shape": "SlackTeamName", - "documentation": "Name of the Slack Workspace." + "documentation": "

The name of the Slack workspace.

" } }, - "documentation": "A Slack Workspace." + "documentation": "

A Slack workspace.

" }, "SlackWorkspacesList": { "type": "list", @@ -1621,9 +1618,6 @@ "shape": "Arn" } }, - "String": { - "type": "string" - }, "Tag": { "type": "structure", "required": [ @@ -1633,14 +1627,14 @@ "members": { "TagKey": { "shape": "TagKey", - "documentation": "The tag key." + "documentation": "

The key of the tag.

" }, "TagValue": { "shape": "TagValue", - "documentation": "The tag value." + "documentation": "

The value of the tag.

" } }, - "documentation": "A tag applied to the configuration." + "documentation": "

A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.

Do not include confidential or sensitive information in this field.

For more information, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.

" }, "TagKey": { "type": "string", @@ -1672,11 +1666,11 @@ "members": { "ResourceARN": { "shape": "AmazonResourceName", - "documentation": "The ARN of the configuration." + "documentation": "

The ARN of the configuration.

" }, "Tags": { "shape": "TagList", - "documentation": "A list of tags to apply to the configuration." + "documentation": "

A list of tags to apply to the configuration.

" } } }, @@ -1687,7 +1681,7 @@ "TagValue": { "type": "string", "max": 256, - "min": 1 + "min": 0 }, "Tags": { "type": "list", @@ -1705,7 +1699,8 @@ "type": "string", "max": 255, "min": 1, - "pattern": "^(.*)$" + "pattern": "(.*)", + "sensitive": true }, "TeamsChannelConfiguration": { "type": "structure", @@ -1720,71 +1715,71 @@ "members": { "ChannelId": { "shape": "TeamsChannelId", - "documentation": "The ID of the Microsoft Teams channel." + "documentation": "

The ID of the Microsoft Teams channel.

" }, "ChannelName": { "shape": "TeamsChannelName", - "documentation": "The name of the Microsoft Teams channel." + "documentation": "

The name of the Microsoft Teams channel.

" }, "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide." + "documentation": "

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" }, "TeamName": { - "shape": "String", - "documentation": "The name of the Microsoft Teams Team." + "shape": "TeamName", + "documentation": "

The name of the Microsoft Teams Team.

" }, "TenantId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Teams tenant." + "documentation": "

The ID of the Microsoft Teams tenant.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration." + "documentation": "

The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot.", - "box": true + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "ConfigurationName": { "shape": "ConfigurationName", - "documentation": "The name of the configuration." + "documentation": "

The name of the configuration.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "Tags": { "shape": "Tags", - "documentation": "A list of tags applied to the configuration." + "documentation": "

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

" } }, - "documentation": "An AWS Chatbot configuration for Microsoft Teams." + "documentation": "

An AWS Chatbot configuration for Microsoft Teams.

" }, "TeamsChannelId": { "type": "string", "max": 255, "min": 1, - "pattern": "^([a-zA-Z0-9-_=+\\/.,])*%3[aA]([a-zA-Z0-9-_=+\\/.,])*%40([a-zA-Z0-9-_=+\\/.,])*$" + "pattern": "([a-zA-Z0-9-_=+\\/.,])*%3[aA]([a-zA-Z0-9-_=+\\/.,])*%40([a-zA-Z0-9-_=+\\/.,])*" }, "TeamsChannelName": { "type": "string", "max": 1000, "min": 1, - "pattern": "^(.*)$" + "pattern": "(.*)", + "sensitive": true }, "TeamsUserIdentitiesList": { "type": "list", @@ -1802,40 +1797,40 @@ "members": { "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity." + "documentation": "

The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

" }, "TeamId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide." + "documentation": "

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

" }, "UserId": { "shape": "UUID", - "documentation": "Id from Microsoft Teams for user." + "documentation": "

The Microsoft Teams user ID.

" }, "AwsUserIdentity": { "shape": "AwsUserIdentity", - "documentation": "The AWS user identity ARN used to associate a Microsoft Teams User Identity with an IAM Role." + "documentation": "

The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role.

" }, "TeamsChannelId": { "shape": "TeamsChannelId", - "documentation": "The ID of the Microsoft Teams channel." + "documentation": "

The ID of the Microsoft Teams channel.

" }, "TeamsTenantId": { "shape": "UUID", - "documentation": "The ID of the Microsoft Teams tenant." + "documentation": "

The ID of the Microsoft Teams tenant.

" } }, - "documentation": "Identifes a user level permission for a channel configuration." + "documentation": "

Identifes a user level permission for a channel configuration.

" }, "UUID": { "type": "string", "max": 36, "min": 36, - "pattern": "^[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}$" + "pattern": "[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}" }, "UntagResourceRequest": { "type": "structure", @@ -1846,11 +1841,11 @@ "members": { "ResourceARN": { "shape": "AmazonResourceName", - "documentation": "The ARN of the configuration." + "documentation": "

The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.

" }, "TagKeys": { "shape": "TagKeyList", - "documentation": "A list of tag keys to remove from the configuration." + "documentation": "

TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

" } } }, @@ -1863,11 +1858,11 @@ "members": { "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" }, "TrainingDataCollectionEnabled": { "shape": "BooleanAccountPreference", - "documentation": "Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies." + "documentation": "

Turns on training data collection.

This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.

" } } }, @@ -1876,7 +1871,7 @@ "members": { "AccountPreferences": { "shape": "AccountPreferences", - "documentation": "Preferences which apply for AWS Chatbot usage in the calling AWS account." + "documentation": "

Preferences related to AWS Chatbot usage in the calling AWS account.

" } } }, @@ -1888,27 +1883,27 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the ChimeWebhookConfiguration to update." + "documentation": "

The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration to update.

" }, "WebhookDescription": { "shape": "ChimeWebhookDescription", - "documentation": "Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html." + "documentation": "

A description of the webhook. We recommend using the convention RoomName/WebhookName.

For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.

" }, "WebhookUrl": { "shape": "ChimeWebhookUrl", - "documentation": "URL for the Chime webhook." + "documentation": "

The URL for the Amazon Chime webhook.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The ARNs of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" } } }, @@ -1917,7 +1912,7 @@ "members": { "WebhookConfiguration": { "shape": "ChimeWebhookConfiguration", - "documentation": "Chime webhook configuration." + "documentation": "

A Amazon Chime webhook configuration.

" } } }, @@ -1930,35 +1925,35 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the SlackChannelConfiguration to update." + "documentation": "

The Amazon Resource Number (ARN) of the SlackChannelConfiguration to update.

" }, "SlackChannelId": { "shape": "SlackChannelId", - "documentation": "The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ." + "documentation": "

The ID of the Slack channel.

To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.

" }, "SlackChannelName": { "shape": "SlackChannelDisplayName", - "documentation": "The name of the Slack Channel." + "documentation": "

The name of the Slack channel.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" } } }, @@ -1967,7 +1962,7 @@ "members": { "ChannelConfiguration": { "shape": "SlackChannelConfiguration", - "documentation": "The configuration for a Slack channel configured with AWS Chatbot." + "documentation": "

The configuration for a Slack channel configured with AWS Chatbot.

" } } }, @@ -1980,35 +1975,35 @@ "members": { "ChatConfigurationArn": { "shape": "ChatConfigurationArn", - "documentation": "The ARN of the MicrosoftTeamsChannelConfiguration to update." + "documentation": "

The Amazon Resource Number (ARN) of the TeamsChannelConfiguration to update.

" }, "ChannelId": { "shape": "TeamsChannelId", - "documentation": "The ID of the Microsoft Teams channel." + "documentation": "

The ID of the Microsoft Teams channel.

" }, "ChannelName": { "shape": "TeamsChannelName", - "documentation": "The name of the Microsoft Teams channel." + "documentation": "

The name of the Microsoft Teams channel.

" }, "SnsTopicArns": { "shape": "SnsTopicArnList", - "documentation": "The ARNs of the SNS topics that deliver notifications to AWS Chatbot." + "documentation": "

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

" }, "IamRoleArn": { "shape": "Arn", - "documentation": "The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot." + "documentation": "

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.

" }, "LoggingLevel": { "shape": "CustomerCwLogLevel", - "documentation": "Logging levels include ERROR, INFO, or NONE." + "documentation": "

Logging levels include ERROR, INFO, or NONE.

" }, "GuardrailPolicyArns": { "shape": "GuardrailPolicyArnList", - "documentation": "The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set." + "documentation": "

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.

" }, "UserAuthorizationRequired": { "shape": "BooleanAccountPreference", - "documentation": "Enables use of a user role requirement in your chat configuration." + "documentation": "

Enables use of a user role requirement in your chat configuration.

" } } }, @@ -2017,10 +2012,10 @@ "members": { "ChannelConfiguration": { "shape": "TeamsChannelConfiguration", - "documentation": "The configuration for a Microsoft Teams channel configured with AWS Chatbot." + "documentation": "

The configuration for a Microsoft Teams channel configured with AWS Chatbot.

" } } } }, - "documentation": "AWS Chatbot API" + "documentation": "

The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.

AWS Chatbot APIs are currently available in the following Regions:

The AWS Chatbot console can only be used in US East (Ohio). Your configuration data however, is stored in each of the relevant available Regions.

Your AWS CloudTrail events are logged in whatever Region you call from, not US East (N. Virginia) by default.

" } \ No newline at end of file diff --git a/apis/chatbot-2017-10-11.paginators.json b/apis/chatbot-2017-10-11.paginators.json index 6615c513c1..61484d8433 100644 --- a/apis/chatbot-2017-10-11.paginators.json +++ b/apis/chatbot-2017-10-11.paginators.json @@ -3,37 +3,44 @@ "DescribeChimeWebhookConfigurations": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "WebhookConfigurations" }, "DescribeSlackChannelConfigurations": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "SlackChannelConfigurations" }, "DescribeSlackUserIdentities": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "SlackUserIdentities" }, "DescribeSlackWorkspaces": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "SlackWorkspaces" }, "ListMicrosoftTeamsChannelConfigurations": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "TeamChannelConfigurations" }, "ListMicrosoftTeamsConfiguredTeams": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "ConfiguredTeams" }, "ListMicrosoftTeamsUserIdentities": { "input_token": "NextToken", "output_token": "NextToken", - "limit_key": "MaxResults" + "limit_key": "MaxResults", + "result_key": "TeamsUserIdentities" } } } diff --git a/apis/omics-2022-11-28.min.json b/apis/omics-2022-11-28.min.json index 683d991b88..31b68744fc 100644 --- a/apis/omics-2022-11-28.min.json +++ b/apis/omics-2022-11-28.min.json @@ -2,9 +2,14 @@ "version": "2.0", "metadata": { "apiVersion": "2022-11-28", + "auth": [ + "aws.auth#sigv4" + ], "endpointPrefix": "omics", - "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceFullName": "Amazon Omics", "serviceId": "Omics", "signatureVersion": "v4", @@ -1469,7 +1474,8 @@ "description": {}, "tags": { "shape": "Sy" - } + }, + "readSetId": {} } } } @@ -1547,7 +1553,8 @@ "creationType": {}, "etag": { "shape": "S60" - } + }, + "creationJobId": {} } }, "endpoint": { @@ -1665,7 +1672,8 @@ "description": {}, "tags": { "shape": "Sy" - } + }, + "referenceId": {} } } } @@ -1732,7 +1740,9 @@ "shape": "S5t" } } - } + }, + "creationType": {}, + "creationJobId": {} } }, "endpoint": { @@ -1823,7 +1833,7 @@ "definition": {}, "digest": {}, "parameters": { - "shape": "S6y" + "shape": "S70" }, "storageCapacity": { "type": "integer" @@ -1837,13 +1847,13 @@ }, "startedBy": {}, "creationTime": { - "shape": "S76" + "shape": "S78" }, "startTime": { - "shape": "S76" + "shape": "S78" }, "stopTime": { - "shape": "S76" + "shape": "S78" }, "statusMessage": {}, "tags": { @@ -1903,7 +1913,7 @@ "type": "integer" }, "creationTime": { - "shape": "S7l" + "shape": "S7n" }, "tags": { "shape": "Sy" @@ -1953,13 +1963,13 @@ "type": "integer" }, "creationTime": { - "shape": "S7u" + "shape": "S7w" }, "startTime": { - "shape": "S7u" + "shape": "S7w" }, "stopTime": { - "shape": "S7u" + "shape": "S7w" }, "statusMessage": {}, "logStream": {}, @@ -2047,7 +2057,7 @@ "type": "structure", "members": { "share": { - "shape": "S86" + "shape": "S88" } } }, @@ -2245,14 +2255,14 @@ "type": "integer" }, "creationTime": { - "shape": "S8i" + "shape": "S8k" }, "statusMessage": {}, "tags": { "shape": "Sy" }, "metadata": { - "shape": "S8k" + "shape": "S8m" }, "accelerators": {} } @@ -3229,7 +3239,7 @@ "type": "integer" }, "creationTime": { - "shape": "S7l" + "shape": "S7n" }, "maxGpus": { "type": "integer" @@ -3293,13 +3303,13 @@ "type": "integer" }, "creationTime": { - "shape": "S7u" + "shape": "S7w" }, "startTime": { - "shape": "S7u" + "shape": "S7w" }, "stopTime": { - "shape": "S7u" + "shape": "S7w" }, "gpus": { "type": "integer" @@ -3367,13 +3377,13 @@ "type": "integer" }, "creationTime": { - "shape": "S76" + "shape": "S78" }, "startTime": { - "shape": "S76" + "shape": "S78" }, "stopTime": { - "shape": "S76" + "shape": "S78" }, "storageType": {} } @@ -3504,7 +3514,7 @@ "shares": { "type": "list", "member": { - "shape": "S86" + "shape": "S88" } }, "nextToken": {} @@ -3746,10 +3756,10 @@ "type": {}, "digest": {}, "creationTime": { - "shape": "S8i" + "shape": "S8k" }, "metadata": { - "shape": "S8k" + "shape": "S8m" } } } @@ -4078,7 +4088,7 @@ "type": "integer" }, "parameters": { - "shape": "S6y" + "shape": "S70" }, "storageCapacity": { "type": "integer" @@ -4489,10 +4499,11 @@ "checksum": {} } }, - "authtype": "v4-unsigned-body", "endpoint": { "hostPrefix": "storage-" - } + }, + "unsignedPayload": true, + "authtype": "v4-unsigned-body" } }, "shapes": { @@ -4697,24 +4708,24 @@ "source2": {} } }, - "S6y": { + "S70": { "type": "structure", "members": {}, "document": true }, - "S76": { + "S78": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7l": { + "S7n": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7u": { + "S7w": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S86": { + "S88": { "type": "structure", "members": { "shareId": {}, @@ -4733,11 +4744,11 @@ } } }, - "S8i": { + "S8k": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S8k": { + "S8m": { "type": "map", "key": {}, "value": {} diff --git a/apis/omics-2022-11-28.normal.json b/apis/omics-2022-11-28.normal.json index 32a17ca8b7..d20fb44694 100644 --- a/apis/omics-2022-11-28.normal.json +++ b/apis/omics-2022-11-28.normal.json @@ -2,9 +2,14 @@ "version": "2.0", "metadata": { "apiVersion": "2022-11-28", + "auth": [ + "aws.auth#sigv4" + ], "endpointPrefix": "omics", - "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceFullName": "Amazon Omics", "serviceId": "Omics", "signatureVersion": "v4", @@ -496,7 +501,7 @@ "shape": "RequestTimeoutException" } ], - "documentation": "

Creates a run group.

", + "documentation": "

You can optionally create a run group to limit the compute resources for the runs that you add to the group.

", "endpoint": { "hostPrefix": "workflows-" } @@ -575,7 +580,7 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).

The following resources support cross-account sharing:

", + "documentation": "

Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).

The following resources support cross-account sharing:

", "endpoint": { "hostPrefix": "analytics-" } @@ -3279,10 +3284,11 @@ } ], "documentation": "

This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.

", - "authtype": "v4-unsigned-body", "endpoint": { "hostPrefix": "storage-" - } + }, + "unsignedPayload": true, + "authtype": "v4-unsigned-body" } }, "shapes": { @@ -4248,15 +4254,15 @@ }, "maxCpus": { "shape": "CreateRunGroupRequestMaxCpusInteger", - "documentation": "

The maximum number of CPUs to use in the group.

" + "documentation": "

The maximum number of CPUs that can run concurrently across all active runs in the run group.

" }, "maxRuns": { "shape": "CreateRunGroupRequestMaxRunsInteger", - "documentation": "

The maximum number of concurrent runs for the group.

" + "documentation": "

The maximum number of runs that can be running at the same time.

" }, "maxDuration": { "shape": "CreateRunGroupRequestMaxDurationInteger", - "documentation": "

A maximum run time for the group in minutes.

" + "documentation": "

The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.

" }, "tags": { "shape": "TagMap", @@ -4269,7 +4275,7 @@ }, "maxGpus": { "shape": "CreateRunGroupRequestMaxGpusInteger", - "documentation": "

The maximum GPUs that can be used by a run group.

" + "documentation": "

The maximum number of GPUs that can run concurrently across all active runs in the run group.

" } } }, @@ -4525,7 +4531,7 @@ }, "storageCapacity": { "shape": "CreateWorkflowRequestStorageCapacityInteger", - "documentation": "

The storage capacity for the workflow in gibibytes.

" + "documentation": "

The default storage capacity for the workflow runs, in gibibytes.

" }, "tags": { "shape": "TagMap", @@ -4569,6 +4575,12 @@ } } }, + "CreationJobId": { + "type": "string", + "max": 127, + "min": 1, + "pattern": "[a-zA-Z0-9]+" + }, "CreationTime": { "type": "timestamp", "timestampFormat": "iso8601" @@ -5649,6 +5661,10 @@ "etag": { "shape": "ETag", "documentation": "

The entity tag (ETag) is a hash of the object meant to represent its semantic content.

" + }, + "creationJobId": { + "shape": "CreationJobId", + "documentation": "

The read set's creation job ID.

" } } }, @@ -5839,6 +5855,14 @@ "files": { "shape": "ReferenceFiles", "documentation": "

The reference's files.

" + }, + "creationType": { + "shape": "ReferenceCreationType", + "documentation": "

The reference's creation type.

" + }, + "creationJobId": { + "shape": "CreationJobId", + "documentation": "

The reference's creation job ID.

" } } }, @@ -6598,7 +6622,7 @@ }, "storageCapacity": { "shape": "GetWorkflowResponseStorageCapacityInteger", - "documentation": "

The workflow's storage capacity in gibibytes.

" + "documentation": "

The workflow's default run storage capacity in gibibytes.

" }, "creationTime": { "shape": "WorkflowTimestamp", @@ -6751,6 +6775,10 @@ "tags": { "shape": "TagMap", "documentation": "

The source's tags.

" + }, + "readSetId": { + "shape": "ReadSetId", + "documentation": "

The source's read set ID.

" } }, "documentation": "

A source for an import read set job.

" @@ -6851,6 +6879,10 @@ "tags": { "shape": "TagMap", "documentation": "

The source's tags.

" + }, + "referenceId": { + "shape": "ReferenceId", + "documentation": "

The source's reference ID.

" } }, "documentation": "

An genome reference source.

" @@ -8523,6 +8555,12 @@ "min": 0, "pattern": "$|^arn:.+" }, + "ReferenceCreationType": { + "type": "string", + "enum": [ + "IMPORT" + ] + }, "ReferenceDescription": { "type": "string", "max": 255, diff --git a/apis/polly-2016-06-10.normal.json b/apis/polly-2016-06-10.normal.json index 3ee8594cc9..57437504ec 100644 --- a/apis/polly-2016-06-10.normal.json +++ b/apis/polly-2016-06-10.normal.json @@ -483,7 +483,9 @@ "fi-FI", "en-IE", "nl-BE", - "fr-BE" + "fr-BE", + "cs-CZ", + "de-CH" ] }, "LanguageCodeList": { @@ -1091,7 +1093,9 @@ "Zayd", "Danielle", "Gregory", - "Burcu" + "Burcu", + "Jitka", + "Sabrina" ] }, "VoiceList": { diff --git a/clients/bedrock.d.ts b/clients/bedrock.d.ts index 0b4711ba33..dfc7e11f21 100644 --- a/clients/bedrock.d.ts +++ b/clients/bedrock.d.ts @@ -68,11 +68,11 @@ declare class Bedrock extends Service { */ createModelImportJob(callback?: (err: AWSError, data: Bedrock.Types.CreateModelImportJobResponse) => void): Request; /** - * Creates a job to invoke a model on multiple prompts (batch inference). Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Create a batch inference job. The response returns a jobArn that you can use to stop or get details about the job. You can check the status of the job by sending a GetModelCustomizationJob request. + * Creates a batch inference job to invoke a model on multiple prompts. Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Process multiple prompts with batch inference. The response returns a jobArn that you can use to stop or get details about the job. */ createModelInvocationJob(params: Bedrock.Types.CreateModelInvocationJobRequest, callback?: (err: AWSError, data: Bedrock.Types.CreateModelInvocationJobResponse) => void): Request; /** - * Creates a job to invoke a model on multiple prompts (batch inference). Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Create a batch inference job. The response returns a jobArn that you can use to stop or get details about the job. You can check the status of the job by sending a GetModelCustomizationJob request. + * Creates a batch inference job to invoke a model on multiple prompts. Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Process multiple prompts with batch inference. The response returns a jobArn that you can use to stop or get details about the job. */ createModelInvocationJob(callback?: (err: AWSError, data: Bedrock.Types.CreateModelInvocationJobResponse) => void): Request; /** @@ -163,6 +163,14 @@ declare class Bedrock extends Service { * Gets properties associated with a customized model you imported. */ getImportedModel(callback?: (err: AWSError, data: Bedrock.Types.GetImportedModelResponse) => void): Request; + /** + * Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide. + */ + getInferenceProfile(params: Bedrock.Types.GetInferenceProfileRequest, callback?: (err: AWSError, data: Bedrock.Types.GetInferenceProfileResponse) => void): Request; + /** + * Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide. + */ + getInferenceProfile(callback?: (err: AWSError, data: Bedrock.Types.GetInferenceProfileResponse) => void): Request; /** * Retrieves information about a model copy job. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide. */ @@ -251,6 +259,14 @@ declare class Bedrock extends Service { * Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see Import a customized model in the Amazon Bedrock User Guide. */ listImportedModels(callback?: (err: AWSError, data: Bedrock.Types.ListImportedModelsResponse) => void): Request; + /** + * Returns a list of inference profiles that you can use. + */ + listInferenceProfiles(params: Bedrock.Types.ListInferenceProfilesRequest, callback?: (err: AWSError, data: Bedrock.Types.ListInferenceProfilesResponse) => void): Request; + /** + * Returns a list of inference profiles that you can use. + */ + listInferenceProfiles(callback?: (err: AWSError, data: Bedrock.Types.ListInferenceProfilesResponse) => void): Request; /** * Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide. */ @@ -1326,6 +1342,50 @@ declare namespace Bedrock { */ modelKmsKeyArn?: KmsKeyArn; } + export interface GetInferenceProfileRequest { + /** + * The unique identifier of the inference profile. + */ + inferenceProfileIdentifier: InferenceProfileIdentifier; + } + export interface GetInferenceProfileResponse { + /** + * The name of the inference profile. + */ + inferenceProfileName: InferenceProfileName; + /** + * A list of information about each model in the inference profile. + */ + models: InferenceProfileModels; + /** + * The description of the inference profile. + */ + description?: InferenceProfileDescription; + /** + * The time at which the inference profile was created. + */ + createdAt?: Timestamp; + /** + * The time at which the inference profile was last updated. + */ + updatedAt?: Timestamp; + /** + * The Amazon Resource Name (ARN) of the inference profile. + */ + inferenceProfileArn: InferenceProfileArn; + /** + * The unique identifier of the inference profile. + */ + inferenceProfileId: InferenceProfileId; + /** + * The status of the inference profile. ACTIVE means that the inference profile is available to use. + */ + status: InferenceProfileStatus; + /** + * The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock. + */ + type: InferenceProfileType; + } export interface GetModelCopyJobRequest { /** * The Amazon Resource Name (ARN) of the model copy job. @@ -2045,6 +2105,59 @@ declare namespace Bedrock { creationTime: Timestamp; } export type ImportedModelSummaryList = ImportedModelSummary[]; + export type InferenceProfileArn = string; + export type InferenceProfileDescription = string; + export type InferenceProfileId = string; + export type InferenceProfileIdentifier = string; + export interface InferenceProfileModel { + /** + * The Amazon Resource Name (ARN) of the model. + */ + modelArn?: FoundationModelArn; + } + export type InferenceProfileModels = InferenceProfileModel[]; + export type InferenceProfileName = string; + export type InferenceProfileStatus = "ACTIVE"|string; + export type InferenceProfileSummaries = InferenceProfileSummary[]; + export interface InferenceProfileSummary { + /** + * The name of the inference profile. + */ + inferenceProfileName: InferenceProfileName; + /** + * A list of information about each model in the inference profile. + */ + models: InferenceProfileModels; + /** + * The description of the inference profile. + */ + description?: InferenceProfileDescription; + /** + * The time at which the inference profile was created. + */ + createdAt?: Timestamp; + /** + * The time at which the inference profile was last updated. + */ + updatedAt?: Timestamp; + /** + * The Amazon Resource Name (ARN) of the inference profile. + */ + inferenceProfileArn: InferenceProfileArn; + /** + * The unique identifier of the inference profile. + */ + inferenceProfileId: InferenceProfileId; + /** + * The status of the inference profile. ACTIVE means that the inference profile is available to use. + */ + status: InferenceProfileStatus; + /** + * The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock. + */ + type: InferenceProfileType; + } + export type InferenceProfileType = "SYSTEM_DEFINED"|string; export type InferenceType = "ON_DEMAND"|"PROVISIONED"|string; export type InferenceTypeList = InferenceType[]; export type JobName = string; @@ -2235,6 +2348,26 @@ declare namespace Bedrock { */ modelSummaries?: ImportedModelSummaryList; } + export interface ListInferenceProfilesRequest { + /** + * The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results. + */ + maxResults?: MaxResults; + /** + * If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results. + */ + nextToken?: PaginationToken; + } + export interface ListInferenceProfilesResponse { + /** + * A list of information about each inference profile that you can use. + */ + inferenceProfileSummaries?: InferenceProfileSummaries; + /** + * If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results. + */ + nextToken?: PaginationToken; + } export interface ListModelCopyJobsRequest { /** * Filters for model copy jobs created after the specified time. diff --git a/clients/chatbot.d.ts b/clients/chatbot.d.ts index 4c2b929446..91971de76d 100644 --- a/clients/chatbot.d.ts +++ b/clients/chatbot.d.ts @@ -12,99 +12,99 @@ declare class Chatbot extends Service { constructor(options?: Chatbot.Types.ClientConfiguration) config: Config & Chatbot.Types.ClientConfiguration; /** - * Creates Chime Webhook Configuration + * Creates an AWS Chatbot configuration for Amazon Chime. */ createChimeWebhookConfiguration(params: Chatbot.Types.CreateChimeWebhookConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.CreateChimeWebhookConfigurationResult) => void): Request; /** - * Creates Chime Webhook Configuration + * Creates an AWS Chatbot configuration for Amazon Chime. */ createChimeWebhookConfiguration(callback?: (err: AWSError, data: Chatbot.Types.CreateChimeWebhookConfigurationResult) => void): Request; /** - * Creates MS Teams Channel Configuration + * Creates an AWS Chatbot configuration for Microsoft Teams. */ createMicrosoftTeamsChannelConfiguration(params: Chatbot.Types.CreateTeamsChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.CreateTeamsChannelConfigurationResult) => void): Request; /** - * Creates MS Teams Channel Configuration + * Creates an AWS Chatbot configuration for Microsoft Teams. */ createMicrosoftTeamsChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.CreateTeamsChannelConfigurationResult) => void): Request; /** - * Creates Slack Channel Configuration + * Creates an AWS Chatbot confugration for Slack. */ createSlackChannelConfiguration(params: Chatbot.Types.CreateSlackChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.CreateSlackChannelConfigurationResult) => void): Request; /** - * Creates Slack Channel Configuration + * Creates an AWS Chatbot confugration for Slack. */ createSlackChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.CreateSlackChannelConfigurationResult) => void): Request; /** - * Deletes a Chime Webhook Configuration + * Deletes a Amazon Chime webhook configuration for AWS Chatbot. */ deleteChimeWebhookConfiguration(params: Chatbot.Types.DeleteChimeWebhookConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteChimeWebhookConfigurationResult) => void): Request; /** - * Deletes a Chime Webhook Configuration + * Deletes a Amazon Chime webhook configuration for AWS Chatbot. */ deleteChimeWebhookConfiguration(callback?: (err: AWSError, data: Chatbot.Types.DeleteChimeWebhookConfigurationResult) => void): Request; /** - * Deletes MS Teams Channel Configuration + * Deletes a Microsoft Teams channel configuration for AWS Chatbot */ deleteMicrosoftTeamsChannelConfiguration(params: Chatbot.Types.DeleteTeamsChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteTeamsChannelConfigurationResult) => void): Request; /** - * Deletes MS Teams Channel Configuration + * Deletes a Microsoft Teams channel configuration for AWS Chatbot */ deleteMicrosoftTeamsChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.DeleteTeamsChannelConfigurationResult) => void): Request; /** - * Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it. + * Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it. */ deleteMicrosoftTeamsConfiguredTeam(params: Chatbot.Types.DeleteTeamsConfiguredTeamRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteTeamsConfiguredTeamResult) => void): Request; /** - * Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it. + * Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it. */ deleteMicrosoftTeamsConfiguredTeam(callback?: (err: AWSError, data: Chatbot.Types.DeleteTeamsConfiguredTeamResult) => void): Request; /** - * Deletes a Teams user identity + * Identifes a user level permission for a channel configuration. */ deleteMicrosoftTeamsUserIdentity(params: Chatbot.Types.DeleteMicrosoftTeamsUserIdentityRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteMicrosoftTeamsUserIdentityResult) => void): Request; /** - * Deletes a Teams user identity + * Identifes a user level permission for a channel configuration. */ deleteMicrosoftTeamsUserIdentity(callback?: (err: AWSError, data: Chatbot.Types.DeleteMicrosoftTeamsUserIdentityResult) => void): Request; /** - * Deletes Slack Channel Configuration + * Deletes a Slack channel configuration for AWS Chatbot */ deleteSlackChannelConfiguration(params: Chatbot.Types.DeleteSlackChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackChannelConfigurationResult) => void): Request; /** - * Deletes Slack Channel Configuration + * Deletes a Slack channel configuration for AWS Chatbot */ deleteSlackChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackChannelConfigurationResult) => void): Request; /** - * Deletes a Slack user identity + * Deletes a user level permission for a Slack channel configuration. */ deleteSlackUserIdentity(params: Chatbot.Types.DeleteSlackUserIdentityRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackUserIdentityResult) => void): Request; /** - * Deletes a Slack user identity + * Deletes a user level permission for a Slack channel configuration. */ deleteSlackUserIdentity(callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackUserIdentityResult) => void): Request; /** - * Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted. + * Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted. */ deleteSlackWorkspaceAuthorization(params: Chatbot.Types.DeleteSlackWorkspaceAuthorizationRequest, callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackWorkspaceAuthorizationResult) => void): Request; /** - * Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted. + * Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted. */ deleteSlackWorkspaceAuthorization(callback?: (err: AWSError, data: Chatbot.Types.DeleteSlackWorkspaceAuthorizationResult) => void): Request; /** - * Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn + * Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn */ describeChimeWebhookConfigurations(params: Chatbot.Types.DescribeChimeWebhookConfigurationsRequest, callback?: (err: AWSError, data: Chatbot.Types.DescribeChimeWebhookConfigurationsResult) => void): Request; /** - * Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn + * Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn */ describeChimeWebhookConfigurations(callback?: (err: AWSError, data: Chatbot.Types.DescribeChimeWebhookConfigurationsResult) => void): Request; /** - * Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn + * Lists Slack channel configurations optionally filtered by ChatConfigurationArn */ describeSlackChannelConfigurations(params: Chatbot.Types.DescribeSlackChannelConfigurationsRequest, callback?: (err: AWSError, data: Chatbot.Types.DescribeSlackChannelConfigurationsResult) => void): Request; /** - * Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn + * Lists Slack channel configurations optionally filtered by ChatConfigurationArn */ describeSlackChannelConfigurations(callback?: (err: AWSError, data: Chatbot.Types.DescribeSlackChannelConfigurationsResult) => void): Request; /** @@ -116,107 +116,107 @@ declare class Chatbot extends Service { */ describeSlackUserIdentities(callback?: (err: AWSError, data: Chatbot.Types.DescribeSlackUserIdentitiesResult) => void): Request; /** - * Lists all authorized Slack Workspaces for AWS Account + * List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot. */ describeSlackWorkspaces(params: Chatbot.Types.DescribeSlackWorkspacesRequest, callback?: (err: AWSError, data: Chatbot.Types.DescribeSlackWorkspacesResult) => void): Request; /** - * Lists all authorized Slack Workspaces for AWS Account + * List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot. */ describeSlackWorkspaces(callback?: (err: AWSError, data: Chatbot.Types.DescribeSlackWorkspacesResult) => void): Request; /** - * Get Chatbot account level preferences + * Returns AWS Chatbot account preferences. */ getAccountPreferences(params: Chatbot.Types.GetAccountPreferencesRequest, callback?: (err: AWSError, data: Chatbot.Types.GetAccountPreferencesResult) => void): Request; /** - * Get Chatbot account level preferences + * Returns AWS Chatbot account preferences. */ getAccountPreferences(callback?: (err: AWSError, data: Chatbot.Types.GetAccountPreferencesResult) => void): Request; /** - * Get a single MS Teams Channel Configurations + * Returns a Microsoft Teams channel configuration in an AWS account. */ getMicrosoftTeamsChannelConfiguration(params: Chatbot.Types.GetTeamsChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.GetTeamsChannelConfigurationResult) => void): Request; /** - * Get a single MS Teams Channel Configurations + * Returns a Microsoft Teams channel configuration in an AWS account. */ getMicrosoftTeamsChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.GetTeamsChannelConfigurationResult) => void): Request; /** - * Lists MS Teams Channel Configurations optionally filtered by TeamId + * Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account. */ listMicrosoftTeamsChannelConfigurations(params: Chatbot.Types.ListTeamsChannelConfigurationsRequest, callback?: (err: AWSError, data: Chatbot.Types.ListTeamsChannelConfigurationsResult) => void): Request; /** - * Lists MS Teams Channel Configurations optionally filtered by TeamId + * Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account. */ listMicrosoftTeamsChannelConfigurations(callback?: (err: AWSError, data: Chatbot.Types.ListTeamsChannelConfigurationsResult) => void): Request; /** - * Lists all authorized MS teams for AWS Account + * Lists all authorized Microsoft Teams for an AWS Account */ listMicrosoftTeamsConfiguredTeams(params: Chatbot.Types.ListMicrosoftTeamsConfiguredTeamsRequest, callback?: (err: AWSError, data: Chatbot.Types.ListMicrosoftTeamsConfiguredTeamsResult) => void): Request; /** - * Lists all authorized MS teams for AWS Account + * Lists all authorized Microsoft Teams for an AWS Account */ listMicrosoftTeamsConfiguredTeams(callback?: (err: AWSError, data: Chatbot.Types.ListMicrosoftTeamsConfiguredTeamsResult) => void): Request; /** - * Lists all Microsoft Teams user identities with a mapped role. + * A list all Microsoft Teams user identities with a mapped role. */ listMicrosoftTeamsUserIdentities(params: Chatbot.Types.ListMicrosoftTeamsUserIdentitiesRequest, callback?: (err: AWSError, data: Chatbot.Types.ListMicrosoftTeamsUserIdentitiesResult) => void): Request; /** - * Lists all Microsoft Teams user identities with a mapped role. + * A list all Microsoft Teams user identities with a mapped role. */ listMicrosoftTeamsUserIdentities(callback?: (err: AWSError, data: Chatbot.Types.ListMicrosoftTeamsUserIdentitiesResult) => void): Request; /** - * Retrieves the list of tags applied to a configuration. + * Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role. */ listTagsForResource(params: Chatbot.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Chatbot.Types.ListTagsForResourceResponse) => void): Request; /** - * Retrieves the list of tags applied to a configuration. + * Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role. */ listTagsForResource(callback?: (err: AWSError, data: Chatbot.Types.ListTagsForResourceResponse) => void): Request; /** - * Applies the supplied tags to a configuration. + * Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities. */ tagResource(params: Chatbot.Types.TagResourceRequest, callback?: (err: AWSError, data: Chatbot.Types.TagResourceResponse) => void): Request; /** - * Applies the supplied tags to a configuration. + * Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities. */ tagResource(callback?: (err: AWSError, data: Chatbot.Types.TagResourceResponse) => void): Request; /** - * Removes the supplied tags from a configuration + * Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities. */ untagResource(params: Chatbot.Types.UntagResourceRequest, callback?: (err: AWSError, data: Chatbot.Types.UntagResourceResponse) => void): Request; /** - * Removes the supplied tags from a configuration + * Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities. */ untagResource(callback?: (err: AWSError, data: Chatbot.Types.UntagResourceResponse) => void): Request; /** - * Update Chatbot account level preferences + * Updates AWS Chatbot account preferences. */ updateAccountPreferences(params: Chatbot.Types.UpdateAccountPreferencesRequest, callback?: (err: AWSError, data: Chatbot.Types.UpdateAccountPreferencesResult) => void): Request; /** - * Update Chatbot account level preferences + * Updates AWS Chatbot account preferences. */ updateAccountPreferences(callback?: (err: AWSError, data: Chatbot.Types.UpdateAccountPreferencesResult) => void): Request; /** - * Updates a Chime Webhook Configuration + * Updates a Amazon Chime webhook configuration. */ updateChimeWebhookConfiguration(params: Chatbot.Types.UpdateChimeWebhookConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.UpdateChimeWebhookConfigurationResult) => void): Request; /** - * Updates a Chime Webhook Configuration + * Updates a Amazon Chime webhook configuration. */ updateChimeWebhookConfiguration(callback?: (err: AWSError, data: Chatbot.Types.UpdateChimeWebhookConfigurationResult) => void): Request; /** - * Updates MS Teams Channel Configuration + * Updates an Microsoft Teams channel configuration. */ updateMicrosoftTeamsChannelConfiguration(params: Chatbot.Types.UpdateTeamsChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.UpdateTeamsChannelConfigurationResult) => void): Request; /** - * Updates MS Teams Channel Configuration + * Updates an Microsoft Teams channel configuration. */ updateMicrosoftTeamsChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.UpdateTeamsChannelConfigurationResult) => void): Request; /** - * Updates Slack Channel Configuration + * Updates a Slack channel configuration. */ updateSlackChannelConfiguration(params: Chatbot.Types.UpdateSlackChannelConfigurationRequest, callback?: (err: AWSError, data: Chatbot.Types.UpdateSlackChannelConfigurationResult) => void): Request; /** - * Updates Slack Channel Configuration + * Updates a Slack channel configuration. */ updateSlackChannelConfiguration(callback?: (err: AWSError, data: Chatbot.Types.UpdateSlackChannelConfigurationResult) => void): Request; } @@ -227,7 +227,7 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies. + * Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot. */ TrainingDataCollectionEnabled?: BooleanAccountPreference; } @@ -238,19 +238,19 @@ declare namespace Chatbot { export type ChatConfigurationArn = string; export interface ChimeWebhookConfiguration { /** - * Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html. + * A description of the webhook. We recommend using the convention RoomName/WebhookName. For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide. */ WebhookDescription: ChimeWebhookDescription; /** - * The ARN of the ChimeWebhookConfiguration. + * The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration. */ ChatConfigurationArn: ChatConfigurationArn; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns: SnsTopicArnList; /** @@ -258,11 +258,11 @@ declare namespace Chatbot { */ ConfigurationName?: ConfigurationName; /** - * Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include ERROR, INFO, or NONE. + * Logging levels include ERROR, INFO, or NONE. */ LoggingLevel?: CustomerCwLogLevel; /** - * A list of tags applied to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } @@ -276,7 +276,7 @@ declare namespace Chatbot { */ TenantId: UUID; /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId: UUID; /** @@ -287,19 +287,19 @@ declare namespace Chatbot { export type ConfiguredTeamsList = ConfiguredTeam[]; export interface CreateChimeWebhookConfigurationRequest { /** - * Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html. + * A description of the webhook. We recommend using the convention RoomName/WebhookName. For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide. */ WebhookDescription: ChimeWebhookDescription; /** - * URL for the Chime webhook. + * The URL for the Amazon Chime webhook. */ WebhookUrl: ChimeWebhookUrl; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns: SnsTopicArnList; /** - * This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** @@ -311,13 +311,13 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * A list of tags to apply to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } export interface CreateChimeWebhookConfigurationResult { /** - * Chime webhook configuration. + * An Amazon Chime webhook configuration. */ WebhookConfiguration?: ChimeWebhookConfiguration; } @@ -327,19 +327,19 @@ declare namespace Chatbot { */ SlackTeamId: SlackTeamId; /** - * The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. + * The ID of the Slack channel. To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. */ SlackChannelId: SlackChannelId; /** - * The name of the Slack Channel. + * The name of the Slack channel. */ SlackChannelName?: SlackChannelDisplayName; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns?: SnsTopicArnList; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** @@ -351,7 +351,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** @@ -359,7 +359,7 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * A list of tags to apply to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } @@ -379,7 +379,7 @@ declare namespace Chatbot { */ ChannelName?: TeamsChannelName; /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId: UUID; /** @@ -391,11 +391,11 @@ declare namespace Chatbot { */ TenantId: UUID; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns?: SnsTopicArnList; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** @@ -407,7 +407,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** @@ -415,7 +415,7 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * A list of tags to apply to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } @@ -428,7 +428,7 @@ declare namespace Chatbot { export type CustomerCwLogLevel = string; export interface DeleteChimeWebhookConfigurationRequest { /** - * The ARN of the ChimeWebhookConfiguration to delete. + * The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete. */ ChatConfigurationArn: ChatConfigurationArn; } @@ -440,7 +440,7 @@ declare namespace Chatbot { */ ChatConfigurationArn: ChatConfigurationArn; /** - * Id from Microsoft Teams for user. + * The Microsoft Teams user ID. */ UserId: UUID; } @@ -448,7 +448,7 @@ declare namespace Chatbot { } export interface DeleteSlackChannelConfigurationRequest { /** - * The ARN of the SlackChannelConfiguration to delete. + * The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete. */ ChatConfigurationArn: ChatConfigurationArn; } @@ -464,7 +464,7 @@ declare namespace Chatbot { */ SlackTeamId: SlackTeamId; /** - * The ID of the user in Slack. + * The ID of the user in Slack */ SlackUserId: SlackUserId; } @@ -480,7 +480,7 @@ declare namespace Chatbot { } export interface DeleteTeamsChannelConfigurationRequest { /** - * The ARN of the MicrosoftTeamsChannelConfiguration to delete. + * The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. */ ChatConfigurationArn: ChatConfigurationArn; } @@ -488,7 +488,7 @@ declare namespace Chatbot { } export interface DeleteTeamsConfiguredTeamRequest { /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId: UUID; } @@ -496,45 +496,45 @@ declare namespace Chatbot { } export interface DescribeChimeWebhookConfigurationsRequest { /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. + * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** - * An optional ARN of a ChimeWebhookConfiguration to describe. + * An optional Amazon Resource Number (ARN) of a ChimeWebhookConfiguration to describe. */ ChatConfigurationArn?: ChatConfigurationArn; } export interface DescribeChimeWebhookConfigurationsResult { /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** - * A list of Chime webhooks associated with the account. + * A list of Amazon Chime webhooks associated with the account. */ WebhookConfigurations?: ChimeWebhookConfigurationList; } export interface DescribeSlackChannelConfigurationsRequest { /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. + * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** - * An optional ARN of a SlackChannelConfiguration to describe. + * An optional Amazon Resource Number (ARN) of a SlackChannelConfiguration to describe. */ ChatConfigurationArn?: ChatConfigurationArn; } export interface DescribeSlackChannelConfigurationsResult { /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** @@ -544,15 +544,15 @@ declare namespace Chatbot { } export interface DescribeSlackUserIdentitiesRequest { /** - * The ARN of the SlackChannelConfiguration associated with the user identities to describe. + * The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identities to describe. */ ChatConfigurationArn?: ChatConfigurationArn; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. + * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } @@ -562,27 +562,27 @@ declare namespace Chatbot { */ SlackUserIdentities?: SlackUserIdentitiesList; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; } export interface DescribeSlackWorkspacesRequest { /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. + * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; } export interface DescribeSlackWorkspacesResult { /** - * A list of Slack Workspaces registered with AWS Chatbot. + * A list of Slack workspaces registered with AWS Chatbot. */ SlackWorkspaces?: SlackWorkspacesList; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; } @@ -590,13 +590,13 @@ declare namespace Chatbot { } export interface GetAccountPreferencesResult { /** - * Preferences which apply for AWS Chatbot usage in the calling AWS account. + * The preferences related to AWS Chatbot usage in the calling AWS account. */ AccountPreferences?: AccountPreferences; } export interface GetTeamsChannelConfigurationRequest { /** - * The ARN of the MicrosoftTeamsChannelConfiguration to retrieve. + * The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve. */ ChatConfigurationArn: ChatConfigurationArn; } @@ -620,7 +620,7 @@ declare namespace Chatbot { } export interface ListMicrosoftTeamsConfiguredTeamsResult { /** - * A list of teams in Microsoft Teams that have been configured with AWS Chatbot. + * A list of teams in Microsoft Teams that are configured with AWS Chatbot. */ ConfiguredTeams?: ConfiguredTeamsList; /** @@ -630,15 +630,15 @@ declare namespace Chatbot { } export interface ListMicrosoftTeamsUserIdentitiesRequest { /** - * The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identities to list. + * The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identities to list. */ ChatConfigurationArn?: ChatConfigurationArn; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. + * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } @@ -648,19 +648,19 @@ declare namespace Chatbot { */ TeamsUserIdentities?: TeamsUserIdentitiesList; /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. + * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: PaginationToken; } export interface ListTagsForResourceRequest { /** - * The ARN of the configuration. + * The ARN you specified to list the tags of. */ ResourceARN: AmazonResourceName; } export interface ListTagsForResourceResponse { /** - * A list of tags applied to the configuration. + * Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define. */ Tags?: TagList; } @@ -674,7 +674,7 @@ declare namespace Chatbot { */ NextToken?: PaginationToken; /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId?: UUID; } @@ -692,27 +692,27 @@ declare namespace Chatbot { export type PaginationToken = string; export interface SlackChannelConfiguration { /** - * Name of the Slack Workspace. + * Name of the Slack workspace. */ SlackTeamName: SlackTeamName; /** - * The ID of the Slack workspace authorized with AWS Chatbot. + * The ID of the Slack workspace authorized with Amazon Chime. */ SlackTeamId: SlackTeamId; /** - * The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. + * The ID of the Slack channel. To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. */ SlackChannelId: SlackChannelId; /** - * The name of the Slack Channel. + * The name of the Slack channel. */ SlackChannelName: SlackChannelDisplayName; /** - * The ARN of the SlackChannelConfiguration. + * The Amazon Resource Number (ARN) of the SlackChannelConfiguration. */ ChatConfigurationArn: ChatConfigurationArn; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** @@ -728,7 +728,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** @@ -736,7 +736,7 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * A list of tags applied to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } @@ -749,11 +749,11 @@ declare namespace Chatbot { export type SlackUserIdentitiesList = SlackUserIdentity[]; export interface SlackUserIdentity { /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** - * The ARN of the SlackChannelConfiguration associated with the user identity. + * The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete. */ ChatConfigurationArn: ChatConfigurationArn; /** @@ -761,11 +761,11 @@ declare namespace Chatbot { */ SlackTeamId: SlackTeamId; /** - * The ID of the user in Slack. + * The ID of the user in Slack */ SlackUserId: SlackUserId; /** - * The AWS user identity ARN used to associate a Slack User Identity with an IAM Role. + * The AWS user identity ARN used to associate a Slack user ID with an IAM Role. */ AwsUserIdentity?: AwsUserIdentity; } @@ -775,20 +775,19 @@ declare namespace Chatbot { */ SlackTeamId: SlackTeamId; /** - * Name of the Slack Workspace. + * The name of the Slack workspace. */ SlackTeamName: SlackTeamName; } export type SlackWorkspacesList = SlackWorkspace[]; export type SnsTopicArnList = Arn[]; - export type String = string; export interface Tag { /** - * The tag key. + * The key of the tag. */ TagKey: TagKey; /** - * The tag value. + * The value of the tag. */ TagValue: TagValue; } @@ -821,27 +820,27 @@ declare namespace Chatbot { */ ChannelName?: TeamsChannelName; /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId: UUID; /** * The name of the Microsoft Teams Team. */ - TeamName?: String; + TeamName?: TeamName; /** * The ID of the Microsoft Teams tenant. */ TenantId: UUID; /** - * The ARN of the MicrosoftTeamsChannelConfiguration. + * The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. */ ChatConfigurationArn: ChatConfigurationArn; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns: SnsTopicArnList; /** @@ -853,7 +852,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** @@ -861,7 +860,7 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * A list of tags applied to the configuration. + * A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. */ Tags?: Tags; } @@ -870,23 +869,23 @@ declare namespace Chatbot { export type TeamsUserIdentitiesList = TeamsUserIdentity[]; export interface TeamsUserIdentity { /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn: Arn; /** - * The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity. + * The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. */ ChatConfigurationArn: ChatConfigurationArn; /** - * The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. + * The ID of the Microsoft Teams authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide. */ TeamId: UUID; /** - * Id from Microsoft Teams for user. + * The Microsoft Teams user ID. */ UserId?: UUID; /** - * The AWS user identity ARN used to associate a Microsoft Teams User Identity with an IAM Role. + * The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role. */ AwsUserIdentity?: AwsUserIdentity; /** @@ -901,11 +900,11 @@ declare namespace Chatbot { export type UUID = string; export interface UntagResourceRequest { /** - * The ARN of the configuration. + * The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role. */ ResourceARN: AmazonResourceName; /** - * A list of tag keys to remove from the configuration. + * TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose. */ TagKeys: TagKeyList; } @@ -917,27 +916,27 @@ declare namespace Chatbot { */ UserAuthorizationRequired?: BooleanAccountPreference; /** - * Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies. + * Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot. */ TrainingDataCollectionEnabled?: BooleanAccountPreference; } export interface UpdateAccountPreferencesResult { /** - * Preferences which apply for AWS Chatbot usage in the calling AWS account. + * Preferences related to AWS Chatbot usage in the calling AWS account. */ AccountPreferences?: AccountPreferences; } export interface UpdateChimeWebhookConfigurationRequest { /** - * The ARN of the ChimeWebhookConfiguration to update. + * The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration to update. */ ChatConfigurationArn: ChatConfigurationArn; /** - * Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html. + * A description of the webhook. We recommend using the convention RoomName/WebhookName. For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide. */ WebhookDescription?: ChimeWebhookDescription; /** - * URL for the Chime webhook. + * The URL for the Amazon Chime webhook. */ WebhookUrl?: ChimeWebhookUrl; /** @@ -945,7 +944,7 @@ declare namespace Chatbot { */ SnsTopicArns?: SnsTopicArnList; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn?: Arn; /** @@ -955,29 +954,29 @@ declare namespace Chatbot { } export interface UpdateChimeWebhookConfigurationResult { /** - * Chime webhook configuration. + * A Amazon Chime webhook configuration. */ WebhookConfiguration?: ChimeWebhookConfiguration; } export interface UpdateSlackChannelConfigurationRequest { /** - * The ARN of the SlackChannelConfiguration to update. + * The Amazon Resource Number (ARN) of the SlackChannelConfiguration to update. */ ChatConfigurationArn: ChatConfigurationArn; /** - * The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. + * The ID of the Slack channel. To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. */ SlackChannelId: SlackChannelId; /** - * The name of the Slack Channel. + * The name of the Slack channel. */ SlackChannelName?: SlackChannelDisplayName; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns?: SnsTopicArnList; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn?: Arn; /** @@ -985,7 +984,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** @@ -1001,7 +1000,7 @@ declare namespace Chatbot { } export interface UpdateTeamsChannelConfigurationRequest { /** - * The ARN of the MicrosoftTeamsChannelConfiguration to update. + * The Amazon Resource Number (ARN) of the TeamsChannelConfiguration to update. */ ChatConfigurationArn: ChatConfigurationArn; /** @@ -1013,11 +1012,11 @@ declare namespace Chatbot { */ ChannelName?: TeamsChannelName; /** - * The ARNs of the SNS topics that deliver notifications to AWS Chatbot. + * The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. */ SnsTopicArns?: SnsTopicArnList; /** - * The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot. + * A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. */ IamRoleArn?: Arn; /** @@ -1025,7 +1024,7 @@ declare namespace Chatbot { */ LoggingLevel?: CustomerCwLogLevel; /** - * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set. + * The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set. */ GuardrailPolicyArns?: GuardrailPolicyArnList; /** diff --git a/clients/omics.d.ts b/clients/omics.d.ts index 8250e4b508..81898d61d0 100644 --- a/clients/omics.d.ts +++ b/clients/omics.d.ts @@ -102,11 +102,11 @@ declare class Omics extends Service { */ createReferenceStore(callback?: (err: AWSError, data: Omics.Types.CreateReferenceStoreResponse) => void): Request; /** - * Creates a run group. + * You can optionally create a run group to limit the compute resources for the runs that you add to the group. */ createRunGroup(params: Omics.Types.CreateRunGroupRequest, callback?: (err: AWSError, data: Omics.Types.CreateRunGroupResponse) => void): Request; /** - * Creates a run group. + * You can optionally create a run group to limit the compute resources for the runs that you add to the group. */ createRunGroup(callback?: (err: AWSError, data: Omics.Types.CreateRunGroupResponse) => void): Request; /** @@ -118,11 +118,11 @@ declare class Omics extends Service { */ createSequenceStore(callback?: (err: AWSError, data: Omics.Types.CreateSequenceStoreResponse) => void): Request; /** - * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: Healthomics variant stores Healthomics annotation stores Private workflows + * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: HealthOmics variant stores HealthOmics annotation stores Private workflows */ createShare(params: Omics.Types.CreateShareRequest, callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request; /** - * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: Healthomics variant stores Healthomics annotation stores Private workflows + * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: HealthOmics variant stores HealthOmics annotation stores Private workflows */ createShare(callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request; /** @@ -1392,15 +1392,15 @@ declare namespace Omics { */ name?: RunGroupName; /** - * The maximum number of CPUs to use in the group. + * The maximum number of CPUs that can run concurrently across all active runs in the run group. */ maxCpus?: CreateRunGroupRequestMaxCpusInteger; /** - * The maximum number of concurrent runs for the group. + * The maximum number of runs that can be running at the same time. */ maxRuns?: CreateRunGroupRequestMaxRunsInteger; /** - * A maximum run time for the group in minutes. + * The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically. */ maxDuration?: CreateRunGroupRequestMaxDurationInteger; /** @@ -1412,7 +1412,7 @@ declare namespace Omics { */ requestId: RunGroupRequestId; /** - * The maximum GPUs that can be used by a run group. + * The maximum number of GPUs that can run concurrently across all active runs in the run group. */ maxGpus?: CreateRunGroupRequestMaxGpusInteger; } @@ -1600,7 +1600,7 @@ declare namespace Omics { */ parameterTemplate?: WorkflowParameterTemplate; /** - * The storage capacity for the workflow in gibibytes. + * The default storage capacity for the workflow runs, in gibibytes. */ storageCapacity?: CreateWorkflowRequestStorageCapacityInteger; /** @@ -1635,6 +1635,7 @@ declare namespace Omics { */ tags?: TagMap; } + export type CreationJobId = string; export type CreationTime = Date; export type CreationType = "IMPORT"|"UPLOAD"|string; export interface DeleteAnnotationStoreRequest { @@ -2274,6 +2275,10 @@ declare namespace Omics { * The entity tag (ETag) is a hash of the object meant to represent its semantic content. */ etag?: ETag; + /** + * The read set's creation job ID. + */ + creationJobId?: CreationJobId; } export interface GetReadSetRequest { /** @@ -2395,6 +2400,14 @@ declare namespace Omics { * The reference's files. */ files?: ReferenceFiles; + /** + * The reference's creation type. + */ + creationType?: ReferenceCreationType; + /** + * The reference's creation job ID. + */ + creationJobId?: CreationJobId; } export interface GetReferenceRequest { /** @@ -2938,7 +2951,7 @@ declare namespace Omics { */ parameterTemplate?: WorkflowParameterTemplate; /** - * The workflow's storage capacity in gibibytes. + * The workflow's default run storage capacity in gibibytes. */ storageCapacity?: GetWorkflowResponseStorageCapacityInteger; /** @@ -3051,6 +3064,10 @@ declare namespace Omics { * The source's tags. */ tags?: TagMap; + /** + * The source's read set ID. + */ + readSetId?: ReadSetId; } export type ImportReadSetSourceList = ImportReadSetSourceItem[]; export interface ImportReferenceFilter { @@ -3119,6 +3136,10 @@ declare namespace Omics { * The source's tags. */ tags?: TagMap; + /** + * The source's reference ID. + */ + referenceId?: ReferenceId; } export type ImportReferenceSourceList = ImportReferenceSourceItem[]; export type Integer = number; @@ -4043,6 +4064,7 @@ declare namespace Omics { export type ReadSetUploadPartListItemPartSizeLong = number; export type ReferenceArn = string; export type ReferenceArnFilter = string; + export type ReferenceCreationType = "IMPORT"|string; export type ReferenceDescription = string; export type ReferenceFile = "SOURCE"|"INDEX"|string; export interface ReferenceFiles { diff --git a/clients/polly.d.ts b/clients/polly.d.ts index 80e8cfc233..a0af85871c 100644 --- a/clients/polly.d.ts +++ b/clients/polly.d.ts @@ -162,7 +162,7 @@ declare namespace Polly { SynthesisTask?: SynthesisTask; } export type IncludeAdditionalLanguageCodes = boolean; - export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|string; + export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH"|string; export type LanguageCodeList = LanguageCode[]; export type LanguageName = string; export type LastModified = Date; @@ -488,7 +488,7 @@ declare namespace Polly { */ SupportedEngines?: EngineList; } - export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|string; + export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina"|string; export type VoiceList = Voice[]; export type VoiceName = string; /** diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index 20e87b0a67..62cf25ba55 100644 --- a/dist/aws-sdk-core-react-native.js +++ b/dist/aws-sdk-core-react-native.js @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1683.0', + VERSION: '2.1684.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index 0e26d8114c..3268711972 100644 --- a/dist/aws-sdk-react-native.js +++ b/dist/aws-sdk-react-native.js @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1683.0', + VERSION: '2.1684.0', /** * @api private @@ -63602,7 +63602,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1227 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"omics","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"}},"AcceptShare":{"http":{"requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"Su"},"name":{},"description":{},"tags":{"shape":"Sy"},"versionName":{},"sseConfig":{"shape":"S12"},"storeFormat":{},"storeOptions":{"shape":"S16"}}},"output":{"type":"structure","required":["id","status","name","versionName","creationTime"],"members":{"id":{},"reference":{"shape":"Su"},"storeFormat":{},"storeOptions":{"shape":"S16"},"status":{},"name":{},"versionName":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{},"description":{},"versionOptions":{"shape":"S1k"},"tags":{"shape":"Sy"}}},"output":{"type":"structure","required":["id","versionName","storeId","name","status","creationTime"],"members":{"id":{},"versionName":{},"storeId":{},"versionOptions":{"shape":"S1k"},"name":{},"status":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S12"},"tags":{"shape":"Sy"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S12"},"tags":{"shape":"Sy"},"clientToken":{},"fallbackLocation":{},"eTagAlgorithmFamily":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"eTagAlgorithmFamily":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateShare":{"http":{"requestUri":"/share","responseCode":200},"input":{"type":"structure","required":["resourceArn","principalSubscriber"],"members":{"resourceArn":{},"principalSubscriber":{},"shareName":{}}},"output":{"type":"structure","members":{"shareId":{},"status":{},"shareName":{}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"Su"},"name":{},"description":{},"tags":{"shape":"Sy"},"sseConfig":{"shape":"S12"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2y"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions/delete","responseCode":200},"input":{"type":"structure","required":["name","versions"],"members":{"name":{"location":"uri","locationName":"name"},"versions":{"type":"list","member":{}},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["versionName","message"],"members":{"versionName":{},"message":{}}}}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteShare":{"http":{"method":"DELETE","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S47"},"annotationFields":{"shape":"S4k"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes","numVersions"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"storeOptions":{"shape":"S16"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"},"numVersions":{"type":"integer"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStoreVersion":{"http":{"method":"GET","requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"}}},"output":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","tags","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"versionOptions":{"shape":"S1k"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5l"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1y"},"sequenceInformation":{"shape":"S5r"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S5t"},"source2":{"shape":"S5t"},"index":{"shape":"S5t"}}},"statusMessage":{},"creationType":{},"etag":{"shape":"S60"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1y"},"updateTime":{"shape":"S1y"},"files":{"type":"structure","members":{"source":{"shape":"S5t"},"index":{"shape":"S5t"}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S6y"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S76"},"startTime":{"shape":"S76"},"stopTime":{"shape":"S76"},"statusMessage":{},"tags":{"shape":"Sy"},"accelerators":{},"retentionMode":{},"failureReason":{},"logLocation":{"type":"structure","members":{"engineLogStream":{},"runLogStream":{}}},"uuid":{},"runOutputUri":{},"storageType":{},"workflowOwnerId":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7l"},"tags":{"shape":"Sy"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7u"},"startTime":{"shape":"S7u"},"stopTime":{"shape":"S7u"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"},"instanceType":{},"failureReason":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"s3Access":{"type":"structure","members":{"s3Uri":{},"s3AccessPointArn":{}}},"eTagAlgorithmFamily":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetShare":{"http":{"method":"GET","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"share":{"shape":"S86"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}},"workflowOwnerId":{"location":"querystring","locationName":"workflowOwnerId"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2y"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S8i"},"statusMessage":{},"tags":{"shape":"Sy"},"metadata":{"shape":"S8k"},"accelerators":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStoreVersions":{"type":"list","member":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"},"creationTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1y"},"lastUpdatedTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"},"sampleId":{},"subjectId":{},"generatedFrom":{},"creationType":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S5r"},"creationTime":{"shape":"S1y"},"statusMessage":{},"creationType":{},"etag":{"shape":"S60"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1y"},"updateTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7l"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7u"},"startTime":{"shape":"S7u"},"stopTime":{"shape":"S7u"},"gpus":{"type":"integer"},"instanceType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S76"},"startTime":{"shape":"S76"},"stopTime":{"shape":"S76"},"storageType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"eTagAlgorithmFamily":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListShares":{"http":{"requestUri":"/shares","responseCode":200},"input":{"type":"structure","required":["resourceOwner"],"members":{"resourceOwner":{},"filter":{"type":"structure","members":{"resourceArns":{"type":"list","member":{}},"status":{"type":"list","member":{}},"type":{"type":"list","member":{}}}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["shares"],"members":{"shares":{"type":"list","member":{"shape":"S86"}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S8i"},"metadata":{"shape":"S8k"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"versionName":{},"formatOptions":{"shape":"S47"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5l"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S6y"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"retentionMode":{},"storageType":{},"workflowOwnerId":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sy"},"uuid":{},"runOutputUri":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"storeOptions":{"shape":"S16"},"storeFormat":{}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"},"description":{}}},"output":{"type":"structure","required":["storeId","id","status","name","versionName","description","creationTime","updateTime"],"members":{"storeId":{},"id":{},"status":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"storage-"}}},"shapes":{"Su":{"type":"structure","members":{"referenceArn":{}},"union":true},"Sy":{"type":"map","key":{},"value":{}},"S12":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S16":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S19"},"schema":{"type":"list","member":{"shape":"S1d"}}}}},"union":true},"S19":{"type":"map","key":{},"value":{}},"S1d":{"type":"map","key":{},"value":{}},"S1i":{"type":"timestamp","timestampFormat":"iso8601"},"S1k":{"type":"structure","members":{"tsvVersionOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S19"},"schema":{"type":"list","member":{"shape":"S1d"}}}}},"union":true},"S1y":{"type":"timestamp","timestampFormat":"iso8601"},"S2y":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S41":{"type":"timestamp","timestampFormat":"iso8601"},"S42":{"type":"timestamp","timestampFormat":"iso8601"},"S47":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S4k":{"type":"map","key":{},"value":{}},"S5l":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S5r":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S5t":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"},"s3Access":{"type":"structure","members":{"s3Uri":{}}}}},"S60":{"type":"structure","members":{"algorithm":{},"source1":{},"source2":{}}},"S6y":{"type":"structure","members":{},"document":true},"S76":{"type":"timestamp","timestampFormat":"iso8601"},"S7l":{"type":"timestamp","timestampFormat":"iso8601"},"S7u":{"type":"timestamp","timestampFormat":"iso8601"},"S86":{"type":"structure","members":{"shareId":{},"resourceArn":{},"resourceId":{},"principalSubscriber":{},"ownerId":{},"status":{},"statusMessage":{},"shareName":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"S8i":{"type":"timestamp","timestampFormat":"iso8601"},"S8k":{"type":"map","key":{},"value":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","auth":["aws.auth#sigv4"],"endpointPrefix":"omics","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"}},"AcceptShare":{"http":{"requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"Su"},"name":{},"description":{},"tags":{"shape":"Sy"},"versionName":{},"sseConfig":{"shape":"S12"},"storeFormat":{},"storeOptions":{"shape":"S16"}}},"output":{"type":"structure","required":["id","status","name","versionName","creationTime"],"members":{"id":{},"reference":{"shape":"Su"},"storeFormat":{},"storeOptions":{"shape":"S16"},"status":{},"name":{},"versionName":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{},"description":{},"versionOptions":{"shape":"S1k"},"tags":{"shape":"Sy"}}},"output":{"type":"structure","required":["id","versionName","storeId","name","status","creationTime"],"members":{"id":{},"versionName":{},"storeId":{},"versionOptions":{"shape":"S1k"},"name":{},"status":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S12"},"tags":{"shape":"Sy"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S12"},"tags":{"shape":"Sy"},"clientToken":{},"fallbackLocation":{},"eTagAlgorithmFamily":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"eTagAlgorithmFamily":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateShare":{"http":{"requestUri":"/share","responseCode":200},"input":{"type":"structure","required":["resourceArn","principalSubscriber"],"members":{"resourceArn":{},"principalSubscriber":{},"shareName":{}}},"output":{"type":"structure","members":{"shareId":{},"status":{},"shareName":{}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"Su"},"name":{},"description":{},"tags":{"shape":"Sy"},"sseConfig":{"shape":"S12"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"creationTime":{"shape":"S1i"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2y"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions/delete","responseCode":200},"input":{"type":"structure","required":["name","versions"],"members":{"name":{"location":"uri","locationName":"name"},"versions":{"type":"list","member":{}},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["versionName","message"],"members":{"versionName":{},"message":{}}}}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteShare":{"http":{"method":"DELETE","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S47"},"annotationFields":{"shape":"S4k"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes","numVersions"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"storeOptions":{"shape":"S16"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"},"numVersions":{"type":"integer"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStoreVersion":{"http":{"method":"GET","requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"}}},"output":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","tags","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"versionOptions":{"shape":"S1k"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5l"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"},"readSetId":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1y"},"sequenceInformation":{"shape":"S5r"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S5t"},"source2":{"shape":"S5t"},"index":{"shape":"S5t"}}},"statusMessage":{},"creationType":{},"etag":{"shape":"S60"},"creationJobId":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Sy"},"referenceId":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1y"},"updateTime":{"shape":"S1y"},"files":{"type":"structure","members":{"source":{"shape":"S5t"},"index":{"shape":"S5t"}}},"creationType":{},"creationJobId":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S70"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S78"},"startTime":{"shape":"S78"},"stopTime":{"shape":"S78"},"statusMessage":{},"tags":{"shape":"Sy"},"accelerators":{},"retentionMode":{},"failureReason":{},"logLocation":{"type":"structure","members":{"engineLogStream":{},"runLogStream":{}}},"uuid":{},"runOutputUri":{},"storageType":{},"workflowOwnerId":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7n"},"tags":{"shape":"Sy"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7w"},"startTime":{"shape":"S7w"},"stopTime":{"shape":"S7w"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"},"instanceType":{},"failureReason":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"s3Access":{"type":"structure","members":{"s3Uri":{},"s3AccessPointArn":{}}},"eTagAlgorithmFamily":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetShare":{"http":{"method":"GET","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"share":{"shape":"S88"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"tags":{"shape":"Sy"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}},"workflowOwnerId":{"location":"querystring","locationName":"workflowOwnerId"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2y"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S8k"},"statusMessage":{},"tags":{"shape":"Sy"},"metadata":{"shape":"S8m"},"accelerators":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStoreVersions":{"type":"list","member":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"},"creationTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1y"},"lastUpdatedTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"},"sampleId":{},"subjectId":{},"generatedFrom":{},"creationType":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S5r"},"creationTime":{"shape":"S1y"},"statusMessage":{},"creationType":{},"etag":{"shape":"S60"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"},"completionTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1y"},"updateTime":{"shape":"S1y"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7n"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7w"},"startTime":{"shape":"S7w"},"stopTime":{"shape":"S7w"},"gpus":{"type":"integer"},"instanceType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S78"},"startTime":{"shape":"S78"},"stopTime":{"shape":"S78"},"storageType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1y"},"createdBefore":{"shape":"S1y"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1y"},"fallbackLocation":{},"eTagAlgorithmFamily":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListShares":{"http":{"requestUri":"/shares","responseCode":200},"input":{"type":"structure","required":["resourceOwner"],"members":{"resourceOwner":{},"filter":{"type":"structure","members":{"resourceArns":{"type":"list","member":{}},"status":{"type":"list","member":{}},"type":{"type":"list","member":{}}}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["shares"],"members":{"shares":{"type":"list","member":{"shape":"S88"}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sy"}}},"endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"completionTime":{"shape":"S42"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S12"},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S8k"},"metadata":{"shape":"S8m"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"versionName":{},"formatOptions":{"shape":"S47"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5l"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Sy"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1y"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S70"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Sy"},"requestId":{"idempotencyToken":true},"retentionMode":{},"storageType":{},"workflowOwnerId":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sy"},"uuid":{},"runOutputUri":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4k"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"},"storeOptions":{"shape":"S16"},"storeFormat":{}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"},"description":{}}},"output":{"type":"structure","required":["storeId","id","status","name","versionName","description","creationTime","updateTime"],"members":{"storeId":{},"id":{},"status":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Su"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"endpoint":{"hostPrefix":"storage-"},"unsignedPayload":true,"authtype":"v4-unsigned-body"}},"shapes":{"Su":{"type":"structure","members":{"referenceArn":{}},"union":true},"Sy":{"type":"map","key":{},"value":{}},"S12":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S16":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S19"},"schema":{"type":"list","member":{"shape":"S1d"}}}}},"union":true},"S19":{"type":"map","key":{},"value":{}},"S1d":{"type":"map","key":{},"value":{}},"S1i":{"type":"timestamp","timestampFormat":"iso8601"},"S1k":{"type":"structure","members":{"tsvVersionOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S19"},"schema":{"type":"list","member":{"shape":"S1d"}}}}},"union":true},"S1y":{"type":"timestamp","timestampFormat":"iso8601"},"S2y":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S41":{"type":"timestamp","timestampFormat":"iso8601"},"S42":{"type":"timestamp","timestampFormat":"iso8601"},"S47":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S4k":{"type":"map","key":{},"value":{}},"S5l":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S5r":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S5t":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"},"s3Access":{"type":"structure","members":{"s3Uri":{}}}}},"S60":{"type":"structure","members":{"algorithm":{},"source1":{},"source2":{}}},"S70":{"type":"structure","members":{},"document":true},"S78":{"type":"timestamp","timestampFormat":"iso8601"},"S7n":{"type":"timestamp","timestampFormat":"iso8601"},"S7w":{"type":"timestamp","timestampFormat":"iso8601"},"S88":{"type":"structure","members":{"shareId":{},"resourceArn":{},"resourceId":{},"principalSubscriber":{},"ownerId":{},"status":{},"statusMessage":{},"shareName":{},"creationTime":{"shape":"S1i"},"updateTime":{"shape":"S41"}}},"S8k":{"type":"timestamp","timestampFormat":"iso8601"},"S8m":{"type":"map","key":{},"value":{}}}} /***/ }), /* 1228 */ @@ -64773,13 +64773,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 1330 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-04-20","auth":["aws.auth#sigv4"],"endpointPrefix":"bedrock","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Amazon Bedrock","serviceId":"Bedrock","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-2023-04-20"},"operations":{"BatchDeleteEvaluationJob":{"http":{"requestUri":"/evaluation-jobs/batch-delete","responseCode":202},"input":{"type":"structure","required":["jobIdentifiers"],"members":{"jobIdentifiers":{"type":"list","member":{"shape":"S3"}}}},"output":{"type":"structure","required":["errors","evaluationJobs"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["jobIdentifier","code"],"members":{"jobIdentifier":{"shape":"S3"},"code":{},"message":{}}}},"evaluationJobs":{"type":"list","member":{"type":"structure","required":["jobIdentifier","jobStatus"],"members":{"jobIdentifier":{"shape":"S3"},"jobStatus":{}}}}}}},"CreateEvaluationJob":{"http":{"requestUri":"/evaluation-jobs","responseCode":202},"input":{"type":"structure","required":["jobName","roleArn","evaluationConfig","inferenceConfig","outputDataConfig"],"members":{"jobName":{},"jobDescription":{"shape":"Sd"},"clientRequestToken":{"idempotencyToken":true},"roleArn":{},"customerEncryptionKeyId":{},"jobTags":{"shape":"Sh"},"evaluationConfig":{"shape":"Sl"},"inferenceConfig":{"shape":"S14"},"outputDataConfig":{"shape":"S1a"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateGuardrail":{"http":{"requestUri":"/guardrails","responseCode":202},"input":{"type":"structure","required":["name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S1e"},"description":{"shape":"S1f"},"topicPolicyConfig":{"shape":"S1g"},"contentPolicyConfig":{"shape":"S1o"},"wordPolicyConfig":{"shape":"S1t"},"sensitiveInformationPolicyConfig":{"shape":"S20"},"contextualGroundingPolicyConfig":{"shape":"S2a"},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyId":{},"tags":{"shape":"Sh"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","createdAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"createdAt":{"shape":"S2k"}}}},"CreateGuardrailVersion":{"http":{"requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"description":{"shape":"S1f"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","version"],"members":{"guardrailId":{},"version":{}}}},"CreateModelCopyJob":{"http":{"requestUri":"/model-copy-jobs","responseCode":201},"input":{"type":"structure","required":["sourceModelArn","targetModelName"],"members":{"sourceModelArn":{},"targetModelName":{},"modelKmsKeyId":{},"targetModelTags":{"shape":"Sh"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","customModelName","roleArn","baseModelIdentifier","trainingDataConfig","outputDataConfig","hyperParameters"],"members":{"jobName":{},"customModelName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"baseModelIdentifier":{},"customizationType":{},"customModelKmsKeyId":{},"jobTags":{"shape":"Sh"},"customModelTags":{"shape":"Sh"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"hyperParameters":{"shape":"S33"},"vpcConfig":{"shape":"S34"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelImportJob":{"http":{"requestUri":"/model-import-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","importedModelName","roleArn","modelDataSource"],"members":{"jobName":{},"importedModelName":{},"roleArn":{},"modelDataSource":{"shape":"S3d"},"jobTags":{"shape":"Sh"},"importedModelTags":{"shape":"Sh"},"clientRequestToken":{},"vpcConfig":{"shape":"S34"},"importedModelKmsKeyId":{}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelInvocationJob":{"http":{"requestUri":"/model-invocation-job","responseCode":200},"input":{"type":"structure","required":["jobName","roleArn","modelId","inputDataConfig","outputDataConfig"],"members":{"jobName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"modelId":{},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"tags":{"shape":"Sh"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateProvisionedModelThroughput":{"http":{"requestUri":"/provisioned-model-throughput","responseCode":201},"input":{"type":"structure","required":["modelUnits","provisionedModelName","modelId"],"members":{"clientRequestToken":{"idempotencyToken":true},"modelUnits":{"type":"integer"},"provisionedModelName":{},"modelId":{},"commitmentDuration":{},"tags":{"shape":"Sh"}}},"output":{"type":"structure","required":["provisionedModelArn"],"members":{"provisionedModelArn":{}}},"idempotent":true},"DeleteCustomModel":{"http":{"method":"DELETE","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGuardrail":{"http":{"method":"DELETE","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteImportedModel":{"http":{"method":"DELETE","requestUri":"/imported-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteModelInvocationLoggingConfiguration":{"http":{"method":"DELETE","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProvisionedModelThroughput":{"http":{"method":"DELETE","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCustomModel":{"http":{"method":"GET","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","required":["modelArn","modelName","jobArn","baseModelArn","trainingDataConfig","outputDataConfig","creationTime"],"members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"baseModelArn":{},"customizationType":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"S33"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"trainingMetrics":{"shape":"S4f"},"validationMetrics":{"shape":"S4h"},"creationTime":{"shape":"S2k"}}}},"GetEvaluationJob":{"http":{"method":"GET","requestUri":"/evaluation-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobName","status","jobArn","roleArn","jobType","evaluationConfig","inferenceConfig","outputDataConfig","creationTime"],"members":{"jobName":{},"status":{},"jobArn":{},"jobDescription":{"shape":"Sd"},"roleArn":{},"customerEncryptionKeyId":{},"jobType":{},"evaluationConfig":{"shape":"Sl"},"inferenceConfig":{"shape":"S14"},"outputDataConfig":{"shape":"S1a"},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"failureMessages":{"type":"list","member":{}}}}},"GetFoundationModel":{"http":{"method":"GET","requestUri":"/foundation-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelDetails":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4u"},"outputModalities":{"shape":"S4u"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4x"},"inferenceTypesSupported":{"shape":"S4z"},"modelLifecycle":{"shape":"S51"}}}}}},"GetGuardrail":{"http":{"method":"GET","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":200},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","required":["name","guardrailId","guardrailArn","version","status","createdAt","updatedAt","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S1e"},"description":{"shape":"S1f"},"guardrailId":{},"guardrailArn":{},"version":{},"status":{},"topicPolicy":{"type":"structure","required":["topics"],"members":{"topics":{"type":"list","member":{"type":"structure","required":["name","definition"],"members":{"name":{"shape":"S1j"},"definition":{"shape":"S1k"},"examples":{"shape":"S1l"},"type":{}}}}}},"contentPolicy":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"wordPolicy":{"type":"structure","members":{"words":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordLists":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"sensitiveInformationPolicy":{"type":"structure","members":{"piiEntities":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexes":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"contextualGroundingPolicy":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"},"statusReasons":{"type":"list","member":{"type":"string","sensitive":true}},"failureRecommendations":{"type":"list","member":{"type":"string","sensitive":true}},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyArn":{}}}},"GetImportedModel":{"http":{"method":"GET","requestUri":"/imported-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"modelDataSource":{"shape":"S3d"},"creationTime":{"shape":"S2k"},"modelArchitecture":{},"modelKmsKeyArn":{}}}},"GetModelCopyJob":{"http":{"method":"GET","requestUri":"/model-copy-jobs/{jobArn}","responseCode":200},"input":{"type":"structure","required":["jobArn"],"members":{"jobArn":{"location":"uri","locationName":"jobArn"}}},"output":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2k"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"Sh"},"failureMessage":{},"sourceModelName":{}}}},"GetModelCustomizationJob":{"http":{"method":"GET","requestUri":"/model-customization-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","jobName","outputModelName","roleArn","creationTime","baseModelArn","hyperParameters","trainingDataConfig","validationDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"outputModelName":{},"outputModelArn":{},"clientRequestToken":{},"roleArn":{},"status":{},"failureMessage":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"baseModelArn":{},"hyperParameters":{"shape":"S33"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"customizationType":{},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S4f"},"validationMetrics":{"shape":"S4h"},"vpcConfig":{"shape":"S34"}}}},"GetModelImportJob":{"http":{"method":"GET","requestUri":"/model-import-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{"jobArn":{},"jobName":{},"importedModelName":{},"importedModelArn":{},"roleArn":{},"modelDataSource":{"shape":"S3d"},"status":{},"failureMessage":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"vpcConfig":{"shape":"S34"},"importedModelKmsKeyArn":{}}}},"GetModelInvocationJob":{"http":{"method":"GET","requestUri":"/model-invocation-job/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S6j"},"submitTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2k"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S6m"}}}},"GetProvisionedModelThroughput":{"http":{"method":"GET","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","required":["modelUnits","desiredModelUnits","provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","status","creationTime","lastModifiedTime"],"members":{"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"status":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2k"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"baseModelArnEquals":{"location":"querystring","locationName":"baseModelArnEquals"},"foundationModelArnEquals":{"location":"querystring","locationName":"foundationModelArnEquals"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"isOwned":{"location":"querystring","locationName":"isOwned","type":"boolean"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime","baseModelArn","baseModelName"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2k"},"baseModelArn":{},"baseModelName":{},"customizationType":{},"ownerAccountId":{}}}}}}},"ListEvaluationJobs":{"http":{"method":"GET","requestUri":"/evaluation-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"jobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime","jobType","evaluationTaskTypes","modelIdentifiers"],"members":{"jobArn":{},"jobName":{},"status":{},"creationTime":{"shape":"S2k"},"jobType":{},"evaluationTaskTypes":{"type":"list","member":{}},"modelIdentifiers":{"type":"list","member":{}}}}}}}},"ListFoundationModels":{"http":{"method":"GET","requestUri":"/foundation-models","responseCode":200},"input":{"type":"structure","members":{"byProvider":{"location":"querystring","locationName":"byProvider"},"byCustomizationType":{"location":"querystring","locationName":"byCustomizationType"},"byOutputModality":{"location":"querystring","locationName":"byOutputModality"},"byInferenceType":{"location":"querystring","locationName":"byInferenceType"}}},"output":{"type":"structure","members":{"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4u"},"outputModalities":{"shape":"S4u"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4x"},"inferenceTypesSupported":{"shape":"S4z"},"modelLifecycle":{"shape":"S51"}}}}}}},"ListGuardrails":{"http":{"method":"GET","requestUri":"/guardrails","responseCode":200},"input":{"type":"structure","members":{"guardrailIdentifier":{"location":"querystring","locationName":"guardrailIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["guardrails"],"members":{"guardrails":{"type":"list","member":{"type":"structure","required":["id","arn","status","name","version","createdAt","updatedAt"],"members":{"id":{},"arn":{},"status":{},"name":{"shape":"S1e"},"description":{"shape":"S1f"},"version":{},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"}}}},"nextToken":{}}}},"ListImportedModels":{"http":{"method":"GET","requestUri":"/imported-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2k"}}}}}}},"ListModelCopyJobs":{"http":{"method":"GET","requestUri":"/model-copy-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"sourceAccountEquals":{"location":"querystring","locationName":"sourceAccountEquals"},"sourceModelArnEquals":{"location":"querystring","locationName":"sourceModelArnEquals"},"targetModelNameContains":{"location":"querystring","locationName":"outputModelNameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCopyJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2k"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"Sh"},"failureMessage":{},"sourceModelName":{}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCustomizationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","baseModelArn","jobName","status","creationTime"],"members":{"jobArn":{},"baseModelArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"customModelArn":{},"customModelName":{},"customizationType":{}}}}}}},"ListModelImportJobs":{"http":{"method":"GET","requestUri":"/model-import-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelImportJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime"],"members":{"jobArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"importedModelArn":{},"importedModelName":{}}}}}}},"ListModelInvocationJobs":{"http":{"method":"GET","requestUri":"/model-invocation-jobs","responseCode":200},"input":{"type":"structure","members":{"submitTimeAfter":{"shape":"S2k","location":"querystring","locationName":"submitTimeAfter"},"submitTimeBefore":{"shape":"S2k","location":"querystring","locationName":"submitTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"invocationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S6j"},"submitTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2k"}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"modelArnEquals":{"location":"querystring","locationName":"modelArnEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"provisionedModelSummaries":{"type":"list","member":{"type":"structure","required":["provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","modelUnits","desiredModelUnits","status","creationTime","lastModifiedTime"],"members":{"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"status":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"Sh"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S6m"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopEvaluationJob":{"http":{"requestUri":"/evaluation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"StopModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopModelInvocationJob":{"http":{"requestUri":"/model-invocation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"Sh"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateGuardrail":{"http":{"method":"PUT","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier","name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"name":{"shape":"S1e"},"description":{"shape":"S1f"},"topicPolicyConfig":{"shape":"S1g"},"contentPolicyConfig":{"shape":"S1o"},"wordPolicyConfig":{"shape":"S1t"},"sensitiveInformationPolicyConfig":{"shape":"S20"},"contextualGroundingPolicyConfig":{"shape":"S2a"},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyId":{}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","updatedAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"updatedAt":{"shape":"S2k"}}},"idempotent":true},"UpdateProvisionedModelThroughput":{"http":{"method":"PATCH","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"},"desiredProvisionedModelName":{},"desiredModelId":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S3":{"type":"string","sensitive":true},"Sd":{"type":"string","sensitive":true},"Sh":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sl":{"type":"structure","members":{"automated":{"type":"structure","required":["datasetMetricConfigs"],"members":{"datasetMetricConfigs":{"shape":"Sn"}}},"human":{"type":"structure","required":["datasetMetricConfigs"],"members":{"humanWorkflowConfig":{"type":"structure","required":["flowDefinitionArn"],"members":{"flowDefinitionArn":{},"instructions":{"type":"string","sensitive":true}}},"customMetrics":{"type":"list","member":{"type":"structure","required":["name","ratingMethod"],"members":{"name":{"shape":"Sv"},"description":{"type":"string","sensitive":true},"ratingMethod":{}}}},"datasetMetricConfigs":{"shape":"Sn"}}}},"union":true},"Sn":{"type":"list","member":{"type":"structure","required":["taskType","dataset","metricNames"],"members":{"taskType":{},"dataset":{"type":"structure","required":["name"],"members":{"name":{"type":"string","sensitive":true},"datasetLocation":{"type":"structure","members":{"s3Uri":{}},"union":true}}},"metricNames":{"type":"list","member":{"shape":"Sv"}}}}},"Sv":{"type":"string","sensitive":true},"S14":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"bedrockModel":{"type":"structure","required":["modelIdentifier","inferenceParams"],"members":{"modelIdentifier":{},"inferenceParams":{"type":"string","sensitive":true}}}},"union":true}}},"union":true},"S1a":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S1e":{"type":"string","sensitive":true},"S1f":{"type":"string","sensitive":true},"S1g":{"type":"structure","required":["topicsConfig"],"members":{"topicsConfig":{"type":"list","member":{"type":"structure","required":["name","definition","type"],"members":{"name":{"shape":"S1j"},"definition":{"shape":"S1k"},"examples":{"shape":"S1l"},"type":{}}}}}},"S1j":{"type":"string","sensitive":true},"S1k":{"type":"string","sensitive":true},"S1l":{"type":"list","member":{"type":"string","sensitive":true}},"S1o":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"S1t":{"type":"structure","members":{"wordsConfig":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordListsConfig":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"S20":{"type":"structure","members":{"piiEntitiesConfig":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexesConfig":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"S2a":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"S2f":{"type":"string","sensitive":true},"S2k":{"type":"timestamp","timestampFormat":"iso8601"},"S2y":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2z":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"S32":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S33":{"type":"map","key":{},"value":{}},"S34":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S3d":{"type":"structure","members":{"s3DataSource":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}},"union":true},"S3l":{"type":"structure","members":{"s3InputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3InputFormat":{},"s3Uri":{}}}},"union":true},"S3o":{"type":"structure","members":{"s3OutputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{},"s3EncryptionKeyId":{}}}},"union":true},"S4f":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S4h":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S4u":{"type":"list","member":{}},"S4x":{"type":"list","member":{}},"S4z":{"type":"list","member":{}},"S51":{"type":"structure","required":["status"],"members":{"status":{}}},"S6j":{"type":"string","sensitive":true},"S6m":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S6p"}}},"s3Config":{"shape":"S6p"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S6p":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-04-20","auth":["aws.auth#sigv4"],"endpointPrefix":"bedrock","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Amazon Bedrock","serviceId":"Bedrock","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-2023-04-20"},"operations":{"BatchDeleteEvaluationJob":{"http":{"requestUri":"/evaluation-jobs/batch-delete","responseCode":202},"input":{"type":"structure","required":["jobIdentifiers"],"members":{"jobIdentifiers":{"type":"list","member":{"shape":"S3"}}}},"output":{"type":"structure","required":["errors","evaluationJobs"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["jobIdentifier","code"],"members":{"jobIdentifier":{"shape":"S3"},"code":{},"message":{}}}},"evaluationJobs":{"type":"list","member":{"type":"structure","required":["jobIdentifier","jobStatus"],"members":{"jobIdentifier":{"shape":"S3"},"jobStatus":{}}}}}}},"CreateEvaluationJob":{"http":{"requestUri":"/evaluation-jobs","responseCode":202},"input":{"type":"structure","required":["jobName","roleArn","evaluationConfig","inferenceConfig","outputDataConfig"],"members":{"jobName":{},"jobDescription":{"shape":"Sd"},"clientRequestToken":{"idempotencyToken":true},"roleArn":{},"customerEncryptionKeyId":{},"jobTags":{"shape":"Sh"},"evaluationConfig":{"shape":"Sl"},"inferenceConfig":{"shape":"S14"},"outputDataConfig":{"shape":"S1a"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateGuardrail":{"http":{"requestUri":"/guardrails","responseCode":202},"input":{"type":"structure","required":["name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S1e"},"description":{"shape":"S1f"},"topicPolicyConfig":{"shape":"S1g"},"contentPolicyConfig":{"shape":"S1o"},"wordPolicyConfig":{"shape":"S1t"},"sensitiveInformationPolicyConfig":{"shape":"S20"},"contextualGroundingPolicyConfig":{"shape":"S2a"},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyId":{},"tags":{"shape":"Sh"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","createdAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"createdAt":{"shape":"S2k"}}}},"CreateGuardrailVersion":{"http":{"requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"description":{"shape":"S1f"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","version"],"members":{"guardrailId":{},"version":{}}}},"CreateModelCopyJob":{"http":{"requestUri":"/model-copy-jobs","responseCode":201},"input":{"type":"structure","required":["sourceModelArn","targetModelName"],"members":{"sourceModelArn":{},"targetModelName":{},"modelKmsKeyId":{},"targetModelTags":{"shape":"Sh"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","customModelName","roleArn","baseModelIdentifier","trainingDataConfig","outputDataConfig","hyperParameters"],"members":{"jobName":{},"customModelName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"baseModelIdentifier":{},"customizationType":{},"customModelKmsKeyId":{},"jobTags":{"shape":"Sh"},"customModelTags":{"shape":"Sh"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"hyperParameters":{"shape":"S33"},"vpcConfig":{"shape":"S34"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelImportJob":{"http":{"requestUri":"/model-import-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","importedModelName","roleArn","modelDataSource"],"members":{"jobName":{},"importedModelName":{},"roleArn":{},"modelDataSource":{"shape":"S3d"},"jobTags":{"shape":"Sh"},"importedModelTags":{"shape":"Sh"},"clientRequestToken":{},"vpcConfig":{"shape":"S34"},"importedModelKmsKeyId":{}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelInvocationJob":{"http":{"requestUri":"/model-invocation-job","responseCode":200},"input":{"type":"structure","required":["jobName","roleArn","modelId","inputDataConfig","outputDataConfig"],"members":{"jobName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"modelId":{},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"tags":{"shape":"Sh"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateProvisionedModelThroughput":{"http":{"requestUri":"/provisioned-model-throughput","responseCode":201},"input":{"type":"structure","required":["modelUnits","provisionedModelName","modelId"],"members":{"clientRequestToken":{"idempotencyToken":true},"modelUnits":{"type":"integer"},"provisionedModelName":{},"modelId":{},"commitmentDuration":{},"tags":{"shape":"Sh"}}},"output":{"type":"structure","required":["provisionedModelArn"],"members":{"provisionedModelArn":{}}},"idempotent":true},"DeleteCustomModel":{"http":{"method":"DELETE","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGuardrail":{"http":{"method":"DELETE","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteImportedModel":{"http":{"method":"DELETE","requestUri":"/imported-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteModelInvocationLoggingConfiguration":{"http":{"method":"DELETE","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProvisionedModelThroughput":{"http":{"method":"DELETE","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCustomModel":{"http":{"method":"GET","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","required":["modelArn","modelName","jobArn","baseModelArn","trainingDataConfig","outputDataConfig","creationTime"],"members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"baseModelArn":{},"customizationType":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"S33"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"trainingMetrics":{"shape":"S4f"},"validationMetrics":{"shape":"S4h"},"creationTime":{"shape":"S2k"}}}},"GetEvaluationJob":{"http":{"method":"GET","requestUri":"/evaluation-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobName","status","jobArn","roleArn","jobType","evaluationConfig","inferenceConfig","outputDataConfig","creationTime"],"members":{"jobName":{},"status":{},"jobArn":{},"jobDescription":{"shape":"Sd"},"roleArn":{},"customerEncryptionKeyId":{},"jobType":{},"evaluationConfig":{"shape":"Sl"},"inferenceConfig":{"shape":"S14"},"outputDataConfig":{"shape":"S1a"},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"failureMessages":{"type":"list","member":{}}}}},"GetFoundationModel":{"http":{"method":"GET","requestUri":"/foundation-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelDetails":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4u"},"outputModalities":{"shape":"S4u"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4x"},"inferenceTypesSupported":{"shape":"S4z"},"modelLifecycle":{"shape":"S51"}}}}}},"GetGuardrail":{"http":{"method":"GET","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":200},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","required":["name","guardrailId","guardrailArn","version","status","createdAt","updatedAt","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S1e"},"description":{"shape":"S1f"},"guardrailId":{},"guardrailArn":{},"version":{},"status":{},"topicPolicy":{"type":"structure","required":["topics"],"members":{"topics":{"type":"list","member":{"type":"structure","required":["name","definition"],"members":{"name":{"shape":"S1j"},"definition":{"shape":"S1k"},"examples":{"shape":"S1l"},"type":{}}}}}},"contentPolicy":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"wordPolicy":{"type":"structure","members":{"words":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordLists":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"sensitiveInformationPolicy":{"type":"structure","members":{"piiEntities":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexes":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"contextualGroundingPolicy":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"},"statusReasons":{"type":"list","member":{"type":"string","sensitive":true}},"failureRecommendations":{"type":"list","member":{"type":"string","sensitive":true}},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyArn":{}}}},"GetImportedModel":{"http":{"method":"GET","requestUri":"/imported-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"modelDataSource":{"shape":"S3d"},"creationTime":{"shape":"S2k"},"modelArchitecture":{},"modelKmsKeyArn":{}}}},"GetInferenceProfile":{"http":{"method":"GET","requestUri":"/inference-profiles/{inferenceProfileIdentifier}","responseCode":200},"input":{"type":"structure","required":["inferenceProfileIdentifier"],"members":{"inferenceProfileIdentifier":{"location":"uri","locationName":"inferenceProfileIdentifier"}}},"output":{"type":"structure","required":["inferenceProfileName","models","inferenceProfileArn","inferenceProfileId","status","type"],"members":{"inferenceProfileName":{},"models":{"shape":"S66"},"description":{},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"},"inferenceProfileArn":{},"inferenceProfileId":{},"status":{},"type":{}}}},"GetModelCopyJob":{"http":{"method":"GET","requestUri":"/model-copy-jobs/{jobArn}","responseCode":200},"input":{"type":"structure","required":["jobArn"],"members":{"jobArn":{"location":"uri","locationName":"jobArn"}}},"output":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2k"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"Sh"},"failureMessage":{},"sourceModelName":{}}}},"GetModelCustomizationJob":{"http":{"method":"GET","requestUri":"/model-customization-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","jobName","outputModelName","roleArn","creationTime","baseModelArn","hyperParameters","trainingDataConfig","validationDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"outputModelName":{},"outputModelArn":{},"clientRequestToken":{},"roleArn":{},"status":{},"failureMessage":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"baseModelArn":{},"hyperParameters":{"shape":"S33"},"trainingDataConfig":{"shape":"S2y"},"validationDataConfig":{"shape":"S2z"},"outputDataConfig":{"shape":"S32"},"customizationType":{},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S4f"},"validationMetrics":{"shape":"S4h"},"vpcConfig":{"shape":"S34"}}}},"GetModelImportJob":{"http":{"method":"GET","requestUri":"/model-import-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{"jobArn":{},"jobName":{},"importedModelName":{},"importedModelArn":{},"roleArn":{},"modelDataSource":{"shape":"S3d"},"status":{},"failureMessage":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"vpcConfig":{"shape":"S34"},"importedModelKmsKeyArn":{}}}},"GetModelInvocationJob":{"http":{"method":"GET","requestUri":"/model-invocation-job/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S6u"},"submitTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2k"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S6x"}}}},"GetProvisionedModelThroughput":{"http":{"method":"GET","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","required":["modelUnits","desiredModelUnits","provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","status","creationTime","lastModifiedTime"],"members":{"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"status":{},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2k"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"baseModelArnEquals":{"location":"querystring","locationName":"baseModelArnEquals"},"foundationModelArnEquals":{"location":"querystring","locationName":"foundationModelArnEquals"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"isOwned":{"location":"querystring","locationName":"isOwned","type":"boolean"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime","baseModelArn","baseModelName"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2k"},"baseModelArn":{},"baseModelName":{},"customizationType":{},"ownerAccountId":{}}}}}}},"ListEvaluationJobs":{"http":{"method":"GET","requestUri":"/evaluation-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"jobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime","jobType","evaluationTaskTypes","modelIdentifiers"],"members":{"jobArn":{},"jobName":{},"status":{},"creationTime":{"shape":"S2k"},"jobType":{},"evaluationTaskTypes":{"type":"list","member":{}},"modelIdentifiers":{"type":"list","member":{}}}}}}}},"ListFoundationModels":{"http":{"method":"GET","requestUri":"/foundation-models","responseCode":200},"input":{"type":"structure","members":{"byProvider":{"location":"querystring","locationName":"byProvider"},"byCustomizationType":{"location":"querystring","locationName":"byCustomizationType"},"byOutputModality":{"location":"querystring","locationName":"byOutputModality"},"byInferenceType":{"location":"querystring","locationName":"byInferenceType"}}},"output":{"type":"structure","members":{"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4u"},"outputModalities":{"shape":"S4u"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4x"},"inferenceTypesSupported":{"shape":"S4z"},"modelLifecycle":{"shape":"S51"}}}}}}},"ListGuardrails":{"http":{"method":"GET","requestUri":"/guardrails","responseCode":200},"input":{"type":"structure","members":{"guardrailIdentifier":{"location":"querystring","locationName":"guardrailIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["guardrails"],"members":{"guardrails":{"type":"list","member":{"type":"structure","required":["id","arn","status","name","version","createdAt","updatedAt"],"members":{"id":{},"arn":{},"status":{},"name":{"shape":"S1e"},"description":{"shape":"S1f"},"version":{},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"}}}},"nextToken":{}}}},"ListImportedModels":{"http":{"method":"GET","requestUri":"/imported-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2k"}}}}}}},"ListInferenceProfiles":{"http":{"method":"GET","requestUri":"/inference-profiles","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"inferenceProfileSummaries":{"type":"list","member":{"type":"structure","required":["inferenceProfileName","models","inferenceProfileArn","inferenceProfileId","status","type"],"members":{"inferenceProfileName":{},"models":{"shape":"S66"},"description":{},"createdAt":{"shape":"S2k"},"updatedAt":{"shape":"S2k"},"inferenceProfileArn":{},"inferenceProfileId":{},"status":{},"type":{}}}},"nextToken":{}}}},"ListModelCopyJobs":{"http":{"method":"GET","requestUri":"/model-copy-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"sourceAccountEquals":{"location":"querystring","locationName":"sourceAccountEquals"},"sourceModelArnEquals":{"location":"querystring","locationName":"sourceModelArnEquals"},"targetModelNameContains":{"location":"querystring","locationName":"outputModelNameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCopyJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2k"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"Sh"},"failureMessage":{},"sourceModelName":{}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCustomizationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","baseModelArn","jobName","status","creationTime"],"members":{"jobArn":{},"baseModelArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"customModelArn":{},"customModelName":{},"customizationType":{}}}}}}},"ListModelImportJobs":{"http":{"method":"GET","requestUri":"/model-import-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelImportJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime"],"members":{"jobArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"importedModelArn":{},"importedModelName":{}}}}}}},"ListModelInvocationJobs":{"http":{"method":"GET","requestUri":"/model-invocation-jobs","responseCode":200},"input":{"type":"structure","members":{"submitTimeAfter":{"shape":"S2k","location":"querystring","locationName":"submitTimeAfter"},"submitTimeBefore":{"shape":"S2k","location":"querystring","locationName":"submitTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"invocationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S6u"},"submitTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"},"endTime":{"shape":"S2k"},"inputDataConfig":{"shape":"S3l"},"outputDataConfig":{"shape":"S3o"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2k"}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2k","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2k","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"modelArnEquals":{"location":"querystring","locationName":"modelArnEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"provisionedModelSummaries":{"type":"list","member":{"type":"structure","required":["provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","modelUnits","desiredModelUnits","status","creationTime","lastModifiedTime"],"members":{"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"status":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2k"},"creationTime":{"shape":"S2k"},"lastModifiedTime":{"shape":"S2k"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"Sh"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S6x"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopEvaluationJob":{"http":{"requestUri":"/evaluation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"StopModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopModelInvocationJob":{"http":{"requestUri":"/model-invocation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"Sh"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateGuardrail":{"http":{"method":"PUT","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier","name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"name":{"shape":"S1e"},"description":{"shape":"S1f"},"topicPolicyConfig":{"shape":"S1g"},"contentPolicyConfig":{"shape":"S1o"},"wordPolicyConfig":{"shape":"S1t"},"sensitiveInformationPolicyConfig":{"shape":"S20"},"contextualGroundingPolicyConfig":{"shape":"S2a"},"blockedInputMessaging":{"shape":"S2f"},"blockedOutputsMessaging":{"shape":"S2f"},"kmsKeyId":{}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","updatedAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"updatedAt":{"shape":"S2k"}}},"idempotent":true},"UpdateProvisionedModelThroughput":{"http":{"method":"PATCH","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"},"desiredProvisionedModelName":{},"desiredModelId":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S3":{"type":"string","sensitive":true},"Sd":{"type":"string","sensitive":true},"Sh":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sl":{"type":"structure","members":{"automated":{"type":"structure","required":["datasetMetricConfigs"],"members":{"datasetMetricConfigs":{"shape":"Sn"}}},"human":{"type":"structure","required":["datasetMetricConfigs"],"members":{"humanWorkflowConfig":{"type":"structure","required":["flowDefinitionArn"],"members":{"flowDefinitionArn":{},"instructions":{"type":"string","sensitive":true}}},"customMetrics":{"type":"list","member":{"type":"structure","required":["name","ratingMethod"],"members":{"name":{"shape":"Sv"},"description":{"type":"string","sensitive":true},"ratingMethod":{}}}},"datasetMetricConfigs":{"shape":"Sn"}}}},"union":true},"Sn":{"type":"list","member":{"type":"structure","required":["taskType","dataset","metricNames"],"members":{"taskType":{},"dataset":{"type":"structure","required":["name"],"members":{"name":{"type":"string","sensitive":true},"datasetLocation":{"type":"structure","members":{"s3Uri":{}},"union":true}}},"metricNames":{"type":"list","member":{"shape":"Sv"}}}}},"Sv":{"type":"string","sensitive":true},"S14":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"bedrockModel":{"type":"structure","required":["modelIdentifier","inferenceParams"],"members":{"modelIdentifier":{},"inferenceParams":{"type":"string","sensitive":true}}}},"union":true}}},"union":true},"S1a":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S1e":{"type":"string","sensitive":true},"S1f":{"type":"string","sensitive":true},"S1g":{"type":"structure","required":["topicsConfig"],"members":{"topicsConfig":{"type":"list","member":{"type":"structure","required":["name","definition","type"],"members":{"name":{"shape":"S1j"},"definition":{"shape":"S1k"},"examples":{"shape":"S1l"},"type":{}}}}}},"S1j":{"type":"string","sensitive":true},"S1k":{"type":"string","sensitive":true},"S1l":{"type":"list","member":{"type":"string","sensitive":true}},"S1o":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"S1t":{"type":"structure","members":{"wordsConfig":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordListsConfig":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"S20":{"type":"structure","members":{"piiEntitiesConfig":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexesConfig":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"S2a":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"S2f":{"type":"string","sensitive":true},"S2k":{"type":"timestamp","timestampFormat":"iso8601"},"S2y":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2z":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"S32":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S33":{"type":"map","key":{},"value":{}},"S34":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S3d":{"type":"structure","members":{"s3DataSource":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}},"union":true},"S3l":{"type":"structure","members":{"s3InputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3InputFormat":{},"s3Uri":{}}}},"union":true},"S3o":{"type":"structure","members":{"s3OutputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{},"s3EncryptionKeyId":{}}}},"union":true},"S4f":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S4h":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S4u":{"type":"list","member":{}},"S4x":{"type":"list","member":{}},"S4z":{"type":"list","member":{}},"S51":{"type":"structure","required":["status"],"members":{"status":{}}},"S66":{"type":"list","member":{"type":"structure","members":{"modelArn":{}}}},"S6u":{"type":"string","sensitive":true},"S6x":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S70"}}},"s3Config":{"shape":"S70"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S70":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}} /***/ }), /* 1331 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"ListCustomModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListEvaluationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobSummaries"},"ListGuardrails":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"guardrails"},"ListImportedModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListModelCopyJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCopyJobSummaries"},"ListModelCustomizationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCustomizationJobSummaries"},"ListModelImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelImportJobSummaries"},"ListModelInvocationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"invocationJobSummaries"},"ListProvisionedModelThroughputs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"provisionedModelSummaries"}}} + module.exports = {"pagination":{"ListCustomModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListEvaluationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobSummaries"},"ListGuardrails":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"guardrails"},"ListImportedModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListInferenceProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"inferenceProfileSummaries"},"ListModelCopyJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCopyJobSummaries"},"ListModelCustomizationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCustomizationJobSummaries"},"ListModelImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelImportJobSummaries"},"ListModelInvocationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"invocationJobSummaries"},"ListProvisionedModelThroughputs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"provisionedModelSummaries"}}} /***/ }), /* 1332 */ @@ -65656,13 +65656,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 1407 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-11","endpointPrefix":"chatbot","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Chatbot","serviceId":"chatbot","signatureVersion":"v4","uid":"chatbot-2017-10-11"},"operations":{"CreateChimeWebhookConfiguration":{"http":{"requestUri":"/create-chime-webhook-configuration","responseCode":201},"input":{"type":"structure","required":["WebhookDescription","WebhookUrl","SnsTopicArns","IamRoleArn","ConfigurationName"],"members":{"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"CreateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/create-ms-teams-channel-configuration","responseCode":201},"input":{"type":"structure","required":["ChannelId","TeamId","TenantId","IamRoleArn","ConfigurationName"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"CreateSlackChannelConfiguration":{"http":{"requestUri":"/create-slack-channel-configuration","responseCode":201},"input":{"type":"structure","required":["SlackTeamId","SlackChannelId","IamRoleArn","ConfigurationName"],"members":{"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sv"}}}},"DeleteChimeWebhookConfiguration":{"http":{"requestUri":"/delete-chime-webhook-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/delete-ms-teams-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsConfiguredTeam":{"http":{"requestUri":"/delete-ms-teams-configured-teams","responseCode":204},"input":{"type":"structure","required":["TeamId"],"members":{"TeamId":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsUserIdentity":{"http":{"requestUri":"/delete-ms-teams-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","UserId"],"members":{"ChatConfigurationArn":{},"UserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackChannelConfiguration":{"http":{"requestUri":"/delete-slack-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackUserIdentity":{"http":{"requestUri":"/delete-slack-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackWorkspaceAuthorization":{"http":{"requestUri":"/delete-slack-workspace-authorization","responseCode":204},"input":{"type":"structure","required":["SlackTeamId"],"members":{"SlackTeamId":{}}},"output":{"type":"structure","members":{}}},"DescribeChimeWebhookConfigurations":{"http":{"requestUri":"/describe-chime-webhook-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"WebhookConfigurations":{"type":"list","member":{"shape":"Sd"}}}}},"DescribeSlackChannelConfigurations":{"http":{"requestUri":"/describe-slack-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"SlackChannelConfigurations":{"type":"list","member":{"shape":"Sv"}}}}},"DescribeSlackUserIdentities":{"http":{"requestUri":"/describe-slack-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SlackUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{},"AwsUserIdentity":{}}}},"NextToken":{}}}},"DescribeSlackWorkspaces":{"http":{"requestUri":"/describe-slack-workspaces","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SlackWorkspaces":{"type":"list","member":{"type":"structure","required":["SlackTeamId","SlackTeamName"],"members":{"SlackTeamId":{},"SlackTeamName":{}}}},"NextToken":{}}}},"GetAccountPreferences":{"http":{"requestUri":"/get-account-preferences","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1v"}}}},"GetMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/get-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"ListMicrosoftTeamsChannelConfigurations":{"http":{"requestUri":"/list-ms-teams-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"TeamId":{}}},"output":{"type":"structure","members":{"NextToken":{},"TeamChannelConfigurations":{"type":"list","member":{"shape":"So"}}}}},"ListMicrosoftTeamsConfiguredTeams":{"http":{"requestUri":"/list-ms-teams-configured-teams","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ConfiguredTeams":{"type":"list","member":{"type":"structure","required":["TenantId","TeamId"],"members":{"TenantId":{},"TeamId":{},"TeamName":{}}}},"NextToken":{}}}},"ListMicrosoftTeamsUserIdentities":{"http":{"requestUri":"/list-ms-teams-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TeamsUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","TeamId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"TeamId":{},"UserId":{},"AwsUserIdentity":{},"TeamsChannelId":{},"TeamsTenantId":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"requestUri":"/list-tags-for-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S2c"}}}},"TagResource":{"http":{"requestUri":"/tag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"S2c"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccountPreferences":{"http":{"requestUri":"/update-account-preferences","responseCode":200},"input":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1v"}}}},"UpdateChimeWebhookConfiguration":{"http":{"requestUri":"/update-chime-webhook-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{},"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"UpdateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/update-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","ChannelId"],"members":{"ChatConfigurationArn":{},"ChannelId":{},"ChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"UpdateSlackChannelConfiguration":{"http":{"requestUri":"/update-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","SlackChannelId"],"members":{"ChatConfigurationArn":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sv"}}}}},"shapes":{"S4":{"type":"list","member":{}},"S8":{"type":"list","member":{"shape":"S9"}},"S9":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}},"Sd":{"type":"structure","required":["WebhookDescription","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"WebhookDescription":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"Sk":{"type":"list","member":{}},"So":{"type":"structure","required":["ChannelId","TeamId","TenantId","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"Sv":{"type":"structure","required":["SlackTeamName","SlackTeamId","SlackChannelId","SlackChannelName","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"SlackTeamName":{},"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"S1v":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"S2c":{"type":"list","member":{"shape":"S9"}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-11","auth":["aws.auth#sigv4"],"endpointPrefix":"chatbot","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Chatbot","serviceId":"chatbot","signatureVersion":"v4","signingName":"chatbot","uid":"chatbot-2017-10-11"},"operations":{"CreateChimeWebhookConfiguration":{"http":{"requestUri":"/create-chime-webhook-configuration","responseCode":201},"input":{"type":"structure","required":["WebhookDescription","WebhookUrl","SnsTopicArns","IamRoleArn","ConfigurationName"],"members":{"WebhookDescription":{"shape":"S2"},"WebhookUrl":{"shape":"S3"},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"CreateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/create-ms-teams-channel-configuration","responseCode":201},"input":{"type":"structure","required":["ChannelId","TeamId","TenantId","IamRoleArn","ConfigurationName"],"members":{"ChannelId":{},"ChannelName":{"shape":"Sh"},"TeamId":{},"TeamName":{"shape":"Sj"},"TenantId":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"CreateSlackChannelConfiguration":{"http":{"requestUri":"/create-slack-channel-configuration","responseCode":201},"input":{"type":"structure","required":["SlackTeamId","SlackChannelId","IamRoleArn","ConfigurationName"],"members":{"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{"shape":"Ss"},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Su"}}}},"DeleteChimeWebhookConfiguration":{"http":{"requestUri":"/delete-chime-webhook-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/delete-ms-teams-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsConfiguredTeam":{"http":{"requestUri":"/delete-ms-teams-configured-teams","responseCode":204},"input":{"type":"structure","required":["TeamId"],"members":{"TeamId":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsUserIdentity":{"http":{"requestUri":"/delete-ms-teams-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","UserId"],"members":{"ChatConfigurationArn":{},"UserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackChannelConfiguration":{"http":{"requestUri":"/delete-slack-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackUserIdentity":{"http":{"requestUri":"/delete-slack-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackWorkspaceAuthorization":{"http":{"requestUri":"/delete-slack-workspace-authorization","responseCode":204},"input":{"type":"structure","required":["SlackTeamId"],"members":{"SlackTeamId":{}}},"output":{"type":"structure","members":{}}},"DescribeChimeWebhookConfigurations":{"http":{"requestUri":"/describe-chime-webhook-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"WebhookConfigurations":{"type":"list","member":{"shape":"Sd"}}}}},"DescribeSlackChannelConfigurations":{"http":{"requestUri":"/describe-slack-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"SlackChannelConfigurations":{"type":"list","member":{"shape":"Su"}}}}},"DescribeSlackUserIdentities":{"http":{"requestUri":"/describe-slack-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SlackUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{},"AwsUserIdentity":{}}}},"NextToken":{}}}},"DescribeSlackWorkspaces":{"http":{"requestUri":"/describe-slack-workspaces","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SlackWorkspaces":{"type":"list","member":{"type":"structure","required":["SlackTeamId","SlackTeamName"],"members":{"SlackTeamId":{},"SlackTeamName":{}}}},"NextToken":{}}}},"GetAccountPreferences":{"http":{"requestUri":"/get-account-preferences","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1u"}}}},"GetMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/get-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"ListMicrosoftTeamsChannelConfigurations":{"http":{"requestUri":"/list-ms-teams-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"TeamId":{}}},"output":{"type":"structure","members":{"NextToken":{},"TeamChannelConfigurations":{"type":"list","member":{"shape":"So"}}}}},"ListMicrosoftTeamsConfiguredTeams":{"http":{"requestUri":"/list-ms-teams-configured-teams","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ConfiguredTeams":{"type":"list","member":{"type":"structure","required":["TenantId","TeamId"],"members":{"TenantId":{},"TeamId":{},"TeamName":{}}}},"NextToken":{}}}},"ListMicrosoftTeamsUserIdentities":{"http":{"requestUri":"/list-ms-teams-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TeamsUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","TeamId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"TeamId":{},"UserId":{},"AwsUserIdentity":{},"TeamsChannelId":{},"TeamsTenantId":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"requestUri":"/list-tags-for-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S2b"}}}},"TagResource":{"http":{"requestUri":"/tag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"S2b"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccountPreferences":{"http":{"requestUri":"/update-account-preferences","responseCode":200},"input":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1u"}}}},"UpdateChimeWebhookConfiguration":{"http":{"requestUri":"/update-chime-webhook-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{},"WebhookDescription":{"shape":"S2"},"WebhookUrl":{"shape":"S3"},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"UpdateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/update-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","ChannelId"],"members":{"ChatConfigurationArn":{},"ChannelId":{},"ChannelName":{"shape":"Sh"},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"UpdateSlackChannelConfiguration":{"http":{"requestUri":"/update-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","SlackChannelId"],"members":{"ChatConfigurationArn":{},"SlackChannelId":{},"SlackChannelName":{"shape":"Ss"},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Su"}}}}},"shapes":{"S2":{"type":"string","sensitive":true},"S3":{"type":"string","sensitive":true},"S4":{"type":"list","member":{}},"S8":{"type":"list","member":{"shape":"S9"}},"S9":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}},"Sd":{"type":"structure","required":["WebhookDescription","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"WebhookDescription":{"shape":"S2"},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"Sh":{"type":"string","sensitive":true},"Sj":{"type":"string","sensitive":true},"Sk":{"type":"list","member":{}},"So":{"type":"structure","required":["ChannelId","TeamId","TenantId","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"ChannelId":{},"ChannelName":{"shape":"Sh"},"TeamId":{},"TeamName":{"shape":"Sj"},"TenantId":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"Ss":{"type":"string","sensitive":true},"Su":{"type":"structure","required":["SlackTeamName","SlackTeamId","SlackChannelId","SlackChannelName","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"SlackTeamName":{},"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{"shape":"Ss"},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"S1u":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"S2b":{"type":"list","member":{"shape":"S9"}}}} /***/ }), /* 1408 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"DescribeChimeWebhookConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackWorkspaces":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsConfiguredTeams":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}} + module.exports = {"pagination":{"DescribeChimeWebhookConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"WebhookConfigurations"},"DescribeSlackChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SlackChannelConfigurations"},"DescribeSlackUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SlackUserIdentities"},"DescribeSlackWorkspaces":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SlackWorkspaces"},"ListMicrosoftTeamsChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TeamChannelConfigurations"},"ListMicrosoftTeamsConfiguredTeams":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConfiguredTeams"},"ListMicrosoftTeamsUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TeamsUserIdentities"}}} /***/ }), /* 1409 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index 36c9675d33..44b491cbba 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1683.0 +// AWS SDK for JavaScript v2.1684.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1683.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){ +"../apis/sts-2011-06-15.min.json":236,"../apis/sts-2011-06-15.paginators.json":237,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sts":417}],335:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":238,"../apis/translate-2017-07-01.paginators.json":239,"../lib/core":350,"../lib/node_loader":346}],336:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":240,"../apis/waf-2015-08-24.paginators.json":241,"../lib/core":350,"../lib/node_loader":346}],337:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":242,"../apis/workdocs-2016-05-01.paginators.json":243,"../lib/core":350,"../lib/node_loader":346}],338:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":244,"../apis/xray-2016-04-12.paginators.json":245,"../lib/core":350,"../lib/node_loader":346}],339:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],340:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":342,"./browserMd5":343,"./browserSha1":344,"./browserSha256":345}],341:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1684.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){ this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,this.httpRequest.path=this.httpRequest.endpoint.path,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){ e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new d,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){c.buildRequest(e),b.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){l.extractError(e)}function u(e){c.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new y,e.data[i.payload]=m.createEventStream(2===p.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new y;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;l.extractData(e),e.data=m.merge(n,e.data)}}var p=e("../core"),m=e("../util"),c=e("./rest"),l=e("./json"),d=e("../json/builder"),y=e("../json/parser"),b=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{ t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void("ec2"!==r.api.protocol&&a.call(this,e,null));p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t