diff --git a/.changes/2.1633.0.json b/.changes/2.1633.0.json new file mode 100644 index 0000000000..581b2283cb --- /dev/null +++ b/.changes/2.1633.0.json @@ -0,0 +1,17 @@ +[ + { + "type": "feature", + "category": "Batch", + "description": "This release adds support for the AWS Batch GetJobQueueSnapshot API operation." + }, + { + "type": "feature", + "category": "EKS", + "description": "Adds support for EKS add-ons pod identity associations integration" + }, + { + "type": "feature", + "category": "IoTTwinMaker", + "description": "Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null" + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0fffe68e..786a7a8244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1633.0 +* feature: Batch: This release adds support for the AWS Batch GetJobQueueSnapshot API operation. +* feature: EKS: Adds support for EKS add-ons pod identity associations integration +* feature: IoTTwinMaker: Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null + ## 2.1632.0 * feature: CodeGuruSecurity: This release includes minor model updates and documentation updates. * feature: LaunchWizard: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. diff --git a/README.md b/README.md index d774059e2d..af9b1cb2ec 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.normal.json b/apis/amplify-2017-07-25.normal.json index 26232f4338..c5f85e9a71 100644 --- a/apis/amplify-2017-07-25.normal.json +++ b/apis/amplify-2017-07-25.normal.json @@ -76,7 +76,7 @@ "shape": "LimitExceededException" } ], - "documentation": "

Creates a new backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" + "documentation": "

Creates a new backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "CreateBranch": { "name": "CreateBranch", @@ -268,7 +268,7 @@ "shape": "DependentServiceFailureException" } ], - "documentation": "

Deletes a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" + "documentation": "

Deletes a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "DeleteBranch": { "name": "DeleteBranch", @@ -507,7 +507,7 @@ "shape": "InternalFailureException" } ], - "documentation": "

Returns a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" + "documentation": "

Returns a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "GetBranch": { "name": "GetBranch", @@ -703,7 +703,7 @@ "shape": "InternalFailureException" } ], - "documentation": "

Lists the backend environments for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" + "documentation": "

Lists the backend environments for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "ListBranches": { "name": "ListBranches", @@ -1380,7 +1380,7 @@ "documentation": "

The Amazon Resource Name (ARN) for the CloudFormation stack.

" } }, - "documentation": "

Describes the backend properties associated with an Amplify Branch.

" + "documentation": "

Describes the backend associated with an Amplify Branch.

This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "BackendEnvironment": { "type": "structure", @@ -1416,7 +1416,7 @@ "documentation": "

The last updated date and time for a backend environment that is part of an Amplify app.

" } }, - "documentation": "

Describes the backend environment for an Amplify app.

" + "documentation": "

Describes the backend environment associated with a Branch of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).

" }, "BackendEnvironmentArn": { "type": "string", @@ -1564,7 +1564,7 @@ }, "backendEnvironmentArn": { "shape": "BackendEnvironmentArn", - "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

" + "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "backend": { "shape": "Backend" @@ -1891,11 +1891,11 @@ }, "backendEnvironmentArn": { "shape": "BackendEnvironmentArn", - "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

" + "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

" }, "backend": { "shape": "Backend", - "documentation": "

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

" + "documentation": "

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" } }, "documentation": "

The request structure for the create branch request.

" @@ -3949,11 +3949,11 @@ }, "backendEnvironmentArn": { "shape": "BackendEnvironmentArn", - "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

" + "documentation": "

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

" }, "backend": { "shape": "Backend", - "documentation": "

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

" + "documentation": "

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" } }, "documentation": "

The request structure for the update branch request.

" diff --git a/apis/batch-2016-08-10.min.json b/apis/batch-2016-08-10.min.json index 922bf9f60c..01d4d56d7d 100644 --- a/apis/batch-2016-08-10.min.json +++ b/apis/batch-2016-08-10.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "batch", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "AWS Batch", "serviceFullName": "AWS Batch", "serviceId": "Batch", @@ -845,6 +848,45 @@ } } }, + "GetJobQueueSnapshot": { + "http": { + "requestUri": "/v1/getjobqueuesnapshot" + }, + "input": { + "type": "structure", + "required": [ + "jobQueue" + ], + "members": { + "jobQueue": {} + } + }, + "output": { + "type": "structure", + "members": { + "frontOfQueue": { + "type": "structure", + "members": { + "jobs": { + "type": "list", + "member": { + "type": "structure", + "members": { + "jobArn": {}, + "earliestTimeAtPosition": { + "type": "long" + } + } + } + }, + "lastUpdatedAt": { + "type": "long" + } + } + } + } + } + }, "ListJobs": { "http": { "requestUri": "/v1/listjobs" @@ -1101,7 +1143,7 @@ "shape": "S1o" }, "containerOverrides": { - "shape": "S5j" + "shape": "S5o" }, "nodeOverrides": { "type": "structure", @@ -1119,10 +1161,10 @@ "members": { "targetNodes": {}, "containerOverrides": { - "shape": "S5j" + "shape": "S5o" }, "ecsPropertiesOverride": { - "shape": "S5n" + "shape": "S5s" }, "instanceTypes": { "shape": "Sb" @@ -1151,10 +1193,10 @@ "type": "structure", "members": { "containers": { - "shape": "S5u" + "shape": "S5z" }, "initContainers": { - "shape": "S5u" + "shape": "S5z" }, "metadata": { "shape": "S3q" @@ -1164,7 +1206,7 @@ } }, "ecsPropertiesOverride": { - "shape": "S5n" + "shape": "S5s" } } }, @@ -2268,7 +2310,7 @@ } } }, - "S5j": { + "S5o": { "type": "structure", "members": { "vcpus": { @@ -2293,7 +2335,7 @@ } } }, - "S5n": { + "S5s": { "type": "structure", "members": { "taskProperties": { @@ -2324,7 +2366,7 @@ } } }, - "S5u": { + "S5z": { "type": "list", "member": { "type": "structure", diff --git a/apis/batch-2016-08-10.normal.json b/apis/batch-2016-08-10.normal.json index ee71e3557a..62ddb750d3 100644 --- a/apis/batch-2016-08-10.normal.json +++ b/apis/batch-2016-08-10.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "batch", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "AWS Batch", "serviceFullName": "AWS Batch", "serviceId": "Batch", @@ -298,6 +301,28 @@ ], "documentation": "

Describes one or more of your scheduling policies.

" }, + "GetJobQueueSnapshot": { + "name": "GetJobQueueSnapshot", + "http": { + "method": "POST", + "requestUri": "/v1/getjobqueuesnapshot" + }, + "input": { + "shape": "GetJobQueueSnapshotRequest" + }, + "output": { + "shape": "GetJobQueueSnapshotResponse" + }, + "errors": [ + { + "shape": "ClientException" + }, + { + "shape": "ServerException" + } + ], + "documentation": "

Provides a list of the first 100 RUNNABLE jobs associated to a single job queue.

" + }, "ListJobs": { "name": "ListJobs", "http": { @@ -2584,6 +2609,61 @@ "Float": { "type": "float" }, + "FrontOfQueueDetail": { + "type": "structure", + "members": { + "jobs": { + "shape": "FrontOfQueueJobSummaryList", + "documentation": "

The Amazon Resource Names (ARNs) of the first 100 RUNNABLE jobs in a named job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage.

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

The Unix timestamp (in milliseconds) for when each of the first 100 RUNNABLE jobs were last updated.

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

Contains a list of the first 100 RUNNABLE jobs associated to a single job queue.

" + }, + "FrontOfQueueJobSummary": { + "type": "structure", + "members": { + "jobArn": { + "shape": "String", + "documentation": "

The ARN for a job in a named job queue.

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

The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.

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

An object that represents summary details for the first 100 RUNNABLE jobs in a job queue.

" + }, + "FrontOfQueueJobSummaryList": { + "type": "list", + "member": { + "shape": "FrontOfQueueJobSummary" + } + }, + "GetJobQueueSnapshotRequest": { + "type": "structure", + "required": [ + "jobQueue" + ], + "members": { + "jobQueue": { + "shape": "String", + "documentation": "

The job queue’s name or full queue Amazon Resource Name (ARN).

" + } + } + }, + "GetJobQueueSnapshotResponse": { + "type": "structure", + "members": { + "frontOfQueue": { + "shape": "FrontOfQueueDetail", + "documentation": "

The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage.

" + } + } + }, "Host": { "type": "structure", "members": { @@ -3221,7 +3301,7 @@ }, "maxResults": { "shape": "Integer", - "documentation": "

The maximum number of results returned by ListJobs in paginated output. When this parameter is used, ListJobs only returns maxResults results in a single page and a nextToken response element. The remaining results of the initial request can be seen by sending another ListJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListJobs returns up to 100 results and a nextToken value if applicable.

" + "documentation": "

The maximum number of results returned by ListJobs in a paginated output. When this parameter is used, ListJobs returns up to maxResults results in a single page and a nextToken response element, if applicable. The remaining results of the initial request can be seen by sending another ListJobs request with the returned nextToken value.

The following outlines key parameters and limitations:

" }, "nextToken": { "shape": "String", diff --git a/apis/eks-2017-11-01.min.json b/apis/eks-2017-11-01.min.json index 632346906b..5eddabdd60 100644 --- a/apis/eks-2017-11-01.min.json +++ b/apis/eks-2017-11-01.min.json @@ -5,6 +5,9 @@ "endpointPrefix": "eks", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Amazon EKS", "serviceFullName": "Amazon Elastic Kubernetes Service", "serviceId": "EKS", @@ -201,14 +204,17 @@ "tags": { "shape": "Ss" }, - "configurationValues": {} + "configurationValues": {}, + "podIdentityAssociations": { + "shape": "S13" + } } }, "output": { "type": "structure", "members": { "addon": { - "shape": "S14" + "shape": "S16" } } } @@ -229,7 +235,7 @@ "version": {}, "roleArn": {}, "resourcesVpcConfig": { - "shape": "S1c" + "shape": "S1e" }, "kubernetesNetworkConfig": { "type": "structure", @@ -239,7 +245,7 @@ } }, "logging": { - "shape": "S1g" + "shape": "S1i" }, "clientRequestToken": { "idempotencyToken": true @@ -284,7 +290,7 @@ "type": "structure", "members": { "cluster": { - "shape": "S1q" + "shape": "S1s" } } } @@ -302,7 +308,7 @@ "members": { "name": {}, "term": { - "shape": "S28" + "shape": "S2a" }, "licenseQuantity": { "type": "integer" @@ -323,7 +329,7 @@ "type": "structure", "members": { "subscription": { - "shape": "S2d" + "shape": "S2f" } } } @@ -350,7 +356,7 @@ "shape": "S5" }, "selectors": { - "shape": "S2f" + "shape": "S2h" }, "clientRequestToken": { "idempotencyToken": true @@ -364,7 +370,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S2j" + "shape": "S2l" } } } @@ -388,7 +394,7 @@ }, "nodegroupName": {}, "scalingConfig": { - "shape": "S2m" + "shape": "S2o" }, "diskSize": { "type": "integer" @@ -401,14 +407,14 @@ }, "amiType": {}, "remoteAccess": { - "shape": "S2r" + "shape": "S2t" }, "nodeRole": {}, "labels": { - "shape": "S2s" + "shape": "S2u" }, "taints": { - "shape": "S2v" + "shape": "S2x" }, "tags": { "shape": "Ss" @@ -417,10 +423,10 @@ "idempotencyToken": true }, "launchTemplate": { - "shape": "S30" + "shape": "S32" }, "updateConfig": { - "shape": "S31" + "shape": "S33" }, "capacityType": {}, "version": {}, @@ -431,7 +437,7 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S36" + "shape": "S38" } } } @@ -468,7 +474,7 @@ "type": "structure", "members": { "association": { - "shape": "S3h" + "shape": "S3j" } } } @@ -531,7 +537,7 @@ "type": "structure", "members": { "addon": { - "shape": "S14" + "shape": "S16" } } } @@ -557,7 +563,7 @@ "type": "structure", "members": { "cluster": { - "shape": "S1q" + "shape": "S1s" } } } @@ -583,7 +589,7 @@ "type": "structure", "members": { "subscription": { - "shape": "S2d" + "shape": "S2f" } } } @@ -614,7 +620,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S2j" + "shape": "S2l" } } } @@ -645,7 +651,7 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S36" + "shape": "S38" } } } @@ -676,7 +682,7 @@ "type": "structure", "members": { "association": { - "shape": "S3h" + "shape": "S3j" } } } @@ -702,7 +708,7 @@ "type": "structure", "members": { "cluster": { - "shape": "S1q" + "shape": "S1s" } } } @@ -764,7 +770,7 @@ "type": "structure", "members": { "addon": { - "shape": "S14" + "shape": "S16" } } } @@ -796,7 +802,19 @@ "members": { "addonName": {}, "addonVersion": {}, - "configurationSchema": {} + "configurationSchema": {}, + "podIdentityConfiguration": { + "type": "list", + "member": { + "type": "structure", + "members": { + "serviceAccount": {}, + "recommendedManagedPolicies": { + "shape": "S5" + } + } + } + } } } }, @@ -878,6 +896,9 @@ }, "requiresConfiguration": { "type": "boolean" + }, + "requiresIamPermissions": { + "type": "boolean" } } } @@ -885,7 +906,7 @@ "publisher": {}, "owner": {}, "marketplaceInformation": { - "shape": "S1a" + "shape": "S1c" } } } @@ -915,7 +936,7 @@ "type": "structure", "members": { "cluster": { - "shape": "S1q" + "shape": "S1s" } } } @@ -941,7 +962,7 @@ "type": "structure", "members": { "subscription": { - "shape": "S2d" + "shape": "S2f" } } } @@ -972,7 +993,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S2j" + "shape": "S2l" } } } @@ -993,7 +1014,7 @@ "locationName": "name" }, "identityProviderConfig": { - "shape": "S4k" + "shape": "S4o" } } }, @@ -1069,7 +1090,7 @@ }, "description": {}, "insightStatus": { - "shape": "S4t" + "shape": "S4x" }, "recommendation": {}, "additionalInfo": { @@ -1083,7 +1104,7 @@ "type": "structure", "members": { "insightStatus": { - "shape": "S4t" + "shape": "S4x" }, "kubernetesResourceUri": {}, "arn": {} @@ -1153,7 +1174,7 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S36" + "shape": "S38" } } } @@ -1184,7 +1205,7 @@ "type": "structure", "members": { "association": { - "shape": "S3h" + "shape": "S3j" } } } @@ -1276,7 +1297,7 @@ "locationName": "name" }, "identityProviderConfig": { - "shape": "S4k" + "shape": "S4o" }, "clientRequestToken": { "idempotencyToken": true @@ -1516,7 +1537,7 @@ "subscriptions": { "type": "list", "member": { - "shape": "S2d" + "shape": "S2f" } }, "nextToken": {} @@ -1591,7 +1612,7 @@ "identityProviderConfigs": { "type": "list", "member": { - "shape": "S4k" + "shape": "S4o" } }, "nextToken": {} @@ -1654,7 +1675,7 @@ }, "description": {}, "insightStatus": { - "shape": "S4t" + "shape": "S4x" } } } @@ -1745,7 +1766,8 @@ "namespace": {}, "serviceAccount": {}, "associationArn": {}, - "associationId": {} + "associationId": {}, + "ownerArn": {} } } }, @@ -1858,7 +1880,7 @@ "type": "structure", "members": { "cluster": { - "shape": "S1q" + "shape": "S1s" } } } @@ -1979,7 +2001,10 @@ "clientRequestToken": { "idempotencyToken": true }, - "configurationValues": {} + "configurationValues": {}, + "podIdentityAssociations": { + "shape": "S13" + } } }, "output": { @@ -2006,10 +2031,10 @@ "locationName": "name" }, "resourcesVpcConfig": { - "shape": "S1c" + "shape": "S1e" }, "logging": { - "shape": "S1g" + "shape": "S1i" }, "clientRequestToken": { "idempotencyToken": true @@ -2088,7 +2113,7 @@ "type": "structure", "members": { "subscription": { - "shape": "S2d" + "shape": "S2f" } } } @@ -2116,7 +2141,7 @@ "type": "structure", "members": { "addOrUpdateLabels": { - "shape": "S2s" + "shape": "S2u" }, "removeLabels": { "type": "list", @@ -2128,18 +2153,18 @@ "type": "structure", "members": { "addOrUpdateTaints": { - "shape": "S2v" + "shape": "S2x" }, "removeTaints": { - "shape": "S2v" + "shape": "S2x" } } }, "scalingConfig": { - "shape": "S2m" + "shape": "S2o" }, "updateConfig": { - "shape": "S31" + "shape": "S33" }, "clientRequestToken": { "idempotencyToken": true @@ -2177,7 +2202,7 @@ "version": {}, "releaseVersion": {}, "launchTemplate": { - "shape": "S30" + "shape": "S32" }, "force": { "type": "boolean" @@ -2225,7 +2250,7 @@ "type": "structure", "members": { "association": { - "shape": "S3h" + "shape": "S3j" } } } @@ -2343,7 +2368,21 @@ "type": {} } }, - "S14": { + "S13": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "serviceAccount", + "roleArn" + ], + "members": { + "serviceAccount": {}, + "roleArn": {} + } + } + }, + "S16": { "type": "structure", "members": { "addonName": {}, @@ -2382,19 +2421,22 @@ "publisher": {}, "owner": {}, "marketplaceInformation": { - "shape": "S1a" + "shape": "S1c" }, - "configurationValues": {} + "configurationValues": {}, + "podIdentityAssociations": { + "shape": "S5" + } } }, - "S1a": { + "S1c": { "type": "structure", "members": { "productId": {}, "productUrl": {} } }, - "S1c": { + "S1e": { "type": "structure", "members": { "subnetIds": { @@ -2414,7 +2456,7 @@ } } }, - "S1g": { + "S1i": { "type": "structure", "members": { "clusterLogging": { @@ -2434,7 +2476,7 @@ } } }, - "S1q": { + "S1s": { "type": "structure", "members": { "name": {}, @@ -2476,7 +2518,7 @@ } }, "logging": { - "shape": "S1g" + "shape": "S1i" }, "identity": { "type": "structure", @@ -2565,7 +2607,7 @@ } } }, - "S28": { + "S2a": { "type": "structure", "members": { "duration": { @@ -2574,7 +2616,7 @@ "unit": {} } }, - "S2d": { + "S2f": { "type": "structure", "members": { "id": {}, @@ -2593,7 +2635,7 @@ }, "licenseType": {}, "term": { - "shape": "S28" + "shape": "S2a" }, "status": {}, "autoRenew": { @@ -2607,7 +2649,7 @@ } } }, - "S2f": { + "S2h": { "type": "list", "member": { "type": "structure", @@ -2621,7 +2663,7 @@ } } }, - "S2j": { + "S2l": { "type": "structure", "members": { "fargateProfileName": {}, @@ -2635,7 +2677,7 @@ "shape": "S5" }, "selectors": { - "shape": "S2f" + "shape": "S2h" }, "status": {}, "tags": { @@ -2643,7 +2685,7 @@ } } }, - "S2m": { + "S2o": { "type": "structure", "members": { "minSize": { @@ -2657,7 +2699,7 @@ } } }, - "S2r": { + "S2t": { "type": "structure", "members": { "ec2SshKey": {}, @@ -2666,12 +2708,12 @@ } } }, - "S2s": { + "S2u": { "type": "map", "key": {}, "value": {} }, - "S2v": { + "S2x": { "type": "list", "member": { "type": "structure", @@ -2682,7 +2724,7 @@ } } }, - "S30": { + "S32": { "type": "structure", "members": { "name": {}, @@ -2690,7 +2732,7 @@ "id": {} } }, - "S31": { + "S33": { "type": "structure", "members": { "maxUnavailable": { @@ -2701,7 +2743,7 @@ } } }, - "S36": { + "S38": { "type": "structure", "members": { "nodegroupName": {}, @@ -2718,7 +2760,7 @@ "status": {}, "capacityType": {}, "scalingConfig": { - "shape": "S2m" + "shape": "S2o" }, "instanceTypes": { "shape": "S5" @@ -2727,15 +2769,15 @@ "shape": "S5" }, "remoteAccess": { - "shape": "S2r" + "shape": "S2t" }, "amiType": {}, "nodeRole": {}, "labels": { - "shape": "S2s" + "shape": "S2u" }, "taints": { - "shape": "S2v" + "shape": "S2x" }, "resources": { "type": "structure", @@ -2774,17 +2816,17 @@ } }, "updateConfig": { - "shape": "S31" + "shape": "S33" }, "launchTemplate": { - "shape": "S30" + "shape": "S32" }, "tags": { "shape": "Ss" } } }, - "S3h": { + "S3j": { "type": "structure", "members": { "clusterName": {}, @@ -2801,10 +2843,11 @@ }, "modifiedAt": { "type": "timestamp" - } + }, + "ownerArn": {} } }, - "S4k": { + "S4o": { "type": "structure", "required": [ "type", @@ -2815,7 +2858,7 @@ "name": {} } }, - "S4t": { + "S4x": { "type": "structure", "members": { "status": {}, diff --git a/apis/eks-2017-11-01.normal.json b/apis/eks-2017-11-01.normal.json index f91c192815..88e8e556e5 100644 --- a/apis/eks-2017-11-01.normal.json +++ b/apis/eks-2017-11-01.normal.json @@ -5,6 +5,9 @@ "endpointPrefix": "eks", "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceAbbreviation": "Amazon EKS", "serviceFullName": "Amazon Elastic Kubernetes Service", "serviceId": "EKS", @@ -212,7 +215,7 @@ "shape": "UnsupportedAvailabilityZoneException" } ], - "documentation": "

Creates an Amazon EKS control plane.

The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances.

The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows).

Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster.

You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide .

You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.

" + "documentation": "

Creates an Amazon EKS control plane.

The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances.

The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows).

Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster.

You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide .

You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide.

" }, "CreateEksAnywhereSubscription": { "name": "CreateEksAnywhereSubscription", @@ -314,7 +317,7 @@ "shape": "ServiceUnavailableException" } ], - "documentation": "

Creates a managed node group for an Amazon EKS cluster.

You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Launch template support.

An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide.

Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.

" + "documentation": "

Creates a managed node group for an Amazon EKS cluster.

You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates.

An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide.

Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.

" }, "CreatePodIdentityAssociation": { "name": "CreatePodIdentityAssociation", @@ -1865,6 +1868,10 @@ "configurationValues": { "shape": "String", "documentation": "

The configuration values that you provided.

" + }, + "podIdentityAssociations": { + "shape": "StringList", + "documentation": "

An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } }, "documentation": "

An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.

" @@ -1937,7 +1944,9 @@ "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", - "K8sResourceNotFound" + "K8sResourceNotFound", + "AddonSubscriptionNeeded", + "AddonPermissionFailure" ] }, "AddonIssueList": { @@ -1946,6 +1955,50 @@ "shape": "AddonIssue" } }, + "AddonPodIdentityAssociations": { + "type": "structure", + "required": [ + "serviceAccount", + "roleArn" + ], + "members": { + "serviceAccount": { + "shape": "String", + "documentation": "

The name of a Kubernetes Service Account.

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

The ARN of an IAM Role.

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

A type of Pod Identity Association owned by an Amazon EKS Add-on.

Each EKS Pod Identity Association maps a role to a service account in a namespace in the cluster.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" + }, + "AddonPodIdentityAssociationsList": { + "type": "list", + "member": { + "shape": "AddonPodIdentityAssociations" + } + }, + "AddonPodIdentityConfiguration": { + "type": "structure", + "members": { + "serviceAccount": { + "shape": "String", + "documentation": "

The Kubernetes Service Account name used by the addon.

" + }, + "recommendedManagedPolicies": { + "shape": "StringList", + "documentation": "

A suggested IAM Policy for the addon.

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

Information about how to configure IAM for an Addon.

" + }, + "AddonPodIdentityConfigurationList": { + "type": "list", + "member": { + "shape": "AddonPodIdentityConfiguration" + } + }, "AddonStatus": { "type": "string", "enum": [ @@ -1977,6 +2030,10 @@ "requiresConfiguration": { "shape": "Boolean", "documentation": "

Whether the add-on requires configuration.

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

Indicates if the Addon requires IAM Permissions to operate, such as networking permissions.

" } }, "documentation": "

Information about an add-on version.

" @@ -2311,7 +2368,7 @@ }, "health": { "shape": "ClusterHealth", - "documentation": "

An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.

" + "documentation": "

An object representing the health of your Amazon EKS cluster.

" }, "outpostConfig": { "shape": "OutpostConfigResponse", @@ -2329,10 +2386,10 @@ "members": { "issues": { "shape": "ClusterIssueList", - "documentation": "

An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

" + "documentation": "

An object representing the health issues of your Amazon EKS cluster.

" } }, - "documentation": "

An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

" + "documentation": "

An object representing the health of your Amazon EKS cluster.

" }, "ClusterIssue": { "type": "structure", @@ -2350,7 +2407,7 @@ "documentation": "

The resource IDs that the issue relates to.

" } }, - "documentation": "

An issue with your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

" + "documentation": "

An issue with your Amazon EKS cluster.

" }, "ClusterIssueCode": { "type": "string", @@ -2604,6 +2661,10 @@ "configurationValues": { "shape": "String", "documentation": "

The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.

" + }, + "podIdentityAssociations": { + "shape": "AddonPodIdentityAssociationsList", + "documentation": "

An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } } }, @@ -2801,27 +2862,27 @@ }, "diskSize": { "shape": "BoxedInteger", - "documentation": "

The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "subnets": { "shape": "StringList", - "documentation": "

The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "instanceTypes": { "shape": "StringList", - "documentation": "

Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide.

" + "documentation": "

Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "amiType": { "shape": "AMITypes", - "documentation": "

The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "remoteAccess": { "shape": "RemoteAccessConfig", - "documentation": "

The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "nodeRole": { "shape": "String", - "documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "labels": { "shape": "labelsMap", @@ -2842,7 +2903,7 @@ }, "launchTemplate": { "shape": "LaunchTemplateSpecification", - "documentation": "

An object representing a node group's launch template specification. If specified, then do not specify instanceTypes, diskSize, or remoteAccess and make sure that the launch template meets the requirements in launchTemplateSpecification.

" + "documentation": "

An object representing a node group's launch template specification. When using this object, don't directly specify instanceTypes, diskSize, or remoteAccess. Make sure that the launch template meets the requirements in launchTemplateSpecification. Also refer to Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "updateConfig": { "shape": "NodegroupUpdateConfig", @@ -2854,11 +2915,11 @@ }, "version": { "shape": "String", - "documentation": "

The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "releaseVersion": { "shape": "String", - "documentation": "

The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" } } }, @@ -3233,6 +3294,10 @@ "configurationSchema": { "shape": "String", "documentation": "

A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

" + }, + "podIdentityConfiguration": { + "shape": "AddonPodIdentityConfigurationList", + "documentation": "

The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.

" } } }, @@ -4206,7 +4271,7 @@ "documentation": "

The ID of the launch template.

You must specify either the launch template ID or the launch template name in the request, but not both.

" } }, - "documentation": "

An object representing a node group launch template specification. The launch template can't include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

You must specify either the launch template ID or the launch template name in the request, but not both.

" + "documentation": "

An object representing a node group launch template specification. The launch template can't include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

You must specify either the launch template ID or the launch template name in the request, but not both.

" }, "ListAccessEntriesRequest": { "type": "structure", @@ -5261,6 +5326,10 @@ "modifiedAt": { "shape": "Timestamp", "documentation": "

The most recent timestamp that the association was modified at

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

If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

" } }, "documentation": "

Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.

" @@ -5293,6 +5362,10 @@ "associationId": { "shape": "String", "documentation": "

The ID of the association.

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

If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

" } }, "documentation": "

The summarized description of the association.

Each summary is simplified by removing these fields compared to the full PodIdentityAssociation :

" @@ -5607,6 +5680,10 @@ "configurationValues": { "shape": "String", "documentation": "

The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.

" + }, + "podIdentityAssociations": { + "shape": "AddonPodIdentityAssociationsList", + "documentation": "

An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } } }, @@ -5807,11 +5884,11 @@ }, "version": { "shape": "String", - "documentation": "

The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "releaseVersion": { "shape": "String", - "documentation": "

The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

" + "documentation": "

The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "launchTemplate": { "shape": "LaunchTemplateSpecification", @@ -5879,7 +5956,8 @@ "ConfigurationValues", "SecurityGroups", "Subnets", - "AuthenticationMode" + "AuthenticationMode", + "PodIdentityAssociations" ] }, "UpdateParams": { diff --git a/apis/iottwinmaker-2021-11-29.min.json b/apis/iottwinmaker-2021-11-29.min.json index a8243978c8..fecfe40594 100644 --- a/apis/iottwinmaker-2021-11-29.min.json +++ b/apis/iottwinmaker-2021-11-29.min.json @@ -3,8 +3,10 @@ "metadata": { "apiVersion": "2021-11-29", "endpointPrefix": "iottwinmaker", - "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceFullName": "AWS IoT TwinMaker", "serviceId": "IoTTwinMaker", "signatureVersion": "v4", diff --git a/apis/iottwinmaker-2021-11-29.normal.json b/apis/iottwinmaker-2021-11-29.normal.json index d1f604d592..012a286534 100644 --- a/apis/iottwinmaker-2021-11-29.normal.json +++ b/apis/iottwinmaker-2021-11-29.normal.json @@ -3,8 +3,10 @@ "metadata": { "apiVersion": "2021-11-29", "endpointPrefix": "iottwinmaker", - "jsonVersion": "1.1", "protocol": "rest-json", + "protocols": [ + "rest-json" + ], "serviceFullName": "AWS IoT TwinMaker", "serviceId": "IoTTwinMaker", "signatureVersion": "v4", @@ -4891,7 +4893,8 @@ "enum": [ "UPDATE", "DELETE", - "CREATE" + "CREATE", + "RESET_VALUE" ] }, "PropertyValue": { diff --git a/clients/amplify.d.ts b/clients/amplify.d.ts index 199fb3ef31..2677e7a989 100644 --- a/clients/amplify.d.ts +++ b/clients/amplify.d.ts @@ -20,11 +20,11 @@ declare class Amplify extends Service { */ createApp(callback?: (err: AWSError, data: Amplify.Types.CreateAppResult) => void): Request; /** - * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ createBackendEnvironment(params: Amplify.Types.CreateBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request; /** - * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ createBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request; /** @@ -68,11 +68,11 @@ declare class Amplify extends Service { */ deleteApp(callback?: (err: AWSError, data: Amplify.Types.DeleteAppResult) => void): Request; /** - * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ deleteBackendEnvironment(params: Amplify.Types.DeleteBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request; /** - * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ deleteBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request; /** @@ -132,11 +132,11 @@ declare class Amplify extends Service { */ getArtifactUrl(callback?: (err: AWSError, data: Amplify.Types.GetArtifactUrlResult) => void): Request; /** - * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ getBackendEnvironment(params: Amplify.Types.GetBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request; /** - * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ getBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request; /** @@ -188,11 +188,11 @@ declare class Amplify extends Service { */ listArtifacts(callback?: (err: AWSError, data: Amplify.Types.ListArtifactsResult) => void): Request; /** - * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ listBackendEnvironments(params: Amplify.Types.ListBackendEnvironmentsRequest, callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request; /** - * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. + * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ listBackendEnvironments(callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request; /** @@ -617,7 +617,7 @@ declare namespace Amplify { */ sourceBranch?: BranchName; /** - * The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. + * The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ backendEnvironmentArn?: BackendEnvironmentArn; backend?: Backend; @@ -833,11 +833,11 @@ declare namespace Amplify { */ pullRequestEnvironmentName?: PullRequestEnvironmentName; /** - * The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. + * The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI). */ backendEnvironmentArn?: BackendEnvironmentArn; /** - * The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack. + * The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack. This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ backend?: Backend; } @@ -1864,11 +1864,11 @@ declare namespace Amplify { */ pullRequestEnvironmentName?: PullRequestEnvironmentName; /** - * The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. + * The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI). */ backendEnvironmentArn?: BackendEnvironmentArn; /** - * The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack. + * The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack. This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code. */ backend?: Backend; } diff --git a/clients/batch.d.ts b/clients/batch.d.ts index 64115e4588..31abf43866 100644 --- a/clients/batch.d.ts +++ b/clients/batch.d.ts @@ -115,6 +115,14 @@ declare class Batch extends Service { * Describes one or more of your scheduling policies. */ describeSchedulingPolicies(callback?: (err: AWSError, data: Batch.Types.DescribeSchedulingPoliciesResponse) => void): Request; + /** + * Provides a list of the first 100 RUNNABLE jobs associated to a single job queue. + */ + getJobQueueSnapshot(params: Batch.Types.GetJobQueueSnapshotRequest, callback?: (err: AWSError, data: Batch.Types.GetJobQueueSnapshotResponse) => void): Request; + /** + * Provides a list of the first 100 RUNNABLE jobs associated to a single job queue. + */ + getJobQueueSnapshot(callback?: (err: AWSError, data: Batch.Types.GetJobQueueSnapshotResponse) => void): Request; /** * Returns a list of Batch jobs. You must specify only one of the following items: A job queue ID to return a list of jobs in that job queue A multi-node parallel job ID to return a list of nodes for that job An array job ID to return a list of the children for that job You can filter the results by job status with the jobStatus parameter. If you don't specify a status, only RUNNING jobs are returned. */ @@ -1672,6 +1680,39 @@ declare namespace Batch { platformVersion?: String; } export type Float = number; + export interface FrontOfQueueDetail { + /** + * The Amazon Resource Names (ARNs) of the first 100 RUNNABLE jobs in a named job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage. + */ + jobs?: FrontOfQueueJobSummaryList; + /** + * The Unix timestamp (in milliseconds) for when each of the first 100 RUNNABLE jobs were last updated. + */ + lastUpdatedAt?: Long; + } + export interface FrontOfQueueJobSummary { + /** + * The ARN for a job in a named job queue. + */ + jobArn?: String; + /** + * The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue. + */ + earliestTimeAtPosition?: Long; + } + export type FrontOfQueueJobSummaryList = FrontOfQueueJobSummary[]; + export interface GetJobQueueSnapshotRequest { + /** + * The job queue’s name or full queue Amazon Resource Name (ARN). + */ + jobQueue: String; + } + export interface GetJobQueueSnapshotResponse { + /** + * The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage. + */ + frontOfQueue?: FrontOfQueueDetail; + } export interface Host { /** * The path on the host container instance that's presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If this parameter contains a file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the source path location doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported. This parameter isn't applicable to jobs that run on Fargate resources. Don't provide this for these jobs. @@ -2099,7 +2140,7 @@ declare namespace Batch { */ jobStatus?: JobStatus; /** - * The maximum number of results returned by ListJobs in paginated output. When this parameter is used, ListJobs only returns maxResults results in a single page and a nextToken response element. The remaining results of the initial request can be seen by sending another ListJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListJobs returns up to 100 results and a nextToken value if applicable. + * The maximum number of results returned by ListJobs in a paginated output. When this parameter is used, ListJobs returns up to maxResults results in a single page and a nextToken response element, if applicable. The remaining results of the initial request can be seen by sending another ListJobs request with the returned nextToken value. The following outlines key parameters and limitations: The minimum value is 1. When --job-status is used, Batch returns up to 1000 values. When --filters is used, Batch returns up to 100 values. If neither parameter is used, then ListJobs returns up to 1000 results (jobs that are in the RUNNING status) and a nextToken value, if applicable. */ maxResults?: Integer; /** diff --git a/clients/eks.d.ts b/clients/eks.d.ts index 6f50db7af1..60b8196969 100644 --- a/clients/eks.d.ts +++ b/clients/eks.d.ts @@ -53,11 +53,11 @@ declare class EKS extends Service { */ createAddon(callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request; /** - * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide. + * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide. */ createCluster(params: EKS.Types.CreateClusterRequest, callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request; /** - * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide. + * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide. */ createCluster(callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request; /** @@ -77,11 +77,11 @@ declare class EKS extends Service { */ createFargateProfile(callback?: (err: AWSError, data: EKS.Types.CreateFargateProfileResponse) => void): Request; /** - * Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Launch template support. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS. + * Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS. */ createNodegroup(params: EKS.Types.CreateNodegroupRequest, callback?: (err: AWSError, data: EKS.Types.CreateNodegroupResponse) => void): Request; /** - * Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Launch template support. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS. + * Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS. */ createNodegroup(callback?: (err: AWSError, data: EKS.Types.CreateNodegroupResponse) => void): Request; /** @@ -655,6 +655,10 @@ declare namespace EKS { * The configuration values that you provided. */ configurationValues?: String; + /** + * An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide. + */ + podIdentityAssociations?: StringList; } export interface AddonHealth { /** @@ -702,8 +706,30 @@ declare namespace EKS { */ resourceIds?: StringList; } - export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|string; + export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|"AddonSubscriptionNeeded"|"AddonPermissionFailure"|string; export type AddonIssueList = AddonIssue[]; + export interface AddonPodIdentityAssociations { + /** + * The name of a Kubernetes Service Account. + */ + serviceAccount: String; + /** + * The ARN of an IAM Role. + */ + roleArn: String; + } + export type AddonPodIdentityAssociationsList = AddonPodIdentityAssociations[]; + export interface AddonPodIdentityConfiguration { + /** + * The Kubernetes Service Account name used by the addon. + */ + serviceAccount?: String; + /** + * A suggested IAM Policy for the addon. + */ + recommendedManagedPolicies?: StringList; + } + export type AddonPodIdentityConfigurationList = AddonPodIdentityConfiguration[]; export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|"UPDATE_FAILED"|string; export interface AddonVersionInfo { /** @@ -722,6 +748,10 @@ declare namespace EKS { * Whether the add-on requires configuration. */ requiresConfiguration?: Boolean; + /** + * Indicates if the Addon requires IAM Permissions to operate, such as networking permissions. + */ + requiresIamPermissions?: Boolean; } export type AddonVersionInfoList = AddonVersionInfo[]; export type Addons = AddonInfo[]; @@ -928,7 +958,7 @@ declare namespace EKS { */ id?: String; /** - * An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud. + * An object representing the health of your Amazon EKS cluster. */ health?: ClusterHealth; /** @@ -942,7 +972,7 @@ declare namespace EKS { } export interface ClusterHealth { /** - * An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost. + * An object representing the health issues of your Amazon EKS cluster. */ issues?: ClusterIssueList; } @@ -1100,6 +1130,10 @@ declare namespace EKS { * The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration. */ configurationValues?: String; + /** + * An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide. + */ + podIdentityAssociations?: AddonPodIdentityAssociationsList; } export interface CreateAddonResponse { addon?: Addon; @@ -1242,27 +1276,27 @@ declare namespace EKS { */ scalingConfig?: NodegroupScalingConfig; /** - * The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ diskSize?: BoxedInteger; /** - * The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ subnets: StringList; /** - * Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide. + * Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ instanceTypes?: StringList; /** - * The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ amiType?: AMITypes; /** - * The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ remoteAccess?: RemoteAccessConfig; /** - * The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ nodeRole: String; /** @@ -1282,7 +1316,7 @@ declare namespace EKS { */ clientRequestToken?: String; /** - * An object representing a node group's launch template specification. If specified, then do not specify instanceTypes, diskSize, or remoteAccess and make sure that the launch template meets the requirements in launchTemplateSpecification. + * An object representing a node group's launch template specification. When using this object, don't directly specify instanceTypes, diskSize, or remoteAccess. Make sure that the launch template meets the requirements in launchTemplateSpecification. Also refer to Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ launchTemplate?: LaunchTemplateSpecification; /** @@ -1294,11 +1328,11 @@ declare namespace EKS { */ capacityType?: CapacityTypes; /** - * The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ version?: String; /** - * The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ releaseVersion?: String; } @@ -1512,6 +1546,10 @@ declare namespace EKS { * A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated. */ configurationSchema?: String; + /** + * The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon. + */ + podIdentityConfiguration?: AddonPodIdentityConfigurationList; } export interface DescribeAddonRequest { /** @@ -2749,6 +2787,10 @@ declare namespace EKS { * The most recent timestamp that the association was modified at */ modifiedAt?: Timestamp; + /** + * If defined, the Pod Identity Association is owned by an Amazon EKS Addon. + */ + ownerArn?: String; } export type PodIdentityAssociationSummaries = PodIdentityAssociationSummary[]; export interface PodIdentityAssociationSummary { @@ -2772,6 +2814,10 @@ declare namespace EKS { * The ID of the association. */ associationId?: String; + /** + * If defined, the Pod Identity Association is owned by an Amazon EKS Addon. + */ + ownerArn?: String; } export interface Provider { /** @@ -2947,6 +2993,10 @@ declare namespace EKS { * The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration. */ configurationValues?: String; + /** + * An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide. + */ + podIdentityAssociations?: AddonPodIdentityAssociationsList; } export interface UpdateAddonResponse { update?: Update; @@ -3066,11 +3116,11 @@ declare namespace EKS { */ nodegroupName: String; /** - * The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ version?: String; /** - * The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide. + * The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide. */ releaseVersion?: String; /** @@ -3099,7 +3149,7 @@ declare namespace EKS { */ value?: String; } - export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|string; + export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|string; export type UpdateParams = UpdateParam[]; export interface UpdatePodIdentityAssociationRequest { /** diff --git a/clients/iottwinmaker.d.ts b/clients/iottwinmaker.d.ts index 2bdc641a8d..92660231bc 100644 --- a/clients/iottwinmaker.d.ts +++ b/clients/iottwinmaker.d.ts @@ -2453,7 +2453,7 @@ declare namespace IoTTwinMaker { areAllPropertyValuesReturned?: Boolean; } export type PropertyTableValue = {[key: string]: DataValue}; - export type PropertyUpdateType = "UPDATE"|"DELETE"|"CREATE"|string; + export type PropertyUpdateType = "UPDATE"|"DELETE"|"CREATE"|"RESET_VALUE"|string; export interface PropertyValue { /** * The timestamp of a value for a time series property. diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index bd7c0b56c9..ce548f97a7 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.1632.0', + VERSION: '2.1633.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index be8d38cf58..ff80d4e91f 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.1632.0', + VERSION: '2.1633.0', /** * @api private @@ -35924,7 +35924,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 69 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2016-08-10","endpointPrefix":"batch","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"AWS Batch","serviceFullName":"AWS Batch","serviceId":"Batch","signatureVersion":"v4","uid":"batch-2016-08-10"},"operations":{"CancelJob":{"http":{"requestUri":"/v1/canceljob"},"input":{"type":"structure","required":["jobId","reason"],"members":{"jobId":{},"reason":{}}},"output":{"type":"structure","members":{}}},"CreateComputeEnvironment":{"http":{"requestUri":"/v1/createcomputeenvironment"},"input":{"type":"structure","required":["computeEnvironmentName","type"],"members":{"computeEnvironmentName":{},"type":{},"state":{},"unmanagedvCpus":{"type":"integer"},"computeResources":{"shape":"S8"},"serviceRole":{},"tags":{"shape":"Sj"},"eksConfiguration":{"shape":"Sm"}}},"output":{"type":"structure","members":{"computeEnvironmentName":{},"computeEnvironmentArn":{}}}},"CreateJobQueue":{"http":{"requestUri":"/v1/createjobqueue"},"input":{"type":"structure","required":["jobQueueName","priority","computeEnvironmentOrder"],"members":{"jobQueueName":{},"state":{},"schedulingPolicyArn":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"tags":{"shape":"Sj"},"jobStateTimeLimitActions":{"shape":"Ss"}}},"output":{"type":"structure","required":["jobQueueName","jobQueueArn"],"members":{"jobQueueName":{},"jobQueueArn":{}}}},"CreateSchedulingPolicy":{"http":{"requestUri":"/v1/createschedulingpolicy"},"input":{"type":"structure","required":["name"],"members":{"name":{},"fairsharePolicy":{"shape":"Sy"},"tags":{"shape":"Sj"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}}},"DeleteComputeEnvironment":{"http":{"requestUri":"/v1/deletecomputeenvironment"},"input":{"type":"structure","required":["computeEnvironment"],"members":{"computeEnvironment":{}}},"output":{"type":"structure","members":{}}},"DeleteJobQueue":{"http":{"requestUri":"/v1/deletejobqueue"},"input":{"type":"structure","required":["jobQueue"],"members":{"jobQueue":{}}},"output":{"type":"structure","members":{}}},"DeleteSchedulingPolicy":{"http":{"requestUri":"/v1/deleteschedulingpolicy"},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeregisterJobDefinition":{"http":{"requestUri":"/v1/deregisterjobdefinition"},"input":{"type":"structure","required":["jobDefinition"],"members":{"jobDefinition":{}}},"output":{"type":"structure","members":{}}},"DescribeComputeEnvironments":{"http":{"requestUri":"/v1/describecomputeenvironments"},"input":{"type":"structure","members":{"computeEnvironments":{"shape":"Sb"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"computeEnvironments":{"type":"list","member":{"type":"structure","required":["computeEnvironmentName","computeEnvironmentArn"],"members":{"computeEnvironmentName":{},"computeEnvironmentArn":{},"unmanagedvCpus":{"type":"integer"},"ecsClusterArn":{},"tags":{"shape":"Sj"},"type":{},"state":{},"status":{},"statusReason":{},"computeResources":{"shape":"S8"},"serviceRole":{},"updatePolicy":{"shape":"S1g"},"eksConfiguration":{"shape":"Sm"},"containerOrchestrationType":{},"uuid":{}}}},"nextToken":{}}}},"DescribeJobDefinitions":{"http":{"requestUri":"/v1/describejobdefinitions"},"input":{"type":"structure","members":{"jobDefinitions":{"shape":"Sb"},"maxResults":{"type":"integer"},"jobDefinitionName":{},"status":{},"nextToken":{}}},"output":{"type":"structure","members":{"jobDefinitions":{"type":"list","member":{"type":"structure","required":["jobDefinitionName","jobDefinitionArn","revision","type"],"members":{"jobDefinitionName":{},"jobDefinitionArn":{},"revision":{"type":"integer"},"status":{},"type":{},"schedulingPriority":{"type":"integer"},"parameters":{"shape":"S1o"},"retryStrategy":{"shape":"S1p"},"containerProperties":{"shape":"S1t"},"timeout":{"shape":"S2s"},"nodeProperties":{"shape":"S2t"},"tags":{"shape":"Sj"},"propagateTags":{"type":"boolean"},"platformCapabilities":{"shape":"S33"},"ecsProperties":{"shape":"S2w"},"eksProperties":{"shape":"S35"},"containerOrchestrationType":{}}}},"nextToken":{}}}},"DescribeJobQueues":{"http":{"requestUri":"/v1/describejobqueues"},"input":{"type":"structure","members":{"jobQueues":{"shape":"Sb"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"jobQueues":{"type":"list","member":{"type":"structure","required":["jobQueueName","jobQueueArn","state","priority","computeEnvironmentOrder"],"members":{"jobQueueName":{},"jobQueueArn":{},"state":{},"schedulingPolicyArn":{},"status":{},"statusReason":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"tags":{"shape":"Sj"},"jobStateTimeLimitActions":{"shape":"Ss"}}}},"nextToken":{}}}},"DescribeJobs":{"http":{"requestUri":"/v1/describejobs"},"input":{"type":"structure","required":["jobs"],"members":{"jobs":{"shape":"Sb"}}},"output":{"type":"structure","members":{"jobs":{"type":"list","member":{"type":"structure","required":["jobName","jobId","jobQueue","status","startedAt","jobDefinition"],"members":{"jobArn":{},"jobName":{},"jobId":{},"jobQueue":{},"status":{},"shareIdentifier":{},"schedulingPriority":{"type":"integer"},"attempts":{"type":"list","member":{"type":"structure","members":{"container":{"type":"structure","members":{"containerInstanceArn":{},"taskArn":{},"exitCode":{"type":"integer"},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"statusReason":{},"taskProperties":{"type":"list","member":{"type":"structure","members":{"containerInstanceArn":{},"taskArn":{},"containers":{"type":"list","member":{"type":"structure","members":{"exitCode":{"type":"integer"},"name":{},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}}}}}}}}},"statusReason":{},"createdAt":{"type":"long"},"retryStrategy":{"shape":"S1p"},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"dependsOn":{"shape":"S4b"},"jobDefinition":{},"parameters":{"shape":"S1o"},"container":{"type":"structure","members":{"image":{},"vcpus":{"type":"integer"},"memory":{"type":"integer"},"command":{"shape":"Sb"},"jobRoleArn":{},"executionRoleArn":{},"volumes":{"shape":"S1u"},"environment":{"shape":"S21"},"mountPoints":{"shape":"S23"},"readonlyRootFilesystem":{"type":"boolean"},"ulimits":{"shape":"S25"},"privileged":{"type":"boolean"},"user":{},"exitCode":{"type":"integer"},"reason":{},"containerInstanceArn":{},"taskArn":{},"logStreamName":{},"instanceType":{},"networkInterfaces":{"shape":"S45"},"resourceRequirements":{"shape":"S27"},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"secrets":{"shape":"S2k"},"networkConfiguration":{"shape":"S2m"},"fargatePlatformConfiguration":{"shape":"S2o"},"ephemeralStorage":{"shape":"S2p"},"runtimePlatform":{"shape":"S2q"},"repositoryCredentials":{"shape":"S2r"}}},"nodeDetails":{"type":"structure","members":{"nodeIndex":{"type":"integer"},"isMainNode":{"type":"boolean"}}},"nodeProperties":{"shape":"S2t"},"arrayProperties":{"type":"structure","members":{"statusSummary":{"type":"map","key":{},"value":{"type":"integer"}},"size":{"type":"integer"},"index":{"type":"integer"}}},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"propagateTags":{"type":"boolean"},"platformCapabilities":{"shape":"S33"},"eksProperties":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"serviceAccountName":{},"hostNetwork":{"type":"boolean"},"dnsPolicy":{},"imagePullSecrets":{"shape":"S37"},"containers":{"shape":"S4k"},"initContainers":{"shape":"S4k"},"volumes":{"shape":"S3l"},"podName":{},"nodeName":{},"metadata":{"shape":"S3q"},"shareProcessNamespace":{"type":"boolean"}}}}},"eksAttempts":{"type":"list","member":{"type":"structure","members":{"containers":{"shape":"S4o"},"initContainers":{"shape":"S4o"},"podName":{},"nodeName":{},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"statusReason":{}}}},"ecsProperties":{"type":"structure","members":{"taskProperties":{"type":"list","member":{"type":"structure","members":{"containers":{"type":"list","member":{"type":"structure","members":{"command":{"shape":"Sb"},"dependsOn":{"shape":"S31"},"environment":{"shape":"S21"},"essential":{"type":"boolean"},"image":{},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"mountPoints":{"shape":"S23"},"name":{},"privileged":{"type":"boolean"},"readonlyRootFilesystem":{"type":"boolean"},"repositoryCredentials":{"shape":"S2r"},"resourceRequirements":{"shape":"S27"},"secrets":{"shape":"S2k"},"ulimits":{"shape":"S25"},"user":{},"exitCode":{"type":"integer"},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}}},"containerInstanceArn":{},"taskArn":{},"ephemeralStorage":{"shape":"S2p"},"executionRoleArn":{},"platformVersion":{},"ipcMode":{},"taskRoleArn":{},"pidMode":{},"networkConfiguration":{"shape":"S2m"},"runtimePlatform":{"shape":"S2q"},"volumes":{"shape":"S1u"}}}}}},"isCancelled":{"type":"boolean"},"isTerminated":{"type":"boolean"}}}}}}},"DescribeSchedulingPolicies":{"http":{"requestUri":"/v1/describeschedulingpolicies"},"input":{"type":"structure","required":["arns"],"members":{"arns":{"shape":"Sb"}}},"output":{"type":"structure","members":{"schedulingPolicies":{"type":"list","member":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{},"fairsharePolicy":{"shape":"Sy"},"tags":{"shape":"Sj"}}}}}}},"ListJobs":{"http":{"requestUri":"/v1/listjobs"},"input":{"type":"structure","members":{"jobQueue":{},"arrayJobId":{},"multiNodeJobId":{},"jobStatus":{},"maxResults":{"type":"integer"},"nextToken":{},"filters":{"type":"list","member":{"type":"structure","members":{"name":{},"values":{"shape":"Sb"}}}}}},"output":{"type":"structure","required":["jobSummaryList"],"members":{"jobSummaryList":{"type":"list","member":{"type":"structure","required":["jobId","jobName"],"members":{"jobArn":{},"jobId":{},"jobName":{},"createdAt":{"type":"long"},"status":{},"statusReason":{},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"container":{"type":"structure","members":{"exitCode":{"type":"integer"},"reason":{}}},"arrayProperties":{"type":"structure","members":{"size":{"type":"integer"},"index":{"type":"integer"}}},"nodeProperties":{"type":"structure","members":{"isMainNode":{"type":"boolean"},"numNodes":{"type":"integer"},"nodeIndex":{"type":"integer"}}},"jobDefinition":{}}}},"nextToken":{}}}},"ListSchedulingPolicies":{"http":{"requestUri":"/v1/listschedulingpolicies"},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"schedulingPolicies":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sj"}}}},"RegisterJobDefinition":{"http":{"requestUri":"/v1/registerjobdefinition"},"input":{"type":"structure","required":["jobDefinitionName","type"],"members":{"jobDefinitionName":{},"type":{},"parameters":{"shape":"S1o"},"schedulingPriority":{"type":"integer"},"containerProperties":{"shape":"S1t"},"nodeProperties":{"shape":"S2t"},"retryStrategy":{"shape":"S1p"},"propagateTags":{"type":"boolean"},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"platformCapabilities":{"shape":"S33"},"eksProperties":{"shape":"S35"},"ecsProperties":{"shape":"S2w"}}},"output":{"type":"structure","required":["jobDefinitionName","jobDefinitionArn","revision"],"members":{"jobDefinitionName":{},"jobDefinitionArn":{},"revision":{"type":"integer"}}}},"SubmitJob":{"http":{"requestUri":"/v1/submitjob"},"input":{"type":"structure","required":["jobName","jobQueue","jobDefinition"],"members":{"jobName":{},"jobQueue":{},"shareIdentifier":{},"schedulingPriorityOverride":{"type":"integer"},"arrayProperties":{"type":"structure","members":{"size":{"type":"integer"}}},"dependsOn":{"shape":"S4b"},"jobDefinition":{},"parameters":{"shape":"S1o"},"containerOverrides":{"shape":"S5j"},"nodeOverrides":{"type":"structure","members":{"numNodes":{"type":"integer"},"nodePropertyOverrides":{"type":"list","member":{"type":"structure","required":["targetNodes"],"members":{"targetNodes":{},"containerOverrides":{"shape":"S5j"},"ecsPropertiesOverride":{"shape":"S5n"},"instanceTypes":{"shape":"Sb"}}}}}},"retryStrategy":{"shape":"S1p"},"propagateTags":{"type":"boolean"},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"eksPropertiesOverride":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"containers":{"shape":"S5u"},"initContainers":{"shape":"S5u"},"metadata":{"shape":"S3q"}}}}},"ecsPropertiesOverride":{"shape":"S5n"}}},"output":{"type":"structure","required":["jobName","jobId"],"members":{"jobArn":{},"jobName":{},"jobId":{}}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sj"}}},"output":{"type":"structure","members":{}}},"TerminateJob":{"http":{"requestUri":"/v1/terminatejob"},"input":{"type":"structure","required":["jobId","reason"],"members":{"jobId":{},"reason":{}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/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":{}}},"UpdateComputeEnvironment":{"http":{"requestUri":"/v1/updatecomputeenvironment"},"input":{"type":"structure","required":["computeEnvironment"],"members":{"computeEnvironment":{},"state":{},"unmanagedvCpus":{"type":"integer"},"computeResources":{"type":"structure","members":{"minvCpus":{"type":"integer"},"maxvCpus":{"type":"integer"},"desiredvCpus":{"type":"integer"},"subnets":{"shape":"Sb"},"securityGroupIds":{"shape":"Sb"},"allocationStrategy":{},"instanceTypes":{"shape":"Sb"},"ec2KeyPair":{},"instanceRole":{},"tags":{"shape":"Sc"},"placementGroup":{},"bidPercentage":{"type":"integer"},"launchTemplate":{"shape":"Sd"},"ec2Configuration":{"shape":"Se"},"updateToLatestImageVersion":{"type":"boolean"},"type":{},"imageId":{}}},"serviceRole":{},"updatePolicy":{"shape":"S1g"}}},"output":{"type":"structure","members":{"computeEnvironmentName":{},"computeEnvironmentArn":{}}}},"UpdateJobQueue":{"http":{"requestUri":"/v1/updatejobqueue"},"input":{"type":"structure","required":["jobQueue"],"members":{"jobQueue":{},"state":{},"schedulingPolicyArn":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"jobStateTimeLimitActions":{"shape":"Ss"}}},"output":{"type":"structure","members":{"jobQueueName":{},"jobQueueArn":{}}}},"UpdateSchedulingPolicy":{"http":{"requestUri":"/v1/updateschedulingpolicy"},"input":{"type":"structure","required":["arn"],"members":{"arn":{},"fairsharePolicy":{"shape":"Sy"}}},"output":{"type":"structure","members":{}}}},"shapes":{"S8":{"type":"structure","required":["type","maxvCpus","subnets"],"members":{"type":{},"allocationStrategy":{},"minvCpus":{"type":"integer"},"maxvCpus":{"type":"integer"},"desiredvCpus":{"type":"integer"},"instanceTypes":{"shape":"Sb"},"imageId":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use ec2Configuration[].imageIdOverride instead."},"subnets":{"shape":"Sb"},"securityGroupIds":{"shape":"Sb"},"ec2KeyPair":{},"instanceRole":{},"tags":{"shape":"Sc"},"placementGroup":{},"bidPercentage":{"type":"integer"},"spotIamFleetRole":{},"launchTemplate":{"shape":"Sd"},"ec2Configuration":{"shape":"Se"}}},"Sb":{"type":"list","member":{}},"Sc":{"type":"map","key":{},"value":{}},"Sd":{"type":"structure","members":{"launchTemplateId":{},"launchTemplateName":{},"version":{}}},"Se":{"type":"list","member":{"type":"structure","required":["imageType"],"members":{"imageType":{},"imageIdOverride":{},"imageKubernetesVersion":{}}}},"Sj":{"type":"map","key":{},"value":{}},"Sm":{"type":"structure","required":["eksClusterArn","kubernetesNamespace"],"members":{"eksClusterArn":{},"kubernetesNamespace":{}}},"Sq":{"type":"list","member":{"type":"structure","required":["order","computeEnvironment"],"members":{"order":{"type":"integer"},"computeEnvironment":{}}}},"Ss":{"type":"list","member":{"type":"structure","required":["reason","state","maxTimeSeconds","action"],"members":{"reason":{},"state":{},"maxTimeSeconds":{"type":"integer"},"action":{}}}},"Sy":{"type":"structure","members":{"shareDecaySeconds":{"type":"integer"},"computeReservation":{"type":"integer"},"shareDistribution":{"type":"list","member":{"type":"structure","required":["shareIdentifier"],"members":{"shareIdentifier":{},"weightFactor":{"type":"float"}}}}}},"S1g":{"type":"structure","members":{"terminateJobsOnUpdate":{"type":"boolean"},"jobExecutionTimeoutMinutes":{"type":"long"}}},"S1o":{"type":"map","key":{},"value":{}},"S1p":{"type":"structure","members":{"attempts":{"type":"integer"},"evaluateOnExit":{"type":"list","member":{"type":"structure","required":["action"],"members":{"onStatusReason":{},"onReason":{},"onExitCode":{},"action":{}}}}}},"S1t":{"type":"structure","members":{"image":{},"vcpus":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"memory":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"command":{"shape":"Sb"},"jobRoleArn":{},"executionRoleArn":{},"volumes":{"shape":"S1u"},"environment":{"shape":"S21"},"mountPoints":{"shape":"S23"},"readonlyRootFilesystem":{"type":"boolean"},"privileged":{"type":"boolean"},"ulimits":{"shape":"S25"},"user":{},"instanceType":{},"resourceRequirements":{"shape":"S27"},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"secrets":{"shape":"S2k"},"networkConfiguration":{"shape":"S2m"},"fargatePlatformConfiguration":{"shape":"S2o"},"ephemeralStorage":{"shape":"S2p"},"runtimePlatform":{"shape":"S2q"},"repositoryCredentials":{"shape":"S2r"}}},"S1u":{"type":"list","member":{"type":"structure","members":{"host":{"type":"structure","members":{"sourcePath":{}}},"name":{},"efsVolumeConfiguration":{"type":"structure","required":["fileSystemId"],"members":{"fileSystemId":{},"rootDirectory":{},"transitEncryption":{},"transitEncryptionPort":{"type":"integer"},"authorizationConfig":{"type":"structure","members":{"accessPointId":{},"iam":{}}}}}}}},"S21":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S23":{"type":"list","member":{"type":"structure","members":{"containerPath":{},"readOnly":{"type":"boolean"},"sourceVolume":{}}}},"S25":{"type":"list","member":{"type":"structure","required":["hardLimit","name","softLimit"],"members":{"hardLimit":{"type":"integer"},"name":{},"softLimit":{"type":"integer"}}}},"S27":{"type":"list","member":{"type":"structure","required":["value","type"],"members":{"value":{},"type":{}}}},"S2a":{"type":"structure","members":{"devices":{"type":"list","member":{"type":"structure","required":["hostPath"],"members":{"hostPath":{},"containerPath":{},"permissions":{"type":"list","member":{}}}}},"initProcessEnabled":{"type":"boolean"},"sharedMemorySize":{"type":"integer"},"tmpfs":{"type":"list","member":{"type":"structure","required":["containerPath","size"],"members":{"containerPath":{},"size":{"type":"integer"},"mountOptions":{"shape":"Sb"}}}},"maxSwap":{"type":"integer"},"swappiness":{"type":"integer"}}},"S2h":{"type":"structure","required":["logDriver"],"members":{"logDriver":{},"options":{"type":"map","key":{},"value":{}},"secretOptions":{"shape":"S2k"}}},"S2k":{"type":"list","member":{"type":"structure","required":["name","valueFrom"],"members":{"name":{},"valueFrom":{}}}},"S2m":{"type":"structure","members":{"assignPublicIp":{}}},"S2o":{"type":"structure","members":{"platformVersion":{}}},"S2p":{"type":"structure","required":["sizeInGiB"],"members":{"sizeInGiB":{"type":"integer"}}},"S2q":{"type":"structure","members":{"operatingSystemFamily":{},"cpuArchitecture":{}}},"S2r":{"type":"structure","required":["credentialsParameter"],"members":{"credentialsParameter":{}}},"S2s":{"type":"structure","members":{"attemptDurationSeconds":{"type":"integer"}}},"S2t":{"type":"structure","required":["numNodes","mainNode","nodeRangeProperties"],"members":{"numNodes":{"type":"integer"},"mainNode":{"type":"integer"},"nodeRangeProperties":{"type":"list","member":{"type":"structure","required":["targetNodes"],"members":{"targetNodes":{},"container":{"shape":"S1t"},"instanceTypes":{"shape":"Sb"},"ecsProperties":{"shape":"S2w"}}}}}},"S2w":{"type":"structure","required":["taskProperties"],"members":{"taskProperties":{"type":"list","member":{"type":"structure","required":["containers"],"members":{"containers":{"type":"list","member":{"type":"structure","required":["image"],"members":{"command":{"shape":"Sb"},"dependsOn":{"shape":"S31"},"environment":{"shape":"S21"},"essential":{"type":"boolean"},"image":{},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"mountPoints":{"shape":"S23"},"name":{},"privileged":{"type":"boolean"},"readonlyRootFilesystem":{"type":"boolean"},"repositoryCredentials":{"shape":"S2r"},"resourceRequirements":{"shape":"S27"},"secrets":{"shape":"S2k"},"ulimits":{"shape":"S25"},"user":{}}}},"ephemeralStorage":{"shape":"S2p"},"executionRoleArn":{},"platformVersion":{},"ipcMode":{},"taskRoleArn":{},"pidMode":{},"networkConfiguration":{"shape":"S2m"},"runtimePlatform":{"shape":"S2q"},"volumes":{"shape":"S1u"}}}}}},"S31":{"type":"list","member":{"type":"structure","members":{"containerName":{},"condition":{}}}},"S33":{"type":"list","member":{}},"S35":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"serviceAccountName":{},"hostNetwork":{"type":"boolean"},"dnsPolicy":{},"imagePullSecrets":{"shape":"S37"},"containers":{"shape":"S39"},"initContainers":{"shape":"S39"},"volumes":{"shape":"S3l"},"metadata":{"shape":"S3q"},"shareProcessNamespace":{"type":"boolean"}}}}},"S37":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{}}}},"S39":{"type":"list","member":{"type":"structure","required":["image"],"members":{"name":{},"image":{},"imagePullPolicy":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"},"volumeMounts":{"shape":"S3h"},"securityContext":{"shape":"S3j"}}}},"S3b":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"value":{}}}},"S3d":{"type":"structure","members":{"limits":{"type":"map","key":{},"value":{}},"requests":{"type":"map","key":{},"value":{}}}},"S3h":{"type":"list","member":{"type":"structure","members":{"name":{},"mountPath":{},"readOnly":{"type":"boolean"}}}},"S3j":{"type":"structure","members":{"runAsUser":{"type":"long"},"runAsGroup":{"type":"long"},"privileged":{"type":"boolean"},"allowPrivilegeEscalation":{"type":"boolean"},"readOnlyRootFilesystem":{"type":"boolean"},"runAsNonRoot":{"type":"boolean"}}},"S3l":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"hostPath":{"type":"structure","members":{"path":{}}},"emptyDir":{"type":"structure","members":{"medium":{},"sizeLimit":{}}},"secret":{"type":"structure","required":["secretName"],"members":{"secretName":{},"optional":{"type":"boolean"}}}}}},"S3q":{"type":"structure","members":{"labels":{"type":"map","key":{},"value":{}}}},"S45":{"type":"list","member":{"type":"structure","members":{"attachmentId":{},"ipv6Address":{},"privateIpv4Address":{}}}},"S4b":{"type":"list","member":{"type":"structure","members":{"jobId":{},"type":{}}}},"S4k":{"type":"list","member":{"type":"structure","members":{"name":{},"image":{},"imagePullPolicy":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"},"exitCode":{"type":"integer"},"reason":{},"volumeMounts":{"shape":"S3h"},"securityContext":{"shape":"S3j"}}}},"S4o":{"type":"list","member":{"type":"structure","members":{"name":{},"exitCode":{"type":"integer"},"reason":{}}}},"S5j":{"type":"structure","members":{"vcpus":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"memory":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"command":{"shape":"Sb"},"instanceType":{},"environment":{"shape":"S21"},"resourceRequirements":{"shape":"S27"}}},"S5n":{"type":"structure","members":{"taskProperties":{"type":"list","member":{"type":"structure","members":{"containers":{"type":"list","member":{"type":"structure","members":{"command":{"shape":"Sb"},"environment":{"shape":"S21"},"name":{},"resourceRequirements":{"shape":"S27"}}}}}}}}},"S5u":{"type":"list","member":{"type":"structure","members":{"name":{},"image":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"}}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2016-08-10","endpointPrefix":"batch","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"AWS Batch","serviceFullName":"AWS Batch","serviceId":"Batch","signatureVersion":"v4","uid":"batch-2016-08-10"},"operations":{"CancelJob":{"http":{"requestUri":"/v1/canceljob"},"input":{"type":"structure","required":["jobId","reason"],"members":{"jobId":{},"reason":{}}},"output":{"type":"structure","members":{}}},"CreateComputeEnvironment":{"http":{"requestUri":"/v1/createcomputeenvironment"},"input":{"type":"structure","required":["computeEnvironmentName","type"],"members":{"computeEnvironmentName":{},"type":{},"state":{},"unmanagedvCpus":{"type":"integer"},"computeResources":{"shape":"S8"},"serviceRole":{},"tags":{"shape":"Sj"},"eksConfiguration":{"shape":"Sm"}}},"output":{"type":"structure","members":{"computeEnvironmentName":{},"computeEnvironmentArn":{}}}},"CreateJobQueue":{"http":{"requestUri":"/v1/createjobqueue"},"input":{"type":"structure","required":["jobQueueName","priority","computeEnvironmentOrder"],"members":{"jobQueueName":{},"state":{},"schedulingPolicyArn":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"tags":{"shape":"Sj"},"jobStateTimeLimitActions":{"shape":"Ss"}}},"output":{"type":"structure","required":["jobQueueName","jobQueueArn"],"members":{"jobQueueName":{},"jobQueueArn":{}}}},"CreateSchedulingPolicy":{"http":{"requestUri":"/v1/createschedulingpolicy"},"input":{"type":"structure","required":["name"],"members":{"name":{},"fairsharePolicy":{"shape":"Sy"},"tags":{"shape":"Sj"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}}},"DeleteComputeEnvironment":{"http":{"requestUri":"/v1/deletecomputeenvironment"},"input":{"type":"structure","required":["computeEnvironment"],"members":{"computeEnvironment":{}}},"output":{"type":"structure","members":{}}},"DeleteJobQueue":{"http":{"requestUri":"/v1/deletejobqueue"},"input":{"type":"structure","required":["jobQueue"],"members":{"jobQueue":{}}},"output":{"type":"structure","members":{}}},"DeleteSchedulingPolicy":{"http":{"requestUri":"/v1/deleteschedulingpolicy"},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeregisterJobDefinition":{"http":{"requestUri":"/v1/deregisterjobdefinition"},"input":{"type":"structure","required":["jobDefinition"],"members":{"jobDefinition":{}}},"output":{"type":"structure","members":{}}},"DescribeComputeEnvironments":{"http":{"requestUri":"/v1/describecomputeenvironments"},"input":{"type":"structure","members":{"computeEnvironments":{"shape":"Sb"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"computeEnvironments":{"type":"list","member":{"type":"structure","required":["computeEnvironmentName","computeEnvironmentArn"],"members":{"computeEnvironmentName":{},"computeEnvironmentArn":{},"unmanagedvCpus":{"type":"integer"},"ecsClusterArn":{},"tags":{"shape":"Sj"},"type":{},"state":{},"status":{},"statusReason":{},"computeResources":{"shape":"S8"},"serviceRole":{},"updatePolicy":{"shape":"S1g"},"eksConfiguration":{"shape":"Sm"},"containerOrchestrationType":{},"uuid":{}}}},"nextToken":{}}}},"DescribeJobDefinitions":{"http":{"requestUri":"/v1/describejobdefinitions"},"input":{"type":"structure","members":{"jobDefinitions":{"shape":"Sb"},"maxResults":{"type":"integer"},"jobDefinitionName":{},"status":{},"nextToken":{}}},"output":{"type":"structure","members":{"jobDefinitions":{"type":"list","member":{"type":"structure","required":["jobDefinitionName","jobDefinitionArn","revision","type"],"members":{"jobDefinitionName":{},"jobDefinitionArn":{},"revision":{"type":"integer"},"status":{},"type":{},"schedulingPriority":{"type":"integer"},"parameters":{"shape":"S1o"},"retryStrategy":{"shape":"S1p"},"containerProperties":{"shape":"S1t"},"timeout":{"shape":"S2s"},"nodeProperties":{"shape":"S2t"},"tags":{"shape":"Sj"},"propagateTags":{"type":"boolean"},"platformCapabilities":{"shape":"S33"},"ecsProperties":{"shape":"S2w"},"eksProperties":{"shape":"S35"},"containerOrchestrationType":{}}}},"nextToken":{}}}},"DescribeJobQueues":{"http":{"requestUri":"/v1/describejobqueues"},"input":{"type":"structure","members":{"jobQueues":{"shape":"Sb"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"jobQueues":{"type":"list","member":{"type":"structure","required":["jobQueueName","jobQueueArn","state","priority","computeEnvironmentOrder"],"members":{"jobQueueName":{},"jobQueueArn":{},"state":{},"schedulingPolicyArn":{},"status":{},"statusReason":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"tags":{"shape":"Sj"},"jobStateTimeLimitActions":{"shape":"Ss"}}}},"nextToken":{}}}},"DescribeJobs":{"http":{"requestUri":"/v1/describejobs"},"input":{"type":"structure","required":["jobs"],"members":{"jobs":{"shape":"Sb"}}},"output":{"type":"structure","members":{"jobs":{"type":"list","member":{"type":"structure","required":["jobName","jobId","jobQueue","status","startedAt","jobDefinition"],"members":{"jobArn":{},"jobName":{},"jobId":{},"jobQueue":{},"status":{},"shareIdentifier":{},"schedulingPriority":{"type":"integer"},"attempts":{"type":"list","member":{"type":"structure","members":{"container":{"type":"structure","members":{"containerInstanceArn":{},"taskArn":{},"exitCode":{"type":"integer"},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"statusReason":{},"taskProperties":{"type":"list","member":{"type":"structure","members":{"containerInstanceArn":{},"taskArn":{},"containers":{"type":"list","member":{"type":"structure","members":{"exitCode":{"type":"integer"},"name":{},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}}}}}}}}},"statusReason":{},"createdAt":{"type":"long"},"retryStrategy":{"shape":"S1p"},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"dependsOn":{"shape":"S4b"},"jobDefinition":{},"parameters":{"shape":"S1o"},"container":{"type":"structure","members":{"image":{},"vcpus":{"type":"integer"},"memory":{"type":"integer"},"command":{"shape":"Sb"},"jobRoleArn":{},"executionRoleArn":{},"volumes":{"shape":"S1u"},"environment":{"shape":"S21"},"mountPoints":{"shape":"S23"},"readonlyRootFilesystem":{"type":"boolean"},"ulimits":{"shape":"S25"},"privileged":{"type":"boolean"},"user":{},"exitCode":{"type":"integer"},"reason":{},"containerInstanceArn":{},"taskArn":{},"logStreamName":{},"instanceType":{},"networkInterfaces":{"shape":"S45"},"resourceRequirements":{"shape":"S27"},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"secrets":{"shape":"S2k"},"networkConfiguration":{"shape":"S2m"},"fargatePlatformConfiguration":{"shape":"S2o"},"ephemeralStorage":{"shape":"S2p"},"runtimePlatform":{"shape":"S2q"},"repositoryCredentials":{"shape":"S2r"}}},"nodeDetails":{"type":"structure","members":{"nodeIndex":{"type":"integer"},"isMainNode":{"type":"boolean"}}},"nodeProperties":{"shape":"S2t"},"arrayProperties":{"type":"structure","members":{"statusSummary":{"type":"map","key":{},"value":{"type":"integer"}},"size":{"type":"integer"},"index":{"type":"integer"}}},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"propagateTags":{"type":"boolean"},"platformCapabilities":{"shape":"S33"},"eksProperties":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"serviceAccountName":{},"hostNetwork":{"type":"boolean"},"dnsPolicy":{},"imagePullSecrets":{"shape":"S37"},"containers":{"shape":"S4k"},"initContainers":{"shape":"S4k"},"volumes":{"shape":"S3l"},"podName":{},"nodeName":{},"metadata":{"shape":"S3q"},"shareProcessNamespace":{"type":"boolean"}}}}},"eksAttempts":{"type":"list","member":{"type":"structure","members":{"containers":{"shape":"S4o"},"initContainers":{"shape":"S4o"},"podName":{},"nodeName":{},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"statusReason":{}}}},"ecsProperties":{"type":"structure","members":{"taskProperties":{"type":"list","member":{"type":"structure","members":{"containers":{"type":"list","member":{"type":"structure","members":{"command":{"shape":"Sb"},"dependsOn":{"shape":"S31"},"environment":{"shape":"S21"},"essential":{"type":"boolean"},"image":{},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"mountPoints":{"shape":"S23"},"name":{},"privileged":{"type":"boolean"},"readonlyRootFilesystem":{"type":"boolean"},"repositoryCredentials":{"shape":"S2r"},"resourceRequirements":{"shape":"S27"},"secrets":{"shape":"S2k"},"ulimits":{"shape":"S25"},"user":{},"exitCode":{"type":"integer"},"reason":{},"logStreamName":{},"networkInterfaces":{"shape":"S45"}}}},"containerInstanceArn":{},"taskArn":{},"ephemeralStorage":{"shape":"S2p"},"executionRoleArn":{},"platformVersion":{},"ipcMode":{},"taskRoleArn":{},"pidMode":{},"networkConfiguration":{"shape":"S2m"},"runtimePlatform":{"shape":"S2q"},"volumes":{"shape":"S1u"}}}}}},"isCancelled":{"type":"boolean"},"isTerminated":{"type":"boolean"}}}}}}},"DescribeSchedulingPolicies":{"http":{"requestUri":"/v1/describeschedulingpolicies"},"input":{"type":"structure","required":["arns"],"members":{"arns":{"shape":"Sb"}}},"output":{"type":"structure","members":{"schedulingPolicies":{"type":"list","member":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{},"fairsharePolicy":{"shape":"Sy"},"tags":{"shape":"Sj"}}}}}}},"GetJobQueueSnapshot":{"http":{"requestUri":"/v1/getjobqueuesnapshot"},"input":{"type":"structure","required":["jobQueue"],"members":{"jobQueue":{}}},"output":{"type":"structure","members":{"frontOfQueue":{"type":"structure","members":{"jobs":{"type":"list","member":{"type":"structure","members":{"jobArn":{},"earliestTimeAtPosition":{"type":"long"}}}},"lastUpdatedAt":{"type":"long"}}}}}},"ListJobs":{"http":{"requestUri":"/v1/listjobs"},"input":{"type":"structure","members":{"jobQueue":{},"arrayJobId":{},"multiNodeJobId":{},"jobStatus":{},"maxResults":{"type":"integer"},"nextToken":{},"filters":{"type":"list","member":{"type":"structure","members":{"name":{},"values":{"shape":"Sb"}}}}}},"output":{"type":"structure","required":["jobSummaryList"],"members":{"jobSummaryList":{"type":"list","member":{"type":"structure","required":["jobId","jobName"],"members":{"jobArn":{},"jobId":{},"jobName":{},"createdAt":{"type":"long"},"status":{},"statusReason":{},"startedAt":{"type":"long"},"stoppedAt":{"type":"long"},"container":{"type":"structure","members":{"exitCode":{"type":"integer"},"reason":{}}},"arrayProperties":{"type":"structure","members":{"size":{"type":"integer"},"index":{"type":"integer"}}},"nodeProperties":{"type":"structure","members":{"isMainNode":{"type":"boolean"},"numNodes":{"type":"integer"},"nodeIndex":{"type":"integer"}}},"jobDefinition":{}}}},"nextToken":{}}}},"ListSchedulingPolicies":{"http":{"requestUri":"/v1/listschedulingpolicies"},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"schedulingPolicies":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sj"}}}},"RegisterJobDefinition":{"http":{"requestUri":"/v1/registerjobdefinition"},"input":{"type":"structure","required":["jobDefinitionName","type"],"members":{"jobDefinitionName":{},"type":{},"parameters":{"shape":"S1o"},"schedulingPriority":{"type":"integer"},"containerProperties":{"shape":"S1t"},"nodeProperties":{"shape":"S2t"},"retryStrategy":{"shape":"S1p"},"propagateTags":{"type":"boolean"},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"platformCapabilities":{"shape":"S33"},"eksProperties":{"shape":"S35"},"ecsProperties":{"shape":"S2w"}}},"output":{"type":"structure","required":["jobDefinitionName","jobDefinitionArn","revision"],"members":{"jobDefinitionName":{},"jobDefinitionArn":{},"revision":{"type":"integer"}}}},"SubmitJob":{"http":{"requestUri":"/v1/submitjob"},"input":{"type":"structure","required":["jobName","jobQueue","jobDefinition"],"members":{"jobName":{},"jobQueue":{},"shareIdentifier":{},"schedulingPriorityOverride":{"type":"integer"},"arrayProperties":{"type":"structure","members":{"size":{"type":"integer"}}},"dependsOn":{"shape":"S4b"},"jobDefinition":{},"parameters":{"shape":"S1o"},"containerOverrides":{"shape":"S5o"},"nodeOverrides":{"type":"structure","members":{"numNodes":{"type":"integer"},"nodePropertyOverrides":{"type":"list","member":{"type":"structure","required":["targetNodes"],"members":{"targetNodes":{},"containerOverrides":{"shape":"S5o"},"ecsPropertiesOverride":{"shape":"S5s"},"instanceTypes":{"shape":"Sb"}}}}}},"retryStrategy":{"shape":"S1p"},"propagateTags":{"type":"boolean"},"timeout":{"shape":"S2s"},"tags":{"shape":"Sj"},"eksPropertiesOverride":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"containers":{"shape":"S5z"},"initContainers":{"shape":"S5z"},"metadata":{"shape":"S3q"}}}}},"ecsPropertiesOverride":{"shape":"S5s"}}},"output":{"type":"structure","required":["jobName","jobId"],"members":{"jobArn":{},"jobName":{},"jobId":{}}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sj"}}},"output":{"type":"structure","members":{}}},"TerminateJob":{"http":{"requestUri":"/v1/terminatejob"},"input":{"type":"structure","required":["jobId","reason"],"members":{"jobId":{},"reason":{}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/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":{}}},"UpdateComputeEnvironment":{"http":{"requestUri":"/v1/updatecomputeenvironment"},"input":{"type":"structure","required":["computeEnvironment"],"members":{"computeEnvironment":{},"state":{},"unmanagedvCpus":{"type":"integer"},"computeResources":{"type":"structure","members":{"minvCpus":{"type":"integer"},"maxvCpus":{"type":"integer"},"desiredvCpus":{"type":"integer"},"subnets":{"shape":"Sb"},"securityGroupIds":{"shape":"Sb"},"allocationStrategy":{},"instanceTypes":{"shape":"Sb"},"ec2KeyPair":{},"instanceRole":{},"tags":{"shape":"Sc"},"placementGroup":{},"bidPercentage":{"type":"integer"},"launchTemplate":{"shape":"Sd"},"ec2Configuration":{"shape":"Se"},"updateToLatestImageVersion":{"type":"boolean"},"type":{},"imageId":{}}},"serviceRole":{},"updatePolicy":{"shape":"S1g"}}},"output":{"type":"structure","members":{"computeEnvironmentName":{},"computeEnvironmentArn":{}}}},"UpdateJobQueue":{"http":{"requestUri":"/v1/updatejobqueue"},"input":{"type":"structure","required":["jobQueue"],"members":{"jobQueue":{},"state":{},"schedulingPolicyArn":{},"priority":{"type":"integer"},"computeEnvironmentOrder":{"shape":"Sq"},"jobStateTimeLimitActions":{"shape":"Ss"}}},"output":{"type":"structure","members":{"jobQueueName":{},"jobQueueArn":{}}}},"UpdateSchedulingPolicy":{"http":{"requestUri":"/v1/updateschedulingpolicy"},"input":{"type":"structure","required":["arn"],"members":{"arn":{},"fairsharePolicy":{"shape":"Sy"}}},"output":{"type":"structure","members":{}}}},"shapes":{"S8":{"type":"structure","required":["type","maxvCpus","subnets"],"members":{"type":{},"allocationStrategy":{},"minvCpus":{"type":"integer"},"maxvCpus":{"type":"integer"},"desiredvCpus":{"type":"integer"},"instanceTypes":{"shape":"Sb"},"imageId":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use ec2Configuration[].imageIdOverride instead."},"subnets":{"shape":"Sb"},"securityGroupIds":{"shape":"Sb"},"ec2KeyPair":{},"instanceRole":{},"tags":{"shape":"Sc"},"placementGroup":{},"bidPercentage":{"type":"integer"},"spotIamFleetRole":{},"launchTemplate":{"shape":"Sd"},"ec2Configuration":{"shape":"Se"}}},"Sb":{"type":"list","member":{}},"Sc":{"type":"map","key":{},"value":{}},"Sd":{"type":"structure","members":{"launchTemplateId":{},"launchTemplateName":{},"version":{}}},"Se":{"type":"list","member":{"type":"structure","required":["imageType"],"members":{"imageType":{},"imageIdOverride":{},"imageKubernetesVersion":{}}}},"Sj":{"type":"map","key":{},"value":{}},"Sm":{"type":"structure","required":["eksClusterArn","kubernetesNamespace"],"members":{"eksClusterArn":{},"kubernetesNamespace":{}}},"Sq":{"type":"list","member":{"type":"structure","required":["order","computeEnvironment"],"members":{"order":{"type":"integer"},"computeEnvironment":{}}}},"Ss":{"type":"list","member":{"type":"structure","required":["reason","state","maxTimeSeconds","action"],"members":{"reason":{},"state":{},"maxTimeSeconds":{"type":"integer"},"action":{}}}},"Sy":{"type":"structure","members":{"shareDecaySeconds":{"type":"integer"},"computeReservation":{"type":"integer"},"shareDistribution":{"type":"list","member":{"type":"structure","required":["shareIdentifier"],"members":{"shareIdentifier":{},"weightFactor":{"type":"float"}}}}}},"S1g":{"type":"structure","members":{"terminateJobsOnUpdate":{"type":"boolean"},"jobExecutionTimeoutMinutes":{"type":"long"}}},"S1o":{"type":"map","key":{},"value":{}},"S1p":{"type":"structure","members":{"attempts":{"type":"integer"},"evaluateOnExit":{"type":"list","member":{"type":"structure","required":["action"],"members":{"onStatusReason":{},"onReason":{},"onExitCode":{},"action":{}}}}}},"S1t":{"type":"structure","members":{"image":{},"vcpus":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"memory":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"command":{"shape":"Sb"},"jobRoleArn":{},"executionRoleArn":{},"volumes":{"shape":"S1u"},"environment":{"shape":"S21"},"mountPoints":{"shape":"S23"},"readonlyRootFilesystem":{"type":"boolean"},"privileged":{"type":"boolean"},"ulimits":{"shape":"S25"},"user":{},"instanceType":{},"resourceRequirements":{"shape":"S27"},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"secrets":{"shape":"S2k"},"networkConfiguration":{"shape":"S2m"},"fargatePlatformConfiguration":{"shape":"S2o"},"ephemeralStorage":{"shape":"S2p"},"runtimePlatform":{"shape":"S2q"},"repositoryCredentials":{"shape":"S2r"}}},"S1u":{"type":"list","member":{"type":"structure","members":{"host":{"type":"structure","members":{"sourcePath":{}}},"name":{},"efsVolumeConfiguration":{"type":"structure","required":["fileSystemId"],"members":{"fileSystemId":{},"rootDirectory":{},"transitEncryption":{},"transitEncryptionPort":{"type":"integer"},"authorizationConfig":{"type":"structure","members":{"accessPointId":{},"iam":{}}}}}}}},"S21":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S23":{"type":"list","member":{"type":"structure","members":{"containerPath":{},"readOnly":{"type":"boolean"},"sourceVolume":{}}}},"S25":{"type":"list","member":{"type":"structure","required":["hardLimit","name","softLimit"],"members":{"hardLimit":{"type":"integer"},"name":{},"softLimit":{"type":"integer"}}}},"S27":{"type":"list","member":{"type":"structure","required":["value","type"],"members":{"value":{},"type":{}}}},"S2a":{"type":"structure","members":{"devices":{"type":"list","member":{"type":"structure","required":["hostPath"],"members":{"hostPath":{},"containerPath":{},"permissions":{"type":"list","member":{}}}}},"initProcessEnabled":{"type":"boolean"},"sharedMemorySize":{"type":"integer"},"tmpfs":{"type":"list","member":{"type":"structure","required":["containerPath","size"],"members":{"containerPath":{},"size":{"type":"integer"},"mountOptions":{"shape":"Sb"}}}},"maxSwap":{"type":"integer"},"swappiness":{"type":"integer"}}},"S2h":{"type":"structure","required":["logDriver"],"members":{"logDriver":{},"options":{"type":"map","key":{},"value":{}},"secretOptions":{"shape":"S2k"}}},"S2k":{"type":"list","member":{"type":"structure","required":["name","valueFrom"],"members":{"name":{},"valueFrom":{}}}},"S2m":{"type":"structure","members":{"assignPublicIp":{}}},"S2o":{"type":"structure","members":{"platformVersion":{}}},"S2p":{"type":"structure","required":["sizeInGiB"],"members":{"sizeInGiB":{"type":"integer"}}},"S2q":{"type":"structure","members":{"operatingSystemFamily":{},"cpuArchitecture":{}}},"S2r":{"type":"structure","required":["credentialsParameter"],"members":{"credentialsParameter":{}}},"S2s":{"type":"structure","members":{"attemptDurationSeconds":{"type":"integer"}}},"S2t":{"type":"structure","required":["numNodes","mainNode","nodeRangeProperties"],"members":{"numNodes":{"type":"integer"},"mainNode":{"type":"integer"},"nodeRangeProperties":{"type":"list","member":{"type":"structure","required":["targetNodes"],"members":{"targetNodes":{},"container":{"shape":"S1t"},"instanceTypes":{"shape":"Sb"},"ecsProperties":{"shape":"S2w"}}}}}},"S2w":{"type":"structure","required":["taskProperties"],"members":{"taskProperties":{"type":"list","member":{"type":"structure","required":["containers"],"members":{"containers":{"type":"list","member":{"type":"structure","required":["image"],"members":{"command":{"shape":"Sb"},"dependsOn":{"shape":"S31"},"environment":{"shape":"S21"},"essential":{"type":"boolean"},"image":{},"linuxParameters":{"shape":"S2a"},"logConfiguration":{"shape":"S2h"},"mountPoints":{"shape":"S23"},"name":{},"privileged":{"type":"boolean"},"readonlyRootFilesystem":{"type":"boolean"},"repositoryCredentials":{"shape":"S2r"},"resourceRequirements":{"shape":"S27"},"secrets":{"shape":"S2k"},"ulimits":{"shape":"S25"},"user":{}}}},"ephemeralStorage":{"shape":"S2p"},"executionRoleArn":{},"platformVersion":{},"ipcMode":{},"taskRoleArn":{},"pidMode":{},"networkConfiguration":{"shape":"S2m"},"runtimePlatform":{"shape":"S2q"},"volumes":{"shape":"S1u"}}}}}},"S31":{"type":"list","member":{"type":"structure","members":{"containerName":{},"condition":{}}}},"S33":{"type":"list","member":{}},"S35":{"type":"structure","members":{"podProperties":{"type":"structure","members":{"serviceAccountName":{},"hostNetwork":{"type":"boolean"},"dnsPolicy":{},"imagePullSecrets":{"shape":"S37"},"containers":{"shape":"S39"},"initContainers":{"shape":"S39"},"volumes":{"shape":"S3l"},"metadata":{"shape":"S3q"},"shareProcessNamespace":{"type":"boolean"}}}}},"S37":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{}}}},"S39":{"type":"list","member":{"type":"structure","required":["image"],"members":{"name":{},"image":{},"imagePullPolicy":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"},"volumeMounts":{"shape":"S3h"},"securityContext":{"shape":"S3j"}}}},"S3b":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"value":{}}}},"S3d":{"type":"structure","members":{"limits":{"type":"map","key":{},"value":{}},"requests":{"type":"map","key":{},"value":{}}}},"S3h":{"type":"list","member":{"type":"structure","members":{"name":{},"mountPath":{},"readOnly":{"type":"boolean"}}}},"S3j":{"type":"structure","members":{"runAsUser":{"type":"long"},"runAsGroup":{"type":"long"},"privileged":{"type":"boolean"},"allowPrivilegeEscalation":{"type":"boolean"},"readOnlyRootFilesystem":{"type":"boolean"},"runAsNonRoot":{"type":"boolean"}}},"S3l":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"hostPath":{"type":"structure","members":{"path":{}}},"emptyDir":{"type":"structure","members":{"medium":{},"sizeLimit":{}}},"secret":{"type":"structure","required":["secretName"],"members":{"secretName":{},"optional":{"type":"boolean"}}}}}},"S3q":{"type":"structure","members":{"labels":{"type":"map","key":{},"value":{}}}},"S45":{"type":"list","member":{"type":"structure","members":{"attachmentId":{},"ipv6Address":{},"privateIpv4Address":{}}}},"S4b":{"type":"list","member":{"type":"structure","members":{"jobId":{},"type":{}}}},"S4k":{"type":"list","member":{"type":"structure","members":{"name":{},"image":{},"imagePullPolicy":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"},"exitCode":{"type":"integer"},"reason":{},"volumeMounts":{"shape":"S3h"},"securityContext":{"shape":"S3j"}}}},"S4o":{"type":"list","member":{"type":"structure","members":{"name":{},"exitCode":{"type":"integer"},"reason":{}}}},"S5o":{"type":"structure","members":{"vcpus":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"memory":{"deprecated":true,"deprecatedMessage":"This field is deprecated, use resourceRequirements instead.","type":"integer"},"command":{"shape":"Sb"},"instanceType":{},"environment":{"shape":"S21"},"resourceRequirements":{"shape":"S27"}}},"S5s":{"type":"structure","members":{"taskProperties":{"type":"list","member":{"type":"structure","members":{"containers":{"type":"list","member":{"type":"structure","members":{"command":{"shape":"Sb"},"environment":{"shape":"S21"},"name":{},"resourceRequirements":{"shape":"S27"}}}}}}}}},"S5z":{"type":"list","member":{"type":"structure","members":{"name":{},"image":{},"command":{"shape":"Sb"},"args":{"shape":"Sb"},"env":{"shape":"S3b"},"resources":{"shape":"S3d"}}}}}} /***/ }), /* 70 */ @@ -56923,7 +56923,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 669 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-11-01","endpointPrefix":"eks","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Amazon EKS","serviceFullName":"Amazon Elastic Kubernetes Service","serviceId":"EKS","signatureVersion":"v4","signingName":"eks","uid":"eks-2017-11-01"},"operations":{"AssociateAccessPolicy":{"http":{"requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies"},"input":{"type":"structure","required":["clusterName","principalArn","policyArn","accessScope"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"policyArn":{},"accessScope":{"shape":"S3"}}},"output":{"type":"structure","members":{"clusterName":{},"principalArn":{},"associatedAccessPolicy":{"shape":"S7"}}}},"AssociateEncryptionConfig":{"http":{"requestUri":"/clusters/{name}/encryption-config/associate"},"input":{"type":"structure","required":["clusterName","encryptionConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"encryptionConfig":{"shape":"Sa"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"AssociateIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/associate"},"input":{"type":"structure","required":["clusterName","oidc"],"members":{"clusterName":{"location":"uri","locationName":"name"},"oidc":{"type":"structure","required":["identityProviderConfigName","issuerUrl","clientId"],"members":{"identityProviderConfigName":{},"issuerUrl":{},"clientId":{},"usernameClaim":{},"usernamePrefix":{},"groupsClaim":{},"groupsPrefix":{},"requiredClaims":{"shape":"Sp"}}},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"},"tags":{"shape":"Ss"}}}},"CreateAccessEntry":{"http":{"requestUri":"/clusters/{name}/access-entries"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{},"kubernetesGroups":{"shape":"S5"},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true},"username":{},"type":{}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"CreateAddon":{"http":{"requestUri":"/clusters/{name}/addons"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{},"addonVersion":{},"serviceAccountRoleArn":{},"resolveConflicts":{},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"},"configurationValues":{}}},"output":{"type":"structure","members":{"addon":{"shape":"S14"}}}},"CreateCluster":{"http":{"requestUri":"/clusters"},"input":{"type":"structure","required":["name","roleArn","resourcesVpcConfig"],"members":{"name":{},"version":{},"roleArn":{},"resourcesVpcConfig":{"shape":"S1c"},"kubernetesNetworkConfig":{"type":"structure","members":{"serviceIpv4Cidr":{},"ipFamily":{}}},"logging":{"shape":"S1g"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"},"encryptionConfig":{"shape":"Sa"},"outpostConfig":{"type":"structure","required":["outpostArns","controlPlaneInstanceType"],"members":{"outpostArns":{"shape":"S5"},"controlPlaneInstanceType":{},"controlPlanePlacement":{"type":"structure","members":{"groupName":{}}}}},"accessConfig":{"type":"structure","members":{"bootstrapClusterCreatorAdminPermissions":{"type":"boolean"},"authenticationMode":{}}}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1q"}}}},"CreateEksAnywhereSubscription":{"http":{"requestUri":"/eks-anywhere-subscriptions"},"input":{"type":"structure","required":["name","term"],"members":{"name":{},"term":{"shape":"S28"},"licenseQuantity":{"type":"integer"},"licenseType":{},"autoRenew":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2d"}}}},"CreateFargateProfile":{"http":{"requestUri":"/clusters/{name}/fargate-profiles"},"input":{"type":"structure","required":["fargateProfileName","clusterName","podExecutionRoleArn"],"members":{"fargateProfileName":{},"clusterName":{"location":"uri","locationName":"name"},"podExecutionRoleArn":{},"subnets":{"shape":"S5"},"selectors":{"shape":"S2f"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2j"}}}},"CreateNodegroup":{"http":{"requestUri":"/clusters/{name}/node-groups"},"input":{"type":"structure","required":["clusterName","nodegroupName","subnets","nodeRole"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{},"scalingConfig":{"shape":"S2m"},"diskSize":{"type":"integer"},"subnets":{"shape":"S5"},"instanceTypes":{"shape":"S5"},"amiType":{},"remoteAccess":{"shape":"S2r"},"nodeRole":{},"labels":{"shape":"S2s"},"taints":{"shape":"S2v"},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true},"launchTemplate":{"shape":"S30"},"updateConfig":{"shape":"S31"},"capacityType":{},"version":{},"releaseVersion":{}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S36"}}}},"CreatePodIdentityAssociation":{"http":{"requestUri":"/clusters/{name}/pod-identity-associations"},"input":{"type":"structure","required":["clusterName","namespace","serviceAccount","roleArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"namespace":{},"serviceAccount":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"association":{"shape":"S3h"}}}},"DeleteAccessEntry":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"}}},"output":{"type":"structure","members":{}}},"DeleteAddon":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/addons/{addonName}"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"},"preserve":{"location":"querystring","locationName":"preserve","type":"boolean"}}},"output":{"type":"structure","members":{"addon":{"shape":"S14"}}}},"DeleteCluster":{"http":{"method":"DELETE","requestUri":"/clusters/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1q"}}}},"DeleteEksAnywhereSubscription":{"http":{"method":"DELETE","requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2d"}}}},"DeleteFargateProfile":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"},"input":{"type":"structure","required":["clusterName","fargateProfileName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"fargateProfileName":{"location":"uri","locationName":"fargateProfileName"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2j"}}}},"DeleteNodegroup":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/node-groups/{nodegroupName}"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S36"}}}},"DeletePodIdentityAssociation":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"association":{"shape":"S3h"}}}},"DeregisterCluster":{"http":{"method":"DELETE","requestUri":"/cluster-registrations/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1q"}}}},"DescribeAccessEntry":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"DescribeAddon":{"http":{"method":"GET","requestUri":"/clusters/{name}/addons/{addonName}"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"}}},"output":{"type":"structure","members":{"addon":{"shape":"S14"}}}},"DescribeAddonConfiguration":{"http":{"method":"GET","requestUri":"/addons/configuration-schemas"},"input":{"type":"structure","required":["addonName","addonVersion"],"members":{"addonName":{"location":"querystring","locationName":"addonName"},"addonVersion":{"location":"querystring","locationName":"addonVersion"}}},"output":{"type":"structure","members":{"addonName":{},"addonVersion":{},"configurationSchema":{}}}},"DescribeAddonVersions":{"http":{"method":"GET","requestUri":"/addons/supported-versions"},"input":{"type":"structure","members":{"kubernetesVersion":{"location":"querystring","locationName":"kubernetesVersion"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"addonName":{"location":"querystring","locationName":"addonName"},"types":{"shape":"S5","location":"querystring","locationName":"types"},"publishers":{"shape":"S5","location":"querystring","locationName":"publishers"},"owners":{"shape":"S5","location":"querystring","locationName":"owners"}}},"output":{"type":"structure","members":{"addons":{"type":"list","member":{"type":"structure","members":{"addonName":{},"type":{},"addonVersions":{"type":"list","member":{"type":"structure","members":{"addonVersion":{},"architecture":{"shape":"S5"},"compatibilities":{"type":"list","member":{"type":"structure","members":{"clusterVersion":{},"platformVersions":{"shape":"S5"},"defaultVersion":{"type":"boolean"}}}},"requiresConfiguration":{"type":"boolean"}}}},"publisher":{},"owner":{},"marketplaceInformation":{"shape":"S1a"}}}},"nextToken":{}}}},"DescribeCluster":{"http":{"method":"GET","requestUri":"/clusters/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1q"}}}},"DescribeEksAnywhereSubscription":{"http":{"method":"GET","requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2d"}}}},"DescribeFargateProfile":{"http":{"method":"GET","requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"},"input":{"type":"structure","required":["clusterName","fargateProfileName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"fargateProfileName":{"location":"uri","locationName":"fargateProfileName"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2j"}}}},"DescribeIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/describe"},"input":{"type":"structure","required":["clusterName","identityProviderConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"identityProviderConfig":{"shape":"S4k"}}},"output":{"type":"structure","members":{"identityProviderConfig":{"type":"structure","members":{"oidc":{"type":"structure","members":{"identityProviderConfigName":{},"identityProviderConfigArn":{},"clusterName":{},"issuerUrl":{},"clientId":{},"usernameClaim":{},"usernamePrefix":{},"groupsClaim":{},"groupsPrefix":{},"requiredClaims":{"shape":"Sp"},"tags":{"shape":"Ss"},"status":{}}}}}}}},"DescribeInsight":{"http":{"method":"GET","requestUri":"/clusters/{name}/insights/{id}"},"input":{"type":"structure","required":["clusterName","id"],"members":{"clusterName":{"location":"uri","locationName":"name"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"insight":{"type":"structure","members":{"id":{},"name":{},"category":{},"kubernetesVersion":{},"lastRefreshTime":{"type":"timestamp"},"lastTransitionTime":{"type":"timestamp"},"description":{},"insightStatus":{"shape":"S4t"},"recommendation":{},"additionalInfo":{"type":"map","key":{},"value":{}},"resources":{"type":"list","member":{"type":"structure","members":{"insightStatus":{"shape":"S4t"},"kubernetesResourceUri":{},"arn":{}}}},"categorySpecificSummary":{"type":"structure","members":{"deprecationDetails":{"type":"list","member":{"type":"structure","members":{"usage":{},"replacedWith":{},"stopServingVersion":{},"startServingReplacementVersion":{},"clientStats":{"type":"list","member":{"type":"structure","members":{"userAgent":{},"numberOfRequestsLast30Days":{"type":"integer"},"lastRequestTime":{"type":"timestamp"}}}}}}}}}}}}}},"DescribeNodegroup":{"http":{"method":"GET","requestUri":"/clusters/{name}/node-groups/{nodegroupName}"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S36"}}}},"DescribePodIdentityAssociation":{"http":{"method":"GET","requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"association":{"shape":"S3h"}}}},"DescribeUpdate":{"http":{"method":"GET","requestUri":"/clusters/{name}/updates/{updateId}"},"input":{"type":"structure","required":["name","updateId"],"members":{"name":{"location":"uri","locationName":"name"},"updateId":{"location":"uri","locationName":"updateId"},"nodegroupName":{"location":"querystring","locationName":"nodegroupName"},"addonName":{"location":"querystring","locationName":"addonName"}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"DisassociateAccessPolicy":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies/{policyArn}"},"input":{"type":"structure","required":["clusterName","principalArn","policyArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"policyArn":{"location":"uri","locationName":"policyArn"}}},"output":{"type":"structure","members":{}}},"DisassociateIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/disassociate"},"input":{"type":"structure","required":["clusterName","identityProviderConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"identityProviderConfig":{"shape":"S4k"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"ListAccessEntries":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associatedPolicyArn":{"location":"querystring","locationName":"associatedPolicyArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"accessEntries":{"shape":"S5"},"nextToken":{}}}},"ListAccessPolicies":{"http":{"method":"GET","requestUri":"/access-policies"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"accessPolicies":{"type":"list","member":{"type":"structure","members":{"name":{},"arn":{}}}},"nextToken":{}}}},"ListAddons":{"http":{"method":"GET","requestUri":"/clusters/{name}/addons"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"addons":{"shape":"S5"},"nextToken":{}}}},"ListAssociatedAccessPolicies":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"clusterName":{},"principalArn":{},"nextToken":{},"associatedAccessPolicies":{"type":"list","member":{"shape":"S7"}}}}},"ListClusters":{"http":{"method":"GET","requestUri":"/clusters"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"include":{"location":"querystring","locationName":"include","type":"list","member":{}}}},"output":{"type":"structure","members":{"clusters":{"shape":"S5"},"nextToken":{}}}},"ListEksAnywhereSubscriptions":{"http":{"method":"GET","requestUri":"/eks-anywhere-subscriptions"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"includeStatus":{"location":"querystring","locationName":"includeStatus","type":"list","member":{}}}},"output":{"type":"structure","members":{"subscriptions":{"type":"list","member":{"shape":"S2d"}},"nextToken":{}}}},"ListFargateProfiles":{"http":{"method":"GET","requestUri":"/clusters/{name}/fargate-profiles"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"fargateProfileNames":{"shape":"S5"},"nextToken":{}}}},"ListIdentityProviderConfigs":{"http":{"method":"GET","requestUri":"/clusters/{name}/identity-provider-configs"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"identityProviderConfigs":{"type":"list","member":{"shape":"S4k"}},"nextToken":{}}}},"ListInsights":{"http":{"requestUri":"/clusters/{name}/insights"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"filter":{"type":"structure","members":{"categories":{"type":"list","member":{}},"kubernetesVersions":{"shape":"S5"},"statuses":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"insights":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"category":{},"kubernetesVersion":{},"lastRefreshTime":{"type":"timestamp"},"lastTransitionTime":{"type":"timestamp"},"description":{},"insightStatus":{"shape":"S4t"}}}},"nextToken":{}}}},"ListNodegroups":{"http":{"method":"GET","requestUri":"/clusters/{name}/node-groups"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nodegroups":{"shape":"S5"},"nextToken":{}}}},"ListPodIdentityAssociations":{"http":{"method":"GET","requestUri":"/clusters/{name}/pod-identity-associations"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"namespace":{"location":"querystring","locationName":"namespace"},"serviceAccount":{"location":"querystring","locationName":"serviceAccount"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"associations":{"type":"list","member":{"type":"structure","members":{"clusterName":{},"namespace":{},"serviceAccount":{},"associationArn":{},"associationId":{}}}},"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":"Ss"}}}},"ListUpdates":{"http":{"method":"GET","requestUri":"/clusters/{name}/updates"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"querystring","locationName":"nodegroupName"},"addonName":{"location":"querystring","locationName":"addonName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"updateIds":{"shape":"S5"},"nextToken":{}}}},"RegisterCluster":{"http":{"requestUri":"/cluster-registrations"},"input":{"type":"structure","required":["name","connectorConfig"],"members":{"name":{},"connectorConfig":{"type":"structure","required":["roleArn","provider"],"members":{"roleArn":{},"provider":{}}},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1q"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Ss"}}},"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":{}}},"UpdateAccessEntry":{"http":{"requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"kubernetesGroups":{"shape":"S5"},"clientRequestToken":{"idempotencyToken":true},"username":{}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"UpdateAddon":{"http":{"requestUri":"/clusters/{name}/addons/{addonName}/update"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"},"addonVersion":{},"serviceAccountRoleArn":{},"resolveConflicts":{},"clientRequestToken":{"idempotencyToken":true},"configurationValues":{}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateClusterConfig":{"http":{"requestUri":"/clusters/{name}/update-config"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"resourcesVpcConfig":{"shape":"S1c"},"logging":{"shape":"S1g"},"clientRequestToken":{"idempotencyToken":true},"accessConfig":{"type":"structure","members":{"authenticationMode":{}}}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateClusterVersion":{"http":{"requestUri":"/clusters/{name}/updates"},"input":{"type":"structure","required":["name","version"],"members":{"name":{"location":"uri","locationName":"name"},"version":{},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateEksAnywhereSubscription":{"http":{"requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id","autoRenew"],"members":{"id":{"location":"uri","locationName":"id"},"autoRenew":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2d"}}}},"UpdateNodegroupConfig":{"http":{"requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-config"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"},"labels":{"type":"structure","members":{"addOrUpdateLabels":{"shape":"S2s"},"removeLabels":{"type":"list","member":{}}}},"taints":{"type":"structure","members":{"addOrUpdateTaints":{"shape":"S2v"},"removeTaints":{"shape":"S2v"}}},"scalingConfig":{"shape":"S2m"},"updateConfig":{"shape":"S31"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateNodegroupVersion":{"http":{"requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-version"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"},"version":{},"releaseVersion":{},"launchTemplate":{"shape":"S30"},"force":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdatePodIdentityAssociation":{"http":{"requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"},"roleArn":{},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"association":{"shape":"S3h"}}}}},"shapes":{"S3":{"type":"structure","members":{"type":{},"namespaces":{"shape":"S5"}}},"S5":{"type":"list","member":{}},"S7":{"type":"structure","members":{"policyArn":{},"accessScope":{"shape":"S3"},"associatedAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"}}},"Sa":{"type":"list","member":{"type":"structure","members":{"resources":{"shape":"S5"},"provider":{"type":"structure","members":{"keyArn":{}}}}}},"Se":{"type":"structure","members":{"id":{},"status":{},"type":{},"params":{"type":"list","member":{"type":"structure","members":{"type":{},"value":{}}}},"createdAt":{"type":"timestamp"},"errors":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"resourceIds":{"shape":"S5"}}}}}},"Sp":{"type":"map","key":{},"value":{}},"Ss":{"type":"map","key":{},"value":{}},"Sy":{"type":"structure","members":{"clusterName":{},"principalArn":{},"kubernetesGroups":{"shape":"S5"},"accessEntryArn":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Ss"},"username":{},"type":{}}},"S14":{"type":"structure","members":{"addonName":{},"clusterName":{},"status":{},"addonVersion":{},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"addonArn":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"serviceAccountRoleArn":{},"tags":{"shape":"Ss"},"publisher":{},"owner":{},"marketplaceInformation":{"shape":"S1a"},"configurationValues":{}}},"S1a":{"type":"structure","members":{"productId":{},"productUrl":{}}},"S1c":{"type":"structure","members":{"subnetIds":{"shape":"S5"},"securityGroupIds":{"shape":"S5"},"endpointPublicAccess":{"type":"boolean"},"endpointPrivateAccess":{"type":"boolean"},"publicAccessCidrs":{"shape":"S5"}}},"S1g":{"type":"structure","members":{"clusterLogging":{"type":"list","member":{"type":"structure","members":{"types":{"type":"list","member":{}},"enabled":{"type":"boolean"}}}}}},"S1q":{"type":"structure","members":{"name":{},"arn":{},"createdAt":{"type":"timestamp"},"version":{},"endpoint":{},"roleArn":{},"resourcesVpcConfig":{"type":"structure","members":{"subnetIds":{"shape":"S5"},"securityGroupIds":{"shape":"S5"},"clusterSecurityGroupId":{},"vpcId":{},"endpointPublicAccess":{"type":"boolean"},"endpointPrivateAccess":{"type":"boolean"},"publicAccessCidrs":{"shape":"S5"}}},"kubernetesNetworkConfig":{"type":"structure","members":{"serviceIpv4Cidr":{},"serviceIpv6Cidr":{},"ipFamily":{}}},"logging":{"shape":"S1g"},"identity":{"type":"structure","members":{"oidc":{"type":"structure","members":{"issuer":{}}}}},"status":{},"certificateAuthority":{"type":"structure","members":{"data":{}}},"clientRequestToken":{},"platformVersion":{},"tags":{"shape":"Ss"},"encryptionConfig":{"shape":"Sa"},"connectorConfig":{"type":"structure","members":{"activationId":{},"activationCode":{},"activationExpiry":{"type":"timestamp"},"provider":{},"roleArn":{}}},"id":{},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"outpostConfig":{"type":"structure","required":["outpostArns","controlPlaneInstanceType"],"members":{"outpostArns":{"shape":"S5"},"controlPlaneInstanceType":{},"controlPlanePlacement":{"type":"structure","members":{"groupName":{}}}}},"accessConfig":{"type":"structure","members":{"bootstrapClusterCreatorAdminPermissions":{"type":"boolean"},"authenticationMode":{}}}}},"S28":{"type":"structure","members":{"duration":{"type":"integer"},"unit":{}}},"S2d":{"type":"structure","members":{"id":{},"arn":{},"createdAt":{"type":"timestamp"},"effectiveDate":{"type":"timestamp"},"expirationDate":{"type":"timestamp"},"licenseQuantity":{"type":"integer"},"licenseType":{},"term":{"shape":"S28"},"status":{},"autoRenew":{"type":"boolean"},"licenseArns":{"shape":"S5"},"tags":{"shape":"Ss"}}},"S2f":{"type":"list","member":{"type":"structure","members":{"namespace":{},"labels":{"type":"map","key":{},"value":{}}}}},"S2j":{"type":"structure","members":{"fargateProfileName":{},"fargateProfileArn":{},"clusterName":{},"createdAt":{"type":"timestamp"},"podExecutionRoleArn":{},"subnets":{"shape":"S5"},"selectors":{"shape":"S2f"},"status":{},"tags":{"shape":"Ss"}}},"S2m":{"type":"structure","members":{"minSize":{"type":"integer"},"maxSize":{"type":"integer"},"desiredSize":{"type":"integer"}}},"S2r":{"type":"structure","members":{"ec2SshKey":{},"sourceSecurityGroups":{"shape":"S5"}}},"S2s":{"type":"map","key":{},"value":{}},"S2v":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{},"effect":{}}}},"S30":{"type":"structure","members":{"name":{},"version":{},"id":{}}},"S31":{"type":"structure","members":{"maxUnavailable":{"type":"integer"},"maxUnavailablePercentage":{"type":"integer"}}},"S36":{"type":"structure","members":{"nodegroupName":{},"nodegroupArn":{},"clusterName":{},"version":{},"releaseVersion":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"status":{},"capacityType":{},"scalingConfig":{"shape":"S2m"},"instanceTypes":{"shape":"S5"},"subnets":{"shape":"S5"},"remoteAccess":{"shape":"S2r"},"amiType":{},"nodeRole":{},"labels":{"shape":"S2s"},"taints":{"shape":"S2v"},"resources":{"type":"structure","members":{"autoScalingGroups":{"type":"list","member":{"type":"structure","members":{"name":{}}}},"remoteAccessSecurityGroup":{}}},"diskSize":{"type":"integer"},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"updateConfig":{"shape":"S31"},"launchTemplate":{"shape":"S30"},"tags":{"shape":"Ss"}}},"S3h":{"type":"structure","members":{"clusterName":{},"namespace":{},"serviceAccount":{},"roleArn":{},"associationArn":{},"associationId":{},"tags":{"shape":"Ss"},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"}}},"S4k":{"type":"structure","required":["type","name"],"members":{"type":{},"name":{}}},"S4t":{"type":"structure","members":{"status":{},"reason":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-11-01","endpointPrefix":"eks","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amazon EKS","serviceFullName":"Amazon Elastic Kubernetes Service","serviceId":"EKS","signatureVersion":"v4","signingName":"eks","uid":"eks-2017-11-01"},"operations":{"AssociateAccessPolicy":{"http":{"requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies"},"input":{"type":"structure","required":["clusterName","principalArn","policyArn","accessScope"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"policyArn":{},"accessScope":{"shape":"S3"}}},"output":{"type":"structure","members":{"clusterName":{},"principalArn":{},"associatedAccessPolicy":{"shape":"S7"}}}},"AssociateEncryptionConfig":{"http":{"requestUri":"/clusters/{name}/encryption-config/associate"},"input":{"type":"structure","required":["clusterName","encryptionConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"encryptionConfig":{"shape":"Sa"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"AssociateIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/associate"},"input":{"type":"structure","required":["clusterName","oidc"],"members":{"clusterName":{"location":"uri","locationName":"name"},"oidc":{"type":"structure","required":["identityProviderConfigName","issuerUrl","clientId"],"members":{"identityProviderConfigName":{},"issuerUrl":{},"clientId":{},"usernameClaim":{},"usernamePrefix":{},"groupsClaim":{},"groupsPrefix":{},"requiredClaims":{"shape":"Sp"}}},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"},"tags":{"shape":"Ss"}}}},"CreateAccessEntry":{"http":{"requestUri":"/clusters/{name}/access-entries"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{},"kubernetesGroups":{"shape":"S5"},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true},"username":{},"type":{}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"CreateAddon":{"http":{"requestUri":"/clusters/{name}/addons"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{},"addonVersion":{},"serviceAccountRoleArn":{},"resolveConflicts":{},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"},"configurationValues":{},"podIdentityAssociations":{"shape":"S13"}}},"output":{"type":"structure","members":{"addon":{"shape":"S16"}}}},"CreateCluster":{"http":{"requestUri":"/clusters"},"input":{"type":"structure","required":["name","roleArn","resourcesVpcConfig"],"members":{"name":{},"version":{},"roleArn":{},"resourcesVpcConfig":{"shape":"S1e"},"kubernetesNetworkConfig":{"type":"structure","members":{"serviceIpv4Cidr":{},"ipFamily":{}}},"logging":{"shape":"S1i"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"},"encryptionConfig":{"shape":"Sa"},"outpostConfig":{"type":"structure","required":["outpostArns","controlPlaneInstanceType"],"members":{"outpostArns":{"shape":"S5"},"controlPlaneInstanceType":{},"controlPlanePlacement":{"type":"structure","members":{"groupName":{}}}}},"accessConfig":{"type":"structure","members":{"bootstrapClusterCreatorAdminPermissions":{"type":"boolean"},"authenticationMode":{}}}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1s"}}}},"CreateEksAnywhereSubscription":{"http":{"requestUri":"/eks-anywhere-subscriptions"},"input":{"type":"structure","required":["name","term"],"members":{"name":{},"term":{"shape":"S2a"},"licenseQuantity":{"type":"integer"},"licenseType":{},"autoRenew":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2f"}}}},"CreateFargateProfile":{"http":{"requestUri":"/clusters/{name}/fargate-profiles"},"input":{"type":"structure","required":["fargateProfileName","clusterName","podExecutionRoleArn"],"members":{"fargateProfileName":{},"clusterName":{"location":"uri","locationName":"name"},"podExecutionRoleArn":{},"subnets":{"shape":"S5"},"selectors":{"shape":"S2h"},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2l"}}}},"CreateNodegroup":{"http":{"requestUri":"/clusters/{name}/node-groups"},"input":{"type":"structure","required":["clusterName","nodegroupName","subnets","nodeRole"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{},"scalingConfig":{"shape":"S2o"},"diskSize":{"type":"integer"},"subnets":{"shape":"S5"},"instanceTypes":{"shape":"S5"},"amiType":{},"remoteAccess":{"shape":"S2t"},"nodeRole":{},"labels":{"shape":"S2u"},"taints":{"shape":"S2x"},"tags":{"shape":"Ss"},"clientRequestToken":{"idempotencyToken":true},"launchTemplate":{"shape":"S32"},"updateConfig":{"shape":"S33"},"capacityType":{},"version":{},"releaseVersion":{}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S38"}}}},"CreatePodIdentityAssociation":{"http":{"requestUri":"/clusters/{name}/pod-identity-associations"},"input":{"type":"structure","required":["clusterName","namespace","serviceAccount","roleArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"namespace":{},"serviceAccount":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"association":{"shape":"S3j"}}}},"DeleteAccessEntry":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"}}},"output":{"type":"structure","members":{}}},"DeleteAddon":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/addons/{addonName}"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"},"preserve":{"location":"querystring","locationName":"preserve","type":"boolean"}}},"output":{"type":"structure","members":{"addon":{"shape":"S16"}}}},"DeleteCluster":{"http":{"method":"DELETE","requestUri":"/clusters/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1s"}}}},"DeleteEksAnywhereSubscription":{"http":{"method":"DELETE","requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2f"}}}},"DeleteFargateProfile":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"},"input":{"type":"structure","required":["clusterName","fargateProfileName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"fargateProfileName":{"location":"uri","locationName":"fargateProfileName"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2l"}}}},"DeleteNodegroup":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/node-groups/{nodegroupName}"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S38"}}}},"DeletePodIdentityAssociation":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"association":{"shape":"S3j"}}}},"DeregisterCluster":{"http":{"method":"DELETE","requestUri":"/cluster-registrations/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1s"}}}},"DescribeAccessEntry":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"DescribeAddon":{"http":{"method":"GET","requestUri":"/clusters/{name}/addons/{addonName}"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"}}},"output":{"type":"structure","members":{"addon":{"shape":"S16"}}}},"DescribeAddonConfiguration":{"http":{"method":"GET","requestUri":"/addons/configuration-schemas"},"input":{"type":"structure","required":["addonName","addonVersion"],"members":{"addonName":{"location":"querystring","locationName":"addonName"},"addonVersion":{"location":"querystring","locationName":"addonVersion"}}},"output":{"type":"structure","members":{"addonName":{},"addonVersion":{},"configurationSchema":{},"podIdentityConfiguration":{"type":"list","member":{"type":"structure","members":{"serviceAccount":{},"recommendedManagedPolicies":{"shape":"S5"}}}}}}},"DescribeAddonVersions":{"http":{"method":"GET","requestUri":"/addons/supported-versions"},"input":{"type":"structure","members":{"kubernetesVersion":{"location":"querystring","locationName":"kubernetesVersion"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"addonName":{"location":"querystring","locationName":"addonName"},"types":{"shape":"S5","location":"querystring","locationName":"types"},"publishers":{"shape":"S5","location":"querystring","locationName":"publishers"},"owners":{"shape":"S5","location":"querystring","locationName":"owners"}}},"output":{"type":"structure","members":{"addons":{"type":"list","member":{"type":"structure","members":{"addonName":{},"type":{},"addonVersions":{"type":"list","member":{"type":"structure","members":{"addonVersion":{},"architecture":{"shape":"S5"},"compatibilities":{"type":"list","member":{"type":"structure","members":{"clusterVersion":{},"platformVersions":{"shape":"S5"},"defaultVersion":{"type":"boolean"}}}},"requiresConfiguration":{"type":"boolean"},"requiresIamPermissions":{"type":"boolean"}}}},"publisher":{},"owner":{},"marketplaceInformation":{"shape":"S1c"}}}},"nextToken":{}}}},"DescribeCluster":{"http":{"method":"GET","requestUri":"/clusters/{name}"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1s"}}}},"DescribeEksAnywhereSubscription":{"http":{"method":"GET","requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2f"}}}},"DescribeFargateProfile":{"http":{"method":"GET","requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"},"input":{"type":"structure","required":["clusterName","fargateProfileName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"fargateProfileName":{"location":"uri","locationName":"fargateProfileName"}}},"output":{"type":"structure","members":{"fargateProfile":{"shape":"S2l"}}}},"DescribeIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/describe"},"input":{"type":"structure","required":["clusterName","identityProviderConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"identityProviderConfig":{"shape":"S4o"}}},"output":{"type":"structure","members":{"identityProviderConfig":{"type":"structure","members":{"oidc":{"type":"structure","members":{"identityProviderConfigName":{},"identityProviderConfigArn":{},"clusterName":{},"issuerUrl":{},"clientId":{},"usernameClaim":{},"usernamePrefix":{},"groupsClaim":{},"groupsPrefix":{},"requiredClaims":{"shape":"Sp"},"tags":{"shape":"Ss"},"status":{}}}}}}}},"DescribeInsight":{"http":{"method":"GET","requestUri":"/clusters/{name}/insights/{id}"},"input":{"type":"structure","required":["clusterName","id"],"members":{"clusterName":{"location":"uri","locationName":"name"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"insight":{"type":"structure","members":{"id":{},"name":{},"category":{},"kubernetesVersion":{},"lastRefreshTime":{"type":"timestamp"},"lastTransitionTime":{"type":"timestamp"},"description":{},"insightStatus":{"shape":"S4x"},"recommendation":{},"additionalInfo":{"type":"map","key":{},"value":{}},"resources":{"type":"list","member":{"type":"structure","members":{"insightStatus":{"shape":"S4x"},"kubernetesResourceUri":{},"arn":{}}}},"categorySpecificSummary":{"type":"structure","members":{"deprecationDetails":{"type":"list","member":{"type":"structure","members":{"usage":{},"replacedWith":{},"stopServingVersion":{},"startServingReplacementVersion":{},"clientStats":{"type":"list","member":{"type":"structure","members":{"userAgent":{},"numberOfRequestsLast30Days":{"type":"integer"},"lastRequestTime":{"type":"timestamp"}}}}}}}}}}}}}},"DescribeNodegroup":{"http":{"method":"GET","requestUri":"/clusters/{name}/node-groups/{nodegroupName}"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"}}},"output":{"type":"structure","members":{"nodegroup":{"shape":"S38"}}}},"DescribePodIdentityAssociation":{"http":{"method":"GET","requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"association":{"shape":"S3j"}}}},"DescribeUpdate":{"http":{"method":"GET","requestUri":"/clusters/{name}/updates/{updateId}"},"input":{"type":"structure","required":["name","updateId"],"members":{"name":{"location":"uri","locationName":"name"},"updateId":{"location":"uri","locationName":"updateId"},"nodegroupName":{"location":"querystring","locationName":"nodegroupName"},"addonName":{"location":"querystring","locationName":"addonName"}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"DisassociateAccessPolicy":{"http":{"method":"DELETE","requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies/{policyArn}"},"input":{"type":"structure","required":["clusterName","principalArn","policyArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"policyArn":{"location":"uri","locationName":"policyArn"}}},"output":{"type":"structure","members":{}}},"DisassociateIdentityProviderConfig":{"http":{"requestUri":"/clusters/{name}/identity-provider-configs/disassociate"},"input":{"type":"structure","required":["clusterName","identityProviderConfig"],"members":{"clusterName":{"location":"uri","locationName":"name"},"identityProviderConfig":{"shape":"S4o"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"ListAccessEntries":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associatedPolicyArn":{"location":"querystring","locationName":"associatedPolicyArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"accessEntries":{"shape":"S5"},"nextToken":{}}}},"ListAccessPolicies":{"http":{"method":"GET","requestUri":"/access-policies"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"accessPolicies":{"type":"list","member":{"type":"structure","members":{"name":{},"arn":{}}}},"nextToken":{}}}},"ListAddons":{"http":{"method":"GET","requestUri":"/clusters/{name}/addons"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"addons":{"shape":"S5"},"nextToken":{}}}},"ListAssociatedAccessPolicies":{"http":{"method":"GET","requestUri":"/clusters/{name}/access-entries/{principalArn}/access-policies"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"clusterName":{},"principalArn":{},"nextToken":{},"associatedAccessPolicies":{"type":"list","member":{"shape":"S7"}}}}},"ListClusters":{"http":{"method":"GET","requestUri":"/clusters"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"include":{"location":"querystring","locationName":"include","type":"list","member":{}}}},"output":{"type":"structure","members":{"clusters":{"shape":"S5"},"nextToken":{}}}},"ListEksAnywhereSubscriptions":{"http":{"method":"GET","requestUri":"/eks-anywhere-subscriptions"},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"includeStatus":{"location":"querystring","locationName":"includeStatus","type":"list","member":{}}}},"output":{"type":"structure","members":{"subscriptions":{"type":"list","member":{"shape":"S2f"}},"nextToken":{}}}},"ListFargateProfiles":{"http":{"method":"GET","requestUri":"/clusters/{name}/fargate-profiles"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"fargateProfileNames":{"shape":"S5"},"nextToken":{}}}},"ListIdentityProviderConfigs":{"http":{"method":"GET","requestUri":"/clusters/{name}/identity-provider-configs"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"identityProviderConfigs":{"type":"list","member":{"shape":"S4o"}},"nextToken":{}}}},"ListInsights":{"http":{"requestUri":"/clusters/{name}/insights"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"filter":{"type":"structure","members":{"categories":{"type":"list","member":{}},"kubernetesVersions":{"shape":"S5"},"statuses":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"insights":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"category":{},"kubernetesVersion":{},"lastRefreshTime":{"type":"timestamp"},"lastTransitionTime":{"type":"timestamp"},"description":{},"insightStatus":{"shape":"S4x"}}}},"nextToken":{}}}},"ListNodegroups":{"http":{"method":"GET","requestUri":"/clusters/{name}/node-groups"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nodegroups":{"shape":"S5"},"nextToken":{}}}},"ListPodIdentityAssociations":{"http":{"method":"GET","requestUri":"/clusters/{name}/pod-identity-associations"},"input":{"type":"structure","required":["clusterName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"namespace":{"location":"querystring","locationName":"namespace"},"serviceAccount":{"location":"querystring","locationName":"serviceAccount"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"associations":{"type":"list","member":{"type":"structure","members":{"clusterName":{},"namespace":{},"serviceAccount":{},"associationArn":{},"associationId":{},"ownerArn":{}}}},"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":"Ss"}}}},"ListUpdates":{"http":{"method":"GET","requestUri":"/clusters/{name}/updates"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"querystring","locationName":"nodegroupName"},"addonName":{"location":"querystring","locationName":"addonName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"updateIds":{"shape":"S5"},"nextToken":{}}}},"RegisterCluster":{"http":{"requestUri":"/cluster-registrations"},"input":{"type":"structure","required":["name","connectorConfig"],"members":{"name":{},"connectorConfig":{"type":"structure","required":["roleArn","provider"],"members":{"roleArn":{},"provider":{}}},"clientRequestToken":{"idempotencyToken":true},"tags":{"shape":"Ss"}}},"output":{"type":"structure","members":{"cluster":{"shape":"S1s"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Ss"}}},"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":{}}},"UpdateAccessEntry":{"http":{"requestUri":"/clusters/{name}/access-entries/{principalArn}"},"input":{"type":"structure","required":["clusterName","principalArn"],"members":{"clusterName":{"location":"uri","locationName":"name"},"principalArn":{"location":"uri","locationName":"principalArn"},"kubernetesGroups":{"shape":"S5"},"clientRequestToken":{"idempotencyToken":true},"username":{}}},"output":{"type":"structure","members":{"accessEntry":{"shape":"Sy"}}}},"UpdateAddon":{"http":{"requestUri":"/clusters/{name}/addons/{addonName}/update"},"input":{"type":"structure","required":["clusterName","addonName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"addonName":{"location":"uri","locationName":"addonName"},"addonVersion":{},"serviceAccountRoleArn":{},"resolveConflicts":{},"clientRequestToken":{"idempotencyToken":true},"configurationValues":{},"podIdentityAssociations":{"shape":"S13"}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateClusterConfig":{"http":{"requestUri":"/clusters/{name}/update-config"},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"resourcesVpcConfig":{"shape":"S1e"},"logging":{"shape":"S1i"},"clientRequestToken":{"idempotencyToken":true},"accessConfig":{"type":"structure","members":{"authenticationMode":{}}}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateClusterVersion":{"http":{"requestUri":"/clusters/{name}/updates"},"input":{"type":"structure","required":["name","version"],"members":{"name":{"location":"uri","locationName":"name"},"version":{},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateEksAnywhereSubscription":{"http":{"requestUri":"/eks-anywhere-subscriptions/{id}"},"input":{"type":"structure","required":["id","autoRenew"],"members":{"id":{"location":"uri","locationName":"id"},"autoRenew":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"subscription":{"shape":"S2f"}}}},"UpdateNodegroupConfig":{"http":{"requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-config"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"},"labels":{"type":"structure","members":{"addOrUpdateLabels":{"shape":"S2u"},"removeLabels":{"type":"list","member":{}}}},"taints":{"type":"structure","members":{"addOrUpdateTaints":{"shape":"S2x"},"removeTaints":{"shape":"S2x"}}},"scalingConfig":{"shape":"S2o"},"updateConfig":{"shape":"S33"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdateNodegroupVersion":{"http":{"requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-version"},"input":{"type":"structure","required":["clusterName","nodegroupName"],"members":{"clusterName":{"location":"uri","locationName":"name"},"nodegroupName":{"location":"uri","locationName":"nodegroupName"},"version":{},"releaseVersion":{},"launchTemplate":{"shape":"S32"},"force":{"type":"boolean"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"update":{"shape":"Se"}}}},"UpdatePodIdentityAssociation":{"http":{"requestUri":"/clusters/{name}/pod-identity-associations/{associationId}"},"input":{"type":"structure","required":["clusterName","associationId"],"members":{"clusterName":{"location":"uri","locationName":"name"},"associationId":{"location":"uri","locationName":"associationId"},"roleArn":{},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"association":{"shape":"S3j"}}}}},"shapes":{"S3":{"type":"structure","members":{"type":{},"namespaces":{"shape":"S5"}}},"S5":{"type":"list","member":{}},"S7":{"type":"structure","members":{"policyArn":{},"accessScope":{"shape":"S3"},"associatedAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"}}},"Sa":{"type":"list","member":{"type":"structure","members":{"resources":{"shape":"S5"},"provider":{"type":"structure","members":{"keyArn":{}}}}}},"Se":{"type":"structure","members":{"id":{},"status":{},"type":{},"params":{"type":"list","member":{"type":"structure","members":{"type":{},"value":{}}}},"createdAt":{"type":"timestamp"},"errors":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"resourceIds":{"shape":"S5"}}}}}},"Sp":{"type":"map","key":{},"value":{}},"Ss":{"type":"map","key":{},"value":{}},"Sy":{"type":"structure","members":{"clusterName":{},"principalArn":{},"kubernetesGroups":{"shape":"S5"},"accessEntryArn":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Ss"},"username":{},"type":{}}},"S13":{"type":"list","member":{"type":"structure","required":["serviceAccount","roleArn"],"members":{"serviceAccount":{},"roleArn":{}}}},"S16":{"type":"structure","members":{"addonName":{},"clusterName":{},"status":{},"addonVersion":{},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"addonArn":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"serviceAccountRoleArn":{},"tags":{"shape":"Ss"},"publisher":{},"owner":{},"marketplaceInformation":{"shape":"S1c"},"configurationValues":{},"podIdentityAssociations":{"shape":"S5"}}},"S1c":{"type":"structure","members":{"productId":{},"productUrl":{}}},"S1e":{"type":"structure","members":{"subnetIds":{"shape":"S5"},"securityGroupIds":{"shape":"S5"},"endpointPublicAccess":{"type":"boolean"},"endpointPrivateAccess":{"type":"boolean"},"publicAccessCidrs":{"shape":"S5"}}},"S1i":{"type":"structure","members":{"clusterLogging":{"type":"list","member":{"type":"structure","members":{"types":{"type":"list","member":{}},"enabled":{"type":"boolean"}}}}}},"S1s":{"type":"structure","members":{"name":{},"arn":{},"createdAt":{"type":"timestamp"},"version":{},"endpoint":{},"roleArn":{},"resourcesVpcConfig":{"type":"structure","members":{"subnetIds":{"shape":"S5"},"securityGroupIds":{"shape":"S5"},"clusterSecurityGroupId":{},"vpcId":{},"endpointPublicAccess":{"type":"boolean"},"endpointPrivateAccess":{"type":"boolean"},"publicAccessCidrs":{"shape":"S5"}}},"kubernetesNetworkConfig":{"type":"structure","members":{"serviceIpv4Cidr":{},"serviceIpv6Cidr":{},"ipFamily":{}}},"logging":{"shape":"S1i"},"identity":{"type":"structure","members":{"oidc":{"type":"structure","members":{"issuer":{}}}}},"status":{},"certificateAuthority":{"type":"structure","members":{"data":{}}},"clientRequestToken":{},"platformVersion":{},"tags":{"shape":"Ss"},"encryptionConfig":{"shape":"Sa"},"connectorConfig":{"type":"structure","members":{"activationId":{},"activationCode":{},"activationExpiry":{"type":"timestamp"},"provider":{},"roleArn":{}}},"id":{},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"outpostConfig":{"type":"structure","required":["outpostArns","controlPlaneInstanceType"],"members":{"outpostArns":{"shape":"S5"},"controlPlaneInstanceType":{},"controlPlanePlacement":{"type":"structure","members":{"groupName":{}}}}},"accessConfig":{"type":"structure","members":{"bootstrapClusterCreatorAdminPermissions":{"type":"boolean"},"authenticationMode":{}}}}},"S2a":{"type":"structure","members":{"duration":{"type":"integer"},"unit":{}}},"S2f":{"type":"structure","members":{"id":{},"arn":{},"createdAt":{"type":"timestamp"},"effectiveDate":{"type":"timestamp"},"expirationDate":{"type":"timestamp"},"licenseQuantity":{"type":"integer"},"licenseType":{},"term":{"shape":"S2a"},"status":{},"autoRenew":{"type":"boolean"},"licenseArns":{"shape":"S5"},"tags":{"shape":"Ss"}}},"S2h":{"type":"list","member":{"type":"structure","members":{"namespace":{},"labels":{"type":"map","key":{},"value":{}}}}},"S2l":{"type":"structure","members":{"fargateProfileName":{},"fargateProfileArn":{},"clusterName":{},"createdAt":{"type":"timestamp"},"podExecutionRoleArn":{},"subnets":{"shape":"S5"},"selectors":{"shape":"S2h"},"status":{},"tags":{"shape":"Ss"}}},"S2o":{"type":"structure","members":{"minSize":{"type":"integer"},"maxSize":{"type":"integer"},"desiredSize":{"type":"integer"}}},"S2t":{"type":"structure","members":{"ec2SshKey":{},"sourceSecurityGroups":{"shape":"S5"}}},"S2u":{"type":"map","key":{},"value":{}},"S2x":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{},"effect":{}}}},"S32":{"type":"structure","members":{"name":{},"version":{},"id":{}}},"S33":{"type":"structure","members":{"maxUnavailable":{"type":"integer"},"maxUnavailablePercentage":{"type":"integer"}}},"S38":{"type":"structure","members":{"nodegroupName":{},"nodegroupArn":{},"clusterName":{},"version":{},"releaseVersion":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"status":{},"capacityType":{},"scalingConfig":{"shape":"S2o"},"instanceTypes":{"shape":"S5"},"subnets":{"shape":"S5"},"remoteAccess":{"shape":"S2t"},"amiType":{},"nodeRole":{},"labels":{"shape":"S2u"},"taints":{"shape":"S2x"},"resources":{"type":"structure","members":{"autoScalingGroups":{"type":"list","member":{"type":"structure","members":{"name":{}}}},"remoteAccessSecurityGroup":{}}},"diskSize":{"type":"integer"},"health":{"type":"structure","members":{"issues":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{},"resourceIds":{"shape":"S5"}}}}}},"updateConfig":{"shape":"S33"},"launchTemplate":{"shape":"S32"},"tags":{"shape":"Ss"}}},"S3j":{"type":"structure","members":{"clusterName":{},"namespace":{},"serviceAccount":{},"roleArn":{},"associationArn":{},"associationId":{},"tags":{"shape":"Ss"},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"ownerArn":{}}},"S4o":{"type":"structure","required":["type","name"],"members":{"type":{},"name":{}}},"S4x":{"type":"structure","members":{"status":{},"reason":{}}}}} /***/ }), /* 670 */ @@ -62619,7 +62619,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1147 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-11-29","endpointPrefix":"iottwinmaker","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS IoT TwinMaker","serviceId":"IoTTwinMaker","signatureVersion":"v4","signingName":"iottwinmaker","uid":"iottwinmaker-2021-11-29"},"operations":{"BatchPutPropertyValues":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties","responseCode":200},"input":{"type":"structure","required":["workspaceId","entries"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entries":{"type":"list","member":{"shape":"S4"}}}},"output":{"type":"structure","required":["errorEntries"],"members":{"errorEntries":{"type":"list","member":{"type":"structure","required":["errors"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","entry"],"members":{"errorCode":{},"errorMessage":{},"entry":{"shape":"S4"}}}}}}}}},"endpoint":{"hostPrefix":"data."}},"CancelMetadataTransferJob":{"http":{"method":"PUT","requestUri":"/metadata-transfer-jobs/{metadataTransferJobId}/cancel","responseCode":200},"input":{"type":"structure","required":["metadataTransferJobId"],"members":{"metadataTransferJobId":{"location":"uri","locationName":"metadataTransferJobId"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}},"endpoint":{"hostPrefix":"api."}},"CreateComponentType":{"http":{"requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"isSingleton":{"type":"boolean"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"},"description":{},"propertyDefinitions":{"shape":"S15"},"extendsFrom":{"shape":"S1d"},"functions":{"shape":"S1e"},"tags":{"shape":"S1l"},"propertyGroups":{"shape":"S1o"},"componentTypeName":{},"compositeComponentTypes":{"shape":"S1t"}}},"output":{"type":"structure","required":["arn","creationDateTime","state"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateEntity":{"http":{"requestUri":"/workspaces/{workspaceId}/entities","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityName"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{},"entityName":{},"description":{},"components":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"componentTypeId":{},"properties":{"shape":"S21"},"propertyGroups":{"shape":"S24"}}}},"compositeComponents":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"properties":{"shape":"S21"},"propertyGroups":{"shape":"S24"}}}},"parentEntityId":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["entityId","arn","creationDateTime","state"],"members":{"entityId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateMetadataTransferJob":{"http":{"requestUri":"/metadata-transfer-jobs","responseCode":200},"input":{"type":"structure","required":["sources","destination"],"members":{"metadataTransferJobId":{},"description":{},"sources":{"shape":"S2c"},"destination":{"shape":"S2t"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","creationDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"status":{"shape":"Sw"}}},"endpoint":{"hostPrefix":"api."}},"CreateScene":{"http":{"requestUri":"/workspaces/{workspaceId}/scenes","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId","contentLocation"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{},"contentLocation":{},"description":{},"capabilities":{"shape":"S31"},"tags":{"shape":"S1l"},"sceneMetadata":{"shape":"S33"}}},"output":{"type":"structure","required":["arn","creationDateTime"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"CreateSyncJob":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource","syncRole"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"},"syncRole":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["arn","creationDateTime","state"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateWorkspace":{"http":{"requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"description":{},"s3Location":{},"role":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["arn","creationDateTime"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"DeleteComponentType":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteEntity":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"isRecursive":{"location":"querystring","locationName":"isRecursive","type":"boolean"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteScene":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"DeleteSyncJob":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteWorkspace":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"}}},"output":{"type":"structure","members":{"message":{}}},"endpoint":{"hostPrefix":"api."}},"ExecuteQuery":{"http":{"requestUri":"/queries/execution","responseCode":200},"input":{"type":"structure","required":["workspaceId","queryStatement"],"members":{"workspaceId":{},"queryStatement":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"columnDescriptions":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{}}}},"rows":{"type":"list","member":{"type":"structure","members":{"rowData":{"type":"list","member":{"type":"structure","members":{},"document":true}}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"GetComponentType":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"}}},"output":{"type":"structure","required":["workspaceId","componentTypeId","creationDateTime","updateDateTime","arn"],"members":{"workspaceId":{},"isSingleton":{"type":"boolean"},"componentTypeId":{},"description":{},"propertyDefinitions":{"type":"map","key":{},"value":{"shape":"S45"}},"extendsFrom":{"shape":"S1d"},"functions":{"type":"map","key":{},"value":{"type":"structure","members":{"requiredProperties":{"shape":"S1g"},"scope":{},"implementedBy":{"shape":"S1i"},"isInherited":{"type":"boolean"}}}},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"arn":{},"isAbstract":{"type":"boolean"},"isSchemaInitialized":{"type":"boolean"},"status":{"shape":"S48"},"propertyGroups":{"type":"map","key":{},"value":{"type":"structure","required":["groupType","propertyNames","isInherited"],"members":{"groupType":{},"propertyNames":{"shape":"S1r"},"isInherited":{"type":"boolean"}}}},"syncSource":{},"componentTypeName":{},"compositeComponentTypes":{"type":"map","key":{},"value":{"type":"structure","members":{"componentTypeId":{},"isInherited":{"type":"boolean"}}}}}},"endpoint":{"hostPrefix":"api."}},"GetEntity":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"}}},"output":{"type":"structure","required":["entityId","entityName","arn","status","workspaceId","parentEntityId","hasChildEntities","creationDateTime","updateDateTime"],"members":{"entityId":{},"entityName":{},"arn":{},"status":{"shape":"S48"},"workspaceId":{},"description":{},"components":{"type":"map","key":{},"value":{"type":"structure","members":{"componentName":{},"description":{},"componentTypeId":{},"status":{"shape":"S48"},"definedIn":{},"properties":{"type":"map","key":{},"value":{"type":"structure","members":{"definition":{"shape":"S45"},"value":{"shape":"Se"},"areAllPropertyValuesReturned":{"type":"boolean"}}}},"propertyGroups":{"shape":"S4j"},"syncSource":{},"areAllPropertiesReturned":{"type":"boolean"},"compositeComponents":{"type":"map","key":{},"value":{"shape":"S4m"}},"areAllCompositeComponentsReturned":{"type":"boolean"}}}},"parentEntityId":{},"hasChildEntities":{"type":"boolean"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"syncSource":{},"areAllComponentsReturned":{"type":"boolean"}}},"endpoint":{"hostPrefix":"api."}},"GetMetadataTransferJob":{"http":{"method":"GET","requestUri":"/metadata-transfer-jobs/{metadataTransferJobId}","responseCode":200},"input":{"type":"structure","required":["metadataTransferJobId"],"members":{"metadataTransferJobId":{"location":"uri","locationName":"metadataTransferJobId"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","sources","destination","metadataTransferJobRole","creationDateTime","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"description":{},"sources":{"shape":"S2c"},"destination":{"shape":"S2t"},"metadataTransferJobRole":{},"reportUrl":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}},"endpoint":{"hostPrefix":"api."}},"GetPricingPlan":{"http":{"method":"GET","requestUri":"/pricingplan","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["currentPricingPlan"],"members":{"currentPricingPlan":{"shape":"S4r"},"pendingPricingPlan":{"shape":"S4r"}}},"endpoint":{"hostPrefix":"api."}},"GetPropertyValue":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties/value","responseCode":200},"input":{"type":"structure","required":["selectedProperties","workspaceId"],"members":{"componentName":{},"componentPath":{},"componentTypeId":{},"entityId":{},"selectedProperties":{"shape":"S4z"},"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{},"propertyGroupName":{},"tabularConditions":{"type":"structure","members":{"orderBy":{"type":"list","member":{"type":"structure","required":["propertyName"],"members":{"order":{},"propertyName":{}}}},"propertyFilters":{"shape":"S55"}}}}},"output":{"type":"structure","members":{"propertyValues":{"type":"map","key":{},"value":{"type":"structure","required":["propertyReference"],"members":{"propertyReference":{"shape":"S5"},"propertyValue":{"shape":"Se"}}}},"nextToken":{},"tabularPropertyValues":{"type":"list","member":{"type":"list","member":{"type":"map","key":{},"value":{"shape":"Se"}}}}}},"endpoint":{"hostPrefix":"data."}},"GetPropertyValueHistory":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties/history","responseCode":200},"input":{"type":"structure","required":["workspaceId","selectedProperties"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{},"componentName":{},"componentPath":{},"componentTypeId":{},"selectedProperties":{"shape":"S4z"},"propertyFilters":{"shape":"S55"},"startDateTime":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use startTime instead.","type":"timestamp"},"endDateTime":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use endTime instead.","type":"timestamp"},"interpolation":{"type":"structure","members":{"interpolationType":{},"intervalInSeconds":{"type":"long"}}},"nextToken":{},"maxResults":{"type":"integer"},"orderByTime":{},"startTime":{},"endTime":{}}},"output":{"type":"structure","required":["propertyValues"],"members":{"propertyValues":{"type":"list","member":{"type":"structure","required":["entityPropertyReference"],"members":{"entityPropertyReference":{"shape":"S5"},"values":{"type":"list","member":{"shape":"Sc"}}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"data."}},"GetScene":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"}}},"output":{"type":"structure","required":["workspaceId","sceneId","contentLocation","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"sceneId":{},"contentLocation":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{},"capabilities":{"shape":"S31"},"sceneMetadata":{"shape":"S33"},"generatedSceneMetadata":{"type":"map","key":{},"value":{}},"error":{"type":"structure","members":{"code":{},"message":{}}}}},"endpoint":{"hostPrefix":"api."}},"GetSyncJob":{"http":{"method":"GET","requestUri":"/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["syncSource"],"members":{"syncSource":{"location":"uri","locationName":"syncSource"},"workspaceId":{"location":"querystring","locationName":"workspace"}}},"output":{"type":"structure","required":["arn","workspaceId","syncSource","syncRole","status","creationDateTime","updateDateTime"],"members":{"arn":{},"workspaceId":{},"syncSource":{},"syncRole":{},"status":{"shape":"S5t"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"GetWorkspace":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"}}},"output":{"type":"structure","required":["workspaceId","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"arn":{},"description":{},"linkedServices":{"shape":"S5x"},"s3Location":{},"role":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"ListComponentTypes":{"http":{"requestUri":"/workspaces/{workspaceId}/component-types-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"filters":{"type":"list","member":{"type":"structure","members":{"extendsFrom":{},"namespace":{},"isAbstract":{"type":"boolean"}},"union":true}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["workspaceId","componentTypeSummaries"],"members":{"workspaceId":{},"componentTypeSummaries":{"type":"list","member":{"type":"structure","required":["arn","componentTypeId","creationDateTime","updateDateTime"],"members":{"arn":{},"componentTypeId":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{},"status":{"shape":"S48"},"componentTypeName":{}}}},"nextToken":{},"maxResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"api."}},"ListComponents":{"http":{"requestUri":"/workspaces/{workspaceId}/entities/{entityId}/components-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"componentPath":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["componentSummaries"],"members":{"componentSummaries":{"type":"list","member":{"shape":"S4m"}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListEntities":{"http":{"requestUri":"/workspaces/{workspaceId}/entities-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"filters":{"type":"list","member":{"type":"structure","members":{"parentEntityId":{},"componentTypeId":{},"externalId":{}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"entitySummaries":{"type":"list","member":{"type":"structure","required":["entityId","entityName","arn","status","creationDateTime","updateDateTime"],"members":{"entityId":{},"entityName":{},"arn":{},"parentEntityId":{},"status":{"shape":"S48"},"description":{},"hasChildEntities":{"type":"boolean"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListMetadataTransferJobs":{"http":{"requestUri":"/metadata-transfer-jobs-list","responseCode":200},"input":{"type":"structure","required":["sourceType","destinationType"],"members":{"sourceType":{},"destinationType":{},"filters":{"type":"list","member":{"type":"structure","members":{"workspaceId":{},"state":{}},"union":true}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["metadataTransferJobSummaries"],"members":{"metadataTransferJobSummaries":{"type":"list","member":{"type":"structure","required":["metadataTransferJobId","arn","creationDateTime","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListProperties":{"http":{"requestUri":"/workspaces/{workspaceId}/properties-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentName":{},"componentPath":{},"entityId":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["propertySummaries"],"members":{"propertySummaries":{"type":"list","member":{"type":"structure","required":["propertyName"],"members":{"definition":{"shape":"S45"},"propertyName":{},"value":{"shape":"Se"},"areAllPropertyValuesReturned":{"type":"boolean"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListScenes":{"http":{"requestUri":"/workspaces/{workspaceId}/scenes-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"sceneSummaries":{"type":"list","member":{"type":"structure","required":["sceneId","contentLocation","arn","creationDateTime","updateDateTime"],"members":{"sceneId":{},"contentLocation":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListSyncJobs":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"syncJobSummaries":{"type":"list","member":{"type":"structure","members":{"arn":{},"workspaceId":{},"syncSource":{},"status":{"shape":"S5t"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListSyncResources":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"},"filters":{"type":"list","member":{"type":"structure","members":{"state":{},"resourceType":{},"resourceId":{},"externalId":{}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"syncResources":{"type":"list","member":{"type":"structure","members":{"resourceType":{},"externalId":{},"resourceId":{},"status":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListTagsForResource":{"http":{"requestUri":"/tags-list","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1l"},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListWorkspaces":{"http":{"requestUri":"/workspaces-list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"workspaceSummaries":{"type":"list","member":{"type":"structure","required":["workspaceId","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"arn":{},"description":{},"linkedServices":{"shape":"S5x"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"TagResource":{"http":{"requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{"location":"querystring","locationName":"resourceARN"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"UpdateComponentType":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"isSingleton":{"type":"boolean"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"},"description":{},"propertyDefinitions":{"shape":"S15"},"extendsFrom":{"shape":"S1d"},"functions":{"shape":"S1e"},"propertyGroups":{"shape":"S1o"},"componentTypeName":{},"compositeComponentTypes":{"shape":"S1t"}}},"output":{"type":"structure","required":["workspaceId","arn","componentTypeId","state"],"members":{"workspaceId":{},"arn":{},"componentTypeId":{},"state":{}}},"endpoint":{"hostPrefix":"api."}},"UpdateEntity":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"entityName":{},"description":{},"componentUpdates":{"type":"map","key":{},"value":{"type":"structure","members":{"updateType":{},"description":{},"componentTypeId":{},"propertyUpdates":{"shape":"S21"},"propertyGroupUpdates":{"shape":"S24"}}}},"compositeComponentUpdates":{"type":"map","key":{},"value":{"type":"structure","members":{"updateType":{},"description":{},"propertyUpdates":{"shape":"S21"},"propertyGroupUpdates":{"shape":"S24"}}}},"parentEntityUpdate":{"type":"structure","required":["updateType"],"members":{"updateType":{},"parentEntityId":{}}}}},"output":{"type":"structure","required":["updateDateTime","state"],"members":{"updateDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"UpdatePricingPlan":{"http":{"requestUri":"/pricingplan","responseCode":200},"input":{"type":"structure","required":["pricingMode"],"members":{"pricingMode":{},"bundleNames":{"shape":"S4t"}}},"output":{"type":"structure","required":["currentPricingPlan"],"members":{"currentPricingPlan":{"shape":"S4r"},"pendingPricingPlan":{"shape":"S4r"}}},"endpoint":{"hostPrefix":"api."}},"UpdateScene":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"},"contentLocation":{},"description":{},"capabilities":{"shape":"S31"},"sceneMetadata":{"shape":"S33"}}},"output":{"type":"structure","required":["updateDateTime"],"members":{"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"UpdateWorkspace":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"description":{},"role":{},"s3Location":{}}},"output":{"type":"structure","required":["updateDateTime"],"members":{"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}}},"shapes":{"S4":{"type":"structure","required":["entityPropertyReference"],"members":{"entityPropertyReference":{"shape":"S5"},"propertyValues":{"type":"list","member":{"shape":"Sc"}}}},"S5":{"type":"structure","required":["propertyName"],"members":{"componentName":{},"componentPath":{},"externalIdProperty":{"type":"map","key":{},"value":{}},"entityId":{},"propertyName":{}}},"Sc":{"type":"structure","required":["value"],"members":{"timestamp":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use time instead.","type":"timestamp"},"value":{"shape":"Se"},"time":{}}},"Se":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"integerValue":{"type":"integer"},"longValue":{"type":"long"},"stringValue":{},"listValue":{"shape":"Sj"},"mapValue":{"type":"map","key":{},"value":{"shape":"Se"}},"relationshipValue":{"type":"structure","members":{"targetEntityId":{},"targetComponentName":{}}},"expression":{}}},"Sj":{"type":"list","member":{"shape":"Se"}},"Sw":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"},"queuedPosition":{"type":"integer"}}},"Sy":{"type":"structure","members":{"code":{},"message":{}}},"S11":{"type":"structure","members":{"totalCount":{"type":"integer"},"succeededCount":{"type":"integer"},"skippedCount":{"type":"integer"},"failedCount":{"type":"integer"}}},"S15":{"type":"map","key":{},"value":{"shape":"S16"}},"S16":{"type":"structure","members":{"dataType":{"shape":"S17"},"isRequiredInEntity":{"type":"boolean"},"isExternalId":{"type":"boolean"},"isStoredExternally":{"type":"boolean"},"isTimeSeries":{"type":"boolean"},"defaultValue":{"shape":"Se"},"configuration":{"shape":"S1a"},"displayName":{}}},"S17":{"type":"structure","required":["type"],"members":{"type":{},"nestedType":{"shape":"S17"},"allowedValues":{"shape":"Sj"},"unitOfMeasure":{},"relationship":{"type":"structure","members":{"targetComponentTypeId":{},"relationshipType":{}}}}},"S1a":{"type":"map","key":{},"value":{}},"S1d":{"type":"list","member":{}},"S1e":{"type":"map","key":{},"value":{"type":"structure","members":{"requiredProperties":{"shape":"S1g"},"scope":{},"implementedBy":{"shape":"S1i"}}}},"S1g":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"lambda":{"type":"structure","required":["arn"],"members":{"arn":{}}},"isNative":{"type":"boolean"}}},"S1l":{"type":"map","key":{},"value":{}},"S1o":{"type":"map","key":{},"value":{"type":"structure","members":{"groupType":{},"propertyNames":{"shape":"S1r"}}}},"S1r":{"type":"list","member":{}},"S1t":{"type":"map","key":{},"value":{"type":"structure","members":{"componentTypeId":{}}}},"S21":{"type":"map","key":{},"value":{"type":"structure","members":{"definition":{"shape":"S16"},"value":{"shape":"Se"},"updateType":{}}}},"S24":{"type":"map","key":{},"value":{"type":"structure","members":{"groupType":{},"propertyNames":{"shape":"S1r"},"updateType":{}}}},"S2c":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{},"s3Configuration":{"type":"structure","required":["location"],"members":{"location":{}}},"iotSiteWiseConfiguration":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","members":{"filterByAssetModel":{"type":"structure","members":{"assetModelId":{},"assetModelExternalId":{},"includeOffspring":{"type":"boolean"},"includeAssets":{"type":"boolean"}}},"filterByAsset":{"type":"structure","members":{"assetId":{},"assetExternalId":{},"includeOffspring":{"type":"boolean"},"includeAssetModel":{"type":"boolean"}}}},"union":true}}}},"iotTwinMakerConfiguration":{"type":"structure","required":["workspace"],"members":{"workspace":{},"filters":{"type":"list","member":{"type":"structure","members":{"filterByComponentType":{"type":"structure","required":["componentTypeId"],"members":{"componentTypeId":{}}},"filterByEntity":{"type":"structure","required":["entityId"],"members":{"entityId":{}}}},"union":true}}}}}}},"S2t":{"type":"structure","required":["type"],"members":{"type":{},"s3Configuration":{"type":"structure","required":["location"],"members":{"location":{}}},"iotTwinMakerConfiguration":{"type":"structure","required":["workspace"],"members":{"workspace":{}}}}},"S31":{"type":"list","member":{}},"S33":{"type":"map","key":{},"value":{}},"S45":{"type":"structure","required":["dataType","isTimeSeries","isRequiredInEntity","isExternalId","isStoredExternally","isImported","isFinal","isInherited"],"members":{"dataType":{"shape":"S17"},"isTimeSeries":{"type":"boolean"},"isRequiredInEntity":{"type":"boolean"},"isExternalId":{"type":"boolean"},"isStoredExternally":{"type":"boolean"},"isImported":{"type":"boolean"},"isFinal":{"type":"boolean"},"isInherited":{"type":"boolean"},"defaultValue":{"shape":"Se"},"configuration":{"shape":"S1a"},"displayName":{}}},"S48":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"S4j":{"type":"map","key":{},"value":{"type":"structure","required":["groupType","propertyNames","isInherited"],"members":{"groupType":{},"propertyNames":{"shape":"S1r"},"isInherited":{"type":"boolean"}}}},"S4m":{"type":"structure","required":["componentName","componentTypeId","status"],"members":{"componentName":{},"componentTypeId":{},"definedIn":{},"description":{},"propertyGroups":{"shape":"S4j"},"status":{"shape":"S48"},"syncSource":{},"componentPath":{}}},"S4r":{"type":"structure","required":["effectiveDateTime","pricingMode","updateDateTime","updateReason"],"members":{"billableEntityCount":{"type":"long"},"bundleInformation":{"type":"structure","required":["bundleNames"],"members":{"bundleNames":{"shape":"S4t"},"pricingTier":{}}},"effectiveDateTime":{"type":"timestamp"},"pricingMode":{},"updateDateTime":{"type":"timestamp"},"updateReason":{}}},"S4t":{"type":"list","member":{}},"S4z":{"type":"list","member":{}},"S55":{"type":"list","member":{"type":"structure","members":{"propertyName":{},"operator":{},"value":{"shape":"Se"}}}},"S5t":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"S5x":{"type":"list","member":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-11-29","endpointPrefix":"iottwinmaker","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS IoT TwinMaker","serviceId":"IoTTwinMaker","signatureVersion":"v4","signingName":"iottwinmaker","uid":"iottwinmaker-2021-11-29"},"operations":{"BatchPutPropertyValues":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties","responseCode":200},"input":{"type":"structure","required":["workspaceId","entries"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entries":{"type":"list","member":{"shape":"S4"}}}},"output":{"type":"structure","required":["errorEntries"],"members":{"errorEntries":{"type":"list","member":{"type":"structure","required":["errors"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","entry"],"members":{"errorCode":{},"errorMessage":{},"entry":{"shape":"S4"}}}}}}}}},"endpoint":{"hostPrefix":"data."}},"CancelMetadataTransferJob":{"http":{"method":"PUT","requestUri":"/metadata-transfer-jobs/{metadataTransferJobId}/cancel","responseCode":200},"input":{"type":"structure","required":["metadataTransferJobId"],"members":{"metadataTransferJobId":{"location":"uri","locationName":"metadataTransferJobId"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}},"endpoint":{"hostPrefix":"api."}},"CreateComponentType":{"http":{"requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"isSingleton":{"type":"boolean"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"},"description":{},"propertyDefinitions":{"shape":"S15"},"extendsFrom":{"shape":"S1d"},"functions":{"shape":"S1e"},"tags":{"shape":"S1l"},"propertyGroups":{"shape":"S1o"},"componentTypeName":{},"compositeComponentTypes":{"shape":"S1t"}}},"output":{"type":"structure","required":["arn","creationDateTime","state"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateEntity":{"http":{"requestUri":"/workspaces/{workspaceId}/entities","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityName"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{},"entityName":{},"description":{},"components":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"componentTypeId":{},"properties":{"shape":"S21"},"propertyGroups":{"shape":"S24"}}}},"compositeComponents":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"properties":{"shape":"S21"},"propertyGroups":{"shape":"S24"}}}},"parentEntityId":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["entityId","arn","creationDateTime","state"],"members":{"entityId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateMetadataTransferJob":{"http":{"requestUri":"/metadata-transfer-jobs","responseCode":200},"input":{"type":"structure","required":["sources","destination"],"members":{"metadataTransferJobId":{},"description":{},"sources":{"shape":"S2c"},"destination":{"shape":"S2t"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","creationDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"status":{"shape":"Sw"}}},"endpoint":{"hostPrefix":"api."}},"CreateScene":{"http":{"requestUri":"/workspaces/{workspaceId}/scenes","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId","contentLocation"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{},"contentLocation":{},"description":{},"capabilities":{"shape":"S31"},"tags":{"shape":"S1l"},"sceneMetadata":{"shape":"S33"}}},"output":{"type":"structure","required":["arn","creationDateTime"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"CreateSyncJob":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource","syncRole"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"},"syncRole":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["arn","creationDateTime","state"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"CreateWorkspace":{"http":{"requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"description":{},"s3Location":{},"role":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","required":["arn","creationDateTime"],"members":{"arn":{},"creationDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"DeleteComponentType":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteEntity":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"isRecursive":{"location":"querystring","locationName":"isRecursive","type":"boolean"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteScene":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"DeleteSyncJob":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"}}},"output":{"type":"structure","required":["state"],"members":{"state":{}}},"endpoint":{"hostPrefix":"api."}},"DeleteWorkspace":{"http":{"method":"DELETE","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"}}},"output":{"type":"structure","members":{"message":{}}},"endpoint":{"hostPrefix":"api."}},"ExecuteQuery":{"http":{"requestUri":"/queries/execution","responseCode":200},"input":{"type":"structure","required":["workspaceId","queryStatement"],"members":{"workspaceId":{},"queryStatement":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"columnDescriptions":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{}}}},"rows":{"type":"list","member":{"type":"structure","members":{"rowData":{"type":"list","member":{"type":"structure","members":{},"document":true}}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"GetComponentType":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"}}},"output":{"type":"structure","required":["workspaceId","componentTypeId","creationDateTime","updateDateTime","arn"],"members":{"workspaceId":{},"isSingleton":{"type":"boolean"},"componentTypeId":{},"description":{},"propertyDefinitions":{"type":"map","key":{},"value":{"shape":"S45"}},"extendsFrom":{"shape":"S1d"},"functions":{"type":"map","key":{},"value":{"type":"structure","members":{"requiredProperties":{"shape":"S1g"},"scope":{},"implementedBy":{"shape":"S1i"},"isInherited":{"type":"boolean"}}}},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"arn":{},"isAbstract":{"type":"boolean"},"isSchemaInitialized":{"type":"boolean"},"status":{"shape":"S48"},"propertyGroups":{"type":"map","key":{},"value":{"type":"structure","required":["groupType","propertyNames","isInherited"],"members":{"groupType":{},"propertyNames":{"shape":"S1r"},"isInherited":{"type":"boolean"}}}},"syncSource":{},"componentTypeName":{},"compositeComponentTypes":{"type":"map","key":{},"value":{"type":"structure","members":{"componentTypeId":{},"isInherited":{"type":"boolean"}}}}}},"endpoint":{"hostPrefix":"api."}},"GetEntity":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"}}},"output":{"type":"structure","required":["entityId","entityName","arn","status","workspaceId","parentEntityId","hasChildEntities","creationDateTime","updateDateTime"],"members":{"entityId":{},"entityName":{},"arn":{},"status":{"shape":"S48"},"workspaceId":{},"description":{},"components":{"type":"map","key":{},"value":{"type":"structure","members":{"componentName":{},"description":{},"componentTypeId":{},"status":{"shape":"S48"},"definedIn":{},"properties":{"type":"map","key":{},"value":{"type":"structure","members":{"definition":{"shape":"S45"},"value":{"shape":"Se"},"areAllPropertyValuesReturned":{"type":"boolean"}}}},"propertyGroups":{"shape":"S4j"},"syncSource":{},"areAllPropertiesReturned":{"type":"boolean"},"compositeComponents":{"type":"map","key":{},"value":{"shape":"S4m"}},"areAllCompositeComponentsReturned":{"type":"boolean"}}}},"parentEntityId":{},"hasChildEntities":{"type":"boolean"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"syncSource":{},"areAllComponentsReturned":{"type":"boolean"}}},"endpoint":{"hostPrefix":"api."}},"GetMetadataTransferJob":{"http":{"method":"GET","requestUri":"/metadata-transfer-jobs/{metadataTransferJobId}","responseCode":200},"input":{"type":"structure","required":["metadataTransferJobId"],"members":{"metadataTransferJobId":{"location":"uri","locationName":"metadataTransferJobId"}}},"output":{"type":"structure","required":["metadataTransferJobId","arn","sources","destination","metadataTransferJobRole","creationDateTime","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"description":{},"sources":{"shape":"S2c"},"destination":{"shape":"S2t"},"metadataTransferJobRole":{},"reportUrl":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}},"endpoint":{"hostPrefix":"api."}},"GetPricingPlan":{"http":{"method":"GET","requestUri":"/pricingplan","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["currentPricingPlan"],"members":{"currentPricingPlan":{"shape":"S4r"},"pendingPricingPlan":{"shape":"S4r"}}},"endpoint":{"hostPrefix":"api."}},"GetPropertyValue":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties/value","responseCode":200},"input":{"type":"structure","required":["selectedProperties","workspaceId"],"members":{"componentName":{},"componentPath":{},"componentTypeId":{},"entityId":{},"selectedProperties":{"shape":"S4z"},"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{},"propertyGroupName":{},"tabularConditions":{"type":"structure","members":{"orderBy":{"type":"list","member":{"type":"structure","required":["propertyName"],"members":{"order":{},"propertyName":{}}}},"propertyFilters":{"shape":"S55"}}}}},"output":{"type":"structure","members":{"propertyValues":{"type":"map","key":{},"value":{"type":"structure","required":["propertyReference"],"members":{"propertyReference":{"shape":"S5"},"propertyValue":{"shape":"Se"}}}},"nextToken":{},"tabularPropertyValues":{"type":"list","member":{"type":"list","member":{"type":"map","key":{},"value":{"shape":"Se"}}}}}},"endpoint":{"hostPrefix":"data."}},"GetPropertyValueHistory":{"http":{"requestUri":"/workspaces/{workspaceId}/entity-properties/history","responseCode":200},"input":{"type":"structure","required":["workspaceId","selectedProperties"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{},"componentName":{},"componentPath":{},"componentTypeId":{},"selectedProperties":{"shape":"S4z"},"propertyFilters":{"shape":"S55"},"startDateTime":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use startTime instead.","type":"timestamp"},"endDateTime":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use endTime instead.","type":"timestamp"},"interpolation":{"type":"structure","members":{"interpolationType":{},"intervalInSeconds":{"type":"long"}}},"nextToken":{},"maxResults":{"type":"integer"},"orderByTime":{},"startTime":{},"endTime":{}}},"output":{"type":"structure","required":["propertyValues"],"members":{"propertyValues":{"type":"list","member":{"type":"structure","required":["entityPropertyReference"],"members":{"entityPropertyReference":{"shape":"S5"},"values":{"type":"list","member":{"shape":"Sc"}}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"data."}},"GetScene":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"}}},"output":{"type":"structure","required":["workspaceId","sceneId","contentLocation","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"sceneId":{},"contentLocation":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{},"capabilities":{"shape":"S31"},"sceneMetadata":{"shape":"S33"},"generatedSceneMetadata":{"type":"map","key":{},"value":{}},"error":{"type":"structure","members":{"code":{},"message":{}}}}},"endpoint":{"hostPrefix":"api."}},"GetSyncJob":{"http":{"method":"GET","requestUri":"/sync-jobs/{syncSource}","responseCode":200},"input":{"type":"structure","required":["syncSource"],"members":{"syncSource":{"location":"uri","locationName":"syncSource"},"workspaceId":{"location":"querystring","locationName":"workspace"}}},"output":{"type":"structure","required":["arn","workspaceId","syncSource","syncRole","status","creationDateTime","updateDateTime"],"members":{"arn":{},"workspaceId":{},"syncSource":{},"syncRole":{},"status":{"shape":"S5t"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"GetWorkspace":{"http":{"method":"GET","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"}}},"output":{"type":"structure","required":["workspaceId","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"arn":{},"description":{},"linkedServices":{"shape":"S5x"},"s3Location":{},"role":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"ListComponentTypes":{"http":{"requestUri":"/workspaces/{workspaceId}/component-types-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"filters":{"type":"list","member":{"type":"structure","members":{"extendsFrom":{},"namespace":{},"isAbstract":{"type":"boolean"}},"union":true}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["workspaceId","componentTypeSummaries"],"members":{"workspaceId":{},"componentTypeSummaries":{"type":"list","member":{"type":"structure","required":["arn","componentTypeId","creationDateTime","updateDateTime"],"members":{"arn":{},"componentTypeId":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{},"status":{"shape":"S48"},"componentTypeName":{}}}},"nextToken":{},"maxResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"api."}},"ListComponents":{"http":{"requestUri":"/workspaces/{workspaceId}/entities/{entityId}/components-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"componentPath":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["componentSummaries"],"members":{"componentSummaries":{"type":"list","member":{"shape":"S4m"}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListEntities":{"http":{"requestUri":"/workspaces/{workspaceId}/entities-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"filters":{"type":"list","member":{"type":"structure","members":{"parentEntityId":{},"componentTypeId":{},"externalId":{}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"entitySummaries":{"type":"list","member":{"type":"structure","required":["entityId","entityName","arn","status","creationDateTime","updateDateTime"],"members":{"entityId":{},"entityName":{},"arn":{},"parentEntityId":{},"status":{"shape":"S48"},"description":{},"hasChildEntities":{"type":"boolean"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListMetadataTransferJobs":{"http":{"requestUri":"/metadata-transfer-jobs-list","responseCode":200},"input":{"type":"structure","required":["sourceType","destinationType"],"members":{"sourceType":{},"destinationType":{},"filters":{"type":"list","member":{"type":"structure","members":{"workspaceId":{},"state":{}},"union":true}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["metadataTransferJobSummaries"],"members":{"metadataTransferJobSummaries":{"type":"list","member":{"type":"structure","required":["metadataTransferJobId","arn","creationDateTime","updateDateTime","status"],"members":{"metadataTransferJobId":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"status":{"shape":"Sw"},"progress":{"shape":"S11"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListProperties":{"http":{"requestUri":"/workspaces/{workspaceId}/properties-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"componentName":{},"componentPath":{},"entityId":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["propertySummaries"],"members":{"propertySummaries":{"type":"list","member":{"type":"structure","required":["propertyName"],"members":{"definition":{"shape":"S45"},"propertyName":{},"value":{"shape":"Se"},"areAllPropertyValuesReturned":{"type":"boolean"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListScenes":{"http":{"requestUri":"/workspaces/{workspaceId}/scenes-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"sceneSummaries":{"type":"list","member":{"type":"structure","required":["sceneId","contentLocation","arn","creationDateTime","updateDateTime"],"members":{"sceneId":{},"contentLocation":{},"arn":{},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"},"description":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListSyncJobs":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs-list","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"syncJobSummaries":{"type":"list","member":{"type":"structure","members":{"arn":{},"workspaceId":{},"syncSource":{},"status":{"shape":"S5t"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListSyncResources":{"http":{"requestUri":"/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list","responseCode":200},"input":{"type":"structure","required":["workspaceId","syncSource"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"syncSource":{"location":"uri","locationName":"syncSource"},"filters":{"type":"list","member":{"type":"structure","members":{"state":{},"resourceType":{},"resourceId":{},"externalId":{}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"syncResources":{"type":"list","member":{"type":"structure","members":{"resourceType":{},"externalId":{},"resourceId":{},"status":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListTagsForResource":{"http":{"requestUri":"/tags-list","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1l"},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListWorkspaces":{"http":{"requestUri":"/workspaces-list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"workspaceSummaries":{"type":"list","member":{"type":"structure","required":["workspaceId","arn","creationDateTime","updateDateTime"],"members":{"workspaceId":{},"arn":{},"description":{},"linkedServices":{"shape":"S5x"},"creationDateTime":{"type":"timestamp"},"updateDateTime":{"type":"timestamp"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"TagResource":{"http":{"requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"S1l"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{"location":"querystring","locationName":"resourceARN"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"UpdateComponentType":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/component-types/{componentTypeId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","componentTypeId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"isSingleton":{"type":"boolean"},"componentTypeId":{"location":"uri","locationName":"componentTypeId"},"description":{},"propertyDefinitions":{"shape":"S15"},"extendsFrom":{"shape":"S1d"},"functions":{"shape":"S1e"},"propertyGroups":{"shape":"S1o"},"componentTypeName":{},"compositeComponentTypes":{"shape":"S1t"}}},"output":{"type":"structure","required":["workspaceId","arn","componentTypeId","state"],"members":{"workspaceId":{},"arn":{},"componentTypeId":{},"state":{}}},"endpoint":{"hostPrefix":"api."}},"UpdateEntity":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/entities/{entityId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","entityId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"entityId":{"location":"uri","locationName":"entityId"},"entityName":{},"description":{},"componentUpdates":{"type":"map","key":{},"value":{"type":"structure","members":{"updateType":{},"description":{},"componentTypeId":{},"propertyUpdates":{"shape":"S21"},"propertyGroupUpdates":{"shape":"S24"}}}},"compositeComponentUpdates":{"type":"map","key":{},"value":{"type":"structure","members":{"updateType":{},"description":{},"propertyUpdates":{"shape":"S21"},"propertyGroupUpdates":{"shape":"S24"}}}},"parentEntityUpdate":{"type":"structure","required":["updateType"],"members":{"updateType":{},"parentEntityId":{}}}}},"output":{"type":"structure","required":["updateDateTime","state"],"members":{"updateDateTime":{"type":"timestamp"},"state":{}}},"endpoint":{"hostPrefix":"api."}},"UpdatePricingPlan":{"http":{"requestUri":"/pricingplan","responseCode":200},"input":{"type":"structure","required":["pricingMode"],"members":{"pricingMode":{},"bundleNames":{"shape":"S4t"}}},"output":{"type":"structure","required":["currentPricingPlan"],"members":{"currentPricingPlan":{"shape":"S4r"},"pendingPricingPlan":{"shape":"S4r"}}},"endpoint":{"hostPrefix":"api."}},"UpdateScene":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}/scenes/{sceneId}","responseCode":200},"input":{"type":"structure","required":["workspaceId","sceneId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"sceneId":{"location":"uri","locationName":"sceneId"},"contentLocation":{},"description":{},"capabilities":{"shape":"S31"},"sceneMetadata":{"shape":"S33"}}},"output":{"type":"structure","required":["updateDateTime"],"members":{"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}},"UpdateWorkspace":{"http":{"method":"PUT","requestUri":"/workspaces/{workspaceId}","responseCode":200},"input":{"type":"structure","required":["workspaceId"],"members":{"workspaceId":{"location":"uri","locationName":"workspaceId"},"description":{},"role":{},"s3Location":{}}},"output":{"type":"structure","required":["updateDateTime"],"members":{"updateDateTime":{"type":"timestamp"}}},"endpoint":{"hostPrefix":"api."}}},"shapes":{"S4":{"type":"structure","required":["entityPropertyReference"],"members":{"entityPropertyReference":{"shape":"S5"},"propertyValues":{"type":"list","member":{"shape":"Sc"}}}},"S5":{"type":"structure","required":["propertyName"],"members":{"componentName":{},"componentPath":{},"externalIdProperty":{"type":"map","key":{},"value":{}},"entityId":{},"propertyName":{}}},"Sc":{"type":"structure","required":["value"],"members":{"timestamp":{"deprecated":true,"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use time instead.","type":"timestamp"},"value":{"shape":"Se"},"time":{}}},"Se":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"integerValue":{"type":"integer"},"longValue":{"type":"long"},"stringValue":{},"listValue":{"shape":"Sj"},"mapValue":{"type":"map","key":{},"value":{"shape":"Se"}},"relationshipValue":{"type":"structure","members":{"targetEntityId":{},"targetComponentName":{}}},"expression":{}}},"Sj":{"type":"list","member":{"shape":"Se"}},"Sw":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"},"queuedPosition":{"type":"integer"}}},"Sy":{"type":"structure","members":{"code":{},"message":{}}},"S11":{"type":"structure","members":{"totalCount":{"type":"integer"},"succeededCount":{"type":"integer"},"skippedCount":{"type":"integer"},"failedCount":{"type":"integer"}}},"S15":{"type":"map","key":{},"value":{"shape":"S16"}},"S16":{"type":"structure","members":{"dataType":{"shape":"S17"},"isRequiredInEntity":{"type":"boolean"},"isExternalId":{"type":"boolean"},"isStoredExternally":{"type":"boolean"},"isTimeSeries":{"type":"boolean"},"defaultValue":{"shape":"Se"},"configuration":{"shape":"S1a"},"displayName":{}}},"S17":{"type":"structure","required":["type"],"members":{"type":{},"nestedType":{"shape":"S17"},"allowedValues":{"shape":"Sj"},"unitOfMeasure":{},"relationship":{"type":"structure","members":{"targetComponentTypeId":{},"relationshipType":{}}}}},"S1a":{"type":"map","key":{},"value":{}},"S1d":{"type":"list","member":{}},"S1e":{"type":"map","key":{},"value":{"type":"structure","members":{"requiredProperties":{"shape":"S1g"},"scope":{},"implementedBy":{"shape":"S1i"}}}},"S1g":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"lambda":{"type":"structure","required":["arn"],"members":{"arn":{}}},"isNative":{"type":"boolean"}}},"S1l":{"type":"map","key":{},"value":{}},"S1o":{"type":"map","key":{},"value":{"type":"structure","members":{"groupType":{},"propertyNames":{"shape":"S1r"}}}},"S1r":{"type":"list","member":{}},"S1t":{"type":"map","key":{},"value":{"type":"structure","members":{"componentTypeId":{}}}},"S21":{"type":"map","key":{},"value":{"type":"structure","members":{"definition":{"shape":"S16"},"value":{"shape":"Se"},"updateType":{}}}},"S24":{"type":"map","key":{},"value":{"type":"structure","members":{"groupType":{},"propertyNames":{"shape":"S1r"},"updateType":{}}}},"S2c":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{},"s3Configuration":{"type":"structure","required":["location"],"members":{"location":{}}},"iotSiteWiseConfiguration":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","members":{"filterByAssetModel":{"type":"structure","members":{"assetModelId":{},"assetModelExternalId":{},"includeOffspring":{"type":"boolean"},"includeAssets":{"type":"boolean"}}},"filterByAsset":{"type":"structure","members":{"assetId":{},"assetExternalId":{},"includeOffspring":{"type":"boolean"},"includeAssetModel":{"type":"boolean"}}}},"union":true}}}},"iotTwinMakerConfiguration":{"type":"structure","required":["workspace"],"members":{"workspace":{},"filters":{"type":"list","member":{"type":"structure","members":{"filterByComponentType":{"type":"structure","required":["componentTypeId"],"members":{"componentTypeId":{}}},"filterByEntity":{"type":"structure","required":["entityId"],"members":{"entityId":{}}}},"union":true}}}}}}},"S2t":{"type":"structure","required":["type"],"members":{"type":{},"s3Configuration":{"type":"structure","required":["location"],"members":{"location":{}}},"iotTwinMakerConfiguration":{"type":"structure","required":["workspace"],"members":{"workspace":{}}}}},"S31":{"type":"list","member":{}},"S33":{"type":"map","key":{},"value":{}},"S45":{"type":"structure","required":["dataType","isTimeSeries","isRequiredInEntity","isExternalId","isStoredExternally","isImported","isFinal","isInherited"],"members":{"dataType":{"shape":"S17"},"isTimeSeries":{"type":"boolean"},"isRequiredInEntity":{"type":"boolean"},"isExternalId":{"type":"boolean"},"isStoredExternally":{"type":"boolean"},"isImported":{"type":"boolean"},"isFinal":{"type":"boolean"},"isInherited":{"type":"boolean"},"defaultValue":{"shape":"Se"},"configuration":{"shape":"S1a"},"displayName":{}}},"S48":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"S4j":{"type":"map","key":{},"value":{"type":"structure","required":["groupType","propertyNames","isInherited"],"members":{"groupType":{},"propertyNames":{"shape":"S1r"},"isInherited":{"type":"boolean"}}}},"S4m":{"type":"structure","required":["componentName","componentTypeId","status"],"members":{"componentName":{},"componentTypeId":{},"definedIn":{},"description":{},"propertyGroups":{"shape":"S4j"},"status":{"shape":"S48"},"syncSource":{},"componentPath":{}}},"S4r":{"type":"structure","required":["effectiveDateTime","pricingMode","updateDateTime","updateReason"],"members":{"billableEntityCount":{"type":"long"},"bundleInformation":{"type":"structure","required":["bundleNames"],"members":{"bundleNames":{"shape":"S4t"},"pricingTier":{}}},"effectiveDateTime":{"type":"timestamp"},"pricingMode":{},"updateDateTime":{"type":"timestamp"},"updateReason":{}}},"S4t":{"type":"list","member":{}},"S4z":{"type":"list","member":{}},"S55":{"type":"list","member":{"type":"structure","members":{"propertyName":{},"operator":{},"value":{"shape":"Se"}}}},"S5t":{"type":"structure","members":{"state":{},"error":{"shape":"Sy"}}},"S5x":{"type":"list","member":{}}}} /***/ }), /* 1148 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index d4723cf423..23635ac63e 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1632.0 +// AWS SDK for JavaScript v2.1633.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.1632.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){ +"../apis/s3-2006-03-01.waiters2.json":220,"../lib/core":350,"../lib/node_loader":346,"../lib/services/s3":414}],327:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.secretsmanager={},a.SecretsManager=i.defineService("secretsmanager",["2017-10-17"]),Object.defineProperty(s.services.secretsmanager,"2017-10-17",{get:function(){var t=e("../apis/secretsmanager-2017-10-17.min.json");return t.paginators=e("../apis/secretsmanager-2017-10-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SecretsManager},{"../apis/secretsmanager-2017-10-17.min.json":221,"../apis/secretsmanager-2017-10-17.paginators.json":222,"../lib/core":350,"../lib/node_loader":346}],328:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.servicecatalog={},a.ServiceCatalog=i.defineService("servicecatalog",["2015-12-10"]),Object.defineProperty(s.services.servicecatalog,"2015-12-10",{get:function(){var t=e("../apis/servicecatalog-2015-12-10.min.json");return t.paginators=e("../apis/servicecatalog-2015-12-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ServiceCatalog},{"../apis/servicecatalog-2015-12-10.min.json":223,"../apis/servicecatalog-2015-12-10.paginators.json":224,"../lib/core":350,"../lib/node_loader":346}],329:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ses={},a.SES=i.defineService("ses",["2010-12-01"]),Object.defineProperty(s.services.ses,"2010-12-01",{get:function(){var t=e("../apis/email-2010-12-01.min.json");return t.paginators=e("../apis/email-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/email-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SES},{"../apis/email-2010-12-01.min.json":111,"../apis/email-2010-12-01.paginators.json":112,"../apis/email-2010-12-01.waiters2.json":113,"../lib/core":350,"../lib/node_loader":346}],330:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sns={},a.SNS=i.defineService("sns",["2010-03-31"]),Object.defineProperty(s.services.sns,"2010-03-31",{get:function(){var t=e("../apis/sns-2010-03-31.min.json");return t.paginators=e("../apis/sns-2010-03-31.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SNS},{"../apis/sns-2010-03-31.min.json":225,"../apis/sns-2010-03-31.paginators.json":226,"../lib/core":350,"../lib/node_loader":346}],331:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sqs={},a.SQS=i.defineService("sqs",["2012-11-05"]),e("../lib/services/sqs"),Object.defineProperty(s.services.sqs,"2012-11-05",{get:function(){var t=e("../apis/sqs-2012-11-05.min.json");return t.paginators=e("../apis/sqs-2012-11-05.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SQS},{"../apis/sqs-2012-11-05.min.json":227,"../apis/sqs-2012-11-05.paginators.json":228,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sqs":416}],332:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ssm={},a.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(s.services.ssm,"2014-11-06",{get:function(){var t=e("../apis/ssm-2014-11-06.min.json");return t.paginators=e("../apis/ssm-2014-11-06.paginators.json").pagination,t.waiters=e("../apis/ssm-2014-11-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SSM},{"../apis/ssm-2014-11-06.min.json":229,"../apis/ssm-2014-11-06.paginators.json":230,"../apis/ssm-2014-11-06.waiters2.json":231,"../lib/core":350,"../lib/node_loader":346}],333:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.storagegateway={},a.StorageGateway=i.defineService("storagegateway",["2013-06-30"]),Object.defineProperty(s.services.storagegateway,"2013-06-30",{get:function(){var t=e("../apis/storagegateway-2013-06-30.min.json");return t.paginators=e("../apis/storagegateway-2013-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.StorageGateway},{"../apis/storagegateway-2013-06-30.min.json":232,"../apis/storagegateway-2013-06-30.paginators.json":233,"../lib/core":350,"../lib/node_loader":346}],334:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sts={},a.STS=i.defineService("sts",["2011-06-15"]),e("../lib/services/sts"),Object.defineProperty(s.services.sts,"2011-06-15",{get:function(){var t=e("../apis/sts-2011-06-15.min.json");return t.paginators=e("../apis/sts-2011-06-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.STS},{"../apis/sts-2011-06-15.min.json":236,"../apis/sts-2011-06-15.paginators.json":237,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sts":417}],335:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":238,"../apis/translate-2017-07-01.paginators.json":239,"../lib/core":350,"../lib/node_loader":346}],336:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":240,"../apis/waf-2015-08-24.paginators.json":241,"../lib/core":350,"../lib/node_loader":346}],337:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":242,"../apis/workdocs-2016-05-01.paginators.json":243,"../lib/core":350,"../lib/node_loader":346}],338:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":244,"../apis/xray-2016-04-12.paginators.json":245,"../lib/core":350,"../lib/node_loader":346}],339:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],340:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":342,"./browserMd5":343,"./browserSha1":344,"./browserSha256":345}],341:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1633.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){ this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){ e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,this.httpRequest.path=this.httpRequest.endpoint.path,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new d,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){c.buildRequest(e),b.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){l.extractError(e)}function u(e){c.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new y,e.data[i.payload]=m.createEventStream(2===p.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new y;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;l.extractData(e),e.data=m.merge(n,e.data)}}var p=e("../core"),m=e("../util"),c=e("./rest"),l=e("./json"),d=e("../json/builder"),y=e("../json/parser"),b=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void("ec2"!==r.api.protocol&&a.call(this,e,null));p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts