From 9e8fb671300c89e36a32a60ad8b5c22a03ad521d Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 29 Apr 2024 18:26:17 +0000 Subject: [PATCH] Updates SDK to v2.1609.0 --- .changes/2.1609.0.json | 32 +++ CHANGELOG.md | 10 +- README.md | 2 +- apis/amplify-2017-07-25.min.json | 3 + apis/amplify-2017-07-25.normal.json | 10 +- apis/connectcases-2022-10-03.min.json | 247 ++++++++++++++----- apis/connectcases-2022-10-03.normal.json | 231 ++++++++++++++++- apis/inspector2-2020-06-08.min.json | 173 +++++++------ apis/inspector2-2020-06-08.normal.json | 84 ++++++- apis/timestream-query-2018-11-01.min.json | 94 +++++-- apis/timestream-query-2018-11-01.normal.json | 128 +++++++++- apis/transcribe-2017-10-26.min.json | 177 +++++++------ apis/transcribe-2017-10-26.normal.json | 63 ++++- apis/trustedadvisor-2022-09-15.min.json | 153 ++++++++---- apis/trustedadvisor-2022-09-15.normal.json | 140 ++++++++++- clients/amplify.d.ts | 3 +- clients/connectcases.d.ts | 98 ++++++++ clients/inspector2.d.ts | 47 +++- clients/timestreamquery.d.ts | 54 ++++ clients/transcribeservice.d.ts | 32 +++ clients/trustedadvisor.d.ts | 68 ++++- dist/aws-sdk-core-react-native.js | 2 +- dist/aws-sdk-react-native.js | 14 +- dist/aws-sdk.js | 6 +- dist/aws-sdk.min.js | 4 +- lib/core.js | 2 +- package.json | 2 +- 27 files changed, 1564 insertions(+), 315 deletions(-) create mode 100644 .changes/2.1609.0.json diff --git a/.changes/2.1609.0.json b/.changes/2.1609.0.json new file mode 100644 index 0000000000..16f597ce87 --- /dev/null +++ b/.changes/2.1609.0.json @@ -0,0 +1,32 @@ +[ + { + "type": "feature", + "category": "Amplify", + "description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100." + }, + { + "type": "feature", + "category": "ConnectCases", + "description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's" + }, + { + "type": "feature", + "category": "Inspector2", + "description": "Update Inspector2 to include new Agentless API parameters." + }, + { + "type": "feature", + "category": "TimestreamQuery", + "description": "This change allows users to update and describe account settings associated with their accounts." + }, + { + "type": "feature", + "category": "TranscribeService", + "description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics" + }, + { + "type": "feature", + "category": "TrustedAdvisor", + "description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2db042f7..f4433d42ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1609.0 +* feature: Amplify: Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. +* feature: ConnectCases: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's +* feature: Inspector2: Update Inspector2 to include new Agentless API parameters. +* feature: TimestreamQuery: This change allows users to update and describe account settings associated with their accounts. +* feature: TranscribeService: This update provides error messaging for generative call summarization in Transcribe Call Analytics +* feature: TrustedAdvisor: This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. + ## 2.1608.0 * feature: CodePipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. * feature: CognitoIdentityServiceProvider: Add LimitExceededException to SignUp errors diff --git a/README.md b/README.md index e8db747656..99b907ede6 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/amplify-2017-07-25.min.json b/apis/amplify-2017-07-25.min.json index 3977b3af55..71157ac500 100644 --- a/apis/amplify-2017-07-25.min.json +++ b/apis/amplify-2017-07-25.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "amplify", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Amplify", "serviceFullName": "AWS Amplify", "serviceId": "Amplify", diff --git a/apis/amplify-2017-07-25.normal.json b/apis/amplify-2017-07-25.normal.json index ac237da579..26232f4338 100644 --- a/apis/amplify-2017-07-25.normal.json +++ b/apis/amplify-2017-07-25.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "amplify", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Amplify", "serviceFullName": "AWS Amplify", "serviceId": "Amplify", @@ -2895,7 +2898,7 @@ "locationName": "nextToken" }, "maxResults": { - "shape": "MaxResults", + "shape": "MaxResultsForListApps", "documentation": "

The maximum number of records to list in a single response.

", "location": "querystring", "locationName": "maxResults" @@ -3246,6 +3249,11 @@ "pattern": "(?s).*" }, "MaxResults": { + "type": "integer", + "max": 50, + "min": 0 + }, + "MaxResultsForListApps": { "type": "integer", "max": 100, "min": 0 diff --git a/apis/connectcases-2022-10-03.min.json b/apis/connectcases-2022-10-03.min.json index aa314bf916..35c5fb9766 100644 --- a/apis/connectcases-2022-10-03.min.json +++ b/apis/connectcases-2022-10-03.min.json @@ -71,13 +71,22 @@ "type" ], "members": { + "createdTime": { + "shape": "Sc" + }, + "deleted": { + "type": "boolean" + }, "description": {}, "fieldArn": {}, "fieldId": {}, + "lastModifiedTime": { + "shape": "Sg" + }, "name": {}, "namespace": {}, "tags": { - "shape": "Sg" + "shape": "Sj" }, "type": {} } @@ -111,7 +120,7 @@ "options": { "type": "list", "member": { - "shape": "Sk" + "shape": "Sn" } } } @@ -162,11 +171,11 @@ "fields": { "type": "list", "member": { - "shape": "Su" + "shape": "Sx" } }, "performedBy": { - "shape": "Sz" + "shape": "S12" }, "templateId": {} } @@ -262,7 +271,7 @@ ], "members": { "content": { - "shape": "S1d" + "shape": "S1g" }, "domainId": { "location": "uri", @@ -305,7 +314,7 @@ "type": "structure", "members": { "comment": { - "shape": "S1s" + "shape": "S1v" }, "contact": { "type": "structure", @@ -324,7 +333,7 @@ "locationName": "domainId" }, "performedBy": { - "shape": "Sz" + "shape": "S12" }, "type": {} } @@ -360,11 +369,11 @@ "locationName": "domainId" }, "layoutConfiguration": { - "shape": "S23" + "shape": "S26" }, "name": {}, "requiredFields": { - "shape": "S25" + "shape": "S28" }, "status": {} } @@ -406,6 +415,93 @@ }, "idempotent": true }, + "DeleteField": { + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/fields/{fieldId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainId", + "fieldId" + ], + "members": { + "domainId": { + "location": "uri", + "locationName": "domainId" + }, + "fieldId": { + "location": "uri", + "locationName": "fieldId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteLayout": { + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/layouts/{layoutId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainId", + "layoutId" + ], + "members": { + "domainId": { + "location": "uri", + "locationName": "domainId" + }, + "layoutId": { + "location": "uri", + "locationName": "layoutId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteTemplate": { + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/templates/{templateId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainId", + "templateId" + ], + "members": { + "domainId": { + "location": "uri", + "locationName": "domainId" + }, + "templateId": { + "location": "uri", + "locationName": "templateId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "GetCase": { "http": { "requestUri": "/domains/{domainId}/cases/{caseId}", @@ -446,12 +542,12 @@ "fields": { "type": "list", "member": { - "shape": "Su" + "shape": "Sx" } }, "nextToken": {}, "tags": { - "shape": "Sg" + "shape": "Sj" }, "templateId": {} } @@ -512,10 +608,10 @@ "members": { "eventFieldId": {}, "newValue": { - "shape": "S2q" + "shape": "S2z" }, "oldValue": { - "shape": "S2q" + "shape": "S2z" } } } @@ -528,7 +624,7 @@ "members": { "iamPrincipalArn": {}, "user": { - "shape": "Sz" + "shape": "S12" } } }, @@ -569,7 +665,7 @@ ], "members": { "eventBridge": { - "shape": "S2y" + "shape": "S37" } } } @@ -602,15 +698,14 @@ ], "members": { "createdTime": { - "type": "timestamp", - "timestampFormat": "iso8601" + "shape": "Sc" }, "domainArn": {}, "domainId": {}, "domainStatus": {}, "name": {}, "tags": { - "shape": "Sg" + "shape": "Sj" } } } @@ -647,13 +742,22 @@ ], "members": { "content": { - "shape": "S1d" + "shape": "S1g" + }, + "createdTime": { + "shape": "Sc" + }, + "deleted": { + "type": "boolean" + }, + "lastModifiedTime": { + "shape": "Sg" }, "layoutArn": {}, "layoutId": {}, "name": {}, "tags": { - "shape": "Sg" + "shape": "Sj" } } } @@ -689,17 +793,26 @@ "templateId" ], "members": { + "createdTime": { + "shape": "Sc" + }, + "deleted": { + "type": "boolean" + }, "description": {}, + "lastModifiedTime": { + "shape": "Sg" + }, "layoutConfiguration": { - "shape": "S23" + "shape": "S26" }, "name": {}, "requiredFields": { - "shape": "S25" + "shape": "S28" }, "status": {}, "tags": { - "shape": "Sg" + "shape": "Sj" }, "templateArn": {}, "templateId": {} @@ -845,7 +958,7 @@ "options": { "type": "list", "member": { - "shape": "Sk" + "shape": "Sn" } } } @@ -981,7 +1094,7 @@ "type": "structure", "members": { "tags": { - "shape": "Sg" + "shape": "Sj" } } }, @@ -1065,7 +1178,7 @@ "locationName": "domainId" }, "eventBridge": { - "shape": "S2y" + "shape": "S37" } } }, @@ -1096,7 +1209,7 @@ } }, "filter": { - "shape": "S4a" + "shape": "S4i" }, "maxResults": { "type": "integer" @@ -1139,11 +1252,11 @@ "fields": { "type": "list", "member": { - "shape": "Su" + "shape": "Sx" } }, "tags": { - "shape": "Sg" + "shape": "Sj" }, "templateId": {} } @@ -1228,7 +1341,7 @@ "type": "structure", "members": { "comment": { - "shape": "S1s" + "shape": "S1v" }, "contact": { "type": "structure", @@ -1250,11 +1363,11 @@ "union": true }, "performedBy": { - "shape": "Sz" + "shape": "S12" }, "relatedItemId": {}, "tags": { - "shape": "Sg" + "shape": "Sj" }, "type": {} } @@ -1280,7 +1393,7 @@ "locationName": "arn" }, "tags": { - "shape": "Sg" + "shape": "Sj" } } }, @@ -1338,11 +1451,11 @@ "fields": { "type": "list", "member": { - "shape": "Su" + "shape": "Sx" } }, "performedBy": { - "shape": "Sz" + "shape": "S12" } } }, @@ -1396,7 +1509,7 @@ ], "members": { "content": { - "shape": "S1d" + "shape": "S1g" }, "domainId": { "location": "uri", @@ -1434,11 +1547,11 @@ "locationName": "domainId" }, "layoutConfiguration": { - "shape": "S23" + "shape": "S26" }, "name": {}, "requiredFields": { - "shape": "S25" + "shape": "S28" }, "status": {}, "templateId": { @@ -1464,12 +1577,20 @@ "id": {} } }, + "Sc": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, "Sg": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sj": { "type": "map", "key": {}, "value": {} }, - "Sk": { + "Sn": { "type": "structure", "required": [ "active", @@ -1484,7 +1605,7 @@ "value": {} } }, - "Su": { + "Sx": { "type": "structure", "required": [ "id", @@ -1502,7 +1623,7 @@ "type": "double" }, "emptyValue": { - "shape": "Sx" + "shape": "S10" }, "stringValue": {}, "userArnValue": {} @@ -1511,35 +1632,35 @@ } } }, - "Sx": { + "S10": { "type": "structure", "members": {} }, - "Sz": { + "S12": { "type": "structure", "members": { "userArn": {} }, "union": true }, - "S1d": { + "S1g": { "type": "structure", "members": { "basic": { "type": "structure", "members": { "moreInfo": { - "shape": "S1f" + "shape": "S1i" }, "topPanel": { - "shape": "S1f" + "shape": "S1i" } } } }, "union": true }, - "S1f": { + "S1i": { "type": "structure", "members": { "sections": { @@ -1574,7 +1695,7 @@ } } }, - "S1s": { + "S1v": { "type": "structure", "required": [ "body", @@ -1585,13 +1706,13 @@ "contentType": {} } }, - "S23": { + "S26": { "type": "structure", "members": { "defaultLayout": {} } }, - "S25": { + "S28": { "type": "list", "member": { "type": "structure", @@ -1603,7 +1724,7 @@ } } }, - "S2q": { + "S2z": { "type": "structure", "members": { "booleanValue": { @@ -1613,14 +1734,14 @@ "type": "double" }, "emptyValue": { - "shape": "Sx" + "shape": "S10" }, "stringValue": {}, "userArnValue": {} }, "union": true }, - "S2y": { + "S37": { "type": "structure", "required": [ "enabled" @@ -1661,46 +1782,46 @@ } } }, - "S4a": { + "S4i": { "type": "structure", "members": { "andAll": { "type": "list", "member": { - "shape": "S4a" + "shape": "S4i" } }, "field": { "type": "structure", "members": { "contains": { - "shape": "Su" + "shape": "Sx" }, "equalTo": { - "shape": "Su" + "shape": "Sx" }, "greaterThan": { - "shape": "Su" + "shape": "Sx" }, "greaterThanOrEqualTo": { - "shape": "Su" + "shape": "Sx" }, "lessThan": { - "shape": "Su" + "shape": "Sx" }, "lessThanOrEqualTo": { - "shape": "Su" + "shape": "Sx" } }, "union": true }, "not": { - "shape": "S4a" + "shape": "S4i" }, "orAll": { "type": "list", "member": { - "shape": "S4a" + "shape": "S4i" } } }, diff --git a/apis/connectcases-2022-10-03.normal.json b/apis/connectcases-2022-10-03.normal.json index ecb1cbbe77..6068987485 100644 --- a/apis/connectcases-2022-10-03.normal.json +++ b/apis/connectcases-2022-10-03.normal.json @@ -341,6 +341,117 @@ "documentation": "

Deletes a Cases domain.

 <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note> 
", "idempotent": true }, + "DeleteField": { + "name": "DeleteField", + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/fields/{fieldId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteFieldRequest" + }, + "output": { + "shape": "DeleteFieldResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ServiceQuotaExceededException" + } + ], + "documentation": "

Deletes a field from a cases template. You can delete up to 100 fields per domain.

After a field is deleted:

", + "idempotent": true + }, + "DeleteLayout": { + "name": "DeleteLayout", + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/layouts/{layoutId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteLayoutRequest" + }, + "output": { + "shape": "DeleteLayoutResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + } + ], + "documentation": "

Deletes a layout from a cases template. You can delete up to 100 layouts per domain.

 <p>After a layout is deleted:</p> <ul> <li> <p>You can still retrieve the layout by calling <code>GetLayout</code>.</p> </li> <li> <p>You cannot update a deleted layout by calling <code>UpdateLayout</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted layouts are not included in the <code>ListLayouts</code> response.</p> </li> </ul> 
", + "idempotent": true + }, + "DeleteTemplate": { + "name": "DeleteTemplate", + "http": { + "method": "DELETE", + "requestUri": "/domains/{domainId}/templates/{templateId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteTemplateRequest" + }, + "output": { + "shape": "DeleteTemplateResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + } + ], + "documentation": "

Deletes a cases template. You can delete up to 100 templates per domain.

 <p>After a cases template is deleted:</p> <ul> <li> <p>You can still retrieve the template by calling <code>GetTemplate</code>.</p> </li> <li> <p>You cannot update the template. </p> </li> <li> <p>You cannot create a case by using the deleted template.</p> </li> <li> <p>Deleted templates are not included in the <code>ListTemplates</code> response.</p> </li> </ul> 
", + "idempotent": true + }, "GetCase": { "name": "GetCase", "http": { @@ -1161,7 +1272,7 @@ "documentation": "

Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.

" } }, - "documentation": "

Object to store union of Field values.

This data type is a UNION, so only one of the following members can be specified when used or returned.

", + "documentation": "

Object to store union of Field values.

", "union": true }, "AuditEventFieldValueUnionStringValueString": { @@ -1828,6 +1939,84 @@ "type": "structure", "members": {} }, + "DeleteFieldRequest": { + "type": "structure", + "required": [ + "domainId", + "fieldId" + ], + "members": { + "domainId": { + "shape": "DomainId", + "documentation": "

The unique identifier of the Cases domain.

", + "location": "uri", + "locationName": "domainId" + }, + "fieldId": { + "shape": "FieldId", + "documentation": "

The unique identifier of a field.

", + "location": "uri", + "locationName": "fieldId" + } + } + }, + "DeleteFieldResponse": { + "type": "structure", + "members": {} + }, + "DeleteLayoutRequest": { + "type": "structure", + "required": [ + "domainId", + "layoutId" + ], + "members": { + "domainId": { + "shape": "DomainId", + "documentation": "

The unique identifier of the Cases domain.

", + "location": "uri", + "locationName": "domainId" + }, + "layoutId": { + "shape": "LayoutId", + "documentation": "

The unique identifier of the layout.

", + "location": "uri", + "locationName": "layoutId" + } + } + }, + "DeleteLayoutResponse": { + "type": "structure", + "members": {} + }, + "DeleteTemplateRequest": { + "type": "structure", + "required": [ + "domainId", + "templateId" + ], + "members": { + "domainId": { + "shape": "DomainId", + "documentation": "

The unique identifier of the Cases domain.

", + "location": "uri", + "locationName": "domainId" + }, + "templateId": { + "shape": "TemplateId", + "documentation": "

A unique identifier of a template.

", + "location": "uri", + "locationName": "templateId" + } + } + }, + "DeleteTemplateResponse": { + "type": "structure", + "members": {} + }, + "Deleted": { + "type": "boolean" + }, "DomainArn": { "type": "string", "max": 500, @@ -2433,6 +2622,14 @@ "type" ], "members": { + "createdTime": { + "shape": "CreatedTime", + "documentation": "

The timestamp for when the resource was created.

" + }, + "deleted": { + "shape": "Deleted", + "documentation": "

Indicates whether the resource has been deleted.

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

Description of the field.

" @@ -2445,6 +2642,10 @@ "shape": "FieldId", "documentation": "

Unique identifier of the field.

" }, + "lastModifiedTime": { + "shape": "LastModifiedTime", + "documentation": "

The timestamp for when the resource was created or last modified.

" + }, "name": { "shape": "FieldName", "documentation": "

Name of the field.

" @@ -2498,6 +2699,18 @@ "shape": "LayoutContent", "documentation": "

Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

" }, + "createdTime": { + "shape": "CreatedTime", + "documentation": "

The timestamp for when the resource was created.

" + }, + "deleted": { + "shape": "Deleted", + "documentation": "

Indicates whether the resource has been deleted.

" + }, + "lastModifiedTime": { + "shape": "LastModifiedTime", + "documentation": "

The timestamp for when the resource was created or last modified.

" + }, "layoutArn": { "shape": "LayoutArn", "documentation": "

The Amazon Resource Name (ARN) of the newly created layout.

" @@ -2546,10 +2759,22 @@ "templateId" ], "members": { + "createdTime": { + "shape": "CreatedTime", + "documentation": "

The timestamp for when the resource was created.

" + }, + "deleted": { + "shape": "Deleted", + "documentation": "

Indicates whether the resource has been deleted.

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

A brief description of the template.

" }, + "lastModifiedTime": { + "shape": "LastModifiedTime", + "documentation": "

The timestamp for when the resource was created or last modified.

" + }, "layoutConfiguration": { "shape": "LayoutConfiguration", "documentation": "

Configuration of layouts associated to the template.

" @@ -2585,6 +2810,10 @@ "max": 500, "min": 1 }, + "LastModifiedTime": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, "LayoutArn": { "type": "string", "max": 500, diff --git a/apis/inspector2-2020-06-08.min.json b/apis/inspector2-2020-06-08.min.json index 5038339a25..bc1451c0c9 100644 --- a/apis/inspector2-2020-06-08.min.json +++ b/apis/inspector2-2020-06-08.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "inspector2", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Inspector2", "serviceFullName": "Inspector2", "serviceId": "Inspector2", @@ -932,6 +935,18 @@ "output": { "type": "structure", "members": { + "ec2Configuration": { + "type": "structure", + "members": { + "scanModeState": { + "type": "structure", + "members": { + "scanMode": {}, + "scanModeStatus": {} + } + } + } + }, "ecrConfiguration": { "type": "structure", "members": { @@ -987,10 +1002,10 @@ "members": { "errorMessage": {}, "orgPackagePaths": { - "shape": "S68" + "shape": "S6c" }, "packagePaths": { - "shape": "S68" + "shape": "S6c" }, "status": {} } @@ -1074,7 +1089,7 @@ "type": "structure", "members": { "member": { - "shape": "S6m" + "shape": "S6q" } } } @@ -1162,13 +1177,13 @@ "type": "structure", "members": { "scanConfigurationArnFilters": { - "shape": "S6y" + "shape": "S72" }, "scanNameFilters": { - "shape": "S6z" + "shape": "S73" }, "targetResourceTagFilters": { - "shape": "S70" + "shape": "S74" } } }, @@ -1203,7 +1218,7 @@ "shape": "S31" }, "targets": { - "shape": "S79" + "shape": "S7d" } } } @@ -1235,10 +1250,10 @@ "shape": "S59" }, "failedResourcesFilters": { - "shape": "S7e" + "shape": "S7i" }, "platformFilters": { - "shape": "S7g" + "shape": "S7k" }, "securityLevelFilters": { "shape": "S5h" @@ -1275,7 +1290,7 @@ "platform": {}, "scanArn": {}, "statusCounts": { - "shape": "S7m" + "shape": "S7q" }, "title": {} } @@ -1300,16 +1315,16 @@ "type": "structure", "members": { "accountIdFilters": { - "shape": "S7p" + "shape": "S7t" }, "checkIdFilters": { "shape": "S59" }, "failedChecksFilters": { - "shape": "S7e" + "shape": "S7i" }, "platformFilters": { - "shape": "S7g" + "shape": "S7k" }, "statusFilters": { "type": "list", @@ -1326,10 +1341,10 @@ } }, "targetResourceIdFilters": { - "shape": "S7u" + "shape": "S7y" }, "targetResourceTagFilters": { - "shape": "S70" + "shape": "S74" }, "targetStatusFilters": { "type": "list", @@ -1386,7 +1401,7 @@ "platform": {}, "scanArn": {}, "statusCounts": { - "shape": "S7m" + "shape": "S7q" }, "targetResourceId": {}, "targetResourceTags": { @@ -1413,7 +1428,7 @@ "type": "structure", "members": { "failedChecksFilters": { - "shape": "S7e" + "shape": "S7i" }, "scanArnFilters": { "type": "list", @@ -1436,10 +1451,10 @@ } }, "scanConfigurationArnFilters": { - "shape": "S6y" + "shape": "S72" }, "scanNameFilters": { - "shape": "S6z" + "shape": "S73" }, "scanStatusFilters": { "type": "list", @@ -1462,13 +1477,13 @@ } }, "targetAccountIdFilters": { - "shape": "S7p" + "shape": "S7t" }, "targetResourceIdFilters": { - "shape": "S7u" + "shape": "S7y" }, "targetResourceTagFilters": { - "shape": "S70" + "shape": "S74" } } }, @@ -1506,7 +1521,7 @@ "securityLevel": {}, "status": {}, "targets": { - "shape": "S79" + "shape": "S7d" }, "totalChecks": { "type": "integer" @@ -1526,7 +1541,7 @@ "type": "structure", "members": { "filterCriteria": { - "shape": "S8n" + "shape": "S8r" }, "maxResults": { "type": "integer" @@ -1602,6 +1617,7 @@ } }, "resourceType": {}, + "scanMode": {}, "scanStatus": { "type": "structure", "required": [ @@ -1630,7 +1646,7 @@ "type": "structure", "members": { "filterCriteria": { - "shape": "S8n" + "shape": "S8r" }, "groupBy": {}, "nextToken": {} @@ -1956,7 +1972,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -1972,7 +1988,7 @@ }, "ami": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -1992,7 +2008,7 @@ "repository": {}, "resourceId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2013,7 +2029,7 @@ }, "operatingSystem": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2022,7 +2038,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2040,7 +2056,7 @@ "repository": {}, "resourceId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2061,7 +2077,7 @@ "resourceId": {}, "runtime": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2079,7 +2095,7 @@ "layerArn": {}, "resourceId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2092,7 +2108,7 @@ "accountId": {}, "packageName": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2108,7 +2124,7 @@ }, "repository": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" } } }, @@ -2120,7 +2136,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "Sax" + "shape": "Sb2" }, "title": {}, "vulnerabilityId": {} @@ -2573,7 +2589,7 @@ "members": { "type": "list", "member": { - "shape": "S6m" + "shape": "S6q" } }, "nextToken": {} @@ -3076,10 +3092,16 @@ }, "input": { "type": "structure", - "required": [ - "ecrConfiguration" - ], "members": { + "ec2Configuration": { + "type": "structure", + "required": [ + "scanMode" + ], + "members": { + "scanMode": {} + } + }, "ecrConfiguration": { "type": "structure", "required": [ @@ -3109,7 +3131,7 @@ "type": "boolean" }, "packagePaths": { - "shape": "S68" + "shape": "S6c" } } }, @@ -3118,10 +3140,10 @@ "members": { "errorMessage": {}, "orgPackagePaths": { - "shape": "S68" + "shape": "S6c" }, "packagePaths": { - "shape": "S68" + "shape": "S6c" }, "status": {} } @@ -3195,7 +3217,7 @@ ], "members": { "orgPackagePaths": { - "shape": "S68" + "shape": "S6c" } } }, @@ -3807,11 +3829,11 @@ "shape": "S5a" } }, - "S68": { + "S6c": { "type": "list", "member": {} }, - "S6m": { + "S6q": { "type": "structure", "members": { "accountId": {}, @@ -3822,19 +3844,19 @@ } } }, - "S6y": { + "S72": { "type": "list", "member": { "shape": "S5a" } }, - "S6z": { + "S73": { "type": "list", "member": { "shape": "S5a" } }, - "S70": { + "S74": { "type": "list", "member": { "type": "structure", @@ -3850,7 +3872,7 @@ } } }, - "S79": { + "S7d": { "type": "structure", "members": { "accountIds": { @@ -3862,7 +3884,7 @@ } } }, - "S7e": { + "S7i": { "type": "list", "member": { "type": "structure", @@ -3876,13 +3898,13 @@ } } }, - "S7g": { + "S7k": { "type": "list", "member": { "shape": "S5a" } }, - "S7m": { + "S7q": { "type": "structure", "members": { "failed": { @@ -3896,66 +3918,69 @@ } } }, - "S7p": { + "S7t": { "type": "list", "member": { "shape": "S5a" } }, - "S7u": { + "S7y": { "type": "list", "member": { "shape": "S5a" } }, - "S8n": { + "S8r": { "type": "structure", "members": { "accountId": { - "shape": "S8o" + "shape": "S8s" }, "ec2InstanceTags": { - "shape": "S8s" + "shape": "S8w" }, "ecrImageTags": { - "shape": "S8o" + "shape": "S8s" }, "ecrRepositoryName": { - "shape": "S8o" + "shape": "S8s" }, "imagePulledAt": { - "shape": "S8v" + "shape": "S8z" }, "lambdaFunctionName": { - "shape": "S8o" + "shape": "S8s" }, "lambdaFunctionRuntime": { - "shape": "S8o" + "shape": "S8s" }, "lambdaFunctionTags": { - "shape": "S8s" + "shape": "S8w" }, "lastScannedAt": { - "shape": "S8v" + "shape": "S8z" }, "resourceId": { - "shape": "S8o" + "shape": "S8s" }, "resourceType": { - "shape": "S8o" + "shape": "S8s" + }, + "scanMode": { + "shape": "S8s" }, "scanStatusCode": { - "shape": "S8o" + "shape": "S8s" }, "scanStatusReason": { - "shape": "S8o" + "shape": "S8s" }, "scanType": { - "shape": "S8o" + "shape": "S8s" } } }, - "S8o": { + "S8s": { "type": "list", "member": { "type": "structure", @@ -3969,7 +3994,7 @@ } } }, - "S8s": { + "S8w": { "type": "list", "member": { "type": "structure", @@ -3984,7 +4009,7 @@ } } }, - "S8v": { + "S8z": { "type": "list", "member": { "type": "structure", @@ -3998,7 +4023,7 @@ } } }, - "Sax": { + "Sb2": { "type": "structure", "members": { "all": { diff --git a/apis/inspector2-2020-06-08.normal.json b/apis/inspector2-2020-06-08.normal.json index 22c525af67..9c2f03ab0f 100644 --- a/apis/inspector2-2020-06-08.normal.json +++ b/apis/inspector2-2020-06-08.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "inspector2", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Inspector2", "serviceFullName": "Inspector2", "serviceId": "Inspector2", @@ -3854,6 +3857,10 @@ "shape": "CoverageStringFilterList", "documentation": "

An array of Amazon Web Services resource types to return coverage statistics for. The values can be AWS_EC2_INSTANCE, AWS_LAMBDA_FUNCTION, AWS_ECR_CONTAINER_IMAGE, AWS_ECR_REPOSITORY or AWS_ACCOUNT.

" }, + "scanMode": { + "shape": "CoverageStringFilterList", + "documentation": "

The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED and EC2_HYBRID.

" + }, "scanStatusCode": { "shape": "CoverageStringFilterList", "documentation": "

The scan status code to filter on. Valid values are: ValidationException, InternalServerException, ResourceNotFoundException, BadRequestException, and ThrottlingException.

" @@ -3981,6 +3988,10 @@ "shape": "CoverageResourceType", "documentation": "

The type of the covered resource.

" }, + "scanMode": { + "shape": "ScanMode", + "documentation": "

The scan method that is applied to the instance.

" + }, "scanStatus": { "shape": "ScanStatus", "documentation": "

The status of the scan covering the resource.

" @@ -4615,6 +4626,29 @@ "type": "double", "box": true }, + "Ec2Configuration": { + "type": "structure", + "required": [ + "scanMode" + ], + "members": { + "scanMode": { + "shape": "Ec2ScanMode", + "documentation": "

The scan method that is applied to the instance.

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

Enables agent-based scanning, which scans instances that are not managed by SSM.

" + }, + "Ec2ConfigurationState": { + "type": "structure", + "members": { + "scanModeState": { + "shape": "Ec2ScanModeState", + "documentation": "

An object that contains details about the state of the Amazon EC2 scan mode.

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

Details about the state of the EC2 scan configuration for your environment.

" + }, "Ec2DeepInspectionStatus": { "type": "string", "enum": [ @@ -4727,6 +4761,34 @@ "MACOS" ] }, + "Ec2ScanMode": { + "type": "string", + "enum": [ + "EC2_SSM_AGENT_BASED", + "EC2_HYBRID" + ] + }, + "Ec2ScanModeState": { + "type": "structure", + "members": { + "scanMode": { + "shape": "Ec2ScanMode", + "documentation": "

The scan method that is applied to the instance.

" + }, + "scanModeStatus": { + "shape": "Ec2ScanModeStatus", + "documentation": "

The status of the Amazon EC2 scan mode setting.

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

The state of your Amazon EC2 scan mode configuration.

" + }, + "Ec2ScanModeStatus": { + "type": "string", + "enum": [ + "SUCCESS", + "PENDING" + ] + }, "EcrConfiguration": { "type": "structure", "required": [ @@ -5447,7 +5509,7 @@ }, "lastObservedAt": { "shape": "DateTimeTimestamp", - "documentation": "

The date and time that the finding was last observed.

" + "documentation": "

The date and time the finding was last observed. This timestamp for this field remains unchanged until a finding is updated.

" }, "networkReachabilityDetails": { "shape": "NetworkReachabilityDetails", @@ -5819,7 +5881,7 @@ }, "url": { "shape": "String", - "documentation": "

The URL where the CIS scan report PDF can be downloaded.

" + "documentation": "

The URL where a PDF of the CIS scan report can be downloaded.

" } } }, @@ -5891,6 +5953,10 @@ "GetConfigurationResponse": { "type": "structure", "members": { + "ec2Configuration": { + "shape": "Ec2ConfigurationState", + "documentation": "

Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.

" + }, "ecrConfiguration": { "shape": "EcrConfigurationState", "documentation": "

Specifies how the ECR automated re-scan duration is currently configured for your environment.

" @@ -8098,6 +8164,13 @@ "SPDX_2_3" ] }, + "ScanMode": { + "type": "string", + "enum": [ + "EC2_SSM_AGENT_BASED", + "EC2_AGENTLESS" + ] + }, "ScanStatus": { "type": "structure", "required": [ @@ -9040,10 +9113,11 @@ }, "UpdateConfigurationRequest": { "type": "structure", - "required": [ - "ecrConfiguration" - ], "members": { + "ec2Configuration": { + "shape": "Ec2Configuration", + "documentation": "

Specifies how the Amazon EC2 automated scan will be updated for your environment.

" + }, "ecrConfiguration": { "shape": "EcrConfiguration", "documentation": "

Specifies how the ECR automated re-scan will be updated for your environment.

" diff --git a/apis/timestream-query-2018-11-01.min.json b/apis/timestream-query-2018-11-01.min.json index 59888800c7..bdddb82c5f 100644 --- a/apis/timestream-query-2018-11-01.min.json +++ b/apis/timestream-query-2018-11-01.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "query.timestream", "jsonVersion": "1.0", "protocol": "json", + "protocols": [ + "json" + ], "serviceAbbreviation": "Timestream Query", "serviceFullName": "Amazon Timestream Query", "serviceId": "Timestream Query", @@ -103,6 +106,24 @@ }, "idempotent": true }, + "DescribeAccountSettings": { + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "type": "integer" + }, + "QueryPricingModel": {} + } + }, + "endpointdiscovery": { + "required": true + } + }, "DescribeEndpoints": { "input": { "type": "structure", @@ -191,12 +212,12 @@ "shape": "Sx" }, "LastRunSummary": { - "shape": "S1e" + "shape": "S1i" }, "RecentlyFailedRuns": { "type": "list", "member": { - "shape": "S1e" + "shape": "S1i" } } } @@ -357,7 +378,7 @@ "members": { "Name": {}, "Type": { - "shape": "S24" + "shape": "S28" }, "DatabaseName": {}, "TableName": {}, @@ -378,7 +399,7 @@ "members": { "Name": {}, "Type": { - "shape": "S24" + "shape": "S28" } } } @@ -424,11 +445,11 @@ "Rows": { "type": "list", "member": { - "shape": "S2g" + "shape": "S2k" } }, "ColumnInfo": { - "shape": "S27" + "shape": "S2b" }, "QueryStatus": { "type": "structure", @@ -496,6 +517,30 @@ "required": true } }, + "UpdateAccountSettings": { + "input": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "type": "integer" + }, + "QueryPricingModel": {} + } + }, + "output": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "type": "integer" + }, + "QueryPricingModel": {} + } + }, + "endpointdiscovery": { + "required": true + }, + "idempotent": true + }, "UpdateScheduledQuery": { "input": { "type": "structure", @@ -663,7 +708,7 @@ } } }, - "S1e": { + "S1i": { "type": "structure", "members": { "InvocationTime": { @@ -685,6 +730,9 @@ "BytesMetered": { "type": "long" }, + "CumulativeBytesScanned": { + "type": "long" + }, "RecordsIngested": { "type": "long" }, @@ -708,22 +756,22 @@ "FailureReason": {} } }, - "S24": { + "S28": { "type": "structure", "members": { "ScalarType": {}, "ArrayColumnInfo": { - "shape": "S26" + "shape": "S2a" }, "TimeSeriesMeasureValueColumnInfo": { - "shape": "S26" + "shape": "S2a" }, "RowColumnInfo": { - "shape": "S27" + "shape": "S2b" } } }, - "S26": { + "S2a": { "type": "structure", "required": [ "Type" @@ -731,34 +779,34 @@ "members": { "Name": {}, "Type": { - "shape": "S24" + "shape": "S28" } } }, - "S27": { + "S2b": { "type": "list", "member": { - "shape": "S26" + "shape": "S2a" } }, - "S2g": { + "S2k": { "type": "structure", "required": [ "Data" ], "members": { "Data": { - "shape": "S2h" + "shape": "S2l" } } }, - "S2h": { + "S2l": { "type": "list", "member": { - "shape": "S2i" + "shape": "S2m" } }, - "S2i": { + "S2m": { "type": "structure", "members": { "ScalarValue": {}, @@ -773,16 +821,16 @@ "members": { "Time": {}, "Value": { - "shape": "S2i" + "shape": "S2m" } } } }, "ArrayValue": { - "shape": "S2h" + "shape": "S2l" }, "RowValue": { - "shape": "S2g" + "shape": "S2k" }, "NullValue": { "type": "boolean" diff --git a/apis/timestream-query-2018-11-01.normal.json b/apis/timestream-query-2018-11-01.normal.json index 98f18d1a31..74e1d446b4 100644 --- a/apis/timestream-query-2018-11-01.normal.json +++ b/apis/timestream-query-2018-11-01.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "query.timestream", "jsonVersion": "1.0", "protocol": "json", + "protocols": [ + "json" + ], "serviceAbbreviation": "Timestream Query", "serviceFullName": "Amazon Timestream Query", "serviceId": "Timestream Query", @@ -125,6 +128,37 @@ }, "idempotent": true }, + "DescribeAccountSettings": { + "name": "DescribeAccountSettings", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "DescribeAccountSettingsRequest" + }, + "output": { + "shape": "DescribeAccountSettingsResponse" + }, + "errors": [ + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InvalidEndpointException" + } + ], + "documentation": "

Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.

You're charged only for the duration of compute units used for your workloads.

", + "endpointdiscovery": { + "required": true + } + }, "DescribeEndpoints": { "name": "DescribeEndpoints", "http": { @@ -429,6 +463,41 @@ "required": true } }, + "UpdateAccountSettings": { + "name": "UpdateAccountSettings", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "UpdateAccountSettingsRequest" + }, + "output": { + "shape": "UpdateAccountSettingsResponse" + }, + "errors": [ + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "InvalidEndpointException" + } + ], + "documentation": "

Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective.

After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing.

", + "endpointdiscovery": { + "required": true + }, + "idempotent": true + }, "UpdateScheduledQuery": { "name": "UpdateScheduledQuery", "http": { @@ -636,6 +705,23 @@ } } }, + "DescribeAccountSettingsRequest": { + "type": "structure", + "members": {} + }, + "DescribeAccountSettingsResponse": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "shape": "MaxQueryCapacity", + "documentation": "

The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries.

" + }, + "QueryPricingModel": { + "shape": "QueryPricingModel", + "documentation": "

The pricing model for queries in your account.

" + } + } + }, "DescribeEndpointsRequest": { "type": "structure", "members": {} @@ -796,6 +882,10 @@ "shape": "Long", "documentation": "

Bytes metered for a single scheduled query run.

" }, + "CumulativeBytesScanned": { + "shape": "Long", + "documentation": "

Bytes scanned for a single scheduled query run.

" + }, "RecordsIngested": { "shape": "Long", "documentation": "

The number of records ingested for a single scheduled query run.

" @@ -875,6 +965,9 @@ "Long": { "type": "long" }, + "MaxQueryCapacity": { + "type": "integer" + }, "MaxQueryResults": { "type": "integer", "box": true, @@ -1080,6 +1173,13 @@ "min": 1, "pattern": "[a-zA-Z0-9]+" }, + "QueryPricingModel": { + "type": "string", + "enum": [ + "BYTES_SCANNED", + "COMPUTE_UNITS" + ] + }, "QueryRequest": { "type": "structure", "required": [ @@ -1416,7 +1516,7 @@ "type": "string", "max": 64, "min": 1, - "pattern": "[a-zA-Z0-9_.-]+" + "pattern": "[a-zA-Z0-9|!\\-_*'\\(\\)]([a-zA-Z0-9]|[!\\-_*'\\(\\)\\/.])+" }, "ScheduledQueryRunStatus": { "type": "string", @@ -1740,6 +1840,32 @@ "type": "structure", "members": {} }, + "UpdateAccountSettingsRequest": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "shape": "MaxQueryCapacity", + "documentation": "

The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on.

The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas.

" + }, + "QueryPricingModel": { + "shape": "QueryPricingModel", + "documentation": "

The pricing model for queries in an account.

" + } + } + }, + "UpdateAccountSettingsResponse": { + "type": "structure", + "members": { + "MaxQueryTCU": { + "shape": "MaxQueryCapacity", + "documentation": "

The configured maximum number of compute units the service will use at any point in time to serve your queries.

" + }, + "QueryPricingModel": { + "shape": "QueryPricingModel", + "documentation": "

The pricing model for an account.

" + } + } + }, "UpdateScheduledQueryRequest": { "type": "structure", "required": [ diff --git a/apis/transcribe-2017-10-26.min.json b/apis/transcribe-2017-10-26.min.json index 66219a55d7..cf469e4994 100644 --- a/apis/transcribe-2017-10-26.min.json +++ b/apis/transcribe-2017-10-26.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "transcribe", "jsonVersion": "1.1", "protocol": "json", + "protocols": [ + "json" + ], "serviceFullName": "Amazon Transcribe Service", "serviceId": "Transcribe", "signatureVersion": "v4", @@ -343,7 +346,7 @@ "type": "structure", "members": { "MedicalScribeJob": { - "shape": "S2n" + "shape": "S2t" } } } @@ -362,7 +365,7 @@ "type": "structure", "members": { "MedicalTranscriptionJob": { - "shape": "S2z" + "shape": "S35" } } } @@ -405,7 +408,7 @@ "type": "structure", "members": { "TranscriptionJob": { - "shape": "S3c" + "shape": "S3i" } } } @@ -513,6 +516,9 @@ }, "LanguageCode": {}, "CallAnalyticsJobStatus": {}, + "CallAnalyticsJobDetails": { + "shape": "S22" + }, "FailureReason": {} } } @@ -649,7 +655,7 @@ "Status": {}, "NextToken": {}, "Vocabularies": { - "shape": "S4j" + "shape": "S4p" } } } @@ -711,10 +717,10 @@ "FailureReason": {}, "OutputLocationType": {}, "ContentRedaction": { - "shape": "S29" + "shape": "S2f" }, "ModelSettings": { - "shape": "S3e" + "shape": "S3k" }, "IdentifyLanguage": { "type": "boolean" @@ -726,10 +732,10 @@ "type": "float" }, "LanguageCodes": { - "shape": "S3g" + "shape": "S3m" }, "ToxicityDetection": { - "shape": "S3o" + "shape": "S3u" } } } @@ -755,7 +761,7 @@ "Status": {}, "NextToken": {}, "Vocabularies": { - "shape": "S4j" + "shape": "S4p" } } } @@ -801,16 +807,16 @@ "members": { "CallAnalyticsJobName": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "OutputLocation": {}, "OutputEncryptionKMSKeyId": {}, "DataAccessRoleArn": {}, "Settings": { - "shape": "S27" + "shape": "S2d" }, "ChannelDefinitions": { - "shape": "S2i" + "shape": "S2o" } } }, @@ -836,19 +842,19 @@ "members": { "MedicalScribeJobName": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "OutputBucketName": {}, "OutputEncryptionKMSKeyId": {}, "KMSEncryptionContext": { - "shape": "S53" + "shape": "S59" }, "DataAccessRoleArn": {}, "Settings": { - "shape": "S2r" + "shape": "S2x" }, "ChannelDefinitions": { - "shape": "S2t" + "shape": "S2z" }, "Tags": { "shape": "Sv" @@ -859,7 +865,7 @@ "type": "structure", "members": { "MedicalScribeJob": { - "shape": "S2n" + "shape": "S2t" } } } @@ -883,16 +889,16 @@ }, "MediaFormat": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "OutputBucketName": {}, "OutputKey": {}, "OutputEncryptionKMSKeyId": {}, "KMSEncryptionContext": { - "shape": "S53" + "shape": "S59" }, "Settings": { - "shape": "S33" + "shape": "S39" }, "ContentIdentificationType": {}, "Specialty": {}, @@ -906,7 +912,7 @@ "type": "structure", "members": { "MedicalTranscriptionJob": { - "shape": "S2z" + "shape": "S35" } } } @@ -926,25 +932,25 @@ }, "MediaFormat": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "OutputBucketName": {}, "OutputKey": {}, "OutputEncryptionKMSKeyId": {}, "KMSEncryptionContext": { - "shape": "S53" + "shape": "S59" }, "Settings": { - "shape": "S3d" + "shape": "S3j" }, "ModelSettings": { - "shape": "S3e" + "shape": "S3k" }, "JobExecutionSettings": { - "shape": "S3f" + "shape": "S3l" }, "ContentRedaction": { - "shape": "S29" + "shape": "S2f" }, "IdentifyLanguage": { "type": "boolean" @@ -953,13 +959,13 @@ "type": "boolean" }, "LanguageOptions": { - "shape": "S2e" + "shape": "S2k" }, "Subtitles": { "type": "structure", "members": { "Formats": { - "shape": "S3k" + "shape": "S3q" }, "OutputStartIndex": { "type": "integer" @@ -970,10 +976,10 @@ "shape": "Sv" }, "LanguageIdSettings": { - "shape": "S2f" + "shape": "S2l" }, "ToxicityDetection": { - "shape": "S3o" + "shape": "S3u" } } }, @@ -981,7 +987,7 @@ "type": "structure", "members": { "TranscriptionJob": { - "shape": "S3c" + "shape": "S3i" } } } @@ -1333,16 +1339,19 @@ "members": { "CallAnalyticsJobName": {}, "CallAnalyticsJobStatus": {}, + "CallAnalyticsJobDetails": { + "shape": "S22" + }, "LanguageCode": {}, "MediaSampleRateHertz": { "type": "integer" }, "MediaFormat": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "Transcript": { - "shape": "S25" + "shape": "S2b" }, "StartTime": { "type": "timestamp" @@ -1359,28 +1368,44 @@ "type": "float" }, "Settings": { - "shape": "S27" + "shape": "S2d" }, "ChannelDefinitions": { - "shape": "S2i" + "shape": "S2o" + } + } + }, + "S22": { + "type": "structure", + "members": { + "Skipped": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Feature": {}, + "ReasonCode": {}, + "Message": {} + } + } } } }, - "S24": { + "S2a": { "type": "structure", "members": { "MediaFileUri": {}, "RedactedMediaFileUri": {} } }, - "S25": { + "S2b": { "type": "structure", "members": { "TranscriptFileUri": {}, "RedactedTranscriptFileUri": {} } }, - "S27": { + "S2d": { "type": "structure", "members": { "VocabularyName": {}, @@ -1388,13 +1413,13 @@ "VocabularyFilterMethod": {}, "LanguageModelName": {}, "ContentRedaction": { - "shape": "S29" + "shape": "S2f" }, "LanguageOptions": { - "shape": "S2e" + "shape": "S2k" }, "LanguageIdSettings": { - "shape": "S2f" + "shape": "S2l" }, "Summarization": { "type": "structure", @@ -1409,7 +1434,7 @@ } } }, - "S29": { + "S2f": { "type": "structure", "required": [ "RedactionType", @@ -1424,11 +1449,11 @@ } } }, - "S2e": { + "S2k": { "type": "list", "member": {} }, - "S2f": { + "S2l": { "type": "map", "key": {}, "value": { @@ -1440,7 +1465,7 @@ } } }, - "S2i": { + "S2o": { "type": "list", "member": { "type": "structure", @@ -1452,14 +1477,14 @@ } } }, - "S2n": { + "S2t": { "type": "structure", "members": { "MedicalScribeJobName": {}, "MedicalScribeJobStatus": {}, "LanguageCode": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "MedicalScribeOutput": { "type": "structure", @@ -1483,18 +1508,18 @@ }, "FailureReason": {}, "Settings": { - "shape": "S2r" + "shape": "S2x" }, "DataAccessRoleArn": {}, "ChannelDefinitions": { - "shape": "S2t" + "shape": "S2z" }, "Tags": { "shape": "Sv" } } }, - "S2r": { + "S2x": { "type": "structure", "members": { "ShowSpeakerLabels": { @@ -1511,7 +1536,7 @@ "VocabularyFilterMethod": {} } }, - "S2t": { + "S2z": { "type": "list", "member": { "type": "structure", @@ -1527,7 +1552,7 @@ } } }, - "S2z": { + "S35": { "type": "structure", "members": { "MedicalTranscriptionJobName": {}, @@ -1538,7 +1563,7 @@ }, "MediaFormat": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "Transcript": { "type": "structure", @@ -1557,7 +1582,7 @@ }, "FailureReason": {}, "Settings": { - "shape": "S33" + "shape": "S39" }, "ContentIdentificationType": {}, "Specialty": {}, @@ -1567,7 +1592,7 @@ } } }, - "S33": { + "S39": { "type": "structure", "members": { "ShowSpeakerLabels": { @@ -1588,7 +1613,7 @@ "VocabularyName": {} } }, - "S3c": { + "S3i": { "type": "structure", "members": { "TranscriptionJobName": {}, @@ -1599,10 +1624,10 @@ }, "MediaFormat": {}, "Media": { - "shape": "S24" + "shape": "S2a" }, "Transcript": { - "shape": "S25" + "shape": "S2b" }, "StartTime": { "type": "timestamp" @@ -1615,16 +1640,16 @@ }, "FailureReason": {}, "Settings": { - "shape": "S3d" + "shape": "S3j" }, "ModelSettings": { - "shape": "S3e" + "shape": "S3k" }, "JobExecutionSettings": { - "shape": "S3f" + "shape": "S3l" }, "ContentRedaction": { - "shape": "S29" + "shape": "S2f" }, "IdentifyLanguage": { "type": "boolean" @@ -1633,13 +1658,13 @@ "type": "boolean" }, "LanguageOptions": { - "shape": "S2e" + "shape": "S2k" }, "IdentifiedLanguageScore": { "type": "float" }, "LanguageCodes": { - "shape": "S3g" + "shape": "S3m" }, "Tags": { "shape": "Sv" @@ -1648,7 +1673,7 @@ "type": "structure", "members": { "Formats": { - "shape": "S3k" + "shape": "S3q" }, "SubtitleFileUris": { "type": "list", @@ -1660,14 +1685,14 @@ } }, "LanguageIdSettings": { - "shape": "S2f" + "shape": "S2l" }, "ToxicityDetection": { - "shape": "S3o" + "shape": "S3u" } } }, - "S3d": { + "S3j": { "type": "structure", "members": { "VocabularyName": {}, @@ -1690,13 +1715,13 @@ "VocabularyFilterMethod": {} } }, - "S3e": { + "S3k": { "type": "structure", "members": { "LanguageModelName": {} } }, - "S3f": { + "S3l": { "type": "structure", "members": { "AllowDeferredExecution": { @@ -1705,7 +1730,7 @@ "DataAccessRoleArn": {} } }, - "S3g": { + "S3m": { "type": "list", "member": { "type": "structure", @@ -1717,11 +1742,11 @@ } } }, - "S3k": { + "S3q": { "type": "list", "member": {} }, - "S3o": { + "S3u": { "type": "list", "member": { "type": "structure", @@ -1736,7 +1761,7 @@ } } }, - "S4j": { + "S4p": { "type": "list", "member": { "type": "structure", @@ -1750,7 +1775,7 @@ } } }, - "S53": { + "S59": { "type": "map", "key": {}, "value": {} diff --git a/apis/transcribe-2017-10-26.normal.json b/apis/transcribe-2017-10-26.normal.json index 6d35e8f3ca..d8aa648fb3 100644 --- a/apis/transcribe-2017-10-26.normal.json +++ b/apis/transcribe-2017-10-26.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "transcribe", "jsonVersion": "1.1", "protocol": "json", + "protocols": [ + "json" + ], "serviceFullName": "Amazon Transcribe Service", "serviceId": "Transcribe", "signatureVersion": "v4", @@ -1215,6 +1218,12 @@ "ja-JP" ] }, + "CallAnalyticsFeature": { + "type": "string", + "enum": [ + "GENERATIVE_SUMMARIZATION" + ] + }, "CallAnalyticsJob": { "type": "structure", "members": { @@ -1226,6 +1235,10 @@ "shape": "CallAnalyticsJobStatus", "documentation": "

Provides the status of the specified Call Analytics job.

If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.

" }, + "CallAnalyticsJobDetails": { + "shape": "CallAnalyticsJobDetails", + "documentation": "

Provides detailed information about a call analytics job, including information about skipped analytics features.

" + }, "LanguageCode": { "shape": "LanguageCode", "documentation": "

The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table.

If you do not know the language spoken in your media file, you can omit this field and let Amazon Transcribe automatically identify the language of your media. To improve the accuracy of language identification, you can include several language codes and Amazon Transcribe chooses the closest match for your transcription.

" @@ -1280,6 +1293,16 @@ }, "documentation": "

Provides detailed information about a Call Analytics job.

To view the job's status, refer to CallAnalyticsJobStatus. If the status is COMPLETED, the job is finished. You can find your completed transcript at the URI specified in TranscriptFileUri. If the status is FAILED, FailureReason provides details on why your transcription job failed.

If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the location specified in RedactedTranscriptFileUri.

If you chose to redact the audio in your media file, you can find your redacted media file at the location specified in the RedactedMediaFileUri field of your response.

" }, + "CallAnalyticsJobDetails": { + "type": "structure", + "members": { + "Skipped": { + "shape": "CallAnalyticsSkippedFeatureList", + "documentation": "

Contains information about any skipped analytics features during the analysis of a call analytics job.

This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

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

Contains details about a call analytics job, including information about skipped analytics features.

" + }, "CallAnalyticsJobName": { "type": "string", "max": 200, @@ -1365,6 +1388,10 @@ "shape": "CallAnalyticsJobStatus", "documentation": "

Provides the status of your Call Analytics job.

If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.

" }, + "CallAnalyticsJobDetails": { + "shape": "CallAnalyticsJobDetails", + "documentation": "

Provides detailed information about a call analytics job, including information about skipped analytics features.

" + }, "FailureReason": { "shape": "FailureReason", "documentation": "

If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job failed. See also: Common Errors.

" @@ -1372,6 +1399,37 @@ }, "documentation": "

Provides detailed information about a specific Call Analytics job.

" }, + "CallAnalyticsSkippedFeature": { + "type": "structure", + "members": { + "Feature": { + "shape": "CallAnalyticsFeature", + "documentation": "

Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.

" + }, + "ReasonCode": { + "shape": "CallAnalyticsSkippedReasonCode", + "documentation": "

Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.

" + }, + "Message": { + "shape": "String", + "documentation": "

Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.

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

Represents a skipped analytics feature during the analysis of a call analytics job.

The Feature field indicates the type of analytics feature that was skipped.

The Message field contains additional information or a message explaining why the analytics feature was skipped.

The ReasonCode field provides a code indicating the reason why the analytics feature was skipped.

" + }, + "CallAnalyticsSkippedFeatureList": { + "type": "list", + "member": { + "shape": "CallAnalyticsSkippedFeature" + } + }, + "CallAnalyticsSkippedReasonCode": { + "type": "string", + "enum": [ + "INSUFFICIENT_CONVERSATION_CONTENT", + "FAILED_SAFETY_GUIDELINES" + ] + }, "CategoryName": { "type": "string", "max": 200, @@ -2726,7 +2784,7 @@ }, "MaxSpeakers": { "type": "integer", - "max": 10, + "max": 30, "min": 2 }, "Media": { @@ -3698,6 +3756,9 @@ } } }, + "String": { + "type": "string" + }, "StringTargetList": { "type": "list", "member": { diff --git a/apis/trustedadvisor-2022-09-15.min.json b/apis/trustedadvisor-2022-09-15.min.json index 8e4598791c..cc2b7dd0ac 100644 --- a/apis/trustedadvisor-2022-09-15.min.json +++ b/apis/trustedadvisor-2022-09-15.min.json @@ -12,6 +12,57 @@ "uid": "trustedadvisor-2022-09-15" }, "operations": { + "BatchUpdateRecommendationResourceExclusion": { + "http": { + "method": "PUT", + "requestUri": "/v1/batch-update-recommendation-resource-exclusion", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "recommendationResourceExclusions" + ], + "members": { + "recommendationResourceExclusions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "isExcluded" + ], + "members": { + "arn": {}, + "isExcluded": { + "type": "boolean" + } + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "batchUpdateRecommendationResourceExclusionErrors" + ], + "members": { + "batchUpdateRecommendationResourceExclusionErrors": { + "type": "list", + "member": { + "type": "structure", + "members": { + "arn": {}, + "errorCode": {}, + "errorMessage": {} + } + } + } + } + }, + "idempotent": true + }, "GetOrganizationRecommendation": { "http": { "method": "GET", @@ -49,37 +100,37 @@ "members": { "arn": {}, "awsServices": { - "shape": "S6" + "shape": "Sf" }, "checkArn": {}, "createdAt": { - "shape": "S9" + "shape": "Sh" }, "createdBy": {}, "description": {}, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "lifecycleStage": {}, "name": {}, "pillarSpecificAggregates": { - "shape": "Sb" + "shape": "Sj" }, "pillars": { - "shape": "Se" + "shape": "Sm" }, "resolvedAt": { - "shape": "S9" + "shape": "Sh" }, "resourcesAggregates": { - "shape": "Sg" + "shape": "So" }, "source": {}, "status": {}, "type": {}, "updateReason": { - "shape": "Sl" + "shape": "St" }, "updateReasonCode": {}, "updatedOnBehalfOf": {}, @@ -126,37 +177,37 @@ "members": { "arn": {}, "awsServices": { - "shape": "S6" + "shape": "Sf" }, "checkArn": {}, "createdAt": { - "shape": "S9" + "shape": "Sh" }, "createdBy": {}, "description": {}, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "lifecycleStage": {}, "name": {}, "pillarSpecificAggregates": { - "shape": "Sb" + "shape": "Sj" }, "pillars": { - "shape": "Se" + "shape": "Sm" }, "resolvedAt": { - "shape": "S9" + "shape": "Sh" }, "resourcesAggregates": { - "shape": "Sg" + "shape": "So" }, "source": {}, "status": {}, "type": {}, "updateReason": { - "shape": "Sl" + "shape": "St" }, "updateReasonCode": {}, "updatedOnBehalfOf": {}, @@ -225,16 +276,16 @@ "members": { "arn": {}, "awsServices": { - "shape": "S6" + "shape": "Sf" }, "description": {}, "id": {}, "metadata": { - "shape": "S10" + "shape": "S18" }, "name": {}, "pillars": { - "shape": "Se" + "shape": "Sm" }, "source": {} } @@ -289,11 +340,11 @@ "accountId": {}, "accountRecommendationArn": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "lifecycleStage": {}, "updateReason": { - "shape": "Sl" + "shape": "St" }, "updateReasonCode": {}, "updatedOnBehalfOf": {}, @@ -321,6 +372,10 @@ "location": "querystring", "locationName": "affectedAccountId" }, + "exclusionStatus": { + "location": "querystring", + "locationName": "exclusionStatus" + }, "maxResults": { "location": "querystring", "locationName": "maxResults", @@ -369,12 +424,13 @@ "accountId": {}, "arn": {}, "awsResourceId": {}, + "exclusionStatus": {}, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "metadata": { - "shape": "S10" + "shape": "S18" }, "recommendationArn": {}, "regionCode": {}, @@ -463,26 +519,26 @@ "members": { "arn": {}, "awsServices": { - "shape": "S6" + "shape": "Sf" }, "checkArn": {}, "createdAt": { - "shape": "S9" + "shape": "Sh" }, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "lifecycleStage": {}, "name": {}, "pillarSpecificAggregates": { - "shape": "Sb" + "shape": "Sj" }, "pillars": { - "shape": "Se" + "shape": "Sm" }, "resourcesAggregates": { - "shape": "Sg" + "shape": "So" }, "source": {}, "status": {}, @@ -505,6 +561,10 @@ "recommendationIdentifier" ], "members": { + "exclusionStatus": { + "location": "querystring", + "locationName": "exclusionStatus" + }, "maxResults": { "location": "querystring", "locationName": "maxResults", @@ -552,12 +612,13 @@ "members": { "arn": {}, "awsResourceId": {}, + "exclusionStatus": {}, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "metadata": { - "shape": "S10" + "shape": "S18" }, "recommendationArn": {}, "regionCode": {}, @@ -646,26 +707,26 @@ "members": { "arn": {}, "awsServices": { - "shape": "S6" + "shape": "Sf" }, "checkArn": {}, "createdAt": { - "shape": "S9" + "shape": "Sh" }, "id": {}, "lastUpdatedAt": { - "shape": "S9" + "shape": "Sh" }, "lifecycleStage": {}, "name": {}, "pillarSpecificAggregates": { - "shape": "Sb" + "shape": "Sj" }, "pillars": { - "shape": "Se" + "shape": "Sm" }, "resourcesAggregates": { - "shape": "Sg" + "shape": "So" }, "source": {}, "status": {}, @@ -695,7 +756,7 @@ "locationName": "organizationRecommendationIdentifier" }, "updateReason": { - "shape": "Sl" + "shape": "St" }, "updateReasonCode": {} } @@ -721,7 +782,7 @@ "locationName": "recommendationIdentifier" }, "updateReason": { - "shape": "Sl" + "shape": "St" }, "updateReasonCode": {} } @@ -730,15 +791,15 @@ } }, "shapes": { - "S6": { + "Sf": { "type": "list", "member": {} }, - "S9": { + "Sh": { "type": "timestamp", "timestampFormat": "iso8601" }, - "Sb": { + "Sj": { "type": "structure", "members": { "costOptimizing": { @@ -758,11 +819,11 @@ } } }, - "Se": { + "Sm": { "type": "list", "member": {} }, - "Sg": { + "So": { "type": "structure", "required": [ "errorCount", @@ -781,11 +842,11 @@ } } }, - "Sl": { + "St": { "type": "string", "sensitive": true }, - "S10": { + "S18": { "type": "map", "key": {}, "value": {} diff --git a/apis/trustedadvisor-2022-09-15.normal.json b/apis/trustedadvisor-2022-09-15.normal.json index f47fbded29..a10d0884d5 100644 --- a/apis/trustedadvisor-2022-09-15.normal.json +++ b/apis/trustedadvisor-2022-09-15.normal.json @@ -12,6 +12,39 @@ "uid": "trustedadvisor-2022-09-15" }, "operations": { + "BatchUpdateRecommendationResourceExclusion": { + "name": "BatchUpdateRecommendationResourceExclusion", + "http": { + "method": "PUT", + "requestUri": "/v1/batch-update-recommendation-resource-exclusion", + "responseCode": 200 + }, + "input": { + "shape": "BatchUpdateRecommendationResourceExclusionRequest" + }, + "output": { + "shape": "BatchUpdateRecommendationResourceExclusionResponse" + }, + "errors": [ + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + } + ], + "documentation": "

Update one or more exclusion status for a list of recommendation resources

", + "idempotent": true + }, "GetOrganizationRecommendation": { "name": "GetOrganizationRecommendation", "http": { @@ -289,7 +322,7 @@ "shape": "ThrottlingException" } ], - "documentation": "

Update the lifecyle of a Recommendation within an Organization. This API only supports prioritized recommendations.

", + "documentation": "

Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations.

", "idempotent": true }, "UpdateRecommendationLifecycle": { @@ -389,6 +422,34 @@ "shape": "AccountRecommendationLifecycleSummary" } }, + "BatchUpdateRecommendationResourceExclusionRequest": { + "type": "structure", + "required": [ + "recommendationResourceExclusions" + ], + "members": { + "recommendationResourceExclusions": { + "shape": "RecommendationResourceExclusionList", + "documentation": "

A list of recommendation resource ARNs and exclusion status to update

" + } + } + }, + "BatchUpdateRecommendationResourceExclusionResponse": { + "type": "structure", + "required": [ + "batchUpdateRecommendationResourceExclusionErrors" + ], + "members": { + "batchUpdateRecommendationResourceExclusionErrors": { + "shape": "UpdateRecommendationResourceExclusionErrorList", + "documentation": "

A list of recommendation resource ARNs whose exclusion status failed to update, if any

" + } + } + }, + "Boolean": { + "type": "boolean", + "box": true + }, "CheckArn": { "type": "string", "max": 2048, @@ -459,6 +520,13 @@ "type": "double", "box": true }, + "ExclusionStatus": { + "type": "string", + "enum": [ + "excluded", + "included" + ] + }, "GetOrganizationRecommendationRequest": { "type": "structure", "required": [ @@ -654,6 +722,12 @@ "location": "querystring", "locationName": "affectedAccountId" }, + "exclusionStatus": { + "shape": "ExclusionStatus", + "documentation": "

The exclusion status of the resource

", + "location": "querystring", + "locationName": "exclusionStatus" + }, "maxResults": { "shape": "ListOrganizationRecommendationResourcesRequestMaxResultsInteger", "documentation": "

The maximum number of results to return per page.

", @@ -821,6 +895,12 @@ "recommendationIdentifier" ], "members": { + "exclusionStatus": { + "shape": "ExclusionStatus", + "documentation": "

The exclusion status of the resource

", + "location": "querystring", + "locationName": "exclusionStatus" + }, "maxResults": { "shape": "ListRecommendationResourcesRequestMaxResultsInteger", "documentation": "

The maximum number of results to return per page.

", @@ -1124,6 +1204,10 @@ "shape": "String", "documentation": "

The AWS resource identifier

" }, + "exclusionStatus": { + "shape": "ExclusionStatus", + "documentation": "

The exclusion status of the Recommendation Resource

" + }, "id": { "shape": "String", "documentation": "

The ID of the Recommendation Resource

" @@ -1428,6 +1512,32 @@ "min": 20, "pattern": "^arn:[\\w-]+:trustedadvisor::\\d{12}:recommendation-resource\\/[\\w-]+\\/[\\w-]+$" }, + "RecommendationResourceExclusion": { + "type": "structure", + "required": [ + "arn", + "isExcluded" + ], + "members": { + "arn": { + "shape": "RecommendationResourceArn", + "documentation": "

The ARN of the Recommendation Resource

" + }, + "isExcluded": { + "shape": "Boolean", + "documentation": "

The exclusion status

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

The request entry for Recommendation Resource exclusion. Each entry is a combination of Recommendation Resource ARN and corresponding exclusion status

" + }, + "RecommendationResourceExclusionList": { + "type": "list", + "member": { + "shape": "RecommendationResourceExclusion" + }, + "max": 100, + "min": 1 + }, "RecommendationResourceSummary": { "type": "structure", "required": [ @@ -1449,6 +1559,10 @@ "shape": "String", "documentation": "

The AWS resource identifier

" }, + "exclusionStatus": { + "shape": "ExclusionStatus", + "documentation": "

The exclusion status of the Recommendation Resource

" + }, "id": { "shape": "String", "documentation": "

The ID of the Recommendation Resource

" @@ -1724,6 +1838,30 @@ "not_applicable", "other" ] + }, + "UpdateRecommendationResourceExclusionError": { + "type": "structure", + "members": { + "arn": { + "shape": "RecommendationResourceArn", + "documentation": "

The ARN of the Recommendation Resource

" + }, + "errorCode": { + "shape": "String", + "documentation": "

The error code

" + }, + "errorMessage": { + "shape": "String", + "documentation": "

The error message

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

The error entry for Recommendation Resource exclusion. Each entry is a combination of Recommendation Resource ARN, error code and error message

" + }, + "UpdateRecommendationResourceExclusionErrorList": { + "type": "list", + "member": { + "shape": "UpdateRecommendationResourceExclusionError" + } } }, "documentation": "

TrustedAdvisor Public API

" diff --git a/clients/amplify.d.ts b/clients/amplify.d.ts index c7413312f9..199fb3ef31 100644 --- a/clients/amplify.d.ts +++ b/clients/amplify.d.ts @@ -1297,7 +1297,7 @@ declare namespace Amplify { /** * The maximum number of records to list in a single response. */ - maxResults?: MaxResults; + maxResults?: MaxResultsForListApps; } export interface ListAppsResult { /** @@ -1484,6 +1484,7 @@ declare namespace Amplify { export type LogUrl = string; export type MD5Hash = string; export type MaxResults = number; + export type MaxResultsForListApps = number; export type Name = string; export type NextToken = string; export type OauthToken = string; diff --git a/clients/connectcases.d.ts b/clients/connectcases.d.ts index e58530ea4b..d84ca73f7a 100644 --- a/clients/connectcases.d.ts +++ b/clients/connectcases.d.ts @@ -83,6 +83,30 @@ declare class ConnectCases extends Service { * Deletes a Cases domain. <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note> */ deleteDomain(callback?: (err: AWSError, data: ConnectCases.Types.DeleteDomainResponse) => void): Request; + /** + * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields. + */ + deleteField(params: ConnectCases.Types.DeleteFieldRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request; + /** + * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields. + */ + deleteField(callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request; + /** + * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. <p>After a layout is deleted:</p> <ul> <li> <p>You can still retrieve the layout by calling <code>GetLayout</code>.</p> </li> <li> <p>You cannot update a deleted layout by calling <code>UpdateLayout</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted layouts are not included in the <code>ListLayouts</code> response.</p> </li> </ul> + */ + deleteLayout(params: ConnectCases.Types.DeleteLayoutRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request; + /** + * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. <p>After a layout is deleted:</p> <ul> <li> <p>You can still retrieve the layout by calling <code>GetLayout</code>.</p> </li> <li> <p>You cannot update a deleted layout by calling <code>UpdateLayout</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted layouts are not included in the <code>ListLayouts</code> response.</p> </li> </ul> + */ + deleteLayout(callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request; + /** + * Deletes a cases template. You can delete up to 100 templates per domain. <p>After a cases template is deleted:</p> <ul> <li> <p>You can still retrieve the template by calling <code>GetTemplate</code>.</p> </li> <li> <p>You cannot update the template. </p> </li> <li> <p>You cannot create a case by using the deleted template.</p> </li> <li> <p>Deleted templates are not included in the <code>ListTemplates</code> response.</p> </li> </ul> + */ + deleteTemplate(params: ConnectCases.Types.DeleteTemplateRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request; + /** + * Deletes a cases template. You can delete up to 100 templates per domain. <p>After a cases template is deleted:</p> <ul> <li> <p>You can still retrieve the template by calling <code>GetTemplate</code>.</p> </li> <li> <p>You cannot update the template. </p> </li> <li> <p>You cannot create a case by using the deleted template.</p> </li> <li> <p>Deleted templates are not included in the <code>ListTemplates</code> response.</p> </li> </ul> + */ + deleteTemplate(callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request; /** * Returns information about a specific case if it exists. */ @@ -655,6 +679,43 @@ declare namespace ConnectCases { } export interface DeleteDomainResponse { } + export interface DeleteFieldRequest { + /** + * The unique identifier of the Cases domain. + */ + domainId: DomainId; + /** + * The unique identifier of a field. + */ + fieldId: FieldId; + } + export interface DeleteFieldResponse { + } + export interface DeleteLayoutRequest { + /** + * The unique identifier of the Cases domain. + */ + domainId: DomainId; + /** + * The unique identifier of the layout. + */ + layoutId: LayoutId; + } + export interface DeleteLayoutResponse { + } + export interface DeleteTemplateRequest { + /** + * The unique identifier of the Cases domain. + */ + domainId: DomainId; + /** + * A unique identifier of a template. + */ + templateId: TemplateId; + } + export interface DeleteTemplateResponse { + } + export type Deleted = boolean; export type DomainArn = string; export type DomainId = string; export type DomainName = string; @@ -966,6 +1027,14 @@ declare namespace ConnectCases { tags?: Tags; } export interface GetFieldResponse { + /** + * The timestamp for when the resource was created. + */ + createdTime?: CreatedTime; + /** + * Indicates whether the resource has been deleted. + */ + deleted?: Deleted; /** * Description of the field. */ @@ -978,6 +1047,10 @@ declare namespace ConnectCases { * Unique identifier of the field. */ fieldId: FieldId; + /** + * The timestamp for when the resource was created or last modified. + */ + lastModifiedTime?: LastModifiedTime; /** * Name of the field. */ @@ -1010,6 +1083,18 @@ declare namespace ConnectCases { * Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field. */ content: LayoutContent; + /** + * The timestamp for when the resource was created. + */ + createdTime?: CreatedTime; + /** + * Indicates whether the resource has been deleted. + */ + deleted?: Deleted; + /** + * The timestamp for when the resource was created or last modified. + */ + lastModifiedTime?: LastModifiedTime; /** * The Amazon Resource Name (ARN) of the newly created layout. */ @@ -1038,10 +1123,22 @@ declare namespace ConnectCases { templateId: TemplateId; } export interface GetTemplateResponse { + /** + * The timestamp for when the resource was created. + */ + createdTime?: CreatedTime; + /** + * Indicates whether the resource has been deleted. + */ + deleted?: Deleted; /** * A brief description of the template. */ description?: TemplateDescription; + /** + * The timestamp for when the resource was created or last modified. + */ + lastModifiedTime?: LastModifiedTime; /** * Configuration of layouts associated to the template. */ @@ -1072,6 +1169,7 @@ declare namespace ConnectCases { templateId: TemplateId; } export type IamPrincipalArn = string; + export type LastModifiedTime = Date; export type LayoutArn = string; export interface LayoutConfiguration { /** diff --git a/clients/inspector2.d.ts b/clients/inspector2.d.ts index 52ca02330f..dbf9b5f8aa 100644 --- a/clients/inspector2.d.ts +++ b/clients/inspector2.d.ts @@ -1674,6 +1674,10 @@ declare namespace Inspector2 { * An array of Amazon Web Services resource types to return coverage statistics for. The values can be AWS_EC2_INSTANCE, AWS_LAMBDA_FUNCTION, AWS_ECR_CONTAINER_IMAGE, AWS_ECR_REPOSITORY or AWS_ACCOUNT. */ resourceType?: CoverageStringFilterList; + /** + * The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED and EC2_HYBRID. + */ + scanMode?: CoverageStringFilterList; /** * The scan status code to filter on. Valid values are: ValidationException, InternalServerException, ResourceNotFoundException, BadRequestException, and ThrottlingException. */ @@ -1738,6 +1742,10 @@ declare namespace Inspector2 { * The type of the covered resource. */ resourceType: CoverageResourceType; + /** + * The scan method that is applied to the instance. + */ + scanMode?: ScanMode; /** * The status of the scan covering the resource. */ @@ -2079,6 +2087,18 @@ declare namespace Inspector2 { accountId: AccountId; } export type Double = number; + export interface Ec2Configuration { + /** + * The scan method that is applied to the instance. + */ + scanMode: Ec2ScanMode; + } + export interface Ec2ConfigurationState { + /** + * An object that contains details about the state of the Amazon EC2 scan mode. + */ + scanModeState?: Ec2ScanModeState; + } export type Ec2DeepInspectionStatus = "ACTIVATED"|"DEACTIVATED"|"PENDING"|"FAILED"|string; export interface Ec2InstanceAggregation { /** @@ -2152,6 +2172,18 @@ declare namespace Inspector2 { tags?: TagMap; } export type Ec2Platform = "WINDOWS"|"LINUX"|"UNKNOWN"|"MACOS"|string; + export type Ec2ScanMode = "EC2_SSM_AGENT_BASED"|"EC2_HYBRID"|string; + export interface Ec2ScanModeState { + /** + * The scan method that is applied to the instance. + */ + scanMode?: Ec2ScanMode; + /** + * The status of the Amazon EC2 scan mode setting. + */ + scanModeStatus?: Ec2ScanModeStatus; + } + export type Ec2ScanModeStatus = "SUCCESS"|"PENDING"|string; export interface EcrConfiguration { /** * The rescan duration configured for image pull date. @@ -2608,7 +2640,7 @@ declare namespace Inspector2 { */ inspectorScoreDetails?: InspectorScoreDetails; /** - * The date and time that the finding was last observed. + * The date and time the finding was last observed. This timestamp for this field remains unchanged until a finding is updated. */ lastObservedAt: DateTimeTimestamp; /** @@ -2804,7 +2836,7 @@ declare namespace Inspector2 { */ status?: CisReportStatus; /** - * The URL where the CIS scan report PDF can be downloaded. + * The URL where a PDF of the CIS scan report can be downloaded. */ url?: String; } @@ -2856,6 +2888,10 @@ declare namespace Inspector2 { export interface GetConfigurationRequest { } export interface GetConfigurationResponse { + /** + * Specifies how the Amazon EC2 automated scan mode is currently configured for your environment. + */ + ec2Configuration?: Ec2ConfigurationState; /** * Specifies how the ECR automated re-scan duration is currently configured for your environment. */ @@ -4123,6 +4159,7 @@ declare namespace Inspector2 { export type RuleId = string; export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|"NODEJS_18_X"|"GO_1_X"|"JAVA_17"|"PYTHON_3_10"|string; export type SbomReportFormat = "CYCLONEDX_1_4"|"SPDX_2_3"|string; + export type ScanMode = "EC2_SSM_AGENT_BASED"|"EC2_AGENTLESS"|string; export interface ScanStatus { /** * The scan status. Possible return values and descriptions are: PENDING_INITIAL_SCAN - This resource has been identified for scanning, results will be available soon. ACCESS_DENIED - Resource access policy restricting Amazon Inspector access. Please update the IAM policy. INTERNAL_ERROR - Amazon Inspector has encountered an internal error for this resource. Amazon Inspector service will automatically resolve the issue and resume the scanning. No action required from the user. UNMANAGED_EC2_INSTANCE - The EC2 instance is not managed by SSM, please use the following SSM automation to remediate the issue: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-managed-instance.html. Once the instance becomes managed by SSM, Inspector will automatically begin scanning this instance. UNSUPPORTED_OS - Amazon Inspector does not support this OS, architecture, or image manifest type at this time. To see a complete list of supported operating systems see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. SCAN_ELIGIBILITY_EXPIRED - The configured scan duration has lapsed for this image. RESOURCE_TERMINATED - This resource has been terminated. The findings and coverage associated with this resource are in the process of being cleaned up. SUCCESSFUL - The scan was successful. NO_RESOURCES_FOUND - Reserved for future use. IMAGE_SIZE_EXCEEDED - Reserved for future use. SCAN_FREQUENCY_MANUAL - This image will not be covered by Amazon Inspector due to the repository scan frequency configuration. SCAN_FREQUENCY_SCAN_ON_PUSH - This image will be scanned one time and will not new findings because of the scan frequency configuration. EC2_INSTANCE_STOPPED - This EC2 instance is in a stopped state, therefore, Amazon Inspector will pause scanning. The existing findings will continue to exist until the instance is terminated. Once the instance is re-started, Inspector will automatically start scanning the instance again. Please note that you will not be charged for this instance while it’s in a stopped state. PENDING_DISABLE - This resource is pending cleanup during disablement. The customer will not be billed while a resource is in the pending disable status. NO INVENTORY - Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of InspectorInventoryCollection-do-not-delete association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. STALE_INVENTORY - Amazon Inspector wasn’t able to collect an updated software application inventory in the last 7 days. Please confirm the required Amazon Inspector associations still exist and you can still see an updated inventory in the SSM console. EXCLUDED_BY_TAG - This resource was not scanned because it has been excluded by a tag. UNSUPPORTED_RUNTIME - The function was not scanned because it has an unsupported runtime. To see a complete list of supported runtimes see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. UNSUPPORTED_MEDIA_TYPE - The ECR image has an unsupported media type. UNSUPPORTED_CONFIG_FILE - Reserved for future use. DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED - The instance has exceeded the 5000 package limit for Amazon Inspector Deep inspection. To resume Deep inspection for this instance you can try to adjust the custom paths associated with the account. DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED - The SSM agent couldn't send inventory to Amazon Inspector because the SSM quota for Inventory data collected per instance per day has already been reached for this instance. DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED - Amazon Inspector failed to extract the package inventory because the package collection time exceeding the maximum threshold of 15 minutes. DEEP_INSPECTION_NO_INVENTORY The Amazon Inspector plugin hasn't yet been able to collect an inventory of packages for this instance. This is usually the result of a pending scan, however, if this status persists after 6 hours, use SSM to ensure that the required Amazon Inspector associations exist and are running for the instance. @@ -4562,10 +4599,14 @@ declare namespace Inspector2 { targetResourceTags?: TargetResourceTags; } export interface UpdateConfigurationRequest { + /** + * Specifies how the Amazon EC2 automated scan will be updated for your environment. + */ + ec2Configuration?: Ec2Configuration; /** * Specifies how the ECR automated re-scan will be updated for your environment. */ - ecrConfiguration: EcrConfiguration; + ecrConfiguration?: EcrConfiguration; } export interface UpdateConfigurationResponse { } diff --git a/clients/timestreamquery.d.ts b/clients/timestreamquery.d.ts index b508fcb1ce..4d0b62f017 100644 --- a/clients/timestreamquery.d.ts +++ b/clients/timestreamquery.d.ts @@ -35,6 +35,14 @@ declare class TimestreamQuery extends Service { * Deletes a given scheduled query. This is an irreversible operation. */ deleteScheduledQuery(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; + /** + * Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads. + */ + describeAccountSettings(params: TimestreamQuery.Types.DescribeAccountSettingsRequest, callback?: (err: AWSError, data: TimestreamQuery.Types.DescribeAccountSettingsResponse) => void): Request; + /** + * Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads. + */ + describeAccountSettings(callback?: (err: AWSError, data: TimestreamQuery.Types.DescribeAccountSettingsResponse) => void): Request; /** * DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query. Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless: You are using VPC endpoints (Amazon Web Services PrivateLink) with Timestream Your application uses a programming language that does not yet have SDK support You require better control over the client-side implementation For detailed information on how and when to use and implement DescribeEndpoints, see The Endpoint Discovery Pattern. */ @@ -107,6 +115,14 @@ declare class TimestreamQuery extends Service { * Removes the association of tags from a Timestream query resource. */ untagResource(callback?: (err: AWSError, data: TimestreamQuery.Types.UntagResourceResponse) => void): Request; + /** + * Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective. After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing. + */ + updateAccountSettings(params: TimestreamQuery.Types.UpdateAccountSettingsRequest, callback?: (err: AWSError, data: TimestreamQuery.Types.UpdateAccountSettingsResponse) => void): Request; + /** + * Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective. After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing. + */ + updateAccountSettings(callback?: (err: AWSError, data: TimestreamQuery.Types.UpdateAccountSettingsResponse) => void): Request; /** * Update a scheduled query. */ @@ -220,6 +236,18 @@ declare namespace TimestreamQuery { */ ScheduledQueryArn: AmazonResourceName; } + export interface DescribeAccountSettingsRequest { + } + export interface DescribeAccountSettingsResponse { + /** + * The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. + */ + MaxQueryTCU?: MaxQueryCapacity; + /** + * The pricing model for queries in your account. + */ + QueryPricingModel?: QueryPricingModel; + } export interface DescribeEndpointsRequest { } export interface DescribeEndpointsResponse { @@ -304,6 +332,10 @@ declare namespace TimestreamQuery { * Bytes metered for a single scheduled query run. */ BytesMetered?: Long; + /** + * Bytes scanned for a single scheduled query run. + */ + CumulativeBytesScanned?: Long; /** * The number of records ingested for a single scheduled query run. */ @@ -358,6 +390,7 @@ declare namespace TimestreamQuery { NextToken?: NextTagsForResourceResultsToken; } export type Long = number; + export type MaxQueryCapacity = number; export type MaxQueryResults = number; export type MaxScheduledQueriesResults = number; export type MaxTagsForResourceResult = number; @@ -453,6 +486,7 @@ declare namespace TimestreamQuery { Parameters: ParameterMappingList; } export type QueryId = string; + export type QueryPricingModel = "BYTES_SCANNED"|"COMPUTE_UNITS"|string; export interface QueryRequest { /** * The query to be run by Timestream. @@ -835,6 +869,26 @@ declare namespace TimestreamQuery { } export interface UntagResourceResponse { } + export interface UpdateAccountSettingsRequest { + /** + * The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas. + */ + MaxQueryTCU?: MaxQueryCapacity; + /** + * The pricing model for queries in an account. + */ + QueryPricingModel?: QueryPricingModel; + } + export interface UpdateAccountSettingsResponse { + /** + * The configured maximum number of compute units the service will use at any point in time to serve your queries. + */ + MaxQueryTCU?: MaxQueryCapacity; + /** + * The pricing model for an account. + */ + QueryPricingModel?: QueryPricingModel; + } export interface UpdateScheduledQueryRequest { /** * ARN of the scheuled query. diff --git a/clients/transcribeservice.d.ts b/clients/transcribeservice.d.ts index 6ef4f2d370..e422ac63c6 100644 --- a/clients/transcribeservice.d.ts +++ b/clients/transcribeservice.d.ts @@ -378,6 +378,7 @@ declare namespace TranscribeService { export type BaseModelName = "NarrowBand"|"WideBand"|string; export type Boolean = boolean; export type CLMLanguageCode = "en-US"|"hi-IN"|"es-US"|"en-GB"|"en-AU"|"de-DE"|"ja-JP"|string; + export type CallAnalyticsFeature = "GENERATIVE_SUMMARIZATION"|string; export interface CallAnalyticsJob { /** * The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account. @@ -387,6 +388,10 @@ declare namespace TranscribeService { * Provides the status of the specified Call Analytics job. If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed. */ CallAnalyticsJobStatus?: CallAnalyticsJobStatus; + /** + * Provides detailed information about a call analytics job, including information about skipped analytics features. + */ + CallAnalyticsJobDetails?: CallAnalyticsJobDetails; /** * The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table. If you do not know the language spoken in your media file, you can omit this field and let Amazon Transcribe automatically identify the language of your media. To improve the accuracy of language identification, you can include several language codes and Amazon Transcribe chooses the closest match for your transcription. */ @@ -437,6 +442,12 @@ declare namespace TranscribeService { */ ChannelDefinitions?: ChannelDefinitions; } + export interface CallAnalyticsJobDetails { + /** + * Contains information about any skipped analytics features during the analysis of a call analytics job. This array lists all the analytics features that were skipped, along with their corresponding reason code and message. + */ + Skipped?: CallAnalyticsSkippedFeatureList; + } export type CallAnalyticsJobName = string; export interface CallAnalyticsJobSettings { /** @@ -496,11 +507,31 @@ declare namespace TranscribeService { * Provides the status of your Call Analytics job. If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed. */ CallAnalyticsJobStatus?: CallAnalyticsJobStatus; + /** + * Provides detailed information about a call analytics job, including information about skipped analytics features. + */ + CallAnalyticsJobDetails?: CallAnalyticsJobDetails; /** * If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job failed. See also: Common Errors. */ FailureReason?: FailureReason; } + export interface CallAnalyticsSkippedFeature { + /** + * Indicates the type of analytics feature that was skipped during the analysis of a call analytics job. + */ + Feature?: CallAnalyticsFeature; + /** + * Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job. + */ + ReasonCode?: CallAnalyticsSkippedReasonCode; + /** + * Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job. + */ + Message?: String; + } + export type CallAnalyticsSkippedFeatureList = CallAnalyticsSkippedFeature[]; + export type CallAnalyticsSkippedReasonCode = "INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|string; export type CategoryName = string; export interface CategoryProperties { /** @@ -2015,6 +2046,7 @@ declare namespace TranscribeService { */ TranscriptionJob?: TranscriptionJob; } + export type String = string; export type StringTargetList = NonEmptyString[]; export type SubtitleFileUris = Uri[]; export type SubtitleFormat = "vtt"|"srt"|string; diff --git a/clients/trustedadvisor.d.ts b/clients/trustedadvisor.d.ts index 6ffd97ca92..4c85a250b1 100644 --- a/clients/trustedadvisor.d.ts +++ b/clients/trustedadvisor.d.ts @@ -11,6 +11,14 @@ declare class TrustedAdvisor extends Service { */ constructor(options?: TrustedAdvisor.Types.ClientConfiguration) config: Config & TrustedAdvisor.Types.ClientConfiguration; + /** + * Update one or more exclusion status for a list of recommendation resources + */ + batchUpdateRecommendationResourceExclusion(params: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionRequest, callback?: (err: AWSError, data: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse) => void): Request; + /** + * Update one or more exclusion status for a list of recommendation resources + */ + batchUpdateRecommendationResourceExclusion(callback?: (err: AWSError, data: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse) => void): Request; /** * Get a specific recommendation within an AWS Organizations organization. This API supports only prioritized recommendations. */ @@ -76,11 +84,11 @@ declare class TrustedAdvisor extends Service { */ listRecommendations(callback?: (err: AWSError, data: TrustedAdvisor.Types.ListRecommendationsResponse) => void): Request; /** - * Update the lifecyle of a Recommendation within an Organization. This API only supports prioritized recommendations. + * Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations. */ updateOrganizationRecommendationLifecycle(params: TrustedAdvisor.Types.UpdateOrganizationRecommendationLifecycleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; /** - * Update the lifecyle of a Recommendation within an Organization. This API only supports prioritized recommendations. + * Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations. */ updateOrganizationRecommendationLifecycle(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; /** @@ -131,6 +139,19 @@ declare namespace TrustedAdvisor { updatedOnBehalfOfJobTitle?: String; } export type AccountRecommendationLifecycleSummaryList = AccountRecommendationLifecycleSummary[]; + export interface BatchUpdateRecommendationResourceExclusionRequest { + /** + * A list of recommendation resource ARNs and exclusion status to update + */ + recommendationResourceExclusions: RecommendationResourceExclusionList; + } + export interface BatchUpdateRecommendationResourceExclusionResponse { + /** + * A list of recommendation resource ARNs whose exclusion status failed to update, if any + */ + batchUpdateRecommendationResourceExclusionErrors: UpdateRecommendationResourceExclusionErrorList; + } + export type Boolean = boolean; export type CheckArn = string; export type CheckIdentifier = string; export interface CheckSummary { @@ -169,6 +190,7 @@ declare namespace TrustedAdvisor { } export type CheckSummaryList = CheckSummary[]; export type Double = number; + export type ExclusionStatus = "excluded"|"included"|string; export interface GetOrganizationRecommendationRequest { /** * The Recommendation identifier @@ -268,6 +290,10 @@ declare namespace TrustedAdvisor { * An account affected by this organization recommendation */ affectedAccountId?: AccountId; + /** + * The exclusion status of the resource + */ + exclusionStatus?: ExclusionStatus; /** * The maximum number of results to return per page. */ @@ -358,6 +384,10 @@ declare namespace TrustedAdvisor { } export type ListOrganizationRecommendationsResponseNextTokenString = string; export interface ListRecommendationResourcesRequest { + /** + * The exclusion status of the resource + */ + exclusionStatus?: ExclusionStatus; /** * The maximum number of results to return per page. */ @@ -549,6 +579,10 @@ declare namespace TrustedAdvisor { * The AWS resource identifier */ awsResourceId: String; + /** + * The exclusion status of the Recommendation Resource + */ + exclusionStatus?: ExclusionStatus; /** * The ID of the Recommendation Resource */ @@ -744,6 +778,17 @@ declare namespace TrustedAdvisor { } export type RecommendationRegionCode = string; export type RecommendationResourceArn = string; + export interface RecommendationResourceExclusion { + /** + * The ARN of the Recommendation Resource + */ + arn: RecommendationResourceArn; + /** + * The exclusion status + */ + isExcluded: Boolean; + } + export type RecommendationResourceExclusionList = RecommendationResourceExclusion[]; export interface RecommendationResourceSummary { /** * The ARN of the Recommendation Resource @@ -753,6 +798,10 @@ declare namespace TrustedAdvisor { * The AWS resource identifier */ awsResourceId: String; + /** + * The exclusion status of the Recommendation Resource + */ + exclusionStatus?: ExclusionStatus; /** * The ID of the Recommendation Resource */ @@ -899,6 +948,21 @@ declare namespace TrustedAdvisor { } export type UpdateRecommendationLifecycleStage = "pending_response"|"in_progress"|"dismissed"|"resolved"|string; export type UpdateRecommendationLifecycleStageReasonCode = "non_critical_account"|"temporary_account"|"valid_business_case"|"other_methods_available"|"low_priority"|"not_applicable"|"other"|string; + export interface UpdateRecommendationResourceExclusionError { + /** + * The ARN of the Recommendation Resource + */ + arn?: RecommendationResourceArn; + /** + * The error code + */ + errorCode?: String; + /** + * The error message + */ + errorMessage?: String; + } + export type UpdateRecommendationResourceExclusionErrorList = UpdateRecommendationResourceExclusionError[]; /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. */ diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index a8cbf31f48..1c63ad154a 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.1608.0', + VERSION: '2.1609.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index 51c95dfe80..74803db4d3 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.1608.0', + VERSION: '2.1609.0', /** * @api private @@ -56521,7 +56521,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 637 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-26","endpointPrefix":"transcribe","jsonVersion":"1.1","protocol":"json","serviceFullName":"Amazon Transcribe Service","serviceId":"Transcribe","signatureVersion":"v4","signingName":"transcribe","targetPrefix":"Transcribe","uid":"transcribe-2017-10-26"},"operations":{"CreateCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName","Rules"],"members":{"CategoryName":{},"Rules":{"shape":"S3"},"InputType":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"CreateLanguageModel":{"input":{"type":"structure","required":["LanguageCode","BaseModelName","ModelName","InputDataConfig"],"members":{"LanguageCode":{},"BaseModelName":{},"ModelName":{},"InputDataConfig":{"shape":"Ss"},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"LanguageCode":{},"BaseModelName":{},"ModelName":{},"InputDataConfig":{"shape":"Ss"},"ModelStatus":{}}}},"CreateMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode","VocabularyFileUri"],"members":{"VocabularyName":{},"LanguageCode":{},"VocabularyFileUri":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"CreateVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode"],"members":{"VocabularyName":{},"LanguageCode":{},"Phrases":{"shape":"S18"},"VocabularyFileUri":{},"Tags":{"shape":"Sv"},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"CreateVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName","LanguageCode"],"members":{"VocabularyFilterName":{},"LanguageCode":{},"Words":{"shape":"S1d"},"VocabularyFilterFileUri":{},"Tags":{"shape":"Sv"},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}},"DeleteCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName"],"members":{"CategoryName":{}}},"output":{"type":"structure","members":{}}},"DeleteCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName"],"members":{"CallAnalyticsJobName":{}}},"output":{"type":"structure","members":{}}},"DeleteLanguageModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName"],"members":{"MedicalScribeJobName":{}}}},"DeleteMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName"],"members":{"MedicalTranscriptionJobName":{}}}},"DeleteMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}}},"DeleteTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName"],"members":{"TranscriptionJobName":{}}}},"DeleteVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}}},"DeleteVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{}}}},"DescribeLanguageModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","members":{"LanguageModel":{"shape":"S1v"}}}},"GetCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName"],"members":{"CategoryName":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"GetCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName"],"members":{"CallAnalyticsJobName":{}}},"output":{"type":"structure","members":{"CallAnalyticsJob":{"shape":"S20"}}}},"GetMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName"],"members":{"MedicalScribeJobName":{}}},"output":{"type":"structure","members":{"MedicalScribeJob":{"shape":"S2n"}}}},"GetMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName"],"members":{"MedicalTranscriptionJobName":{}}},"output":{"type":"structure","members":{"MedicalTranscriptionJob":{"shape":"S2z"}}}},"GetMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"DownloadUri":{}}}},"GetTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName"],"members":{"TranscriptionJobName":{}}},"output":{"type":"structure","members":{"TranscriptionJob":{"shape":"S3c"}}}},"GetVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"DownloadUri":{}}}},"GetVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"DownloadUri":{}}}},"ListCallAnalyticsCategories":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Categories":{"type":"list","member":{"shape":"Sm"}}}}},"ListCallAnalyticsJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"CallAnalyticsJobSummaries":{"type":"list","member":{"type":"structure","members":{"CallAnalyticsJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"CallAnalyticsJobStatus":{},"FailureReason":{}}}}}}},"ListLanguageModels":{"input":{"type":"structure","members":{"StatusEquals":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Models":{"type":"list","member":{"shape":"S1v"}}}}},"ListMedicalScribeJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"MedicalScribeJobSummaries":{"type":"list","member":{"type":"structure","members":{"MedicalScribeJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"MedicalScribeJobStatus":{},"FailureReason":{}}}}}}},"ListMedicalTranscriptionJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"MedicalTranscriptionJobSummaries":{"type":"list","member":{"type":"structure","members":{"MedicalTranscriptionJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"TranscriptionJobStatus":{},"FailureReason":{},"OutputLocationType":{},"Specialty":{},"ContentIdentificationType":{},"Type":{}}}}}}},"ListMedicalVocabularies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"StateEquals":{},"NameContains":{}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"Vocabularies":{"shape":"S4j"}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"ResourceArn":{},"Tags":{"shape":"Sv"}}}},"ListTranscriptionJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"TranscriptionJobSummaries":{"type":"list","member":{"type":"structure","members":{"TranscriptionJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"TranscriptionJobStatus":{},"FailureReason":{},"OutputLocationType":{},"ContentRedaction":{"shape":"S29"},"ModelSettings":{"shape":"S3e"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"IdentifiedLanguageScore":{"type":"float"},"LanguageCodes":{"shape":"S3g"},"ToxicityDetection":{"shape":"S3o"}}}}}}},"ListVocabularies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"StateEquals":{},"NameContains":{}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"Vocabularies":{"shape":"S4j"}}}},"ListVocabularyFilters":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{}}},"output":{"type":"structure","members":{"NextToken":{},"VocabularyFilters":{"type":"list","member":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}}}}},"StartCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName","Media"],"members":{"CallAnalyticsJobName":{},"Media":{"shape":"S24"},"OutputLocation":{},"OutputEncryptionKMSKeyId":{},"DataAccessRoleArn":{},"Settings":{"shape":"S27"},"ChannelDefinitions":{"shape":"S2i"}}},"output":{"type":"structure","members":{"CallAnalyticsJob":{"shape":"S20"}}}},"StartMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName","Media","OutputBucketName","DataAccessRoleArn","Settings"],"members":{"MedicalScribeJobName":{},"Media":{"shape":"S24"},"OutputBucketName":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S53"},"DataAccessRoleArn":{},"Settings":{"shape":"S2r"},"ChannelDefinitions":{"shape":"S2t"},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"MedicalScribeJob":{"shape":"S2n"}}}},"StartMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName","LanguageCode","Media","OutputBucketName","Specialty","Type"],"members":{"MedicalTranscriptionJobName":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S24"},"OutputBucketName":{},"OutputKey":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S53"},"Settings":{"shape":"S33"},"ContentIdentificationType":{},"Specialty":{},"Type":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"MedicalTranscriptionJob":{"shape":"S2z"}}}},"StartTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName","Media"],"members":{"TranscriptionJobName":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S24"},"OutputBucketName":{},"OutputKey":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S53"},"Settings":{"shape":"S3d"},"ModelSettings":{"shape":"S3e"},"JobExecutionSettings":{"shape":"S3f"},"ContentRedaction":{"shape":"S29"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"LanguageOptions":{"shape":"S2e"},"Subtitles":{"type":"structure","members":{"Formats":{"shape":"S3k"},"OutputStartIndex":{"type":"integer"}}},"Tags":{"shape":"Sv"},"LanguageIdSettings":{"shape":"S2f"},"ToxicityDetection":{"shape":"S3o"}}},"output":{"type":"structure","members":{"TranscriptionJob":{"shape":"S3c"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName","Rules"],"members":{"CategoryName":{},"Rules":{"shape":"S3"},"InputType":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"UpdateMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode","VocabularyFileUri"],"members":{"VocabularyName":{},"LanguageCode":{},"VocabularyFileUri":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"UpdateVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode"],"members":{"VocabularyName":{},"LanguageCode":{},"Phrases":{"shape":"S18"},"VocabularyFileUri":{},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"UpdateVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{},"Words":{"shape":"S1d"},"VocabularyFilterFileUri":{},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}}},"shapes":{"S3":{"type":"list","member":{"type":"structure","members":{"NonTalkTimeFilter":{"type":"structure","members":{"Threshold":{"type":"long"},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"Negate":{"type":"boolean"}}},"InterruptionFilter":{"type":"structure","members":{"Threshold":{"type":"long"},"ParticipantRole":{},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"Negate":{"type":"boolean"}}},"TranscriptFilter":{"type":"structure","required":["TranscriptFilterType","Targets"],"members":{"TranscriptFilterType":{},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"ParticipantRole":{},"Negate":{"type":"boolean"},"Targets":{"type":"list","member":{}}}},"SentimentFilter":{"type":"structure","required":["Sentiments"],"members":{"Sentiments":{"type":"list","member":{}},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"ParticipantRole":{},"Negate":{"type":"boolean"}}}},"union":true}},"S7":{"type":"structure","members":{"StartTime":{"type":"long"},"EndTime":{"type":"long"},"First":{"type":"long"},"Last":{"type":"long"}}},"S8":{"type":"structure","members":{"StartPercentage":{"type":"integer"},"EndPercentage":{"type":"integer"},"First":{"type":"integer"},"Last":{"type":"integer"}}},"Sm":{"type":"structure","members":{"CategoryName":{},"Rules":{"shape":"S3"},"CreateTime":{"type":"timestamp"},"LastUpdateTime":{"type":"timestamp"},"InputType":{}}},"Ss":{"type":"structure","required":["S3Uri","DataAccessRoleArn"],"members":{"S3Uri":{},"TuningDataS3Uri":{},"DataAccessRoleArn":{}}},"Sv":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S18":{"type":"list","member":{}},"S1d":{"type":"list","member":{}},"S1v":{"type":"structure","members":{"ModelName":{},"CreateTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LanguageCode":{},"BaseModelName":{},"ModelStatus":{},"UpgradeAvailability":{"type":"boolean"},"FailureReason":{},"InputDataConfig":{"shape":"Ss"}}},"S20":{"type":"structure","members":{"CallAnalyticsJobName":{},"CallAnalyticsJobStatus":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S24"},"Transcript":{"shape":"S25"},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"DataAccessRoleArn":{},"IdentifiedLanguageScore":{"type":"float"},"Settings":{"shape":"S27"},"ChannelDefinitions":{"shape":"S2i"}}},"S24":{"type":"structure","members":{"MediaFileUri":{},"RedactedMediaFileUri":{}}},"S25":{"type":"structure","members":{"TranscriptFileUri":{},"RedactedTranscriptFileUri":{}}},"S27":{"type":"structure","members":{"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{},"LanguageModelName":{},"ContentRedaction":{"shape":"S29"},"LanguageOptions":{"shape":"S2e"},"LanguageIdSettings":{"shape":"S2f"},"Summarization":{"type":"structure","required":["GenerateAbstractiveSummary"],"members":{"GenerateAbstractiveSummary":{"type":"boolean"}}}}},"S29":{"type":"structure","required":["RedactionType","RedactionOutput"],"members":{"RedactionType":{},"RedactionOutput":{},"PiiEntityTypes":{"type":"list","member":{}}}},"S2e":{"type":"list","member":{}},"S2f":{"type":"map","key":{},"value":{"type":"structure","members":{"VocabularyName":{},"VocabularyFilterName":{},"LanguageModelName":{}}}},"S2i":{"type":"list","member":{"type":"structure","members":{"ChannelId":{"type":"integer"},"ParticipantRole":{}}}},"S2n":{"type":"structure","members":{"MedicalScribeJobName":{},"MedicalScribeJobStatus":{},"LanguageCode":{},"Media":{"shape":"S24"},"MedicalScribeOutput":{"type":"structure","required":["TranscriptFileUri","ClinicalDocumentUri"],"members":{"TranscriptFileUri":{},"ClinicalDocumentUri":{}}},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S2r"},"DataAccessRoleArn":{},"ChannelDefinitions":{"shape":"S2t"},"Tags":{"shape":"Sv"}}},"S2r":{"type":"structure","members":{"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{}}},"S2t":{"type":"list","member":{"type":"structure","required":["ChannelId","ParticipantRole"],"members":{"ChannelId":{"type":"integer"},"ParticipantRole":{}}}},"S2z":{"type":"structure","members":{"MedicalTranscriptionJobName":{},"TranscriptionJobStatus":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S24"},"Transcript":{"type":"structure","members":{"TranscriptFileUri":{}}},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S33"},"ContentIdentificationType":{},"Specialty":{},"Type":{},"Tags":{"shape":"Sv"}}},"S33":{"type":"structure","members":{"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"ShowAlternatives":{"type":"boolean"},"MaxAlternatives":{"type":"integer"},"VocabularyName":{}}},"S3c":{"type":"structure","members":{"TranscriptionJobName":{},"TranscriptionJobStatus":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S24"},"Transcript":{"shape":"S25"},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S3d"},"ModelSettings":{"shape":"S3e"},"JobExecutionSettings":{"shape":"S3f"},"ContentRedaction":{"shape":"S29"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"LanguageOptions":{"shape":"S2e"},"IdentifiedLanguageScore":{"type":"float"},"LanguageCodes":{"shape":"S3g"},"Tags":{"shape":"Sv"},"Subtitles":{"type":"structure","members":{"Formats":{"shape":"S3k"},"SubtitleFileUris":{"type":"list","member":{}},"OutputStartIndex":{"type":"integer"}}},"LanguageIdSettings":{"shape":"S2f"},"ToxicityDetection":{"shape":"S3o"}}},"S3d":{"type":"structure","members":{"VocabularyName":{},"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"ShowAlternatives":{"type":"boolean"},"MaxAlternatives":{"type":"integer"},"VocabularyFilterName":{},"VocabularyFilterMethod":{}}},"S3e":{"type":"structure","members":{"LanguageModelName":{}}},"S3f":{"type":"structure","members":{"AllowDeferredExecution":{"type":"boolean"},"DataAccessRoleArn":{}}},"S3g":{"type":"list","member":{"type":"structure","members":{"LanguageCode":{},"DurationInSeconds":{"type":"float"}}}},"S3k":{"type":"list","member":{}},"S3o":{"type":"list","member":{"type":"structure","required":["ToxicityCategories"],"members":{"ToxicityCategories":{"type":"list","member":{}}}}},"S4j":{"type":"list","member":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"S53":{"type":"map","key":{},"value":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-26","endpointPrefix":"transcribe","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"Amazon Transcribe Service","serviceId":"Transcribe","signatureVersion":"v4","signingName":"transcribe","targetPrefix":"Transcribe","uid":"transcribe-2017-10-26"},"operations":{"CreateCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName","Rules"],"members":{"CategoryName":{},"Rules":{"shape":"S3"},"InputType":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"CreateLanguageModel":{"input":{"type":"structure","required":["LanguageCode","BaseModelName","ModelName","InputDataConfig"],"members":{"LanguageCode":{},"BaseModelName":{},"ModelName":{},"InputDataConfig":{"shape":"Ss"},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"LanguageCode":{},"BaseModelName":{},"ModelName":{},"InputDataConfig":{"shape":"Ss"},"ModelStatus":{}}}},"CreateMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode","VocabularyFileUri"],"members":{"VocabularyName":{},"LanguageCode":{},"VocabularyFileUri":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"CreateVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode"],"members":{"VocabularyName":{},"LanguageCode":{},"Phrases":{"shape":"S18"},"VocabularyFileUri":{},"Tags":{"shape":"Sv"},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"CreateVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName","LanguageCode"],"members":{"VocabularyFilterName":{},"LanguageCode":{},"Words":{"shape":"S1d"},"VocabularyFilterFileUri":{},"Tags":{"shape":"Sv"},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}},"DeleteCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName"],"members":{"CategoryName":{}}},"output":{"type":"structure","members":{}}},"DeleteCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName"],"members":{"CallAnalyticsJobName":{}}},"output":{"type":"structure","members":{}}},"DeleteLanguageModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName"],"members":{"MedicalScribeJobName":{}}}},"DeleteMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName"],"members":{"MedicalTranscriptionJobName":{}}}},"DeleteMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}}},"DeleteTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName"],"members":{"TranscriptionJobName":{}}}},"DeleteVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}}},"DeleteVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{}}}},"DescribeLanguageModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","members":{"LanguageModel":{"shape":"S1v"}}}},"GetCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName"],"members":{"CategoryName":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"GetCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName"],"members":{"CallAnalyticsJobName":{}}},"output":{"type":"structure","members":{"CallAnalyticsJob":{"shape":"S20"}}}},"GetMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName"],"members":{"MedicalScribeJobName":{}}},"output":{"type":"structure","members":{"MedicalScribeJob":{"shape":"S2t"}}}},"GetMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName"],"members":{"MedicalTranscriptionJobName":{}}},"output":{"type":"structure","members":{"MedicalTranscriptionJob":{"shape":"S35"}}}},"GetMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"DownloadUri":{}}}},"GetTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName"],"members":{"TranscriptionJobName":{}}},"output":{"type":"structure","members":{"TranscriptionJob":{"shape":"S3i"}}}},"GetVocabulary":{"input":{"type":"structure","required":["VocabularyName"],"members":{"VocabularyName":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"VocabularyState":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"DownloadUri":{}}}},"GetVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"DownloadUri":{}}}},"ListCallAnalyticsCategories":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Categories":{"type":"list","member":{"shape":"Sm"}}}}},"ListCallAnalyticsJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"CallAnalyticsJobSummaries":{"type":"list","member":{"type":"structure","members":{"CallAnalyticsJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"CallAnalyticsJobStatus":{},"CallAnalyticsJobDetails":{"shape":"S22"},"FailureReason":{}}}}}}},"ListLanguageModels":{"input":{"type":"structure","members":{"StatusEquals":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Models":{"type":"list","member":{"shape":"S1v"}}}}},"ListMedicalScribeJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"MedicalScribeJobSummaries":{"type":"list","member":{"type":"structure","members":{"MedicalScribeJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"MedicalScribeJobStatus":{},"FailureReason":{}}}}}}},"ListMedicalTranscriptionJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"MedicalTranscriptionJobSummaries":{"type":"list","member":{"type":"structure","members":{"MedicalTranscriptionJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"TranscriptionJobStatus":{},"FailureReason":{},"OutputLocationType":{},"Specialty":{},"ContentIdentificationType":{},"Type":{}}}}}}},"ListMedicalVocabularies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"StateEquals":{},"NameContains":{}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"Vocabularies":{"shape":"S4p"}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"ResourceArn":{},"Tags":{"shape":"Sv"}}}},"ListTranscriptionJobs":{"input":{"type":"structure","members":{"Status":{},"JobNameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"TranscriptionJobSummaries":{"type":"list","member":{"type":"structure","members":{"TranscriptionJobName":{},"CreationTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LanguageCode":{},"TranscriptionJobStatus":{},"FailureReason":{},"OutputLocationType":{},"ContentRedaction":{"shape":"S2f"},"ModelSettings":{"shape":"S3k"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"IdentifiedLanguageScore":{"type":"float"},"LanguageCodes":{"shape":"S3m"},"ToxicityDetection":{"shape":"S3u"}}}}}}},"ListVocabularies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"StateEquals":{},"NameContains":{}}},"output":{"type":"structure","members":{"Status":{},"NextToken":{},"Vocabularies":{"shape":"S4p"}}}},"ListVocabularyFilters":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{}}},"output":{"type":"structure","members":{"NextToken":{},"VocabularyFilters":{"type":"list","member":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}}}}},"StartCallAnalyticsJob":{"input":{"type":"structure","required":["CallAnalyticsJobName","Media"],"members":{"CallAnalyticsJobName":{},"Media":{"shape":"S2a"},"OutputLocation":{},"OutputEncryptionKMSKeyId":{},"DataAccessRoleArn":{},"Settings":{"shape":"S2d"},"ChannelDefinitions":{"shape":"S2o"}}},"output":{"type":"structure","members":{"CallAnalyticsJob":{"shape":"S20"}}}},"StartMedicalScribeJob":{"input":{"type":"structure","required":["MedicalScribeJobName","Media","OutputBucketName","DataAccessRoleArn","Settings"],"members":{"MedicalScribeJobName":{},"Media":{"shape":"S2a"},"OutputBucketName":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S59"},"DataAccessRoleArn":{},"Settings":{"shape":"S2x"},"ChannelDefinitions":{"shape":"S2z"},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"MedicalScribeJob":{"shape":"S2t"}}}},"StartMedicalTranscriptionJob":{"input":{"type":"structure","required":["MedicalTranscriptionJobName","LanguageCode","Media","OutputBucketName","Specialty","Type"],"members":{"MedicalTranscriptionJobName":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S2a"},"OutputBucketName":{},"OutputKey":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S59"},"Settings":{"shape":"S39"},"ContentIdentificationType":{},"Specialty":{},"Type":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{"MedicalTranscriptionJob":{"shape":"S35"}}}},"StartTranscriptionJob":{"input":{"type":"structure","required":["TranscriptionJobName","Media"],"members":{"TranscriptionJobName":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S2a"},"OutputBucketName":{},"OutputKey":{},"OutputEncryptionKMSKeyId":{},"KMSEncryptionContext":{"shape":"S59"},"Settings":{"shape":"S3j"},"ModelSettings":{"shape":"S3k"},"JobExecutionSettings":{"shape":"S3l"},"ContentRedaction":{"shape":"S2f"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"LanguageOptions":{"shape":"S2k"},"Subtitles":{"type":"structure","members":{"Formats":{"shape":"S3q"},"OutputStartIndex":{"type":"integer"}}},"Tags":{"shape":"Sv"},"LanguageIdSettings":{"shape":"S2l"},"ToxicityDetection":{"shape":"S3u"}}},"output":{"type":"structure","members":{"TranscriptionJob":{"shape":"S3i"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"Sv"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateCallAnalyticsCategory":{"input":{"type":"structure","required":["CategoryName","Rules"],"members":{"CategoryName":{},"Rules":{"shape":"S3"},"InputType":{}}},"output":{"type":"structure","members":{"CategoryProperties":{"shape":"Sm"}}}},"UpdateMedicalVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode","VocabularyFileUri"],"members":{"VocabularyName":{},"LanguageCode":{},"VocabularyFileUri":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"UpdateVocabulary":{"input":{"type":"structure","required":["VocabularyName","LanguageCode"],"members":{"VocabularyName":{},"LanguageCode":{},"Phrases":{"shape":"S18"},"VocabularyFileUri":{},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"UpdateVocabularyFilter":{"input":{"type":"structure","required":["VocabularyFilterName"],"members":{"VocabularyFilterName":{},"Words":{"shape":"S1d"},"VocabularyFilterFileUri":{},"DataAccessRoleArn":{}}},"output":{"type":"structure","members":{"VocabularyFilterName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"}}}}},"shapes":{"S3":{"type":"list","member":{"type":"structure","members":{"NonTalkTimeFilter":{"type":"structure","members":{"Threshold":{"type":"long"},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"Negate":{"type":"boolean"}}},"InterruptionFilter":{"type":"structure","members":{"Threshold":{"type":"long"},"ParticipantRole":{},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"Negate":{"type":"boolean"}}},"TranscriptFilter":{"type":"structure","required":["TranscriptFilterType","Targets"],"members":{"TranscriptFilterType":{},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"ParticipantRole":{},"Negate":{"type":"boolean"},"Targets":{"type":"list","member":{}}}},"SentimentFilter":{"type":"structure","required":["Sentiments"],"members":{"Sentiments":{"type":"list","member":{}},"AbsoluteTimeRange":{"shape":"S7"},"RelativeTimeRange":{"shape":"S8"},"ParticipantRole":{},"Negate":{"type":"boolean"}}}},"union":true}},"S7":{"type":"structure","members":{"StartTime":{"type":"long"},"EndTime":{"type":"long"},"First":{"type":"long"},"Last":{"type":"long"}}},"S8":{"type":"structure","members":{"StartPercentage":{"type":"integer"},"EndPercentage":{"type":"integer"},"First":{"type":"integer"},"Last":{"type":"integer"}}},"Sm":{"type":"structure","members":{"CategoryName":{},"Rules":{"shape":"S3"},"CreateTime":{"type":"timestamp"},"LastUpdateTime":{"type":"timestamp"},"InputType":{}}},"Ss":{"type":"structure","required":["S3Uri","DataAccessRoleArn"],"members":{"S3Uri":{},"TuningDataS3Uri":{},"DataAccessRoleArn":{}}},"Sv":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S18":{"type":"list","member":{}},"S1d":{"type":"list","member":{}},"S1v":{"type":"structure","members":{"ModelName":{},"CreateTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LanguageCode":{},"BaseModelName":{},"ModelStatus":{},"UpgradeAvailability":{"type":"boolean"},"FailureReason":{},"InputDataConfig":{"shape":"Ss"}}},"S20":{"type":"structure","members":{"CallAnalyticsJobName":{},"CallAnalyticsJobStatus":{},"CallAnalyticsJobDetails":{"shape":"S22"},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S2a"},"Transcript":{"shape":"S2b"},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"DataAccessRoleArn":{},"IdentifiedLanguageScore":{"type":"float"},"Settings":{"shape":"S2d"},"ChannelDefinitions":{"shape":"S2o"}}},"S22":{"type":"structure","members":{"Skipped":{"type":"list","member":{"type":"structure","members":{"Feature":{},"ReasonCode":{},"Message":{}}}}}},"S2a":{"type":"structure","members":{"MediaFileUri":{},"RedactedMediaFileUri":{}}},"S2b":{"type":"structure","members":{"TranscriptFileUri":{},"RedactedTranscriptFileUri":{}}},"S2d":{"type":"structure","members":{"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{},"LanguageModelName":{},"ContentRedaction":{"shape":"S2f"},"LanguageOptions":{"shape":"S2k"},"LanguageIdSettings":{"shape":"S2l"},"Summarization":{"type":"structure","required":["GenerateAbstractiveSummary"],"members":{"GenerateAbstractiveSummary":{"type":"boolean"}}}}},"S2f":{"type":"structure","required":["RedactionType","RedactionOutput"],"members":{"RedactionType":{},"RedactionOutput":{},"PiiEntityTypes":{"type":"list","member":{}}}},"S2k":{"type":"list","member":{}},"S2l":{"type":"map","key":{},"value":{"type":"structure","members":{"VocabularyName":{},"VocabularyFilterName":{},"LanguageModelName":{}}}},"S2o":{"type":"list","member":{"type":"structure","members":{"ChannelId":{"type":"integer"},"ParticipantRole":{}}}},"S2t":{"type":"structure","members":{"MedicalScribeJobName":{},"MedicalScribeJobStatus":{},"LanguageCode":{},"Media":{"shape":"S2a"},"MedicalScribeOutput":{"type":"structure","required":["TranscriptFileUri","ClinicalDocumentUri"],"members":{"TranscriptFileUri":{},"ClinicalDocumentUri":{}}},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S2x"},"DataAccessRoleArn":{},"ChannelDefinitions":{"shape":"S2z"},"Tags":{"shape":"Sv"}}},"S2x":{"type":"structure","members":{"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{}}},"S2z":{"type":"list","member":{"type":"structure","required":["ChannelId","ParticipantRole"],"members":{"ChannelId":{"type":"integer"},"ParticipantRole":{}}}},"S35":{"type":"structure","members":{"MedicalTranscriptionJobName":{},"TranscriptionJobStatus":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S2a"},"Transcript":{"type":"structure","members":{"TranscriptFileUri":{}}},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S39"},"ContentIdentificationType":{},"Specialty":{},"Type":{},"Tags":{"shape":"Sv"}}},"S39":{"type":"structure","members":{"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"ShowAlternatives":{"type":"boolean"},"MaxAlternatives":{"type":"integer"},"VocabularyName":{}}},"S3i":{"type":"structure","members":{"TranscriptionJobName":{},"TranscriptionJobStatus":{},"LanguageCode":{},"MediaSampleRateHertz":{"type":"integer"},"MediaFormat":{},"Media":{"shape":"S2a"},"Transcript":{"shape":"S2b"},"StartTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"FailureReason":{},"Settings":{"shape":"S3j"},"ModelSettings":{"shape":"S3k"},"JobExecutionSettings":{"shape":"S3l"},"ContentRedaction":{"shape":"S2f"},"IdentifyLanguage":{"type":"boolean"},"IdentifyMultipleLanguages":{"type":"boolean"},"LanguageOptions":{"shape":"S2k"},"IdentifiedLanguageScore":{"type":"float"},"LanguageCodes":{"shape":"S3m"},"Tags":{"shape":"Sv"},"Subtitles":{"type":"structure","members":{"Formats":{"shape":"S3q"},"SubtitleFileUris":{"type":"list","member":{}},"OutputStartIndex":{"type":"integer"}}},"LanguageIdSettings":{"shape":"S2l"},"ToxicityDetection":{"shape":"S3u"}}},"S3j":{"type":"structure","members":{"VocabularyName":{},"ShowSpeakerLabels":{"type":"boolean"},"MaxSpeakerLabels":{"type":"integer"},"ChannelIdentification":{"type":"boolean"},"ShowAlternatives":{"type":"boolean"},"MaxAlternatives":{"type":"integer"},"VocabularyFilterName":{},"VocabularyFilterMethod":{}}},"S3k":{"type":"structure","members":{"LanguageModelName":{}}},"S3l":{"type":"structure","members":{"AllowDeferredExecution":{"type":"boolean"},"DataAccessRoleArn":{}}},"S3m":{"type":"list","member":{"type":"structure","members":{"LanguageCode":{},"DurationInSeconds":{"type":"float"}}}},"S3q":{"type":"list","member":{}},"S3u":{"type":"list","member":{"type":"structure","required":["ToxicityCategories"],"members":{"ToxicityCategories":{"type":"list","member":{}}}}},"S4p":{"type":"list","member":{"type":"structure","members":{"VocabularyName":{},"LanguageCode":{},"LastModifiedTime":{"type":"timestamp"},"VocabularyState":{}}}},"S59":{"type":"map","key":{},"value":{}}}} /***/ }), /* 638 */ @@ -57349,7 +57349,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 704 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-25","endpointPrefix":"amplify","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Amplify","serviceFullName":"AWS Amplify","serviceId":"Amplify","signatureVersion":"v4","signingName":"amplify","uid":"amplify-2017-07-25"},"operations":{"CreateApp":{"http":{"requestUri":"/apps"},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"repository":{},"platform":{},"iamServiceRoleArn":{},"oauthToken":{"shape":"S7"},"accessToken":{"shape":"S8"},"environmentVariables":{"shape":"S9"},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"tags":{"shape":"Sm"},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"CreateBackendEnvironment":{"http":{"requestUri":"/apps/{appId}/backendenvironments"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{},"stackName":{},"deploymentArtifacts":{}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"CreateBranch":{"http":{"requestUri":"/apps/{appId}/branches"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{},"description":{},"stage":{},"framework":{},"enableNotification":{"type":"boolean"},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"tags":{"shape":"Sm"},"buildSpec":{"shape":"Sp"},"ttl":{},"displayName":{},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"CreateDeployment":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/deployments"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"fileMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","required":["fileUploadUrls","zipUploadUrl"],"members":{"jobId":{},"fileUploadUrls":{"type":"map","key":{},"value":{}},"zipUploadUrl":{}}}},"CreateDomainAssociation":{"http":{"requestUri":"/apps/{appId}/domains"},"input":{"type":"structure","required":["appId","domainName","subDomainSettings"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{},"enableAutoSubDomain":{"type":"boolean"},"subDomainSettings":{"shape":"S2a"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"certificateSettings":{"shape":"S2g"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"CreateWebhook":{"http":{"requestUri":"/apps/{appId}/webhooks"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{},"description":{}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"DeleteApp":{"http":{"method":"DELETE","requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"DeleteBackendEnvironment":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/backendenvironments/{environmentName}"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"DeleteBranch":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"DeleteDomainAssociation":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"DeleteJob":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"DeleteWebhook":{"http":{"method":"DELETE","requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"GenerateAccessLogs":{"http":{"requestUri":"/apps/{appId}/accesslogs"},"input":{"type":"structure","required":["domainName","appId"],"members":{"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"domainName":{},"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","members":{"logUrl":{}}}},"GetApp":{"http":{"method":"GET","requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"GetArtifactUrl":{"http":{"method":"GET","requestUri":"/artifacts/{artifactId}"},"input":{"type":"structure","required":["artifactId"],"members":{"artifactId":{"location":"uri","locationName":"artifactId"}}},"output":{"type":"structure","required":["artifactId","artifactUrl"],"members":{"artifactId":{},"artifactUrl":{}}}},"GetBackendEnvironment":{"http":{"method":"GET","requestUri":"/apps/{appId}/backendenvironments/{environmentName}"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"GetBranch":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"GetDomainAssociation":{"http":{"method":"GET","requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"GetJob":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["job"],"members":{"job":{"type":"structure","required":["summary","steps"],"members":{"summary":{"shape":"S3b"},"steps":{"type":"list","member":{"type":"structure","required":["stepName","startTime","status","endTime"],"members":{"stepName":{},"startTime":{"type":"timestamp"},"status":{},"endTime":{"type":"timestamp"},"logUrl":{},"artifactsUrl":{},"testArtifactsUrl":{},"testConfigUrl":{},"screenshots":{"type":"map","key":{},"value":{}},"statusReason":{},"context":{}}}}}}}}},"GetWebhook":{"http":{"method":"GET","requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"ListApps":{"http":{"method":"GET","requestUri":"/apps"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["apps"],"members":{"apps":{"type":"list","member":{"shape":"S12"}},"nextToken":{}}}},"ListArtifacts":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["artifacts"],"members":{"artifacts":{"type":"list","member":{"type":"structure","required":["artifactFileName","artifactId"],"members":{"artifactFileName":{},"artifactId":{}}}},"nextToken":{}}}},"ListBackendEnvironments":{"http":{"method":"GET","requestUri":"/apps/{appId}/backendenvironments"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"querystring","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["backendEnvironments"],"members":{"backendEnvironments":{"type":"list","member":{"shape":"S1i"}},"nextToken":{}}}},"ListBranches":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["branches"],"members":{"branches":{"type":"list","member":{"shape":"S1r"}},"nextToken":{}}}},"ListDomainAssociations":{"http":{"method":"GET","requestUri":"/apps/{appId}/domains"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["domainAssociations"],"members":{"domainAssociations":{"type":"list","member":{"shape":"S2k"}},"nextToken":{}}}},"ListJobs":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["jobSummaries"],"members":{"jobSummaries":{"type":"list","member":{"shape":"S3b"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sm"}}}},"ListWebhooks":{"http":{"method":"GET","requestUri":"/apps/{appId}/webhooks"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["webhooks"],"members":{"webhooks":{"type":"list","member":{"shape":"S2x"}},"nextToken":{}}}},"StartDeployment":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/deployments/start"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{},"sourceUrl":{}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"StartJob":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/jobs"},"input":{"type":"structure","required":["appId","branchName","jobType"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{},"jobType":{},"jobReason":{},"commitId":{},"commitMessage":{},"commitTime":{"type":"timestamp"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"StopJob":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sm"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateApp":{"http":{"requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"name":{},"description":{},"platform":{},"iamServiceRoleArn":{},"environmentVariables":{"shape":"S9"},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"},"repository":{},"oauthToken":{"shape":"S7"},"accessToken":{"shape":"S8"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"UpdateBranch":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"description":{},"framework":{},"stage":{},"enableNotification":{"type":"boolean"},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"buildSpec":{"shape":"Sp"},"ttl":{},"displayName":{},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"UpdateDomainAssociation":{"http":{"requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"},"enableAutoSubDomain":{"type":"boolean"},"subDomainSettings":{"shape":"S2a"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"certificateSettings":{"shape":"S2g"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"UpdateWebhook":{"http":{"requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"},"branchName":{},"description":{}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}}},"shapes":{"S7":{"type":"string","sensitive":true},"S8":{"type":"string","sensitive":true},"S9":{"type":"map","key":{},"value":{}},"Sf":{"type":"string","sensitive":true},"Sg":{"type":"list","member":{"type":"structure","required":["source","target"],"members":{"source":{},"target":{},"status":{},"condition":{}}}},"Sm":{"type":"map","key":{},"value":{}},"Sp":{"type":"string","sensitive":true},"Ss":{"type":"list","member":{}},"Su":{"type":"structure","members":{"stage":{},"framework":{},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"buildSpec":{"shape":"Sp"},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{}}},"S12":{"type":"structure","required":["appId","appArn","name","description","repository","platform","createTime","updateTime","environmentVariables","defaultDomain","enableBranchAutoBuild","enableBasicAuth"],"members":{"appId":{},"appArn":{},"name":{},"tags":{"shape":"Sm"},"description":{},"repository":{},"platform":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"iamServiceRoleArn":{},"environmentVariables":{"shape":"S9"},"defaultDomain":{},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"productionBranch":{"type":"structure","members":{"lastDeployTime":{"type":"timestamp"},"status":{},"thumbnailUrl":{},"branchName":{}}},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"},"repositoryCloneMethod":{}}},"S1i":{"type":"structure","required":["backendEnvironmentArn","environmentName","createTime","updateTime"],"members":{"backendEnvironmentArn":{},"environmentName":{},"stackName":{},"deploymentArtifacts":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S1o":{"type":"structure","members":{"stackArn":{}}},"S1r":{"type":"structure","required":["branchArn","branchName","description","stage","displayName","enableNotification","createTime","updateTime","environmentVariables","enableAutoBuild","customDomains","framework","activeJobId","totalNumberOfJobs","enableBasicAuth","ttl","enablePullRequestPreview"],"members":{"branchArn":{},"branchName":{},"description":{},"tags":{"shape":"Sm"},"stage":{},"displayName":{},"enableNotification":{"type":"boolean"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"environmentVariables":{"shape":"S9"},"enableAutoBuild":{"type":"boolean"},"customDomains":{"type":"list","member":{}},"framework":{},"activeJobId":{},"totalNumberOfJobs":{},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"thumbnailUrl":{},"basicAuthCredentials":{"shape":"Sf"},"buildSpec":{"shape":"Sp"},"ttl":{},"associatedResources":{"type":"list","member":{}},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"destinationBranch":{},"sourceBranch":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"S2a":{"type":"list","member":{"shape":"S2b"}},"S2b":{"type":"structure","required":["prefix","branchName"],"members":{"prefix":{},"branchName":{}}},"S2d":{"type":"list","member":{}},"S2g":{"type":"structure","required":["type"],"members":{"type":{},"customCertificateArn":{}}},"S2k":{"type":"structure","required":["domainAssociationArn","domainName","enableAutoSubDomain","domainStatus","statusReason","subDomains"],"members":{"domainAssociationArn":{},"domainName":{},"enableAutoSubDomain":{"type":"boolean"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"domainStatus":{},"updateStatus":{},"statusReason":{},"certificateVerificationDNSRecord":{},"subDomains":{"type":"list","member":{"type":"structure","required":["subDomainSetting","verified","dnsRecord"],"members":{"subDomainSetting":{"shape":"S2b"},"verified":{"type":"boolean"},"dnsRecord":{}}}},"certificate":{"type":"structure","required":["type"],"members":{"type":{},"customCertificateArn":{},"certificateVerificationDNSRecord":{}}}}},"S2x":{"type":"structure","required":["webhookArn","webhookId","webhookUrl","branchName","description","createTime","updateTime"],"members":{"webhookArn":{},"webhookId":{},"webhookUrl":{},"branchName":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S3b":{"type":"structure","required":["jobArn","jobId","commitId","commitMessage","commitTime","startTime","status","jobType"],"members":{"jobArn":{},"jobId":{},"commitId":{},"commitMessage":{},"commitTime":{"type":"timestamp"},"startTime":{"type":"timestamp"},"status":{},"endTime":{"type":"timestamp"},"jobType":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-25","endpointPrefix":"amplify","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amplify","serviceFullName":"AWS Amplify","serviceId":"Amplify","signatureVersion":"v4","signingName":"amplify","uid":"amplify-2017-07-25"},"operations":{"CreateApp":{"http":{"requestUri":"/apps"},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"repository":{},"platform":{},"iamServiceRoleArn":{},"oauthToken":{"shape":"S7"},"accessToken":{"shape":"S8"},"environmentVariables":{"shape":"S9"},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"tags":{"shape":"Sm"},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"CreateBackendEnvironment":{"http":{"requestUri":"/apps/{appId}/backendenvironments"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{},"stackName":{},"deploymentArtifacts":{}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"CreateBranch":{"http":{"requestUri":"/apps/{appId}/branches"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{},"description":{},"stage":{},"framework":{},"enableNotification":{"type":"boolean"},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"tags":{"shape":"Sm"},"buildSpec":{"shape":"Sp"},"ttl":{},"displayName":{},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"CreateDeployment":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/deployments"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"fileMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","required":["fileUploadUrls","zipUploadUrl"],"members":{"jobId":{},"fileUploadUrls":{"type":"map","key":{},"value":{}},"zipUploadUrl":{}}}},"CreateDomainAssociation":{"http":{"requestUri":"/apps/{appId}/domains"},"input":{"type":"structure","required":["appId","domainName","subDomainSettings"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{},"enableAutoSubDomain":{"type":"boolean"},"subDomainSettings":{"shape":"S2a"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"certificateSettings":{"shape":"S2g"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"CreateWebhook":{"http":{"requestUri":"/apps/{appId}/webhooks"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{},"description":{}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"DeleteApp":{"http":{"method":"DELETE","requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"DeleteBackendEnvironment":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/backendenvironments/{environmentName}"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"DeleteBranch":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"DeleteDomainAssociation":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"DeleteJob":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"DeleteWebhook":{"http":{"method":"DELETE","requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"GenerateAccessLogs":{"http":{"requestUri":"/apps/{appId}/accesslogs"},"input":{"type":"structure","required":["domainName","appId"],"members":{"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"domainName":{},"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","members":{"logUrl":{}}}},"GetApp":{"http":{"method":"GET","requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"GetArtifactUrl":{"http":{"method":"GET","requestUri":"/artifacts/{artifactId}"},"input":{"type":"structure","required":["artifactId"],"members":{"artifactId":{"location":"uri","locationName":"artifactId"}}},"output":{"type":"structure","required":["artifactId","artifactUrl"],"members":{"artifactId":{},"artifactUrl":{}}}},"GetBackendEnvironment":{"http":{"method":"GET","requestUri":"/apps/{appId}/backendenvironments/{environmentName}"},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["backendEnvironment"],"members":{"backendEnvironment":{"shape":"S1i"}}}},"GetBranch":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"GetDomainAssociation":{"http":{"method":"GET","requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"GetJob":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["job"],"members":{"job":{"type":"structure","required":["summary","steps"],"members":{"summary":{"shape":"S3b"},"steps":{"type":"list","member":{"type":"structure","required":["stepName","startTime","status","endTime"],"members":{"stepName":{},"startTime":{"type":"timestamp"},"status":{},"endTime":{"type":"timestamp"},"logUrl":{},"artifactsUrl":{},"testArtifactsUrl":{},"testConfigUrl":{},"screenshots":{"type":"map","key":{},"value":{}},"statusReason":{},"context":{}}}}}}}}},"GetWebhook":{"http":{"method":"GET","requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}},"ListApps":{"http":{"method":"GET","requestUri":"/apps"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["apps"],"members":{"apps":{"type":"list","member":{"shape":"S12"}},"nextToken":{}}}},"ListArtifacts":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["artifacts"],"members":{"artifacts":{"type":"list","member":{"type":"structure","required":["artifactFileName","artifactId"],"members":{"artifactFileName":{},"artifactId":{}}}},"nextToken":{}}}},"ListBackendEnvironments":{"http":{"method":"GET","requestUri":"/apps/{appId}/backendenvironments"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"querystring","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["backendEnvironments"],"members":{"backendEnvironments":{"type":"list","member":{"shape":"S1i"}},"nextToken":{}}}},"ListBranches":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["branches"],"members":{"branches":{"type":"list","member":{"shape":"S1r"}},"nextToken":{}}}},"ListDomainAssociations":{"http":{"method":"GET","requestUri":"/apps/{appId}/domains"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["domainAssociations"],"members":{"domainAssociations":{"type":"list","member":{"shape":"S2k"}},"nextToken":{}}}},"ListJobs":{"http":{"method":"GET","requestUri":"/apps/{appId}/branches/{branchName}/jobs"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["jobSummaries"],"members":{"jobSummaries":{"type":"list","member":{"shape":"S3b"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sm"}}}},"ListWebhooks":{"http":{"method":"GET","requestUri":"/apps/{appId}/webhooks"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["webhooks"],"members":{"webhooks":{"type":"list","member":{"shape":"S2x"}},"nextToken":{}}}},"StartDeployment":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/deployments/start"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{},"sourceUrl":{}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"StartJob":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}/jobs"},"input":{"type":"structure","required":["appId","branchName","jobType"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{},"jobType":{},"jobReason":{},"commitId":{},"commitMessage":{},"commitTime":{"type":"timestamp"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"StopJob":{"http":{"method":"DELETE","requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop"},"input":{"type":"structure","required":["appId","branchName","jobId"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["jobSummary"],"members":{"jobSummary":{"shape":"S3b"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sm"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateApp":{"http":{"requestUri":"/apps/{appId}"},"input":{"type":"structure","required":["appId"],"members":{"appId":{"location":"uri","locationName":"appId"},"name":{},"description":{},"platform":{},"iamServiceRoleArn":{},"environmentVariables":{"shape":"S9"},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"},"repository":{},"oauthToken":{"shape":"S7"},"accessToken":{"shape":"S8"}}},"output":{"type":"structure","required":["app"],"members":{"app":{"shape":"S12"}}}},"UpdateBranch":{"http":{"requestUri":"/apps/{appId}/branches/{branchName}"},"input":{"type":"structure","required":["appId","branchName"],"members":{"appId":{"location":"uri","locationName":"appId"},"branchName":{"location":"uri","locationName":"branchName"},"description":{},"framework":{},"stage":{},"enableNotification":{"type":"boolean"},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"buildSpec":{"shape":"Sp"},"ttl":{},"displayName":{},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"output":{"type":"structure","required":["branch"],"members":{"branch":{"shape":"S1r"}}}},"UpdateDomainAssociation":{"http":{"requestUri":"/apps/{appId}/domains/{domainName}"},"input":{"type":"structure","required":["appId","domainName"],"members":{"appId":{"location":"uri","locationName":"appId"},"domainName":{"location":"uri","locationName":"domainName"},"enableAutoSubDomain":{"type":"boolean"},"subDomainSettings":{"shape":"S2a"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"certificateSettings":{"shape":"S2g"}}},"output":{"type":"structure","required":["domainAssociation"],"members":{"domainAssociation":{"shape":"S2k"}}}},"UpdateWebhook":{"http":{"requestUri":"/webhooks/{webhookId}"},"input":{"type":"structure","required":["webhookId"],"members":{"webhookId":{"location":"uri","locationName":"webhookId"},"branchName":{},"description":{}}},"output":{"type":"structure","required":["webhook"],"members":{"webhook":{"shape":"S2x"}}}}},"shapes":{"S7":{"type":"string","sensitive":true},"S8":{"type":"string","sensitive":true},"S9":{"type":"map","key":{},"value":{}},"Sf":{"type":"string","sensitive":true},"Sg":{"type":"list","member":{"type":"structure","required":["source","target"],"members":{"source":{},"target":{},"status":{},"condition":{}}}},"Sm":{"type":"map","key":{},"value":{}},"Sp":{"type":"string","sensitive":true},"Ss":{"type":"list","member":{}},"Su":{"type":"structure","members":{"stage":{},"framework":{},"enableAutoBuild":{"type":"boolean"},"environmentVariables":{"shape":"S9"},"basicAuthCredentials":{"shape":"Sf"},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"buildSpec":{"shape":"Sp"},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{}}},"S12":{"type":"structure","required":["appId","appArn","name","description","repository","platform","createTime","updateTime","environmentVariables","defaultDomain","enableBranchAutoBuild","enableBasicAuth"],"members":{"appId":{},"appArn":{},"name":{},"tags":{"shape":"Sm"},"description":{},"repository":{},"platform":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"iamServiceRoleArn":{},"environmentVariables":{"shape":"S9"},"defaultDomain":{},"enableBranchAutoBuild":{"type":"boolean"},"enableBranchAutoDeletion":{"type":"boolean"},"enableBasicAuth":{"type":"boolean"},"basicAuthCredentials":{"shape":"Sf"},"customRules":{"shape":"Sg"},"productionBranch":{"type":"structure","members":{"lastDeployTime":{"type":"timestamp"},"status":{},"thumbnailUrl":{},"branchName":{}}},"buildSpec":{"shape":"Sp"},"customHeaders":{},"enableAutoBranchCreation":{"type":"boolean"},"autoBranchCreationPatterns":{"shape":"Ss"},"autoBranchCreationConfig":{"shape":"Su"},"repositoryCloneMethod":{}}},"S1i":{"type":"structure","required":["backendEnvironmentArn","environmentName","createTime","updateTime"],"members":{"backendEnvironmentArn":{},"environmentName":{},"stackName":{},"deploymentArtifacts":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S1o":{"type":"structure","members":{"stackArn":{}}},"S1r":{"type":"structure","required":["branchArn","branchName","description","stage","displayName","enableNotification","createTime","updateTime","environmentVariables","enableAutoBuild","customDomains","framework","activeJobId","totalNumberOfJobs","enableBasicAuth","ttl","enablePullRequestPreview"],"members":{"branchArn":{},"branchName":{},"description":{},"tags":{"shape":"Sm"},"stage":{},"displayName":{},"enableNotification":{"type":"boolean"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"environmentVariables":{"shape":"S9"},"enableAutoBuild":{"type":"boolean"},"customDomains":{"type":"list","member":{}},"framework":{},"activeJobId":{},"totalNumberOfJobs":{},"enableBasicAuth":{"type":"boolean"},"enablePerformanceMode":{"type":"boolean"},"thumbnailUrl":{},"basicAuthCredentials":{"shape":"Sf"},"buildSpec":{"shape":"Sp"},"ttl":{},"associatedResources":{"type":"list","member":{}},"enablePullRequestPreview":{"type":"boolean"},"pullRequestEnvironmentName":{},"destinationBranch":{},"sourceBranch":{},"backendEnvironmentArn":{},"backend":{"shape":"S1o"}}},"S2a":{"type":"list","member":{"shape":"S2b"}},"S2b":{"type":"structure","required":["prefix","branchName"],"members":{"prefix":{},"branchName":{}}},"S2d":{"type":"list","member":{}},"S2g":{"type":"structure","required":["type"],"members":{"type":{},"customCertificateArn":{}}},"S2k":{"type":"structure","required":["domainAssociationArn","domainName","enableAutoSubDomain","domainStatus","statusReason","subDomains"],"members":{"domainAssociationArn":{},"domainName":{},"enableAutoSubDomain":{"type":"boolean"},"autoSubDomainCreationPatterns":{"shape":"S2d"},"autoSubDomainIAMRole":{},"domainStatus":{},"updateStatus":{},"statusReason":{},"certificateVerificationDNSRecord":{},"subDomains":{"type":"list","member":{"type":"structure","required":["subDomainSetting","verified","dnsRecord"],"members":{"subDomainSetting":{"shape":"S2b"},"verified":{"type":"boolean"},"dnsRecord":{}}}},"certificate":{"type":"structure","required":["type"],"members":{"type":{},"customCertificateArn":{},"certificateVerificationDNSRecord":{}}}}},"S2x":{"type":"structure","required":["webhookArn","webhookId","webhookUrl","branchName","description","createTime","updateTime"],"members":{"webhookArn":{},"webhookId":{},"webhookUrl":{},"branchName":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S3b":{"type":"structure","required":["jobArn","jobId","commitId","commitMessage","commitTime","startTime","status","jobType"],"members":{"jobArn":{},"jobId":{},"commitId":{},"commitMessage":{},"commitTime":{"type":"timestamp"},"startTime":{"type":"timestamp"},"status":{},"endTime":{"type":"timestamp"},"jobType":{}}}}} /***/ }), /* 705 */ @@ -60263,7 +60263,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 948 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-11-01","endpointPrefix":"query.timestream","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"Timestream Query","serviceFullName":"Amazon Timestream Query","serviceId":"Timestream Query","signatureVersion":"v4","signingName":"timestream","targetPrefix":"Timestream_20181101","uid":"timestream-query-2018-11-01"},"operations":{"CancelQuery":{"input":{"type":"structure","required":["QueryId"],"members":{"QueryId":{}}},"output":{"type":"structure","members":{"CancellationMessage":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"CreateScheduledQuery":{"input":{"type":"structure","required":["Name","QueryString","ScheduleConfiguration","NotificationConfiguration","ScheduledQueryExecutionRoleArn","ErrorReportConfiguration"],"members":{"Name":{},"QueryString":{"shape":"S7"},"ScheduleConfiguration":{"shape":"S8"},"NotificationConfiguration":{"shape":"Sa"},"TargetConfiguration":{"shape":"Sd"},"ClientToken":{"shape":"Sr","idempotencyToken":true},"ScheduledQueryExecutionRoleArn":{},"Tags":{"shape":"Ss"},"KmsKeyId":{},"ErrorReportConfiguration":{"shape":"Sx"}}},"output":{"type":"structure","required":["Arn"],"members":{"Arn":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"DeleteScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn"],"members":{"ScheduledQueryArn":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"DescribeEndpoints":{"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["Address","CachePeriodInMinutes"],"members":{"Address":{},"CachePeriodInMinutes":{"type":"long"}}}}}},"endpointoperation":true},"DescribeScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn"],"members":{"ScheduledQueryArn":{}}},"output":{"type":"structure","required":["ScheduledQuery"],"members":{"ScheduledQuery":{"type":"structure","required":["Arn","Name","QueryString","State","ScheduleConfiguration","NotificationConfiguration"],"members":{"Arn":{},"Name":{},"QueryString":{"shape":"S7"},"CreationTime":{"type":"timestamp"},"State":{},"PreviousInvocationTime":{"type":"timestamp"},"NextInvocationTime":{"type":"timestamp"},"ScheduleConfiguration":{"shape":"S8"},"NotificationConfiguration":{"shape":"Sa"},"TargetConfiguration":{"shape":"Sd"},"ScheduledQueryExecutionRoleArn":{},"KmsKeyId":{},"ErrorReportConfiguration":{"shape":"Sx"},"LastRunSummary":{"shape":"S1e"},"RecentlyFailedRuns":{"type":"list","member":{"shape":"S1e"}}}}}},"endpointdiscovery":{"required":true}},"ExecuteScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn","InvocationTime"],"members":{"ScheduledQueryArn":{},"InvocationTime":{"type":"timestamp"},"ClientToken":{"shape":"Sr","idempotencyToken":true}}},"endpointdiscovery":{"required":true},"idempotent":true},"ListScheduledQueries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["ScheduledQueries"],"members":{"ScheduledQueries":{"type":"list","member":{"type":"structure","required":["Arn","Name","State"],"members":{"Arn":{},"Name":{},"CreationTime":{"type":"timestamp"},"State":{},"PreviousInvocationTime":{"type":"timestamp"},"NextInvocationTime":{"type":"timestamp"},"ErrorReportConfiguration":{"shape":"Sx"},"TargetDestination":{"type":"structure","members":{"TimestreamDestination":{"type":"structure","members":{"DatabaseName":{},"TableName":{}}}}},"LastRunStatus":{}}}},"NextToken":{}}},"endpointdiscovery":{"required":true}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"Ss"},"NextToken":{}}},"endpointdiscovery":{"required":true}},"PrepareQuery":{"input":{"type":"structure","required":["QueryString"],"members":{"QueryString":{"shape":"S7"},"ValidateOnly":{"type":"boolean"}}},"output":{"type":"structure","required":["QueryString","Columns","Parameters"],"members":{"QueryString":{"shape":"S7"},"Columns":{"type":"list","member":{"type":"structure","members":{"Name":{},"Type":{"shape":"S24"},"DatabaseName":{},"TableName":{},"Aliased":{"type":"boolean"}}}},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{"shape":"S24"}}}}}},"endpointdiscovery":{"required":true},"idempotent":true},"Query":{"input":{"type":"structure","required":["QueryString"],"members":{"QueryString":{"shape":"S7"},"ClientToken":{"idempotencyToken":true,"type":"string","sensitive":true},"NextToken":{},"MaxRows":{"type":"integer"}}},"output":{"type":"structure","required":["QueryId","Rows","ColumnInfo"],"members":{"QueryId":{},"NextToken":{},"Rows":{"type":"list","member":{"shape":"S2g"}},"ColumnInfo":{"shape":"S27"},"QueryStatus":{"type":"structure","members":{"ProgressPercentage":{"type":"double"},"CumulativeBytesScanned":{"type":"long"},"CumulativeBytesMetered":{"type":"long"}}}}},"endpointdiscovery":{"required":true},"idempotent":true},"TagResource":{"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{}},"endpointdiscovery":{"required":true}},"UntagResource":{"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpointdiscovery":{"required":true}},"UpdateScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn","State"],"members":{"ScheduledQueryArn":{},"State":{}}},"endpointdiscovery":{"required":true}}},"shapes":{"S7":{"type":"string","sensitive":true},"S8":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{}}},"Sa":{"type":"structure","required":["SnsConfiguration"],"members":{"SnsConfiguration":{"type":"structure","required":["TopicArn"],"members":{"TopicArn":{}}}}},"Sd":{"type":"structure","required":["TimestreamConfiguration"],"members":{"TimestreamConfiguration":{"type":"structure","required":["DatabaseName","TableName","TimeColumn","DimensionMappings"],"members":{"DatabaseName":{},"TableName":{},"TimeColumn":{},"DimensionMappings":{"type":"list","member":{"type":"structure","required":["Name","DimensionValueType"],"members":{"Name":{},"DimensionValueType":{}}}},"MultiMeasureMappings":{"type":"structure","required":["MultiMeasureAttributeMappings"],"members":{"TargetMultiMeasureName":{},"MultiMeasureAttributeMappings":{"shape":"Sl"}}},"MixedMeasureMappings":{"type":"list","member":{"type":"structure","required":["MeasureValueType"],"members":{"MeasureName":{},"SourceColumn":{},"TargetMeasureName":{},"MeasureValueType":{},"MultiMeasureAttributeMappings":{"shape":"Sl"}}}},"MeasureNameColumn":{}}}}},"Sl":{"type":"list","member":{"type":"structure","required":["SourceColumn","MeasureValueType"],"members":{"SourceColumn":{},"TargetMultiMeasureAttributeName":{},"MeasureValueType":{}}}},"Sr":{"type":"string","sensitive":true},"Ss":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sx":{"type":"structure","required":["S3Configuration"],"members":{"S3Configuration":{"type":"structure","required":["BucketName"],"members":{"BucketName":{},"ObjectKeyPrefix":{},"EncryptionOption":{}}}}},"S1e":{"type":"structure","members":{"InvocationTime":{"type":"timestamp"},"TriggerTime":{"type":"timestamp"},"RunStatus":{},"ExecutionStats":{"type":"structure","members":{"ExecutionTimeInMillis":{"type":"long"},"DataWrites":{"type":"long"},"BytesMetered":{"type":"long"},"RecordsIngested":{"type":"long"},"QueryResultRows":{"type":"long"}}},"ErrorReportLocation":{"type":"structure","members":{"S3ReportLocation":{"type":"structure","members":{"BucketName":{},"ObjectKey":{}}}}},"FailureReason":{}}},"S24":{"type":"structure","members":{"ScalarType":{},"ArrayColumnInfo":{"shape":"S26"},"TimeSeriesMeasureValueColumnInfo":{"shape":"S26"},"RowColumnInfo":{"shape":"S27"}}},"S26":{"type":"structure","required":["Type"],"members":{"Name":{},"Type":{"shape":"S24"}}},"S27":{"type":"list","member":{"shape":"S26"}},"S2g":{"type":"structure","required":["Data"],"members":{"Data":{"shape":"S2h"}}},"S2h":{"type":"list","member":{"shape":"S2i"}},"S2i":{"type":"structure","members":{"ScalarValue":{},"TimeSeriesValue":{"type":"list","member":{"type":"structure","required":["Time","Value"],"members":{"Time":{},"Value":{"shape":"S2i"}}}},"ArrayValue":{"shape":"S2h"},"RowValue":{"shape":"S2g"},"NullValue":{"type":"boolean"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-11-01","endpointPrefix":"query.timestream","jsonVersion":"1.0","protocol":"json","protocols":["json"],"serviceAbbreviation":"Timestream Query","serviceFullName":"Amazon Timestream Query","serviceId":"Timestream Query","signatureVersion":"v4","signingName":"timestream","targetPrefix":"Timestream_20181101","uid":"timestream-query-2018-11-01"},"operations":{"CancelQuery":{"input":{"type":"structure","required":["QueryId"],"members":{"QueryId":{}}},"output":{"type":"structure","members":{"CancellationMessage":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"CreateScheduledQuery":{"input":{"type":"structure","required":["Name","QueryString","ScheduleConfiguration","NotificationConfiguration","ScheduledQueryExecutionRoleArn","ErrorReportConfiguration"],"members":{"Name":{},"QueryString":{"shape":"S7"},"ScheduleConfiguration":{"shape":"S8"},"NotificationConfiguration":{"shape":"Sa"},"TargetConfiguration":{"shape":"Sd"},"ClientToken":{"shape":"Sr","idempotencyToken":true},"ScheduledQueryExecutionRoleArn":{},"Tags":{"shape":"Ss"},"KmsKeyId":{},"ErrorReportConfiguration":{"shape":"Sx"}}},"output":{"type":"structure","required":["Arn"],"members":{"Arn":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"DeleteScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn"],"members":{"ScheduledQueryArn":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"DescribeAccountSettings":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"MaxQueryTCU":{"type":"integer"},"QueryPricingModel":{}}},"endpointdiscovery":{"required":true}},"DescribeEndpoints":{"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["Address","CachePeriodInMinutes"],"members":{"Address":{},"CachePeriodInMinutes":{"type":"long"}}}}}},"endpointoperation":true},"DescribeScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn"],"members":{"ScheduledQueryArn":{}}},"output":{"type":"structure","required":["ScheduledQuery"],"members":{"ScheduledQuery":{"type":"structure","required":["Arn","Name","QueryString","State","ScheduleConfiguration","NotificationConfiguration"],"members":{"Arn":{},"Name":{},"QueryString":{"shape":"S7"},"CreationTime":{"type":"timestamp"},"State":{},"PreviousInvocationTime":{"type":"timestamp"},"NextInvocationTime":{"type":"timestamp"},"ScheduleConfiguration":{"shape":"S8"},"NotificationConfiguration":{"shape":"Sa"},"TargetConfiguration":{"shape":"Sd"},"ScheduledQueryExecutionRoleArn":{},"KmsKeyId":{},"ErrorReportConfiguration":{"shape":"Sx"},"LastRunSummary":{"shape":"S1i"},"RecentlyFailedRuns":{"type":"list","member":{"shape":"S1i"}}}}}},"endpointdiscovery":{"required":true}},"ExecuteScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn","InvocationTime"],"members":{"ScheduledQueryArn":{},"InvocationTime":{"type":"timestamp"},"ClientToken":{"shape":"Sr","idempotencyToken":true}}},"endpointdiscovery":{"required":true},"idempotent":true},"ListScheduledQueries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["ScheduledQueries"],"members":{"ScheduledQueries":{"type":"list","member":{"type":"structure","required":["Arn","Name","State"],"members":{"Arn":{},"Name":{},"CreationTime":{"type":"timestamp"},"State":{},"PreviousInvocationTime":{"type":"timestamp"},"NextInvocationTime":{"type":"timestamp"},"ErrorReportConfiguration":{"shape":"Sx"},"TargetDestination":{"type":"structure","members":{"TimestreamDestination":{"type":"structure","members":{"DatabaseName":{},"TableName":{}}}}},"LastRunStatus":{}}}},"NextToken":{}}},"endpointdiscovery":{"required":true}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"Ss"},"NextToken":{}}},"endpointdiscovery":{"required":true}},"PrepareQuery":{"input":{"type":"structure","required":["QueryString"],"members":{"QueryString":{"shape":"S7"},"ValidateOnly":{"type":"boolean"}}},"output":{"type":"structure","required":["QueryString","Columns","Parameters"],"members":{"QueryString":{"shape":"S7"},"Columns":{"type":"list","member":{"type":"structure","members":{"Name":{},"Type":{"shape":"S28"},"DatabaseName":{},"TableName":{},"Aliased":{"type":"boolean"}}}},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{"shape":"S28"}}}}}},"endpointdiscovery":{"required":true},"idempotent":true},"Query":{"input":{"type":"structure","required":["QueryString"],"members":{"QueryString":{"shape":"S7"},"ClientToken":{"idempotencyToken":true,"type":"string","sensitive":true},"NextToken":{},"MaxRows":{"type":"integer"}}},"output":{"type":"structure","required":["QueryId","Rows","ColumnInfo"],"members":{"QueryId":{},"NextToken":{},"Rows":{"type":"list","member":{"shape":"S2k"}},"ColumnInfo":{"shape":"S2b"},"QueryStatus":{"type":"structure","members":{"ProgressPercentage":{"type":"double"},"CumulativeBytesScanned":{"type":"long"},"CumulativeBytesMetered":{"type":"long"}}}}},"endpointdiscovery":{"required":true},"idempotent":true},"TagResource":{"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{}},"endpointdiscovery":{"required":true}},"UntagResource":{"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpointdiscovery":{"required":true}},"UpdateAccountSettings":{"input":{"type":"structure","members":{"MaxQueryTCU":{"type":"integer"},"QueryPricingModel":{}}},"output":{"type":"structure","members":{"MaxQueryTCU":{"type":"integer"},"QueryPricingModel":{}}},"endpointdiscovery":{"required":true},"idempotent":true},"UpdateScheduledQuery":{"input":{"type":"structure","required":["ScheduledQueryArn","State"],"members":{"ScheduledQueryArn":{},"State":{}}},"endpointdiscovery":{"required":true}}},"shapes":{"S7":{"type":"string","sensitive":true},"S8":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{}}},"Sa":{"type":"structure","required":["SnsConfiguration"],"members":{"SnsConfiguration":{"type":"structure","required":["TopicArn"],"members":{"TopicArn":{}}}}},"Sd":{"type":"structure","required":["TimestreamConfiguration"],"members":{"TimestreamConfiguration":{"type":"structure","required":["DatabaseName","TableName","TimeColumn","DimensionMappings"],"members":{"DatabaseName":{},"TableName":{},"TimeColumn":{},"DimensionMappings":{"type":"list","member":{"type":"structure","required":["Name","DimensionValueType"],"members":{"Name":{},"DimensionValueType":{}}}},"MultiMeasureMappings":{"type":"structure","required":["MultiMeasureAttributeMappings"],"members":{"TargetMultiMeasureName":{},"MultiMeasureAttributeMappings":{"shape":"Sl"}}},"MixedMeasureMappings":{"type":"list","member":{"type":"structure","required":["MeasureValueType"],"members":{"MeasureName":{},"SourceColumn":{},"TargetMeasureName":{},"MeasureValueType":{},"MultiMeasureAttributeMappings":{"shape":"Sl"}}}},"MeasureNameColumn":{}}}}},"Sl":{"type":"list","member":{"type":"structure","required":["SourceColumn","MeasureValueType"],"members":{"SourceColumn":{},"TargetMultiMeasureAttributeName":{},"MeasureValueType":{}}}},"Sr":{"type":"string","sensitive":true},"Ss":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sx":{"type":"structure","required":["S3Configuration"],"members":{"S3Configuration":{"type":"structure","required":["BucketName"],"members":{"BucketName":{},"ObjectKeyPrefix":{},"EncryptionOption":{}}}}},"S1i":{"type":"structure","members":{"InvocationTime":{"type":"timestamp"},"TriggerTime":{"type":"timestamp"},"RunStatus":{},"ExecutionStats":{"type":"structure","members":{"ExecutionTimeInMillis":{"type":"long"},"DataWrites":{"type":"long"},"BytesMetered":{"type":"long"},"CumulativeBytesScanned":{"type":"long"},"RecordsIngested":{"type":"long"},"QueryResultRows":{"type":"long"}}},"ErrorReportLocation":{"type":"structure","members":{"S3ReportLocation":{"type":"structure","members":{"BucketName":{},"ObjectKey":{}}}}},"FailureReason":{}}},"S28":{"type":"structure","members":{"ScalarType":{},"ArrayColumnInfo":{"shape":"S2a"},"TimeSeriesMeasureValueColumnInfo":{"shape":"S2a"},"RowColumnInfo":{"shape":"S2b"}}},"S2a":{"type":"structure","required":["Type"],"members":{"Name":{},"Type":{"shape":"S28"}}},"S2b":{"type":"list","member":{"shape":"S2a"}},"S2k":{"type":"structure","required":["Data"],"members":{"Data":{"shape":"S2l"}}},"S2l":{"type":"list","member":{"shape":"S2m"}},"S2m":{"type":"structure","members":{"ScalarValue":{},"TimeSeriesValue":{"type":"list","member":{"type":"structure","required":["Time","Value"],"members":{"Time":{},"Value":{"shape":"S2m"}}}},"ArrayValue":{"shape":"S2l"},"RowValue":{"shape":"S2k"},"NullValue":{"type":"boolean"}}}}} /***/ }), /* 949 */ @@ -62544,7 +62544,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1141 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-06-08","endpointPrefix":"inspector2","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Inspector2","serviceFullName":"Inspector2","serviceId":"Inspector2","signatureVersion":"v4","signingName":"inspector2","uid":"inspector2-2020-06-08"},"operations":{"AssociateMember":{"http":{"requestUri":"/members/associate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"BatchGetAccountStatus":{"http":{"requestUri":"/status/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","resourceState","state"],"members":{"accountId":{},"resourceState":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"shape":"Sa"},"ecr":{"shape":"Sa"},"lambda":{"shape":"Sa"},"lambdaCode":{"shape":"Sa"}}},"state":{"shape":"Sa"}}}},"failedAccounts":{"shape":"Se"}}}},"BatchGetCodeSnippet":{"http":{"requestUri":"/codesnippet/batchget","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"codeSnippetResults":{"type":"list","member":{"type":"structure","members":{"codeSnippet":{"type":"list","member":{"type":"structure","required":["content","lineNumber"],"members":{"content":{},"lineNumber":{"type":"integer"}}}},"endLine":{"type":"integer"},"findingArn":{},"startLine":{"type":"integer"},"suggestedFixes":{"type":"list","member":{"type":"structure","members":{"code":{},"description":{}}}}}}},"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}}}}},"BatchGetFindingDetails":{"http":{"requestUri":"/findings/details/batch/get","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}},"findingDetails":{"type":"list","member":{"type":"structure","members":{"cisaData":{"shape":"S16"},"cwes":{"shape":"S1a"},"epssScore":{"type":"double"},"evidences":{"type":"list","member":{"type":"structure","members":{"evidenceDetail":{},"evidenceRule":{},"severity":{}}}},"exploitObserved":{"shape":"S1i"},"findingArn":{},"referenceUrls":{"shape":"S1l"},"riskScore":{"type":"integer"},"tools":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}}}}}},"BatchGetFreeTrialInfo":{"http":{"requestUri":"/freetrialinfo/batchget","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts","failedAccounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","freeTrialInfo"],"members":{"accountId":{},"freeTrialInfo":{"type":"list","member":{"type":"structure","required":["end","start","status","type"],"members":{"end":{"type":"timestamp"},"start":{"type":"timestamp"},"status":{},"type":{}}}}}}},"failedAccounts":{"type":"list","member":{"type":"structure","required":["accountId","code","message"],"members":{"accountId":{},"code":{},"message":{}}}}}}},"BatchGetMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"BatchUpdateMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/update","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{"type":"structure","required":["accountId","activateDeepInspection"],"members":{"accountId":{},"activateDeepInspection":{"type":"boolean"}}}}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"CancelFindingsReport":{"http":{"requestUri":"/reporting/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","required":["reportId"],"members":{"reportId":{}}}},"CancelSbomExport":{"http":{"requestUri":"/sbomexport/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"CreateCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/create","responseCode":200},"input":{"type":"structure","required":["scanName","schedule","securityLevel","targets"],"members":{"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"tags":{"shape":"S31"},"targets":{"type":"structure","required":["accountIds","targetResourceTags"],"members":{"accountIds":{"shape":"S35"},"targetResourceTags":{"shape":"S37"}}}}},"output":{"type":"structure","members":{"scanConfigurationArn":{}}}},"CreateFilter":{"http":{"requestUri":"/filters/create","responseCode":200},"input":{"type":"structure","required":["action","filterCriteria","name"],"members":{"action":{},"description":{},"filterCriteria":{"shape":"S3e"},"name":{},"reason":{},"tags":{"shape":"S3x"}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"CreateFindingsReport":{"http":{"requestUri":"/reporting/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"filterCriteria":{"shape":"S3e"},"reportFormat":{},"s3Destination":{"shape":"S42"}}},"output":{"type":"structure","members":{"reportId":{}}}},"CreateSbomExport":{"http":{"requestUri":"/sbomexport/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"reportFormat":{},"resourceFilterCriteria":{"shape":"S46"},"s3Destination":{"shape":"S42"}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"DeleteCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/delete","responseCode":200},"input":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}},"output":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}}},"DeleteFilter":{"http":{"requestUri":"/filters/delete","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"DescribeOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/describe","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"shape":"S4l"},"maxAccountLimitReached":{"type":"boolean"}}}},"Disable":{"http":{"requestUri":"/disable","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S4q"},"failedAccounts":{"shape":"Se"}}}},"DisableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/disable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"Enable":{"http":{"requestUri":"/enable","responseCode":200},"input":{"type":"structure","required":["resourceTypes"],"members":{"accountIds":{"shape":"S5"},"clientToken":{"idempotencyToken":true},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S4q"},"failedAccounts":{"shape":"Se"}}}},"EnableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/enable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"clientToken":{"idempotencyToken":true},"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"GetCisScanReport":{"http":{"requestUri":"/cis/scan/report/get","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"scanArn":{},"targetAccounts":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"status":{},"url":{}}}},"GetCisScanResultDetails":{"http":{"requestUri":"/cis/scan-result/details/get","responseCode":200},"input":{"type":"structure","required":["accountId","scanArn","targetResourceId"],"members":{"accountId":{},"filterCriteria":{"type":"structure","members":{"checkIdFilters":{"shape":"S59"},"findingArnFilters":{"type":"list","member":{"shape":"S5a"}},"findingStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"securityLevelFilters":{"shape":"S5h"},"titleFilters":{"shape":"S5k"}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{},"targetResourceId":{}}},"output":{"type":"structure","members":{"nextToken":{},"scanResultDetails":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"checkDescription":{},"checkId":{},"findingArn":{},"level":{},"platform":{},"remediation":{},"scanArn":{},"status":{},"statusReason":{},"targetResourceId":{},"title":{}}}}}}},"GetConfiguration":{"http":{"requestUri":"/configuration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"ecrConfiguration":{"type":"structure","members":{"rescanDurationState":{"type":"structure","members":{"pullDateRescanDuration":{},"rescanDuration":{},"status":{},"updatedAt":{"type":"timestamp"}}}}}}}},"GetDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"delegatedAdmin":{"type":"structure","members":{"accountId":{},"relationshipStatus":{}}}}}},"GetEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S68"},"packagePaths":{"shape":"S68"},"status":{}}}},"GetEncryptionKey":{"http":{"method":"GET","requestUri":"/encryptionkey/get","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{"location":"querystring","locationName":"resourceType"},"scanType":{"location":"querystring","locationName":"scanType"}}},"output":{"type":"structure","required":["kmsKeyId"],"members":{"kmsKeyId":{}}}},"GetFindingsReportStatus":{"http":{"requestUri":"/reporting/status/get","responseCode":200},"input":{"type":"structure","members":{"reportId":{}}},"output":{"type":"structure","members":{"destination":{"shape":"S42"},"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S3e"},"reportId":{},"status":{}}}},"GetMember":{"http":{"requestUri":"/members/get","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","members":{"member":{"shape":"S6m"}}}},"GetSbomExport":{"http":{"requestUri":"/sbomexport/get","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S46"},"format":{},"reportId":{},"s3Destination":{"shape":"S42"},"status":{}}},"idempotent":true},"ListAccountPermissions":{"http":{"requestUri":"/accountpermissions/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"service":{}}},"output":{"type":"structure","required":["permissions"],"members":{"nextToken":{},"permissions":{"type":"list","member":{"type":"structure","required":["operation","service"],"members":{"operation":{},"service":{}}}}}}},"ListCisScanConfigurations":{"http":{"requestUri":"/cis/scan-configuration/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"type":"structure","members":{"scanConfigurationArnFilters":{"shape":"S6y"},"scanNameFilters":{"shape":"S6z"},"targetResourceTagFilters":{"shape":"S70"}}},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"scanConfigurations":{"type":"list","member":{"type":"structure","required":["scanConfigurationArn"],"members":{"ownerId":{},"scanConfigurationArn":{},"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"tags":{"shape":"S31"},"targets":{"shape":"S79"}}}}}}},"ListCisScanResultsAggregatedByChecks":{"http":{"requestUri":"/cis/scan-result/check/list","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"filterCriteria":{"type":"structure","members":{"accountIdFilters":{"type":"list","member":{"shape":"S5a"}},"checkIdFilters":{"shape":"S59"},"failedResourcesFilters":{"shape":"S7e"},"platformFilters":{"shape":"S7g"},"securityLevelFilters":{"shape":"S5h"},"titleFilters":{"shape":"S5k"}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"checkAggregations":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"checkDescription":{},"checkId":{},"level":{},"platform":{},"scanArn":{},"statusCounts":{"shape":"S7m"},"title":{}}}},"nextToken":{}}}},"ListCisScanResultsAggregatedByTargetResource":{"http":{"requestUri":"/cis/scan-result/resource/list","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"filterCriteria":{"type":"structure","members":{"accountIdFilters":{"shape":"S7p"},"checkIdFilters":{"shape":"S59"},"failedChecksFilters":{"shape":"S7e"},"platformFilters":{"shape":"S7g"},"statusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"targetResourceIdFilters":{"shape":"S7u"},"targetResourceTagFilters":{"shape":"S70"},"targetStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"targetStatusReasonFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"targetResourceAggregations":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"platform":{},"scanArn":{},"statusCounts":{"shape":"S7m"},"targetResourceId":{},"targetResourceTags":{"shape":"S37"},"targetStatus":{},"targetStatusReason":{}}}}}}},"ListCisScans":{"http":{"requestUri":"/cis/scan/list","responseCode":200},"input":{"type":"structure","members":{"detailLevel":{},"filterCriteria":{"type":"structure","members":{"failedChecksFilters":{"shape":"S7e"},"scanArnFilters":{"type":"list","member":{"shape":"S5a"}},"scanAtFilters":{"type":"list","member":{"type":"structure","members":{"earliestScanStartTime":{"type":"timestamp"},"latestScanStartTime":{"type":"timestamp"}}}},"scanConfigurationArnFilters":{"shape":"S6y"},"scanNameFilters":{"shape":"S6z"},"scanStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"scheduledByFilters":{"type":"list","member":{"shape":"S5a"}},"targetAccountIdFilters":{"shape":"S7p"},"targetResourceIdFilters":{"shape":"S7u"},"targetResourceTagFilters":{"shape":"S70"}}},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"scans":{"type":"list","member":{"type":"structure","required":["scanArn","scanConfigurationArn"],"members":{"failedChecks":{"type":"integer"},"scanArn":{},"scanConfigurationArn":{},"scanDate":{"type":"timestamp"},"scanName":{},"scheduledBy":{},"securityLevel":{},"status":{},"targets":{"shape":"S79"},"totalChecks":{"type":"integer"}}}}}}},"ListCoverage":{"http":{"requestUri":"/coverage/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S8n"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"coveredResources":{"type":"list","member":{"type":"structure","required":["accountId","resourceId","resourceType","scanType"],"members":{"accountId":{},"lastScannedAt":{"type":"timestamp"},"resourceId":{},"resourceMetadata":{"type":"structure","members":{"ec2":{"type":"structure","members":{"amiId":{},"platform":{},"tags":{"shape":"S3x"}}},"ecrImage":{"type":"structure","members":{"imagePulledAt":{"type":"timestamp"},"tags":{"type":"list","member":{}}}},"ecrRepository":{"type":"structure","members":{"name":{},"scanFrequency":{}}},"lambdaFunction":{"type":"structure","members":{"functionName":{},"functionTags":{"shape":"S3x"},"layers":{"type":"list","member":{}},"runtime":{}}}}},"resourceType":{},"scanStatus":{"type":"structure","required":["reason","statusCode"],"members":{"reason":{},"statusCode":{}}},"scanType":{}}}},"nextToken":{}}}},"ListCoverageStatistics":{"http":{"requestUri":"/coverage/statistics/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S8n"},"groupBy":{},"nextToken":{}}},"output":{"type":"structure","required":["totalCounts"],"members":{"countsByGroup":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"groupKey":{}}}},"nextToken":{},"totalCounts":{"type":"long"}}}},"ListDelegatedAdminAccounts":{"http":{"requestUri":"/delegatedadminaccounts/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"delegatedAdminAccounts":{"type":"list","member":{"type":"structure","members":{"accountId":{},"status":{}}}},"nextToken":{}}}},"ListFilters":{"http":{"requestUri":"/filters/list","responseCode":200},"input":{"type":"structure","members":{"action":{},"arns":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["action","arn","createdAt","criteria","name","ownerId","updatedAt"],"members":{"action":{},"arn":{},"createdAt":{"type":"timestamp"},"criteria":{"shape":"S3e"},"description":{},"name":{},"ownerId":{},"reason":{},"tags":{"shape":"S3x"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFindingAggregations":{"http":{"requestUri":"/findings/aggregation/list","responseCode":200},"input":{"type":"structure","required":["aggregationType"],"members":{"accountIds":{"shape":"S3f"},"aggregationRequest":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"amiAggregation":{"type":"structure","members":{"amis":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"awsEcrContainerAggregation":{"type":"structure","members":{"architectures":{"shape":"S3f"},"imageShas":{"shape":"S3f"},"imageTags":{"shape":"S3f"},"repositories":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"ec2InstanceAggregation":{"type":"structure","members":{"amis":{"shape":"S3f"},"instanceIds":{"shape":"S3f"},"instanceTags":{"shape":"S3q"},"operatingSystems":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"findingTypeAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"imageLayerAggregation":{"type":"structure","members":{"layerHashes":{"shape":"S3f"},"repositories":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"lambdaFunctionAggregation":{"type":"structure","members":{"functionNames":{"shape":"S3f"},"functionTags":{"shape":"S3q"},"resourceIds":{"shape":"S3f"},"runtimes":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"lambdaLayerAggregation":{"type":"structure","members":{"functionNames":{"shape":"S3f"},"layerArns":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"packageAggregation":{"type":"structure","members":{"packageNames":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"repositoryAggregation":{"type":"structure","members":{"repositories":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"titleAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{},"titles":{"shape":"S3f"},"vulnerabilityIds":{"shape":"S3f"}}}},"union":true},"aggregationType":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["aggregationType"],"members":{"aggregationType":{},"nextToken":{},"responses":{"type":"list","member":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"Sax"}}},"amiAggregation":{"type":"structure","required":["ami"],"members":{"accountId":{},"affectedInstances":{"type":"long"},"ami":{},"severityCounts":{"shape":"Sax"}}},"awsEcrContainerAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"architecture":{},"imageSha":{},"imageTags":{"type":"list","member":{}},"repository":{},"resourceId":{},"severityCounts":{"shape":"Sax"}}},"ec2InstanceAggregation":{"type":"structure","required":["instanceId"],"members":{"accountId":{},"ami":{},"instanceId":{},"instanceTags":{"shape":"S3x"},"networkFindings":{"type":"long"},"operatingSystem":{},"severityCounts":{"shape":"Sax"}}},"findingTypeAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"Sax"}}},"imageLayerAggregation":{"type":"structure","required":["accountId","layerHash","repository","resourceId"],"members":{"accountId":{},"layerHash":{},"repository":{},"resourceId":{},"severityCounts":{"shape":"Sax"}}},"lambdaFunctionAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"functionName":{},"lambdaTags":{"shape":"S3x"},"lastModifiedAt":{"type":"timestamp"},"resourceId":{},"runtime":{},"severityCounts":{"shape":"Sax"}}},"lambdaLayerAggregation":{"type":"structure","required":["accountId","functionName","layerArn","resourceId"],"members":{"accountId":{},"functionName":{},"layerArn":{},"resourceId":{},"severityCounts":{"shape":"Sax"}}},"packageAggregation":{"type":"structure","required":["packageName"],"members":{"accountId":{},"packageName":{},"severityCounts":{"shape":"Sax"}}},"repositoryAggregation":{"type":"structure","required":["repository"],"members":{"accountId":{},"affectedImages":{"type":"long"},"repository":{},"severityCounts":{"shape":"Sax"}}},"titleAggregation":{"type":"structure","required":["title"],"members":{"accountId":{},"severityCounts":{"shape":"Sax"},"title":{},"vulnerabilityId":{}}}},"union":true}}}}},"ListFindings":{"http":{"requestUri":"/findings/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S3e"},"maxResults":{"type":"integer"},"nextToken":{},"sortCriteria":{"type":"structure","required":["field","sortOrder"],"members":{"field":{},"sortOrder":{}}}}},"output":{"type":"structure","members":{"findings":{"type":"list","member":{"type":"structure","required":["awsAccountId","description","findingArn","firstObservedAt","lastObservedAt","remediation","resources","severity","status","type"],"members":{"awsAccountId":{},"codeVulnerabilityDetails":{"type":"structure","required":["cwes","detectorId","detectorName","filePath"],"members":{"cwes":{"type":"list","member":{}},"detectorId":{},"detectorName":{},"detectorTags":{"type":"list","member":{}},"filePath":{"type":"structure","required":["endLine","fileName","filePath","startLine"],"members":{"endLine":{"type":"integer"},"fileName":{},"filePath":{},"startLine":{"type":"integer"}}},"referenceUrls":{"type":"list","member":{}},"ruleId":{},"sourceLambdaLayerArn":{}}},"description":{},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitAvailable":{},"exploitabilityDetails":{"type":"structure","members":{"lastKnownExploitAt":{"type":"timestamp"}}},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"fixAvailable":{},"inspectorScore":{"type":"double"},"inspectorScoreDetails":{"type":"structure","members":{"adjustedCvss":{"type":"structure","required":["score","scoreSource","scoringVector","version"],"members":{"adjustments":{"type":"list","member":{"type":"structure","required":["metric","reason"],"members":{"metric":{},"reason":{}}}},"cvssSource":{},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"lastObservedAt":{"type":"timestamp"},"networkReachabilityDetails":{"type":"structure","required":["networkPath","openPortRange","protocol"],"members":{"networkPath":{"type":"structure","members":{"steps":{"type":"list","member":{"type":"structure","required":["componentId","componentType"],"members":{"componentId":{},"componentType":{}}}}}},"openPortRange":{"type":"structure","required":["begin","end"],"members":{"begin":{"type":"integer"},"end":{"type":"integer"}}},"protocol":{}}},"packageVulnerabilityDetails":{"type":"structure","required":["source","vulnerabilityId"],"members":{"cvss":{"type":"list","member":{"type":"structure","required":["baseScore","scoringVector","source","version"],"members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","required":["name","version"],"members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"fixedInVersion":{},"name":{},"packageManager":{},"release":{},"remediation":{},"sourceLambdaLayerArn":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"Url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","required":["id","type"],"members":{"details":{"type":"structure","members":{"awsEc2Instance":{"type":"structure","members":{"iamInstanceProfileArn":{},"imageId":{},"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}},"keyName":{},"launchedAt":{"type":"timestamp"},"platform":{},"subnetId":{},"type":{},"vpcId":{}}},"awsEcrContainerImage":{"type":"structure","required":["imageHash","registry","repositoryName"],"members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}},"awsLambdaFunction":{"type":"structure","required":["codeSha256","executionRoleArn","functionName","runtime","version"],"members":{"architectures":{"type":"list","member":{}},"codeSha256":{},"executionRoleArn":{},"functionName":{},"lastModifiedAt":{"type":"timestamp"},"layers":{"type":"list","member":{}},"packageType":{},"runtime":{},"version":{},"vpcConfig":{"type":"structure","members":{"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"vpcId":{}}}}}}},"id":{},"partition":{},"region":{},"tags":{"shape":"S3x"},"type":{}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListMembers":{"http":{"requestUri":"/members/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"onlyAssociated":{"type":"boolean"}}},"output":{"type":"structure","members":{"members":{"type":"list","member":{"shape":"S6m"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3x"}}}},"ListUsageTotals":{"http":{"requestUri":"/usage/list","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"totals":{"type":"list","member":{"type":"structure","members":{"accountId":{},"usage":{"type":"list","member":{"type":"structure","members":{"currency":{},"estimatedMonthlyCost":{"type":"double"},"total":{"type":"double"},"type":{}}}}}}}}}},"ResetEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/reset","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SearchVulnerabilities":{"http":{"requestUri":"/vulnerabilities/search","responseCode":200},"input":{"type":"structure","required":["filterCriteria"],"members":{"filterCriteria":{"type":"structure","required":["vulnerabilityIds"],"members":{"vulnerabilityIds":{"type":"list","member":{}}}},"nextToken":{}}},"output":{"type":"structure","required":["vulnerabilities"],"members":{"nextToken":{},"vulnerabilities":{"type":"list","member":{"type":"structure","required":["id"],"members":{"atigData":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"},"targets":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}},"cisaData":{"shape":"S16"},"cvss2":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cvss3":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cwes":{"shape":"S1a"},"description":{},"detectionPlatforms":{"type":"list","member":{}},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitObserved":{"shape":"S1i"},"id":{},"referenceUrls":{"shape":"S1l"},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"}}}}}}},"SendCisSessionHealth":{"http":{"method":"PUT","requestUri":"/cissession/health/send","responseCode":200},"input":{"type":"structure","required":["scanJobId","sessionToken"],"members":{"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SendCisSessionTelemetry":{"http":{"method":"PUT","requestUri":"/cissession/telemetry/send","responseCode":200},"input":{"type":"structure","required":["messages","scanJobId","sessionToken"],"members":{"messages":{"type":"list","member":{"type":"structure","required":["cisRuleDetails","ruleId","status"],"members":{"cisRuleDetails":{"type":"blob"},"ruleId":{},"status":{}}}},"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartCisSession":{"http":{"method":"PUT","requestUri":"/cissession/start","responseCode":200},"input":{"type":"structure","required":["message","scanJobId"],"members":{"message":{"type":"structure","required":["sessionToken"],"members":{"sessionToken":{}}},"scanJobId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopCisSession":{"http":{"method":"PUT","requestUri":"/cissession/stop","responseCode":200},"input":{"type":"structure","required":["message","scanJobId","sessionToken"],"members":{"message":{"type":"structure","required":["progress","status"],"members":{"benchmarkProfile":{},"benchmarkVersion":{},"computePlatform":{"type":"structure","members":{"product":{},"vendor":{},"version":{}}},"progress":{"type":"structure","members":{"errorChecks":{"type":"integer"},"failedChecks":{"type":"integer"},"informationalChecks":{"type":"integer"},"notApplicableChecks":{"type":"integer"},"notEvaluatedChecks":{"type":"integer"},"successfulChecks":{"type":"integer"},"totalChecks":{"type":"integer"},"unknownChecks":{"type":"integer"}}},"reason":{},"status":{}}},"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3x"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/update","responseCode":200},"input":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{},"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"targets":{"type":"structure","members":{"accountIds":{"shape":"S35"},"targetResourceTags":{"shape":"S37"}}}}},"output":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}}},"UpdateConfiguration":{"http":{"requestUri":"/configuration/update","responseCode":200},"input":{"type":"structure","required":["ecrConfiguration"],"members":{"ecrConfiguration":{"type":"structure","required":["rescanDuration"],"members":{"pullDateRescanDuration":{},"rescanDuration":{}}}}},"output":{"type":"structure","members":{}}},"UpdateEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/update","responseCode":200},"input":{"type":"structure","members":{"activateDeepInspection":{"type":"boolean"},"packagePaths":{"shape":"S68"}}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S68"},"packagePaths":{"shape":"S68"},"status":{}}}},"UpdateEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/update","responseCode":200},"input":{"type":"structure","required":["kmsKeyId","resourceType","scanType"],"members":{"kmsKeyId":{},"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateFilter":{"http":{"requestUri":"/filters/update","responseCode":200},"input":{"type":"structure","required":["filterArn"],"members":{"action":{},"description":{},"filterArn":{},"filterCriteria":{"shape":"S3e"},"name":{},"reason":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"UpdateOrgEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/org/update","responseCode":200},"input":{"type":"structure","required":["orgPackagePaths"],"members":{"orgPackagePaths":{"shape":"S68"}}},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/update","responseCode":200},"input":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S4l"}}},"output":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S4l"}}}}},"shapes":{"S5":{"type":"list","member":{}},"Sa":{"type":"structure","required":["errorCode","errorMessage","status"],"members":{"errorCode":{},"errorMessage":{},"status":{}}},"Se":{"type":"list","member":{"type":"structure","required":["accountId","errorCode","errorMessage"],"members":{"accountId":{},"errorCode":{},"errorMessage":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"Sg":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{},"ecr":{},"lambda":{},"lambdaCode":{}}},"S16":{"type":"structure","members":{"action":{},"dateAdded":{"type":"timestamp"},"dateDue":{"type":"timestamp"}}},"S1a":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"}}},"S1l":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S29":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"errorMessage":{},"status":{}}}},"S2c":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"ec2ScanStatus":{},"errorMessage":{}}}},"S2q":{"type":"structure","members":{"daily":{"type":"structure","required":["startTime"],"members":{"startTime":{"shape":"S2s"}}},"monthly":{"type":"structure","required":["day","startTime"],"members":{"day":{},"startTime":{"shape":"S2s"}}},"oneTime":{"type":"structure","members":{}},"weekly":{"type":"structure","required":["days","startTime"],"members":{"days":{"type":"list","member":{}},"startTime":{"shape":"S2s"}}}},"union":true},"S2s":{"type":"structure","required":["timeOfDay","timezone"],"members":{"timeOfDay":{},"timezone":{}}},"S31":{"type":"map","key":{},"value":{}},"S35":{"type":"list","member":{}},"S37":{"type":"map","key":{},"value":{"type":"list","member":{}}},"S3e":{"type":"structure","members":{"awsAccountId":{"shape":"S3f"},"codeVulnerabilityDetectorName":{"shape":"S3f"},"codeVulnerabilityDetectorTags":{"shape":"S3f"},"codeVulnerabilityFilePath":{"shape":"S3f"},"componentId":{"shape":"S3f"},"componentType":{"shape":"S3f"},"ec2InstanceImageId":{"shape":"S3f"},"ec2InstanceSubnetId":{"shape":"S3f"},"ec2InstanceVpcId":{"shape":"S3f"},"ecrImageArchitecture":{"shape":"S3f"},"ecrImageHash":{"shape":"S3f"},"ecrImagePushedAt":{"shape":"S3j"},"ecrImageRegistry":{"shape":"S3f"},"ecrImageRepositoryName":{"shape":"S3f"},"ecrImageTags":{"shape":"S3f"},"epssScore":{"shape":"S3l"},"exploitAvailable":{"shape":"S3f"},"findingArn":{"shape":"S3f"},"findingStatus":{"shape":"S3f"},"findingType":{"shape":"S3f"},"firstObservedAt":{"shape":"S3j"},"fixAvailable":{"shape":"S3f"},"inspectorScore":{"shape":"S3l"},"lambdaFunctionExecutionRoleArn":{"shape":"S3f"},"lambdaFunctionLastModifiedAt":{"shape":"S3j"},"lambdaFunctionLayers":{"shape":"S3f"},"lambdaFunctionName":{"shape":"S3f"},"lambdaFunctionRuntime":{"shape":"S3f"},"lastObservedAt":{"shape":"S3j"},"networkProtocol":{"shape":"S3f"},"portRange":{"type":"list","member":{"type":"structure","members":{"beginInclusive":{"type":"integer"},"endInclusive":{"type":"integer"}}}},"relatedVulnerabilities":{"shape":"S3f"},"resourceId":{"shape":"S3f"},"resourceTags":{"shape":"S3q"},"resourceType":{"shape":"S3f"},"severity":{"shape":"S3f"},"title":{"shape":"S3f"},"updatedAt":{"shape":"S3j"},"vendorSeverity":{"shape":"S3f"},"vulnerabilityId":{"shape":"S3f"},"vulnerabilitySource":{"shape":"S3f"},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"architecture":{"shape":"S3g"},"epoch":{"shape":"S3m"},"name":{"shape":"S3g"},"release":{"shape":"S3g"},"sourceLambdaLayerArn":{"shape":"S3g"},"sourceLayerHash":{"shape":"S3g"},"version":{"shape":"S3g"}}}}}},"S3f":{"type":"list","member":{"shape":"S3g"}},"S3g":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S3j":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"S3l":{"type":"list","member":{"shape":"S3m"}},"S3m":{"type":"structure","members":{"lowerInclusive":{"type":"double"},"upperInclusive":{"type":"double"}}},"S3q":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S3x":{"type":"map","key":{},"value":{}},"S42":{"type":"structure","required":["bucketName","kmsKeyArn"],"members":{"bucketName":{},"keyPrefix":{},"kmsKeyArn":{}}},"S46":{"type":"structure","members":{"accountId":{"shape":"S47"},"ec2InstanceTags":{"shape":"S4b"},"ecrImageTags":{"shape":"S47"},"ecrRepositoryName":{"shape":"S47"},"lambdaFunctionName":{"shape":"S47"},"lambdaFunctionTags":{"shape":"S4b"},"resourceId":{"shape":"S47"},"resourceType":{"shape":"S47"}}},"S47":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S4b":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S4l":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"type":"boolean"},"ecr":{"type":"boolean"},"lambda":{"type":"boolean"},"lambdaCode":{"type":"boolean"}}},"S4q":{"type":"list","member":{"type":"structure","required":["accountId","resourceStatus","status"],"members":{"accountId":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"S59":{"type":"list","member":{"shape":"S5a"}},"S5a":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S5h":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S5k":{"type":"list","member":{"shape":"S5a"}},"S68":{"type":"list","member":{}},"S6m":{"type":"structure","members":{"accountId":{},"delegatedAdminAccountId":{},"relationshipStatus":{},"updatedAt":{"type":"timestamp"}}},"S6y":{"type":"list","member":{"shape":"S5a"}},"S6z":{"type":"list","member":{"shape":"S5a"}},"S70":{"type":"list","member":{"type":"structure","required":["comparison","key","value"],"members":{"comparison":{},"key":{},"value":{}}}},"S79":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"targetResourceTags":{"shape":"S37"}}},"S7e":{"type":"list","member":{"type":"structure","members":{"lowerInclusive":{"type":"integer"},"upperInclusive":{"type":"integer"}}}},"S7g":{"type":"list","member":{"shape":"S5a"}},"S7m":{"type":"structure","members":{"failed":{"type":"integer"},"passed":{"type":"integer"},"skipped":{"type":"integer"}}},"S7p":{"type":"list","member":{"shape":"S5a"}},"S7u":{"type":"list","member":{"shape":"S5a"}},"S8n":{"type":"structure","members":{"accountId":{"shape":"S8o"},"ec2InstanceTags":{"shape":"S8s"},"ecrImageTags":{"shape":"S8o"},"ecrRepositoryName":{"shape":"S8o"},"imagePulledAt":{"shape":"S8v"},"lambdaFunctionName":{"shape":"S8o"},"lambdaFunctionRuntime":{"shape":"S8o"},"lambdaFunctionTags":{"shape":"S8s"},"lastScannedAt":{"shape":"S8v"},"resourceId":{"shape":"S8o"},"resourceType":{"shape":"S8o"},"scanStatusCode":{"shape":"S8o"},"scanStatusReason":{"shape":"S8o"},"scanType":{"shape":"S8o"}}},"S8o":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S8s":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S8v":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"Sax":{"type":"structure","members":{"all":{"type":"long"},"critical":{"type":"long"},"high":{"type":"long"},"medium":{"type":"long"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-06-08","endpointPrefix":"inspector2","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Inspector2","serviceFullName":"Inspector2","serviceId":"Inspector2","signatureVersion":"v4","signingName":"inspector2","uid":"inspector2-2020-06-08"},"operations":{"AssociateMember":{"http":{"requestUri":"/members/associate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"BatchGetAccountStatus":{"http":{"requestUri":"/status/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","resourceState","state"],"members":{"accountId":{},"resourceState":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"shape":"Sa"},"ecr":{"shape":"Sa"},"lambda":{"shape":"Sa"},"lambdaCode":{"shape":"Sa"}}},"state":{"shape":"Sa"}}}},"failedAccounts":{"shape":"Se"}}}},"BatchGetCodeSnippet":{"http":{"requestUri":"/codesnippet/batchget","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"codeSnippetResults":{"type":"list","member":{"type":"structure","members":{"codeSnippet":{"type":"list","member":{"type":"structure","required":["content","lineNumber"],"members":{"content":{},"lineNumber":{"type":"integer"}}}},"endLine":{"type":"integer"},"findingArn":{},"startLine":{"type":"integer"},"suggestedFixes":{"type":"list","member":{"type":"structure","members":{"code":{},"description":{}}}}}}},"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}}}}},"BatchGetFindingDetails":{"http":{"requestUri":"/findings/details/batch/get","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}},"findingDetails":{"type":"list","member":{"type":"structure","members":{"cisaData":{"shape":"S16"},"cwes":{"shape":"S1a"},"epssScore":{"type":"double"},"evidences":{"type":"list","member":{"type":"structure","members":{"evidenceDetail":{},"evidenceRule":{},"severity":{}}}},"exploitObserved":{"shape":"S1i"},"findingArn":{},"referenceUrls":{"shape":"S1l"},"riskScore":{"type":"integer"},"tools":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}}}}}},"BatchGetFreeTrialInfo":{"http":{"requestUri":"/freetrialinfo/batchget","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts","failedAccounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","freeTrialInfo"],"members":{"accountId":{},"freeTrialInfo":{"type":"list","member":{"type":"structure","required":["end","start","status","type"],"members":{"end":{"type":"timestamp"},"start":{"type":"timestamp"},"status":{},"type":{}}}}}}},"failedAccounts":{"type":"list","member":{"type":"structure","required":["accountId","code","message"],"members":{"accountId":{},"code":{},"message":{}}}}}}},"BatchGetMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"BatchUpdateMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/update","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{"type":"structure","required":["accountId","activateDeepInspection"],"members":{"accountId":{},"activateDeepInspection":{"type":"boolean"}}}}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"CancelFindingsReport":{"http":{"requestUri":"/reporting/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","required":["reportId"],"members":{"reportId":{}}}},"CancelSbomExport":{"http":{"requestUri":"/sbomexport/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"CreateCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/create","responseCode":200},"input":{"type":"structure","required":["scanName","schedule","securityLevel","targets"],"members":{"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"tags":{"shape":"S31"},"targets":{"type":"structure","required":["accountIds","targetResourceTags"],"members":{"accountIds":{"shape":"S35"},"targetResourceTags":{"shape":"S37"}}}}},"output":{"type":"structure","members":{"scanConfigurationArn":{}}}},"CreateFilter":{"http":{"requestUri":"/filters/create","responseCode":200},"input":{"type":"structure","required":["action","filterCriteria","name"],"members":{"action":{},"description":{},"filterCriteria":{"shape":"S3e"},"name":{},"reason":{},"tags":{"shape":"S3x"}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"CreateFindingsReport":{"http":{"requestUri":"/reporting/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"filterCriteria":{"shape":"S3e"},"reportFormat":{},"s3Destination":{"shape":"S42"}}},"output":{"type":"structure","members":{"reportId":{}}}},"CreateSbomExport":{"http":{"requestUri":"/sbomexport/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"reportFormat":{},"resourceFilterCriteria":{"shape":"S46"},"s3Destination":{"shape":"S42"}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"DeleteCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/delete","responseCode":200},"input":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}},"output":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}}},"DeleteFilter":{"http":{"requestUri":"/filters/delete","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"DescribeOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/describe","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"shape":"S4l"},"maxAccountLimitReached":{"type":"boolean"}}}},"Disable":{"http":{"requestUri":"/disable","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S4q"},"failedAccounts":{"shape":"Se"}}}},"DisableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/disable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"Enable":{"http":{"requestUri":"/enable","responseCode":200},"input":{"type":"structure","required":["resourceTypes"],"members":{"accountIds":{"shape":"S5"},"clientToken":{"idempotencyToken":true},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S4q"},"failedAccounts":{"shape":"Se"}}}},"EnableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/enable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"clientToken":{"idempotencyToken":true},"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"GetCisScanReport":{"http":{"requestUri":"/cis/scan/report/get","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"scanArn":{},"targetAccounts":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"status":{},"url":{}}}},"GetCisScanResultDetails":{"http":{"requestUri":"/cis/scan-result/details/get","responseCode":200},"input":{"type":"structure","required":["accountId","scanArn","targetResourceId"],"members":{"accountId":{},"filterCriteria":{"type":"structure","members":{"checkIdFilters":{"shape":"S59"},"findingArnFilters":{"type":"list","member":{"shape":"S5a"}},"findingStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"securityLevelFilters":{"shape":"S5h"},"titleFilters":{"shape":"S5k"}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{},"targetResourceId":{}}},"output":{"type":"structure","members":{"nextToken":{},"scanResultDetails":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"checkDescription":{},"checkId":{},"findingArn":{},"level":{},"platform":{},"remediation":{},"scanArn":{},"status":{},"statusReason":{},"targetResourceId":{},"title":{}}}}}}},"GetConfiguration":{"http":{"requestUri":"/configuration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"ec2Configuration":{"type":"structure","members":{"scanModeState":{"type":"structure","members":{"scanMode":{},"scanModeStatus":{}}}}},"ecrConfiguration":{"type":"structure","members":{"rescanDurationState":{"type":"structure","members":{"pullDateRescanDuration":{},"rescanDuration":{},"status":{},"updatedAt":{"type":"timestamp"}}}}}}}},"GetDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"delegatedAdmin":{"type":"structure","members":{"accountId":{},"relationshipStatus":{}}}}}},"GetEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S6c"},"packagePaths":{"shape":"S6c"},"status":{}}}},"GetEncryptionKey":{"http":{"method":"GET","requestUri":"/encryptionkey/get","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{"location":"querystring","locationName":"resourceType"},"scanType":{"location":"querystring","locationName":"scanType"}}},"output":{"type":"structure","required":["kmsKeyId"],"members":{"kmsKeyId":{}}}},"GetFindingsReportStatus":{"http":{"requestUri":"/reporting/status/get","responseCode":200},"input":{"type":"structure","members":{"reportId":{}}},"output":{"type":"structure","members":{"destination":{"shape":"S42"},"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S3e"},"reportId":{},"status":{}}}},"GetMember":{"http":{"requestUri":"/members/get","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","members":{"member":{"shape":"S6q"}}}},"GetSbomExport":{"http":{"requestUri":"/sbomexport/get","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S46"},"format":{},"reportId":{},"s3Destination":{"shape":"S42"},"status":{}}},"idempotent":true},"ListAccountPermissions":{"http":{"requestUri":"/accountpermissions/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"service":{}}},"output":{"type":"structure","required":["permissions"],"members":{"nextToken":{},"permissions":{"type":"list","member":{"type":"structure","required":["operation","service"],"members":{"operation":{},"service":{}}}}}}},"ListCisScanConfigurations":{"http":{"requestUri":"/cis/scan-configuration/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"type":"structure","members":{"scanConfigurationArnFilters":{"shape":"S72"},"scanNameFilters":{"shape":"S73"},"targetResourceTagFilters":{"shape":"S74"}}},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"scanConfigurations":{"type":"list","member":{"type":"structure","required":["scanConfigurationArn"],"members":{"ownerId":{},"scanConfigurationArn":{},"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"tags":{"shape":"S31"},"targets":{"shape":"S7d"}}}}}}},"ListCisScanResultsAggregatedByChecks":{"http":{"requestUri":"/cis/scan-result/check/list","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"filterCriteria":{"type":"structure","members":{"accountIdFilters":{"type":"list","member":{"shape":"S5a"}},"checkIdFilters":{"shape":"S59"},"failedResourcesFilters":{"shape":"S7i"},"platformFilters":{"shape":"S7k"},"securityLevelFilters":{"shape":"S5h"},"titleFilters":{"shape":"S5k"}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"checkAggregations":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"checkDescription":{},"checkId":{},"level":{},"platform":{},"scanArn":{},"statusCounts":{"shape":"S7q"},"title":{}}}},"nextToken":{}}}},"ListCisScanResultsAggregatedByTargetResource":{"http":{"requestUri":"/cis/scan-result/resource/list","responseCode":200},"input":{"type":"structure","required":["scanArn"],"members":{"filterCriteria":{"type":"structure","members":{"accountIdFilters":{"shape":"S7t"},"checkIdFilters":{"shape":"S59"},"failedChecksFilters":{"shape":"S7i"},"platformFilters":{"shape":"S7k"},"statusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"targetResourceIdFilters":{"shape":"S7y"},"targetResourceTagFilters":{"shape":"S74"},"targetStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"targetStatusReasonFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}}}},"maxResults":{"type":"integer"},"nextToken":{},"scanArn":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"targetResourceAggregations":{"type":"list","member":{"type":"structure","required":["scanArn"],"members":{"accountId":{},"platform":{},"scanArn":{},"statusCounts":{"shape":"S7q"},"targetResourceId":{},"targetResourceTags":{"shape":"S37"},"targetStatus":{},"targetStatusReason":{}}}}}}},"ListCisScans":{"http":{"requestUri":"/cis/scan/list","responseCode":200},"input":{"type":"structure","members":{"detailLevel":{},"filterCriteria":{"type":"structure","members":{"failedChecksFilters":{"shape":"S7i"},"scanArnFilters":{"type":"list","member":{"shape":"S5a"}},"scanAtFilters":{"type":"list","member":{"type":"structure","members":{"earliestScanStartTime":{"type":"timestamp"},"latestScanStartTime":{"type":"timestamp"}}}},"scanConfigurationArnFilters":{"shape":"S72"},"scanNameFilters":{"shape":"S73"},"scanStatusFilters":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"scheduledByFilters":{"type":"list","member":{"shape":"S5a"}},"targetAccountIdFilters":{"shape":"S7t"},"targetResourceIdFilters":{"shape":"S7y"},"targetResourceTagFilters":{"shape":"S74"}}},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{},"sortOrder":{}}},"output":{"type":"structure","members":{"nextToken":{},"scans":{"type":"list","member":{"type":"structure","required":["scanArn","scanConfigurationArn"],"members":{"failedChecks":{"type":"integer"},"scanArn":{},"scanConfigurationArn":{},"scanDate":{"type":"timestamp"},"scanName":{},"scheduledBy":{},"securityLevel":{},"status":{},"targets":{"shape":"S7d"},"totalChecks":{"type":"integer"}}}}}}},"ListCoverage":{"http":{"requestUri":"/coverage/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S8r"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"coveredResources":{"type":"list","member":{"type":"structure","required":["accountId","resourceId","resourceType","scanType"],"members":{"accountId":{},"lastScannedAt":{"type":"timestamp"},"resourceId":{},"resourceMetadata":{"type":"structure","members":{"ec2":{"type":"structure","members":{"amiId":{},"platform":{},"tags":{"shape":"S3x"}}},"ecrImage":{"type":"structure","members":{"imagePulledAt":{"type":"timestamp"},"tags":{"type":"list","member":{}}}},"ecrRepository":{"type":"structure","members":{"name":{},"scanFrequency":{}}},"lambdaFunction":{"type":"structure","members":{"functionName":{},"functionTags":{"shape":"S3x"},"layers":{"type":"list","member":{}},"runtime":{}}}}},"resourceType":{},"scanMode":{},"scanStatus":{"type":"structure","required":["reason","statusCode"],"members":{"reason":{},"statusCode":{}}},"scanType":{}}}},"nextToken":{}}}},"ListCoverageStatistics":{"http":{"requestUri":"/coverage/statistics/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S8r"},"groupBy":{},"nextToken":{}}},"output":{"type":"structure","required":["totalCounts"],"members":{"countsByGroup":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"groupKey":{}}}},"nextToken":{},"totalCounts":{"type":"long"}}}},"ListDelegatedAdminAccounts":{"http":{"requestUri":"/delegatedadminaccounts/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"delegatedAdminAccounts":{"type":"list","member":{"type":"structure","members":{"accountId":{},"status":{}}}},"nextToken":{}}}},"ListFilters":{"http":{"requestUri":"/filters/list","responseCode":200},"input":{"type":"structure","members":{"action":{},"arns":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["action","arn","createdAt","criteria","name","ownerId","updatedAt"],"members":{"action":{},"arn":{},"createdAt":{"type":"timestamp"},"criteria":{"shape":"S3e"},"description":{},"name":{},"ownerId":{},"reason":{},"tags":{"shape":"S3x"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFindingAggregations":{"http":{"requestUri":"/findings/aggregation/list","responseCode":200},"input":{"type":"structure","required":["aggregationType"],"members":{"accountIds":{"shape":"S3f"},"aggregationRequest":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"amiAggregation":{"type":"structure","members":{"amis":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"awsEcrContainerAggregation":{"type":"structure","members":{"architectures":{"shape":"S3f"},"imageShas":{"shape":"S3f"},"imageTags":{"shape":"S3f"},"repositories":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"ec2InstanceAggregation":{"type":"structure","members":{"amis":{"shape":"S3f"},"instanceIds":{"shape":"S3f"},"instanceTags":{"shape":"S3q"},"operatingSystems":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"findingTypeAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"imageLayerAggregation":{"type":"structure","members":{"layerHashes":{"shape":"S3f"},"repositories":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"lambdaFunctionAggregation":{"type":"structure","members":{"functionNames":{"shape":"S3f"},"functionTags":{"shape":"S3q"},"resourceIds":{"shape":"S3f"},"runtimes":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"lambdaLayerAggregation":{"type":"structure","members":{"functionNames":{"shape":"S3f"},"layerArns":{"shape":"S3f"},"resourceIds":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"packageAggregation":{"type":"structure","members":{"packageNames":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"repositoryAggregation":{"type":"structure","members":{"repositories":{"shape":"S3f"},"sortBy":{},"sortOrder":{}}},"titleAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{},"titles":{"shape":"S3f"},"vulnerabilityIds":{"shape":"S3f"}}}},"union":true},"aggregationType":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["aggregationType"],"members":{"aggregationType":{},"nextToken":{},"responses":{"type":"list","member":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"Sb2"}}},"amiAggregation":{"type":"structure","required":["ami"],"members":{"accountId":{},"affectedInstances":{"type":"long"},"ami":{},"severityCounts":{"shape":"Sb2"}}},"awsEcrContainerAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"architecture":{},"imageSha":{},"imageTags":{"type":"list","member":{}},"repository":{},"resourceId":{},"severityCounts":{"shape":"Sb2"}}},"ec2InstanceAggregation":{"type":"structure","required":["instanceId"],"members":{"accountId":{},"ami":{},"instanceId":{},"instanceTags":{"shape":"S3x"},"networkFindings":{"type":"long"},"operatingSystem":{},"severityCounts":{"shape":"Sb2"}}},"findingTypeAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"Sb2"}}},"imageLayerAggregation":{"type":"structure","required":["accountId","layerHash","repository","resourceId"],"members":{"accountId":{},"layerHash":{},"repository":{},"resourceId":{},"severityCounts":{"shape":"Sb2"}}},"lambdaFunctionAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"functionName":{},"lambdaTags":{"shape":"S3x"},"lastModifiedAt":{"type":"timestamp"},"resourceId":{},"runtime":{},"severityCounts":{"shape":"Sb2"}}},"lambdaLayerAggregation":{"type":"structure","required":["accountId","functionName","layerArn","resourceId"],"members":{"accountId":{},"functionName":{},"layerArn":{},"resourceId":{},"severityCounts":{"shape":"Sb2"}}},"packageAggregation":{"type":"structure","required":["packageName"],"members":{"accountId":{},"packageName":{},"severityCounts":{"shape":"Sb2"}}},"repositoryAggregation":{"type":"structure","required":["repository"],"members":{"accountId":{},"affectedImages":{"type":"long"},"repository":{},"severityCounts":{"shape":"Sb2"}}},"titleAggregation":{"type":"structure","required":["title"],"members":{"accountId":{},"severityCounts":{"shape":"Sb2"},"title":{},"vulnerabilityId":{}}}},"union":true}}}}},"ListFindings":{"http":{"requestUri":"/findings/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S3e"},"maxResults":{"type":"integer"},"nextToken":{},"sortCriteria":{"type":"structure","required":["field","sortOrder"],"members":{"field":{},"sortOrder":{}}}}},"output":{"type":"structure","members":{"findings":{"type":"list","member":{"type":"structure","required":["awsAccountId","description","findingArn","firstObservedAt","lastObservedAt","remediation","resources","severity","status","type"],"members":{"awsAccountId":{},"codeVulnerabilityDetails":{"type":"structure","required":["cwes","detectorId","detectorName","filePath"],"members":{"cwes":{"type":"list","member":{}},"detectorId":{},"detectorName":{},"detectorTags":{"type":"list","member":{}},"filePath":{"type":"structure","required":["endLine","fileName","filePath","startLine"],"members":{"endLine":{"type":"integer"},"fileName":{},"filePath":{},"startLine":{"type":"integer"}}},"referenceUrls":{"type":"list","member":{}},"ruleId":{},"sourceLambdaLayerArn":{}}},"description":{},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitAvailable":{},"exploitabilityDetails":{"type":"structure","members":{"lastKnownExploitAt":{"type":"timestamp"}}},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"fixAvailable":{},"inspectorScore":{"type":"double"},"inspectorScoreDetails":{"type":"structure","members":{"adjustedCvss":{"type":"structure","required":["score","scoreSource","scoringVector","version"],"members":{"adjustments":{"type":"list","member":{"type":"structure","required":["metric","reason"],"members":{"metric":{},"reason":{}}}},"cvssSource":{},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"lastObservedAt":{"type":"timestamp"},"networkReachabilityDetails":{"type":"structure","required":["networkPath","openPortRange","protocol"],"members":{"networkPath":{"type":"structure","members":{"steps":{"type":"list","member":{"type":"structure","required":["componentId","componentType"],"members":{"componentId":{},"componentType":{}}}}}},"openPortRange":{"type":"structure","required":["begin","end"],"members":{"begin":{"type":"integer"},"end":{"type":"integer"}}},"protocol":{}}},"packageVulnerabilityDetails":{"type":"structure","required":["source","vulnerabilityId"],"members":{"cvss":{"type":"list","member":{"type":"structure","required":["baseScore","scoringVector","source","version"],"members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","required":["name","version"],"members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"fixedInVersion":{},"name":{},"packageManager":{},"release":{},"remediation":{},"sourceLambdaLayerArn":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"Url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","required":["id","type"],"members":{"details":{"type":"structure","members":{"awsEc2Instance":{"type":"structure","members":{"iamInstanceProfileArn":{},"imageId":{},"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}},"keyName":{},"launchedAt":{"type":"timestamp"},"platform":{},"subnetId":{},"type":{},"vpcId":{}}},"awsEcrContainerImage":{"type":"structure","required":["imageHash","registry","repositoryName"],"members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}},"awsLambdaFunction":{"type":"structure","required":["codeSha256","executionRoleArn","functionName","runtime","version"],"members":{"architectures":{"type":"list","member":{}},"codeSha256":{},"executionRoleArn":{},"functionName":{},"lastModifiedAt":{"type":"timestamp"},"layers":{"type":"list","member":{}},"packageType":{},"runtime":{},"version":{},"vpcConfig":{"type":"structure","members":{"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"vpcId":{}}}}}}},"id":{},"partition":{},"region":{},"tags":{"shape":"S3x"},"type":{}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListMembers":{"http":{"requestUri":"/members/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"onlyAssociated":{"type":"boolean"}}},"output":{"type":"structure","members":{"members":{"type":"list","member":{"shape":"S6q"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3x"}}}},"ListUsageTotals":{"http":{"requestUri":"/usage/list","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"totals":{"type":"list","member":{"type":"structure","members":{"accountId":{},"usage":{"type":"list","member":{"type":"structure","members":{"currency":{},"estimatedMonthlyCost":{"type":"double"},"total":{"type":"double"},"type":{}}}}}}}}}},"ResetEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/reset","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SearchVulnerabilities":{"http":{"requestUri":"/vulnerabilities/search","responseCode":200},"input":{"type":"structure","required":["filterCriteria"],"members":{"filterCriteria":{"type":"structure","required":["vulnerabilityIds"],"members":{"vulnerabilityIds":{"type":"list","member":{}}}},"nextToken":{}}},"output":{"type":"structure","required":["vulnerabilities"],"members":{"nextToken":{},"vulnerabilities":{"type":"list","member":{"type":"structure","required":["id"],"members":{"atigData":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"},"targets":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}},"cisaData":{"shape":"S16"},"cvss2":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cvss3":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cwes":{"shape":"S1a"},"description":{},"detectionPlatforms":{"type":"list","member":{}},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitObserved":{"shape":"S1i"},"id":{},"referenceUrls":{"shape":"S1l"},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"}}}}}}},"SendCisSessionHealth":{"http":{"method":"PUT","requestUri":"/cissession/health/send","responseCode":200},"input":{"type":"structure","required":["scanJobId","sessionToken"],"members":{"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SendCisSessionTelemetry":{"http":{"method":"PUT","requestUri":"/cissession/telemetry/send","responseCode":200},"input":{"type":"structure","required":["messages","scanJobId","sessionToken"],"members":{"messages":{"type":"list","member":{"type":"structure","required":["cisRuleDetails","ruleId","status"],"members":{"cisRuleDetails":{"type":"blob"},"ruleId":{},"status":{}}}},"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartCisSession":{"http":{"method":"PUT","requestUri":"/cissession/start","responseCode":200},"input":{"type":"structure","required":["message","scanJobId"],"members":{"message":{"type":"structure","required":["sessionToken"],"members":{"sessionToken":{}}},"scanJobId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopCisSession":{"http":{"method":"PUT","requestUri":"/cissession/stop","responseCode":200},"input":{"type":"structure","required":["message","scanJobId","sessionToken"],"members":{"message":{"type":"structure","required":["progress","status"],"members":{"benchmarkProfile":{},"benchmarkVersion":{},"computePlatform":{"type":"structure","members":{"product":{},"vendor":{},"version":{}}},"progress":{"type":"structure","members":{"errorChecks":{"type":"integer"},"failedChecks":{"type":"integer"},"informationalChecks":{"type":"integer"},"notApplicableChecks":{"type":"integer"},"notEvaluatedChecks":{"type":"integer"},"successfulChecks":{"type":"integer"},"totalChecks":{"type":"integer"},"unknownChecks":{"type":"integer"}}},"reason":{},"status":{}}},"scanJobId":{},"sessionToken":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3x"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateCisScanConfiguration":{"http":{"requestUri":"/cis/scan-configuration/update","responseCode":200},"input":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{},"scanName":{},"schedule":{"shape":"S2q"},"securityLevel":{},"targets":{"type":"structure","members":{"accountIds":{"shape":"S35"},"targetResourceTags":{"shape":"S37"}}}}},"output":{"type":"structure","required":["scanConfigurationArn"],"members":{"scanConfigurationArn":{}}}},"UpdateConfiguration":{"http":{"requestUri":"/configuration/update","responseCode":200},"input":{"type":"structure","members":{"ec2Configuration":{"type":"structure","required":["scanMode"],"members":{"scanMode":{}}},"ecrConfiguration":{"type":"structure","required":["rescanDuration"],"members":{"pullDateRescanDuration":{},"rescanDuration":{}}}}},"output":{"type":"structure","members":{}}},"UpdateEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/update","responseCode":200},"input":{"type":"structure","members":{"activateDeepInspection":{"type":"boolean"},"packagePaths":{"shape":"S6c"}}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S6c"},"packagePaths":{"shape":"S6c"},"status":{}}}},"UpdateEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/update","responseCode":200},"input":{"type":"structure","required":["kmsKeyId","resourceType","scanType"],"members":{"kmsKeyId":{},"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateFilter":{"http":{"requestUri":"/filters/update","responseCode":200},"input":{"type":"structure","required":["filterArn"],"members":{"action":{},"description":{},"filterArn":{},"filterCriteria":{"shape":"S3e"},"name":{},"reason":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"UpdateOrgEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/org/update","responseCode":200},"input":{"type":"structure","required":["orgPackagePaths"],"members":{"orgPackagePaths":{"shape":"S6c"}}},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/update","responseCode":200},"input":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S4l"}}},"output":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S4l"}}}}},"shapes":{"S5":{"type":"list","member":{}},"Sa":{"type":"structure","required":["errorCode","errorMessage","status"],"members":{"errorCode":{},"errorMessage":{},"status":{}}},"Se":{"type":"list","member":{"type":"structure","required":["accountId","errorCode","errorMessage"],"members":{"accountId":{},"errorCode":{},"errorMessage":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"Sg":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{},"ecr":{},"lambda":{},"lambdaCode":{}}},"S16":{"type":"structure","members":{"action":{},"dateAdded":{"type":"timestamp"},"dateDue":{"type":"timestamp"}}},"S1a":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"}}},"S1l":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S29":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"errorMessage":{},"status":{}}}},"S2c":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"ec2ScanStatus":{},"errorMessage":{}}}},"S2q":{"type":"structure","members":{"daily":{"type":"structure","required":["startTime"],"members":{"startTime":{"shape":"S2s"}}},"monthly":{"type":"structure","required":["day","startTime"],"members":{"day":{},"startTime":{"shape":"S2s"}}},"oneTime":{"type":"structure","members":{}},"weekly":{"type":"structure","required":["days","startTime"],"members":{"days":{"type":"list","member":{}},"startTime":{"shape":"S2s"}}}},"union":true},"S2s":{"type":"structure","required":["timeOfDay","timezone"],"members":{"timeOfDay":{},"timezone":{}}},"S31":{"type":"map","key":{},"value":{}},"S35":{"type":"list","member":{}},"S37":{"type":"map","key":{},"value":{"type":"list","member":{}}},"S3e":{"type":"structure","members":{"awsAccountId":{"shape":"S3f"},"codeVulnerabilityDetectorName":{"shape":"S3f"},"codeVulnerabilityDetectorTags":{"shape":"S3f"},"codeVulnerabilityFilePath":{"shape":"S3f"},"componentId":{"shape":"S3f"},"componentType":{"shape":"S3f"},"ec2InstanceImageId":{"shape":"S3f"},"ec2InstanceSubnetId":{"shape":"S3f"},"ec2InstanceVpcId":{"shape":"S3f"},"ecrImageArchitecture":{"shape":"S3f"},"ecrImageHash":{"shape":"S3f"},"ecrImagePushedAt":{"shape":"S3j"},"ecrImageRegistry":{"shape":"S3f"},"ecrImageRepositoryName":{"shape":"S3f"},"ecrImageTags":{"shape":"S3f"},"epssScore":{"shape":"S3l"},"exploitAvailable":{"shape":"S3f"},"findingArn":{"shape":"S3f"},"findingStatus":{"shape":"S3f"},"findingType":{"shape":"S3f"},"firstObservedAt":{"shape":"S3j"},"fixAvailable":{"shape":"S3f"},"inspectorScore":{"shape":"S3l"},"lambdaFunctionExecutionRoleArn":{"shape":"S3f"},"lambdaFunctionLastModifiedAt":{"shape":"S3j"},"lambdaFunctionLayers":{"shape":"S3f"},"lambdaFunctionName":{"shape":"S3f"},"lambdaFunctionRuntime":{"shape":"S3f"},"lastObservedAt":{"shape":"S3j"},"networkProtocol":{"shape":"S3f"},"portRange":{"type":"list","member":{"type":"structure","members":{"beginInclusive":{"type":"integer"},"endInclusive":{"type":"integer"}}}},"relatedVulnerabilities":{"shape":"S3f"},"resourceId":{"shape":"S3f"},"resourceTags":{"shape":"S3q"},"resourceType":{"shape":"S3f"},"severity":{"shape":"S3f"},"title":{"shape":"S3f"},"updatedAt":{"shape":"S3j"},"vendorSeverity":{"shape":"S3f"},"vulnerabilityId":{"shape":"S3f"},"vulnerabilitySource":{"shape":"S3f"},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"architecture":{"shape":"S3g"},"epoch":{"shape":"S3m"},"name":{"shape":"S3g"},"release":{"shape":"S3g"},"sourceLambdaLayerArn":{"shape":"S3g"},"sourceLayerHash":{"shape":"S3g"},"version":{"shape":"S3g"}}}}}},"S3f":{"type":"list","member":{"shape":"S3g"}},"S3g":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S3j":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"S3l":{"type":"list","member":{"shape":"S3m"}},"S3m":{"type":"structure","members":{"lowerInclusive":{"type":"double"},"upperInclusive":{"type":"double"}}},"S3q":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S3x":{"type":"map","key":{},"value":{}},"S42":{"type":"structure","required":["bucketName","kmsKeyArn"],"members":{"bucketName":{},"keyPrefix":{},"kmsKeyArn":{}}},"S46":{"type":"structure","members":{"accountId":{"shape":"S47"},"ec2InstanceTags":{"shape":"S4b"},"ecrImageTags":{"shape":"S47"},"ecrRepositoryName":{"shape":"S47"},"lambdaFunctionName":{"shape":"S47"},"lambdaFunctionTags":{"shape":"S4b"},"resourceId":{"shape":"S47"},"resourceType":{"shape":"S47"}}},"S47":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S4b":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S4l":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"type":"boolean"},"ecr":{"type":"boolean"},"lambda":{"type":"boolean"},"lambdaCode":{"type":"boolean"}}},"S4q":{"type":"list","member":{"type":"structure","required":["accountId","resourceStatus","status"],"members":{"accountId":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"S59":{"type":"list","member":{"shape":"S5a"}},"S5a":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S5h":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S5k":{"type":"list","member":{"shape":"S5a"}},"S6c":{"type":"list","member":{}},"S6q":{"type":"structure","members":{"accountId":{},"delegatedAdminAccountId":{},"relationshipStatus":{},"updatedAt":{"type":"timestamp"}}},"S72":{"type":"list","member":{"shape":"S5a"}},"S73":{"type":"list","member":{"shape":"S5a"}},"S74":{"type":"list","member":{"type":"structure","required":["comparison","key","value"],"members":{"comparison":{},"key":{},"value":{}}}},"S7d":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"targetResourceTags":{"shape":"S37"}}},"S7i":{"type":"list","member":{"type":"structure","members":{"lowerInclusive":{"type":"integer"},"upperInclusive":{"type":"integer"}}}},"S7k":{"type":"list","member":{"shape":"S5a"}},"S7q":{"type":"structure","members":{"failed":{"type":"integer"},"passed":{"type":"integer"},"skipped":{"type":"integer"}}},"S7t":{"type":"list","member":{"shape":"S5a"}},"S7y":{"type":"list","member":{"shape":"S5a"}},"S8r":{"type":"structure","members":{"accountId":{"shape":"S8s"},"ec2InstanceTags":{"shape":"S8w"},"ecrImageTags":{"shape":"S8s"},"ecrRepositoryName":{"shape":"S8s"},"imagePulledAt":{"shape":"S8z"},"lambdaFunctionName":{"shape":"S8s"},"lambdaFunctionRuntime":{"shape":"S8s"},"lambdaFunctionTags":{"shape":"S8w"},"lastScannedAt":{"shape":"S8z"},"resourceId":{"shape":"S8s"},"resourceType":{"shape":"S8s"},"scanMode":{"shape":"S8s"},"scanStatusCode":{"shape":"S8s"},"scanStatusReason":{"shape":"S8s"},"scanType":{"shape":"S8s"}}},"S8s":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S8w":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S8z":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"Sb2":{"type":"structure","members":{"all":{"type":"long"},"critical":{"type":"long"},"high":{"type":"long"},"medium":{"type":"long"}}}}} /***/ }), /* 1142 */ @@ -63457,7 +63457,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1220 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-03","endpointPrefix":"cases","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ConnectCases","serviceFullName":"Amazon Connect Cases","serviceId":"ConnectCases","signatureVersion":"v4","signingName":"cases","uid":"connectcases-2022-10-03"},"operations":{"BatchGetField":{"http":{"requestUri":"/domains/{domainId}/fields-batch","responseCode":200},"input":{"type":"structure","required":["domainId","fields"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}}}},"output":{"type":"structure","required":["errors","fields"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","id"],"members":{"errorCode":{},"id":{},"message":{}}}},"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"description":{},"fieldArn":{},"fieldId":{},"name":{},"namespace":{},"tags":{"shape":"Sg"},"type":{}}}}}}},"BatchPutFieldOptions":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}/options","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId","options"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"options":{"type":"list","member":{"shape":"Sk"}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","message","value"],"members":{"errorCode":{},"message":{},"value":{}}}}}},"idempotent":true},"CreateCase":{"http":{"requestUri":"/domains/{domainId}/cases","responseCode":200},"input":{"type":"structure","required":["domainId","fields","templateId"],"members":{"clientToken":{"idempotencyToken":true},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Su"}},"performedBy":{"shape":"Sz"},"templateId":{}}},"output":{"type":"structure","required":["caseArn","caseId"],"members":{"caseArn":{},"caseId":{}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/domains","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["domainArn","domainId","domainStatus"],"members":{"domainArn":{},"domainId":{},"domainStatus":{}}},"idempotent":true},"CreateField":{"http":{"requestUri":"/domains/{domainId}/fields","responseCode":200},"input":{"type":"structure","required":["domainId","name","type"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"name":{},"type":{}}},"output":{"type":"structure","required":["fieldArn","fieldId"],"members":{"fieldArn":{},"fieldId":{}}},"idempotent":true},"CreateLayout":{"http":{"requestUri":"/domains/{domainId}/layouts","responseCode":200},"input":{"type":"structure","required":["content","domainId","name"],"members":{"content":{"shape":"S1d"},"domainId":{"location":"uri","locationName":"domainId"},"name":{}}},"output":{"type":"structure","required":["layoutArn","layoutId"],"members":{"layoutArn":{},"layoutId":{}}}},"CreateRelatedItem":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items/","responseCode":200},"input":{"type":"structure","required":["caseId","content","domainId","type"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"content":{"type":"structure","members":{"comment":{"shape":"S1s"},"contact":{"type":"structure","required":["contactArn"],"members":{"contactArn":{}}}},"union":true},"domainId":{"location":"uri","locationName":"domainId"},"performedBy":{"shape":"Sz"},"type":{}}},"output":{"type":"structure","required":["relatedItemArn","relatedItemId"],"members":{"relatedItemArn":{},"relatedItemId":{}}},"idempotent":true},"CreateTemplate":{"http":{"requestUri":"/domains/{domainId}/templates","responseCode":200},"input":{"type":"structure","required":["domainId","name"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S23"},"name":{},"requiredFields":{"shape":"S25"},"status":{}}},"output":{"type":"structure","required":["templateArn","templateId"],"members":{"templateArn":{},"templateId":{}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCase":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"nextToken":{}}},"output":{"type":"structure","required":["fields","templateId"],"members":{"fields":{"type":"list","member":{"shape":"Su"}},"nextToken":{},"tags":{"shape":"Sg"},"templateId":{}}}},"GetCaseAuditEvents":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/audit-history","responseCode":200},"input":{"type":"structure","required":["caseId","domainId"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["auditEvents"],"members":{"auditEvents":{"type":"list","member":{"type":"structure","required":["eventId","fields","performedTime","type"],"members":{"eventId":{},"fields":{"type":"list","member":{"type":"structure","required":["eventFieldId","newValue"],"members":{"eventFieldId":{},"newValue":{"shape":"S2q"},"oldValue":{"shape":"S2q"}}}},"performedBy":{"type":"structure","required":["iamPrincipalArn"],"members":{"iamPrincipalArn":{},"user":{"shape":"Sz"}}},"performedTime":{"type":"timestamp","timestampFormat":"iso8601"},"relatedItemType":{},"type":{}}}},"nextToken":{}}}},"GetCaseEventConfiguration":{"http":{"requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["eventBridge"],"members":{"eventBridge":{"shape":"S2y"}}}},"GetDomain":{"http":{"requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["createdTime","domainArn","domainId","domainStatus","name"],"members":{"createdTime":{"type":"timestamp","timestampFormat":"iso8601"},"domainArn":{},"domainId":{},"domainStatus":{},"name":{},"tags":{"shape":"Sg"}}}},"GetLayout":{"http":{"requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"}}},"output":{"type":"structure","required":["content","layoutArn","layoutId","name"],"members":{"content":{"shape":"S1d"},"layoutArn":{},"layoutId":{},"name":{},"tags":{"shape":"Sg"}}}},"GetTemplate":{"http":{"requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"description":{},"layoutConfiguration":{"shape":"S23"},"name":{},"requiredFields":{"shape":"S25"},"status":{},"tags":{"shape":"Sg"},"templateArn":{},"templateId":{}}}},"ListCasesForContact":{"http":{"requestUri":"/domains/{domainId}/list-cases-for-contact","responseCode":200},"input":{"type":"structure","required":["contactArn","domainId"],"members":{"contactArn":{},"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","templateId"],"members":{"caseId":{},"templateId":{}}}},"nextToken":{}}}},"ListDomains":{"http":{"requestUri":"/domains-list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["domains"],"members":{"domains":{"type":"list","member":{"type":"structure","required":["domainArn","domainId","name"],"members":{"domainArn":{},"domainId":{},"name":{}}}},"nextToken":{}}}},"ListFieldOptions":{"http":{"requestUri":"/domains/{domainId}/fields/{fieldId}/options-list","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"values":{"location":"querystring","locationName":"values","type":"list","member":{}}}},"output":{"type":"structure","required":["options"],"members":{"nextToken":{},"options":{"type":"list","member":{"shape":"Sk"}}}}},"ListFields":{"http":{"requestUri":"/domains/{domainId}/fields-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"fieldArn":{},"fieldId":{},"name":{},"namespace":{},"type":{}}}},"nextToken":{}}}},"ListLayouts":{"http":{"requestUri":"/domains/{domainId}/layouts-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["layouts"],"members":{"layouts":{"type":"list","member":{"type":"structure","required":["layoutArn","layoutId","name"],"members":{"layoutArn":{},"layoutId":{},"name":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{"location":"uri","locationName":"arn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sg"}}},"idempotent":true},"ListTemplates":{"http":{"requestUri":"/domains/{domainId}/templates-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status","type":"list","member":{}}}},"output":{"type":"structure","required":["templates"],"members":{"nextToken":{},"templates":{"type":"list","member":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"name":{},"status":{},"templateArn":{},"templateId":{}}}}}}},"PutCaseEventConfiguration":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId","eventBridge"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"eventBridge":{"shape":"S2y"}}},"output":{"type":"structure","members":{}}},"SearchCases":{"http":{"requestUri":"/domains/{domainId}/cases-search","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"filter":{"shape":"S4a"},"maxResults":{"type":"integer"},"nextToken":{},"searchTerm":{},"sorts":{"type":"list","member":{"type":"structure","required":["fieldId","sortOrder"],"members":{"fieldId":{},"sortOrder":{}}}}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","fields","templateId"],"members":{"caseId":{},"fields":{"type":"list","member":{"shape":"Su"}},"tags":{"shape":"Sg"},"templateId":{}}}},"nextToken":{}}}},"SearchRelatedItems":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items-search","responseCode":200},"input":{"type":"structure","required":["caseId","domainId"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"filters":{"type":"list","member":{"type":"structure","members":{"comment":{"type":"structure","members":{}},"contact":{"type":"structure","members":{"channel":{"type":"list","member":{}},"contactArn":{}}}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["relatedItems"],"members":{"nextToken":{},"relatedItems":{"type":"list","member":{"type":"structure","required":["associationTime","content","relatedItemId","type"],"members":{"associationTime":{"type":"timestamp","timestampFormat":"iso8601"},"content":{"type":"structure","members":{"comment":{"shape":"S1s"},"contact":{"type":"structure","required":["channel","connectedToSystemTime","contactArn"],"members":{"channel":{},"connectedToSystemTime":{"type":"timestamp","timestampFormat":"iso8601"},"contactArn":{}}}},"union":true},"performedBy":{"shape":"Sz"},"relatedItemId":{},"tags":{"shape":"Sg"},"type":{}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tags"],"members":{"arn":{"location":"uri","locationName":"arn"},"tags":{"shape":"Sg"}}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tagKeys"],"members":{"arn":{"location":"uri","locationName":"arn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateCase":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Su"}},"performedBy":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"UpdateField":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateLayout":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"content":{"shape":"S1d"},"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateTemplate":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S23"},"name":{},"requiredFields":{"shape":"S25"},"status":{},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S4":{"type":"structure","required":["id"],"members":{"id":{}}},"Sg":{"type":"map","key":{},"value":{}},"Sk":{"type":"structure","required":["active","name","value"],"members":{"active":{"type":"boolean"},"name":{},"value":{}}},"Su":{"type":"structure","required":["id","value"],"members":{"id":{},"value":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"emptyValue":{"shape":"Sx"},"stringValue":{},"userArnValue":{}},"union":true}}},"Sx":{"type":"structure","members":{}},"Sz":{"type":"structure","members":{"userArn":{}},"union":true},"S1d":{"type":"structure","members":{"basic":{"type":"structure","members":{"moreInfo":{"shape":"S1f"},"topPanel":{"shape":"S1f"}}}},"union":true},"S1f":{"type":"structure","members":{"sections":{"type":"list","member":{"type":"structure","members":{"fieldGroup":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["id"],"members":{"id":{}}}},"name":{}}}},"union":true}}}},"S1s":{"type":"structure","required":["body","contentType"],"members":{"body":{},"contentType":{}}},"S23":{"type":"structure","members":{"defaultLayout":{}}},"S25":{"type":"list","member":{"type":"structure","required":["fieldId"],"members":{"fieldId":{}}}},"S2q":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"emptyValue":{"shape":"Sx"},"stringValue":{},"userArnValue":{}},"union":true},"S2y":{"type":"structure","required":["enabled"],"members":{"enabled":{"type":"boolean"},"includedData":{"type":"structure","members":{"caseData":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"shape":"S4"}}}},"relatedItemData":{"type":"structure","required":["includeContent"],"members":{"includeContent":{"type":"boolean"}}}}}}},"S4a":{"type":"structure","members":{"andAll":{"type":"list","member":{"shape":"S4a"}},"field":{"type":"structure","members":{"contains":{"shape":"Su"},"equalTo":{"shape":"Su"},"greaterThan":{"shape":"Su"},"greaterThanOrEqualTo":{"shape":"Su"},"lessThan":{"shape":"Su"},"lessThanOrEqualTo":{"shape":"Su"}},"union":true},"not":{"shape":"S4a"},"orAll":{"type":"list","member":{"shape":"S4a"}}},"union":true}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-03","endpointPrefix":"cases","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ConnectCases","serviceFullName":"Amazon Connect Cases","serviceId":"ConnectCases","signatureVersion":"v4","signingName":"cases","uid":"connectcases-2022-10-03"},"operations":{"BatchGetField":{"http":{"requestUri":"/domains/{domainId}/fields-batch","responseCode":200},"input":{"type":"structure","required":["domainId","fields"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}}}},"output":{"type":"structure","required":["errors","fields"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","id"],"members":{"errorCode":{},"id":{},"message":{}}}},"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"createdTime":{"shape":"Sc"},"deleted":{"type":"boolean"},"description":{},"fieldArn":{},"fieldId":{},"lastModifiedTime":{"shape":"Sg"},"name":{},"namespace":{},"tags":{"shape":"Sj"},"type":{}}}}}}},"BatchPutFieldOptions":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}/options","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId","options"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"options":{"type":"list","member":{"shape":"Sn"}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","message","value"],"members":{"errorCode":{},"message":{},"value":{}}}}}},"idempotent":true},"CreateCase":{"http":{"requestUri":"/domains/{domainId}/cases","responseCode":200},"input":{"type":"structure","required":["domainId","fields","templateId"],"members":{"clientToken":{"idempotencyToken":true},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Sx"}},"performedBy":{"shape":"S12"},"templateId":{}}},"output":{"type":"structure","required":["caseArn","caseId"],"members":{"caseArn":{},"caseId":{}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/domains","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["domainArn","domainId","domainStatus"],"members":{"domainArn":{},"domainId":{},"domainStatus":{}}},"idempotent":true},"CreateField":{"http":{"requestUri":"/domains/{domainId}/fields","responseCode":200},"input":{"type":"structure","required":["domainId","name","type"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"name":{},"type":{}}},"output":{"type":"structure","required":["fieldArn","fieldId"],"members":{"fieldArn":{},"fieldId":{}}},"idempotent":true},"CreateLayout":{"http":{"requestUri":"/domains/{domainId}/layouts","responseCode":200},"input":{"type":"structure","required":["content","domainId","name"],"members":{"content":{"shape":"S1g"},"domainId":{"location":"uri","locationName":"domainId"},"name":{}}},"output":{"type":"structure","required":["layoutArn","layoutId"],"members":{"layoutArn":{},"layoutId":{}}}},"CreateRelatedItem":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items/","responseCode":200},"input":{"type":"structure","required":["caseId","content","domainId","type"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"content":{"type":"structure","members":{"comment":{"shape":"S1v"},"contact":{"type":"structure","required":["contactArn"],"members":{"contactArn":{}}}},"union":true},"domainId":{"location":"uri","locationName":"domainId"},"performedBy":{"shape":"S12"},"type":{}}},"output":{"type":"structure","required":["relatedItemArn","relatedItemId"],"members":{"relatedItemArn":{},"relatedItemId":{}}},"idempotent":true},"CreateTemplate":{"http":{"requestUri":"/domains/{domainId}/templates","responseCode":200},"input":{"type":"structure","required":["domainId","name"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S26"},"name":{},"requiredFields":{"shape":"S28"},"status":{}}},"output":{"type":"structure","required":["templateArn","templateId"],"members":{"templateArn":{},"templateId":{}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteField":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}/fields/{fieldId}","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteLayout":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteTemplate":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCase":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"nextToken":{}}},"output":{"type":"structure","required":["fields","templateId"],"members":{"fields":{"type":"list","member":{"shape":"Sx"}},"nextToken":{},"tags":{"shape":"Sj"},"templateId":{}}}},"GetCaseAuditEvents":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/audit-history","responseCode":200},"input":{"type":"structure","required":["caseId","domainId"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["auditEvents"],"members":{"auditEvents":{"type":"list","member":{"type":"structure","required":["eventId","fields","performedTime","type"],"members":{"eventId":{},"fields":{"type":"list","member":{"type":"structure","required":["eventFieldId","newValue"],"members":{"eventFieldId":{},"newValue":{"shape":"S2z"},"oldValue":{"shape":"S2z"}}}},"performedBy":{"type":"structure","required":["iamPrincipalArn"],"members":{"iamPrincipalArn":{},"user":{"shape":"S12"}}},"performedTime":{"type":"timestamp","timestampFormat":"iso8601"},"relatedItemType":{},"type":{}}}},"nextToken":{}}}},"GetCaseEventConfiguration":{"http":{"requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["eventBridge"],"members":{"eventBridge":{"shape":"S37"}}}},"GetDomain":{"http":{"requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["createdTime","domainArn","domainId","domainStatus","name"],"members":{"createdTime":{"shape":"Sc"},"domainArn":{},"domainId":{},"domainStatus":{},"name":{},"tags":{"shape":"Sj"}}}},"GetLayout":{"http":{"requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"}}},"output":{"type":"structure","required":["content","layoutArn","layoutId","name"],"members":{"content":{"shape":"S1g"},"createdTime":{"shape":"Sc"},"deleted":{"type":"boolean"},"lastModifiedTime":{"shape":"Sg"},"layoutArn":{},"layoutId":{},"name":{},"tags":{"shape":"Sj"}}}},"GetTemplate":{"http":{"requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"createdTime":{"shape":"Sc"},"deleted":{"type":"boolean"},"description":{},"lastModifiedTime":{"shape":"Sg"},"layoutConfiguration":{"shape":"S26"},"name":{},"requiredFields":{"shape":"S28"},"status":{},"tags":{"shape":"Sj"},"templateArn":{},"templateId":{}}}},"ListCasesForContact":{"http":{"requestUri":"/domains/{domainId}/list-cases-for-contact","responseCode":200},"input":{"type":"structure","required":["contactArn","domainId"],"members":{"contactArn":{},"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","templateId"],"members":{"caseId":{},"templateId":{}}}},"nextToken":{}}}},"ListDomains":{"http":{"requestUri":"/domains-list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["domains"],"members":{"domains":{"type":"list","member":{"type":"structure","required":["domainArn","domainId","name"],"members":{"domainArn":{},"domainId":{},"name":{}}}},"nextToken":{}}}},"ListFieldOptions":{"http":{"requestUri":"/domains/{domainId}/fields/{fieldId}/options-list","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"values":{"location":"querystring","locationName":"values","type":"list","member":{}}}},"output":{"type":"structure","required":["options"],"members":{"nextToken":{},"options":{"type":"list","member":{"shape":"Sn"}}}}},"ListFields":{"http":{"requestUri":"/domains/{domainId}/fields-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"fieldArn":{},"fieldId":{},"name":{},"namespace":{},"type":{}}}},"nextToken":{}}}},"ListLayouts":{"http":{"requestUri":"/domains/{domainId}/layouts-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["layouts"],"members":{"layouts":{"type":"list","member":{"type":"structure","required":["layoutArn","layoutId","name"],"members":{"layoutArn":{},"layoutId":{},"name":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{"location":"uri","locationName":"arn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sj"}}},"idempotent":true},"ListTemplates":{"http":{"requestUri":"/domains/{domainId}/templates-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status","type":"list","member":{}}}},"output":{"type":"structure","required":["templates"],"members":{"nextToken":{},"templates":{"type":"list","member":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"name":{},"status":{},"templateArn":{},"templateId":{}}}}}}},"PutCaseEventConfiguration":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId","eventBridge"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"eventBridge":{"shape":"S37"}}},"output":{"type":"structure","members":{}}},"SearchCases":{"http":{"requestUri":"/domains/{domainId}/cases-search","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"filter":{"shape":"S4i"},"maxResults":{"type":"integer"},"nextToken":{},"searchTerm":{},"sorts":{"type":"list","member":{"type":"structure","required":["fieldId","sortOrder"],"members":{"fieldId":{},"sortOrder":{}}}}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","fields","templateId"],"members":{"caseId":{},"fields":{"type":"list","member":{"shape":"Sx"}},"tags":{"shape":"Sj"},"templateId":{}}}},"nextToken":{}}}},"SearchRelatedItems":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items-search","responseCode":200},"input":{"type":"structure","required":["caseId","domainId"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"filters":{"type":"list","member":{"type":"structure","members":{"comment":{"type":"structure","members":{}},"contact":{"type":"structure","members":{"channel":{"type":"list","member":{}},"contactArn":{}}}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["relatedItems"],"members":{"nextToken":{},"relatedItems":{"type":"list","member":{"type":"structure","required":["associationTime","content","relatedItemId","type"],"members":{"associationTime":{"type":"timestamp","timestampFormat":"iso8601"},"content":{"type":"structure","members":{"comment":{"shape":"S1v"},"contact":{"type":"structure","required":["channel","connectedToSystemTime","contactArn"],"members":{"channel":{},"connectedToSystemTime":{"type":"timestamp","timestampFormat":"iso8601"},"contactArn":{}}}},"union":true},"performedBy":{"shape":"S12"},"relatedItemId":{},"tags":{"shape":"Sj"},"type":{}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tags"],"members":{"arn":{"location":"uri","locationName":"arn"},"tags":{"shape":"Sj"}}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tagKeys"],"members":{"arn":{"location":"uri","locationName":"arn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateCase":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Sx"}},"performedBy":{"shape":"S12"}}},"output":{"type":"structure","members":{}}},"UpdateField":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateLayout":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"content":{"shape":"S1g"},"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateTemplate":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S26"},"name":{},"requiredFields":{"shape":"S28"},"status":{},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S4":{"type":"structure","required":["id"],"members":{"id":{}}},"Sc":{"type":"timestamp","timestampFormat":"iso8601"},"Sg":{"type":"timestamp","timestampFormat":"iso8601"},"Sj":{"type":"map","key":{},"value":{}},"Sn":{"type":"structure","required":["active","name","value"],"members":{"active":{"type":"boolean"},"name":{},"value":{}}},"Sx":{"type":"structure","required":["id","value"],"members":{"id":{},"value":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"emptyValue":{"shape":"S10"},"stringValue":{},"userArnValue":{}},"union":true}}},"S10":{"type":"structure","members":{}},"S12":{"type":"structure","members":{"userArn":{}},"union":true},"S1g":{"type":"structure","members":{"basic":{"type":"structure","members":{"moreInfo":{"shape":"S1i"},"topPanel":{"shape":"S1i"}}}},"union":true},"S1i":{"type":"structure","members":{"sections":{"type":"list","member":{"type":"structure","members":{"fieldGroup":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["id"],"members":{"id":{}}}},"name":{}}}},"union":true}}}},"S1v":{"type":"structure","required":["body","contentType"],"members":{"body":{},"contentType":{}}},"S26":{"type":"structure","members":{"defaultLayout":{}}},"S28":{"type":"list","member":{"type":"structure","required":["fieldId"],"members":{"fieldId":{}}}},"S2z":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"emptyValue":{"shape":"S10"},"stringValue":{},"userArnValue":{}},"union":true},"S37":{"type":"structure","required":["enabled"],"members":{"enabled":{"type":"boolean"},"includedData":{"type":"structure","members":{"caseData":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"shape":"S4"}}}},"relatedItemData":{"type":"structure","required":["includeContent"],"members":{"includeContent":{"type":"boolean"}}}}}}},"S4i":{"type":"structure","members":{"andAll":{"type":"list","member":{"shape":"S4i"}},"field":{"type":"structure","members":{"contains":{"shape":"Sx"},"equalTo":{"shape":"Sx"},"greaterThan":{"shape":"Sx"},"greaterThanOrEqualTo":{"shape":"Sx"},"lessThan":{"shape":"Sx"},"lessThanOrEqualTo":{"shape":"Sx"}},"union":true},"not":{"shape":"S4i"},"orAll":{"type":"list","member":{"shape":"S4i"}}},"union":true}}} /***/ }), /* 1221 */ @@ -65017,7 +65017,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1355 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-09-15","endpointPrefix":"trustedadvisor","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"TrustedAdvisor Public API","serviceId":"TrustedAdvisor","signatureVersion":"v4","signingName":"trustedadvisor","uid":"trustedadvisor-2022-09-15"},"operations":{"GetOrganizationRecommendation":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","members":{"organizationRecommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resolvedAt":{"shape":"S9"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"GetRecommendation":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"}}},"output":{"type":"structure","members":{"recommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resolvedAt":{"shape":"S9"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"ListChecks":{"http":{"method":"GET","requestUri":"/v1/checks","responseCode":200},"input":{"type":"structure","members":{"awsService":{"location":"querystring","locationName":"awsService"},"language":{"location":"querystring","locationName":"language"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"}}},"output":{"type":"structure","required":["checkSummaries"],"members":{"checkSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsServices","description","id","metadata","name","pillars","source"],"members":{"arn":{},"awsServices":{"shape":"S6"},"description":{},"id":{},"metadata":{"shape":"S10"},"name":{},"pillars":{"shape":"Se"},"source":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationAccounts":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","required":["accountRecommendationLifecycleSummaries"],"members":{"accountRecommendationLifecycleSummaries":{"type":"list","member":{"type":"structure","members":{"accountId":{},"accountRecommendationArn":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["organizationRecommendationResourceSummaries"],"members":{"nextToken":{},"organizationRecommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"accountId":{},"arn":{},"awsResourceId":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"metadata":{"shape":"S10"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListOrganizationRecommendations":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["organizationRecommendationSummaries"],"members":{"nextToken":{},"organizationRecommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{}}}}}}},"ListRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["recommendationResourceSummaries"],"members":{"nextToken":{},"recommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"arn":{},"awsResourceId":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"metadata":{"shape":"S10"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListRecommendations":{"http":{"method":"GET","requestUri":"/v1/recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["recommendationSummaries"],"members":{"nextToken":{},"recommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{}}}}}}},"UpdateOrganizationRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","organizationRecommendationIdentifier"],"members":{"lifecycleStage":{},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"updateReason":{"shape":"Sl"},"updateReasonCode":{}}},"idempotent":true},"UpdateRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/recommendations/{recommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","recommendationIdentifier"],"members":{"lifecycleStage":{},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"updateReason":{"shape":"Sl"},"updateReasonCode":{}}},"idempotent":true}},"shapes":{"S6":{"type":"list","member":{}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sb":{"type":"structure","members":{"costOptimizing":{"type":"structure","required":["estimatedMonthlySavings","estimatedPercentMonthlySavings"],"members":{"estimatedMonthlySavings":{"type":"double"},"estimatedPercentMonthlySavings":{"type":"double"}}}}},"Se":{"type":"list","member":{}},"Sg":{"type":"structure","required":["errorCount","okCount","warningCount"],"members":{"errorCount":{"type":"long"},"okCount":{"type":"long"},"warningCount":{"type":"long"}}},"Sl":{"type":"string","sensitive":true},"S10":{"type":"map","key":{},"value":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-09-15","endpointPrefix":"trustedadvisor","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"TrustedAdvisor Public API","serviceId":"TrustedAdvisor","signatureVersion":"v4","signingName":"trustedadvisor","uid":"trustedadvisor-2022-09-15"},"operations":{"BatchUpdateRecommendationResourceExclusion":{"http":{"method":"PUT","requestUri":"/v1/batch-update-recommendation-resource-exclusion","responseCode":200},"input":{"type":"structure","required":["recommendationResourceExclusions"],"members":{"recommendationResourceExclusions":{"type":"list","member":{"type":"structure","required":["arn","isExcluded"],"members":{"arn":{},"isExcluded":{"type":"boolean"}}}}}},"output":{"type":"structure","required":["batchUpdateRecommendationResourceExclusionErrors"],"members":{"batchUpdateRecommendationResourceExclusionErrors":{"type":"list","member":{"type":"structure","members":{"arn":{},"errorCode":{},"errorMessage":{}}}}}},"idempotent":true},"GetOrganizationRecommendation":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","members":{"organizationRecommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"Sf"},"checkArn":{},"createdAt":{"shape":"Sh"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"Sh"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sj"},"pillars":{"shape":"Sm"},"resolvedAt":{"shape":"Sh"},"resourcesAggregates":{"shape":"So"},"source":{},"status":{},"type":{},"updateReason":{"shape":"St"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"GetRecommendation":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"}}},"output":{"type":"structure","members":{"recommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"Sf"},"checkArn":{},"createdAt":{"shape":"Sh"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"Sh"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sj"},"pillars":{"shape":"Sm"},"resolvedAt":{"shape":"Sh"},"resourcesAggregates":{"shape":"So"},"source":{},"status":{},"type":{},"updateReason":{"shape":"St"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"ListChecks":{"http":{"method":"GET","requestUri":"/v1/checks","responseCode":200},"input":{"type":"structure","members":{"awsService":{"location":"querystring","locationName":"awsService"},"language":{"location":"querystring","locationName":"language"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"}}},"output":{"type":"structure","required":["checkSummaries"],"members":{"checkSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsServices","description","id","metadata","name","pillars","source"],"members":{"arn":{},"awsServices":{"shape":"Sf"},"description":{},"id":{},"metadata":{"shape":"S18"},"name":{},"pillars":{"shape":"Sm"},"source":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationAccounts":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","required":["accountRecommendationLifecycleSummaries"],"members":{"accountRecommendationLifecycleSummaries":{"type":"list","member":{"type":"structure","members":{"accountId":{},"accountRecommendationArn":{},"lastUpdatedAt":{"shape":"Sh"},"lifecycleStage":{},"updateReason":{"shape":"St"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"exclusionStatus":{"location":"querystring","locationName":"exclusionStatus"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["organizationRecommendationResourceSummaries"],"members":{"nextToken":{},"organizationRecommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"accountId":{},"arn":{},"awsResourceId":{},"exclusionStatus":{},"id":{},"lastUpdatedAt":{"shape":"Sh"},"metadata":{"shape":"S18"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListOrganizationRecommendations":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["organizationRecommendationSummaries"],"members":{"nextToken":{},"organizationRecommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"Sf"},"checkArn":{},"createdAt":{"shape":"Sh"},"id":{},"lastUpdatedAt":{"shape":"Sh"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sj"},"pillars":{"shape":"Sm"},"resourcesAggregates":{"shape":"So"},"source":{},"status":{},"type":{}}}}}}},"ListRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"exclusionStatus":{"location":"querystring","locationName":"exclusionStatus"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["recommendationResourceSummaries"],"members":{"nextToken":{},"recommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"arn":{},"awsResourceId":{},"exclusionStatus":{},"id":{},"lastUpdatedAt":{"shape":"Sh"},"metadata":{"shape":"S18"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListRecommendations":{"http":{"method":"GET","requestUri":"/v1/recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["recommendationSummaries"],"members":{"nextToken":{},"recommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"Sf"},"checkArn":{},"createdAt":{"shape":"Sh"},"id":{},"lastUpdatedAt":{"shape":"Sh"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sj"},"pillars":{"shape":"Sm"},"resourcesAggregates":{"shape":"So"},"source":{},"status":{},"type":{}}}}}}},"UpdateOrganizationRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","organizationRecommendationIdentifier"],"members":{"lifecycleStage":{},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"updateReason":{"shape":"St"},"updateReasonCode":{}}},"idempotent":true},"UpdateRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/recommendations/{recommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","recommendationIdentifier"],"members":{"lifecycleStage":{},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"updateReason":{"shape":"St"},"updateReasonCode":{}}},"idempotent":true}},"shapes":{"Sf":{"type":"list","member":{}},"Sh":{"type":"timestamp","timestampFormat":"iso8601"},"Sj":{"type":"structure","members":{"costOptimizing":{"type":"structure","required":["estimatedMonthlySavings","estimatedPercentMonthlySavings"],"members":{"estimatedMonthlySavings":{"type":"double"},"estimatedPercentMonthlySavings":{"type":"double"}}}}},"Sm":{"type":"list","member":{}},"So":{"type":"structure","required":["errorCount","okCount","warningCount"],"members":{"errorCount":{"type":"long"},"okCount":{"type":"long"},"warningCount":{"type":"long"}}},"St":{"type":"string","sensitive":true},"S18":{"type":"map","key":{},"value":{}}}} /***/ }), /* 1356 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index 368f3bccaf..da4f0ace58 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1608.0 +// AWS SDK for JavaScript v2.1609.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.1608.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;a0;)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.1609.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 l,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){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.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 d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;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;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../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 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-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":350}],402:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||s.configureEndpoint(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),a.SequentialExecutor.call(this),a.Service.addDefaultMonitoringListeners(this),(this.config.clientSideMonitoring||a.Service._clientSideMonitoring)&&this.publisher){var i=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){r.nextTick(function(){i.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){r.nextTick(function(){i.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(a.util.isEmpty(this.api)){if(t.apiConfig)return a.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){t=new a.Config(a.config),t.update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return r=r||t.apiVersion,this.getLatestServiceClass(r)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&a.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?a.util.isType(e,Date)&&(e=a.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=a.util.copy(t),a.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))} diff --git a/lib/core.js b/lib/core.js index 9349c3114b..12e5ec0cc5 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,7 @@ AWS.util.update(AWS, { /** * @constant */ - VERSION: '2.1608.0', + VERSION: '2.1609.0', /** * @api private diff --git a/package.json b/package.json index 4dcf75ad7a..af38747f16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk", "description": "AWS SDK for JavaScript", - "version": "2.1608.0", + "version": "2.1609.0", "author": { "name": "Amazon Web Services", "email": "",