diff --git a/.changes/2.1477.0.json b/.changes/2.1477.0.json
new file mode 100644
index 0000000000..4b3ea29b9f
--- /dev/null
+++ b/.changes/2.1477.0.json
@@ -0,0 +1,42 @@
+[
+ {
+ "type": "bugfix",
+ "category": "Gamesparks",
+ "description": "Deprecate Gamesparks"
+ },
+ {
+ "type": "feature",
+ "category": "EC2",
+ "description": "Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors."
+ },
+ {
+ "type": "feature",
+ "category": "ManagedBlockchainQuery",
+ "description": "This release adds support for Ethereum Sepolia network"
+ },
+ {
+ "type": "feature",
+ "category": "Omics",
+ "description": "This change enables customers to retrieve failure reasons with detailed status messages for their failed runs"
+ },
+ {
+ "type": "feature",
+ "category": "OpenSearch",
+ "description": "Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains"
+ },
+ {
+ "type": "feature",
+ "category": "QuickSight",
+ "description": "This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration"
+ },
+ {
+ "type": "feature",
+ "category": "ServiceCatalog",
+ "description": "Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs."
+ },
+ {
+ "type": "feature",
+ "category": "VerifiedPermissions",
+ "description": "Improving Amazon Verified Permissions Create experience"
+ }
+]
\ No newline at end of file
diff --git a/.changes/next-release/bugfix-Gamesparks-c981c893.json b/.changes/next-release/bugfix-Gamesparks-c981c893.json
deleted file mode 100644
index 064b4fbabc..0000000000
--- a/.changes/next-release/bugfix-Gamesparks-c981c893.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "bugfix",
- "category": "Gamesparks",
- "description": "Deprecate Gamesparks"
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc0639b512..e963a492be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
-
+
+## 2.1477.0
+* bugfix: Gamesparks: Deprecate Gamesparks
+* feature: EC2: Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
+* feature: ManagedBlockchainQuery: This release adds support for Ethereum Sepolia network
+* feature: Omics: This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
+* feature: OpenSearch: Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
+* feature: QuickSight: This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
+* feature: ServiceCatalog: Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
+* feature: VerifiedPermissions: Improving Amazon Verified Permissions Create experience
+
## 2.1476.0
* feature: Kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
* feature: RDS: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
diff --git a/README.md b/README.md
index 8a2cf13227..4d57fb1fd7 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,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/ec2-2016-11-15.normal.json b/apis/ec2-2016-11-15.normal.json
index 427eb9f6f6..9a7a76a613 100644
--- a/apis/ec2-2016-11-15.normal.json
+++ b/apis/ec2-2016-11-15.normal.json
@@ -38524,7 +38524,29 @@
"r7iz.8xlarge",
"r7iz.12xlarge",
"r7iz.16xlarge",
- "r7iz.32xlarge"
+ "r7iz.32xlarge",
+ "c7a.medium",
+ "c7a.large",
+ "c7a.xlarge",
+ "c7a.2xlarge",
+ "c7a.4xlarge",
+ "c7a.8xlarge",
+ "c7a.12xlarge",
+ "c7a.16xlarge",
+ "c7a.24xlarge",
+ "c7a.32xlarge",
+ "c7a.48xlarge",
+ "c7a.metal-48xl",
+ "r7a.metal-48xl",
+ "r7i.large",
+ "r7i.xlarge",
+ "r7i.2xlarge",
+ "r7i.4xlarge",
+ "r7i.8xlarge",
+ "r7i.12xlarge",
+ "r7i.16xlarge",
+ "r7i.24xlarge",
+ "r7i.48xlarge"
]
},
"InstanceTypeHypervisor": {
diff --git a/apis/managedblockchain-query-2023-05-04.normal.json b/apis/managedblockchain-query-2023-05-04.normal.json
index 282294811e..24c0c13c3e 100644
--- a/apis/managedblockchain-query-2023-05-04.normal.json
+++ b/apis/managedblockchain-query-2023-05-04.normal.json
@@ -893,7 +893,8 @@
"enum": [
"ETHEREUM_MAINNET",
"BITCOIN_MAINNET",
- "BITCOIN_TESTNET"
+ "BITCOIN_TESTNET",
+ "ETHEREUM_SEPOLIA_TESTNET"
]
},
"QueryTokenId": {
diff --git a/apis/neptunedata-2023-08-01.normal.json b/apis/neptunedata-2023-08-01.normal.json
index 7de4578a10..a5e8c50128 100644
--- a/apis/neptunedata-2023-08-01.normal.json
+++ b/apis/neptunedata-2023-08-01.normal.json
@@ -69,7 +69,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "
Cancels a Gremlin query. See Gremlin query cancellation for more information.
",
+ "documentation": "Cancels a Gremlin query. See Gremlin query cancellation for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
",
"idempotent": true
},
"CancelLoaderJob": {
@@ -126,7 +126,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Cancels a specified load job. This is an HTTP DELETE
request.
See Neptune Loader Get-Status API for more information.
",
+ "documentation": "Cancels a specified load job. This is an HTTP DELETE
request. See Neptune Loader Get-Status API for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelLoaderJob IAM action in that cluster..
",
"idempotent": true
},
"CancelMLDataProcessingJob": {
@@ -177,7 +177,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Cancels a Neptune ML data processing job. See The dataprocessing
command.
",
+ "documentation": "Cancels a Neptune ML data processing job. See The dataprocessing
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLDataProcessingJob IAM action in that cluster.
",
"idempotent": true
},
"CancelMLModelTrainingJob": {
@@ -228,7 +228,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Cancels a Neptune ML model training job. See Model training using the modeltraining
command.
",
+ "documentation": "Cancels a Neptune ML model training job. See Model training using the modeltraining
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTrainingJob IAM action in that cluster.
",
"idempotent": true
},
"CancelMLModelTransformJob": {
@@ -279,7 +279,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
",
+ "documentation": "Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTransformJob IAM action in that cluster.
",
"idempotent": true
},
"CancelOpenCypherQuery": {
@@ -342,7 +342,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
",
+ "documentation": "Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
",
"idempotent": true
},
"CreateMLEndpoint": {
@@ -393,7 +393,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
"
+ "documentation": "Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CreateMLEndpoint IAM action in that cluster.
"
},
"DeleteMLEndpoint": {
"name": "DeleteMLEndpoint",
@@ -443,7 +443,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
",
+ "documentation": "Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteMLEndpoint IAM action in that cluster.
",
"idempotent": true
},
"DeletePropertygraphStatistics": {
@@ -497,7 +497,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Deletes statistics for Gremlin and openCypher (property graph) data.
",
+ "documentation": "Deletes statistics for Gremlin and openCypher (property graph) data.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
",
"idempotent": true
},
"DeleteSparqlStatistics": {
@@ -551,7 +551,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Deletes SPARQL statistics
",
+ "documentation": "Deletes SPARQL statistics
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
",
"idempotent": true
},
"ExecuteFastReset": {
@@ -608,7 +608,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset
with action
set to initiateDatabaseReset
. This returns a UUID token which you then include when calling ExecuteFastReset
again with action
set to performDatabaseReset
. See Empty an Amazon Neptune DB cluster using the fast reset API.
",
+ "documentation": "The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset
with action
set to initiateDatabaseReset
. This returns a UUID token which you then include when calling ExecuteFastReset
again with action
set to performDatabaseReset
. See Empty an Amazon Neptune DB cluster using the fast reset API.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
",
"idempotent": true
},
"ExecuteGremlinExplainQuery": {
@@ -686,7 +686,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Executes a Gremlin Explain query.
Amazon Neptune has added a Gremlin feature named explain
that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain
parameter to an HTTP call that submits a Gremlin query.
The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
"
+ "documentation": "Executes a Gremlin Explain query.
Amazon Neptune has added a Gremlin feature named explain
that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain
parameter to an HTTP call that submits a Gremlin query.
The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ExecuteGremlinProfileQuery": {
"name": "ExecuteGremlinProfileQuery",
@@ -763,7 +763,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
"
+ "documentation": "Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ExecuteGremlinQuery": {
"name": "ExecuteGremlinQuery",
@@ -840,7 +840,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
"
+ "documentation": "This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query:
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ExecuteOpenCypherExplainQuery": {
"name": "ExecuteOpenCypherExplainQuery",
@@ -920,7 +920,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Executes an openCypher explain
request. See The openCypher explain feature for more information.
"
+ "documentation": "Executes an openCypher explain
request. See The openCypher explain feature for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ExecuteOpenCypherQuery": {
"name": "ExecuteOpenCypherQuery",
@@ -1000,7 +1000,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information.
Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs.
The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license.
"
+ "documentation": "Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information.
Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs.
The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license.
Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:
Note also that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"GetEngineStatus": {
"name": "GetEngineStatus",
@@ -1038,7 +1038,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Check the status of the graph database on the host.
"
+ "documentation": "Retrieves the status of the graph database on the host.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetEngineStatus IAM action in that cluster.
"
},
"GetGremlinQueryStatus": {
"name": "GetGremlinQueryStatus",
@@ -1103,7 +1103,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Gets the status of a specified Gremlin query.
"
+ "documentation": "Gets the status of a specified Gremlin query.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"GetLoaderJobStatus": {
"name": "GetLoaderJobStatus",
@@ -1159,7 +1159,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job.
See Neptune Loader Get-Status API for more information.
"
+ "documentation": "Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job.
See Neptune Loader Get-Status API for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetLoaderJobStatus IAM action in that cluster..
"
},
"GetMLDataProcessingJob": {
"name": "GetMLDataProcessingJob",
@@ -1209,7 +1209,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Retrieves information about a specified data processing job. See The dataprocessing
command.
"
+ "documentation": "Retrieves information about a specified data processing job. See The dataprocessing
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:GetMLDataProcessingJobStatus IAM action in that cluster.
"
},
"GetMLEndpoint": {
"name": "GetMLEndpoint",
@@ -1259,7 +1259,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
"
+ "documentation": "Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLEndpointStatus IAM action in that cluster.
"
},
"GetMLModelTrainingJob": {
"name": "GetMLModelTrainingJob",
@@ -1309,7 +1309,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Retrieves information about a Neptune ML model training job. See Model training using the modeltraining
command.
"
+ "documentation": "Retrieves information about a Neptune ML model training job. See Model training using the modeltraining
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTrainingJobStatus IAM action in that cluster.
"
},
"GetMLModelTransformJob": {
"name": "GetMLModelTransformJob",
@@ -1359,7 +1359,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
"
+ "documentation": "Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTransformJobStatus IAM action in that cluster.
"
},
"GetOpenCypherQueryStatus": {
"name": "GetOpenCypherQueryStatus",
@@ -1427,7 +1427,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Retrieves the status of a specified openCypher query.
"
+ "documentation": "Retrieves the status of a specified openCypher query.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"GetPropertygraphStatistics": {
"name": "GetPropertygraphStatistics",
@@ -1480,7 +1480,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Gets property graph statistics (Gremlin and openCypher).
"
+ "documentation": "Gets property graph statistics (Gremlin and openCypher).
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
"
},
"GetPropertygraphStream": {
"name": "GetPropertygraphStream",
@@ -1533,7 +1533,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Gets a stream for a property graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream
lets you collect these change-log entries for a property graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1
.
See Capturing graph changes in real time using Neptune streams.
"
+ "documentation": "Gets a stream for a property graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream
lets you collect these change-log entries for a property graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1
.
See Capturing graph changes in real time using Neptune streams.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query:
Note that you can restrict property-graph queries using the following IAM context keys:
See Condition keys available in Neptune IAM data-access policy statements).
"
},
"GetPropertygraphSummary": {
"name": "GetPropertygraphSummary",
@@ -1589,7 +1589,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Gets a graph summary for a property graph.
"
+ "documentation": "Gets a graph summary for a property graph.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
"
},
"GetRDFGraphSummary": {
"name": "GetRDFGraphSummary",
@@ -1645,7 +1645,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Gets a graph summary for an RDF graph.
"
+ "documentation": "Gets a graph summary for an RDF graph.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
"
},
"GetSparqlStatistics": {
"name": "GetSparqlStatistics",
@@ -1751,7 +1751,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Gets a stream for an RDF graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream
lets you collect these change-log entries for an RDF graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1
.
See Capturing graph changes in real time using Neptune streams.
"
+ "documentation": "Gets a stream for an RDF graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream
lets you collect these change-log entries for an RDF graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1
.
See Capturing graph changes in real time using Neptune streams.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Sparql IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ListGremlinQueries": {
"name": "ListGremlinQueries",
@@ -1816,7 +1816,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Lists active Gremlin queries. See Gremlin query status API for details about the output.
"
+ "documentation": "Lists active Gremlin queries. See Gremlin query status API for details about the output.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ListLoaderJobs": {
"name": "ListLoaderJobs",
@@ -1869,7 +1869,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Retrieves a list of the loadIds
for all active loader jobs.
"
+ "documentation": "Retrieves a list of the loadIds
for all active loader jobs.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListLoaderJobs IAM action in that cluster..
"
},
"ListMLDataProcessingJobs": {
"name": "ListMLDataProcessingJobs",
@@ -1919,7 +1919,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
"
+ "documentation": "Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLDataProcessingJobs IAM action in that cluster.
"
},
"ListMLEndpoints": {
"name": "ListMLEndpoints",
@@ -1969,7 +1969,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
"
+ "documentation": "Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLEndpoints IAM action in that cluster.
"
},
"ListMLModelTrainingJobs": {
"name": "ListMLModelTrainingJobs",
@@ -2019,7 +2019,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Lists Neptune ML model-training jobs. See Model training using the modeltraining
command.
"
+ "documentation": "Lists Neptune ML model-training jobs. See Model training using the modeltraining
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:ListMLModelTrainingJobs IAM action in that cluster.
"
},
"ListMLModelTransformJobs": {
"name": "ListMLModelTransformJobs",
@@ -2069,7 +2069,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
"
+ "documentation": "Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLModelTransformJobs IAM action in that cluster.
"
},
"ListOpenCypherQueries": {
"name": "ListOpenCypherQueries",
@@ -2137,7 +2137,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
"
+ "documentation": "Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
"
},
"ManagePropertygraphStatistics": {
"name": "ManagePropertygraphStatistics",
@@ -2193,7 +2193,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Manages the generation and use of property graph statistics.
",
+ "documentation": "Manages the generation and use of property graph statistics.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
",
"idempotent": true
},
"ManageSparqlStatistics": {
@@ -2250,7 +2250,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Manages the generation and use of RDF graph statistics.
",
+ "documentation": "Manages the generation and use of RDF graph statistics.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
",
"idempotent": true
},
"StartLoaderJob": {
@@ -2310,7 +2310,7 @@
"shape": "MissingParameterException"
}
],
- "documentation": "Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
",
+ "documentation": "Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartLoaderJob IAM action in that cluster.
",
"idempotent": true
},
"StartMLDataProcessingJob": {
@@ -2361,7 +2361,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing
command.
"
+ "documentation": "Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelDataProcessingJob IAM action in that cluster.
"
},
"StartMLModelTrainingJob": {
"name": "StartMLModelTrainingJob",
@@ -2411,7 +2411,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Creates a new Neptune ML model training job. See Model training using the modeltraining
command.
"
+ "documentation": "Creates a new Neptune ML model training job. See Model training using the modeltraining
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTrainingJob IAM action in that cluster.
"
},
"StartMLModelTransformJob": {
"name": "StartMLModelTransformJob",
@@ -2461,7 +2461,7 @@
"shape": "TooManyRequestsException"
}
],
- "documentation": "Creates a new model transform job. See Use a trained model to generate new model artifacts.
"
+ "documentation": "Creates a new model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTransformJob IAM action in that cluster.
"
}
},
"shapes": {
@@ -3481,7 +3481,7 @@
"members": {
"status": {
"shape": "String",
- "documentation": "The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
"
+ "documentation": "The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
"
},
"payload": {
"shape": "Statistics",
@@ -3622,7 +3622,7 @@
"members": {
"status": {
"shape": "String",
- "documentation": "The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
"
+ "documentation": "The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
"
},
"payload": {
"shape": "Statistics",
@@ -4446,7 +4446,7 @@
},
"graphSummary": {
"shape": "RDFGraphSummary",
- "documentation": "The graph summary of an RDF graph. See Graph summary response for an RDF graph.
"
+ "documentation": "The graph summary of an RDF graph. See Graph summary response for an RDF graph.
"
}
},
"documentation": "Payload for an RDF graph summary response.
"
diff --git a/apis/omics-2022-11-28.min.json b/apis/omics-2022-11-28.min.json
index bb97b2dc7f..80f8a3db02 100644
--- a/apis/omics-2022-11-28.min.json
+++ b/apis/omics-2022-11-28.min.json
@@ -1849,7 +1849,15 @@
"shape": "Sx"
},
"accelerators": {},
- "retentionMode": {}
+ "retentionMode": {},
+ "failureReason": {},
+ "logLocation": {
+ "type": "structure",
+ "members": {
+ "engineLogStream": {},
+ "runLogStream": {}
+ }
+ }
}
},
"endpoint": {
@@ -1890,7 +1898,7 @@
"type": "integer"
},
"creationTime": {
- "shape": "S7b"
+ "shape": "S7f"
},
"tags": {
"shape": "Sx"
@@ -1940,20 +1948,21 @@
"type": "integer"
},
"creationTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"startTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"stopTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"statusMessage": {},
"logStream": {},
"gpus": {
"type": "integer"
},
- "instanceType": {}
+ "instanceType": {},
+ "failureReason": {}
}
},
"endpoint": {
@@ -2025,7 +2034,7 @@
"type": "structure",
"members": {
"share": {
- "shape": "S7t"
+ "shape": "S7y"
}
}
},
@@ -2219,14 +2228,14 @@
"type": "integer"
},
"creationTime": {
- "shape": "S85"
+ "shape": "S8a"
},
"statusMessage": {},
"tags": {
"shape": "Sx"
},
"metadata": {
- "shape": "S87"
+ "shape": "S8c"
},
"accelerators": {}
}
@@ -3203,7 +3212,7 @@
"type": "integer"
},
"creationTime": {
- "shape": "S7b"
+ "shape": "S7f"
},
"maxGpus": {
"type": "integer"
@@ -3267,13 +3276,13 @@
"type": "integer"
},
"creationTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"startTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"stopTime": {
- "shape": "S7k"
+ "shape": "S7o"
},
"gpus": {
"type": "integer"
@@ -3472,7 +3481,7 @@
"shares": {
"type": "list",
"member": {
- "shape": "S7t"
+ "shape": "S7y"
}
},
"nextToken": {}
@@ -3714,10 +3723,10 @@
"type": {},
"digest": {},
"creationTime": {
- "shape": "S85"
+ "shape": "S8a"
},
"metadata": {
- "shape": "S87"
+ "shape": "S8c"
}
}
}
@@ -4665,15 +4674,15 @@
"type": "timestamp",
"timestampFormat": "iso8601"
},
- "S7b": {
+ "S7f": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
- "S7k": {
+ "S7o": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
- "S7t": {
+ "S7y": {
"type": "structure",
"members": {
"shareId": {},
@@ -4691,11 +4700,11 @@
}
}
},
- "S85": {
+ "S8a": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
- "S87": {
+ "S8c": {
"type": "map",
"key": {},
"value": {}
diff --git a/apis/omics-2022-11-28.normal.json b/apis/omics-2022-11-28.normal.json
index e6731e04fd..6679f32c26 100644
--- a/apis/omics-2022-11-28.normal.json
+++ b/apis/omics-2022-11-28.normal.json
@@ -4833,6 +4833,10 @@
"KMS"
]
},
+ "EngineLogStream": {
+ "type": "string",
+ "pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
+ },
"EscapeChar": {
"type": "string",
"max": 1,
@@ -6107,6 +6111,14 @@
"retentionMode": {
"shape": "RunRetentionMode",
"documentation": "The run's retention mode.
"
+ },
+ "failureReason": {
+ "shape": "RunFailureReason",
+ "documentation": " The reason a run has failed.
"
+ },
+ "logLocation": {
+ "shape": "RunLogLocation",
+ "documentation": " The location of the run log.
"
}
}
},
@@ -6131,7 +6143,7 @@
"members": {
"id": {
"shape": "RunId",
- "documentation": "The task's ID.
",
+ "documentation": "The workflow run ID.
",
"location": "uri",
"locationName": "id"
},
@@ -6193,6 +6205,10 @@
"instanceType": {
"shape": "TaskInstanceType",
"documentation": " The instance type for a task.
"
+ },
+ "failureReason": {
+ "shape": "TaskFailureReason",
+ "documentation": " The reason a task has failed.
"
}
}
},
@@ -8713,6 +8729,12 @@
"max": 32,
"min": 0
},
+ "RunFailureReason": {
+ "type": "string",
+ "max": 64,
+ "min": 1,
+ "pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
+ },
"RunGroupArn": {
"type": "string",
"max": 128,
@@ -8905,6 +8927,24 @@
"max": 64,
"min": 1
},
+ "RunLogLocation": {
+ "type": "structure",
+ "members": {
+ "engineLogStream": {
+ "shape": "EngineLogStream",
+ "documentation": " The log stream ARN for the engine log.
"
+ },
+ "runLogStream": {
+ "shape": "RunLogStream",
+ "documentation": " The log stream ARN for the run log.
"
+ }
+ },
+ "documentation": " The URI for the run log.
"
+ },
+ "RunLogStream": {
+ "type": "string",
+ "pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
+ },
"RunName": {
"type": "string",
"max": 128,
@@ -8913,7 +8953,7 @@
},
"RunOutputUri": {
"type": "string",
- "max": 128,
+ "max": 750,
"min": 1,
"pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
},
@@ -9923,6 +9963,12 @@
"max": 256,
"min": 0
},
+ "TaskFailureReason": {
+ "type": "string",
+ "max": 64,
+ "min": 1,
+ "pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+"
+ },
"TaskId": {
"type": "string",
"max": 18,
diff --git a/apis/opensearch-2021-01-01.min.json b/apis/opensearch-2021-01-01.min.json
index 3b0de2e9ad..02106e95df 100644
--- a/apis/opensearch-2021-01-01.min.json
+++ b/apis/opensearch-2021-01-01.min.json
@@ -1206,6 +1206,44 @@
}
}
},
+ "GetDomainMaintenanceStatus": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "DomainName",
+ "MaintenanceId"
+ ],
+ "members": {
+ "DomainName": {
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "MaintenanceId": {
+ "location": "querystring",
+ "locationName": "maintenanceId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "Status": {},
+ "StatusMessage": {},
+ "NodeId": {},
+ "Action": {},
+ "CreatedAt": {
+ "type": "timestamp"
+ },
+ "UpdatedAt": {
+ "type": "timestamp"
+ }
+ }
+ }
+ },
"GetPackageVersionHistory": {
"http": {
"method": "GET",
@@ -1345,6 +1383,67 @@
}
}
},
+ "ListDomainMaintenances": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "DomainName"
+ ],
+ "members": {
+ "DomainName": {
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "Action": {
+ "location": "querystring",
+ "locationName": "action"
+ },
+ "Status": {
+ "location": "querystring",
+ "locationName": "status"
+ },
+ "MaxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ },
+ "NextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "DomainMaintenances": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "MaintenanceId": {},
+ "DomainName": {},
+ "Action": {},
+ "NodeId": {},
+ "Status": {},
+ "StatusMessage": {},
+ "CreatedAt": {
+ "type": "timestamp"
+ },
+ "UpdatedAt": {
+ "type": "timestamp"
+ }
+ }
+ }
+ },
+ "NextToken": {}
+ }
+ }
+ },
"ListDomainNames": {
"http": {
"method": "GET",
@@ -1405,7 +1504,7 @@
"type": "structure",
"members": {
"DomainPackageDetailsList": {
- "shape": "S98"
+ "shape": "S9i"
},
"NextToken": {}
}
@@ -1519,7 +1618,7 @@
"type": "structure",
"members": {
"DomainPackageDetailsList": {
- "shape": "S98"
+ "shape": "S9i"
},
"NextToken": {}
}
@@ -1557,7 +1656,7 @@
"ScheduledActions": {
"type": "list",
"member": {
- "shape": "S9l"
+ "shape": "S9v"
}
},
"NextToken": {}
@@ -1679,7 +1778,7 @@
],
"members": {
"VpcEndpointSummaryList": {
- "shape": "S9z"
+ "shape": "Sa9"
},
"NextToken": {}
}
@@ -1714,7 +1813,7 @@
],
"members": {
"VpcEndpointSummaryList": {
- "shape": "S9z"
+ "shape": "Sa9"
},
"NextToken": {}
}
@@ -1813,6 +1912,32 @@
"members": {}
}
},
+ "StartDomainMaintenance": {
+ "http": {
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "DomainName",
+ "Action"
+ ],
+ "members": {
+ "DomainName": {
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "Action": {},
+ "NodeId": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "MaintenanceId": {}
+ }
+ }
+ },
"StartServiceSoftwareUpdate": {
"http": {
"requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/start"
@@ -1978,7 +2103,7 @@
"type": "structure",
"members": {
"ScheduledAction": {
- "shape": "S9l"
+ "shape": "S9v"
}
}
}
@@ -3022,13 +3147,13 @@
"type": "list",
"member": {}
},
- "S98": {
+ "S9i": {
"type": "list",
"member": {
"shape": "Sn"
}
},
- "S9l": {
+ "S9v": {
"type": "structure",
"required": [
"Id",
@@ -3054,7 +3179,7 @@
}
}
},
- "S9z": {
+ "Sa9": {
"type": "list",
"member": {
"shape": "S4a"
diff --git a/apis/opensearch-2021-01-01.normal.json b/apis/opensearch-2021-01-01.normal.json
index ab12a11387..316eb1c513 100644
--- a/apis/opensearch-2021-01-01.normal.json
+++ b/apis/opensearch-2021-01-01.normal.json
@@ -917,6 +917,37 @@
],
"documentation": "Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
"
},
+ "GetDomainMaintenanceStatus": {
+ "name": "GetDomainMaintenanceStatus",
+ "http": {
+ "method": "GET",
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
+ },
+ "input": {
+ "shape": "GetDomainMaintenanceStatusRequest"
+ },
+ "output": {
+ "shape": "GetDomainMaintenanceStatusResponse"
+ },
+ "errors": [
+ {
+ "shape": "BaseException"
+ },
+ {
+ "shape": "InternalException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "DisabledOperationException"
+ }
+ ],
+ "documentation": "Get the status of the maintenance action.
"
+ },
"GetPackageVersionHistory": {
"name": "GetPackageVersionHistory",
"http": {
@@ -1010,6 +1041,37 @@
],
"documentation": "Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.
"
},
+ "ListDomainMaintenances": {
+ "name": "ListDomainMaintenances",
+ "http": {
+ "method": "GET",
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"
+ },
+ "input": {
+ "shape": "ListDomainMaintenancesRequest"
+ },
+ "output": {
+ "shape": "ListDomainMaintenancesResponse"
+ },
+ "errors": [
+ {
+ "shape": "BaseException"
+ },
+ {
+ "shape": "InternalException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "DisabledOperationException"
+ }
+ ],
+ "documentation": "Get the list of the maintenance action.
"
+ },
"ListDomainNames": {
"name": "ListDomainNames",
"http": {
@@ -1399,6 +1461,37 @@
],
"documentation": "Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
"
},
+ "StartDomainMaintenance": {
+ "name": "StartDomainMaintenance",
+ "http": {
+ "method": "POST",
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
+ },
+ "input": {
+ "shape": "StartDomainMaintenanceRequest"
+ },
+ "output": {
+ "shape": "StartDomainMaintenanceResponse"
+ },
+ "errors": [
+ {
+ "shape": "BaseException"
+ },
+ {
+ "shape": "InternalException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "DisabledOperationException"
+ }
+ ],
+ "documentation": "Starts the node maintenance (Node restart, Node reboot, Opensearch/Elasticsearch process restart, Dashboard/kibana restart) on the data node.
"
+ },
"StartServiceSoftwareUpdate": {
"name": "StartServiceSoftwareUpdate",
"http": {
@@ -2305,7 +2398,7 @@
},
"InstanceCount": {
"shape": "IntegerClass",
- "documentation": "Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
"
+ "documentation": "Number of data nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
"
},
"DedicatedMasterEnabled": {
"shape": "Boolean",
@@ -3296,7 +3389,8 @@
"type": "list",
"member": {
"shape": "DescribePackagesFilterValue"
- }
+ },
+ "min": 1
},
"DescribePackagesRequest": {
"type": "structure",
@@ -3643,6 +3737,50 @@
},
"documentation": "Container for information about an OpenSearch Service domain.
"
},
+ "DomainMaintenanceDetails": {
+ "type": "structure",
+ "members": {
+ "MaintenanceId": {
+ "shape": "RequestId",
+ "documentation": "Id of the requested action.
"
+ },
+ "DomainName": {
+ "shape": "DomainName",
+ "documentation": "The name of the domain.
"
+ },
+ "Action": {
+ "shape": "MaintenanceType",
+ "documentation": "The name of the action.
"
+ },
+ "NodeId": {
+ "shape": "NodeId",
+ "documentation": "Id of the data node.
"
+ },
+ "Status": {
+ "shape": "MaintenanceStatus",
+ "documentation": "The status of the action.
"
+ },
+ "StatusMessage": {
+ "shape": "MaintenanceStatusMessage",
+ "documentation": "The status message of the action.
"
+ },
+ "CreatedAt": {
+ "shape": "UpdateTimestamp",
+ "documentation": "Contains time at which action created.
"
+ },
+ "UpdatedAt": {
+ "shape": "UpdateTimestamp",
+ "documentation": "Contains time at which action updated.
"
+ }
+ },
+ "documentation": "Container for the domain maintenance details.
"
+ },
+ "DomainMaintenanceList": {
+ "type": "list",
+ "member": {
+ "shape": "DomainMaintenanceDetails"
+ }
+ },
"DomainName": {
"type": "string",
"documentation": "The name of an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.
",
@@ -4164,6 +4302,58 @@
},
"documentation": "Container for the response returned by the GetCompatibleVersions
operation.
"
},
+ "GetDomainMaintenanceStatusRequest": {
+ "type": "structure",
+ "required": [
+ "DomainName",
+ "MaintenanceId"
+ ],
+ "members": {
+ "DomainName": {
+ "shape": "DomainName",
+ "documentation": "The name of the domain.
",
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "MaintenanceId": {
+ "shape": "RequestId",
+ "documentation": "The request id of the maintenance action.
",
+ "location": "querystring",
+ "locationName": "maintenanceId"
+ }
+ },
+ "documentation": "Container for the parameters to the GetDomainMaintenanceStatus
operation.
"
+ },
+ "GetDomainMaintenanceStatusResponse": {
+ "type": "structure",
+ "members": {
+ "Status": {
+ "shape": "MaintenanceStatus",
+ "documentation": "Contains status of the maintenance action.
"
+ },
+ "StatusMessage": {
+ "shape": "MaintenanceStatusMessage",
+ "documentation": "Contains status message of the maintenance action.
"
+ },
+ "NodeId": {
+ "shape": "NodeId",
+ "documentation": "Contains node id of maintenance action.
"
+ },
+ "Action": {
+ "shape": "MaintenanceType",
+ "documentation": "Contains action name.
"
+ },
+ "CreatedAt": {
+ "shape": "UpdateTimestamp",
+ "documentation": "Contains time at which action created.
"
+ },
+ "UpdatedAt": {
+ "shape": "UpdateTimestamp",
+ "documentation": "Contains time at which action updated.
"
+ }
+ },
+ "documentation": "The result of a GetDomainMaintenanceStatus
request. Contains information about the requested action.
"
+ },
"GetPackageVersionHistoryRequest": {
"type": "structure",
"required": [
@@ -4500,6 +4690,59 @@
},
"documentation": " The role of a given instance and all applicable limits. The role performed by a given OpenSearch instance can be one of the following:
"
},
+ "ListDomainMaintenancesRequest": {
+ "type": "structure",
+ "required": [
+ "DomainName"
+ ],
+ "members": {
+ "DomainName": {
+ "shape": "DomainName",
+ "documentation": "The name of the domain.
",
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "Action": {
+ "shape": "MaintenanceType",
+ "documentation": "The name of the action.
",
+ "location": "querystring",
+ "locationName": "action"
+ },
+ "Status": {
+ "shape": "MaintenanceStatus",
+ "documentation": "The status of the action.
",
+ "location": "querystring",
+ "locationName": "status"
+ },
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": "An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": "If your initial ListDomainMaintenances
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListDomainMaintenances
operations, which returns results in the next page.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ }
+ },
+ "documentation": "Container for the parameters to the ListDomainMaintenances
operation.
"
+ },
+ "ListDomainMaintenancesResponse": {
+ "type": "structure",
+ "members": {
+ "DomainMaintenances": {
+ "shape": "DomainMaintenanceList",
+ "documentation": "List of the submitted maintenance actions.
"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": "When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
"
+ }
+ },
+ "documentation": "The result of a ListDomainMaintenances
request. Contains information about the requested actions.
"
+ },
"ListDomainNamesRequest": {
"type": "structure",
"members": {
@@ -4909,6 +5152,30 @@
"Long": {
"type": "long"
},
+ "MaintenanceStatus": {
+ "type": "string",
+ "enum": [
+ "PENDING",
+ "IN_PROGRESS",
+ "COMPLETED",
+ "FAILED",
+ "TIMED_OUT"
+ ]
+ },
+ "MaintenanceStatusMessage": {
+ "type": "string",
+ "max": 1000,
+ "min": 0,
+ "pattern": "^([\\s\\S]*)$"
+ },
+ "MaintenanceType": {
+ "type": "string",
+ "enum": [
+ "REBOOT_NODE",
+ "RESTART_SEARCH_PROCESS",
+ "RESTART_DASHBOARD"
+ ]
+ },
"MasterNodeStatus": {
"type": "string",
"enum": [
@@ -5600,6 +5867,12 @@
},
"documentation": "Container for the request parameters to the RemoveTags
operation.
"
},
+ "RequestId": {
+ "type": "string",
+ "max": 100,
+ "min": 1,
+ "pattern": "^([\\s\\S]*)$"
+ },
"ReservationToken": {
"type": "string",
"max": 64,
@@ -6078,6 +6351,40 @@
"StartAt": {
"type": "timestamp"
},
+ "StartDomainMaintenanceRequest": {
+ "type": "structure",
+ "required": [
+ "DomainName",
+ "Action"
+ ],
+ "members": {
+ "DomainName": {
+ "shape": "DomainName",
+ "documentation": "The name of the domain.
",
+ "location": "uri",
+ "locationName": "DomainName"
+ },
+ "Action": {
+ "shape": "MaintenanceType",
+ "documentation": "The name of the action.
"
+ },
+ "NodeId": {
+ "shape": "NodeId",
+ "documentation": "Id of the data node.
"
+ }
+ },
+ "documentation": "Container for the parameters to the StartDomainMaintenance
operation.
"
+ },
+ "StartDomainMaintenanceResponse": {
+ "type": "structure",
+ "members": {
+ "MaintenanceId": {
+ "shape": "RequestId",
+ "documentation": "Contains request id of requested action.
"
+ }
+ },
+ "documentation": "The result of a StartDomainMaintenance
request. Contains information about the requested action.
"
+ },
"StartServiceSoftwareUpdateRequest": {
"type": "structure",
"required": [
diff --git a/apis/opensearch-2021-01-01.paginators.json b/apis/opensearch-2021-01-01.paginators.json
index cd834352dc..d4ea79e70f 100644
--- a/apis/opensearch-2021-01-01.paginators.json
+++ b/apis/opensearch-2021-01-01.paginators.json
@@ -40,6 +40,11 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
+ "ListDomainMaintenances": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults"
+ },
"ListDomainsForPackage": {
"input_token": "NextToken",
"output_token": "NextToken",
diff --git a/apis/quicksight-2018-04-01.min.json b/apis/quicksight-2018-04-01.min.json
index 3a22aa83b4..43a64dc906 100644
--- a/apis/quicksight-2018-04-01.min.json
+++ b/apis/quicksight-2018-04-01.min.json
@@ -195,7 +195,10 @@
"shape": "S1h"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
+ },
+ "FolderArns": {
+ "shape": "Sm1"
}
}
},
@@ -241,21 +244,24 @@
"shape": "S19"
},
"SourceEntity": {
- "shape": "Sly"
+ "shape": "Sm6"
},
"Tags": {
"shape": "Sb"
},
"VersionDescription": {},
"DashboardPublishOptions": {
- "shape": "Sm1"
+ "shape": "Sm9"
},
"ThemeArn": {},
"Definition": {
- "shape": "Smg"
+ "shape": "Smo"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
+ },
+ "FolderArns": {
+ "shape": "Sm1"
}
}
},
@@ -295,38 +301,41 @@
"DataSetId": {},
"Name": {},
"PhysicalTableMap": {
- "shape": "Sml"
+ "shape": "Smt"
},
"LogicalTableMap": {
- "shape": "Sn4"
+ "shape": "Snc"
},
"ImportMode": {},
"ColumnGroups": {
- "shape": "Sob"
+ "shape": "Soj"
},
"FieldFolders": {
- "shape": "Soh"
+ "shape": "Sop"
},
"Permissions": {
"shape": "S19"
},
"RowLevelPermissionDataSet": {
- "shape": "Som"
+ "shape": "Sou"
},
"RowLevelPermissionTagConfiguration": {
- "shape": "Soq"
+ "shape": "Soy"
},
"ColumnLevelPermissionRules": {
- "shape": "Soy"
+ "shape": "Sp6"
},
"Tags": {
"shape": "Sb"
},
"DataSetUsageConfiguration": {
- "shape": "Sp2"
+ "shape": "Spa"
},
"DatasetParameters": {
- "shape": "Sp3"
+ "shape": "Spb"
+ },
+ "FolderArns": {
+ "shape": "Sm1"
}
}
},
@@ -366,22 +375,25 @@
"Name": {},
"Type": {},
"DataSourceParameters": {
- "shape": "Spi"
+ "shape": "Spq"
},
"Credentials": {
- "shape": "Sqs"
+ "shape": "Sr3"
},
"Permissions": {
"shape": "S19"
},
"VpcConnectionProperties": {
- "shape": "Sqz"
+ "shape": "Sra"
},
"SslProperties": {
- "shape": "Sr0"
+ "shape": "Srb"
},
"Tags": {
"shape": "Sb"
+ },
+ "FolderArns": {
+ "shape": "Sm1"
}
}
},
@@ -520,7 +532,7 @@
"type": "structure",
"members": {
"Group": {
- "shape": "Srg"
+ "shape": "Srr"
},
"RequestId": {},
"Status": {
@@ -566,7 +578,7 @@
"type": "structure",
"members": {
"GroupMember": {
- "shape": "Srk"
+ "shape": "Srv"
},
"RequestId": {},
"Status": {
@@ -597,7 +609,7 @@
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
- "shape": "Sro"
+ "shape": "Srz"
},
"Namespace": {
"location": "uri",
@@ -613,7 +625,7 @@
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
- "shape": "Sro"
+ "shape": "Srz"
},
"RequestId": {},
"Status": {
@@ -725,7 +737,7 @@
"locationName": "AwsAccountId"
},
"Schedule": {
- "shape": "Ss1"
+ "shape": "Ssc"
}
}
},
@@ -766,17 +778,17 @@
"shape": "S19"
},
"SourceEntity": {
- "shape": "Ssa"
+ "shape": "Ssl"
},
"Tags": {
"shape": "Sb"
},
"VersionDescription": {},
"Definition": {
- "shape": "Ssd"
+ "shape": "Sso"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
}
}
},
@@ -829,7 +841,7 @@
"type": "structure",
"members": {
"TemplateAlias": {
- "shape": "Sss"
+ "shape": "St3"
},
"Status": {
"location": "statusCode",
@@ -865,7 +877,7 @@
"BaseThemeId": {},
"VersionDescription": {},
"Configuration": {
- "shape": "Ssv"
+ "shape": "St6"
},
"Permissions": {
"shape": "S19"
@@ -924,7 +936,7 @@
"type": "structure",
"members": {
"ThemeAlias": {
- "shape": "Stb"
+ "shape": "Stm"
},
"Status": {
"location": "statusCode",
@@ -952,7 +964,7 @@
},
"TopicId": {},
"Topic": {
- "shape": "Ste"
+ "shape": "Stp"
},
"Tags": {
"shape": "Sb"
@@ -997,7 +1009,7 @@
"DatasetArn": {},
"DatasetName": {},
"RefreshSchedule": {
- "shape": "Sv2"
+ "shape": "Svd"
}
}
},
@@ -1037,13 +1049,13 @@
"VPCConnectionId": {},
"Name": {},
"SubnetIds": {
- "shape": "Sv7"
+ "shape": "Svi"
},
"SecurityGroupIds": {
- "shape": "Sv9"
+ "shape": "Svk"
},
"DnsResolvers": {
- "shape": "Svb"
+ "shape": "Svm"
},
"RoleArn": {},
"Tags": {
@@ -2096,10 +2108,10 @@
"Name": {},
"Status": {},
"Errors": {
- "shape": "Sx5"
+ "shape": "Sxg"
},
"DataSetArns": {
- "shape": "Sxa"
+ "shape": "Sxl"
},
"ThemeArn": {},
"CreatedTime": {
@@ -2109,7 +2121,7 @@
"type": "timestamp"
},
"Sheets": {
- "shape": "Sxb"
+ "shape": "Sxm"
}
}
},
@@ -2149,7 +2161,7 @@
"AnalysisId": {},
"Name": {},
"Errors": {
- "shape": "Sx5"
+ "shape": "Sxg"
},
"ResourceStatus": {},
"ThemeArn": {},
@@ -2247,14 +2259,14 @@
"AssetBundleExportJobId": {},
"AwsAccountId": {},
"ResourceArns": {
- "shape": "Sxm"
+ "shape": "Sxx"
},
"IncludeAllDependencies": {
"type": "boolean"
},
"ExportFormat": {},
"CloudFormationOverridePropertyConfiguration": {
- "shape": "Sxo"
+ "shape": "Sxz"
},
"RequestId": {},
"Status": {
@@ -2291,10 +2303,10 @@
"members": {
"JobStatus": {},
"Errors": {
- "shape": "Syl"
+ "shape": "Syw"
},
"RollbackErrors": {
- "shape": "Syl"
+ "shape": "Syw"
},
"Arn": {},
"CreatedTime": {
@@ -2310,7 +2322,7 @@
}
},
"OverrideParameters": {
- "shape": "Syp"
+ "shape": "Sz0"
},
"FailureAction": {},
"RequestId": {},
@@ -2368,7 +2380,7 @@
"type": "timestamp"
},
"Errors": {
- "shape": "Szc"
+ "shape": "Szn"
},
"VersionNumber": {
"type": "long"
@@ -2377,12 +2389,12 @@
"Arn": {},
"SourceEntityArn": {},
"DataSetArns": {
- "shape": "Sxa"
+ "shape": "Sxl"
},
"Description": {},
"ThemeArn": {},
"Sheets": {
- "shape": "Sxb"
+ "shape": "Sxm"
}
}
},
@@ -2441,13 +2453,13 @@
"members": {
"DashboardId": {},
"Errors": {
- "shape": "Szc"
+ "shape": "Szn"
},
"Name": {},
"ResourceStatus": {},
"ThemeArn": {},
"Definition": {
- "shape": "Smg"
+ "shape": "Smo"
},
"Status": {
"location": "statusCode",
@@ -2455,7 +2467,7 @@
},
"RequestId": {},
"DashboardPublishOptions": {
- "shape": "Sm1"
+ "shape": "Sm9"
}
}
}
@@ -2496,7 +2508,7 @@
},
"RequestId": {},
"LinkSharingConfiguration": {
- "shape": "Szj"
+ "shape": "Szu"
}
}
}
@@ -2552,7 +2564,7 @@
}
},
"SnapshotConfiguration": {
- "shape": "Szq"
+ "shape": "S101"
},
"Arn": {},
"JobStatus": {},
@@ -2621,7 +2633,7 @@
"type": "structure",
"members": {
"Files": {
- "shape": "Szt"
+ "shape": "S104"
},
"S3Results": {
"type": "list",
@@ -2629,7 +2641,7 @@
"type": "structure",
"members": {
"S3DestinationConfiguration": {
- "shape": "S102"
+ "shape": "S10d"
},
"S3Uri": {
"type": "string",
@@ -2709,10 +2721,10 @@
"type": "timestamp"
},
"PhysicalTableMap": {
- "shape": "Sml"
+ "shape": "Smt"
},
"LogicalTableMap": {
- "shape": "Sn4"
+ "shape": "Snc"
},
"OutputColumns": {
"type": "list",
@@ -2730,25 +2742,25 @@
"type": "long"
},
"ColumnGroups": {
- "shape": "Sob"
+ "shape": "Soj"
},
"FieldFolders": {
- "shape": "Soh"
+ "shape": "Sop"
},
"RowLevelPermissionDataSet": {
- "shape": "Som"
+ "shape": "Sou"
},
"RowLevelPermissionTagConfiguration": {
- "shape": "Soq"
+ "shape": "Soy"
},
"ColumnLevelPermissionRules": {
- "shape": "Soy"
+ "shape": "Sp6"
},
"DataSetUsageConfiguration": {
- "shape": "Sp2"
+ "shape": "Spa"
},
"DatasetParameters": {
- "shape": "Sp3"
+ "shape": "Spb"
}
}
},
@@ -2829,7 +2841,7 @@
"type": "integer"
},
"DataSetRefreshProperties": {
- "shape": "S10r"
+ "shape": "S112"
}
}
}
@@ -2860,7 +2872,7 @@
"type": "structure",
"members": {
"DataSource": {
- "shape": "S10z"
+ "shape": "S11a"
},
"RequestId": {},
"Status": {
@@ -3096,7 +3108,7 @@
"type": "structure",
"members": {
"Group": {
- "shape": "Srg"
+ "shape": "Srr"
},
"RequestId": {},
"Status": {
@@ -3142,7 +3154,7 @@
"type": "structure",
"members": {
"GroupMember": {
- "shape": "Srk"
+ "shape": "Srv"
},
"RequestId": {},
"Status": {
@@ -3190,7 +3202,7 @@
"AssignmentName": {},
"PolicyArn": {},
"Identities": {
- "shape": "Sro"
+ "shape": "Srz"
},
"AssignmentStatus": {}
}
@@ -3234,7 +3246,7 @@
"type": "structure",
"members": {
"Ingestion": {
- "shape": "S11m"
+ "shape": "S11x"
},
"RequestId": {},
"Status": {
@@ -3266,7 +3278,7 @@
"members": {
"AwsAccountId": {},
"IpRestrictionRuleMap": {
- "shape": "S11v"
+ "shape": "S126"
},
"Enabled": {
"type": "boolean"
@@ -3305,7 +3317,7 @@
"type": "structure",
"members": {
"Namespace": {
- "shape": "S120"
+ "shape": "S12b"
},
"RequestId": {},
"Status": {
@@ -3346,7 +3358,7 @@
"type": "structure",
"members": {
"RefreshSchedule": {
- "shape": "Ss1"
+ "shape": "Ssc"
},
"Status": {
"location": "statusCode",
@@ -3403,20 +3415,20 @@
"type": "timestamp"
},
"Errors": {
- "shape": "S129"
+ "shape": "S12k"
},
"VersionNumber": {
"type": "long"
},
"Status": {},
"DataSetConfigurations": {
- "shape": "Sse"
+ "shape": "Ssp"
},
"Description": {},
"SourceEntityArn": {},
"ThemeArn": {},
"Sheets": {
- "shape": "Sxb"
+ "shape": "Sxm"
}
}
},
@@ -3468,7 +3480,7 @@
"type": "structure",
"members": {
"TemplateAlias": {
- "shape": "Sss"
+ "shape": "St3"
},
"Status": {
"location": "statusCode",
@@ -3515,12 +3527,12 @@
"Name": {},
"TemplateId": {},
"Errors": {
- "shape": "S129"
+ "shape": "S12k"
},
"ResourceStatus": {},
"ThemeArn": {},
"Definition": {
- "shape": "Ssd"
+ "shape": "Sso"
},
"Status": {
"location": "statusCode",
@@ -3621,7 +3633,7 @@
"type": "timestamp"
},
"Configuration": {
- "shape": "Ssv"
+ "shape": "St6"
},
"Errors": {
"type": "list",
@@ -3684,7 +3696,7 @@
"type": "structure",
"members": {
"ThemeAlias": {
- "shape": "Stb"
+ "shape": "Stm"
},
"Status": {
"location": "statusCode",
@@ -3760,7 +3772,7 @@
"Arn": {},
"TopicId": {},
"Topic": {
- "shape": "Ste"
+ "shape": "Stp"
},
"RequestId": {},
"Status": {
@@ -3888,7 +3900,7 @@
"TopicArn": {},
"DatasetArn": {},
"RefreshSchedule": {
- "shape": "Sv2"
+ "shape": "Svd"
},
"Status": {
"location": "statusCode",
@@ -3929,7 +3941,7 @@
"type": "structure",
"members": {
"User": {
- "shape": "S137"
+ "shape": "S13i"
},
"RequestId": {},
"Status": {
@@ -3972,15 +3984,15 @@
"Name": {},
"VPCId": {},
"SecurityGroupIds": {
- "shape": "Sv9"
+ "shape": "Svk"
},
"DnsResolvers": {
- "shape": "Stv"
+ "shape": "Su6"
},
"Status": {},
"AvailabilityStatus": {},
"NetworkInterfaces": {
- "shape": "S13e"
+ "shape": "S13p"
},
"RoleArn": {},
"CreatedTime": {
@@ -4020,7 +4032,7 @@
},
"Namespace": {},
"SessionTags": {
- "shape": "S13k"
+ "shape": "S13v"
},
"AuthorizedResourceArns": {
"type": "list",
@@ -4045,7 +4057,7 @@
],
"members": {
"InitialDashboardVisualId": {
- "shape": "S13q"
+ "shape": "S141"
}
}
},
@@ -4061,7 +4073,7 @@
}
},
"AllowedDomains": {
- "shape": "Stv"
+ "shape": "Su6"
}
}
},
@@ -4075,7 +4087,7 @@
],
"members": {
"EmbedUrl": {
- "shape": "S13t"
+ "shape": "S144"
},
"Status": {
"location": "statusCode",
@@ -4120,7 +4132,7 @@
"type": "structure",
"members": {
"StatePersistence": {
- "shape": "S13y"
+ "shape": "S149"
},
"Bookmarks": {
"type": "structure",
@@ -4145,7 +4157,7 @@
"type": "structure",
"members": {
"StatePersistence": {
- "shape": "S13y"
+ "shape": "S149"
}
}
}
@@ -4164,14 +4176,14 @@
],
"members": {
"InitialDashboardVisualId": {
- "shape": "S13q"
+ "shape": "S141"
}
}
}
}
},
"AllowedDomains": {
- "shape": "Stv"
+ "shape": "Su6"
}
}
},
@@ -4184,7 +4196,7 @@
],
"members": {
"EmbedUrl": {
- "shape": "S13t"
+ "shape": "S144"
},
"Status": {
"location": "statusCode",
@@ -4259,7 +4271,7 @@
"type": "structure",
"members": {
"EmbedUrl": {
- "shape": "S13t"
+ "shape": "S144"
},
"Status": {
"location": "statusCode",
@@ -4303,7 +4315,7 @@
"type": "structure",
"members": {
"EmbedUrl": {
- "shape": "S13t"
+ "shape": "S144"
},
"Status": {
"location": "statusCode",
@@ -4343,7 +4355,7 @@
"type": "structure",
"members": {
"AnalysisSummaryList": {
- "shape": "S14f"
+ "shape": "S14q"
},
"NextToken": {},
"Status": {
@@ -4554,7 +4566,7 @@
"type": "structure",
"members": {
"DashboardSummaryList": {
- "shape": "S14v"
+ "shape": "S156"
},
"NextToken": {},
"Status": {
@@ -4595,7 +4607,7 @@
"type": "structure",
"members": {
"DataSetSummaries": {
- "shape": "S14z"
+ "shape": "S15a"
},
"NextToken": {},
"RequestId": {},
@@ -4638,7 +4650,7 @@
"DataSources": {
"type": "list",
"member": {
- "shape": "S10z"
+ "shape": "S11a"
}
},
"NextToken": {},
@@ -4737,7 +4749,7 @@
"type": "integer"
},
"FolderSummaryList": {
- "shape": "S15a"
+ "shape": "S15l"
},
"NextToken": {},
"RequestId": {}
@@ -4786,7 +4798,7 @@
"GroupMemberList": {
"type": "list",
"member": {
- "shape": "Srk"
+ "shape": "Srv"
}
},
"NextToken": {},
@@ -4833,7 +4845,7 @@
"type": "structure",
"members": {
"GroupList": {
- "shape": "S15h"
+ "shape": "S15s"
},
"NextToken": {},
"RequestId": {},
@@ -4996,7 +5008,7 @@
"Ingestions": {
"type": "list",
"member": {
- "shape": "S11m"
+ "shape": "S11x"
}
},
"NextToken": {},
@@ -5040,7 +5052,7 @@
"Namespaces": {
"type": "list",
"member": {
- "shape": "S120"
+ "shape": "S12b"
}
},
"NextToken": {},
@@ -5080,7 +5092,7 @@
"RefreshSchedules": {
"type": "list",
"member": {
- "shape": "Ss1"
+ "shape": "Ssc"
}
},
"Status": {
@@ -5159,7 +5171,7 @@
"TemplateAliasList": {
"type": "list",
"member": {
- "shape": "Sss"
+ "shape": "St3"
}
},
"Status": {
@@ -5326,7 +5338,7 @@
"ThemeAliasList": {
"type": "list",
"member": {
- "shape": "Stb"
+ "shape": "Stm"
}
},
"Status": {
@@ -5496,7 +5508,7 @@
"DatasetArn": {},
"DatasetName": {},
"RefreshSchedule": {
- "shape": "Sv2"
+ "shape": "Svd"
}
}
}
@@ -5598,7 +5610,7 @@
"type": "structure",
"members": {
"GroupList": {
- "shape": "S15h"
+ "shape": "S15s"
},
"NextToken": {},
"RequestId": {},
@@ -5646,7 +5658,7 @@
"UserList": {
"type": "list",
"member": {
- "shape": "S137"
+ "shape": "S13i"
}
},
"NextToken": {},
@@ -5697,15 +5709,15 @@
"Name": {},
"VPCId": {},
"SecurityGroupIds": {
- "shape": "Sv9"
+ "shape": "Svk"
},
"DnsResolvers": {
- "shape": "Stv"
+ "shape": "Su6"
},
"Status": {},
"AvailabilityStatus": {},
"NetworkInterfaces": {
- "shape": "S13e"
+ "shape": "S13p"
},
"RoleArn": {},
"CreatedTime": {
@@ -5748,7 +5760,7 @@
"locationName": "DataSetId"
},
"DataSetRefreshProperties": {
- "shape": "S10r"
+ "shape": "S112"
}
}
},
@@ -5804,7 +5816,7 @@
"type": "structure",
"members": {
"User": {
- "shape": "S137"
+ "shape": "S13i"
},
"UserInvitationUrl": {},
"RequestId": {},
@@ -5885,7 +5897,7 @@
"type": "structure",
"members": {
"AnalysisSummaryList": {
- "shape": "S14f"
+ "shape": "S14q"
},
"NextToken": {},
"Status": {
@@ -5935,7 +5947,7 @@
"type": "structure",
"members": {
"DashboardSummaryList": {
- "shape": "S14v"
+ "shape": "S156"
},
"NextToken": {},
"Status": {
@@ -5987,7 +5999,7 @@
"type": "structure",
"members": {
"DataSetSummaries": {
- "shape": "S14z"
+ "shape": "S15a"
},
"NextToken": {},
"Status": {
@@ -6105,7 +6117,7 @@
"type": "integer"
},
"FolderSummaryList": {
- "shape": "S15a"
+ "shape": "S15l"
},
"NextToken": {},
"RequestId": {}
@@ -6163,7 +6175,7 @@
"type": "structure",
"members": {
"GroupList": {
- "shape": "S15h"
+ "shape": "S15s"
},
"NextToken": {},
"RequestId": {},
@@ -6193,14 +6205,14 @@
},
"AssetBundleExportJobId": {},
"ResourceArns": {
- "shape": "Sxm"
+ "shape": "Sxx"
},
"IncludeAllDependencies": {
"type": "boolean"
},
"ExportFormat": {},
"CloudFormationOverridePropertyConfiguration": {
- "shape": "Sxo"
+ "shape": "Sxz"
}
}
},
@@ -6245,7 +6257,7 @@
}
},
"OverrideParameters": {
- "shape": "Syp"
+ "shape": "Sz0"
},
"FailureAction": {}
}
@@ -6295,7 +6307,7 @@
"type": "structure",
"members": {
"RowLevelPermissionTags": {
- "shape": "S13k"
+ "shape": "S13v"
}
}
}
@@ -6303,7 +6315,7 @@
}
},
"SnapshotConfiguration": {
- "shape": "Szq"
+ "shape": "S101"
}
}
},
@@ -6495,7 +6507,7 @@
"shape": "S1h"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
}
}
},
@@ -6534,10 +6546,10 @@
"locationName": "AnalysisId"
},
"GrantPermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"RevokePermissions": {
- "shape": "S18x"
+ "shape": "S198"
}
}
},
@@ -6580,21 +6592,21 @@
},
"Name": {},
"SourceEntity": {
- "shape": "Sly"
+ "shape": "Sm6"
},
"Parameters": {
"shape": "Sr"
},
"VersionDescription": {},
"DashboardPublishOptions": {
- "shape": "Sm1"
+ "shape": "Sm9"
},
"ThemeArn": {},
"Definition": {
- "shape": "Smg"
+ "shape": "Smo"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
}
}
},
@@ -6633,16 +6645,16 @@
"locationName": "DashboardId"
},
"GrantPermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"RevokePermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"GrantLinkPermissions": {
- "shape": "S192"
+ "shape": "S19d"
},
"RevokeLinkPermissions": {
- "shape": "S192"
+ "shape": "S19d"
}
}
},
@@ -6660,7 +6672,7 @@
"type": "integer"
},
"LinkSharingConfiguration": {
- "shape": "Szj"
+ "shape": "Szu"
}
}
}
@@ -6731,32 +6743,32 @@
},
"Name": {},
"PhysicalTableMap": {
- "shape": "Sml"
+ "shape": "Smt"
},
"LogicalTableMap": {
- "shape": "Sn4"
+ "shape": "Snc"
},
"ImportMode": {},
"ColumnGroups": {
- "shape": "Sob"
+ "shape": "Soj"
},
"FieldFolders": {
- "shape": "Soh"
+ "shape": "Sop"
},
"RowLevelPermissionDataSet": {
- "shape": "Som"
+ "shape": "Sou"
},
"RowLevelPermissionTagConfiguration": {
- "shape": "Soq"
+ "shape": "Soy"
},
"ColumnLevelPermissionRules": {
- "shape": "Soy"
+ "shape": "Sp6"
},
"DataSetUsageConfiguration": {
- "shape": "Sp2"
+ "shape": "Spa"
},
"DatasetParameters": {
- "shape": "Sp3"
+ "shape": "Spb"
}
}
},
@@ -6838,16 +6850,16 @@
},
"Name": {},
"DataSourceParameters": {
- "shape": "Spi"
+ "shape": "Spq"
},
"Credentials": {
- "shape": "Sqs"
+ "shape": "Sr3"
},
"VpcConnectionProperties": {
- "shape": "Sqz"
+ "shape": "Sra"
},
"SslProperties": {
- "shape": "Sr0"
+ "shape": "Srb"
}
}
},
@@ -7017,7 +7029,7 @@
"type": "structure",
"members": {
"Group": {
- "shape": "Srg"
+ "shape": "Srr"
},
"RequestId": {},
"Status": {
@@ -7055,7 +7067,7 @@
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
- "shape": "Sro"
+ "shape": "Srz"
}
}
},
@@ -7066,7 +7078,7 @@
"AssignmentId": {},
"PolicyArn": {},
"Identities": {
- "shape": "Sro"
+ "shape": "Srz"
},
"AssignmentStatus": {},
"RequestId": {},
@@ -7092,7 +7104,7 @@
"locationName": "AwsAccountId"
},
"IpRestrictionRuleMap": {
- "shape": "S11v"
+ "shape": "S126"
},
"Enabled": {
"type": "boolean"
@@ -7164,7 +7176,7 @@
"locationName": "AwsAccountId"
},
"Schedule": {
- "shape": "Ss1"
+ "shape": "Ssc"
}
}
},
@@ -7202,15 +7214,15 @@
"locationName": "TemplateId"
},
"SourceEntity": {
- "shape": "Ssa"
+ "shape": "Ssl"
},
"VersionDescription": {},
"Name": {},
"Definition": {
- "shape": "Ssd"
+ "shape": "Sso"
},
"ValidationStrategy": {
- "shape": "Sls"
+ "shape": "Slz"
}
}
},
@@ -7264,7 +7276,7 @@
"type": "structure",
"members": {
"TemplateAlias": {
- "shape": "Sss"
+ "shape": "St3"
},
"Status": {
"location": "statusCode",
@@ -7295,10 +7307,10 @@
"locationName": "TemplateId"
},
"GrantPermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"RevokePermissions": {
- "shape": "S18x"
+ "shape": "S198"
}
}
},
@@ -7343,7 +7355,7 @@
"BaseThemeId": {},
"VersionDescription": {},
"Configuration": {
- "shape": "Ssv"
+ "shape": "St6"
}
}
},
@@ -7397,7 +7409,7 @@
"type": "structure",
"members": {
"ThemeAlias": {
- "shape": "Stb"
+ "shape": "Stm"
},
"Status": {
"location": "statusCode",
@@ -7428,10 +7440,10 @@
"locationName": "ThemeId"
},
"GrantPermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"RevokePermissions": {
- "shape": "S18x"
+ "shape": "S198"
}
}
},
@@ -7473,7 +7485,7 @@
"locationName": "TopicId"
},
"Topic": {
- "shape": "Ste"
+ "shape": "Stp"
}
}
},
@@ -7512,10 +7524,10 @@
"locationName": "TopicId"
},
"GrantPermissions": {
- "shape": "S18x"
+ "shape": "S198"
},
"RevokePermissions": {
- "shape": "S18x"
+ "shape": "S198"
}
}
},
@@ -7562,7 +7574,7 @@
"locationName": "DatasetId"
},
"RefreshSchedule": {
- "shape": "Sv2"
+ "shape": "Svd"
}
}
},
@@ -7622,7 +7634,7 @@
"type": "structure",
"members": {
"User": {
- "shape": "S137"
+ "shape": "S13i"
},
"RequestId": {},
"Status": {
@@ -7658,13 +7670,13 @@
},
"Name": {},
"SubnetIds": {
- "shape": "Sv7"
+ "shape": "Svi"
},
"SecurityGroupIds": {
- "shape": "Sv9"
+ "shape": "Svk"
},
"DnsResolvers": {
- "shape": "Svb"
+ "shape": "Svm"
},
"RoleArn": {}
}
@@ -7876,19 +7888,19 @@
"shape": "S1l"
},
"CalculatedFields": {
- "shape": "Sjr"
+ "shape": "Sjy"
},
"ParameterDeclarations": {
- "shape": "Sju"
+ "shape": "Sk1"
},
"FilterGroups": {
- "shape": "Ske"
+ "shape": "Skl"
},
"ColumnConfigurations": {
- "shape": "Sle"
+ "shape": "Sll"
},
"AnalysisDefaults": {
- "shape": "Sll"
+ "shape": "Sls"
}
}
},
@@ -8306,6 +8318,9 @@
"CustomLabel": {},
"TotalCellStyle": {
"shape": "S5a"
+ },
+ "TotalAggregationOptions": {
+ "shape": "S5q"
}
}
},
@@ -8435,7 +8450,7 @@
"members": {
"FieldId": {},
"TextFormat": {
- "shape": "S6g"
+ "shape": "S6k"
}
}
},
@@ -8443,10 +8458,10 @@
"type": "structure",
"members": {
"BackgroundColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
}
}
}
@@ -8456,7 +8471,7 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -8483,10 +8498,10 @@
"type": "structure",
"members": {
"Rows": {
- "shape": "S7z"
+ "shape": "S83"
},
"Columns": {
- "shape": "S7z"
+ "shape": "S83"
},
"Values": {
"type": "list",
@@ -8529,7 +8544,7 @@
"members": {
"Direction": {},
"SortPaths": {
- "shape": "S86"
+ "shape": "S8a"
}
}
}
@@ -8578,16 +8593,16 @@
"type": "structure",
"members": {
"RowSubtotalOptions": {
- "shape": "S8f"
+ "shape": "S8l"
},
"ColumnSubtotalOptions": {
- "shape": "S8f"
+ "shape": "S8l"
},
"RowTotalOptions": {
- "shape": "S8m"
+ "shape": "S8s"
},
"ColumnTotalOptions": {
- "shape": "S8m"
+ "shape": "S8s"
}
}
},
@@ -8617,7 +8632,7 @@
],
"members": {
"DataPathList": {
- "shape": "S86"
+ "shape": "S8a"
},
"Width": {}
}
@@ -8636,7 +8651,7 @@
"members": {
"FieldId": {},
"FieldDataPathValues": {
- "shape": "S86"
+ "shape": "S8a"
}
}
},
@@ -8671,15 +8686,15 @@
"members": {
"FieldId": {},
"TextFormat": {
- "shape": "S6g"
+ "shape": "S6k"
},
"Scope": {
- "shape": "S91"
+ "shape": "S97"
},
"Scopes": {
"type": "list",
"member": {
- "shape": "S91"
+ "shape": "S97"
}
}
}
@@ -8690,7 +8705,7 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -8726,7 +8741,7 @@
"shape": "S3n"
},
"SmallMultiples": {
- "shape": "S98"
+ "shape": "S9e"
}
}
}
@@ -8736,70 +8751,70 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"ColorSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"ColorItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"SmallMultiplesSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"SmallMultiplesLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"Orientation": {},
"BarsArrangement": {},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
},
"SmallMultiplesOptions": {
- "shape": "S9i"
+ "shape": "S9o"
},
"CategoryAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ValueAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"ValueLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"ReferenceLines": {
- "shape": "Sax"
+ "shape": "Sb3"
},
"ContributionAnalysisDefaults": {
- "shape": "Sbb"
+ "shape": "Sbi"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -8837,7 +8852,7 @@
"type": "structure",
"members": {
"TrendGroupSort": {
- "shape": "S9a"
+ "shape": "S9g"
}
}
},
@@ -8863,7 +8878,7 @@
}
},
"Comparison": {
- "shape": "Sc1"
+ "shape": "Sc8"
},
"PrimaryValueDisplayType": {},
"PrimaryValueFontConfiguration": {
@@ -8914,10 +8929,10 @@
"type": "structure",
"members": {
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"Icon": {
- "shape": "S6n"
+ "shape": "S6r"
}
}
},
@@ -8925,7 +8940,7 @@
"type": "structure",
"members": {
"ForegroundColor": {
- "shape": "S6h"
+ "shape": "S6l"
}
}
},
@@ -8933,10 +8948,10 @@
"type": "structure",
"members": {
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"Icon": {
- "shape": "S6n"
+ "shape": "S6r"
}
}
},
@@ -8944,10 +8959,10 @@
"type": "structure",
"members": {
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"Icon": {
- "shape": "S6n"
+ "shape": "S6r"
}
}
}
@@ -8957,10 +8972,10 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -8993,7 +9008,7 @@
"shape": "S4f"
},
"SmallMultiples": {
- "shape": "S98"
+ "shape": "S9e"
}
}
}
@@ -9003,16 +9018,16 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"SmallMultiplesSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"SmallMultiplesLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
@@ -9034,36 +9049,36 @@
}
},
"SmallMultiplesOptions": {
- "shape": "S9i"
+ "shape": "S9o"
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ValueLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
},
"ContributionAnalysisDefaults": {
- "shape": "Sbb"
+ "shape": "Sbi"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -9099,7 +9114,7 @@
"members": {
"PrimaryValueDisplayType": {},
"Comparison": {
- "shape": "Sc1"
+ "shape": "Sc8"
},
"ArcAxis": {
"type": "structure",
@@ -9135,13 +9150,13 @@
}
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"TooltipOptions": {
- "shape": "Sap"
+ "shape": "Sav"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
@@ -9157,10 +9172,10 @@
"type": "structure",
"members": {
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"Icon": {
- "shape": "S6n"
+ "shape": "S6r"
}
}
},
@@ -9168,7 +9183,7 @@
"type": "structure",
"members": {
"ForegroundColor": {
- "shape": "S6h"
+ "shape": "S6l"
}
}
}
@@ -9178,7 +9193,7 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -9214,7 +9229,7 @@
"shape": "S3n"
},
"SmallMultiples": {
- "shape": "S98"
+ "shape": "S9e"
}
}
}
@@ -9224,19 +9239,19 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
},
"ColorItemsLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
},
"SmallMultiplesSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"SmallMultiplesLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
@@ -9312,35 +9327,35 @@
},
"Type": {},
"SmallMultiplesOptions": {
- "shape": "S9i"
+ "shape": "S9o"
},
"XAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"XAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"PrimaryYAxisDisplayOptions": {
- "shape": "Sdj"
+ "shape": "Sdq"
},
"PrimaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"SecondaryYAxisDisplayOptions": {
- "shape": "Sdj"
+ "shape": "Sdq"
},
"SecondaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"DefaultSeriesSettings": {
"type": "structure",
"members": {
"AxisBinding": {},
"LineStyleSettings": {
- "shape": "Sdo"
+ "shape": "Sdv"
},
"MarkerStyleSettings": {
- "shape": "Sdr"
+ "shape": "Sdy"
}
}
},
@@ -9359,7 +9374,7 @@
"FieldId": {},
"AxisBinding": {},
"Settings": {
- "shape": "Sdw"
+ "shape": "Se3"
}
}
},
@@ -9376,7 +9391,7 @@
},
"AxisBinding": {},
"Settings": {
- "shape": "Sdw"
+ "shape": "Se3"
}
}
}
@@ -9384,30 +9399,30 @@
}
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"ReferenceLines": {
- "shape": "Sax"
+ "shape": "Sb3"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"ContributionAnalysisDefaults": {
- "shape": "Sbb"
+ "shape": "Sbi"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -9434,10 +9449,10 @@
"type": "structure",
"members": {
"Rows": {
- "shape": "Se2"
+ "shape": "Se9"
},
"Columns": {
- "shape": "Se2"
+ "shape": "Se9"
},
"Values": {
"type": "list",
@@ -9453,44 +9468,44 @@
"type": "structure",
"members": {
"HeatMapRowSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"HeatMapColumnSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"HeatMapRowItemsLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
},
"HeatMapColumnItemsLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"RowLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColumnLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorScale": {
- "shape": "Se5"
+ "shape": "Sec"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
}
}
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -9523,10 +9538,10 @@
}
},
"Sizes": {
- "shape": "See"
+ "shape": "Sel"
},
"Colors": {
- "shape": "See"
+ "shape": "Sel"
}
}
}
@@ -9536,41 +9551,41 @@
"type": "structure",
"members": {
"TreeMapSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"TreeMapGroupItemsLimitConfiguration": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"GroupLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"SizeLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorScale": {
- "shape": "Se5"
+ "shape": "Sec"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -9610,16 +9625,16 @@
}
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"WindowOptions": {
- "shape": "Sek"
+ "shape": "Ser"
},
"MapStyleOptions": {
- "shape": "Sep"
+ "shape": "Sew"
},
"PointStyleOptions": {
"type": "structure",
@@ -9666,15 +9681,15 @@
}
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -9720,21 +9735,21 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
}
}
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"WindowOptions": {
- "shape": "Sek"
+ "shape": "Ser"
},
"MapStyleOptions": {
- "shape": "Sep"
+ "shape": "Sew"
}
}
},
@@ -9766,7 +9781,7 @@
],
"members": {
"BackgroundColor": {
- "shape": "S6h"
+ "shape": "S6l"
}
}
}
@@ -9778,10 +9793,10 @@
}
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -9827,21 +9842,21 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ValueLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"DataLabelOptions": {
"type": "structure",
@@ -9858,15 +9873,15 @@
}
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -9932,36 +9947,36 @@
}
},
"XAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"XAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"YAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"YAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -10007,66 +10022,66 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"ColorSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"ColorItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"BarsArrangement": {},
"CategoryAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"PrimaryYAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"PrimaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"SecondaryYAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"SecondaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"BarDataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"LineDataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"ReferenceLines": {
- "shape": "Sax"
+ "shape": "Sb3"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -10112,7 +10127,7 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"PaginationConfiguration": {
"shape": "S55"
@@ -10133,36 +10148,36 @@
}
},
"CategoryAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"PrimaryYAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"PrimaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"ReferenceLines": {
- "shape": "Sax"
+ "shape": "Sb3"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -10205,10 +10220,10 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"BreakdownItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
@@ -10219,33 +10234,33 @@
}
},
"CategoryAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"CategoryAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"PrimaryYAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"PrimaryYAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -10282,13 +10297,13 @@
}
},
"XAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"XAxisLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"YAxisDisplayOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"BinOptions": {
"type": "structure",
@@ -10319,18 +10334,18 @@
}
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
},
"Tooltip": {
- "shape": "Sap"
+ "shape": "Sav"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -10376,15 +10391,15 @@
"type": "structure",
"members": {
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
}
}
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"WordCloudOptions": {
"type": "structure",
@@ -10402,10 +10417,10 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
},
@@ -10642,7 +10657,7 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"DataSetIdentifier": {}
}
@@ -10686,23 +10701,23 @@
"type": "structure",
"members": {
"WeightSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"SourceItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"DestinationItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
"DataLabels": {
- "shape": "Sae"
+ "shape": "Sak"
}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -10729,7 +10744,7 @@
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"DataSetIdentifier": {}
}
@@ -10744,7 +10759,7 @@
"VisualId": {},
"DataSetIdentifier": {},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
}
}
},
@@ -10796,16 +10811,16 @@
"type": "structure",
"members": {
"CategorySort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"CategoryItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
},
"ColorSort": {
- "shape": "S9a"
+ "shape": "S9g"
},
"ColorItemsLimit": {
- "shape": "S9b"
+ "shape": "S9h"
}
}
},
@@ -10825,34 +10840,34 @@
"type": "double"
},
"VisualPalette": {
- "shape": "S9f"
+ "shape": "S9l"
},
"AlternateBandColorsVisibility": {},
"AlternateBandEvenColor": {},
"AlternateBandOddColor": {},
"CategoryAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"CategoryLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"ColorAxis": {
- "shape": "S9s"
+ "shape": "S9y"
},
"ColorLabelOptions": {
- "shape": "Sa8"
+ "shape": "Sae"
},
"Legend": {
- "shape": "Sac"
+ "shape": "Sai"
},
"AxesRangeScale": {}
}
},
"Actions": {
- "shape": "S6x"
+ "shape": "S71"
},
"ColumnHierarchies": {
- "shape": "Sbe"
+ "shape": "Sbl"
}
}
}
@@ -10884,7 +10899,7 @@
"type": "structure",
"members": {
"GridLayout": {
- "shape": "Sii"
+ "shape": "Sip"
},
"FreeFormLayout": {
"type": "structure",
@@ -10893,10 +10908,10 @@
],
"members": {
"Elements": {
- "shape": "Siu"
+ "shape": "Sj1"
},
"CanvasSizeOptions": {
- "shape": "Sj3"
+ "shape": "Sja"
}
}
},
@@ -10910,7 +10925,7 @@
],
"members": {
"HeaderSections": {
- "shape": "Sj6"
+ "shape": "Sjd"
},
"BodySections": {
"type": "list",
@@ -10926,12 +10941,12 @@
"type": "structure",
"members": {
"Layout": {
- "shape": "Sj8"
+ "shape": "Sjf"
}
}
},
"Style": {
- "shape": "Sja"
+ "shape": "Sjh"
},
"PageBreakConfiguration": {
"type": "structure",
@@ -10948,10 +10963,10 @@
}
},
"FooterSections": {
- "shape": "Sj6"
+ "shape": "Sjd"
},
"CanvasSizeOptions": {
- "shape": "Sjj"
+ "shape": "Sjq"
}
}
}
@@ -10972,7 +10987,7 @@
"type": "structure",
"members": {
"GridLayout": {
- "shape": "Sii"
+ "shape": "Sip"
}
}
}
@@ -11671,21 +11686,40 @@
"UsePrimaryBackgroundColor": {}
}
},
- "S6g": {
+ "S5q": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "FieldId",
+ "TotalAggregationFunction"
+ ],
+ "members": {
+ "FieldId": {},
+ "TotalAggregationFunction": {
+ "type": "structure",
+ "members": {
+ "SimpleTotalAggregationFunction": {}
+ }
+ }
+ }
+ }
+ },
+ "S6k": {
"type": "structure",
"members": {
"BackgroundColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"TextColor": {
- "shape": "S6h"
+ "shape": "S6l"
},
"Icon": {
- "shape": "S6n"
+ "shape": "S6r"
}
}
},
- "S6h": {
+ "S6l": {
"type": "structure",
"members": {
"Solid": {
@@ -11737,7 +11771,7 @@
}
}
},
- "S6n": {
+ "S6r": {
"type": "structure",
"members": {
"IconSet": {
@@ -11780,7 +11814,7 @@
}
}
},
- "S6x": {
+ "S71": {
"type": "list",
"member": {
"type": "structure",
@@ -11897,16 +11931,16 @@
"type": "structure",
"members": {
"StringValues": {
- "shape": "S7n"
+ "shape": "S7r"
},
"IntegerValues": {
- "shape": "S7p"
+ "shape": "S7t"
},
"DecimalValues": {
- "shape": "S7r"
+ "shape": "S7v"
},
"DateTimeValues": {
- "shape": "S7t"
+ "shape": "S7x"
}
}
}
@@ -11931,63 +11965,65 @@
}
}
},
- "S7n": {
+ "S7r": {
"type": "list",
"member": {
"type": "string",
"sensitive": true
}
},
- "S7p": {
+ "S7t": {
"type": "list",
"member": {
"type": "long",
"sensitive": true
}
},
- "S7r": {
+ "S7v": {
"type": "list",
"member": {
"type": "double",
"sensitive": true
}
},
- "S7t": {
+ "S7x": {
"type": "list",
"member": {
"shape": "S18"
}
},
- "S7z": {
+ "S83": {
"type": "list",
"member": {
"shape": "S3o"
}
},
- "S86": {
+ "S8a": {
"type": "list",
"member": {
- "shape": "S87"
+ "shape": "S8b"
}
},
- "S87": {
+ "S8b": {
"type": "structure",
- "required": [
- "FieldId",
- "FieldValue"
- ],
"members": {
"FieldId": {},
"FieldValue": {
- "shape": "S88"
+ "shape": "S8c"
+ },
+ "DataPathType": {
+ "type": "structure",
+ "members": {
+ "PivotTableDataPathType": {}
+ }
}
}
},
- "S88": {
+ "S8c": {
"type": "string",
"sensitive": true
},
- "S8f": {
+ "S8l": {
"type": "structure",
"members": {
"TotalsVisibility": {},
@@ -12025,7 +12061,7 @@
}
}
},
- "S8m": {
+ "S8s": {
"type": "structure",
"members": {
"TotalsVisibility": {},
@@ -12040,28 +12076,31 @@
},
"MetricHeaderCellStyle": {
"shape": "S5a"
+ },
+ "TotalAggregationOptions": {
+ "shape": "S5q"
}
}
},
- "S91": {
+ "S97": {
"type": "structure",
"members": {
"Role": {}
}
},
- "S98": {
+ "S9e": {
"type": "list",
"member": {
"shape": "S3o"
}
},
- "S9a": {
+ "S9g": {
"type": "list",
"member": {
"shape": "S4y"
}
},
- "S9b": {
+ "S9h": {
"type": "structure",
"members": {
"ItemsLimit": {
@@ -12070,7 +12109,7 @@
"OtherCategories": {}
}
},
- "S9f": {
+ "S9l": {
"type": "structure",
"members": {
"ChartColor": {},
@@ -12084,7 +12123,7 @@
],
"members": {
"Element": {
- "shape": "S87"
+ "shape": "S8b"
},
"Color": {},
"TimeGranularity": {}
@@ -12093,7 +12132,7 @@
}
}
},
- "S9i": {
+ "S9o": {
"type": "structure",
"members": {
"MaxVisibleRows": {
@@ -12126,21 +12165,21 @@
}
},
"XAxis": {
- "shape": "S9p"
+ "shape": "S9v"
},
"YAxis": {
- "shape": "S9p"
+ "shape": "S9v"
}
}
},
- "S9p": {
+ "S9v": {
"type": "structure",
"members": {
"Scale": {},
"Placement": {}
}
},
- "S9s": {
+ "S9y": {
"type": "structure",
"members": {
"TickLabelOptions": {
@@ -12241,7 +12280,7 @@
"AxisOffset": {}
}
},
- "Sa8": {
+ "Sae": {
"type": "structure",
"members": {
"Visibility": {},
@@ -12273,7 +12312,7 @@
}
}
},
- "Sac": {
+ "Sai": {
"type": "structure",
"members": {
"Visibility": {},
@@ -12285,7 +12324,7 @@
"Height": {}
}
},
- "Sae": {
+ "Sak": {
"type": "structure",
"members": {
"Visibility": {},
@@ -12308,7 +12347,7 @@
"members": {
"FieldId": {},
"FieldValue": {
- "shape": "S88"
+ "shape": "S8c"
},
"Visibility": {}
}
@@ -12344,7 +12383,7 @@
"TotalsVisibility": {}
}
},
- "Sap": {
+ "Sav": {
"type": "structure",
"members": {
"TooltipVisibility": {},
@@ -12393,7 +12432,7 @@
}
}
},
- "Sax": {
+ "Sb3": {
"type": "list",
"member": {
"type": "structure",
@@ -12434,7 +12473,8 @@
}
}
},
- "AxisBinding": {}
+ "AxisBinding": {},
+ "SeriesType": {}
}
},
"StyleConfiguration": {
@@ -12476,7 +12516,7 @@
}
}
},
- "Sbb": {
+ "Sbi": {
"type": "list",
"member": {
"type": "structure",
@@ -12495,7 +12535,7 @@
}
}
},
- "Sbe": {
+ "Sbl": {
"type": "list",
"member": {
"type": "structure",
@@ -12515,7 +12555,7 @@
}
},
"DrillDownFilters": {
- "shape": "Sbi"
+ "shape": "Sbp"
}
}
},
@@ -12527,7 +12567,7 @@
"members": {
"HierarchyId": {},
"DrillDownFilters": {
- "shape": "Sbi"
+ "shape": "Sbp"
}
}
},
@@ -12546,14 +12586,14 @@
}
},
"DrillDownFilters": {
- "shape": "Sbi"
+ "shape": "Sbp"
}
}
}
}
}
},
- "Sbi": {
+ "Sbp": {
"type": "list",
"member": {
"type": "structure",
@@ -12584,7 +12624,7 @@
"shape": "S2g"
},
"CategoryValues": {
- "shape": "Sbm"
+ "shape": "Sbt"
}
}
},
@@ -12612,11 +12652,11 @@
}
}
},
- "Sbm": {
+ "Sbt": {
"type": "list",
"member": {}
},
- "Sc1": {
+ "Sc8": {
"type": "structure",
"members": {
"ComparisonMethod": {},
@@ -12633,11 +12673,11 @@
}
}
},
- "Sdj": {
+ "Sdq": {
"type": "structure",
"members": {
"AxisOptions": {
- "shape": "S9s"
+ "shape": "S9y"
},
"MissingDataConfigurations": {
"type": "list",
@@ -12650,7 +12690,7 @@
}
}
},
- "Sdo": {
+ "Sdv": {
"type": "structure",
"members": {
"LineVisibility": {},
@@ -12659,7 +12699,7 @@
"LineWidth": {}
}
},
- "Sdr": {
+ "Sdy": {
"type": "structure",
"members": {
"MarkerVisibility": {},
@@ -12668,24 +12708,24 @@
"MarkerColor": {}
}
},
- "Sdw": {
+ "Se3": {
"type": "structure",
"members": {
"LineStyleSettings": {
- "shape": "Sdo"
+ "shape": "Sdv"
},
"MarkerStyleSettings": {
- "shape": "Sdr"
+ "shape": "Sdy"
}
}
},
- "Se2": {
+ "Se9": {
"type": "list",
"member": {
"shape": "S3o"
}
},
- "Se5": {
+ "Sec": {
"type": "structure",
"required": [
"Colors",
@@ -12695,16 +12735,16 @@
"Colors": {
"type": "list",
"member": {
- "shape": "Se7"
+ "shape": "See"
}
},
"ColorFillType": {},
"NullValueColor": {
- "shape": "Se7"
+ "shape": "See"
}
}
},
- "Se7": {
+ "See": {
"type": "structure",
"members": {
"Color": {},
@@ -12713,13 +12753,13 @@
}
}
},
- "See": {
+ "Sel": {
"type": "list",
"member": {
"shape": "S4g"
}
},
- "Sek": {
+ "Ser": {
"type": "structure",
"members": {
"Bounds": {
@@ -12748,13 +12788,13 @@
"MapZoomMode": {}
}
},
- "Sep": {
+ "Sew": {
"type": "structure",
"members": {
"BaseMapStyle": {}
}
},
- "Sii": {
+ "Sip": {
"type": "structure",
"required": [
"Elements"
@@ -12789,11 +12829,11 @@
}
},
"CanvasSizeOptions": {
- "shape": "Siq"
+ "shape": "Six"
}
}
},
- "Siq": {
+ "Six": {
"type": "structure",
"members": {
"ScreenCanvasSizeOptions": {
@@ -12808,7 +12848,7 @@
}
}
},
- "Siu": {
+ "Sj1": {
"type": "list",
"member": {
"type": "structure",
@@ -12850,10 +12890,10 @@
}
},
"BorderStyle": {
- "shape": "Sj0"
+ "shape": "Sj7"
},
"SelectedBorderStyle": {
- "shape": "Sj0"
+ "shape": "Sj7"
},
"BackgroundStyle": {
"type": "structure",
@@ -12871,14 +12911,14 @@
}
}
},
- "Sj0": {
+ "Sj7": {
"type": "structure",
"members": {
"Visibility": {},
"Color": {}
}
},
- "Sj3": {
+ "Sja": {
"type": "structure",
"members": {
"ScreenCanvasSizeOptions": {
@@ -12892,7 +12932,7 @@
}
}
},
- "Sj6": {
+ "Sjd": {
"type": "list",
"member": {
"type": "structure",
@@ -12903,15 +12943,15 @@
"members": {
"SectionId": {},
"Layout": {
- "shape": "Sj8"
+ "shape": "Sjf"
},
"Style": {
- "shape": "Sja"
+ "shape": "Sjh"
}
}
}
},
- "Sj8": {
+ "Sjf": {
"type": "structure",
"required": [
"FreeFormLayout"
@@ -12924,22 +12964,22 @@
],
"members": {
"Elements": {
- "shape": "Siu"
+ "shape": "Sj1"
}
}
}
}
},
- "Sja": {
+ "Sjh": {
"type": "structure",
"members": {
"Height": {},
"Padding": {
- "shape": "Sjb"
+ "shape": "Sji"
}
}
},
- "Sjb": {
+ "Sji": {
"type": "structure",
"members": {
"Top": {},
@@ -12948,7 +12988,7 @@
"Right": {}
}
},
- "Sjj": {
+ "Sjq": {
"type": "structure",
"members": {
"PaperCanvasSizeOptions": {
@@ -12957,13 +12997,13 @@
"PaperSize": {},
"PaperOrientation": {},
"PaperMargin": {
- "shape": "Sjb"
+ "shape": "Sji"
}
}
}
}
},
- "Sjr": {
+ "Sjy": {
"type": "list",
"member": {
"type": "structure",
@@ -12982,7 +13022,7 @@
}
}
},
- "Sju": {
+ "Sk1": {
"type": "list",
"member": {
"type": "structure",
@@ -13000,10 +13040,10 @@
"type": "structure",
"members": {
"DynamicValue": {
- "shape": "Sjz"
+ "shape": "Sk6"
},
"StaticValues": {
- "shape": "S7n"
+ "shape": "S7r"
}
}
},
@@ -13017,7 +13057,7 @@
}
},
"MappedDataSetParameters": {
- "shape": "Sk2"
+ "shape": "Sk9"
}
}
},
@@ -13034,10 +13074,10 @@
"type": "structure",
"members": {
"DynamicValue": {
- "shape": "Sjz"
+ "shape": "Sk6"
},
"StaticValues": {
- "shape": "S7r"
+ "shape": "S7v"
}
}
},
@@ -13051,7 +13091,7 @@
}
},
"MappedDataSetParameters": {
- "shape": "Sk2"
+ "shape": "Sk9"
}
}
},
@@ -13068,10 +13108,10 @@
"type": "structure",
"members": {
"DynamicValue": {
- "shape": "Sjz"
+ "shape": "Sk6"
},
"StaticValues": {
- "shape": "S7p"
+ "shape": "S7t"
}
}
},
@@ -13085,7 +13125,7 @@
}
},
"MappedDataSetParameters": {
- "shape": "Sk2"
+ "shape": "Sk9"
}
}
},
@@ -13100,13 +13140,13 @@
"type": "structure",
"members": {
"DynamicValue": {
- "shape": "Sjz"
+ "shape": "Sk6"
},
"StaticValues": {
- "shape": "S7t"
+ "shape": "S7x"
},
"RollingDate": {
- "shape": "Skc"
+ "shape": "Skj"
}
}
},
@@ -13121,14 +13161,14 @@
}
},
"MappedDataSetParameters": {
- "shape": "Sk2"
+ "shape": "Sk9"
}
}
}
}
}
},
- "Sjz": {
+ "Sk6": {
"type": "structure",
"required": [
"DefaultValueColumn"
@@ -13145,7 +13185,7 @@
}
}
},
- "Sk2": {
+ "Sk9": {
"type": "list",
"member": {
"type": "structure",
@@ -13159,7 +13199,7 @@
}
}
},
- "Skc": {
+ "Skj": {
"type": "structure",
"required": [
"Expression"
@@ -13171,7 +13211,7 @@
}
}
},
- "Ske": {
+ "Skl": {
"type": "list",
"member": {
"type": "structure",
@@ -13211,7 +13251,7 @@
"members": {
"MatchOperator": {},
"CategoryValues": {
- "shape": "Sbm"
+ "shape": "Sbt"
},
"SelectAllOptions": {},
"NullOption": {}
@@ -13226,7 +13266,7 @@
"members": {
"MatchOperator": {},
"CategoryValues": {
- "shape": "Sbm"
+ "shape": "Sbt"
},
"SelectAllOptions": {},
"NullOption": {}
@@ -13269,10 +13309,10 @@
"type": "boolean"
},
"RangeMinimum": {
- "shape": "Skr"
+ "shape": "Sky"
},
"RangeMaximum": {
- "shape": "Skr"
+ "shape": "Sky"
},
"SelectAllOptions": {},
"AggregationFunction": {
@@ -13321,7 +13361,10 @@
"type": "timestamp"
},
"ParameterName": {},
- "TimeGranularity": {}
+ "TimeGranularity": {},
+ "RollingDate": {
+ "shape": "Skj"
+ }
}
},
"TimeRangeFilter": {
@@ -13343,14 +13386,14 @@
"type": "boolean"
},
"RangeMinimumValue": {
- "shape": "Skx"
+ "shape": "Sl4"
},
"RangeMaximumValue": {
- "shape": "Skx"
+ "shape": "Sl4"
},
"NullOption": {},
"ExcludePeriodConfiguration": {
- "shape": "Sky"
+ "shape": "Sl5"
},
"TimeGranularity": {}
}
@@ -13386,7 +13429,7 @@
"ParameterName": {},
"NullOption": {},
"ExcludePeriodConfiguration": {
- "shape": "Sky"
+ "shape": "Sl5"
}
}
},
@@ -13468,7 +13511,7 @@
}
}
},
- "Skr": {
+ "Sky": {
"type": "structure",
"members": {
"StaticValue": {
@@ -13477,19 +13520,19 @@
"Parameter": {}
}
},
- "Skx": {
+ "Sl4": {
"type": "structure",
"members": {
"StaticValue": {
"type": "timestamp"
},
"RollingDate": {
- "shape": "Skc"
+ "shape": "Skj"
},
"Parameter": {}
}
},
- "Sky": {
+ "Sl5": {
"type": "structure",
"required": [
"Amount",
@@ -13503,7 +13546,7 @@
"Status": {}
}
},
- "Sle": {
+ "Sll": {
"type": "list",
"member": {
"type": "structure",
@@ -13530,7 +13573,7 @@
],
"members": {
"FieldValue": {
- "shape": "S88"
+ "shape": "S8c"
},
"Color": {},
"SpecialValue": {}
@@ -13542,7 +13585,7 @@
}
}
},
- "Sll": {
+ "Sls": {
"type": "structure",
"required": [
"DefaultNewSheetConfiguration"
@@ -13561,7 +13604,7 @@
],
"members": {
"CanvasSizeOptions": {
- "shape": "Siq"
+ "shape": "Six"
}
}
},
@@ -13572,7 +13615,7 @@
],
"members": {
"CanvasSizeOptions": {
- "shape": "Sj3"
+ "shape": "Sja"
}
}
}
@@ -13588,7 +13631,7 @@
],
"members": {
"CanvasSizeOptions": {
- "shape": "Sjj"
+ "shape": "Sjq"
}
}
}
@@ -13599,7 +13642,7 @@
}
}
},
- "Sls": {
+ "Slz": {
"type": "structure",
"required": [
"Mode"
@@ -13608,7 +13651,11 @@
"Mode": {}
}
},
- "Sly": {
+ "Sm1": {
+ "type": "list",
+ "member": {}
+ },
+ "Sm6": {
"type": "structure",
"members": {
"SourceTemplate": {
@@ -13626,7 +13673,7 @@
}
}
},
- "Sm1": {
+ "Sm9": {
"type": "structure",
"members": {
"AdHocFilteringOption": {
@@ -13704,7 +13751,7 @@
}
}
},
- "Smg": {
+ "Smo": {
"type": "structure",
"required": [
"DataSetIdentifierDeclarations"
@@ -13717,23 +13764,23 @@
"shape": "S1l"
},
"CalculatedFields": {
- "shape": "Sjr"
+ "shape": "Sjy"
},
"ParameterDeclarations": {
- "shape": "Sju"
+ "shape": "Sk1"
},
"FilterGroups": {
- "shape": "Ske"
+ "shape": "Skl"
},
"ColumnConfigurations": {
- "shape": "Sle"
+ "shape": "Sll"
},
"AnalysisDefaults": {
- "shape": "Sll"
+ "shape": "Sls"
}
}
},
- "Sml": {
+ "Smt": {
"type": "map",
"key": {},
"value": {
@@ -13752,7 +13799,7 @@
"Schema": {},
"Name": {},
"InputColumns": {
- "shape": "Sms"
+ "shape": "Sn0"
}
}
},
@@ -13768,7 +13815,7 @@
"Name": {},
"SqlQuery": {},
"Columns": {
- "shape": "Sms"
+ "shape": "Sn0"
}
}
},
@@ -13795,14 +13842,14 @@
}
},
"InputColumns": {
- "shape": "Sms"
+ "shape": "Sn0"
}
}
}
}
}
},
- "Sms": {
+ "Sn0": {
"type": "list",
"member": {
"type": "structure",
@@ -13816,7 +13863,7 @@
}
}
},
- "Sn4": {
+ "Snc": {
"type": "map",
"key": {},
"value": {
@@ -13955,16 +14002,16 @@
"type": "structure",
"members": {
"StringStaticValues": {
- "shape": "Snx"
+ "shape": "So5"
},
"DecimalStaticValues": {
- "shape": "Snz"
+ "shape": "So7"
},
"DateTimeStaticValues": {
- "shape": "So1"
+ "shape": "So9"
},
"IntegerStaticValues": {
- "shape": "So3"
+ "shape": "Sob"
}
}
}
@@ -13988,10 +14035,10 @@
"LeftOperand": {},
"RightOperand": {},
"LeftJoinKeyProperties": {
- "shape": "So7"
+ "shape": "Sof"
},
"RightJoinKeyProperties": {
- "shape": "So7"
+ "shape": "Sof"
},
"Type": {},
"OnClause": {}
@@ -14004,29 +14051,29 @@
}
}
},
- "Snx": {
+ "So5": {
"type": "list",
"member": {}
},
- "Snz": {
+ "So7": {
"type": "list",
"member": {
"type": "double"
}
},
- "So1": {
+ "So9": {
"type": "list",
"member": {
"type": "timestamp"
}
},
- "So3": {
+ "Sob": {
"type": "list",
"member": {
"type": "long"
}
},
- "So7": {
+ "Sof": {
"type": "structure",
"members": {
"UniqueKey": {
@@ -14034,7 +14081,7 @@
}
}
},
- "Sob": {
+ "Soj": {
"type": "list",
"member": {
"type": "structure",
@@ -14057,7 +14104,7 @@
}
}
},
- "Soh": {
+ "Sop": {
"type": "map",
"key": {},
"value": {
@@ -14071,7 +14118,7 @@
}
}
},
- "Som": {
+ "Sou": {
"type": "structure",
"required": [
"Arn",
@@ -14085,7 +14132,7 @@
"Status": {}
}
},
- "Soq": {
+ "Soy": {
"type": "structure",
"required": [
"TagRules"
@@ -14105,7 +14152,7 @@
"ColumnName": {},
"TagMultiValueDelimiter": {},
"MatchAllValue": {
- "shape": "Sov"
+ "shape": "Sp3"
}
}
}
@@ -14119,11 +14166,11 @@
}
}
},
- "Sov": {
+ "Sp3": {
"type": "string",
"sensitive": true
},
- "Soy": {
+ "Sp6": {
"type": "list",
"member": {
"type": "structure",
@@ -14139,7 +14186,7 @@
}
}
},
- "Sp2": {
+ "Spa": {
"type": "structure",
"members": {
"DisableUseAsDirectQuerySource": {
@@ -14150,7 +14197,7 @@
}
}
},
- "Sp3": {
+ "Spb": {
"type": "list",
"member": {
"type": "structure",
@@ -14170,7 +14217,7 @@
"type": "structure",
"members": {
"StaticValues": {
- "shape": "Snx"
+ "shape": "So5"
}
}
}
@@ -14191,7 +14238,7 @@
"type": "structure",
"members": {
"StaticValues": {
- "shape": "Snz"
+ "shape": "So7"
}
}
}
@@ -14212,7 +14259,7 @@
"type": "structure",
"members": {
"StaticValues": {
- "shape": "So3"
+ "shape": "Sob"
}
}
}
@@ -14234,7 +14281,7 @@
"type": "structure",
"members": {
"StaticValues": {
- "shape": "So1"
+ "shape": "So9"
}
}
}
@@ -14243,7 +14290,7 @@
}
}
},
- "Spi": {
+ "Spq": {
"type": "structure",
"members": {
"AmazonElasticsearchParameters": {
@@ -14562,10 +14609,41 @@
},
"SqlEndpointPath": {}
}
+ },
+ "StarburstParameters": {
+ "type": "structure",
+ "required": [
+ "Host",
+ "Port",
+ "Catalog"
+ ],
+ "members": {
+ "Host": {},
+ "Port": {
+ "type": "integer"
+ },
+ "Catalog": {},
+ "ProductType": {}
+ }
+ },
+ "TrinoParameters": {
+ "type": "structure",
+ "required": [
+ "Host",
+ "Port",
+ "Catalog"
+ ],
+ "members": {
+ "Host": {},
+ "Port": {
+ "type": "integer"
+ },
+ "Catalog": {}
+ }
}
}
},
- "Sqs": {
+ "Sr3": {
"type": "structure",
"members": {
"CredentialPair": {
@@ -14578,7 +14656,7 @@
"Username": {},
"Password": {},
"AlternateDataSourceParameters": {
- "shape": "Sqw"
+ "shape": "Sr7"
}
}
},
@@ -14587,13 +14665,13 @@
},
"sensitive": true
},
- "Sqw": {
+ "Sr7": {
"type": "list",
"member": {
- "shape": "Spi"
+ "shape": "Spq"
}
},
- "Sqz": {
+ "Sra": {
"type": "structure",
"required": [
"VpcConnectionArn"
@@ -14602,7 +14680,7 @@
"VpcConnectionArn": {}
}
},
- "Sr0": {
+ "Srb": {
"type": "structure",
"members": {
"DisableSsl": {
@@ -14610,7 +14688,7 @@
}
}
},
- "Srg": {
+ "Srr": {
"type": "structure",
"members": {
"Arn": {},
@@ -14619,14 +14697,14 @@
"PrincipalId": {}
}
},
- "Srk": {
+ "Srv": {
"type": "structure",
"members": {
"Arn": {},
"MemberName": {}
}
},
- "Sro": {
+ "Srz": {
"type": "map",
"key": {},
"value": {
@@ -14634,7 +14712,7 @@
"member": {}
}
},
- "Ss1": {
+ "Ssc": {
"type": "structure",
"required": [
"ScheduleId",
@@ -14668,7 +14746,7 @@
"Arn": {}
}
},
- "Ssa": {
+ "Ssl": {
"type": "structure",
"members": {
"SourceAnalysis": {
@@ -14695,36 +14773,36 @@
}
}
},
- "Ssd": {
+ "Sso": {
"type": "structure",
"required": [
"DataSetConfigurations"
],
"members": {
"DataSetConfigurations": {
- "shape": "Sse"
+ "shape": "Ssp"
},
"Sheets": {
"shape": "S1l"
},
"CalculatedFields": {
- "shape": "Sjr"
+ "shape": "Sjy"
},
"ParameterDeclarations": {
- "shape": "Sju"
+ "shape": "Sk1"
},
"FilterGroups": {
- "shape": "Ske"
+ "shape": "Skl"
},
"ColumnConfigurations": {
- "shape": "Sle"
+ "shape": "Sll"
},
"AnalysisDefaults": {
- "shape": "Sll"
+ "shape": "Sls"
}
}
},
- "Sse": {
+ "Ssp": {
"type": "list",
"member": {
"type": "structure",
@@ -14767,7 +14845,7 @@
}
}
},
- "Sss": {
+ "St3": {
"type": "structure",
"members": {
"AliasName": {},
@@ -14777,17 +14855,17 @@
}
}
},
- "Ssv": {
+ "St6": {
"type": "structure",
"members": {
"DataColorPalette": {
"type": "structure",
"members": {
"Colors": {
- "shape": "Ssx"
+ "shape": "St8"
},
"MinMaxGradient": {
- "shape": "Ssx"
+ "shape": "St8"
},
"EmptyFillColor": {}
}
@@ -14868,11 +14946,11 @@
}
}
},
- "Ssx": {
+ "St8": {
"type": "list",
"member": {}
},
- "Stb": {
+ "Stm": {
"type": "structure",
"members": {
"Arn": {},
@@ -14882,7 +14960,7 @@
}
}
},
- "Ste": {
+ "Stp": {
"type": "structure",
"members": {
"Name": {},
@@ -14918,7 +14996,7 @@
"FilterClass": {},
"FilterName": {},
"FilterSynonyms": {
- "shape": "Stn"
+ "shape": "Sty"
},
"OperandFieldName": {},
"FilterType": {},
@@ -14936,7 +15014,7 @@
"type": "structure",
"members": {
"ValueList": {
- "shape": "Stv"
+ "shape": "Su6"
}
}
}
@@ -14952,7 +15030,7 @@
"type": "structure",
"members": {
"Constant": {
- "shape": "Stx"
+ "shape": "Su8"
},
"Aggregation": {}
}
@@ -14964,7 +15042,7 @@
"type": "boolean"
},
"Constant": {
- "shape": "Su0"
+ "shape": "Sub"
},
"Aggregation": {}
}
@@ -14976,7 +15054,7 @@
"type": "boolean"
},
"Constant": {
- "shape": "Su0"
+ "shape": "Sub"
}
}
},
@@ -14986,7 +15064,7 @@
"TimeGranularity": {},
"RelativeDateFilterFunction": {},
"Constant": {
- "shape": "Stx"
+ "shape": "Su8"
}
}
}
@@ -15005,7 +15083,7 @@
"ColumnFriendlyName": {},
"ColumnDescription": {},
"ColumnSynonyms": {
- "shape": "Stn"
+ "shape": "Sty"
},
"ColumnDataRole": {},
"Aggregation": {},
@@ -15016,26 +15094,26 @@
"type": "boolean"
},
"ComparativeOrder": {
- "shape": "Sua"
+ "shape": "Sul"
},
"SemanticType": {
- "shape": "Sud"
+ "shape": "Suo"
},
"TimeGranularity": {},
"AllowedAggregations": {
- "shape": "Suf"
+ "shape": "Suq"
},
"NotAllowedAggregations": {
- "shape": "Suf"
+ "shape": "Suq"
},
"DefaultFormatting": {
- "shape": "Suh"
+ "shape": "Sus"
},
"NeverAggregateInFilter": {
"type": "boolean"
},
"CellValueSynonyms": {
- "shape": "Sum"
+ "shape": "Sux"
},
"NonAdditive": {
"type": "boolean"
@@ -15058,7 +15136,7 @@
"shape": "S4r"
},
"CalculatedFieldSynonyms": {
- "shape": "Stn"
+ "shape": "Sty"
},
"IsIncludedInTopic": {
"type": "boolean"
@@ -15069,26 +15147,26 @@
"ColumnDataRole": {},
"TimeGranularity": {},
"DefaultFormatting": {
- "shape": "Suh"
+ "shape": "Sus"
},
"Aggregation": {},
"ComparativeOrder": {
- "shape": "Sua"
+ "shape": "Sul"
},
"SemanticType": {
- "shape": "Sud"
+ "shape": "Suo"
},
"AllowedAggregations": {
- "shape": "Suf"
+ "shape": "Suq"
},
"NotAllowedAggregations": {
- "shape": "Suf"
+ "shape": "Suq"
},
"NeverAggregateInFilter": {
"type": "boolean"
},
"CellValueSynonyms": {
- "shape": "Sum"
+ "shape": "Sux"
},
"NonAdditive": {
"type": "boolean"
@@ -15107,7 +15185,7 @@
"EntityName": {},
"EntityDescription": {},
"EntitySynonyms": {
- "shape": "Stn"
+ "shape": "Sty"
},
"SemanticEntityType": {
"type": "structure",
@@ -15115,7 +15193,7 @@
"TypeName": {},
"SubTypeName": {},
"TypeParameters": {
- "shape": "Sue"
+ "shape": "Sup"
}
}
},
@@ -15150,15 +15228,15 @@
}
}
},
- "Stn": {
+ "Sty": {
"type": "list",
"member": {}
},
- "Stv": {
+ "Su6": {
"type": "list",
"member": {}
},
- "Stx": {
+ "Su8": {
"type": "structure",
"members": {
"ConstantType": {},
@@ -15166,7 +15244,7 @@
},
"sensitive": true
},
- "Su0": {
+ "Sub": {
"type": "structure",
"members": {
"ConstantType": {},
@@ -15180,23 +15258,23 @@
},
"sensitive": true
},
- "Sua": {
+ "Sul": {
"type": "structure",
"members": {
"UseOrdering": {},
"SpecifedOrder": {
- "shape": "Stv"
+ "shape": "Su6"
},
"TreatUndefinedSpecifiedValues": {}
}
},
- "Sud": {
+ "Suo": {
"type": "structure",
"members": {
"TypeName": {},
"SubTypeName": {},
"TypeParameters": {
- "shape": "Sue"
+ "shape": "Sup"
},
"TruthyCellValue": {
"shape": "Sw"
@@ -15212,16 +15290,16 @@
}
}
},
- "Sue": {
+ "Sup": {
"type": "map",
"key": {},
"value": {}
},
- "Suf": {
+ "Suq": {
"type": "list",
"member": {}
},
- "Suh": {
+ "Sus": {
"type": "structure",
"members": {
"DisplayFormat": {},
@@ -15256,19 +15334,19 @@
}
}
},
- "Sum": {
+ "Sux": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CellValue": {},
"Synonyms": {
- "shape": "Stv"
+ "shape": "Su6"
}
}
}
},
- "Sv2": {
+ "Svd": {
"type": "structure",
"required": [
"IsEnabled",
@@ -15289,19 +15367,19 @@
"TopicScheduleType": {}
}
},
- "Sv7": {
+ "Svi": {
"type": "list",
"member": {}
},
- "Sv9": {
+ "Svk": {
"type": "list",
"member": {}
},
- "Svb": {
+ "Svm": {
"type": "list",
"member": {}
},
- "Sx5": {
+ "Sxg": {
"type": "list",
"member": {
"type": "structure",
@@ -15309,12 +15387,12 @@
"Type": {},
"Message": {},
"ViolatedEntities": {
- "shape": "Sx8"
+ "shape": "Sxj"
}
}
}
},
- "Sx8": {
+ "Sxj": {
"type": "list",
"member": {
"type": "structure",
@@ -15323,11 +15401,11 @@
}
}
},
- "Sxa": {
+ "Sxl": {
"type": "list",
"member": {}
},
- "Sxb": {
+ "Sxm": {
"type": "list",
"member": {
"type": "structure",
@@ -15337,11 +15415,11 @@
}
}
},
- "Sxm": {
+ "Sxx": {
"type": "list",
"member": {}
},
- "Sxo": {
+ "Sxz": {
"type": "structure",
"members": {
"ResourceIdOverrideConfiguration": {
@@ -15466,7 +15544,7 @@
}
}
},
- "Syl": {
+ "Syw": {
"type": "list",
"member": {
"type": "structure",
@@ -15477,7 +15555,7 @@
}
}
},
- "Syp": {
+ "Sz0": {
"type": "structure",
"members": {
"ResourceIdOverrideConfiguration": {
@@ -15497,13 +15575,13 @@
"VPCConnectionId": {},
"Name": {},
"SubnetIds": {
- "shape": "Sv7"
+ "shape": "Svi"
},
"SecurityGroupIds": {
- "shape": "Sv9"
+ "shape": "Svk"
},
"DnsResolvers": {
- "shape": "Svb"
+ "shape": "Svm"
},
"RoleArn": {}
}
@@ -15537,13 +15615,13 @@
"DataSourceId": {},
"Name": {},
"DataSourceParameters": {
- "shape": "Spi"
+ "shape": "Spq"
},
"VpcConnectionProperties": {
- "shape": "Sqz"
+ "shape": "Sra"
},
"SslProperties": {
- "shape": "Sr0"
+ "shape": "Srb"
},
"Credentials": {
"type": "structure",
@@ -15620,7 +15698,7 @@
}
}
},
- "Szc": {
+ "Szn": {
"type": "list",
"member": {
"type": "structure",
@@ -15628,12 +15706,12 @@
"Type": {},
"Message": {},
"ViolatedEntities": {
- "shape": "Sx8"
+ "shape": "Sxj"
}
}
}
},
- "Szj": {
+ "Szu": {
"type": "structure",
"members": {
"Permissions": {
@@ -15641,7 +15719,7 @@
}
}
},
- "Szq": {
+ "S101": {
"type": "structure",
"required": [
"FileGroups"
@@ -15653,7 +15731,7 @@
"type": "structure",
"members": {
"Files": {
- "shape": "Szt"
+ "shape": "S104"
}
}
}
@@ -15664,7 +15742,7 @@
"S3Destinations": {
"type": "list",
"member": {
- "shape": "S102"
+ "shape": "S10d"
}
}
}
@@ -15674,7 +15752,7 @@
}
}
},
- "Szt": {
+ "S104": {
"type": "list",
"member": {
"type": "structure",
@@ -15705,7 +15783,7 @@
}
}
},
- "S102": {
+ "S10d": {
"type": "structure",
"members": {
"BucketConfiguration": {
@@ -15723,7 +15801,7 @@
}
}
},
- "S10r": {
+ "S112": {
"type": "structure",
"required": [
"RefreshConfiguration"
@@ -15762,7 +15840,7 @@
}
}
},
- "S10z": {
+ "S11a": {
"type": "structure",
"members": {
"Arn": {},
@@ -15777,16 +15855,16 @@
"type": "timestamp"
},
"DataSourceParameters": {
- "shape": "Spi"
+ "shape": "Spq"
},
"AlternateDataSourceParameters": {
- "shape": "Sqw"
+ "shape": "Sr7"
},
"VpcConnectionProperties": {
- "shape": "Sqz"
+ "shape": "Sra"
},
"SslProperties": {
- "shape": "Sr0"
+ "shape": "Srb"
},
"ErrorInfo": {
"type": "structure",
@@ -15798,7 +15876,7 @@
"SecretArn": {}
}
},
- "S11m": {
+ "S11x": {
"type": "structure",
"required": [
"Arn",
@@ -15854,12 +15932,12 @@
"RequestType": {}
}
},
- "S11v": {
+ "S126": {
"type": "map",
"key": {},
"value": {}
},
- "S120": {
+ "S12b": {
"type": "structure",
"members": {
"Name": {},
@@ -15876,7 +15954,7 @@
}
}
},
- "S129": {
+ "S12k": {
"type": "list",
"member": {
"type": "structure",
@@ -15884,12 +15962,12 @@
"Type": {},
"Message": {},
"ViolatedEntities": {
- "shape": "Sx8"
+ "shape": "Sxj"
}
}
}
},
- "S137": {
+ "S13i": {
"type": "structure",
"members": {
"Arn": {},
@@ -15907,7 +15985,7 @@
"ExternalLoginId": {}
}
},
- "S13e": {
+ "S13p": {
"type": "list",
"member": {
"type": "structure",
@@ -15920,7 +15998,7 @@
}
}
},
- "S13k": {
+ "S13v": {
"type": "list",
"member": {
"type": "structure",
@@ -15931,12 +16009,12 @@
"members": {
"Key": {},
"Value": {
- "shape": "Sov"
+ "shape": "Sp3"
}
}
}
},
- "S13q": {
+ "S141": {
"type": "structure",
"required": [
"DashboardId",
@@ -15949,11 +16027,11 @@
"VisualId": {}
}
},
- "S13t": {
+ "S144": {
"type": "string",
"sensitive": true
},
- "S13y": {
+ "S149": {
"type": "structure",
"required": [
"Enabled"
@@ -15964,7 +16042,7 @@
}
}
},
- "S14f": {
+ "S14q": {
"type": "list",
"member": {
"type": "structure",
@@ -15982,7 +16060,7 @@
}
}
},
- "S14v": {
+ "S156": {
"type": "list",
"member": {
"type": "structure",
@@ -16005,7 +16083,7 @@
}
}
},
- "S14z": {
+ "S15a": {
"type": "list",
"member": {
"type": "structure",
@@ -16021,7 +16099,7 @@
},
"ImportMode": {},
"RowLevelPermissionDataSet": {
- "shape": "Som"
+ "shape": "Sou"
},
"RowLevelPermissionTagConfigurationApplied": {
"type": "boolean"
@@ -16032,7 +16110,7 @@
}
}
},
- "S15a": {
+ "S15l": {
"type": "list",
"member": {
"type": "structure",
@@ -16051,19 +16129,19 @@
}
}
},
- "S15h": {
+ "S15s": {
"type": "list",
"member": {
- "shape": "Srg"
+ "shape": "Srr"
}
},
- "S18x": {
+ "S198": {
"type": "list",
"member": {
"shape": "S1a"
}
},
- "S192": {
+ "S19d": {
"type": "list",
"member": {
"shape": "S1a"
diff --git a/apis/quicksight-2018-04-01.normal.json b/apis/quicksight-2018-04-01.normal.json
index b008fe7060..f6e00cce0e 100644
--- a/apis/quicksight-2018-04-01.normal.json
+++ b/apis/quicksight-2018-04-01.normal.json
@@ -9590,6 +9590,10 @@
"ValidationStrategy": {
"shape": "ValidationStrategy",
"documentation": "The option to relax the validation needed to create an analysis with definition objects. This skips the validation step for specific errors.
"
+ },
+ "FolderArns": {
+ "shape": "FolderArnList",
+ "documentation": "When you create the analysis, Amazon QuickSight adds the analysis to these folders.
"
}
}
},
@@ -9691,6 +9695,10 @@
"ValidationStrategy": {
"shape": "ValidationStrategy",
"documentation": "The option to relax the validation needed to create a dashboard with definition objects. This option skips the validation step for specific errors.
"
+ },
+ "FolderArns": {
+ "shape": "FolderArnList",
+ "documentation": "When you create the dashboard, Amazon QuickSight adds the dashboard to these folders.
"
}
}
},
@@ -9794,6 +9802,10 @@
"DatasetParameters": {
"shape": "DatasetParameterList",
"documentation": "The parameter declarations of the dataset.
"
+ },
+ "FolderArns": {
+ "shape": "FolderArnList",
+ "documentation": "When you create the dataset, Amazon QuickSight adds the dataset to these folders.
"
}
}
},
@@ -9877,6 +9889,10 @@
"Tags": {
"shape": "TagList",
"documentation": "Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
"
+ },
+ "FolderArns": {
+ "shape": "FolderArnList",
+ "documentation": "When you create the data source, Amazon QuickSight adds the data source to these folders.
"
}
}
},
@@ -11868,12 +11884,18 @@
},
"documentation": "Allows data paths to be sorted by a specific data value.
"
},
+ "DataPathType": {
+ "type": "structure",
+ "members": {
+ "PivotTableDataPathType": {
+ "shape": "PivotTableDataPathType",
+ "documentation": "The type of data path value utilized in a pivot table. Choose one of the following options:
-
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, when RowsLayout
is set to HIERARCHY
.
-
MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.
-
EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell
and the row is set to Metric Placement.
-
COUNT_METRIC_COLUMN
- The type of data path for the column with COUNT
as the metric, when there is no field in the ValuesFieldWell
.
"
+ }
+ },
+ "documentation": "The type of the data path value.
"
+ },
"DataPathValue": {
"type": "structure",
- "required": [
- "FieldId",
- "FieldValue"
- ],
"members": {
"FieldId": {
"shape": "FieldId",
@@ -11882,6 +11904,10 @@
"FieldValue": {
"shape": "FieldValue",
"documentation": "The actual value of the field that needs to be sorted.
"
+ },
+ "DataPathType": {
+ "shape": "DataPathType",
+ "documentation": "The type configuration of the field.
"
}
},
"documentation": "The data path that needs to be sorted.
"
@@ -12436,7 +12462,15 @@
},
"DatabricksParameters": {
"shape": "DatabricksParameters",
- "documentation": "The required parameters that are needed to connect to a Databricks data source.
"
+ "documentation": "The parameters that are required to connect to a Databricks data source.
"
+ },
+ "StarburstParameters": {
+ "shape": "StarburstParameters",
+ "documentation": "The parameters that are required to connect to a Starburst data source.
"
+ },
+ "TrinoParameters": {
+ "shape": "TrinoParameters",
+ "documentation": "The parameters that are required to connect to a Trino data source.
"
}
},
"documentation": "The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
"
@@ -12591,7 +12625,7 @@
"documentation": "The HTTP path of the Databricks data source.
"
}
},
- "documentation": "The required parameters that are needed to connect to a Databricks data source.
"
+ "documentation": "The parameters that are required to connect to a Databricks data source.
"
},
"DatasetMetadata": {
"type": "structure",
@@ -17668,6 +17702,13 @@
},
"documentation": "A folder in Amazon QuickSight.
"
},
+ "FolderArnList": {
+ "type": "list",
+ "member": {
+ "shape": "Arn"
+ },
+ "max": 1
+ },
"FolderColumnList": {
"type": "list",
"member": {
@@ -17782,7 +17823,8 @@
"FolderType": {
"type": "string",
"enum": [
- "SHARED"
+ "SHARED",
+ "RESTRICTED"
]
},
"Font": {
@@ -24503,6 +24545,15 @@
},
"max": 100
},
+ "PivotTableDataPathType": {
+ "type": "string",
+ "enum": [
+ "HIERARCHY_ROWS_LAYOUT_COLUMN",
+ "MULTIPLE_ROW_METRICS_COLUMN",
+ "EMPTY_COLUMN_HEADER",
+ "COUNT_METRIC_COLUMN"
+ ]
+ },
"PivotTableDimensionList": {
"type": "list",
"member": {
@@ -24853,6 +24904,10 @@
"MetricHeaderCellStyle": {
"shape": "TableCellStyle",
"documentation": "The cell styling options for the total of header cells.
"
+ },
+ "TotalAggregationOptions": {
+ "shape": "TotalAggregationOptionList",
+ "documentation": "The total aggregation options for each value field.
"
}
},
"documentation": "The optional configuration of totals cells in a PivotTableVisual
.
"
@@ -25454,7 +25509,11 @@
},
"AxisBinding": {
"shape": "AxisBinding",
- "documentation": "The axis binding type of the reference line. Choose one of the following options:
"
+ "documentation": "The axis binding type of the reference line. Choose one of the following options:
"
+ },
+ "SeriesType": {
+ "shape": "ReferenceLineSeriesType",
+ "documentation": "The series type of the reference line data configuration. Choose one of the following options:
"
}
},
"documentation": "The data configuration of the reference line.
"
@@ -25541,6 +25600,13 @@
"DOTTED"
]
},
+ "ReferenceLineSeriesType": {
+ "type": "string",
+ "enum": [
+ "BAR",
+ "LINE"
+ ]
+ },
"ReferenceLineStaticDataConfiguration": {
"type": "structure",
"required": [
@@ -27802,6 +27868,17 @@
"MEDIAN"
]
},
+ "SimpleTotalAggregationFunction": {
+ "type": "string",
+ "enum": [
+ "DEFAULT",
+ "SUM",
+ "AVERAGE",
+ "MIN",
+ "MAX",
+ "NONE"
+ ]
+ },
"SiteBaseUrl": {
"type": "string",
"max": 1024,
@@ -28301,6 +28378,40 @@
},
"documentation": "Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
"
},
+ "StarburstParameters": {
+ "type": "structure",
+ "required": [
+ "Host",
+ "Port",
+ "Catalog"
+ ],
+ "members": {
+ "Host": {
+ "shape": "Host",
+ "documentation": "The host name of the Starburst data source.
"
+ },
+ "Port": {
+ "shape": "Port",
+ "documentation": "The port for the Starburst data source.
"
+ },
+ "Catalog": {
+ "shape": "Catalog",
+ "documentation": "The catalog name for the Starburst data source.
"
+ },
+ "ProductType": {
+ "shape": "StarburstProductType",
+ "documentation": "The product type for the Starburst data source.
"
+ }
+ },
+ "documentation": "The parameters that are required to connect to a Starburst data source.
"
+ },
+ "StarburstProductType": {
+ "type": "string",
+ "enum": [
+ "GALAXY",
+ "ENTERPRISE"
+ ]
+ },
"StartAssetBundleExportJobRequest": {
"type": "structure",
"required": [
@@ -30108,15 +30219,19 @@
},
"Value": {
"shape": "Timestamp",
- "documentation": "The value of a TimeEquality
filter.
This field is mutually exclusive to ParameterName
.
"
+ "documentation": "The value of a TimeEquality
filter.
This field is mutually exclusive to RollingDate
and ParameterName
.
"
},
"ParameterName": {
"shape": "ParameterName",
- "documentation": "The parameter whose value should be used for the filter value.
This field is mutually exclusive to Value
.
"
+ "documentation": "The parameter whose value should be used for the filter value.
This field is mutually exclusive to Value
and RollingDate
.
"
},
"TimeGranularity": {
"shape": "TimeGranularity",
"documentation": "The level of time precision that is used to aggregate DateTime
values.
"
+ },
+ "RollingDate": {
+ "shape": "RollingDateConfiguration",
+ "documentation": "The rolling date input for the TimeEquality
filter.
This field is mutually exclusive to Value
and ParameterName
.
"
}
},
"documentation": "A TimeEqualityFilter
filters values that are equal to a given value.
"
@@ -31009,6 +31124,41 @@
},
"documentation": "The total aggregation computation configuration.
"
},
+ "TotalAggregationFunction": {
+ "type": "structure",
+ "members": {
+ "SimpleTotalAggregationFunction": {
+ "shape": "SimpleTotalAggregationFunction",
+ "documentation": "A built in aggregation function for total values.
"
+ }
+ },
+ "documentation": "An aggregation function that aggregates the total values of a measure.
"
+ },
+ "TotalAggregationOption": {
+ "type": "structure",
+ "required": [
+ "FieldId",
+ "TotalAggregationFunction"
+ ],
+ "members": {
+ "FieldId": {
+ "shape": "FieldId",
+ "documentation": "The field id that's associated with the total aggregation option.
"
+ },
+ "TotalAggregationFunction": {
+ "shape": "TotalAggregationFunction",
+ "documentation": "The total aggregation function that you want to set for a specified field id.
"
+ }
+ },
+ "documentation": "The total aggregation settings map of a field id.
"
+ },
+ "TotalAggregationOptionList": {
+ "type": "list",
+ "member": {
+ "shape": "TotalAggregationOption"
+ },
+ "max": 200
+ },
"TotalOptions": {
"type": "structure",
"members": {
@@ -31031,6 +31181,10 @@
"TotalCellStyle": {
"shape": "TableCellStyle",
"documentation": "Cell styling options for the total cells.
"
+ },
+ "TotalAggregationOptions": {
+ "shape": "TotalAggregationOptionList",
+ "documentation": "The total aggregation settings for each value field.
"
}
},
"documentation": "The total options for a table visual.
"
@@ -31220,6 +31374,29 @@
},
"documentation": "The options that determine the presentation of trend arrows in a KPI visual.
"
},
+ "TrinoParameters": {
+ "type": "structure",
+ "required": [
+ "Host",
+ "Port",
+ "Catalog"
+ ],
+ "members": {
+ "Host": {
+ "shape": "Host",
+ "documentation": "The host name of the Trino data source.
"
+ },
+ "Port": {
+ "shape": "Port",
+ "documentation": "The port for the Trino data source.
"
+ },
+ "Catalog": {
+ "shape": "Catalog",
+ "documentation": "The catalog name for the Trino data source.
"
+ }
+ },
+ "documentation": "The parameters that are required to connect to a Trino data source.
"
+ },
"TwitterParameters": {
"type": "structure",
"required": [
diff --git a/apis/secretsmanager-2017-10-17.normal.json b/apis/secretsmanager-2017-10-17.normal.json
index 142daff422..cf067a8dac 100644
--- a/apis/secretsmanager-2017-10-17.normal.json
+++ b/apis/secretsmanager-2017-10-17.normal.json
@@ -545,7 +545,7 @@
"shape": "InternalServiceError"
}
],
- "documentation": "Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags.
The following restrictions apply to tags:
-
Maximum number of tags per secret: 50
-
Maximum key length: 127 Unicode characters in UTF-8
-
Maximum value length: 255 Unicode characters in UTF-8
-
Tag keys and values are case sensitive.
-
Do not use the aws:
prefix in your tag names or values because Amazon Web Services reserves it for Amazon Web Services use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per secret limit.
-
If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @.
If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error.
Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail.
Required permissions: secretsmanager:TagResource
. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
"
+ "documentation": "Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags.
For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide.
If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error.
Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail.
Required permissions: secretsmanager:TagResource
. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
"
},
"UntagResource": {
"name": "UntagResource",
@@ -743,7 +743,7 @@
},
"ClientRequestToken": {
"shape": "ClientRequestTokenType",
- "documentation": "If you include SecretString
or SecretBinary
, then Secrets Manager creates an initial version for the secret, and this parameter specifies the unique identifier for the new version.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
yourself for the new version and include the value in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
-
If the ClientRequestToken
value isn't already associated with a version of the secret then a new version of the secret is created.
-
If a version with this value already exists and the version SecretString
and SecretBinary
values are the same as those in the request, then the request is ignored.
-
If a version with this value already exists and that version's SecretString
and SecretBinary
values are different from those in the request, then the request fails because you cannot modify an existing version. Instead, use PutSecretValue to create a new version.
This value becomes the VersionId
of the new version.
",
+ "documentation": "If you include SecretString
or SecretBinary
, then Secrets Manager creates an initial version for the secret, and this parameter specifies the unique identifier for the new version.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request.
If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
and include it in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
-
If the ClientRequestToken
value isn't already associated with a version of the secret then a new version of the secret is created.
-
If a version with this value already exists and the version SecretString
and SecretBinary
values are the same as those in the request, then the request is ignored.
-
If a version with this value already exists and that version's SecretString
and SecretBinary
values are different from those in the request, then the request fails because you cannot modify an existing version. Instead, use PutSecretValue to create a new version.
This value becomes the VersionId
of the new version.
",
"idempotencyToken": true
},
"Description": {
@@ -764,7 +764,7 @@
},
"Tags": {
"shape": "TagListType",
- "documentation": "A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string, for example:
[{\"Key\":\"CostCenter\",\"Value\":\"12345\"},{\"Key\":\"environment\",\"Value\":\"production\"}]
Secrets Manager tag key names are case sensitive. A tag with the key \"ABC\" is a different tag from one with key \"abc\".
If you check tags in permissions policies as part of your security strategy, then adding or removing a tag can change permissions. If the completion of this operation would result in you losing your permissions for this secret, then Secrets Manager blocks the operation and returns an Access Denied
error. For more information, see Control access to secrets using tags and Limit access to identities with tags that match secrets' tags.
For information about how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters. If your command-line tool or SDK requires quotation marks around the parameter, you should use single quotes to avoid confusion with the double quotes required in the JSON text.
The following restrictions apply to tags:
-
Maximum number of tags per secret: 50
-
Maximum key length: 127 Unicode characters in UTF-8
-
Maximum value length: 255 Unicode characters in UTF-8
-
Tag keys and values are case sensitive.
-
Do not use the aws:
prefix in your tag names or values because Amazon Web Services reserves it for Amazon Web Services use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per secret limit.
-
If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @.
"
+ "documentation": "A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string, for example:
[{\"Key\":\"CostCenter\",\"Value\":\"12345\"},{\"Key\":\"environment\",\"Value\":\"production\"}]
Secrets Manager tag key names are case sensitive. A tag with the key \"ABC\" is a different tag from one with key \"abc\".
If you check tags in permissions policies as part of your security strategy, then adding or removing a tag can change permissions. If the completion of this operation would result in you losing your permissions for this secret, then Secrets Manager blocks the operation and returns an Access Denied
error. For more information, see Control access to secrets using tags and Limit access to identities with tags that match secrets' tags.
For information about how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters. If your command-line tool or SDK requires quotation marks around the parameter, you should use single quotes to avoid confusion with the double quotes required in the JSON text.
For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide.
"
},
"AddReplicaRegions": {
"shape": "AddReplicaRegionListType",
@@ -1368,7 +1368,7 @@
},
"ClientRequestToken": {
"shape": "ClientRequestTokenType",
- "documentation": "A unique identifier for the new version of the secret.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty because they generate a random UUID for you. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
yourself for new versions and include that value in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during the Lambda rotation function processing. We recommend that you generate a UUID-type value to ensure uniqueness within the specified secret.
-
If the ClientRequestToken
value isn't already associated with a version of the secret then a new version of the secret is created.
-
If a version with this value already exists and that version's SecretString
or SecretBinary
values are the same as those in the request then the request is ignored. The operation is idempotent.
-
If a version with this value already exists and the version of the SecretString
and SecretBinary
values are different from those in the request, then the request fails because you can't modify a secret version. You can only create new versions to store new secret values.
This value becomes the VersionId
of the new version.
",
+ "documentation": "A unique identifier for the new version of the secret.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request.
If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
and include it in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
-
If the ClientRequestToken
value isn't already associated with a version of the secret then a new version of the secret is created.
-
If a version with this value already exists and that version's SecretString
or SecretBinary
values are the same as those in the request then the request is ignored. The operation is idempotent.
-
If a version with this value already exists and the version of the SecretString
and SecretBinary
values are different from those in the request, then the request fails because you can't modify a secret version. You can only create new versions to store new secret values.
This value becomes the VersionId
of the new version.
",
"idempotencyToken": true
},
"SecretBinary": {
@@ -1578,7 +1578,7 @@
},
"ClientRequestToken": {
"shape": "ClientRequestTokenType",
- "documentation": "A unique identifier for the new version of the secret that helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during rotation. This value becomes the VersionId
of the new version.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDK to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes that in the request for this parameter. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
yourself for new versions and include that value in the request.
You only need to specify this value if you implement your own retry logic and you want to ensure that Secrets Manager doesn't attempt to create a secret version twice. We recommend that you generate a UUID-type value to ensure uniqueness within the specified secret.
",
+ "documentation": "A unique identifier for the new version of the secret. You only need to specify this value if you implement your own retry logic and you want to ensure that Secrets Manager doesn't attempt to create a secret version twice.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request.
If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
and include it in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
",
"idempotencyToken": true
},
"RotationLambdaARN": {
@@ -1946,7 +1946,7 @@
},
"ClientRequestToken": {
"shape": "ClientRequestTokenType",
- "documentation": "If you include SecretString
or SecretBinary
, then Secrets Manager creates a new version for the secret, and this parameter specifies the unique identifier for the new version.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
yourself for the new version and include the value in the request.
This value becomes the VersionId
of the new version.
",
+ "documentation": "If you include SecretString
or SecretBinary
, then Secrets Manager creates a new version for the secret, and this parameter specifies the unique identifier for the new version.
If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request.
If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken
and include it in the request.
This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
",
"idempotencyToken": true
},
"Description": {
diff --git a/apis/servicecatalog-2015-12-10.normal.json b/apis/servicecatalog-2015-12-10.normal.json
index 8a15df7f33..6f00f422c0 100644
--- a/apis/servicecatalog-2015-12-10.normal.json
+++ b/apis/servicecatalog-2015-12-10.normal.json
@@ -88,7 +88,7 @@
"shape": "LimitExceededException"
}
],
- "documentation": "Associates the specified principal ARN with the specified portfolio.
If you share the portfolio with principal name sharing enabled, the PrincipalARN
association is included in the share.
The PortfolioID
, PrincipalARN
, and PrincipalType
parameters are required.
You can associate a maximum of 10 Principals with a portfolio using PrincipalType
as IAM_PATTERN
When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType
as IAM
. With this configuration, the PrincipalARN
must already exist in the recipient account before it can be associated.
"
+ "documentation": "Associates the specified principal ARN with the specified portfolio.
If you share the portfolio with principal name sharing enabled, the PrincipalARN
association is included in the share.
The PortfolioID
, PrincipalARN
, and PrincipalType
parameters are required.
You can associate a maximum of 10 Principals with a portfolio using PrincipalType
as IAM_PATTERN
.
When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType
as IAM
. With this configuration, the PrincipalARN
must already exist in the recipient account before it can be associated.
"
},
"AssociateProductWithPortfolio": {
"name": "AssociateProductWithPortfolio",
@@ -5477,7 +5477,8 @@
"CLOUD_FORMATION_TEMPLATE",
"MARKETPLACE",
"TERRAFORM_OPEN_SOURCE",
- "TERRAFORM_CLOUD"
+ "TERRAFORM_CLOUD",
+ "EXTERNAL"
],
"max": 8191
},
@@ -5757,7 +5758,7 @@
},
"Type": {
"shape": "ProvisionedProductType",
- "documentation": "The type of provisioned product. The supported values are CFN_STACK
and CFN_STACKSET
.
"
+ "documentation": "The type of provisioned product. The supported values are CFN_STACK
, CFN_STACKSET
, TERRAFORM_OPEN_SOURCE
, TERRAFORM_CLOUD
, and EXTERNAL
.
"
},
"Id": {
"shape": "Id",
@@ -5845,7 +5846,7 @@
},
"Type": {
"shape": "ProvisionedProductType",
- "documentation": "The type of provisioned product. The supported values are CFN_STACK
and CFN_STACKSET
.
"
+ "documentation": "The type of provisioned product. The supported values are CFN_STACK
, CFN_STACKSET
, TERRAFORM_OPEN_SOURCE
, TERRAFORM_CLOUD
, and EXTERNAL
.
"
},
"Id": {
"shape": "ProvisionedProductId",
@@ -6141,7 +6142,7 @@
},
"Type": {
"shape": "ProvisioningArtifactType",
- "documentation": "The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- CloudFormation template
"
+ "documentation": "The type of provisioning artifact.
-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template
-
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file
-
TERRAFORM_CLOUD
- Terraform Cloud configuration file
-
EXTERNAL
- External configuration file
"
},
"CreatedTime": {
"shape": "CreationTime",
@@ -6290,7 +6291,7 @@
},
"Type": {
"shape": "ProvisioningArtifactType",
- "documentation": "The type of provisioning artifact.
"
+ "documentation": "The type of provisioning artifact.
-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template
-
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file
-
TERRAFORM_CLOUD
- Terraform Cloud configuration file
-
EXTERNAL
- External configuration file
"
},
"DisableTemplateValidation": {
"shape": "DisableTemplateValidation",
@@ -6347,7 +6348,8 @@
"MARKETPLACE_AMI",
"MARKETPLACE_CAR",
"TERRAFORM_OPEN_SOURCE",
- "TERRAFORM_CLOUD"
+ "TERRAFORM_CLOUD",
+ "EXTERNAL"
]
},
"ProvisioningArtifactView": {
@@ -6451,7 +6453,7 @@
},
"ProvisionedProductType": {
"shape": "ProvisionedProductType",
- "documentation": "The type of provisioned product. The supported values are CFN_STACK
, CFN_STACKSET
, TERRAFORM_OPEN_SOURCE
, and TERRAFORM_CLOUD
.
"
+ "documentation": "The type of provisioned product. The supported values are CFN_STACK
, CFN_STACKSET
, TERRAFORM_OPEN_SOURCE
, TERRAFORM_CLOUD
, and EXTERNAL
.
"
},
"RecordType": {
"shape": "RecordType",
diff --git a/apis/verifiedpermissions-2021-12-01.normal.json b/apis/verifiedpermissions-2021-12-01.normal.json
index a1aaa36910..2775d370f0 100644
--- a/apis/verifiedpermissions-2021-12-01.normal.json
+++ b/apis/verifiedpermissions-2021-12-01.normal.json
@@ -32,6 +32,9 @@
{
"shape": "ServiceQuotaExceededException"
},
+ {
+ "shape": "ConflictException"
+ },
{
"shape": "AccessDeniedException"
},
@@ -67,6 +70,9 @@
{
"shape": "ServiceQuotaExceededException"
},
+ {
+ "shape": "ConflictException"
+ },
{
"shape": "AccessDeniedException"
},
@@ -102,6 +108,9 @@
{
"shape": "ServiceQuotaExceededException"
},
+ {
+ "shape": "ConflictException"
+ },
{
"shape": "AccessDeniedException"
},
@@ -112,7 +121,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Creates a policy store. A policy store is a container for policy resources.
Although Cedar supports multiple namespaces, Verified Permissions currently supports only one namespace per policy store.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
",
+ "documentation": "Creates a policy store. A policy store is a container for policy resources.
Although Cedar supports multiple namespaces, Verified Permissions currently supports only one namespace per policy store.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
",
"idempotent": true
},
"CreatePolicyTemplate": {
@@ -134,6 +143,9 @@
{
"shape": "ServiceQuotaExceededException"
},
+ {
+ "shape": "ConflictException"
+ },
{
"shape": "AccessDeniedException"
},
@@ -800,7 +812,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Updates the specified policy template. You can update only the description and the some elements of the policyBody.
Changes you make to the policy template content are immediately reflected in authorization decisions that involve all template-linked policies instantiated from this template.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
",
+ "documentation": "Updates the specified policy template. You can update only the description and the some elements of the policyBody.
Changes you make to the policy template content are immediately (within the constraints of eventual consistency) reflected in authorization decisions that involve all template-linked policies instantiated from this template.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
",
"idempotent": true
}
},
@@ -842,7 +854,7 @@
"members": {
"boolean": {
"shape": "BooleanAttribute",
- "documentation": "An attribute value of Boolean type.
Example: {\"boolean\": true}
"
+ "documentation": "An attribute value of Boolean type.
Example: {\"boolean\": true}
"
},
"entityIdentifier": {
"shape": "EntityIdentifier",
@@ -850,19 +862,19 @@
},
"long": {
"shape": "LongAttribute",
- "documentation": "An attribute value of Long type.
Example: {\"long\": 0}
"
+ "documentation": "An attribute value of Long type.
Example: {\"long\": 0}
"
},
"string": {
"shape": "StringAttribute",
- "documentation": "An attribute value of String type.
Example: {\"string\": \"abc\"}
"
+ "documentation": "An attribute value of String type.
Example: {\"string\": \"abc\"}
"
},
"set": {
"shape": "SetAttribute",
- "documentation": "An attribute value of Set type.
Example: {\"set\": [ {} ] }
"
+ "documentation": "An attribute value of Set type.
Example: {\"set\": [ {} ] }
"
},
"record": {
"shape": "RecordAttribute",
- "documentation": "An attribute value of Record type.
Example: {\"record\": { \"keyName\": {} } }
"
+ "documentation": "An attribute value of Record type.
Example: {\"record\": { \"keyName\": {} } }
"
}
},
"documentation": "The value of an attribute.
Contains information about the runtime context for a request for which an authorization decision is made.
This data type is used as a member of the ContextDefinition structure which is uses as a request parameter for the IsAuthorized and IsAuthorizedWithToken operations.
",
diff --git a/apis/workspaces-2015-04-08.normal.json b/apis/workspaces-2015-04-08.normal.json
index a92b3e30fc..7f9d338d45 100644
--- a/apis/workspaces-2015-04-08.normal.json
+++ b/apis/workspaces-2015-04-08.normal.json
@@ -474,7 +474,7 @@
"shape": "InvalidParameterValuesException"
}
],
- "documentation": "Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
-
The MANUAL
running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
-
PCoIP is only available for Windows bundles.
"
+ "documentation": "Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
-
The MANUAL
running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
-
You don't need to specify the PCOIP
protocol for Linux bundles because WSP
is the default protocol for those bundles.
"
},
"DeleteClientBranding": {
"name": "DeleteClientBranding",
diff --git a/clients/all.js b/clients/all.js
index 3dbece0ca3..b62f5fa514 100644
--- a/clients/all.js
+++ b/clients/all.js
@@ -358,4 +358,4 @@ module.exports = {
Bedrock: require('./bedrock'),
BedrockRuntime: require('./bedrockruntime'),
DataZone: require('./datazone')
-};
+};
\ No newline at end of file
diff --git a/clients/ec2.d.ts b/clients/ec2.d.ts
index 7759f031d0..eb9c1aa524 100644
--- a/clients/ec2.d.ts
+++ b/clients/ec2.d.ts
@@ -24349,7 +24349,7 @@ declare namespace EC2 {
*/
IncludeAllTagsOfInstance?: Boolean;
}
- export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|"c6in.large"|"c6in.xlarge"|"c6in.2xlarge"|"c6in.4xlarge"|"c6in.8xlarge"|"c6in.12xlarge"|"c6in.16xlarge"|"c6in.24xlarge"|"c6in.32xlarge"|"m6in.large"|"m6in.xlarge"|"m6in.2xlarge"|"m6in.4xlarge"|"m6in.8xlarge"|"m6in.12xlarge"|"m6in.16xlarge"|"m6in.24xlarge"|"m6in.32xlarge"|"m6idn.large"|"m6idn.xlarge"|"m6idn.2xlarge"|"m6idn.4xlarge"|"m6idn.8xlarge"|"m6idn.12xlarge"|"m6idn.16xlarge"|"m6idn.24xlarge"|"m6idn.32xlarge"|"r6in.large"|"r6in.xlarge"|"r6in.2xlarge"|"r6in.4xlarge"|"r6in.8xlarge"|"r6in.12xlarge"|"r6in.16xlarge"|"r6in.24xlarge"|"r6in.32xlarge"|"r6idn.large"|"r6idn.xlarge"|"r6idn.2xlarge"|"r6idn.4xlarge"|"r6idn.8xlarge"|"r6idn.12xlarge"|"r6idn.16xlarge"|"r6idn.24xlarge"|"r6idn.32xlarge"|"c7g.metal"|"m7g.medium"|"m7g.large"|"m7g.xlarge"|"m7g.2xlarge"|"m7g.4xlarge"|"m7g.8xlarge"|"m7g.12xlarge"|"m7g.16xlarge"|"m7g.metal"|"r7g.medium"|"r7g.large"|"r7g.xlarge"|"r7g.2xlarge"|"r7g.4xlarge"|"r7g.8xlarge"|"r7g.12xlarge"|"r7g.16xlarge"|"r7g.metal"|"c6in.metal"|"m6in.metal"|"m6idn.metal"|"r6in.metal"|"r6idn.metal"|"inf2.xlarge"|"inf2.8xlarge"|"inf2.24xlarge"|"inf2.48xlarge"|"trn1n.32xlarge"|"i4g.large"|"i4g.xlarge"|"i4g.2xlarge"|"i4g.4xlarge"|"i4g.8xlarge"|"i4g.16xlarge"|"hpc7g.4xlarge"|"hpc7g.8xlarge"|"hpc7g.16xlarge"|"c7gn.medium"|"c7gn.large"|"c7gn.xlarge"|"c7gn.2xlarge"|"c7gn.4xlarge"|"c7gn.8xlarge"|"c7gn.12xlarge"|"c7gn.16xlarge"|"p5.48xlarge"|"m7i.large"|"m7i.xlarge"|"m7i.2xlarge"|"m7i.4xlarge"|"m7i.8xlarge"|"m7i.12xlarge"|"m7i.16xlarge"|"m7i.24xlarge"|"m7i.48xlarge"|"m7i-flex.large"|"m7i-flex.xlarge"|"m7i-flex.2xlarge"|"m7i-flex.4xlarge"|"m7i-flex.8xlarge"|"m7a.medium"|"m7a.large"|"m7a.xlarge"|"m7a.2xlarge"|"m7a.4xlarge"|"m7a.8xlarge"|"m7a.12xlarge"|"m7a.16xlarge"|"m7a.24xlarge"|"m7a.32xlarge"|"m7a.48xlarge"|"m7a.metal-48xl"|"hpc7a.12xlarge"|"hpc7a.24xlarge"|"hpc7a.48xlarge"|"hpc7a.96xlarge"|"c7gd.medium"|"c7gd.large"|"c7gd.xlarge"|"c7gd.2xlarge"|"c7gd.4xlarge"|"c7gd.8xlarge"|"c7gd.12xlarge"|"c7gd.16xlarge"|"m7gd.medium"|"m7gd.large"|"m7gd.xlarge"|"m7gd.2xlarge"|"m7gd.4xlarge"|"m7gd.8xlarge"|"m7gd.12xlarge"|"m7gd.16xlarge"|"r7gd.medium"|"r7gd.large"|"r7gd.xlarge"|"r7gd.2xlarge"|"r7gd.4xlarge"|"r7gd.8xlarge"|"r7gd.12xlarge"|"r7gd.16xlarge"|"r7a.medium"|"r7a.large"|"r7a.xlarge"|"r7a.2xlarge"|"r7a.4xlarge"|"r7a.8xlarge"|"r7a.12xlarge"|"r7a.16xlarge"|"r7a.24xlarge"|"r7a.32xlarge"|"r7a.48xlarge"|"c7i.large"|"c7i.xlarge"|"c7i.2xlarge"|"c7i.4xlarge"|"c7i.8xlarge"|"c7i.12xlarge"|"c7i.16xlarge"|"c7i.24xlarge"|"c7i.48xlarge"|"mac2-m2pro.metal"|"r7iz.large"|"r7iz.xlarge"|"r7iz.2xlarge"|"r7iz.4xlarge"|"r7iz.8xlarge"|"r7iz.12xlarge"|"r7iz.16xlarge"|"r7iz.32xlarge"|string;
+ export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|"c6in.large"|"c6in.xlarge"|"c6in.2xlarge"|"c6in.4xlarge"|"c6in.8xlarge"|"c6in.12xlarge"|"c6in.16xlarge"|"c6in.24xlarge"|"c6in.32xlarge"|"m6in.large"|"m6in.xlarge"|"m6in.2xlarge"|"m6in.4xlarge"|"m6in.8xlarge"|"m6in.12xlarge"|"m6in.16xlarge"|"m6in.24xlarge"|"m6in.32xlarge"|"m6idn.large"|"m6idn.xlarge"|"m6idn.2xlarge"|"m6idn.4xlarge"|"m6idn.8xlarge"|"m6idn.12xlarge"|"m6idn.16xlarge"|"m6idn.24xlarge"|"m6idn.32xlarge"|"r6in.large"|"r6in.xlarge"|"r6in.2xlarge"|"r6in.4xlarge"|"r6in.8xlarge"|"r6in.12xlarge"|"r6in.16xlarge"|"r6in.24xlarge"|"r6in.32xlarge"|"r6idn.large"|"r6idn.xlarge"|"r6idn.2xlarge"|"r6idn.4xlarge"|"r6idn.8xlarge"|"r6idn.12xlarge"|"r6idn.16xlarge"|"r6idn.24xlarge"|"r6idn.32xlarge"|"c7g.metal"|"m7g.medium"|"m7g.large"|"m7g.xlarge"|"m7g.2xlarge"|"m7g.4xlarge"|"m7g.8xlarge"|"m7g.12xlarge"|"m7g.16xlarge"|"m7g.metal"|"r7g.medium"|"r7g.large"|"r7g.xlarge"|"r7g.2xlarge"|"r7g.4xlarge"|"r7g.8xlarge"|"r7g.12xlarge"|"r7g.16xlarge"|"r7g.metal"|"c6in.metal"|"m6in.metal"|"m6idn.metal"|"r6in.metal"|"r6idn.metal"|"inf2.xlarge"|"inf2.8xlarge"|"inf2.24xlarge"|"inf2.48xlarge"|"trn1n.32xlarge"|"i4g.large"|"i4g.xlarge"|"i4g.2xlarge"|"i4g.4xlarge"|"i4g.8xlarge"|"i4g.16xlarge"|"hpc7g.4xlarge"|"hpc7g.8xlarge"|"hpc7g.16xlarge"|"c7gn.medium"|"c7gn.large"|"c7gn.xlarge"|"c7gn.2xlarge"|"c7gn.4xlarge"|"c7gn.8xlarge"|"c7gn.12xlarge"|"c7gn.16xlarge"|"p5.48xlarge"|"m7i.large"|"m7i.xlarge"|"m7i.2xlarge"|"m7i.4xlarge"|"m7i.8xlarge"|"m7i.12xlarge"|"m7i.16xlarge"|"m7i.24xlarge"|"m7i.48xlarge"|"m7i-flex.large"|"m7i-flex.xlarge"|"m7i-flex.2xlarge"|"m7i-flex.4xlarge"|"m7i-flex.8xlarge"|"m7a.medium"|"m7a.large"|"m7a.xlarge"|"m7a.2xlarge"|"m7a.4xlarge"|"m7a.8xlarge"|"m7a.12xlarge"|"m7a.16xlarge"|"m7a.24xlarge"|"m7a.32xlarge"|"m7a.48xlarge"|"m7a.metal-48xl"|"hpc7a.12xlarge"|"hpc7a.24xlarge"|"hpc7a.48xlarge"|"hpc7a.96xlarge"|"c7gd.medium"|"c7gd.large"|"c7gd.xlarge"|"c7gd.2xlarge"|"c7gd.4xlarge"|"c7gd.8xlarge"|"c7gd.12xlarge"|"c7gd.16xlarge"|"m7gd.medium"|"m7gd.large"|"m7gd.xlarge"|"m7gd.2xlarge"|"m7gd.4xlarge"|"m7gd.8xlarge"|"m7gd.12xlarge"|"m7gd.16xlarge"|"r7gd.medium"|"r7gd.large"|"r7gd.xlarge"|"r7gd.2xlarge"|"r7gd.4xlarge"|"r7gd.8xlarge"|"r7gd.12xlarge"|"r7gd.16xlarge"|"r7a.medium"|"r7a.large"|"r7a.xlarge"|"r7a.2xlarge"|"r7a.4xlarge"|"r7a.8xlarge"|"r7a.12xlarge"|"r7a.16xlarge"|"r7a.24xlarge"|"r7a.32xlarge"|"r7a.48xlarge"|"c7i.large"|"c7i.xlarge"|"c7i.2xlarge"|"c7i.4xlarge"|"c7i.8xlarge"|"c7i.12xlarge"|"c7i.16xlarge"|"c7i.24xlarge"|"c7i.48xlarge"|"mac2-m2pro.metal"|"r7iz.large"|"r7iz.xlarge"|"r7iz.2xlarge"|"r7iz.4xlarge"|"r7iz.8xlarge"|"r7iz.12xlarge"|"r7iz.16xlarge"|"r7iz.32xlarge"|"c7a.medium"|"c7a.large"|"c7a.xlarge"|"c7a.2xlarge"|"c7a.4xlarge"|"c7a.8xlarge"|"c7a.12xlarge"|"c7a.16xlarge"|"c7a.24xlarge"|"c7a.32xlarge"|"c7a.48xlarge"|"c7a.metal-48xl"|"r7a.metal-48xl"|"r7i.large"|"r7i.xlarge"|"r7i.2xlarge"|"r7i.4xlarge"|"r7i.8xlarge"|"r7i.12xlarge"|"r7i.16xlarge"|"r7i.24xlarge"|"r7i.48xlarge"|string;
export type InstanceTypeHypervisor = "nitro"|"xen"|string;
export interface InstanceTypeInfo {
/**
diff --git a/clients/managedblockchainquery.d.ts b/clients/managedblockchainquery.d.ts
index ab0244a850..130b6bff70 100644
--- a/clients/managedblockchainquery.d.ts
+++ b/clients/managedblockchainquery.d.ts
@@ -395,7 +395,7 @@ declare namespace ManagedBlockchainQuery {
*/
address: ChainAddress;
}
- export type QueryNetwork = "ETHEREUM_MAINNET"|"BITCOIN_MAINNET"|"BITCOIN_TESTNET"|string;
+ export type QueryNetwork = "ETHEREUM_MAINNET"|"BITCOIN_MAINNET"|"BITCOIN_TESTNET"|"ETHEREUM_SEPOLIA_TESTNET"|string;
export type QueryTokenId = string;
export type QueryTokenStandard = "ERC20"|"ERC721"|"ERC1155"|string;
export type QueryTransactionEventType = "ERC20_TRANSFER"|"ERC20_MINT"|"ERC20_BURN"|"ERC20_DEPOSIT"|"ERC20_WITHDRAWAL"|"ERC721_TRANSFER"|"ERC1155_TRANSFER"|"BITCOIN_VIN"|"BITCOIN_VOUT"|"INTERNAL_ETH_TRANSFER"|"ETH_TRANSFER"|string;
diff --git a/clients/neptunedata.d.ts b/clients/neptunedata.d.ts
index 11fea58e38..67c4758353 100644
--- a/clients/neptunedata.d.ts
+++ b/clients/neptunedata.d.ts
@@ -12,211 +12,211 @@ declare class Neptunedata extends Service {
constructor(options?: Neptunedata.Types.ClientConfiguration)
config: Config & Neptunedata.Types.ClientConfiguration;
/**
- * Cancels a Gremlin query. See Gremlin query cancellation for more information.
+ * Cancels a Gremlin query. See Gremlin query cancellation for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
*/
cancelGremlinQuery(params: Neptunedata.Types.CancelGremlinQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelGremlinQueryOutput) => void): Request;
/**
- * Cancels a Gremlin query. See Gremlin query cancellation for more information.
+ * Cancels a Gremlin query. See Gremlin query cancellation for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
*/
cancelGremlinQuery(callback?: (err: AWSError, data: Neptunedata.Types.CancelGremlinQueryOutput) => void): Request;
/**
- * Cancels a specified load job. This is an HTTP DELETE request. See Neptune Loader Get-Status API for more information.
+ * Cancels a specified load job. This is an HTTP DELETE request. See Neptune Loader Get-Status API for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelLoaderJob IAM action in that cluster..
*/
cancelLoaderJob(params: Neptunedata.Types.CancelLoaderJobInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelLoaderJobOutput) => void): Request;
/**
- * Cancels a specified load job. This is an HTTP DELETE request. See Neptune Loader Get-Status API for more information.
+ * Cancels a specified load job. This is an HTTP DELETE request. See Neptune Loader Get-Status API for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelLoaderJob IAM action in that cluster..
*/
cancelLoaderJob(callback?: (err: AWSError, data: Neptunedata.Types.CancelLoaderJobOutput) => void): Request;
/**
- * Cancels a Neptune ML data processing job. See The dataprocessing command.
+ * Cancels a Neptune ML data processing job. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLDataProcessingJob IAM action in that cluster.
*/
cancelMLDataProcessingJob(params: Neptunedata.Types.CancelMLDataProcessingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelMLDataProcessingJobOutput) => void): Request;
/**
- * Cancels a Neptune ML data processing job. See The dataprocessing command.
+ * Cancels a Neptune ML data processing job. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLDataProcessingJob IAM action in that cluster.
*/
cancelMLDataProcessingJob(callback?: (err: AWSError, data: Neptunedata.Types.CancelMLDataProcessingJobOutput) => void): Request;
/**
- * Cancels a Neptune ML model training job. See Model training using the modeltraining command.
+ * Cancels a Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTrainingJob IAM action in that cluster.
*/
cancelMLModelTrainingJob(params: Neptunedata.Types.CancelMLModelTrainingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelMLModelTrainingJobOutput) => void): Request;
/**
- * Cancels a Neptune ML model training job. See Model training using the modeltraining command.
+ * Cancels a Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTrainingJob IAM action in that cluster.
*/
cancelMLModelTrainingJob(callback?: (err: AWSError, data: Neptunedata.Types.CancelMLModelTrainingJobOutput) => void): Request;
/**
- * Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
+ * Cancels a specified model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTransformJob IAM action in that cluster.
*/
cancelMLModelTransformJob(params: Neptunedata.Types.CancelMLModelTransformJobInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelMLModelTransformJobOutput) => void): Request;
/**
- * Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
+ * Cancels a specified model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTransformJob IAM action in that cluster.
*/
cancelMLModelTransformJob(callback?: (err: AWSError, data: Neptunedata.Types.CancelMLModelTransformJobOutput) => void): Request;
/**
- * Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
+ * Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
*/
cancelOpenCypherQuery(params: Neptunedata.Types.CancelOpenCypherQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.CancelOpenCypherQueryOutput) => void): Request;
/**
- * Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
+ * Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
*/
cancelOpenCypherQuery(callback?: (err: AWSError, data: Neptunedata.Types.CancelOpenCypherQueryOutput) => void): Request;
/**
- * Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
+ * Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CreateMLEndpoint IAM action in that cluster.
*/
createMLEndpoint(params: Neptunedata.Types.CreateMLEndpointInput, callback?: (err: AWSError, data: Neptunedata.Types.CreateMLEndpointOutput) => void): Request;
/**
- * Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
+ * Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CreateMLEndpoint IAM action in that cluster.
*/
createMLEndpoint(callback?: (err: AWSError, data: Neptunedata.Types.CreateMLEndpointOutput) => void): Request;
/**
- * Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
+ * Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteMLEndpoint IAM action in that cluster.
*/
deleteMLEndpoint(params: Neptunedata.Types.DeleteMLEndpointInput, callback?: (err: AWSError, data: Neptunedata.Types.DeleteMLEndpointOutput) => void): Request;
/**
- * Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
+ * Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteMLEndpoint IAM action in that cluster.
*/
deleteMLEndpoint(callback?: (err: AWSError, data: Neptunedata.Types.DeleteMLEndpointOutput) => void): Request;
/**
- * Deletes statistics for Gremlin and openCypher (property graph) data.
+ * Deletes statistics for Gremlin and openCypher (property graph) data. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
*/
deletePropertygraphStatistics(callback?: (err: AWSError, data: Neptunedata.Types.DeletePropertygraphStatisticsOutput) => void): Request;
/**
- * Deletes SPARQL statistics
+ * Deletes SPARQL statistics When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
*/
deleteSparqlStatistics(callback?: (err: AWSError, data: Neptunedata.Types.DeleteSparqlStatisticsOutput) => void): Request;
/**
- * The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data. Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API.
+ * The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data. Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
*/
executeFastReset(params: Neptunedata.Types.ExecuteFastResetInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteFastResetOutput) => void): Request;
/**
- * The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data. Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API.
+ * The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data. Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
*/
executeFastReset(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteFastResetOutput) => void): Request;
/**
- * Executes a Gremlin Explain query. Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain parameter to an HTTP call that submits a Gremlin query. The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
+ * Executes a Gremlin Explain query. Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain parameter to an HTTP call that submits a Gremlin query. The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinExplainQuery(params: Neptunedata.Types.ExecuteGremlinExplainQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinExplainQueryOutput) => void): Request;
/**
- * Executes a Gremlin Explain query. Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain parameter to an HTTP call that submits a Gremlin query. The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
+ * Executes a Gremlin Explain query. Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain parameter to an HTTP call that submits a Gremlin query. The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinExplainQuery(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinExplainQueryOutput) => void): Request;
/**
- * Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
+ * Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinProfileQuery(params: Neptunedata.Types.ExecuteGremlinProfileQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinProfileQueryOutput) => void): Request;
/**
- * Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
+ * Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinProfileQuery(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinProfileQueryOutput) => void): Request;
/**
- * This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
+ * This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinQuery(params: Neptunedata.Types.ExecuteGremlinQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinQueryOutput) => void): Request;
/**
- * This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
+ * This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeGremlinQuery(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteGremlinQueryOutput) => void): Request;
/**
- * Executes an openCypher explain request. See The openCypher explain feature for more information.
+ * Executes an openCypher explain request. See The openCypher explain feature for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeOpenCypherExplainQuery(params: Neptunedata.Types.ExecuteOpenCypherExplainQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteOpenCypherExplainQueryOutput) => void): Request;
/**
- * Executes an openCypher explain request. See The openCypher explain feature for more information.
+ * Executes an openCypher explain request. See The openCypher explain feature for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeOpenCypherExplainQuery(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteOpenCypherExplainQueryOutput) => void): Request;
/**
- * Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information. Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs. The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license.
+ * Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information. Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs. The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license. Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note also that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeOpenCypherQuery(params: Neptunedata.Types.ExecuteOpenCypherQueryInput, callback?: (err: AWSError, data: Neptunedata.Types.ExecuteOpenCypherQueryOutput) => void): Request;
/**
- * Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information. Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs. The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license.
+ * Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information. Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs. The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license. Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note also that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
executeOpenCypherQuery(callback?: (err: AWSError, data: Neptunedata.Types.ExecuteOpenCypherQueryOutput) => void): Request;
/**
- * Check the status of the graph database on the host.
+ * Retrieves the status of the graph database on the host. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetEngineStatus IAM action in that cluster.
*/
getEngineStatus(callback?: (err: AWSError, data: Neptunedata.Types.GetEngineStatusOutput) => void): Request;
/**
- * Gets the status of a specified Gremlin query.
+ * Gets the status of a specified Gremlin query. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getGremlinQueryStatus(params: Neptunedata.Types.GetGremlinQueryStatusInput, callback?: (err: AWSError, data: Neptunedata.Types.GetGremlinQueryStatusOutput) => void): Request;
/**
- * Gets the status of a specified Gremlin query.
+ * Gets the status of a specified Gremlin query. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getGremlinQueryStatus(callback?: (err: AWSError, data: Neptunedata.Types.GetGremlinQueryStatusOutput) => void): Request;
/**
- * Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job. See Neptune Loader Get-Status API for more information.
+ * Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job. See Neptune Loader Get-Status API for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetLoaderJobStatus IAM action in that cluster..
*/
getLoaderJobStatus(params: Neptunedata.Types.GetLoaderJobStatusInput, callback?: (err: AWSError, data: Neptunedata.Types.GetLoaderJobStatusOutput) => void): Request;
/**
- * Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job. See Neptune Loader Get-Status API for more information.
+ * Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job. See Neptune Loader Get-Status API for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetLoaderJobStatus IAM action in that cluster..
*/
getLoaderJobStatus(callback?: (err: AWSError, data: Neptunedata.Types.GetLoaderJobStatusOutput) => void): Request;
/**
- * Retrieves information about a specified data processing job. See The dataprocessing command.
+ * Retrieves information about a specified data processing job. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:GetMLDataProcessingJobStatus IAM action in that cluster.
*/
getMLDataProcessingJob(params: Neptunedata.Types.GetMLDataProcessingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.GetMLDataProcessingJobOutput) => void): Request;
/**
- * Retrieves information about a specified data processing job. See The dataprocessing command.
+ * Retrieves information about a specified data processing job. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:GetMLDataProcessingJobStatus IAM action in that cluster.
*/
getMLDataProcessingJob(callback?: (err: AWSError, data: Neptunedata.Types.GetMLDataProcessingJobOutput) => void): Request;
/**
- * Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
+ * Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLEndpointStatus IAM action in that cluster.
*/
getMLEndpoint(params: Neptunedata.Types.GetMLEndpointInput, callback?: (err: AWSError, data: Neptunedata.Types.GetMLEndpointOutput) => void): Request;
/**
- * Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
+ * Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLEndpointStatus IAM action in that cluster.
*/
getMLEndpoint(callback?: (err: AWSError, data: Neptunedata.Types.GetMLEndpointOutput) => void): Request;
/**
- * Retrieves information about a Neptune ML model training job. See Model training using the modeltraining command.
+ * Retrieves information about a Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTrainingJobStatus IAM action in that cluster.
*/
getMLModelTrainingJob(params: Neptunedata.Types.GetMLModelTrainingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.GetMLModelTrainingJobOutput) => void): Request;
/**
- * Retrieves information about a Neptune ML model training job. See Model training using the modeltraining command.
+ * Retrieves information about a Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTrainingJobStatus IAM action in that cluster.
*/
getMLModelTrainingJob(callback?: (err: AWSError, data: Neptunedata.Types.GetMLModelTrainingJobOutput) => void): Request;
/**
- * Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
+ * Gets information about a specified model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTransformJobStatus IAM action in that cluster.
*/
getMLModelTransformJob(params: Neptunedata.Types.GetMLModelTransformJobInput, callback?: (err: AWSError, data: Neptunedata.Types.GetMLModelTransformJobOutput) => void): Request;
/**
- * Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
+ * Gets information about a specified model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTransformJobStatus IAM action in that cluster.
*/
getMLModelTransformJob(callback?: (err: AWSError, data: Neptunedata.Types.GetMLModelTransformJobOutput) => void): Request;
/**
- * Retrieves the status of a specified openCypher query.
+ * Retrieves the status of a specified openCypher query. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getOpenCypherQueryStatus(params: Neptunedata.Types.GetOpenCypherQueryStatusInput, callback?: (err: AWSError, data: Neptunedata.Types.GetOpenCypherQueryStatusOutput) => void): Request;
/**
- * Retrieves the status of a specified openCypher query.
+ * Retrieves the status of a specified openCypher query. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getOpenCypherQueryStatus(callback?: (err: AWSError, data: Neptunedata.Types.GetOpenCypherQueryStatusOutput) => void): Request;
/**
- * Gets property graph statistics (Gremlin and openCypher).
+ * Gets property graph statistics (Gremlin and openCypher). When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
*/
getPropertygraphStatistics(callback?: (err: AWSError, data: Neptunedata.Types.GetPropertygraphStatisticsOutput) => void): Request;
/**
- * Gets a stream for a property graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream lets you collect these change-log entries for a property graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams.
+ * Gets a stream for a property graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream lets you collect these change-log entries for a property graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query: Note that you can restrict property-graph queries using the following IAM context keys: neptune-db:QueryLanguage:Gremlin neptune-db:QueryLanguage:Opencypher See Condition keys available in Neptune IAM data-access policy statements).
*/
getPropertygraphStream(params: Neptunedata.Types.GetPropertygraphStreamInput, callback?: (err: AWSError, data: Neptunedata.Types.GetPropertygraphStreamOutput) => void): Request;
/**
- * Gets a stream for a property graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream lets you collect these change-log entries for a property graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams.
+ * Gets a stream for a property graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream lets you collect these change-log entries for a property graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query: Note that you can restrict property-graph queries using the following IAM context keys: neptune-db:QueryLanguage:Gremlin neptune-db:QueryLanguage:Opencypher See Condition keys available in Neptune IAM data-access policy statements).
*/
getPropertygraphStream(callback?: (err: AWSError, data: Neptunedata.Types.GetPropertygraphStreamOutput) => void): Request;
/**
- * Gets a graph summary for a property graph.
+ * Gets a graph summary for a property graph. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
*/
getPropertygraphSummary(params: Neptunedata.Types.GetPropertygraphSummaryInput, callback?: (err: AWSError, data: Neptunedata.Types.GetPropertygraphSummaryOutput) => void): Request;
/**
- * Gets a graph summary for a property graph.
+ * Gets a graph summary for a property graph. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
*/
getPropertygraphSummary(callback?: (err: AWSError, data: Neptunedata.Types.GetPropertygraphSummaryOutput) => void): Request;
/**
- * Gets a graph summary for an RDF graph.
+ * Gets a graph summary for an RDF graph. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
*/
getRDFGraphSummary(params: Neptunedata.Types.GetRDFGraphSummaryInput, callback?: (err: AWSError, data: Neptunedata.Types.GetRDFGraphSummaryOutput) => void): Request;
/**
- * Gets a graph summary for an RDF graph.
+ * Gets a graph summary for an RDF graph. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
*/
getRDFGraphSummary(callback?: (err: AWSError, data: Neptunedata.Types.GetRDFGraphSummaryOutput) => void): Request;
/**
@@ -224,115 +224,115 @@ declare class Neptunedata extends Service {
*/
getSparqlStatistics(callback?: (err: AWSError, data: Neptunedata.Types.GetSparqlStatisticsOutput) => void): Request;
/**
- * Gets a stream for an RDF graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream lets you collect these change-log entries for an RDF graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams.
+ * Gets a stream for an RDF graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream lets you collect these change-log entries for an RDF graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster. Note that the neptune-db:QueryLanguage:Sparql IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getSparqlStream(params: Neptunedata.Types.GetSparqlStreamInput, callback?: (err: AWSError, data: Neptunedata.Types.GetSparqlStreamOutput) => void): Request;
/**
- * Gets a stream for an RDF graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream lets you collect these change-log entries for an RDF graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams.
+ * Gets a stream for an RDF graph. With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream lets you collect these change-log entries for an RDF graph. The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1. See Capturing graph changes in real time using Neptune streams. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster. Note that the neptune-db:QueryLanguage:Sparql IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
getSparqlStream(callback?: (err: AWSError, data: Neptunedata.Types.GetSparqlStreamOutput) => void): Request;
/**
- * Lists active Gremlin queries. See Gremlin query status API for details about the output.
+ * Lists active Gremlin queries. See Gremlin query status API for details about the output. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
listGremlinQueries(params: Neptunedata.Types.ListGremlinQueriesInput, callback?: (err: AWSError, data: Neptunedata.Types.ListGremlinQueriesOutput) => void): Request;
/**
- * Lists active Gremlin queries. See Gremlin query status API for details about the output.
+ * Lists active Gremlin queries. See Gremlin query status API for details about the output. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
listGremlinQueries(callback?: (err: AWSError, data: Neptunedata.Types.ListGremlinQueriesOutput) => void): Request;
/**
- * Retrieves a list of the loadIds for all active loader jobs.
+ * Retrieves a list of the loadIds for all active loader jobs. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListLoaderJobs IAM action in that cluster..
*/
listLoaderJobs(params: Neptunedata.Types.ListLoaderJobsInput, callback?: (err: AWSError, data: Neptunedata.Types.ListLoaderJobsOutput) => void): Request;
/**
- * Retrieves a list of the loadIds for all active loader jobs.
+ * Retrieves a list of the loadIds for all active loader jobs. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListLoaderJobs IAM action in that cluster..
*/
listLoaderJobs(callback?: (err: AWSError, data: Neptunedata.Types.ListLoaderJobsOutput) => void): Request;
/**
- * Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
+ * Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLDataProcessingJobs IAM action in that cluster.
*/
listMLDataProcessingJobs(params: Neptunedata.Types.ListMLDataProcessingJobsInput, callback?: (err: AWSError, data: Neptunedata.Types.ListMLDataProcessingJobsOutput) => void): Request;
/**
- * Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
+ * Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLDataProcessingJobs IAM action in that cluster.
*/
listMLDataProcessingJobs(callback?: (err: AWSError, data: Neptunedata.Types.ListMLDataProcessingJobsOutput) => void): Request;
/**
- * Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
+ * Lists existing inference endpoints. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLEndpoints IAM action in that cluster.
*/
listMLEndpoints(params: Neptunedata.Types.ListMLEndpointsInput, callback?: (err: AWSError, data: Neptunedata.Types.ListMLEndpointsOutput) => void): Request;
/**
- * Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
+ * Lists existing inference endpoints. See Managing inference endpoints using the endpoints command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLEndpoints IAM action in that cluster.
*/
listMLEndpoints(callback?: (err: AWSError, data: Neptunedata.Types.ListMLEndpointsOutput) => void): Request;
/**
- * Lists Neptune ML model-training jobs. See Model training using the modeltraining command.
+ * Lists Neptune ML model-training jobs. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:ListMLModelTrainingJobs IAM action in that cluster.
*/
listMLModelTrainingJobs(params: Neptunedata.Types.ListMLModelTrainingJobsInput, callback?: (err: AWSError, data: Neptunedata.Types.ListMLModelTrainingJobsOutput) => void): Request;
/**
- * Lists Neptune ML model-training jobs. See Model training using the modeltraining command.
+ * Lists Neptune ML model-training jobs. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:ListMLModelTrainingJobs IAM action in that cluster.
*/
listMLModelTrainingJobs(callback?: (err: AWSError, data: Neptunedata.Types.ListMLModelTrainingJobsOutput) => void): Request;
/**
- * Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
+ * Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLModelTransformJobs IAM action in that cluster.
*/
listMLModelTransformJobs(params: Neptunedata.Types.ListMLModelTransformJobsInput, callback?: (err: AWSError, data: Neptunedata.Types.ListMLModelTransformJobsOutput) => void): Request;
/**
- * Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
+ * Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLModelTransformJobs IAM action in that cluster.
*/
listMLModelTransformJobs(callback?: (err: AWSError, data: Neptunedata.Types.ListMLModelTransformJobsOutput) => void): Request;
/**
- * Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
+ * Lists active openCypher queries. See Neptune openCypher status endpoint for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
listOpenCypherQueries(params: Neptunedata.Types.ListOpenCypherQueriesInput, callback?: (err: AWSError, data: Neptunedata.Types.ListOpenCypherQueriesOutput) => void): Request;
/**
- * Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
+ * Lists active openCypher queries. See Neptune openCypher status endpoint for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster. Note that the neptune-db:QueryLanguage:Opencypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
*/
listOpenCypherQueries(callback?: (err: AWSError, data: Neptunedata.Types.ListOpenCypherQueriesOutput) => void): Request;
/**
- * Manages the generation and use of property graph statistics.
+ * Manages the generation and use of property graph statistics. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
*/
managePropertygraphStatistics(params: Neptunedata.Types.ManagePropertygraphStatisticsInput, callback?: (err: AWSError, data: Neptunedata.Types.ManagePropertygraphStatisticsOutput) => void): Request;
/**
- * Manages the generation and use of property graph statistics.
+ * Manages the generation and use of property graph statistics. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
*/
managePropertygraphStatistics(callback?: (err: AWSError, data: Neptunedata.Types.ManagePropertygraphStatisticsOutput) => void): Request;
/**
- * Manages the generation and use of RDF graph statistics.
+ * Manages the generation and use of RDF graph statistics. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
*/
manageSparqlStatistics(params: Neptunedata.Types.ManageSparqlStatisticsInput, callback?: (err: AWSError, data: Neptunedata.Types.ManageSparqlStatisticsOutput) => void): Request;
/**
- * Manages the generation and use of RDF graph statistics.
+ * Manages the generation and use of RDF graph statistics. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
*/
manageSparqlStatistics(callback?: (err: AWSError, data: Neptunedata.Types.ManageSparqlStatisticsOutput) => void): Request;
/**
- * Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
+ * Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartLoaderJob IAM action in that cluster.
*/
startLoaderJob(params: Neptunedata.Types.StartLoaderJobInput, callback?: (err: AWSError, data: Neptunedata.Types.StartLoaderJobOutput) => void): Request;
/**
- * Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
+ * Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartLoaderJob IAM action in that cluster.
*/
startLoaderJob(callback?: (err: AWSError, data: Neptunedata.Types.StartLoaderJobOutput) => void): Request;
/**
- * Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing command.
+ * Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelDataProcessingJob IAM action in that cluster.
*/
startMLDataProcessingJob(params: Neptunedata.Types.StartMLDataProcessingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.StartMLDataProcessingJobOutput) => void): Request;
/**
- * Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing command.
+ * Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelDataProcessingJob IAM action in that cluster.
*/
startMLDataProcessingJob(callback?: (err: AWSError, data: Neptunedata.Types.StartMLDataProcessingJobOutput) => void): Request;
/**
- * Creates a new Neptune ML model training job. See Model training using the modeltraining command.
+ * Creates a new Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTrainingJob IAM action in that cluster.
*/
startMLModelTrainingJob(params: Neptunedata.Types.StartMLModelTrainingJobInput, callback?: (err: AWSError, data: Neptunedata.Types.StartMLModelTrainingJobOutput) => void): Request;
/**
- * Creates a new Neptune ML model training job. See Model training using the modeltraining command.
+ * Creates a new Neptune ML model training job. See Model training using the modeltraining command. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTrainingJob IAM action in that cluster.
*/
startMLModelTrainingJob(callback?: (err: AWSError, data: Neptunedata.Types.StartMLModelTrainingJobOutput) => void): Request;
/**
- * Creates a new model transform job. See Use a trained model to generate new model artifacts.
+ * Creates a new model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTransformJob IAM action in that cluster.
*/
startMLModelTransformJob(params: Neptunedata.Types.StartMLModelTransformJobInput, callback?: (err: AWSError, data: Neptunedata.Types.StartMLModelTransformJobOutput) => void): Request;
/**
- * Creates a new model transform job. See Use a trained model to generate new model artifacts.
+ * Creates a new model transform job. See Use a trained model to generate new model artifacts. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTransformJob IAM action in that cluster.
*/
startMLModelTransformJob(callback?: (err: AWSError, data: Neptunedata.Types.StartMLModelTransformJobOutput) => void): Request;
}
@@ -1062,7 +1062,7 @@ declare namespace Neptunedata {
}
export interface GetSparqlStatisticsOutput {
/**
- * The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
+ * The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
*/
status: String;
/**
diff --git a/clients/omics.d.ts b/clients/omics.d.ts
index 562a13e0dc..65fd460645 100644
--- a/clients/omics.d.ts
+++ b/clients/omics.d.ts
@@ -1756,6 +1756,7 @@ declare namespace Omics {
export type ETagAlgorithm = "FASTQ_MD5up"|"BAM_MD5up"|"CRAM_MD5up"|string;
export type Encoding = string;
export type EncryptionType = "KMS"|string;
+ export type EngineLogStream = string;
export type EscapeChar = string;
export type EscapeQuotes = boolean;
export type ExportJobId = string;
@@ -2597,12 +2598,20 @@ declare namespace Omics {
* The run's retention mode.
*/
retentionMode?: RunRetentionMode;
+ /**
+ * The reason a run has failed.
+ */
+ failureReason?: RunFailureReason;
+ /**
+ * The location of the run log.
+ */
+ logLocation?: RunLogLocation;
}
export type GetRunResponsePriorityInteger = number;
export type GetRunResponseStorageCapacityInteger = number;
export interface GetRunTaskRequest {
/**
- * The task's ID.
+ * The workflow run ID.
*/
id: RunId;
/**
@@ -2659,6 +2668,10 @@ declare namespace Omics {
* The instance type for a task.
*/
instanceType?: TaskInstanceType;
+ /**
+ * The reason a task has failed.
+ */
+ failureReason?: TaskFailureReason;
}
export type GetRunTaskResponseCpusInteger = number;
export type GetRunTaskResponseGpusInteger = number;
@@ -4110,6 +4123,7 @@ declare namespace Omics {
export type RunArn = string;
export type RunExport = "DEFINITION"|string;
export type RunExportList = RunExport[];
+ export type RunFailureReason = string;
export type RunGroupArn = string;
export type RunGroupId = string;
export type RunGroupList = RunGroupListItem[];
@@ -4204,6 +4218,17 @@ declare namespace Omics {
export type RunListItemStorageCapacityInteger = number;
export type RunListToken = string;
export type RunLogLevel = "OFF"|"FATAL"|"ERROR"|"ALL"|string;
+ export interface RunLogLocation {
+ /**
+ * The log stream ARN for the engine log.
+ */
+ engineLogStream?: EngineLogStream;
+ /**
+ * The log stream ARN for the run log.
+ */
+ runLogStream?: RunLogStream;
+ }
+ export type RunLogStream = string;
export type RunName = string;
export type RunOutputUri = string;
export interface RunParameters {
@@ -4750,6 +4775,7 @@ declare namespace Omics {
export interface TagResourceResponse {
}
export type TagValue = string;
+ export type TaskFailureReason = string;
export type TaskId = string;
export type TaskInstanceType = string;
export type TaskList = TaskListItem[];
diff --git a/clients/opensearch.d.ts b/clients/opensearch.d.ts
index c9657ccb9f..118c6d105d 100644
--- a/clients/opensearch.d.ts
+++ b/clients/opensearch.d.ts
@@ -259,6 +259,14 @@ declare class OpenSearch extends Service {
* Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
*/
getCompatibleVersions(callback?: (err: AWSError, data: OpenSearch.Types.GetCompatibleVersionsResponse) => void): Request;
+ /**
+ * Get the status of the maintenance action.
+ */
+ getDomainMaintenanceStatus(params: OpenSearch.Types.GetDomainMaintenanceStatusRequest, callback?: (err: AWSError, data: OpenSearch.Types.GetDomainMaintenanceStatusResponse) => void): Request;
+ /**
+ * Get the status of the maintenance action.
+ */
+ getDomainMaintenanceStatus(callback?: (err: AWSError, data: OpenSearch.Types.GetDomainMaintenanceStatusResponse) => void): Request;
/**
* Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package). For more information, see Custom packages for Amazon OpenSearch Service.
*/
@@ -283,6 +291,14 @@ declare class OpenSearch extends Service {
* Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.
*/
getUpgradeStatus(callback?: (err: AWSError, data: OpenSearch.Types.GetUpgradeStatusResponse) => void): Request;
+ /**
+ * Get the list of the maintenance action.
+ */
+ listDomainMaintenances(params: OpenSearch.Types.ListDomainMaintenancesRequest, callback?: (err: AWSError, data: OpenSearch.Types.ListDomainMaintenancesResponse) => void): Request;
+ /**
+ * Get the list of the maintenance action.
+ */
+ listDomainMaintenances(callback?: (err: AWSError, data: OpenSearch.Types.ListDomainMaintenancesResponse) => void): Request;
/**
* Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.
*/
@@ -395,6 +411,14 @@ declare class OpenSearch extends Service {
* Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
*/
revokeVpcEndpointAccess(callback?: (err: AWSError, data: OpenSearch.Types.RevokeVpcEndpointAccessResponse) => void): Request;
+ /**
+ * Starts the node maintenance (Node restart, Node reboot, Opensearch/Elasticsearch process restart, Dashboard/kibana restart) on the data node.
+ */
+ startDomainMaintenance(params: OpenSearch.Types.StartDomainMaintenanceRequest, callback?: (err: AWSError, data: OpenSearch.Types.StartDomainMaintenanceResponse) => void): Request;
+ /**
+ * Starts the node maintenance (Node restart, Node reboot, Opensearch/Elasticsearch process restart, Dashboard/kibana restart) on the data node.
+ */
+ startDomainMaintenance(callback?: (err: AWSError, data: OpenSearch.Types.StartDomainMaintenanceResponse) => void): Request;
/**
* Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service.
*/
@@ -845,7 +869,7 @@ declare namespace OpenSearch {
*/
InstanceType?: OpenSearchPartitionInstanceType;
/**
- * Number of dedicated master nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
+ * Number of data nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
*/
InstanceCount?: IntegerClass;
/**
@@ -1691,6 +1715,41 @@ declare namespace OpenSearch {
*/
AWSDomainInformation?: AWSDomainInformation;
}
+ export interface DomainMaintenanceDetails {
+ /**
+ * Id of the requested action.
+ */
+ MaintenanceId?: RequestId;
+ /**
+ * The name of the domain.
+ */
+ DomainName?: DomainName;
+ /**
+ * The name of the action.
+ */
+ Action?: MaintenanceType;
+ /**
+ * Id of the data node.
+ */
+ NodeId?: NodeId;
+ /**
+ * The status of the action.
+ */
+ Status?: MaintenanceStatus;
+ /**
+ * The status message of the action.
+ */
+ StatusMessage?: MaintenanceStatusMessage;
+ /**
+ * Contains time at which action created.
+ */
+ CreatedAt?: UpdateTimestamp;
+ /**
+ * Contains time at which action updated.
+ */
+ UpdatedAt?: UpdateTimestamp;
+ }
+ export type DomainMaintenanceList = DomainMaintenanceDetails[];
export type DomainName = string;
export type DomainNameFqdn = string;
export type DomainNameList = DomainName[];
@@ -2026,6 +2085,42 @@ declare namespace OpenSearch {
*/
CompatibleVersions?: CompatibleVersionsList;
}
+ export interface GetDomainMaintenanceStatusRequest {
+ /**
+ * The name of the domain.
+ */
+ DomainName: DomainName;
+ /**
+ * The request id of the maintenance action.
+ */
+ MaintenanceId: RequestId;
+ }
+ export interface GetDomainMaintenanceStatusResponse {
+ /**
+ * Contains status of the maintenance action.
+ */
+ Status?: MaintenanceStatus;
+ /**
+ * Contains status message of the maintenance action.
+ */
+ StatusMessage?: MaintenanceStatusMessage;
+ /**
+ * Contains node id of maintenance action.
+ */
+ NodeId?: NodeId;
+ /**
+ * Contains action name.
+ */
+ Action?: MaintenanceType;
+ /**
+ * Contains time at which action created.
+ */
+ CreatedAt?: UpdateTimestamp;
+ /**
+ * Contains time at which action updated.
+ */
+ UpdatedAt?: UpdateTimestamp;
+ }
export interface GetPackageVersionHistoryRequest {
/**
* The unique identifier of the package.
@@ -2212,6 +2307,38 @@ declare namespace OpenSearch {
AdditionalLimits?: AdditionalLimitList;
}
export type LimitsByRole = {[key: string]: Limits};
+ export interface ListDomainMaintenancesRequest {
+ /**
+ * The name of the domain.
+ */
+ DomainName: DomainName;
+ /**
+ * The name of the action.
+ */
+ Action?: MaintenanceType;
+ /**
+ * The status of the action.
+ */
+ Status?: MaintenanceStatus;
+ /**
+ * An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
+ */
+ MaxResults?: MaxResults;
+ /**
+ * If your initial ListDomainMaintenances operation returns a nextToken, you can include the returned nextToken in subsequent ListDomainMaintenances operations, which returns results in the next page.
+ */
+ NextToken?: NextToken;
+ }
+ export interface ListDomainMaintenancesResponse {
+ /**
+ * List of the submitted maintenance actions.
+ */
+ DomainMaintenances?: DomainMaintenanceList;
+ /**
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
+ */
+ NextToken?: NextToken;
+ }
export interface ListDomainNamesRequest {
/**
* Filters the output by domain engine type.
@@ -2443,6 +2570,9 @@ declare namespace OpenSearch {
}
export type LogType = "INDEX_SLOW_LOGS"|"SEARCH_SLOW_LOGS"|"ES_APPLICATION_LOGS"|"AUDIT_LOGS"|string;
export type Long = number;
+ export type MaintenanceStatus = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"TIMED_OUT"|string;
+ export type MaintenanceStatusMessage = string;
+ export type MaintenanceType = "REBOOT_NODE"|"RESTART_SEARCH_PROCESS"|"RESTART_DASHBOARD"|string;
export type MasterNodeStatus = "Available"|"UnAvailable"|string;
export interface MasterUserOptions {
/**
@@ -2751,6 +2881,7 @@ declare namespace OpenSearch {
*/
TagKeys: StringList;
}
+ export type RequestId = string;
export type ReservationToken = string;
export interface ReservedInstance {
/**
@@ -3058,6 +3189,26 @@ declare namespace OpenSearch {
Status?: OptionStatus;
}
export type StartAt = Date;
+ export interface StartDomainMaintenanceRequest {
+ /**
+ * The name of the domain.
+ */
+ DomainName: DomainName;
+ /**
+ * The name of the action.
+ */
+ Action: MaintenanceType;
+ /**
+ * Id of the data node.
+ */
+ NodeId?: NodeId;
+ }
+ export interface StartDomainMaintenanceResponse {
+ /**
+ * Contains request id of requested action.
+ */
+ MaintenanceId?: RequestId;
+ }
export interface StartServiceSoftwareUpdateRequest {
/**
* The name of the domain that you want to update to the latest service software.
diff --git a/clients/quicksight.d.ts b/clients/quicksight.d.ts
index 020fd38e05..93ccc4bc66 100644
--- a/clients/quicksight.d.ts
+++ b/clients/quicksight.d.ts
@@ -3455,6 +3455,10 @@ declare namespace QuickSight {
* The option to relax the validation needed to create an analysis with definition objects. This skips the validation step for specific errors.
*/
ValidationStrategy?: ValidationStrategy;
+ /**
+ * When you create the analysis, Amazon QuickSight adds the analysis to these folders.
+ */
+ FolderArns?: FolderArnList;
}
export interface CreateAnalysisResponse {
/**
@@ -3533,6 +3537,10 @@ declare namespace QuickSight {
* The option to relax the validation needed to create a dashboard with definition objects. This option skips the validation step for specific errors.
*/
ValidationStrategy?: ValidationStrategy;
+ /**
+ * When you create the dashboard, Amazon QuickSight adds the dashboard to these folders.
+ */
+ FolderArns?: FolderArnList;
}
export interface CreateDashboardResponse {
/**
@@ -3618,6 +3626,10 @@ declare namespace QuickSight {
* The parameter declarations of the dataset.
*/
DatasetParameters?: DatasetParameterList;
+ /**
+ * When you create the dataset, Amazon QuickSight adds the dataset to these folders.
+ */
+ FolderArns?: FolderArnList;
}
export interface CreateDataSetResponse {
/**
@@ -3686,6 +3698,10 @@ declare namespace QuickSight {
* Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
*/
Tags?: TagList;
+ /**
+ * When you create the data source, Amazon QuickSight adds the data source to these folders.
+ */
+ FolderArns?: FolderArnList;
}
export interface CreateDataSourceResponse {
/**
@@ -5043,15 +5059,25 @@ declare namespace QuickSight {
*/
SortPaths: DataPathValueList;
}
+ export interface DataPathType {
+ /**
+ * The type of data path value utilized in a pivot table. Choose one of the following options: HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY. MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement. EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement. COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell.
+ */
+ PivotTableDataPathType?: PivotTableDataPathType;
+ }
export interface DataPathValue {
/**
* The field ID of the field that needs to be sorted.
*/
- FieldId: FieldId;
+ FieldId?: FieldId;
/**
* The actual value of the field that needs to be sorted.
*/
- FieldValue: FieldValue;
+ FieldValue?: FieldValue;
+ /**
+ * The type configuration of the field.
+ */
+ DataPathType?: DataPathType;
}
export type DataPathValueList = DataPathValue[];
export interface DataPointDrillUpDownOption {
@@ -5431,9 +5457,17 @@ declare namespace QuickSight {
*/
ExasolParameters?: ExasolParameters;
/**
- * The required parameters that are needed to connect to a Databricks data source.
+ * The parameters that are required to connect to a Databricks data source.
*/
DatabricksParameters?: DatabricksParameters;
+ /**
+ * The parameters that are required to connect to a Starburst data source.
+ */
+ StarburstParameters?: StarburstParameters;
+ /**
+ * The parameters that are required to connect to a Trino data source.
+ */
+ TrinoParameters?: TrinoParameters;
}
export type DataSourceParametersList = DataSourceParameters[];
export interface DataSourceSearchFilter {
@@ -8729,6 +8763,7 @@ declare namespace QuickSight {
*/
SharingModel?: SharingModel;
}
+ export type FolderArnList = Arn[];
export type FolderColumnList = String[];
export type FolderFilterAttribute = "PARENT_FOLDER_ARN"|"DIRECT_QUICKSIGHT_OWNER"|"DIRECT_QUICKSIGHT_SOLE_OWNER"|"DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"|"QUICKSIGHT_OWNER"|"QUICKSIGHT_VIEWER_OR_OWNER"|"FOLDER_NAME"|string;
export interface FolderMember {
@@ -8789,7 +8824,7 @@ declare namespace QuickSight {
SharingModel?: SharingModel;
}
export type FolderSummaryList = FolderSummary[];
- export type FolderType = "SHARED"|string;
+ export type FolderType = "SHARED"|"RESTRICTED"|string;
export interface Font {
/**
* Determines the font family settings.
@@ -12917,6 +12952,7 @@ declare namespace QuickSight {
Width?: PixelLength;
}
export type PivotTableDataPathOptionList = PivotTableDataPathOption[];
+ export type PivotTableDataPathType = "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"|string;
export type PivotTableDimensionList = DimensionField[];
export type PivotTableFieldCollapseState = "COLLAPSED"|"EXPANDED"|string;
export interface PivotTableFieldCollapseStateOption {
@@ -13153,6 +13189,10 @@ declare namespace QuickSight {
* The cell styling options for the total of header cells.
*/
MetricHeaderCellStyle?: TableCellStyle;
+ /**
+ * The total aggregation options for each value field.
+ */
+ TotalAggregationOptions?: TotalAggregationOptionList;
}
export type PixelLength = string;
export type Port = number;
@@ -13501,9 +13541,13 @@ declare namespace QuickSight {
*/
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
/**
- * The axis binding type of the reference line. Choose one of the following options: PrimaryY SecondaryY
+ * The axis binding type of the reference line. Choose one of the following options: PrimaryY SecondaryY
*/
AxisBinding?: AxisBinding;
+ /**
+ * The series type of the reference line data configuration. Choose one of the following options: BAR LINE
+ */
+ SeriesType?: ReferenceLineSeriesType;
}
export interface ReferenceLineDynamicDataConfiguration {
/**
@@ -13549,6 +13593,7 @@ declare namespace QuickSight {
export type ReferenceLineLabelVerticalPosition = "ABOVE"|"BELOW"|string;
export type ReferenceLineList = ReferenceLine[];
export type ReferenceLinePatternType = "SOLID"|"DASHED"|"DOTTED"|string;
+ export type ReferenceLineSeriesType = "BAR"|"LINE"|string;
export interface ReferenceLineStaticDataConfiguration {
/**
* The double input of the static data.
@@ -14866,6 +14911,7 @@ declare namespace QuickSight {
Color?: HexColor;
}
export type SimpleNumericalAggregationFunction = "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN"|string;
+ export type SimpleTotalAggregationFunction = "DEFAULT"|"SUM"|"AVERAGE"|"MIN"|"MAX"|"NONE"|string;
export type SiteBaseUrl = string;
export interface SliderControlDisplayOptions {
/**
@@ -15118,6 +15164,25 @@ declare namespace QuickSight {
*/
DisableSsl?: Boolean;
}
+ export interface StarburstParameters {
+ /**
+ * The host name of the Starburst data source.
+ */
+ Host: Host;
+ /**
+ * The port for the Starburst data source.
+ */
+ Port: Port;
+ /**
+ * The catalog name for the Starburst data source.
+ */
+ Catalog: Catalog;
+ /**
+ * The product type for the Starburst data source.
+ */
+ ProductType?: StarburstProductType;
+ }
+ export type StarburstProductType = "GALAXY"|"ENTERPRISE"|string;
export interface StartAssetBundleExportJobRequest {
/**
* The ID of the Amazon Web Services account to export assets from.
@@ -16260,17 +16325,21 @@ declare namespace QuickSight {
*/
Column: ColumnIdentifier;
/**
- * The value of a TimeEquality filter. This field is mutually exclusive to ParameterName.
+ * The value of a TimeEquality filter. This field is mutually exclusive to RollingDate and ParameterName.
*/
Value?: Timestamp;
/**
- * The parameter whose value should be used for the filter value. This field is mutually exclusive to Value.
+ * The parameter whose value should be used for the filter value. This field is mutually exclusive to Value and RollingDate.
*/
ParameterName?: ParameterName;
/**
* The level of time precision that is used to aggregate DateTime values.
*/
TimeGranularity?: TimeGranularity;
+ /**
+ * The rolling date input for the TimeEquality filter. This field is mutually exclusive to Value and ParameterName.
+ */
+ RollingDate?: RollingDateConfiguration;
}
export type TimeGranularity = "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"|string;
export interface TimeRangeDrillDownFilter {
@@ -16880,6 +16949,23 @@ declare namespace QuickSight {
*/
Value?: MeasureField;
}
+ export interface TotalAggregationFunction {
+ /**
+ * A built in aggregation function for total values.
+ */
+ SimpleTotalAggregationFunction?: SimpleTotalAggregationFunction;
+ }
+ export interface TotalAggregationOption {
+ /**
+ * The field id that's associated with the total aggregation option.
+ */
+ FieldId: FieldId;
+ /**
+ * The total aggregation function that you want to set for a specified field id.
+ */
+ TotalAggregationFunction: TotalAggregationFunction;
+ }
+ export type TotalAggregationOptionList = TotalAggregationOption[];
export interface TotalOptions {
/**
* The visibility configuration for the total cells.
@@ -16901,6 +16987,10 @@ declare namespace QuickSight {
* Cell styling options for the total cells.
*/
TotalCellStyle?: TableCellStyle;
+ /**
+ * The total aggregation settings for each value field.
+ */
+ TotalAggregationOptions?: TotalAggregationOptionList;
}
export interface TransformOperation {
/**
@@ -17033,6 +17123,20 @@ declare namespace QuickSight {
*/
Visibility?: Visibility;
}
+ export interface TrinoParameters {
+ /**
+ * The host name of the Trino data source.
+ */
+ Host: Host;
+ /**
+ * The port for the Trino data source.
+ */
+ Port: Port;
+ /**
+ * The catalog name for the Trino data source.
+ */
+ Catalog: Catalog;
+ }
export interface TwitterParameters {
/**
* Twitter query string.
diff --git a/clients/secretsmanager.d.ts b/clients/secretsmanager.d.ts
index e970ae3f7a..40b1a9f0b0 100644
--- a/clients/secretsmanager.d.ts
+++ b/clients/secretsmanager.d.ts
@@ -148,11 +148,11 @@ declare class SecretsManager extends Service {
*/
stopReplicationToReplica(callback?: (err: AWSError, data: SecretsManager.Types.StopReplicationToReplicaResponse) => void): Request;
/**
- * Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags. The following restrictions apply to tags: Maximum number of tags per secret: 50 Maximum key length: 127 Unicode characters in UTF-8 Maximum value length: 255 Unicode characters in UTF-8 Tag keys and values are case sensitive. Do not use the aws: prefix in your tag names or values because Amazon Web Services reserves it for Amazon Web Services use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per secret limit. If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @. If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:TagResource. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
+ * Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags. For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide. If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:TagResource. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
*/
tagResource(params: SecretsManager.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags. The following restrictions apply to tags: Maximum number of tags per secret: 50 Maximum key length: 127 Unicode characters in UTF-8 Maximum value length: 255 Unicode characters in UTF-8 Tag keys and values are case sensitive. Do not use the aws: prefix in your tag names or values because Amazon Web Services reserves it for Amazon Web Services use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per secret limit. If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @. If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:TagResource. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
+ * Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags. For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide. If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:TagResource. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
*/
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
@@ -219,7 +219,7 @@ declare namespace SecretsManager {
*/
Name: NameType;
/**
- * If you include SecretString or SecretBinary, then Secrets Manager creates an initial version for the secret, and this parameter specifies the unique identifier for the new version. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken yourself for the new version and include the value in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret. If the ClientRequestToken value isn't already associated with a version of the secret then a new version of the secret is created. If a version with this value already exists and the version SecretString and SecretBinary values are the same as those in the request, then the request is ignored. If a version with this value already exists and that version's SecretString and SecretBinary values are different from those in the request, then the request fails because you cannot modify an existing version. Instead, use PutSecretValue to create a new version. This value becomes the VersionId of the new version.
+ * If you include SecretString or SecretBinary, then Secrets Manager creates an initial version for the secret, and this parameter specifies the unique identifier for the new version. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken and include it in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret. If the ClientRequestToken value isn't already associated with a version of the secret then a new version of the secret is created. If a version with this value already exists and the version SecretString and SecretBinary values are the same as those in the request, then the request is ignored. If a version with this value already exists and that version's SecretString and SecretBinary values are different from those in the request, then the request fails because you cannot modify an existing version. Instead, use PutSecretValue to create a new version. This value becomes the VersionId of the new version.
*/
ClientRequestToken?: ClientRequestTokenType;
/**
@@ -239,7 +239,7 @@ declare namespace SecretsManager {
*/
SecretString?: SecretStringType;
/**
- * A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string, for example: [{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}] Secrets Manager tag key names are case sensitive. A tag with the key "ABC" is a different tag from one with key "abc". If you check tags in permissions policies as part of your security strategy, then adding or removing a tag can change permissions. If the completion of this operation would result in you losing your permissions for this secret, then Secrets Manager blocks the operation and returns an Access Denied error. For more information, see Control access to secrets using tags and Limit access to identities with tags that match secrets' tags. For information about how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters. If your command-line tool or SDK requires quotation marks around the parameter, you should use single quotes to avoid confusion with the double quotes required in the JSON text. The following restrictions apply to tags: Maximum number of tags per secret: 50 Maximum key length: 127 Unicode characters in UTF-8 Maximum value length: 255 Unicode characters in UTF-8 Tag keys and values are case sensitive. Do not use the aws: prefix in your tag names or values because Amazon Web Services reserves it for Amazon Web Services use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per secret limit. If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @.
+ * A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string, for example: [{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}] Secrets Manager tag key names are case sensitive. A tag with the key "ABC" is a different tag from one with key "abc". If you check tags in permissions policies as part of your security strategy, then adding or removing a tag can change permissions. If the completion of this operation would result in you losing your permissions for this secret, then Secrets Manager blocks the operation and returns an Access Denied error. For more information, see Control access to secrets using tags and Limit access to identities with tags that match secrets' tags. For information about how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters. If your command-line tool or SDK requires quotation marks around the parameter, you should use single quotes to avoid confusion with the double quotes required in the JSON text. For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide.
*/
Tags?: TagListType;
/**
@@ -633,7 +633,7 @@ declare namespace SecretsManager {
*/
SecretId: SecretIdType;
/**
- * A unique identifier for the new version of the secret. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty because they generate a random UUID for you. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken yourself for new versions and include that value in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during the Lambda rotation function processing. We recommend that you generate a UUID-type value to ensure uniqueness within the specified secret. If the ClientRequestToken value isn't already associated with a version of the secret then a new version of the secret is created. If a version with this value already exists and that version's SecretString or SecretBinary values are the same as those in the request then the request is ignored. The operation is idempotent. If a version with this value already exists and the version of the SecretString and SecretBinary values are different from those in the request, then the request fails because you can't modify a secret version. You can only create new versions to store new secret values. This value becomes the VersionId of the new version.
+ * A unique identifier for the new version of the secret. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken and include it in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret. If the ClientRequestToken value isn't already associated with a version of the secret then a new version of the secret is created. If a version with this value already exists and that version's SecretString or SecretBinary values are the same as those in the request then the request is ignored. The operation is idempotent. If a version with this value already exists and the version of the SecretString and SecretBinary values are different from those in the request, then the request fails because you can't modify a secret version. You can only create new versions to store new secret values. This value becomes the VersionId of the new version.
*/
ClientRequestToken?: ClientRequestTokenType;
/**
@@ -771,7 +771,7 @@ declare namespace SecretsManager {
*/
SecretId: SecretIdType;
/**
- * A unique identifier for the new version of the secret that helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during rotation. This value becomes the VersionId of the new version. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDK to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes that in the request for this parameter. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken yourself for new versions and include that value in the request. You only need to specify this value if you implement your own retry logic and you want to ensure that Secrets Manager doesn't attempt to create a secret version twice. We recommend that you generate a UUID-type value to ensure uniqueness within the specified secret.
+ * A unique identifier for the new version of the secret. You only need to specify this value if you implement your own retry logic and you want to ensure that Secrets Manager doesn't attempt to create a secret version twice. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken and include it in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
*/
ClientRequestToken?: ClientRequestTokenType;
/**
@@ -977,7 +977,7 @@ declare namespace SecretsManager {
*/
SecretId: SecretIdType;
/**
- * If you include SecretString or SecretBinary, then Secrets Manager creates a new version for the secret, and this parameter specifies the unique identifier for the new version. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken yourself for the new version and include the value in the request. This value becomes the VersionId of the new version.
+ * If you include SecretString or SecretBinary, then Secrets Manager creates a new version for the secret, and this parameter specifies the unique identifier for the new version. If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken and include it in the request. This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a UUID-type value to ensure uniqueness of your versions within the specified secret.
*/
ClientRequestToken?: ClientRequestTokenType;
/**
diff --git a/clients/servicecatalog.d.ts b/clients/servicecatalog.d.ts
index 7420175f82..589bc6a6ac 100644
--- a/clients/servicecatalog.d.ts
+++ b/clients/servicecatalog.d.ts
@@ -28,11 +28,11 @@ declare class ServiceCatalog extends Service {
*/
associateBudgetWithResource(callback?: (err: AWSError, data: ServiceCatalog.Types.AssociateBudgetWithResourceOutput) => void): Request;
/**
- * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
+ * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
*/
associatePrincipalWithPortfolio(params: ServiceCatalog.Types.AssociatePrincipalWithPortfolioInput, callback?: (err: AWSError, data: ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput) => void): Request;
/**
- * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
+ * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
*/
associatePrincipalWithPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput) => void): Request;
/**
@@ -2994,7 +2994,7 @@ declare namespace ServiceCatalog {
export type Principals = Principal[];
export type ProductArn = string;
export type ProductSource = "ACCOUNT"|string;
- export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"TERRAFORM_OPEN_SOURCE"|"TERRAFORM_CLOUD"|string;
+ export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"TERRAFORM_OPEN_SOURCE"|"TERRAFORM_CLOUD"|"EXTERNAL"|string;
export type ProductViewAggregationType = string;
export interface ProductViewAggregationValue {
/**
@@ -3161,7 +3161,7 @@ declare namespace ServiceCatalog {
*/
Arn?: ProvisionedProductNameOrArn;
/**
- * The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
+ * The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, and EXTERNAL.
*/
Type?: ProvisionedProductType;
/**
@@ -3240,7 +3240,7 @@ declare namespace ServiceCatalog {
*/
Arn?: ProvisionedProductNameOrArn;
/**
- * The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
+ * The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, and EXTERNAL.
*/
Type?: ProvisionedProductType;
/**
@@ -3431,7 +3431,7 @@ declare namespace ServiceCatalog {
*/
Description?: ProvisioningArtifactName;
/**
- * The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - CloudFormation template
+ * The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - CloudFormation template TERRAFORM_OPEN_SOURCE - Terraform Open Source configuration file TERRAFORM_CLOUD - Terraform Cloud configuration file EXTERNAL - External configuration file
*/
Type?: ProvisioningArtifactType;
/**
@@ -3520,7 +3520,7 @@ declare namespace ServiceCatalog {
*/
Info?: ProvisioningArtifactInfo;
/**
- * The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - CloudFormation template TERRAFORM_OPEN_SOURCE - Terraform open source configuration file
+ * The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - CloudFormation template TERRAFORM_OPEN_SOURCE - Terraform Open Source configuration file TERRAFORM_CLOUD - Terraform Cloud configuration file EXTERNAL - External configuration file
*/
Type?: ProvisioningArtifactType;
/**
@@ -3553,7 +3553,7 @@ declare namespace ServiceCatalog {
*/
ProvisioningArtifactMetadata?: ProvisioningArtifactInfo;
}
- export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|"TERRAFORM_OPEN_SOURCE"|"TERRAFORM_CLOUD"|string;
+ export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|"TERRAFORM_OPEN_SOURCE"|"TERRAFORM_CLOUD"|"EXTERNAL"|string;
export interface ProvisioningArtifactView {
/**
* Summary information about a product view.
@@ -3625,7 +3625,7 @@ declare namespace ServiceCatalog {
*/
UpdatedTime?: UpdatedTime;
/**
- * The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, and TERRAFORM_CLOUD.
+ * The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, and EXTERNAL.
*/
ProvisionedProductType?: ProvisionedProductType;
/**
diff --git a/clients/verifiedpermissions.d.ts b/clients/verifiedpermissions.d.ts
index 22220305cf..c096065ec0 100644
--- a/clients/verifiedpermissions.d.ts
+++ b/clients/verifiedpermissions.d.ts
@@ -196,11 +196,11 @@ declare class VerifiedPermissions extends Service {
*/
updatePolicyStore(callback?: (err: AWSError, data: VerifiedPermissions.Types.UpdatePolicyStoreOutput) => void): Request;
/**
- * Updates the specified policy template. You can update only the description and the some elements of the policyBody. Changes you make to the policy template content are immediately reflected in authorization decisions that involve all template-linked policies instantiated from this template. Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
+ * Updates the specified policy template. You can update only the description and the some elements of the policyBody. Changes you make to the policy template content are immediately (within the constraints of eventual consistency) reflected in authorization decisions that involve all template-linked policies instantiated from this template. Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
*/
updatePolicyTemplate(params: VerifiedPermissions.Types.UpdatePolicyTemplateInput, callback?: (err: AWSError, data: VerifiedPermissions.Types.UpdatePolicyTemplateOutput) => void): Request;
/**
- * Updates the specified policy template. You can update only the description and the some elements of the policyBody. Changes you make to the policy template content are immediately reflected in authorization decisions that involve all template-linked policies instantiated from this template. Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
+ * Updates the specified policy template. You can update only the description and the some elements of the policyBody. Changes you make to the policy template content are immediately (within the constraints of eventual consistency) reflected in authorization decisions that involve all template-linked policies instantiated from this template. Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
*/
updatePolicyTemplate(callback?: (err: AWSError, data: VerifiedPermissions.Types.UpdatePolicyTemplateOutput) => void): Request;
}
diff --git a/clients/workspaces.d.ts b/clients/workspaces.d.ts
index cda9bc090d..f4c4690fac 100644
--- a/clients/workspaces.d.ts
+++ b/clients/workspaces.d.ts
@@ -116,11 +116,11 @@ declare class WorkSpaces extends Service {
*/
createWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspaceImageResult) => void): Request;
/**
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles.
*/
createWorkspaces(params: WorkSpaces.Types.CreateWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request;
/**
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles.
*/
createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request;
/**
diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js
index 641a95f32d..e1140ada98 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.1476.0',
+ VERSION: '2.1477.0',
/**
* @api private
@@ -1730,7 +1730,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 7 */
/***/ (function(module, exports) {
- module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"gamesparks":{"name":"GameSparks"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
+ module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
/***/ }),
/* 8 */
diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js
index 3a690a4c12..a6e6d87269 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.1476.0',
+ VERSION: '2.1477.0',
/**
* @api private
@@ -2042,7 +2042,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 7 */
/***/ (function(module, exports) {
- module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"gamesparks":{"name":"GameSparks"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
+ module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
/***/ }),
/* 8 */
@@ -35294,63 +35294,62 @@ return /******/ (function(modules) { // webpackBootstrap
AmplifyUIBuilder: __webpack_require__(1150),
Keyspaces: __webpack_require__(1154),
Billingconductor: __webpack_require__(1158),
- GameSparks: __webpack_require__(1162),
- PinpointSMSVoiceV2: __webpack_require__(1165),
- Ivschat: __webpack_require__(1169),
- ChimeSDKMediaPipelines: __webpack_require__(1172),
- EMRServerless: __webpack_require__(1175),
- M2: __webpack_require__(1178),
- ConnectCampaigns: __webpack_require__(1181),
- RedshiftServerless: __webpack_require__(1184),
- RolesAnywhere: __webpack_require__(1187),
- LicenseManagerUserSubscriptions: __webpack_require__(1190),
- BackupStorage: __webpack_require__(1193),
- PrivateNetworks: __webpack_require__(1196),
- SupportApp: __webpack_require__(1199),
- ControlTower: __webpack_require__(1202),
- IoTFleetWise: __webpack_require__(1205),
- MigrationHubOrchestrator: __webpack_require__(1209),
- ConnectCases: __webpack_require__(1213),
- ResourceExplorer2: __webpack_require__(1216),
- Scheduler: __webpack_require__(1219),
- ChimeSDKVoice: __webpack_require__(1222),
- IoTRoboRunner: __webpack_require__(1225),
- SsmSap: __webpack_require__(1228),
- OAM: __webpack_require__(1231),
- ARCZonalShift: __webpack_require__(1234),
- Omics: __webpack_require__(1237),
- OpenSearchServerless: __webpack_require__(1241),
- SecurityLake: __webpack_require__(1244),
- SimSpaceWeaver: __webpack_require__(1247),
- DocDBElastic: __webpack_require__(1250),
- SageMakerGeospatial: __webpack_require__(1253),
- CodeCatalyst: __webpack_require__(1256),
- Pipes: __webpack_require__(1260),
- SageMakerMetrics: __webpack_require__(1263),
- KinesisVideoWebRTCStorage: __webpack_require__(1266),
- LicenseManagerLinuxSubscriptions: __webpack_require__(1269),
- KendraRanking: __webpack_require__(1272),
- CleanRooms: __webpack_require__(1275),
- CloudTrailData: __webpack_require__(1279),
- Tnb: __webpack_require__(1282),
- InternetMonitor: __webpack_require__(1285),
- IVSRealTime: __webpack_require__(1289),
- VPCLattice: __webpack_require__(1292),
- OSIS: __webpack_require__(1295),
- MediaPackageV2: __webpack_require__(1298),
- PaymentCryptography: __webpack_require__(1302),
- PaymentCryptographyData: __webpack_require__(1305),
- CodeGuruSecurity: __webpack_require__(1308),
- VerifiedPermissions: __webpack_require__(1311),
- AppFabric: __webpack_require__(1315),
- MedicalImaging: __webpack_require__(1319),
- EntityResolution: __webpack_require__(1323),
- ManagedBlockchainQuery: __webpack_require__(1326),
- Neptunedata: __webpack_require__(1330),
- PcaConnectorAd: __webpack_require__(1333),
- Bedrock: __webpack_require__(1336),
- BedrockRuntime: __webpack_require__(1340),
- DataZone: __webpack_require__(1343)
+ PinpointSMSVoiceV2: __webpack_require__(1162),
+ Ivschat: __webpack_require__(1166),
+ ChimeSDKMediaPipelines: __webpack_require__(1169),
+ EMRServerless: __webpack_require__(1172),
+ M2: __webpack_require__(1175),
+ ConnectCampaigns: __webpack_require__(1178),
+ RedshiftServerless: __webpack_require__(1181),
+ RolesAnywhere: __webpack_require__(1184),
+ LicenseManagerUserSubscriptions: __webpack_require__(1187),
+ BackupStorage: __webpack_require__(1190),
+ PrivateNetworks: __webpack_require__(1193),
+ SupportApp: __webpack_require__(1196),
+ ControlTower: __webpack_require__(1199),
+ IoTFleetWise: __webpack_require__(1202),
+ MigrationHubOrchestrator: __webpack_require__(1206),
+ ConnectCases: __webpack_require__(1210),
+ ResourceExplorer2: __webpack_require__(1213),
+ Scheduler: __webpack_require__(1216),
+ ChimeSDKVoice: __webpack_require__(1219),
+ IoTRoboRunner: __webpack_require__(1222),
+ SsmSap: __webpack_require__(1225),
+ OAM: __webpack_require__(1228),
+ ARCZonalShift: __webpack_require__(1231),
+ Omics: __webpack_require__(1234),
+ OpenSearchServerless: __webpack_require__(1238),
+ SecurityLake: __webpack_require__(1241),
+ SimSpaceWeaver: __webpack_require__(1244),
+ DocDBElastic: __webpack_require__(1247),
+ SageMakerGeospatial: __webpack_require__(1250),
+ CodeCatalyst: __webpack_require__(1253),
+ Pipes: __webpack_require__(1257),
+ SageMakerMetrics: __webpack_require__(1260),
+ KinesisVideoWebRTCStorage: __webpack_require__(1263),
+ LicenseManagerLinuxSubscriptions: __webpack_require__(1266),
+ KendraRanking: __webpack_require__(1269),
+ CleanRooms: __webpack_require__(1272),
+ CloudTrailData: __webpack_require__(1276),
+ Tnb: __webpack_require__(1279),
+ InternetMonitor: __webpack_require__(1282),
+ IVSRealTime: __webpack_require__(1286),
+ VPCLattice: __webpack_require__(1289),
+ OSIS: __webpack_require__(1292),
+ MediaPackageV2: __webpack_require__(1295),
+ PaymentCryptography: __webpack_require__(1299),
+ PaymentCryptographyData: __webpack_require__(1302),
+ CodeGuruSecurity: __webpack_require__(1305),
+ VerifiedPermissions: __webpack_require__(1308),
+ AppFabric: __webpack_require__(1312),
+ MedicalImaging: __webpack_require__(1316),
+ EntityResolution: __webpack_require__(1320),
+ ManagedBlockchainQuery: __webpack_require__(1323),
+ Neptunedata: __webpack_require__(1327),
+ PcaConnectorAd: __webpack_require__(1330),
+ Bedrock: __webpack_require__(1333),
+ BedrockRuntime: __webpack_require__(1337),
+ DataZone: __webpack_require__(1340)
};
/***/ }),
@@ -44256,7 +44255,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 367 */
/***/ (function(module, exports) {
- module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"gamesparks":{"name":"GameSparks"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
+ module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog","cors":true},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp","cors":true},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"},"m2":{"name":"M2"},"connectcampaigns":{"name":"ConnectCampaigns"},"redshiftserverless":{"prefix":"redshift-serverless","name":"RedshiftServerless"},"rolesanywhere":{"name":"RolesAnywhere"},"licensemanagerusersubscriptions":{"prefix":"license-manager-user-subscriptions","name":"LicenseManagerUserSubscriptions"},"backupstorage":{"name":"BackupStorage"},"privatenetworks":{"name":"PrivateNetworks"},"supportapp":{"prefix":"support-app","name":"SupportApp"},"controltower":{"name":"ControlTower"},"iotfleetwise":{"name":"IoTFleetWise"},"migrationhuborchestrator":{"name":"MigrationHubOrchestrator"},"connectcases":{"name":"ConnectCases"},"resourceexplorer2":{"prefix":"resource-explorer-2","name":"ResourceExplorer2"},"scheduler":{"name":"Scheduler"},"chimesdkvoice":{"prefix":"chime-sdk-voice","name":"ChimeSDKVoice"},"iotroborunner":{"prefix":"iot-roborunner","name":"IoTRoboRunner"},"ssmsap":{"prefix":"ssm-sap","name":"SsmSap"},"oam":{"name":"OAM"},"arczonalshift":{"prefix":"arc-zonal-shift","name":"ARCZonalShift"},"omics":{"name":"Omics"},"opensearchserverless":{"name":"OpenSearchServerless"},"securitylake":{"name":"SecurityLake"},"simspaceweaver":{"name":"SimSpaceWeaver"},"docdbelastic":{"prefix":"docdb-elastic","name":"DocDBElastic"},"sagemakergeospatial":{"prefix":"sagemaker-geospatial","name":"SageMakerGeospatial"},"codecatalyst":{"name":"CodeCatalyst"},"pipes":{"name":"Pipes"},"sagemakermetrics":{"prefix":"sagemaker-metrics","name":"SageMakerMetrics"},"kinesisvideowebrtcstorage":{"prefix":"kinesis-video-webrtc-storage","name":"KinesisVideoWebRTCStorage"},"licensemanagerlinuxsubscriptions":{"prefix":"license-manager-linux-subscriptions","name":"LicenseManagerLinuxSubscriptions"},"kendraranking":{"prefix":"kendra-ranking","name":"KendraRanking"},"cleanrooms":{"name":"CleanRooms"},"cloudtraildata":{"prefix":"cloudtrail-data","name":"CloudTrailData"},"tnb":{"name":"Tnb"},"internetmonitor":{"name":"InternetMonitor"},"ivsrealtime":{"prefix":"ivs-realtime","name":"IVSRealTime"},"vpclattice":{"prefix":"vpc-lattice","name":"VPCLattice"},"osis":{"name":"OSIS"},"mediapackagev2":{"name":"MediaPackageV2"},"paymentcryptography":{"prefix":"payment-cryptography","name":"PaymentCryptography"},"paymentcryptographydata":{"prefix":"payment-cryptography-data","name":"PaymentCryptographyData"},"codegurusecurity":{"prefix":"codeguru-security","name":"CodeGuruSecurity"},"verifiedpermissions":{"name":"VerifiedPermissions"},"appfabric":{"name":"AppFabric"},"medicalimaging":{"prefix":"medical-imaging","name":"MedicalImaging"},"entityresolution":{"name":"EntityResolution"},"managedblockchainquery":{"prefix":"managedblockchain-query","name":"ManagedBlockchainQuery"},"neptunedata":{"name":"Neptunedata"},"pcaconnectorad":{"prefix":"pca-connector-ad","name":"PcaConnectorAd"},"bedrock":{"name":"Bedrock"},"bedrockruntime":{"prefix":"bedrock-runtime","name":"BedrockRuntime"},"datazone":{"name":"DataZone"}}
/***/ }),
/* 368 */
@@ -56677,7 +56676,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 688 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-04-01","endpointPrefix":"quicksight","jsonVersion":"1.0","protocol":"rest-json","serviceFullName":"Amazon QuickSight","serviceId":"QuickSight","signatureVersion":"v4","uid":"quicksight-2018-04-01"},"operations":{"CancelIngestion":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","IngestionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"}}},"output":{"type":"structure","members":{"Arn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateAccountCustomization":{"http":{"requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId","AccountCustomization"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"AccountCustomization":{"shape":"Sa"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateAccountSubscription":{"http":{"requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["Edition","AuthenticationMethod","AwsAccountId","AccountName","NotificationEmail"],"members":{"Edition":{},"AuthenticationMethod":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AccountName":{},"NotificationEmail":{},"ActiveDirectoryName":{},"Realm":{},"DirectoryId":{},"AdminGroup":{"shape":"Sk"},"AuthorGroup":{"shape":"Sk"},"ReaderGroup":{"shape":"Sk"},"FirstName":{},"LastName":{},"EmailAddress":{},"ContactNumber":{}}},"output":{"type":"structure","members":{"SignupResponse":{"type":"structure","members":{"IAMUser":{"type":"boolean"},"userLoginName":{},"accountName":{},"directoryType":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateAnalysis":{"http":{"requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"Name":{},"Parameters":{"shape":"Sr"},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"S1d"},"ThemeArn":{},"Tags":{"shape":"Sb"},"Definition":{"shape":"S1h"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateDashboard":{"http":{"requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"Name":{},"Parameters":{"shape":"Sr"},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"Sly"},"Tags":{"shape":"Sb"},"VersionDescription":{},"DashboardPublishOptions":{"shape":"Sm1"},"ThemeArn":{},"Definition":{"shape":"Smg"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"DashboardId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateDataSet":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","Name","PhysicalTableMap","ImportMode"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{},"Name":{},"PhysicalTableMap":{"shape":"Sml"},"LogicalTableMap":{"shape":"Sn4"},"ImportMode":{},"ColumnGroups":{"shape":"Sob"},"FieldFolders":{"shape":"Soh"},"Permissions":{"shape":"S19"},"RowLevelPermissionDataSet":{"shape":"Som"},"RowLevelPermissionTagConfiguration":{"shape":"Soq"},"ColumnLevelPermissionRules":{"shape":"Soy"},"Tags":{"shape":"Sb"},"DataSetUsageConfiguration":{"shape":"Sp2"},"DatasetParameters":{"shape":"Sp3"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"IngestionArn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateDataSource":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sources"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId","Name","Type"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{},"Name":{},"Type":{},"DataSourceParameters":{"shape":"Spi"},"Credentials":{"shape":"Sqs"},"Permissions":{"shape":"S19"},"VpcConnectionProperties":{"shape":"Sqz"},"SslProperties":{"shape":"Sr0"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"CreationStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateFolder":{"http":{"requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Name":{},"FolderType":{},"ParentFolderArn":{},"Permissions":{"shape":"S19"},"Tags":{"shape":"Sb"},"SharingModel":{}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"CreateFolderMembership":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","MemberId","MemberType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"MemberId":{"location":"uri","locationName":"MemberId"},"MemberType":{"location":"uri","locationName":"MemberType"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"FolderMember":{"type":"structure","members":{"MemberId":{},"MemberType":{}}},"RequestId":{}}}},"CreateGroup":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{},"Description":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srg"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateGroupMembership":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMember":{"shape":"Srk"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateIAMPolicyAssignment":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","AssignmentStatus","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Sro"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"AssignmentName":{},"AssignmentId":{},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Sro"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateIngestion":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["DataSetId","IngestionId","AwsAccountId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"IngestionType":{}}},"output":{"type":"structure","members":{"Arn":{},"IngestionId":{},"IngestionStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateNamespace":{"http":{"requestUri":"/accounts/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId","Namespace","IdentityStore"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{},"IdentityStore":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"CapacityRegion":{},"CreationStatus":{},"IdentityStore":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateRefreshSchedule":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","Schedule"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Schedule":{"shape":"Ss1"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"CreateTemplate":{"http":{"requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"Name":{},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"Ssa"},"Tags":{"shape":"Sb"},"VersionDescription":{},"Definition":{"shape":"Ssd"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"TemplateId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTemplateAlias":{"http":{"requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName","TemplateVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"},"TemplateVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"Sss"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTheme":{"http":{"requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","Name","BaseThemeId","Configuration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"Name":{},"BaseThemeId":{},"VersionDescription":{},"Configuration":{"shape":"Ssv"},"Permissions":{"shape":"S19"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"ThemeId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateThemeAlias":{"http":{"requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName","ThemeVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"},"ThemeVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stb"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTopic":{"http":{"requestUri":"/accounts/{AwsAccountId}/topics"},"input":{"type":"structure","required":["AwsAccountId","TopicId","Topic"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{},"Topic":{"shape":"Ste"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"RefreshArn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateTopicRefreshSchedule":{"http":{"requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetArn","RefreshSchedule"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetArn":{},"DatasetName":{},"RefreshSchedule":{"shape":"Sv2"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateVPCConnection":{"http":{"requestUri":"/accounts/{AwsAccountId}/vpc-connections"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId","Name","SubnetIds","SecurityGroupIds","RoleArn"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{},"Name":{},"SubnetIds":{"shape":"Sv7"},"SecurityGroupIds":{"shape":"Sv9"},"DnsResolvers":{"shape":"Svb"},"RoleArn":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"CreationStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAccountCustomization":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAccountSubscription":{"http":{"method":"DELETE","requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAnalysis":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"RecoveryWindowInDays":{"location":"querystring","locationName":"recovery-window-in-days","type":"long"},"ForceDeleteWithoutRecovery":{"location":"querystring","locationName":"force-delete-without-recovery","type":"boolean"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"AnalysisId":{},"DeletionTime":{"type":"timestamp"},"RequestId":{}}}},"DeleteDashboard":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"DashboardId":{},"RequestId":{}}}},"DeleteDataSet":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteDataSetRefreshProperties":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteFolder":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"DeleteFolderMembership":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","MemberId","MemberType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"MemberId":{"location":"uri","locationName":"MemberId"},"MemberType":{"location":"uri","locationName":"MemberType"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"RequestId":{}}}},"DeleteGroup":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteGroupMembership":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteIAMPolicyAssignment":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"AssignmentName":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteNamespace":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteRefreshSchedule":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","ScheduleId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ScheduleId":{"location":"uri","locationName":"ScheduleId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"DeleteTemplate":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"RequestId":{},"Arn":{},"TemplateId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteTemplateAlias":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"TemplateId":{},"AliasName":{},"Arn":{},"RequestId":{}}}},"DeleteTheme":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"Arn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"ThemeId":{}}}},"DeleteThemeAlias":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"AliasName":{},"Arn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"ThemeId":{}}}},"DeleteTopic":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteTopicRefreshSchedule":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteUserByPrincipalId":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}"},"input":{"type":"structure","required":["PrincipalId","AwsAccountId","Namespace"],"members":{"PrincipalId":{"location":"uri","locationName":"PrincipalId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteVPCConnection":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"DeletionStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountCustomization":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"Resolved":{"location":"querystring","locationName":"resolved","type":"boolean"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountSettings":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/settings"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AccountSettings":{"type":"structure","members":{"AccountName":{},"Edition":{},"DefaultNamespace":{},"NotificationEmail":{},"PublicSharingEnabled":{"type":"boolean"},"TerminationProtectionEnabled":{"type":"boolean"}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountSubscription":{"http":{"method":"GET","requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AccountInfo":{"type":"structure","members":{"AccountName":{},"Edition":{},"NotificationEmail":{},"AuthenticationType":{},"AccountSubscriptionStatus":{},"IAMIdentityCenterInstanceArn":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysis":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"Analysis":{"type":"structure","members":{"AnalysisId":{},"Arn":{},"Name":{},"Status":{},"Errors":{"shape":"Sx5"},"DataSetArns":{"shape":"Sxa"},"ThemeArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Sheets":{"shape":"Sxb"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysisDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/definition"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"AnalysisId":{},"Name":{},"Errors":{"shape":"Sx5"},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"S1h"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysisPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"AnalysisId":{},"AnalysisArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAssetBundleExportJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs/{AssetBundleExportJobId}"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleExportJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleExportJobId":{"location":"uri","locationName":"AssetBundleExportJobId"}}},"output":{"type":"structure","members":{"JobStatus":{},"DownloadUrl":{},"Errors":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"Message":{}}}},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleExportJobId":{},"AwsAccountId":{},"ResourceArns":{"shape":"Sxm"},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{},"CloudFormationOverridePropertyConfiguration":{"shape":"Sxo"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAssetBundleImportJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs/{AssetBundleImportJobId}"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleImportJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleImportJobId":{"location":"uri","locationName":"AssetBundleImportJobId"}}},"output":{"type":"structure","members":{"JobStatus":{},"Errors":{"shape":"Syl"},"RollbackErrors":{"shape":"Syl"},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleImportJobId":{},"AwsAccountId":{},"AssetBundleImportSource":{"type":"structure","members":{"Body":{},"S3Uri":{}}},"OverrideParameters":{"shape":"Syp"},"FailureAction":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDashboard":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Dashboard":{"type":"structure","members":{"DashboardId":{},"Arn":{},"Name":{},"Version":{"type":"structure","members":{"CreatedTime":{"type":"timestamp"},"Errors":{"shape":"Szc"},"VersionNumber":{"type":"long"},"Status":{},"Arn":{},"SourceEntityArn":{},"DataSetArns":{"shape":"Sxa"},"Description":{},"ThemeArn":{},"Sheets":{"shape":"Sxb"}}},"CreatedTime":{"type":"timestamp"},"LastPublishedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeDashboardDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/definition"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"DashboardId":{},"Errors":{"shape":"Szc"},"Name":{},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"Smg"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"DashboardPublishOptions":{"shape":"Sm1"}}}},"DescribeDashboardPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"}}},"output":{"type":"structure","members":{"DashboardId":{},"DashboardArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"LinkSharingConfiguration":{"shape":"Szj"}}}},"DescribeDashboardSnapshotJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{"location":"uri","locationName":"SnapshotJobId"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"DashboardId":{},"SnapshotJobId":{},"UserConfiguration":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"RowLevelPermissionTagKeys":{"type":"list","member":{}}}}}}},"SnapshotConfiguration":{"shape":"Szq"},"Arn":{},"JobStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"RequestId":{},"Status":{"type":"integer"}}}},"DescribeDashboardSnapshotJobResult":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}/result"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{"location":"uri","locationName":"SnapshotJobId"}}},"output":{"type":"structure","members":{"Arn":{},"JobStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Result":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"FileGroups":{"type":"list","member":{"type":"structure","members":{"Files":{"shape":"Szt"},"S3Results":{"type":"list","member":{"type":"structure","members":{"S3DestinationConfiguration":{"shape":"S102"},"S3Uri":{"type":"string","sensitive":true},"ErrorInfo":{"type":"list","member":{"type":"structure","members":{"ErrorMessage":{},"ErrorType":{}}}}}}}}}}}}}}},"ErrorInfo":{"type":"structure","members":{"ErrorMessage":{},"ErrorType":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSet":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"DataSet":{"type":"structure","members":{"Arn":{},"DataSetId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"PhysicalTableMap":{"shape":"Sml"},"LogicalTableMap":{"shape":"Sn4"},"OutputColumns":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"Type":{}}}},"ImportMode":{},"ConsumedSpiceCapacityInBytes":{"type":"long"},"ColumnGroups":{"shape":"Sob"},"FieldFolders":{"shape":"Soh"},"RowLevelPermissionDataSet":{"shape":"Som"},"RowLevelPermissionTagConfiguration":{"shape":"Soq"},"ColumnLevelPermissionRules":{"shape":"Soy"},"DataSetUsageConfiguration":{"shape":"Sp2"},"DatasetParameters":{"shape":"Sp3"}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSetPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"DataSetArn":{},"DataSetId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSetRefreshProperties":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"DataSetRefreshProperties":{"shape":"S10r"}}}},"DescribeDataSource":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"DataSource":{"shape":"S10z"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSourcePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"DataSourceArn":{},"DataSourceId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeFolder":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Folder":{"type":"structure","members":{"FolderId":{},"Arn":{},"Name":{},"FolderType":{},"FolderPath":{"type":"list","member":{}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"SharingModel":{}}},"RequestId":{}}}},"DescribeFolderPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Namespace":{"location":"querystring","locationName":"namespace"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderId":{},"Arn":{},"Permissions":{"shape":"S19"},"RequestId":{},"NextToken":{}}}},"DescribeFolderResolvedPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/resolved-permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Namespace":{"location":"querystring","locationName":"namespace"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderId":{},"Arn":{},"Permissions":{"shape":"S19"},"RequestId":{},"NextToken":{}}}},"DescribeGroup":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srg"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeGroupMembership":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMember":{"shape":"Srk"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIAMPolicyAssignment":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"IAMPolicyAssignment":{"type":"structure","members":{"AwsAccountId":{},"AssignmentId":{},"AssignmentName":{},"PolicyArn":{},"Identities":{"shape":"Sro"},"AssignmentStatus":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIngestion":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","IngestionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"}}},"output":{"type":"structure","members":{"Ingestion":{"shape":"S11m"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIpRestriction":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/ip-restriction"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"IpRestrictionRuleMap":{"shape":"S11v"},"Enabled":{"type":"boolean"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeNamespace":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Namespace":{"shape":"S120"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeRefreshSchedule":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","ScheduleId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"ScheduleId":{"location":"uri","locationName":"ScheduleId"}}},"output":{"type":"structure","members":{"RefreshSchedule":{"shape":"Ss1"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"Arn":{}}}},"DescribeTemplate":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Template":{"type":"structure","members":{"Arn":{},"Name":{},"Version":{"type":"structure","members":{"CreatedTime":{"type":"timestamp"},"Errors":{"shape":"S129"},"VersionNumber":{"type":"long"},"Status":{},"DataSetConfigurations":{"shape":"Sse"},"Description":{},"SourceEntityArn":{},"ThemeArn":{},"Sheets":{"shape":"Sxb"}}},"TemplateId":{},"LastUpdatedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplateAlias":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"Sss"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplateDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/definition"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Name":{},"TemplateId":{},"Errors":{"shape":"S129"},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"Ssd"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplatePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"}}},"output":{"type":"structure","members":{"TemplateId":{},"TemplateArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTheme":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Theme":{"type":"structure","members":{"Arn":{},"Name":{},"ThemeId":{},"Version":{"type":"structure","members":{"VersionNumber":{"type":"long"},"Arn":{},"Description":{},"BaseThemeId":{},"CreatedTime":{"type":"timestamp"},"Configuration":{"shape":"Ssv"},"Errors":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{}}}},"Status":{}}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Type":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeThemeAlias":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stb"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeThemePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"}}},"output":{"type":"structure","members":{"ThemeId":{},"ThemeArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopic":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"Topic":{"shape":"Ste"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopicPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTopicRefresh":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/refresh/{RefreshId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","RefreshId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"RefreshId":{"location":"uri","locationName":"RefreshId"}}},"output":{"type":"structure","members":{"RefreshDetails":{"type":"structure","members":{"RefreshArn":{},"RefreshId":{},"RefreshStatus":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopicRefreshSchedule":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"RefreshSchedule":{"shape":"Sv2"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeUser":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"User":{"shape":"S137"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeVPCConnection":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"}}},"output":{"type":"structure","members":{"VPCConnection":{"type":"structure","members":{"VPCConnectionId":{},"Arn":{},"Name":{},"VPCId":{},"SecurityGroupIds":{"shape":"Sv9"},"DnsResolvers":{"shape":"Stv"},"Status":{},"AvailabilityStatus":{},"NetworkInterfaces":{"shape":"S13e"},"RoleArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}},"RequestId":{},"Status":{"type":"integer"}}}},"GenerateEmbedUrlForAnonymousUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/embed-url/anonymous-user"},"input":{"type":"structure","required":["AwsAccountId","Namespace","AuthorizedResourceArns","ExperienceConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"SessionLifetimeInMinutes":{"type":"long"},"Namespace":{},"SessionTags":{"shape":"S13k"},"AuthorizedResourceArns":{"type":"list","member":{}},"ExperienceConfiguration":{"type":"structure","members":{"Dashboard":{"type":"structure","required":["InitialDashboardId"],"members":{"InitialDashboardId":{}}},"DashboardVisual":{"type":"structure","required":["InitialDashboardVisualId"],"members":{"InitialDashboardVisualId":{"shape":"S13q"}}},"QSearchBar":{"type":"structure","required":["InitialTopicId"],"members":{"InitialTopicId":{}}}}},"AllowedDomains":{"shape":"Stv"}}},"output":{"type":"structure","required":["EmbedUrl","Status","RequestId","AnonymousUserArn"],"members":{"EmbedUrl":{"shape":"S13t"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"AnonymousUserArn":{}}}},"GenerateEmbedUrlForRegisteredUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/embed-url/registered-user"},"input":{"type":"structure","required":["AwsAccountId","UserArn","ExperienceConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"SessionLifetimeInMinutes":{"type":"long"},"UserArn":{},"ExperienceConfiguration":{"type":"structure","members":{"Dashboard":{"type":"structure","required":["InitialDashboardId"],"members":{"InitialDashboardId":{},"FeatureConfigurations":{"type":"structure","members":{"StatePersistence":{"shape":"S13y"},"Bookmarks":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}}}}}},"QuickSightConsole":{"type":"structure","members":{"InitialPath":{},"FeatureConfigurations":{"type":"structure","members":{"StatePersistence":{"shape":"S13y"}}}}},"QSearchBar":{"type":"structure","members":{"InitialTopicId":{}}},"DashboardVisual":{"type":"structure","required":["InitialDashboardVisualId"],"members":{"InitialDashboardVisualId":{"shape":"S13q"}}}}},"AllowedDomains":{"shape":"Stv"}}},"output":{"type":"structure","required":["EmbedUrl","Status","RequestId"],"members":{"EmbedUrl":{"shape":"S13t"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"GetDashboardEmbedUrl":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","IdentityType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"IdentityType":{"location":"querystring","locationName":"creds-type"},"SessionLifetimeInMinutes":{"location":"querystring","locationName":"session-lifetime","type":"long"},"UndoRedoDisabled":{"location":"querystring","locationName":"undo-redo-disabled","type":"boolean"},"ResetDisabled":{"location":"querystring","locationName":"reset-disabled","type":"boolean"},"StatePersistenceEnabled":{"location":"querystring","locationName":"state-persistence-enabled","type":"boolean"},"UserArn":{"location":"querystring","locationName":"user-arn"},"Namespace":{"location":"querystring","locationName":"namespace"},"AdditionalDashboardIds":{"location":"querystring","locationName":"additional-dashboard-ids","type":"list","member":{}}}},"output":{"type":"structure","members":{"EmbedUrl":{"shape":"S13t"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"GetSessionEmbedUrl":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/session-embed-url"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"EntryPoint":{"location":"querystring","locationName":"entry-point"},"SessionLifetimeInMinutes":{"location":"querystring","locationName":"session-lifetime","type":"long"},"UserArn":{"location":"querystring","locationName":"user-arn"}}},"output":{"type":"structure","members":{"EmbedUrl":{"shape":"S13t"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListAnalyses":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AnalysisSummaryList":{"shape":"S14f"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListAssetBundleExportJobs":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AssetBundleExportJobSummaryList":{"type":"list","member":{"type":"structure","members":{"JobStatus":{},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleExportJobId":{},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListAssetBundleImportJobs":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AssetBundleImportJobSummaryList":{"type":"list","member":{"type":"structure","members":{"JobStatus":{},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleImportJobId":{},"FailureAction":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListDashboardVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DashboardVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreatedTime":{"type":"timestamp"},"VersionNumber":{"type":"long"},"Status":{},"SourceEntityArn":{},"Description":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListDashboards":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DashboardSummaryList":{"shape":"S14v"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListDataSets":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DataSetSummaries":{"shape":"S14z"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DataSources":{"type":"list","member":{"shape":"S10z"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListFolderMembers":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderMemberList":{"type":"list","member":{"type":"structure","members":{"MemberId":{},"MemberArn":{}}}},"NextToken":{},"RequestId":{}}}},"ListFolders":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderSummaryList":{"shape":"S15a"},"NextToken":{},"RequestId":{}}}},"ListGroupMemberships":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMemberList":{"type":"list","member":{"shape":"Srk"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListGroups":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15h"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIAMPolicyAssignments":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/v2/iam-policy-assignments"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentStatus":{"location":"querystring","locationName":"assignment-status"},"Namespace":{"location":"uri","locationName":"Namespace"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"IAMPolicyAssignments":{"type":"list","member":{"type":"structure","members":{"AssignmentName":{},"AssignmentStatus":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIAMPolicyAssignmentsForUser":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments"},"input":{"type":"structure","required":["AwsAccountId","UserName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"UserName":{"location":"uri","locationName":"UserName"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"ActiveAssignments":{"type":"list","member":{"type":"structure","members":{"AssignmentName":{},"PolicyArn":{}}}},"RequestId":{},"NextToken":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIngestions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions"},"input":{"type":"structure","required":["DataSetId","AwsAccountId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"NextToken":{"location":"querystring","locationName":"next-token"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Ingestions":{"type":"list","member":{"shape":"S11m"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListNamespaces":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Namespaces":{"type":"list","member":{"shape":"S120"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListRefreshSchedules":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RefreshSchedules":{"type":"list","member":{"shape":"Ss1"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sb"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListTemplateAliases":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"TemplateAliasList":{"type":"list","member":{"shape":"Sss"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"NextToken":{}}}},"ListTemplateVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/versions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"TemplateVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"VersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"Status":{},"Description":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTemplates":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"TemplateSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"TemplateId":{},"Name":{},"LatestVersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListThemeAliases":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"ThemeAliasList":{"type":"list","member":{"shape":"Stb"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"NextToken":{}}}},"ListThemeVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/versions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"ThemeVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"Arn":{},"Description":{},"CreatedTime":{"type":"timestamp"},"Status":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListThemes":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"ThemeSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"ThemeId":{},"LatestVersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTopicRefreshSchedules":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"RefreshSchedules":{"type":"list","member":{"type":"structure","members":{"DatasetId":{},"DatasetArn":{},"DatasetName":{},"RefreshSchedule":{"shape":"Sv2"}}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTopics":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"TopicsSummaries":{"type":"list","member":{"type":"structure","members":{"Arn":{},"TopicId":{},"Name":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListUserGroups":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/groups"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15h"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListUsers":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"UserList":{"type":"list","member":{"shape":"S137"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListVPCConnections":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/vpc-connections"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VPCConnectionSummaries":{"type":"list","member":{"type":"structure","members":{"VPCConnectionId":{},"Arn":{},"Name":{},"VPCId":{},"SecurityGroupIds":{"shape":"Sv9"},"DnsResolvers":{"shape":"Stv"},"Status":{},"AvailabilityStatus":{},"NetworkInterfaces":{"shape":"S13e"},"RoleArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"PutDataSetRefreshProperties":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","DataSetRefreshProperties"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"DataSetRefreshProperties":{"shape":"S10r"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"RegisterUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users"},"input":{"type":"structure","required":["IdentityType","Email","UserRole","AwsAccountId","Namespace"],"members":{"IdentityType":{},"Email":{},"UserRole":{},"IamArn":{},"SessionName":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"UserName":{},"CustomPermissionsName":{},"ExternalLoginFederationProviderType":{},"CustomFederationProviderUrl":{},"ExternalLoginId":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"User":{"shape":"S137"},"UserInvitationUrl":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"RestoreAnalysis":{"http":{"requestUri":"/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"AnalysisId":{},"RequestId":{}}}},"SearchAnalyses":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/analyses"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AnalysisSummaryList":{"shape":"S14f"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDashboards":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/dashboards"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DashboardSummaryList":{"shape":"S14v"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDataSets":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/data-sets"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DataSetSummaries":{"shape":"S14z"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDataSources":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/data-sources"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DataSourceSummaries":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"Name":{},"Type":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchFolders":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/folders"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderSummaryList":{"shape":"S15a"},"NextToken":{},"RequestId":{}}}},"SearchGroups":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search"},"input":{"type":"structure","required":["AwsAccountId","Namespace","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15h"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartAssetBundleExportJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs/export"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleExportJobId","ResourceArns","ExportFormat"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleExportJobId":{},"ResourceArns":{"shape":"Sxm"},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{},"CloudFormationOverridePropertyConfiguration":{"shape":"Sxo"}}},"output":{"type":"structure","members":{"Arn":{},"AssetBundleExportJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartAssetBundleImportJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs/import"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleImportJobId","AssetBundleImportSource"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleImportJobId":{},"AssetBundleImportSource":{"type":"structure","members":{"Body":{"type":"blob","sensitive":true},"S3Uri":{}}},"OverrideParameters":{"shape":"Syp"},"FailureAction":{}}},"output":{"type":"structure","members":{"Arn":{},"AssetBundleImportJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartDashboardSnapshotJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId","UserConfiguration","SnapshotConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{},"UserConfiguration":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"RowLevelPermissionTags":{"shape":"S13k"}}}}}},"SnapshotConfiguration":{"shape":"Szq"}}},"output":{"type":"structure","members":{"Arn":{},"SnapshotJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"TagResource":{"http":{"requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"keys","type":"list","member":{}}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAccountCustomization":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId","AccountCustomization"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"AccountCustomization":{"shape":"Sa"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAccountSettings":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/settings"},"input":{"type":"structure","required":["AwsAccountId","DefaultNamespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DefaultNamespace":{},"NotificationEmail":{},"TerminationProtectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAnalysis":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"Name":{},"Parameters":{"shape":"Sr"},"SourceEntity":{"shape":"S1d"},"ThemeArn":{},"Definition":{"shape":"S1h"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"UpdateStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateAnalysisPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"GrantPermissions":{"shape":"S18x"},"RevokePermissions":{"shape":"S18x"}}},"output":{"type":"structure","members":{"AnalysisArn":{},"AnalysisId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDashboard":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"Name":{},"SourceEntity":{"shape":"Sly"},"Parameters":{"shape":"Sr"},"VersionDescription":{},"DashboardPublishOptions":{"shape":"Sm1"},"ThemeArn":{},"Definition":{"shape":"Smg"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"DashboardId":{},"CreationStatus":{},"Status":{"type":"integer"},"RequestId":{}}}},"UpdateDashboardPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"GrantPermissions":{"shape":"S18x"},"RevokePermissions":{"shape":"S18x"},"GrantLinkPermissions":{"shape":"S192"},"RevokeLinkPermissions":{"shape":"S192"}}},"output":{"type":"structure","members":{"DashboardArn":{},"DashboardId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"LinkSharingConfiguration":{"shape":"Szj"}}}},"UpdateDashboardPublishedVersion":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","VersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"type":"structure","members":{"DashboardId":{},"DashboardArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateDataSet":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","Name","PhysicalTableMap","ImportMode"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"Name":{},"PhysicalTableMap":{"shape":"Sml"},"LogicalTableMap":{"shape":"Sn4"},"ImportMode":{},"ColumnGroups":{"shape":"Sob"},"FieldFolders":{"shape":"Soh"},"RowLevelPermissionDataSet":{"shape":"Som"},"RowLevelPermissionTagConfiguration":{"shape":"Soq"},"ColumnLevelPermissionRules":{"shape":"Soy"},"DataSetUsageConfiguration":{"shape":"Sp2"},"DatasetParameters":{"shape":"Sp3"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"IngestionArn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSetPermissions":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"DataSetArn":{},"DataSetId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"},"Name":{},"DataSourceParameters":{"shape":"Spi"},"Credentials":{"shape":"Sqs"},"VpcConnectionProperties":{"shape":"Sqz"},"SslProperties":{"shape":"Sr0"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"UpdateStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSourcePermissions":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"DataSourceArn":{},"DataSourceId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateFolder":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Name":{}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"UpdateFolderPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"Arn":{},"FolderId":{},"Permissions":{"shape":"S19"},"RequestId":{}}}},"UpdateGroup":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"Description":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srg"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateIAMPolicyAssignment":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Sro"}}},"output":{"type":"structure","members":{"AssignmentName":{},"AssignmentId":{},"PolicyArn":{},"Identities":{"shape":"Sro"},"AssignmentStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateIpRestriction":{"http":{"requestUri":"/accounts/{AwsAccountId}/ip-restriction"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"IpRestrictionRuleMap":{"shape":"S11v"},"Enabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdatePublicSharingSettings":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/public-sharing-settings"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"PublicSharingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateRefreshSchedule":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","Schedule"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Schedule":{"shape":"Ss1"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"UpdateTemplate":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"SourceEntity":{"shape":"Ssa"},"VersionDescription":{},"Name":{},"Definition":{"shape":"Ssd"},"ValidationStrategy":{"shape":"Sls"}}},"output":{"type":"structure","members":{"TemplateId":{},"Arn":{},"VersionArn":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTemplateAlias":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName","TemplateVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"},"TemplateVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"Sss"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTemplatePermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"GrantPermissions":{"shape":"S18x"},"RevokePermissions":{"shape":"S18x"}}},"output":{"type":"structure","members":{"TemplateId":{},"TemplateArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTheme":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","BaseThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"Name":{},"BaseThemeId":{},"VersionDescription":{},"Configuration":{"shape":"Ssv"}}},"output":{"type":"structure","members":{"ThemeId":{},"Arn":{},"VersionArn":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateThemeAlias":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName","ThemeVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"},"ThemeVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stb"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateThemePermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"GrantPermissions":{"shape":"S18x"},"RevokePermissions":{"shape":"S18x"}}},"output":{"type":"structure","members":{"ThemeId":{},"ThemeArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTopic":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","Topic"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"Topic":{"shape":"Ste"}}},"output":{"type":"structure","members":{"TopicId":{},"Arn":{},"RefreshArn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTopicPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"GrantPermissions":{"shape":"S18x"},"RevokePermissions":{"shape":"S18x"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTopicRefreshSchedule":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId","RefreshSchedule"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"},"RefreshSchedule":{"shape":"Sv2"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateUser":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace","Email","Role"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"Email":{},"Role":{},"CustomPermissionsName":{},"UnapplyCustomPermissions":{"type":"boolean"},"ExternalLoginFederationProviderType":{},"CustomFederationProviderUrl":{},"ExternalLoginId":{}}},"output":{"type":"structure","members":{"User":{"shape":"S137"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateVPCConnection":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId","Name","SubnetIds","SecurityGroupIds","RoleArn"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"},"Name":{},"SubnetIds":{"shape":"Sv7"},"SecurityGroupIds":{"shape":"Sv9"},"DnsResolvers":{"shape":"Svb"},"RoleArn":{}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"UpdateStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}}},"shapes":{"Sa":{"type":"structure","members":{"DefaultTheme":{},"DefaultEmailCustomizationTemplate":{}}},"Sb":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sk":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"StringParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"Sv"}}}},"IntegerParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S10"}}}}},"DecimalParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S14"}}}}},"DateTimeParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S18"}}}}}}},"Sv":{"type":"list","member":{"shape":"Sw"}},"Sw":{"type":"string","sensitive":true},"S10":{"type":"long","sensitive":true},"S14":{"type":"double","sensitive":true},"S18":{"type":"timestamp","sensitive":true},"S19":{"type":"list","member":{"shape":"S1a"}},"S1a":{"type":"structure","required":["Principal","Actions"],"members":{"Principal":{},"Actions":{"type":"list","member":{}}}},"S1d":{"type":"structure","members":{"SourceTemplate":{"type":"structure","required":["DataSetReferences","Arn"],"members":{"DataSetReferences":{"shape":"S1f"},"Arn":{}}}}},"S1f":{"type":"list","member":{"type":"structure","required":["DataSetPlaceholder","DataSetArn"],"members":{"DataSetPlaceholder":{},"DataSetArn":{}}}},"S1h":{"type":"structure","required":["DataSetIdentifierDeclarations"],"members":{"DataSetIdentifierDeclarations":{"shape":"S1i"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjr"},"ParameterDeclarations":{"shape":"Sju"},"FilterGroups":{"shape":"Ske"},"ColumnConfigurations":{"shape":"Sle"},"AnalysisDefaults":{"shape":"Sll"}}},"S1i":{"type":"list","member":{"type":"structure","required":["Identifier","DataSetArn"],"members":{"Identifier":{},"DataSetArn":{}}}},"S1l":{"type":"list","member":{"type":"structure","required":["SheetId"],"members":{"SheetId":{},"Title":{},"Description":{},"Name":{},"ParameterControls":{"type":"list","member":{"type":"structure","members":{"DateTimePicker":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S1v"}}},"List":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2a"},"Type":{},"SelectableValues":{"shape":"S2e"},"CascadingControlConfiguration":{"shape":"S2i"}}},"Dropdown":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2m"},"Type":{},"SelectableValues":{"shape":"S2e"},"CascadingControlConfiguration":{"shape":"S2i"}}},"TextField":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2o"}}},"TextArea":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"Delimiter":{},"DisplayOptions":{"shape":"S2s"}}},"Slider":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName","MaximumValue","MinimumValue","StepSize"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2u"},"MaximumValue":{"type":"double"},"MinimumValue":{"type":"double"},"StepSize":{"type":"double"}}}}}},"FilterControls":{"type":"list","member":{"type":"structure","members":{"DateTimePicker":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S1v"},"Type":{}}},"List":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2a"},"Type":{},"SelectableValues":{"shape":"S31"},"CascadingControlConfiguration":{"shape":"S2i"}}},"Dropdown":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2m"},"Type":{},"SelectableValues":{"shape":"S31"},"CascadingControlConfiguration":{"shape":"S2i"}}},"TextField":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2o"}}},"TextArea":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"Delimiter":{},"DisplayOptions":{"shape":"S2s"}}},"Slider":{"type":"structure","required":["FilterControlId","Title","SourceFilterId","MaximumValue","MinimumValue","StepSize"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2u"},"Type":{},"MaximumValue":{"type":"double"},"MinimumValue":{"type":"double"},"StepSize":{"type":"double"}}},"RelativeDateTime":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"DateTimeFormat":{},"InfoIconLabelOptions":{"shape":"S27"}}}}}}}},"Visuals":{"type":"list","member":{"type":"structure","members":{"TableVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"TableAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"shape":"S3n"},"Values":{"shape":"S4f"}}},"TableUnaggregatedFieldWells":{"type":"structure","members":{"Values":{"type":"list","member":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"FormatConfiguration":{"shape":"S4v"}}}}}}}},"SortConfiguration":{"type":"structure","members":{"RowSort":{"type":"list","member":{"shape":"S4y"}},"PaginationConfiguration":{"shape":"S55"}}},"TableOptions":{"type":"structure","members":{"Orientation":{},"HeaderStyle":{"shape":"S5a"},"CellStyle":{"shape":"S5a"},"RowAlternateColorOptions":{"shape":"S5k"}}},"TotalOptions":{"type":"structure","members":{"TotalsVisibility":{},"Placement":{},"ScrollStatus":{},"CustomLabel":{},"TotalCellStyle":{"shape":"S5a"}}},"FieldOptions":{"type":"structure","members":{"SelectedFieldOptions":{"type":"list","member":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Width":{},"CustomLabel":{},"Visibility":{},"URLStyling":{"type":"structure","members":{"LinkConfiguration":{"type":"structure","required":["Target","Content"],"members":{"Target":{},"Content":{"type":"structure","members":{"CustomTextContent":{"type":"structure","required":["FontConfiguration"],"members":{"Value":{},"FontConfiguration":{"shape":"S1y"}}},"CustomIconContent":{"type":"structure","members":{"Icon":{}}}}}}},"ImageConfiguration":{"type":"structure","members":{"SizingOptions":{"type":"structure","members":{"TableCellImageScalingConfiguration":{}}}}}}}}}},"Order":{"type":"list","member":{}},"PinnedFieldOptions":{"type":"structure","members":{"PinnedLeftFields":{"type":"list","member":{}}}}}},"PaginatedReportOptions":{"type":"structure","members":{"VerticalOverflowVisibility":{},"OverflowColumnHeaderVisibility":{}}},"TableInlineVisualizations":{"type":"list","member":{"type":"structure","members":{"DataBars":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"PositiveColor":{},"NegativeColor":{}}}}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"Cell":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"TextFormat":{"shape":"S6g"}}},"Row":{"type":"structure","members":{"BackgroundColor":{"shape":"S6h"},"TextColor":{"shape":"S6h"}}}}}}}},"Actions":{"shape":"S6x"}}},"PivotTableVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"PivotTableAggregatedFieldWells":{"type":"structure","members":{"Rows":{"shape":"S7z"},"Columns":{"shape":"S7z"},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"FieldSortOptions":{"type":"list","member":{"type":"structure","required":["FieldId","SortBy"],"members":{"FieldId":{},"SortBy":{"type":"structure","members":{"Field":{"shape":"S4z"},"Column":{"shape":"S51"},"DataPath":{"type":"structure","required":["Direction","SortPaths"],"members":{"Direction":{},"SortPaths":{"shape":"S86"}}}}}}}}}},"TableOptions":{"type":"structure","members":{"MetricPlacement":{},"SingleMetricVisibility":{},"ColumnNamesVisibility":{},"ToggleButtonsVisibility":{},"ColumnHeaderStyle":{"shape":"S5a"},"RowHeaderStyle":{"shape":"S5a"},"CellStyle":{"shape":"S5a"},"RowFieldNamesStyle":{"shape":"S5a"},"RowAlternateColorOptions":{"shape":"S5k"},"CollapsedRowDimensionsVisibility":{},"RowsLayout":{},"RowsLabelOptions":{"type":"structure","members":{"Visibility":{},"CustomLabel":{}}},"DefaultCellWidth":{}}},"TotalOptions":{"type":"structure","members":{"RowSubtotalOptions":{"shape":"S8f"},"ColumnSubtotalOptions":{"shape":"S8f"},"RowTotalOptions":{"shape":"S8m"},"ColumnTotalOptions":{"shape":"S8m"}}},"FieldOptions":{"type":"structure","members":{"SelectedFieldOptions":{"type":"list","member":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"CustomLabel":{},"Visibility":{}}}},"DataPathOptions":{"type":"list","member":{"type":"structure","required":["DataPathList"],"members":{"DataPathList":{"shape":"S86"},"Width":{}}}},"CollapseStateOptions":{"type":"list","member":{"type":"structure","required":["Target"],"members":{"Target":{"type":"structure","members":{"FieldId":{},"FieldDataPathValues":{"shape":"S86"}}},"State":{}}}}}},"PaginatedReportOptions":{"type":"structure","members":{"VerticalOverflowVisibility":{},"OverflowColumnHeaderVisibility":{}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"Cell":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"TextFormat":{"shape":"S6g"},"Scope":{"shape":"S91"},"Scopes":{"type":"list","member":{"shape":"S91"}}}}}}}}},"Actions":{"shape":"S6x"}}},"BarChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"BarChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"},"SmallMultiples":{"shape":"S98"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimit":{"shape":"S9b"},"ColorSort":{"shape":"S9a"},"ColorItemsLimit":{"shape":"S9b"},"SmallMultiplesSort":{"shape":"S9a"},"SmallMultiplesLimitConfiguration":{"shape":"S9b"}}},"Orientation":{},"BarsArrangement":{},"VisualPalette":{"shape":"S9f"},"SmallMultiplesOptions":{"shape":"S9i"},"CategoryAxis":{"shape":"S9s"},"CategoryLabelOptions":{"shape":"Sa8"},"ValueAxis":{"shape":"S9s"},"ValueLabelOptions":{"shape":"Sa8"},"ColorLabelOptions":{"shape":"Sa8"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"},"ReferenceLines":{"shape":"Sax"},"ContributionAnalysisDefaults":{"shape":"Sbb"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"KPIVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"Values":{"shape":"S4f"},"TargetValues":{"shape":"S4f"},"TrendGroups":{"shape":"S3n"}}},"SortConfiguration":{"type":"structure","members":{"TrendGroupSort":{"shape":"S9a"}}},"KPIOptions":{"type":"structure","members":{"ProgressBar":{"type":"structure","members":{"Visibility":{}}},"TrendArrows":{"type":"structure","members":{"Visibility":{}}},"SecondaryValue":{"type":"structure","members":{"Visibility":{}}},"Comparison":{"shape":"Sc1"},"PrimaryValueDisplayType":{},"PrimaryValueFontConfiguration":{"shape":"S1y"},"SecondaryValueFontConfiguration":{"shape":"S1y"},"Sparkline":{"type":"structure","required":["Type"],"members":{"Visibility":{},"Type":{},"Color":{},"TooltipVisibility":{}}},"VisualLayoutOptions":{"type":"structure","members":{"StandardLayout":{"type":"structure","required":["Type"],"members":{"Type":{}}}}}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"PrimaryValue":{"type":"structure","members":{"TextColor":{"shape":"S6h"},"Icon":{"shape":"S6n"}}},"ProgressBar":{"type":"structure","members":{"ForegroundColor":{"shape":"S6h"}}},"ActualValue":{"type":"structure","members":{"TextColor":{"shape":"S6h"},"Icon":{"shape":"S6n"}}},"ComparisonValue":{"type":"structure","members":{"TextColor":{"shape":"S6h"},"Icon":{"shape":"S6n"}}}}}}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"PieChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"PieChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"SmallMultiples":{"shape":"S98"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimit":{"shape":"S9b"},"SmallMultiplesSort":{"shape":"S9a"},"SmallMultiplesLimitConfiguration":{"shape":"S9b"}}},"DonutOptions":{"type":"structure","members":{"ArcOptions":{"type":"structure","members":{"ArcThickness":{}}},"DonutCenterOptions":{"type":"structure","members":{"LabelVisibility":{}}}}},"SmallMultiplesOptions":{"shape":"S9i"},"CategoryLabelOptions":{"shape":"Sa8"},"ValueLabelOptions":{"shape":"Sa8"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"},"VisualPalette":{"shape":"S9f"},"ContributionAnalysisDefaults":{"shape":"Sbb"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"GaugeChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"Values":{"shape":"S4f"},"TargetValues":{"shape":"S4f"}}},"GaugeChartOptions":{"type":"structure","members":{"PrimaryValueDisplayType":{},"Comparison":{"shape":"Sc1"},"ArcAxis":{"type":"structure","members":{"Range":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"ReserveRange":{"type":"integer"}}},"Arc":{"type":"structure","members":{"ArcAngle":{"type":"double"},"ArcThickness":{}}},"PrimaryValueFontConfiguration":{"shape":"S1y"}}},"DataLabels":{"shape":"Sae"},"TooltipOptions":{"shape":"Sap"},"VisualPalette":{"shape":"S9f"}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"PrimaryValue":{"type":"structure","members":{"TextColor":{"shape":"S6h"},"Icon":{"shape":"S6n"}}},"Arc":{"type":"structure","members":{"ForegroundColor":{"shape":"S6h"}}}}}}}},"Actions":{"shape":"S6x"}}},"LineChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"LineChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"},"SmallMultiples":{"shape":"S98"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimitConfiguration":{"shape":"S9b"},"ColorItemsLimitConfiguration":{"shape":"S9b"},"SmallMultiplesSort":{"shape":"S9a"},"SmallMultiplesLimitConfiguration":{"shape":"S9b"}}},"ForecastConfigurations":{"type":"list","member":{"type":"structure","members":{"ForecastProperties":{"type":"structure","members":{"PeriodsForward":{"type":"integer"},"PeriodsBackward":{"type":"integer"},"UpperBoundary":{"type":"double"},"LowerBoundary":{"type":"double"},"PredictionInterval":{"type":"integer"},"Seasonality":{"type":"integer"}}},"Scenario":{"type":"structure","members":{"WhatIfPointScenario":{"type":"structure","required":["Date","Value"],"members":{"Date":{"type":"timestamp"},"Value":{"type":"double"}}},"WhatIfRangeScenario":{"type":"structure","required":["StartDate","EndDate","Value"],"members":{"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"},"Value":{"type":"double"}}}}}}}},"Type":{},"SmallMultiplesOptions":{"shape":"S9i"},"XAxisDisplayOptions":{"shape":"S9s"},"XAxisLabelOptions":{"shape":"Sa8"},"PrimaryYAxisDisplayOptions":{"shape":"Sdj"},"PrimaryYAxisLabelOptions":{"shape":"Sa8"},"SecondaryYAxisDisplayOptions":{"shape":"Sdj"},"SecondaryYAxisLabelOptions":{"shape":"Sa8"},"DefaultSeriesSettings":{"type":"structure","members":{"AxisBinding":{},"LineStyleSettings":{"shape":"Sdo"},"MarkerStyleSettings":{"shape":"Sdr"}}},"Series":{"type":"list","member":{"type":"structure","members":{"FieldSeriesItem":{"type":"structure","required":["FieldId","AxisBinding"],"members":{"FieldId":{},"AxisBinding":{},"Settings":{"shape":"Sdw"}}},"DataFieldSeriesItem":{"type":"structure","required":["FieldId","AxisBinding"],"members":{"FieldId":{},"FieldValue":{"shape":"Sw"},"AxisBinding":{},"Settings":{"shape":"Sdw"}}}}}},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"ReferenceLines":{"shape":"Sax"},"Tooltip":{"shape":"Sap"},"ContributionAnalysisDefaults":{"shape":"Sbb"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"HeatMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"HeatMapAggregatedFieldWells":{"type":"structure","members":{"Rows":{"shape":"Se2"},"Columns":{"shape":"Se2"},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"HeatMapRowSort":{"shape":"S9a"},"HeatMapColumnSort":{"shape":"S9a"},"HeatMapRowItemsLimitConfiguration":{"shape":"S9b"},"HeatMapColumnItemsLimitConfiguration":{"shape":"S9b"}}},"RowLabelOptions":{"shape":"Sa8"},"ColumnLabelOptions":{"shape":"Sa8"},"ColorScale":{"shape":"Se5"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"}}},"ColumnHierarchies":{"shape":"Sbe"},"Actions":{"shape":"S6x"}}},"TreeMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"TreeMapAggregatedFieldWells":{"type":"structure","members":{"Groups":{"type":"list","member":{"shape":"S3o"}},"Sizes":{"shape":"See"},"Colors":{"shape":"See"}}}}},"SortConfiguration":{"type":"structure","members":{"TreeMapSort":{"shape":"S9a"},"TreeMapGroupItemsLimitConfiguration":{"shape":"S9b"}}},"GroupLabelOptions":{"shape":"Sa8"},"SizeLabelOptions":{"shape":"Sa8"},"ColorLabelOptions":{"shape":"Sa8"},"ColorScale":{"shape":"Se5"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"GeospatialMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"GeospatialMapAggregatedFieldWells":{"type":"structure","members":{"Geospatial":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"}}}}},"Legend":{"shape":"Sac"},"Tooltip":{"shape":"Sap"},"WindowOptions":{"shape":"Sek"},"MapStyleOptions":{"shape":"Sep"},"PointStyleOptions":{"type":"structure","members":{"SelectedPointStyle":{},"ClusterMarkerConfiguration":{"type":"structure","members":{"ClusterMarker":{"type":"structure","members":{"SimpleClusterMarker":{"type":"structure","members":{"Color":{}}}}}}},"HeatmapConfiguration":{"type":"structure","members":{"HeatmapColor":{"type":"structure","members":{"Colors":{"type":"list","member":{"type":"structure","required":["Color"],"members":{"Color":{}}}}}}}}}},"VisualPalette":{"shape":"S9f"}}},"ColumnHierarchies":{"shape":"Sbe"},"Actions":{"shape":"S6x"}}},"FilledMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"FilledMapAggregatedFieldWells":{"type":"structure","members":{"Geospatial":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"}}},"Legend":{"shape":"Sac"},"Tooltip":{"shape":"Sap"},"WindowOptions":{"shape":"Sek"},"MapStyleOptions":{"shape":"Sep"}}},"ConditionalFormatting":{"type":"structure","required":["ConditionalFormattingOptions"],"members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","required":["Shape"],"members":{"Shape":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Format":{"type":"structure","required":["BackgroundColor"],"members":{"BackgroundColor":{"shape":"S6h"}}}}}}}}}},"ColumnHierarchies":{"shape":"Sbe"},"Actions":{"shape":"S6x"}}},"FunnelChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"FunnelChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimit":{"shape":"S9b"}}},"CategoryLabelOptions":{"shape":"Sa8"},"ValueLabelOptions":{"shape":"Sa8"},"Tooltip":{"shape":"Sap"},"DataLabelOptions":{"type":"structure","members":{"Visibility":{},"CategoryLabelVisibility":{},"MeasureLabelVisibility":{},"Position":{},"LabelFontConfiguration":{"shape":"S1y"},"LabelColor":{},"MeasureDataLabelStyle":{}}},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"ScatterPlotVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"ScatterPlotCategoricallyAggregatedFieldWells":{"type":"structure","members":{"XAxis":{"shape":"S4f"},"YAxis":{"shape":"S4f"},"Category":{"shape":"S3n"},"Size":{"shape":"S4f"},"Label":{"shape":"S3n"}}},"ScatterPlotUnaggregatedFieldWells":{"type":"structure","members":{"XAxis":{"shape":"S3n"},"YAxis":{"shape":"S3n"},"Size":{"shape":"S4f"},"Category":{"shape":"S3n"},"Label":{"shape":"S3n"}}}}},"XAxisLabelOptions":{"shape":"Sa8"},"XAxisDisplayOptions":{"shape":"S9s"},"YAxisLabelOptions":{"shape":"Sa8"},"YAxisDisplayOptions":{"shape":"S9s"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"ComboChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"ComboChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"BarValues":{"shape":"S4f"},"Colors":{"shape":"S3n"},"LineValues":{"shape":"S4f"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimit":{"shape":"S9b"},"ColorSort":{"shape":"S9a"},"ColorItemsLimit":{"shape":"S9b"}}},"BarsArrangement":{},"CategoryAxis":{"shape":"S9s"},"CategoryLabelOptions":{"shape":"Sa8"},"PrimaryYAxisDisplayOptions":{"shape":"S9s"},"PrimaryYAxisLabelOptions":{"shape":"Sa8"},"SecondaryYAxisDisplayOptions":{"shape":"S9s"},"SecondaryYAxisLabelOptions":{"shape":"Sa8"},"ColorLabelOptions":{"shape":"Sa8"},"Legend":{"shape":"Sac"},"BarDataLabels":{"shape":"Sae"},"LineDataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"},"ReferenceLines":{"shape":"Sax"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"BoxPlotVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"BoxPlotAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"PaginationConfiguration":{"shape":"S55"}}},"BoxPlotOptions":{"type":"structure","members":{"StyleOptions":{"type":"structure","members":{"FillStyle":{}}},"OutlierVisibility":{},"AllDataPointsVisibility":{}}},"CategoryAxis":{"shape":"S9s"},"CategoryLabelOptions":{"shape":"Sa8"},"PrimaryYAxisDisplayOptions":{"shape":"S9s"},"PrimaryYAxisLabelOptions":{"shape":"Sa8"},"Legend":{"shape":"Sac"},"Tooltip":{"shape":"Sap"},"ReferenceLines":{"shape":"Sax"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"WaterfallVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"WaterfallChartAggregatedFieldWells":{"type":"structure","members":{"Categories":{"shape":"S3n"},"Values":{"shape":"S4f"},"Breakdowns":{"shape":"S3n"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"BreakdownItemsLimit":{"shape":"S9b"}}},"WaterfallChartOptions":{"type":"structure","members":{"TotalBarLabel":{}}},"CategoryAxisLabelOptions":{"shape":"Sa8"},"CategoryAxisDisplayOptions":{"shape":"S9s"},"PrimaryYAxisLabelOptions":{"shape":"Sa8"},"PrimaryYAxisDisplayOptions":{"shape":"S9s"},"Legend":{"shape":"Sac"},"DataLabels":{"shape":"Sae"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"HistogramVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"HistogramAggregatedFieldWells":{"type":"structure","members":{"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"XAxisDisplayOptions":{"shape":"S9s"},"XAxisLabelOptions":{"shape":"Sa8"},"YAxisDisplayOptions":{"shape":"S9s"},"BinOptions":{"type":"structure","members":{"SelectedBinType":{},"BinCount":{"type":"structure","members":{"Value":{"type":"integer"}}},"BinWidth":{"type":"structure","members":{"Value":{"type":"double"},"BinCountLimit":{"type":"long"}}},"StartValue":{"type":"double"}}},"DataLabels":{"shape":"Sae"},"Tooltip":{"shape":"Sap"},"VisualPalette":{"shape":"S9f"}}},"Actions":{"shape":"S6x"}}},"WordCloudVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"WordCloudAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"type":"list","member":{"shape":"S3o"}},"Size":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategoryItemsLimit":{"shape":"S9b"},"CategorySort":{"shape":"S9a"}}},"CategoryLabelOptions":{"shape":"Sa8"},"WordCloudOptions":{"type":"structure","members":{"WordOrientation":{},"WordScaling":{},"CloudLayout":{},"WordCasing":{},"WordPadding":{},"MaximumStringLength":{"type":"integer"}}}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}},"InsightVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"InsightConfiguration":{"type":"structure","members":{"Computations":{"type":"list","member":{"type":"structure","members":{"TopBottomRanked":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Category":{"shape":"S3o"},"Value":{"shape":"S4g"},"ResultSize":{"type":"integer"},"Type":{}}},"TopBottomMovers":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Category":{"shape":"S3o"},"Value":{"shape":"S4g"},"MoverSize":{"type":"integer"},"SortOrder":{},"Type":{}}},"TotalAggregation":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Value":{"shape":"S4g"}}},"MaximumMinimum":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"Type":{}}},"MetricComparison":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"FromValue":{"shape":"S4g"},"TargetValue":{"shape":"S4g"}}},"PeriodOverPeriod":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"}}},"PeriodToDate":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodTimeGranularity":{}}},"GrowthRate":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodSize":{"type":"integer"}}},"UniqueValues":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Category":{"shape":"S3o"}}},"Forecast":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodsForward":{"type":"integer"},"PeriodsBackward":{"type":"integer"},"UpperBoundary":{"type":"double"},"LowerBoundary":{"type":"double"},"PredictionInterval":{"type":"integer"},"Seasonality":{},"CustomSeasonalityValue":{"type":"integer"}}}}}},"CustomNarrative":{"type":"structure","required":["Narrative"],"members":{"Narrative":{}}}}},"Actions":{"shape":"S6x"},"DataSetIdentifier":{}}},"SankeyDiagramVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"SankeyDiagramAggregatedFieldWells":{"type":"structure","members":{"Source":{"shape":"S3n"},"Destination":{"shape":"S3n"},"Weight":{"shape":"S4f"}}}}},"SortConfiguration":{"type":"structure","members":{"WeightSort":{"shape":"S9a"},"SourceItemsLimit":{"shape":"S9b"},"DestinationItemsLimit":{"shape":"S9b"}}},"DataLabels":{"shape":"Sae"}}},"Actions":{"shape":"S6x"}}},"CustomContentVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"ContentUrl":{},"ContentType":{},"ImageScaling":{}}},"Actions":{"shape":"S6x"},"DataSetIdentifier":{}}},"EmptyVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"DataSetIdentifier":{},"Actions":{"shape":"S6x"}}},"RadarChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"RadarChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"type":"list","member":{"shape":"S3o"}},"Color":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9a"},"CategoryItemsLimit":{"shape":"S9b"},"ColorSort":{"shape":"S9a"},"ColorItemsLimit":{"shape":"S9b"}}},"Shape":{},"BaseSeriesSettings":{"type":"structure","members":{"AreaStyleSettings":{"type":"structure","members":{"Visibility":{}}}}},"StartAngle":{"type":"double"},"VisualPalette":{"shape":"S9f"},"AlternateBandColorsVisibility":{},"AlternateBandEvenColor":{},"AlternateBandOddColor":{},"CategoryAxis":{"shape":"S9s"},"CategoryLabelOptions":{"shape":"Sa8"},"ColorAxis":{"shape":"S9s"},"ColorLabelOptions":{"shape":"Sa8"},"Legend":{"shape":"Sac"},"AxesRangeScale":{}}},"Actions":{"shape":"S6x"},"ColumnHierarchies":{"shape":"Sbe"}}}}}},"TextBoxes":{"type":"list","member":{"type":"structure","required":["SheetTextBoxId"],"members":{"SheetTextBoxId":{},"Content":{}}}},"Layouts":{"type":"list","member":{"type":"structure","required":["Configuration"],"members":{"Configuration":{"type":"structure","members":{"GridLayout":{"shape":"Sii"},"FreeFormLayout":{"type":"structure","required":["Elements"],"members":{"Elements":{"shape":"Siu"},"CanvasSizeOptions":{"shape":"Sj3"}}},"SectionBasedLayout":{"type":"structure","required":["HeaderSections","BodySections","FooterSections","CanvasSizeOptions"],"members":{"HeaderSections":{"shape":"Sj6"},"BodySections":{"type":"list","member":{"type":"structure","required":["SectionId","Content"],"members":{"SectionId":{},"Content":{"type":"structure","members":{"Layout":{"shape":"Sj8"}}},"Style":{"shape":"Sja"},"PageBreakConfiguration":{"type":"structure","members":{"After":{"type":"structure","members":{"Status":{}}}}}}}},"FooterSections":{"shape":"Sj6"},"CanvasSizeOptions":{"shape":"Sjj"}}}}}}}},"SheetControlLayouts":{"type":"list","member":{"type":"structure","required":["Configuration"],"members":{"Configuration":{"type":"structure","members":{"GridLayout":{"shape":"Sii"}}}}}},"ContentType":{}}}},"S1v":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"DateTimeFormat":{},"InfoIconLabelOptions":{"shape":"S27"}}},"S1w":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"CustomLabel":{}}},"S1y":{"type":"structure","members":{"FontSize":{"type":"structure","members":{"Relative":{}}},"FontDecoration":{},"FontColor":{},"FontWeight":{"type":"structure","members":{"Name":{}}},"FontStyle":{}}},"S27":{"type":"structure","members":{"Visibility":{},"InfoIconText":{}}},"S2a":{"type":"structure","members":{"SearchOptions":{"type":"structure","members":{"Visibility":{}}},"SelectAllOptions":{"shape":"S2c"},"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2c":{"type":"structure","members":{"Visibility":{}}},"S2e":{"type":"structure","members":{"Values":{"shape":"S2f"},"LinkToDataSetColumn":{"shape":"S2g"}}},"S2f":{"type":"list","member":{}},"S2g":{"type":"structure","required":["DataSetIdentifier","ColumnName"],"members":{"DataSetIdentifier":{},"ColumnName":{}}},"S2i":{"type":"structure","members":{"SourceControls":{"type":"list","member":{"type":"structure","members":{"SourceSheetControlId":{},"ColumnToMatch":{"shape":"S2g"}}}}}},"S2m":{"type":"structure","members":{"SelectAllOptions":{"shape":"S2c"},"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2o":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"PlaceholderOptions":{"shape":"S2p"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2p":{"type":"structure","members":{"Visibility":{}}},"S2s":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"PlaceholderOptions":{"shape":"S2p"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2u":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S31":{"type":"structure","members":{"Values":{"shape":"S2f"}}},"S3c":{"type":"structure","members":{"Visibility":{},"FormatText":{"type":"structure","members":{"PlainText":{},"RichText":{}}}}},"S3g":{"type":"structure","members":{"Visibility":{},"FormatText":{"type":"structure","members":{"PlainText":{},"RichText":{}}}}},"S3n":{"type":"list","member":{"shape":"S3o"}},"S3o":{"type":"structure","members":{"NumericalDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"HierarchyId":{},"FormatConfiguration":{"shape":"S3s"}}},"CategoricalDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"HierarchyId":{},"FormatConfiguration":{"shape":"S4b"}}},"DateDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"DateGranularity":{},"HierarchyId":{},"FormatConfiguration":{"shape":"S4e"}}}}},"S3s":{"type":"structure","members":{"FormatConfiguration":{"shape":"S3t"}}},"S3t":{"type":"structure","members":{"NumberDisplayFormatConfiguration":{"shape":"S3u"},"CurrencyDisplayFormatConfiguration":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"Symbol":{},"DecimalPlacesConfiguration":{"shape":"S40"},"NumberScale":{},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"PercentageDisplayFormatConfiguration":{"shape":"S49"}}},"S3u":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"DecimalPlacesConfiguration":{"shape":"S40"},"NumberScale":{},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"S3v":{"type":"string","sensitive":true},"S3w":{"type":"string","sensitive":true},"S3x":{"type":"structure","members":{"DecimalSeparator":{},"ThousandsSeparator":{"type":"structure","members":{"Symbol":{},"Visibility":{}}}}},"S40":{"type":"structure","required":["DecimalPlaces"],"members":{"DecimalPlaces":{"type":"long"}}},"S43":{"type":"structure","required":["DisplayMode"],"members":{"DisplayMode":{}}},"S45":{"type":"structure","required":["NullString"],"members":{"NullString":{"type":"string","sensitive":true}}},"S49":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"DecimalPlacesConfiguration":{"shape":"S40"},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"S4b":{"type":"structure","members":{"NullValueFormatConfiguration":{"shape":"S45"},"NumericFormatConfiguration":{"shape":"S3t"}}},"S4e":{"type":"structure","members":{"DateTimeFormat":{},"NullValueFormatConfiguration":{"shape":"S45"},"NumericFormatConfiguration":{"shape":"S3t"}}},"S4f":{"type":"list","member":{"shape":"S4g"}},"S4g":{"type":"structure","members":{"NumericalMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{"shape":"S4i"},"FormatConfiguration":{"shape":"S3s"}}},"CategoricalMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{},"FormatConfiguration":{"shape":"S4b"}}},"DateMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{},"FormatConfiguration":{"shape":"S4e"}}},"CalculatedMeasureField":{"type":"structure","required":["FieldId","Expression"],"members":{"FieldId":{},"Expression":{"shape":"S4r"}}}}},"S4i":{"type":"structure","members":{"SimpleNumericalAggregation":{},"PercentileAggregation":{"type":"structure","members":{"PercentileValue":{"type":"double"}}}}},"S4r":{"type":"string","sensitive":true},"S4v":{"type":"structure","members":{"StringFormatConfiguration":{"shape":"S4b"},"NumberFormatConfiguration":{"shape":"S3s"},"DateTimeFormatConfiguration":{"shape":"S4e"}}},"S4y":{"type":"structure","members":{"FieldSort":{"shape":"S4z"},"ColumnSort":{"shape":"S51"}}},"S4z":{"type":"structure","required":["FieldId","Direction"],"members":{"FieldId":{},"Direction":{}}},"S51":{"type":"structure","required":["SortBy","Direction"],"members":{"SortBy":{"shape":"S2g"},"Direction":{},"AggregationFunction":{"shape":"S52"}}},"S52":{"type":"structure","members":{"NumericalAggregationFunction":{"shape":"S4i"},"CategoricalAggregationFunction":{},"DateAggregationFunction":{},"AttributeAggregationFunction":{"type":"structure","members":{"SimpleAttributeAggregation":{},"ValueForMultipleValues":{}}}}},"S55":{"type":"structure","required":["PageSize","PageNumber"],"members":{"PageSize":{"type":"long"},"PageNumber":{"type":"long"}}},"S5a":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"TextWrap":{},"HorizontalTextAlignment":{},"VerticalTextAlignment":{},"BackgroundColor":{},"Height":{"type":"integer"},"Border":{"type":"structure","members":{"UniformBorder":{"shape":"S5g"},"SideSpecificBorder":{"type":"structure","members":{"InnerVertical":{"shape":"S5g"},"InnerHorizontal":{"shape":"S5g"},"Left":{"shape":"S5g"},"Right":{"shape":"S5g"},"Top":{"shape":"S5g"},"Bottom":{"shape":"S5g"}}}}}}},"S5g":{"type":"structure","members":{"Color":{},"Thickness":{"type":"integer"},"Style":{}}},"S5k":{"type":"structure","members":{"Status":{},"RowAlternateColors":{"type":"list","member":{}},"UsePrimaryBackgroundColor":{}}},"S6g":{"type":"structure","members":{"BackgroundColor":{"shape":"S6h"},"TextColor":{"shape":"S6h"},"Icon":{"shape":"S6n"}}},"S6h":{"type":"structure","members":{"Solid":{"type":"structure","required":["Expression"],"members":{"Expression":{"shape":"S4r"},"Color":{}}},"Gradient":{"type":"structure","required":["Expression","Color"],"members":{"Expression":{"shape":"S4r"},"Color":{"type":"structure","members":{"Stops":{"type":"list","member":{"type":"structure","required":["GradientOffset"],"members":{"GradientOffset":{"type":"double"},"DataValue":{"type":"double"},"Color":{}}}}}}}}}},"S6n":{"type":"structure","members":{"IconSet":{"type":"structure","required":["Expression"],"members":{"Expression":{"shape":"S4r"},"IconSetType":{}}},"CustomCondition":{"type":"structure","required":["Expression","IconOptions"],"members":{"Expression":{"shape":"S4r"},"IconOptions":{"type":"structure","members":{"Icon":{},"UnicodeIcon":{}}},"Color":{},"DisplayConfiguration":{"type":"structure","members":{"IconDisplayOption":{}}}}}}},"S6x":{"type":"list","member":{"type":"structure","required":["CustomActionId","Name","Trigger","ActionOperations"],"members":{"CustomActionId":{},"Name":{},"Status":{},"Trigger":{},"ActionOperations":{"type":"list","member":{"type":"structure","members":{"FilterOperation":{"type":"structure","required":["SelectedFieldsConfiguration","TargetVisualsConfiguration"],"members":{"SelectedFieldsConfiguration":{"type":"structure","members":{"SelectedFields":{"type":"list","member":{}},"SelectedFieldOptions":{},"SelectedColumns":{"type":"list","member":{"shape":"S2g"}}}},"TargetVisualsConfiguration":{"type":"structure","members":{"SameSheetTargetVisualConfiguration":{"type":"structure","members":{"TargetVisuals":{"type":"list","member":{}},"TargetVisualOptions":{}}}}}}},"NavigationOperation":{"type":"structure","members":{"LocalNavigationConfiguration":{"type":"structure","required":["TargetSheetId"],"members":{"TargetSheetId":{}}}}},"URLOperation":{"type":"structure","required":["URLTemplate","URLTarget"],"members":{"URLTemplate":{},"URLTarget":{}}},"SetParametersOperation":{"type":"structure","required":["ParameterValueConfigurations"],"members":{"ParameterValueConfigurations":{"type":"list","member":{"type":"structure","required":["DestinationParameterName","Value"],"members":{"DestinationParameterName":{},"Value":{"type":"structure","members":{"CustomValuesConfiguration":{"type":"structure","required":["CustomValues"],"members":{"IncludeNullValue":{"type":"boolean"},"CustomValues":{"type":"structure","members":{"StringValues":{"shape":"S7n"},"IntegerValues":{"shape":"S7p"},"DecimalValues":{"shape":"S7r"},"DateTimeValues":{"shape":"S7t"}}}}},"SelectAllValueOptions":{},"SourceParameterName":{},"SourceField":{},"SourceColumn":{"shape":"S2g"}}}}}}}}}}}}}},"S7n":{"type":"list","member":{"type":"string","sensitive":true}},"S7p":{"type":"list","member":{"type":"long","sensitive":true}},"S7r":{"type":"list","member":{"type":"double","sensitive":true}},"S7t":{"type":"list","member":{"shape":"S18"}},"S7z":{"type":"list","member":{"shape":"S3o"}},"S86":{"type":"list","member":{"shape":"S87"}},"S87":{"type":"structure","required":["FieldId","FieldValue"],"members":{"FieldId":{},"FieldValue":{"shape":"S88"}}},"S88":{"type":"string","sensitive":true},"S8f":{"type":"structure","members":{"TotalsVisibility":{},"CustomLabel":{},"FieldLevel":{},"FieldLevelOptions":{"type":"list","member":{"type":"structure","members":{"FieldId":{}}}},"TotalCellStyle":{"shape":"S5a"},"ValueCellStyle":{"shape":"S5a"},"MetricHeaderCellStyle":{"shape":"S5a"},"StyleTargets":{"type":"list","member":{"type":"structure","required":["CellType"],"members":{"CellType":{}}}}}},"S8m":{"type":"structure","members":{"TotalsVisibility":{},"Placement":{},"ScrollStatus":{},"CustomLabel":{},"TotalCellStyle":{"shape":"S5a"},"ValueCellStyle":{"shape":"S5a"},"MetricHeaderCellStyle":{"shape":"S5a"}}},"S91":{"type":"structure","members":{"Role":{}}},"S98":{"type":"list","member":{"shape":"S3o"}},"S9a":{"type":"list","member":{"shape":"S4y"}},"S9b":{"type":"structure","members":{"ItemsLimit":{"type":"long"},"OtherCategories":{}}},"S9f":{"type":"structure","members":{"ChartColor":{},"ColorMap":{"type":"list","member":{"type":"structure","required":["Element","Color"],"members":{"Element":{"shape":"S87"},"Color":{},"TimeGranularity":{}}}}}},"S9i":{"type":"structure","members":{"MaxVisibleRows":{"type":"long"},"MaxVisibleColumns":{"type":"long"},"PanelConfiguration":{"type":"structure","members":{"Title":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"HorizontalTextAlignment":{}}},"BorderVisibility":{},"BorderThickness":{},"BorderStyle":{},"BorderColor":{},"GutterVisibility":{},"GutterSpacing":{},"BackgroundVisibility":{},"BackgroundColor":{}}},"XAxis":{"shape":"S9p"},"YAxis":{"shape":"S9p"}}},"S9p":{"type":"structure","members":{"Scale":{},"Placement":{}}},"S9s":{"type":"structure","members":{"TickLabelOptions":{"type":"structure","members":{"LabelOptions":{"shape":"S1w"},"RotationAngle":{"type":"double"}}},"AxisLineVisibility":{},"GridLineVisibility":{},"DataOptions":{"type":"structure","members":{"NumericAxisOptions":{"type":"structure","members":{"Scale":{"type":"structure","members":{"Linear":{"type":"structure","members":{"StepCount":{"type":"integer"},"StepSize":{"type":"double"}}},"Logarithmic":{"type":"structure","members":{"Base":{"type":"double"}}}}},"Range":{"type":"structure","members":{"MinMax":{"type":"structure","members":{"Minimum":{"type":"double"},"Maximum":{"type":"double"}}},"DataDriven":{"type":"structure","members":{}}}}}},"DateAxisOptions":{"type":"structure","members":{"MissingDateVisibility":{}}}}},"ScrollbarOptions":{"type":"structure","members":{"Visibility":{},"VisibleRange":{"type":"structure","members":{"PercentRange":{"type":"structure","members":{"From":{"type":"double"},"To":{"type":"double"}}}}}}},"AxisOffset":{}}},"Sa8":{"type":"structure","members":{"Visibility":{},"SortIconVisibility":{},"AxisLabelOptions":{"type":"list","member":{"type":"structure","members":{"FontConfiguration":{"shape":"S1y"},"CustomLabel":{},"ApplyTo":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"}}}}}}}},"Sac":{"type":"structure","members":{"Visibility":{},"Title":{"shape":"S1w"},"Position":{},"Width":{},"Height":{}}},"Sae":{"type":"structure","members":{"Visibility":{},"CategoryLabelVisibility":{},"MeasureLabelVisibility":{},"DataLabelTypes":{"type":"list","member":{"type":"structure","members":{"FieldLabelType":{"type":"structure","members":{"FieldId":{},"Visibility":{}}},"DataPathLabelType":{"type":"structure","members":{"FieldId":{},"FieldValue":{"shape":"S88"},"Visibility":{}}},"RangeEndsLabelType":{"type":"structure","members":{"Visibility":{}}},"MinimumLabelType":{"type":"structure","members":{"Visibility":{}}},"MaximumLabelType":{"type":"structure","members":{"Visibility":{}}}}}},"Position":{},"LabelContent":{},"LabelFontConfiguration":{"shape":"S1y"},"LabelColor":{},"Overlap":{},"TotalsVisibility":{}}},"Sap":{"type":"structure","members":{"TooltipVisibility":{},"SelectedTooltipType":{},"FieldBasedTooltip":{"type":"structure","members":{"AggregationVisibility":{},"TooltipTitleType":{},"TooltipFields":{"type":"list","member":{"type":"structure","members":{"FieldTooltipItem":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Label":{},"Visibility":{}}},"ColumnTooltipItem":{"type":"structure","required":["Column"],"members":{"Column":{"shape":"S2g"},"Label":{},"Visibility":{},"Aggregation":{"shape":"S52"}}}}}}}}}},"Sax":{"type":"list","member":{"type":"structure","required":["DataConfiguration"],"members":{"Status":{},"DataConfiguration":{"type":"structure","members":{"StaticConfiguration":{"type":"structure","required":["Value"],"members":{"Value":{"shape":"S14"}}},"DynamicConfiguration":{"type":"structure","required":["Column","Calculation"],"members":{"Column":{"shape":"S2g"},"MeasureAggregationFunction":{"shape":"S52"},"Calculation":{"shape":"S4i"}}},"AxisBinding":{}}},"StyleConfiguration":{"type":"structure","members":{"Pattern":{},"Color":{}}},"LabelConfiguration":{"type":"structure","members":{"ValueLabelConfiguration":{"type":"structure","members":{"RelativePosition":{},"FormatConfiguration":{"shape":"S3t"}}},"CustomLabelConfiguration":{"type":"structure","required":["CustomLabel"],"members":{"CustomLabel":{}}},"FontConfiguration":{"shape":"S1y"},"FontColor":{},"HorizontalPosition":{},"VerticalPosition":{}}}}}},"Sbb":{"type":"list","member":{"type":"structure","required":["MeasureFieldId","ContributorDimensions"],"members":{"MeasureFieldId":{},"ContributorDimensions":{"type":"list","member":{"shape":"S2g"}}}}},"Sbe":{"type":"list","member":{"type":"structure","members":{"ExplicitHierarchy":{"type":"structure","required":["HierarchyId","Columns"],"members":{"HierarchyId":{},"Columns":{"type":"list","member":{"shape":"S2g"}},"DrillDownFilters":{"shape":"Sbi"}}},"DateTimeHierarchy":{"type":"structure","required":["HierarchyId"],"members":{"HierarchyId":{},"DrillDownFilters":{"shape":"Sbi"}}},"PredefinedHierarchy":{"type":"structure","required":["HierarchyId","Columns"],"members":{"HierarchyId":{},"Columns":{"type":"list","member":{"shape":"S2g"}},"DrillDownFilters":{"shape":"Sbi"}}}}}},"Sbi":{"type":"list","member":{"type":"structure","members":{"NumericEqualityFilter":{"type":"structure","required":["Column","Value"],"members":{"Column":{"shape":"S2g"},"Value":{"type":"double"}}},"CategoryFilter":{"type":"structure","required":["Column","CategoryValues"],"members":{"Column":{"shape":"S2g"},"CategoryValues":{"shape":"Sbm"}}},"TimeRangeFilter":{"type":"structure","required":["Column","RangeMinimum","RangeMaximum","TimeGranularity"],"members":{"Column":{"shape":"S2g"},"RangeMinimum":{"type":"timestamp"},"RangeMaximum":{"type":"timestamp"},"TimeGranularity":{}}}}}},"Sbm":{"type":"list","member":{}},"Sc1":{"type":"structure","members":{"ComparisonMethod":{},"ComparisonFormat":{"type":"structure","members":{"NumberDisplayFormatConfiguration":{"shape":"S3u"},"PercentageDisplayFormatConfiguration":{"shape":"S49"}}}}},"Sdj":{"type":"structure","members":{"AxisOptions":{"shape":"S9s"},"MissingDataConfigurations":{"type":"list","member":{"type":"structure","members":{"TreatmentOption":{}}}}}},"Sdo":{"type":"structure","members":{"LineVisibility":{},"LineInterpolation":{},"LineStyle":{},"LineWidth":{}}},"Sdr":{"type":"structure","members":{"MarkerVisibility":{},"MarkerShape":{},"MarkerSize":{},"MarkerColor":{}}},"Sdw":{"type":"structure","members":{"LineStyleSettings":{"shape":"Sdo"},"MarkerStyleSettings":{"shape":"Sdr"}}},"Se2":{"type":"list","member":{"shape":"S3o"}},"Se5":{"type":"structure","required":["Colors","ColorFillType"],"members":{"Colors":{"type":"list","member":{"shape":"Se7"}},"ColorFillType":{},"NullValueColor":{"shape":"Se7"}}},"Se7":{"type":"structure","members":{"Color":{},"DataValue":{"type":"double"}}},"See":{"type":"list","member":{"shape":"S4g"}},"Sek":{"type":"structure","members":{"Bounds":{"type":"structure","required":["North","South","West","East"],"members":{"North":{"type":"double"},"South":{"type":"double"},"West":{"type":"double"},"East":{"type":"double"}}},"MapZoomMode":{}}},"Sep":{"type":"structure","members":{"BaseMapStyle":{}}},"Sii":{"type":"structure","required":["Elements"],"members":{"Elements":{"type":"list","member":{"type":"structure","required":["ElementId","ElementType","ColumnSpan","RowSpan"],"members":{"ElementId":{},"ElementType":{},"ColumnIndex":{"type":"integer"},"ColumnSpan":{"type":"integer"},"RowIndex":{"type":"integer"},"RowSpan":{"type":"integer"}}}},"CanvasSizeOptions":{"shape":"Siq"}}},"Siq":{"type":"structure","members":{"ScreenCanvasSizeOptions":{"type":"structure","required":["ResizeOption"],"members":{"ResizeOption":{},"OptimizedViewPortWidth":{}}}}},"Siu":{"type":"list","member":{"type":"structure","required":["ElementId","ElementType","XAxisLocation","YAxisLocation","Width","Height"],"members":{"ElementId":{},"ElementType":{},"XAxisLocation":{},"YAxisLocation":{},"Width":{},"Height":{},"Visibility":{},"RenderingRules":{"type":"list","member":{"type":"structure","required":["Expression","ConfigurationOverrides"],"members":{"Expression":{"shape":"S4r"},"ConfigurationOverrides":{"type":"structure","members":{"Visibility":{}}}}}},"BorderStyle":{"shape":"Sj0"},"SelectedBorderStyle":{"shape":"Sj0"},"BackgroundStyle":{"type":"structure","members":{"Visibility":{},"Color":{}}},"LoadingAnimation":{"type":"structure","members":{"Visibility":{}}}}}},"Sj0":{"type":"structure","members":{"Visibility":{},"Color":{}}},"Sj3":{"type":"structure","members":{"ScreenCanvasSizeOptions":{"type":"structure","required":["OptimizedViewPortWidth"],"members":{"OptimizedViewPortWidth":{}}}}},"Sj6":{"type":"list","member":{"type":"structure","required":["SectionId","Layout"],"members":{"SectionId":{},"Layout":{"shape":"Sj8"},"Style":{"shape":"Sja"}}}},"Sj8":{"type":"structure","required":["FreeFormLayout"],"members":{"FreeFormLayout":{"type":"structure","required":["Elements"],"members":{"Elements":{"shape":"Siu"}}}}},"Sja":{"type":"structure","members":{"Height":{},"Padding":{"shape":"Sjb"}}},"Sjb":{"type":"structure","members":{"Top":{},"Bottom":{},"Left":{},"Right":{}}},"Sjj":{"type":"structure","members":{"PaperCanvasSizeOptions":{"type":"structure","members":{"PaperSize":{},"PaperOrientation":{},"PaperMargin":{"shape":"Sjb"}}}}},"Sjr":{"type":"list","member":{"type":"structure","required":["DataSetIdentifier","Name","Expression"],"members":{"DataSetIdentifier":{},"Name":{},"Expression":{"type":"string","sensitive":true}}}},"Sju":{"type":"list","member":{"type":"structure","members":{"StringParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sjz"},"StaticValues":{"shape":"S7n"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"Sw"}}},"MappedDataSetParameters":{"shape":"Sk2"}}},"DecimalParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sjz"},"StaticValues":{"shape":"S7r"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S14"}}},"MappedDataSetParameters":{"shape":"Sk2"}}},"IntegerParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sjz"},"StaticValues":{"shape":"S7p"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S10"}}},"MappedDataSetParameters":{"shape":"Sk2"}}},"DateTimeParameterDeclaration":{"type":"structure","required":["Name"],"members":{"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sjz"},"StaticValues":{"shape":"S7t"},"RollingDate":{"shape":"Skc"}}},"TimeGranularity":{},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S18"}}},"MappedDataSetParameters":{"shape":"Sk2"}}}}}},"Sjz":{"type":"structure","required":["DefaultValueColumn"],"members":{"UserNameColumn":{"shape":"S2g"},"GroupNameColumn":{"shape":"S2g"},"DefaultValueColumn":{"shape":"S2g"}}},"Sk2":{"type":"list","member":{"type":"structure","required":["DataSetIdentifier","DataSetParameterName"],"members":{"DataSetIdentifier":{},"DataSetParameterName":{}}}},"Skc":{"type":"structure","required":["Expression"],"members":{"DataSetIdentifier":{},"Expression":{"shape":"S4r"}}},"Ske":{"type":"list","member":{"type":"structure","required":["FilterGroupId","Filters","ScopeConfiguration","CrossDataset"],"members":{"FilterGroupId":{},"Filters":{"type":"list","member":{"type":"structure","members":{"CategoryFilter":{"type":"structure","required":["FilterId","Column","Configuration"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Configuration":{"type":"structure","members":{"FilterListConfiguration":{"type":"structure","required":["MatchOperator"],"members":{"MatchOperator":{},"CategoryValues":{"shape":"Sbm"},"SelectAllOptions":{},"NullOption":{}}},"CustomFilterListConfiguration":{"type":"structure","required":["MatchOperator","NullOption"],"members":{"MatchOperator":{},"CategoryValues":{"shape":"Sbm"},"SelectAllOptions":{},"NullOption":{}}},"CustomFilterConfiguration":{"type":"structure","required":["MatchOperator","NullOption"],"members":{"MatchOperator":{},"CategoryValue":{},"SelectAllOptions":{},"ParameterName":{},"NullOption":{}}}}}}},"NumericRangeFilter":{"type":"structure","required":["FilterId","Column","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"IncludeMinimum":{"type":"boolean"},"IncludeMaximum":{"type":"boolean"},"RangeMinimum":{"shape":"Skr"},"RangeMaximum":{"shape":"Skr"},"SelectAllOptions":{},"AggregationFunction":{"shape":"S52"},"NullOption":{}}},"NumericEqualityFilter":{"type":"structure","required":["FilterId","Column","MatchOperator","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Value":{"type":"double"},"SelectAllOptions":{},"MatchOperator":{},"AggregationFunction":{"shape":"S52"},"ParameterName":{},"NullOption":{}}},"TimeEqualityFilter":{"type":"structure","required":["FilterId","Column"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Value":{"type":"timestamp"},"ParameterName":{},"TimeGranularity":{}}},"TimeRangeFilter":{"type":"structure","required":["FilterId","Column","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"IncludeMinimum":{"type":"boolean"},"IncludeMaximum":{"type":"boolean"},"RangeMinimumValue":{"shape":"Skx"},"RangeMaximumValue":{"shape":"Skx"},"NullOption":{},"ExcludePeriodConfiguration":{"shape":"Sky"},"TimeGranularity":{}}},"RelativeDatesFilter":{"type":"structure","required":["FilterId","Column","AnchorDateConfiguration","TimeGranularity","RelativeDateType","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"AnchorDateConfiguration":{"type":"structure","members":{"AnchorOption":{},"ParameterName":{}}},"MinimumGranularity":{},"TimeGranularity":{},"RelativeDateType":{},"RelativeDateValue":{"type":"integer"},"ParameterName":{},"NullOption":{},"ExcludePeriodConfiguration":{"shape":"Sky"}}},"TopBottomFilter":{"type":"structure","required":["FilterId","Column","AggregationSortConfigurations"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Limit":{"type":"integer"},"AggregationSortConfigurations":{"type":"list","member":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{"shape":"S2g"},"SortDirection":{},"AggregationFunction":{"shape":"S52"}}}},"TimeGranularity":{},"ParameterName":{}}}}}},"ScopeConfiguration":{"type":"structure","members":{"SelectedSheets":{"type":"structure","members":{"SheetVisualScopingConfigurations":{"type":"list","member":{"type":"structure","required":["SheetId","Scope"],"members":{"SheetId":{},"Scope":{},"VisualIds":{"type":"list","member":{}}}}}}},"AllSheets":{"type":"structure","members":{}}}},"Status":{},"CrossDataset":{}}}},"Skr":{"type":"structure","members":{"StaticValue":{"type":"double"},"Parameter":{}}},"Skx":{"type":"structure","members":{"StaticValue":{"type":"timestamp"},"RollingDate":{"shape":"Skc"},"Parameter":{}}},"Sky":{"type":"structure","required":["Amount","Granularity"],"members":{"Amount":{"type":"integer"},"Granularity":{},"Status":{}}},"Sle":{"type":"list","member":{"type":"structure","required":["Column"],"members":{"Column":{"shape":"S2g"},"FormatConfiguration":{"shape":"S4v"},"Role":{},"ColorsConfiguration":{"type":"structure","members":{"CustomColors":{"type":"list","member":{"type":"structure","required":["Color"],"members":{"FieldValue":{"shape":"S88"},"Color":{},"SpecialValue":{}}}}}}}}},"Sll":{"type":"structure","required":["DefaultNewSheetConfiguration"],"members":{"DefaultNewSheetConfiguration":{"type":"structure","members":{"InteractiveLayoutConfiguration":{"type":"structure","members":{"Grid":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Siq"}}},"FreeForm":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Sj3"}}}}},"PaginatedLayoutConfiguration":{"type":"structure","members":{"SectionBased":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Sjj"}}}}},"SheetContentType":{}}}}},"Sls":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sly":{"type":"structure","members":{"SourceTemplate":{"type":"structure","required":["DataSetReferences","Arn"],"members":{"DataSetReferences":{"shape":"S1f"},"Arn":{}}}}},"Sm1":{"type":"structure","members":{"AdHocFilteringOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"ExportToCSVOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"SheetControlsOption":{"type":"structure","members":{"VisibilityState":{}}},"VisualPublishOptions":{"deprecated":true,"deprecatedMessage":"VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields.","type":"structure","members":{"ExportHiddenFieldsOption":{"type":"structure","members":{"AvailabilityStatus":{}}}}},"SheetLayoutElementMaximizationOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"VisualMenuOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"VisualAxisSortOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"ExportWithHiddenFieldsOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointDrillUpDownOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointMenuLabelOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointTooltipOption":{"type":"structure","members":{"AvailabilityStatus":{}}}}},"Smg":{"type":"structure","required":["DataSetIdentifierDeclarations"],"members":{"DataSetIdentifierDeclarations":{"shape":"S1i"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjr"},"ParameterDeclarations":{"shape":"Sju"},"FilterGroups":{"shape":"Ske"},"ColumnConfigurations":{"shape":"Sle"},"AnalysisDefaults":{"shape":"Sll"}}},"Sml":{"type":"map","key":{},"value":{"type":"structure","members":{"RelationalTable":{"type":"structure","required":["DataSourceArn","Name","InputColumns"],"members":{"DataSourceArn":{},"Catalog":{},"Schema":{},"Name":{},"InputColumns":{"shape":"Sms"}}},"CustomSql":{"type":"structure","required":["DataSourceArn","Name","SqlQuery"],"members":{"DataSourceArn":{},"Name":{},"SqlQuery":{},"Columns":{"shape":"Sms"}}},"S3Source":{"type":"structure","required":["DataSourceArn","InputColumns"],"members":{"DataSourceArn":{},"UploadSettings":{"type":"structure","members":{"Format":{},"StartFromRow":{"type":"integer"},"ContainsHeader":{"type":"boolean"},"TextQualifier":{},"Delimiter":{}}},"InputColumns":{"shape":"Sms"}}}}}},"Sms":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"Sn4":{"type":"map","key":{},"value":{"type":"structure","required":["Alias","Source"],"members":{"Alias":{},"DataTransforms":{"type":"list","member":{"type":"structure","members":{"ProjectOperation":{"type":"structure","required":["ProjectedColumns"],"members":{"ProjectedColumns":{"type":"list","member":{}}}},"FilterOperation":{"type":"structure","required":["ConditionExpression"],"members":{"ConditionExpression":{"shape":"S4r"}}},"CreateColumnsOperation":{"type":"structure","required":["Columns"],"members":{"Columns":{"type":"list","member":{"type":"structure","required":["ColumnName","ColumnId","Expression"],"members":{"ColumnName":{},"ColumnId":{},"Expression":{"shape":"S4r"}}}}}},"RenameColumnOperation":{"type":"structure","required":["ColumnName","NewColumnName"],"members":{"ColumnName":{},"NewColumnName":{}}},"CastColumnTypeOperation":{"type":"structure","required":["ColumnName","NewColumnType"],"members":{"ColumnName":{},"NewColumnType":{},"Format":{}}},"TagColumnOperation":{"type":"structure","required":["ColumnName","Tags"],"members":{"ColumnName":{},"Tags":{"type":"list","member":{"type":"structure","members":{"ColumnGeographicRole":{},"ColumnDescription":{"type":"structure","members":{"Text":{}}}}}}}},"UntagColumnOperation":{"type":"structure","required":["ColumnName","TagNames"],"members":{"ColumnName":{},"TagNames":{"type":"list","member":{}}}},"OverrideDatasetParameterOperation":{"type":"structure","required":["ParameterName"],"members":{"ParameterName":{},"NewParameterName":{},"NewDefaultValues":{"type":"structure","members":{"StringStaticValues":{"shape":"Snx"},"DecimalStaticValues":{"shape":"Snz"},"DateTimeStaticValues":{"shape":"So1"},"IntegerStaticValues":{"shape":"So3"}}}}}}}},"Source":{"type":"structure","members":{"JoinInstruction":{"type":"structure","required":["LeftOperand","RightOperand","Type","OnClause"],"members":{"LeftOperand":{},"RightOperand":{},"LeftJoinKeyProperties":{"shape":"So7"},"RightJoinKeyProperties":{"shape":"So7"},"Type":{},"OnClause":{}}},"PhysicalTableId":{},"DataSetArn":{}}}}}},"Snx":{"type":"list","member":{}},"Snz":{"type":"list","member":{"type":"double"}},"So1":{"type":"list","member":{"type":"timestamp"}},"So3":{"type":"list","member":{"type":"long"}},"So7":{"type":"structure","members":{"UniqueKey":{"type":"boolean"}}},"Sob":{"type":"list","member":{"type":"structure","members":{"GeoSpatialColumnGroup":{"type":"structure","required":["Name","Columns"],"members":{"Name":{},"CountryCode":{},"Columns":{"type":"list","member":{}}}}}}},"Soh":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"columns":{"type":"list","member":{}}}}},"Som":{"type":"structure","required":["Arn","PermissionPolicy"],"members":{"Namespace":{},"Arn":{},"PermissionPolicy":{},"FormatVersion":{},"Status":{}}},"Soq":{"type":"structure","required":["TagRules"],"members":{"Status":{},"TagRules":{"type":"list","member":{"type":"structure","required":["TagKey","ColumnName"],"members":{"TagKey":{},"ColumnName":{},"TagMultiValueDelimiter":{},"MatchAllValue":{"shape":"Sov"}}}},"TagRuleConfigurations":{"type":"list","member":{"type":"list","member":{}}}}},"Sov":{"type":"string","sensitive":true},"Soy":{"type":"list","member":{"type":"structure","members":{"Principals":{"type":"list","member":{}},"ColumnNames":{"type":"list","member":{}}}}},"Sp2":{"type":"structure","members":{"DisableUseAsDirectQuerySource":{"type":"boolean"},"DisableUseAsImportedSource":{"type":"boolean"}}},"Sp3":{"type":"list","member":{"type":"structure","members":{"StringDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"Snx"}}}}},"DecimalDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"Snz"}}}}},"IntegerDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"So3"}}}}},"DateTimeDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"TimeGranularity":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"So1"}}}}}}}},"Spi":{"type":"structure","members":{"AmazonElasticsearchParameters":{"type":"structure","required":["Domain"],"members":{"Domain":{}}},"AthenaParameters":{"type":"structure","members":{"WorkGroup":{},"RoleArn":{}}},"AuroraParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"AuroraPostgreSqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"AwsIotAnalyticsParameters":{"type":"structure","required":["DataSetName"],"members":{"DataSetName":{}}},"JiraParameters":{"type":"structure","required":["SiteBaseUrl"],"members":{"SiteBaseUrl":{}}},"MariaDbParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"MySqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"OracleParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"PostgreSqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"PrestoParameters":{"type":"structure","required":["Host","Port","Catalog"],"members":{"Host":{},"Port":{"type":"integer"},"Catalog":{}}},"RdsParameters":{"type":"structure","required":["InstanceId","Database"],"members":{"InstanceId":{},"Database":{}}},"RedshiftParameters":{"type":"structure","required":["Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{},"ClusterId":{},"IAMParameters":{"type":"structure","required":["RoleArn","DatabaseUser"],"members":{"RoleArn":{},"DatabaseUser":{},"DatabaseGroups":{"type":"list","member":{}},"AutoCreateDatabaseUser":{"type":"boolean"}}}}},"S3Parameters":{"type":"structure","required":["ManifestFileLocation"],"members":{"ManifestFileLocation":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{},"Key":{}}},"RoleArn":{}}},"ServiceNowParameters":{"type":"structure","required":["SiteBaseUrl"],"members":{"SiteBaseUrl":{}}},"SnowflakeParameters":{"type":"structure","required":["Host","Database","Warehouse"],"members":{"Host":{},"Database":{},"Warehouse":{}}},"SparkParameters":{"type":"structure","required":["Host","Port"],"members":{"Host":{},"Port":{"type":"integer"}}},"SqlServerParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"TeradataParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"TwitterParameters":{"type":"structure","required":["Query","MaxRows"],"members":{"Query":{},"MaxRows":{"type":"integer"}}},"AmazonOpenSearchParameters":{"type":"structure","required":["Domain"],"members":{"Domain":{}}},"ExasolParameters":{"type":"structure","required":["Host","Port"],"members":{"Host":{},"Port":{"type":"integer"}}},"DatabricksParameters":{"type":"structure","required":["Host","Port","SqlEndpointPath"],"members":{"Host":{},"Port":{"type":"integer"},"SqlEndpointPath":{}}}}},"Sqs":{"type":"structure","members":{"CredentialPair":{"type":"structure","required":["Username","Password"],"members":{"Username":{},"Password":{},"AlternateDataSourceParameters":{"shape":"Sqw"}}},"CopySourceArn":{},"SecretArn":{}},"sensitive":true},"Sqw":{"type":"list","member":{"shape":"Spi"}},"Sqz":{"type":"structure","required":["VpcConnectionArn"],"members":{"VpcConnectionArn":{}}},"Sr0":{"type":"structure","members":{"DisableSsl":{"type":"boolean"}}},"Srg":{"type":"structure","members":{"Arn":{},"GroupName":{},"Description":{},"PrincipalId":{}}},"Srk":{"type":"structure","members":{"Arn":{},"MemberName":{}}},"Sro":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Ss1":{"type":"structure","required":["ScheduleId","ScheduleFrequency","RefreshType"],"members":{"ScheduleId":{},"ScheduleFrequency":{"type":"structure","required":["Interval"],"members":{"Interval":{},"RefreshOnDay":{"type":"structure","members":{"DayOfWeek":{},"DayOfMonth":{}}},"Timezone":{},"TimeOfTheDay":{}}},"StartAfterDateTime":{"type":"timestamp"},"RefreshType":{},"Arn":{}}},"Ssa":{"type":"structure","members":{"SourceAnalysis":{"type":"structure","required":["Arn","DataSetReferences"],"members":{"Arn":{},"DataSetReferences":{"shape":"S1f"}}},"SourceTemplate":{"type":"structure","required":["Arn"],"members":{"Arn":{}}}}},"Ssd":{"type":"structure","required":["DataSetConfigurations"],"members":{"DataSetConfigurations":{"shape":"Sse"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjr"},"ParameterDeclarations":{"shape":"Sju"},"FilterGroups":{"shape":"Ske"},"ColumnConfigurations":{"shape":"Sle"},"AnalysisDefaults":{"shape":"Sll"}}},"Sse":{"type":"list","member":{"type":"structure","members":{"Placeholder":{},"DataSetSchema":{"type":"structure","members":{"ColumnSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{},"GeographicRole":{}}}}}},"ColumnGroupSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{},"ColumnGroupColumnSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{}}}}}}}}}},"Sss":{"type":"structure","members":{"AliasName":{},"Arn":{},"TemplateVersionNumber":{"type":"long"}}},"Ssv":{"type":"structure","members":{"DataColorPalette":{"type":"structure","members":{"Colors":{"shape":"Ssx"},"MinMaxGradient":{"shape":"Ssx"},"EmptyFillColor":{}}},"UIColorPalette":{"type":"structure","members":{"PrimaryForeground":{},"PrimaryBackground":{},"SecondaryForeground":{},"SecondaryBackground":{},"Accent":{},"AccentForeground":{},"Danger":{},"DangerForeground":{},"Warning":{},"WarningForeground":{},"Success":{},"SuccessForeground":{},"Dimension":{},"DimensionForeground":{},"Measure":{},"MeasureForeground":{}}},"Sheet":{"type":"structure","members":{"Tile":{"type":"structure","members":{"Border":{"type":"structure","members":{"Show":{"type":"boolean"}}}}},"TileLayout":{"type":"structure","members":{"Gutter":{"type":"structure","members":{"Show":{"type":"boolean"}}},"Margin":{"type":"structure","members":{"Show":{"type":"boolean"}}}}}}},"Typography":{"type":"structure","members":{"FontFamilies":{"type":"list","member":{"type":"structure","members":{"FontFamily":{}}}}}}}},"Ssx":{"type":"list","member":{}},"Stb":{"type":"structure","members":{"Arn":{},"AliasName":{},"ThemeVersionNumber":{"type":"long"}}},"Ste":{"type":"structure","members":{"Name":{},"Description":{},"DataSets":{"type":"list","member":{"type":"structure","required":["DatasetArn"],"members":{"DatasetArn":{},"DatasetName":{},"DatasetDescription":{},"DataAggregation":{"type":"structure","members":{"DatasetRowDateGranularity":{},"DefaultDateColumnName":{}}},"Filters":{"type":"list","member":{"type":"structure","required":["FilterName","OperandFieldName"],"members":{"FilterDescription":{},"FilterClass":{},"FilterName":{},"FilterSynonyms":{"shape":"Stn"},"OperandFieldName":{},"FilterType":{},"CategoryFilter":{"type":"structure","members":{"CategoryFilterFunction":{},"CategoryFilterType":{},"Constant":{"type":"structure","members":{"ConstantType":{},"SingularConstant":{},"CollectiveConstant":{"type":"structure","members":{"ValueList":{"shape":"Stv"}}}},"sensitive":true},"Inverse":{"type":"boolean"}}},"NumericEqualityFilter":{"type":"structure","members":{"Constant":{"shape":"Stx"},"Aggregation":{}}},"NumericRangeFilter":{"type":"structure","members":{"Inclusive":{"type":"boolean"},"Constant":{"shape":"Su0"},"Aggregation":{}}},"DateRangeFilter":{"type":"structure","members":{"Inclusive":{"type":"boolean"},"Constant":{"shape":"Su0"}}},"RelativeDateFilter":{"type":"structure","members":{"TimeGranularity":{},"RelativeDateFilterFunction":{},"Constant":{"shape":"Stx"}}}}}},"Columns":{"type":"list","member":{"type":"structure","required":["ColumnName"],"members":{"ColumnName":{},"ColumnFriendlyName":{},"ColumnDescription":{},"ColumnSynonyms":{"shape":"Stn"},"ColumnDataRole":{},"Aggregation":{},"IsIncludedInTopic":{"type":"boolean"},"DisableIndexing":{"type":"boolean"},"ComparativeOrder":{"shape":"Sua"},"SemanticType":{"shape":"Sud"},"TimeGranularity":{},"AllowedAggregations":{"shape":"Suf"},"NotAllowedAggregations":{"shape":"Suf"},"DefaultFormatting":{"shape":"Suh"},"NeverAggregateInFilter":{"type":"boolean"},"CellValueSynonyms":{"shape":"Sum"},"NonAdditive":{"type":"boolean"}}}},"CalculatedFields":{"type":"list","member":{"type":"structure","required":["CalculatedFieldName","Expression"],"members":{"CalculatedFieldName":{},"CalculatedFieldDescription":{},"Expression":{"shape":"S4r"},"CalculatedFieldSynonyms":{"shape":"Stn"},"IsIncludedInTopic":{"type":"boolean"},"DisableIndexing":{"type":"boolean"},"ColumnDataRole":{},"TimeGranularity":{},"DefaultFormatting":{"shape":"Suh"},"Aggregation":{},"ComparativeOrder":{"shape":"Sua"},"SemanticType":{"shape":"Sud"},"AllowedAggregations":{"shape":"Suf"},"NotAllowedAggregations":{"shape":"Suf"},"NeverAggregateInFilter":{"type":"boolean"},"CellValueSynonyms":{"shape":"Sum"},"NonAdditive":{"type":"boolean"}}}},"NamedEntities":{"type":"list","member":{"type":"structure","required":["EntityName"],"members":{"EntityName":{},"EntityDescription":{},"EntitySynonyms":{"shape":"Stn"},"SemanticEntityType":{"type":"structure","members":{"TypeName":{},"SubTypeName":{},"TypeParameters":{"shape":"Sue"}}},"Definition":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"PropertyName":{},"PropertyRole":{},"PropertyUsage":{},"Metric":{"type":"structure","members":{"Aggregation":{},"AggregationFunctionParameters":{"type":"map","key":{},"value":{}}}}}}}}}}}}}}},"Stn":{"type":"list","member":{}},"Stv":{"type":"list","member":{}},"Stx":{"type":"structure","members":{"ConstantType":{},"SingularConstant":{}},"sensitive":true},"Su0":{"type":"structure","members":{"ConstantType":{},"RangeConstant":{"type":"structure","members":{"Minimum":{},"Maximum":{}}}},"sensitive":true},"Sua":{"type":"structure","members":{"UseOrdering":{},"SpecifedOrder":{"shape":"Stv"},"TreatUndefinedSpecifiedValues":{}}},"Sud":{"type":"structure","members":{"TypeName":{},"SubTypeName":{},"TypeParameters":{"shape":"Sue"},"TruthyCellValue":{"shape":"Sw"},"TruthyCellValueSynonyms":{"shape":"Sv"},"FalseyCellValue":{"shape":"Sw"},"FalseyCellValueSynonyms":{"shape":"Sv"}}},"Sue":{"type":"map","key":{},"value":{}},"Suf":{"type":"list","member":{}},"Suh":{"type":"structure","members":{"DisplayFormat":{},"DisplayFormatOptions":{"type":"structure","members":{"UseBlankCellFormat":{"type":"boolean"},"BlankCellFormat":{},"DateFormat":{},"DecimalSeparator":{},"GroupingSeparator":{},"UseGrouping":{"type":"boolean"},"FractionDigits":{"type":"integer"},"Prefix":{},"Suffix":{},"UnitScaler":{},"NegativeFormat":{"type":"structure","members":{"Prefix":{},"Suffix":{}}},"CurrencySymbol":{}}}}},"Sum":{"type":"list","member":{"type":"structure","members":{"CellValue":{},"Synonyms":{"shape":"Stv"}}}},"Sv2":{"type":"structure","required":["IsEnabled","BasedOnSpiceSchedule"],"members":{"IsEnabled":{"type":"boolean"},"BasedOnSpiceSchedule":{"type":"boolean"},"StartingAt":{"type":"timestamp"},"Timezone":{},"RepeatAt":{},"TopicScheduleType":{}}},"Sv7":{"type":"list","member":{}},"Sv9":{"type":"list","member":{}},"Svb":{"type":"list","member":{}},"Sx5":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sx8"}}}},"Sx8":{"type":"list","member":{"type":"structure","members":{"Path":{}}}},"Sxa":{"type":"list","member":{}},"Sxb":{"type":"list","member":{"type":"structure","members":{"SheetId":{},"Name":{}}}},"Sxm":{"type":"list","member":{}},"Sxo":{"type":"structure","members":{"ResourceIdOverrideConfiguration":{"type":"structure","members":{"PrefixForAllResources":{"type":"boolean"}}},"VPCConnections":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"RefreshSchedules":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"DataSources":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"DataSets":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Themes":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Analyses":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Dashboards":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}}}},"Syl":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"Message":{}}}},"Syp":{"type":"structure","members":{"ResourceIdOverrideConfiguration":{"type":"structure","members":{"PrefixForAllResources":{}}},"VPCConnections":{"type":"list","member":{"type":"structure","required":["VPCConnectionId"],"members":{"VPCConnectionId":{},"Name":{},"SubnetIds":{"shape":"Sv7"},"SecurityGroupIds":{"shape":"Sv9"},"DnsResolvers":{"shape":"Svb"},"RoleArn":{}}}},"RefreshSchedules":{"type":"list","member":{"type":"structure","required":["DataSetId","ScheduleId"],"members":{"DataSetId":{},"ScheduleId":{},"StartAfterDateTime":{"type":"timestamp"}}}},"DataSources":{"type":"list","member":{"type":"structure","required":["DataSourceId"],"members":{"DataSourceId":{},"Name":{},"DataSourceParameters":{"shape":"Spi"},"VpcConnectionProperties":{"shape":"Sqz"},"SslProperties":{"shape":"Sr0"},"Credentials":{"type":"structure","members":{"CredentialPair":{"type":"structure","required":["Username","Password"],"members":{"Username":{},"Password":{}},"sensitive":true},"SecretArn":{}}}}}},"DataSets":{"type":"list","member":{"type":"structure","required":["DataSetId"],"members":{"DataSetId":{},"Name":{}}}},"Themes":{"type":"list","member":{"type":"structure","required":["ThemeId"],"members":{"ThemeId":{},"Name":{}}}},"Analyses":{"type":"list","member":{"type":"structure","required":["AnalysisId"],"members":{"AnalysisId":{},"Name":{}}}},"Dashboards":{"type":"list","member":{"type":"structure","required":["DashboardId"],"members":{"DashboardId":{},"Name":{}}}}}},"Szc":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sx8"}}}},"Szj":{"type":"structure","members":{"Permissions":{"shape":"S19"}}},"Szq":{"type":"structure","required":["FileGroups"],"members":{"FileGroups":{"type":"list","member":{"type":"structure","members":{"Files":{"shape":"Szt"}}}},"DestinationConfiguration":{"type":"structure","members":{"S3Destinations":{"type":"list","member":{"shape":"S102"}}}},"Parameters":{"shape":"Sr"}}},"Szt":{"type":"list","member":{"type":"structure","required":["SheetSelections","FormatType"],"members":{"SheetSelections":{"type":"list","member":{"type":"structure","required":["SheetId","SelectionScope"],"members":{"SheetId":{},"SelectionScope":{},"VisualIds":{"type":"list","member":{}}}}},"FormatType":{}}}},"S102":{"type":"structure","members":{"BucketConfiguration":{"type":"structure","required":["BucketName","BucketPrefix","BucketRegion"],"members":{"BucketName":{},"BucketPrefix":{},"BucketRegion":{}}}}},"S10r":{"type":"structure","required":["RefreshConfiguration"],"members":{"RefreshConfiguration":{"type":"structure","required":["IncrementalRefresh"],"members":{"IncrementalRefresh":{"type":"structure","required":["LookbackWindow"],"members":{"LookbackWindow":{"type":"structure","required":["ColumnName","Size","SizeUnit"],"members":{"ColumnName":{},"Size":{"type":"long"},"SizeUnit":{}}}}}}}}},"S10z":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"Name":{},"Type":{},"Status":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"DataSourceParameters":{"shape":"Spi"},"AlternateDataSourceParameters":{"shape":"Sqw"},"VpcConnectionProperties":{"shape":"Sqz"},"SslProperties":{"shape":"Sr0"},"ErrorInfo":{"type":"structure","members":{"Type":{},"Message":{}}},"SecretArn":{}}},"S11m":{"type":"structure","required":["Arn","IngestionStatus","CreatedTime"],"members":{"Arn":{},"IngestionId":{},"IngestionStatus":{},"ErrorInfo":{"type":"structure","members":{"Type":{},"Message":{}}},"RowInfo":{"type":"structure","members":{"RowsIngested":{"type":"long"},"RowsDropped":{"type":"long"},"TotalRowsInDataset":{"type":"long"}}},"QueueInfo":{"type":"structure","required":["WaitingOnIngestion","QueuedIngestion"],"members":{"WaitingOnIngestion":{},"QueuedIngestion":{}}},"CreatedTime":{"type":"timestamp"},"IngestionTimeInSeconds":{"type":"long"},"IngestionSizeInBytes":{"type":"long"},"RequestSource":{},"RequestType":{}}},"S11v":{"type":"map","key":{},"value":{}},"S120":{"type":"structure","members":{"Name":{},"Arn":{},"CapacityRegion":{},"CreationStatus":{},"IdentityStore":{},"NamespaceError":{"type":"structure","members":{"Type":{},"Message":{}}}}},"S129":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sx8"}}}},"S137":{"type":"structure","members":{"Arn":{},"UserName":{},"Email":{},"Role":{},"IdentityType":{},"Active":{"type":"boolean"},"PrincipalId":{},"CustomPermissionsName":{},"ExternalLoginFederationProviderType":{},"ExternalLoginFederationProviderUrl":{},"ExternalLoginId":{}}},"S13e":{"type":"list","member":{"type":"structure","members":{"SubnetId":{},"AvailabilityZone":{},"ErrorMessage":{},"Status":{},"NetworkInterfaceId":{}}}},"S13k":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{"shape":"Sov"}}}},"S13q":{"type":"structure","required":["DashboardId","SheetId","VisualId"],"members":{"DashboardId":{},"SheetId":{},"VisualId":{}}},"S13t":{"type":"string","sensitive":true},"S13y":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}},"S14f":{"type":"list","member":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"Name":{},"Status":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"S14v":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DashboardId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"PublishedVersionNumber":{"type":"long"},"LastPublishedTime":{"type":"timestamp"}}}},"S14z":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DataSetId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"ImportMode":{},"RowLevelPermissionDataSet":{"shape":"Som"},"RowLevelPermissionTagConfigurationApplied":{"type":"boolean"},"ColumnLevelPermissionRulesApplied":{"type":"boolean"}}}},"S15a":{"type":"list","member":{"type":"structure","members":{"Arn":{},"FolderId":{},"Name":{},"FolderType":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"SharingModel":{}}}},"S15h":{"type":"list","member":{"shape":"Srg"}},"S18x":{"type":"list","member":{"shape":"S1a"}},"S192":{"type":"list","member":{"shape":"S1a"}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-04-01","endpointPrefix":"quicksight","jsonVersion":"1.0","protocol":"rest-json","serviceFullName":"Amazon QuickSight","serviceId":"QuickSight","signatureVersion":"v4","uid":"quicksight-2018-04-01"},"operations":{"CancelIngestion":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","IngestionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"}}},"output":{"type":"structure","members":{"Arn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateAccountCustomization":{"http":{"requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId","AccountCustomization"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"AccountCustomization":{"shape":"Sa"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateAccountSubscription":{"http":{"requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["Edition","AuthenticationMethod","AwsAccountId","AccountName","NotificationEmail"],"members":{"Edition":{},"AuthenticationMethod":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AccountName":{},"NotificationEmail":{},"ActiveDirectoryName":{},"Realm":{},"DirectoryId":{},"AdminGroup":{"shape":"Sk"},"AuthorGroup":{"shape":"Sk"},"ReaderGroup":{"shape":"Sk"},"FirstName":{},"LastName":{},"EmailAddress":{},"ContactNumber":{}}},"output":{"type":"structure","members":{"SignupResponse":{"type":"structure","members":{"IAMUser":{"type":"boolean"},"userLoginName":{},"accountName":{},"directoryType":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateAnalysis":{"http":{"requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"Name":{},"Parameters":{"shape":"Sr"},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"S1d"},"ThemeArn":{},"Tags":{"shape":"Sb"},"Definition":{"shape":"S1h"},"ValidationStrategy":{"shape":"Slz"},"FolderArns":{"shape":"Sm1"}}},"output":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateDashboard":{"http":{"requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"Name":{},"Parameters":{"shape":"Sr"},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"Sm6"},"Tags":{"shape":"Sb"},"VersionDescription":{},"DashboardPublishOptions":{"shape":"Sm9"},"ThemeArn":{},"Definition":{"shape":"Smo"},"ValidationStrategy":{"shape":"Slz"},"FolderArns":{"shape":"Sm1"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"DashboardId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateDataSet":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","Name","PhysicalTableMap","ImportMode"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{},"Name":{},"PhysicalTableMap":{"shape":"Smt"},"LogicalTableMap":{"shape":"Snc"},"ImportMode":{},"ColumnGroups":{"shape":"Soj"},"FieldFolders":{"shape":"Sop"},"Permissions":{"shape":"S19"},"RowLevelPermissionDataSet":{"shape":"Sou"},"RowLevelPermissionTagConfiguration":{"shape":"Soy"},"ColumnLevelPermissionRules":{"shape":"Sp6"},"Tags":{"shape":"Sb"},"DataSetUsageConfiguration":{"shape":"Spa"},"DatasetParameters":{"shape":"Spb"},"FolderArns":{"shape":"Sm1"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"IngestionArn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateDataSource":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sources"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId","Name","Type"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{},"Name":{},"Type":{},"DataSourceParameters":{"shape":"Spq"},"Credentials":{"shape":"Sr3"},"Permissions":{"shape":"S19"},"VpcConnectionProperties":{"shape":"Sra"},"SslProperties":{"shape":"Srb"},"Tags":{"shape":"Sb"},"FolderArns":{"shape":"Sm1"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"CreationStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateFolder":{"http":{"requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Name":{},"FolderType":{},"ParentFolderArn":{},"Permissions":{"shape":"S19"},"Tags":{"shape":"Sb"},"SharingModel":{}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"CreateFolderMembership":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","MemberId","MemberType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"MemberId":{"location":"uri","locationName":"MemberId"},"MemberType":{"location":"uri","locationName":"MemberType"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"FolderMember":{"type":"structure","members":{"MemberId":{},"MemberType":{}}},"RequestId":{}}}},"CreateGroup":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{},"Description":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srr"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateGroupMembership":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMember":{"shape":"Srv"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateIAMPolicyAssignment":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","AssignmentStatus","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Srz"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"AssignmentName":{},"AssignmentId":{},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Srz"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateIngestion":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["DataSetId","IngestionId","AwsAccountId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"IngestionType":{}}},"output":{"type":"structure","members":{"Arn":{},"IngestionId":{},"IngestionStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateNamespace":{"http":{"requestUri":"/accounts/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId","Namespace","IdentityStore"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{},"IdentityStore":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"CapacityRegion":{},"CreationStatus":{},"IdentityStore":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateRefreshSchedule":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","Schedule"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Schedule":{"shape":"Ssc"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"CreateTemplate":{"http":{"requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"Name":{},"Permissions":{"shape":"S19"},"SourceEntity":{"shape":"Ssl"},"Tags":{"shape":"Sb"},"VersionDescription":{},"Definition":{"shape":"Sso"},"ValidationStrategy":{"shape":"Slz"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"TemplateId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTemplateAlias":{"http":{"requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName","TemplateVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"},"TemplateVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"St3"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTheme":{"http":{"requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","Name","BaseThemeId","Configuration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"Name":{},"BaseThemeId":{},"VersionDescription":{},"Configuration":{"shape":"St6"},"Permissions":{"shape":"S19"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"ThemeId":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateThemeAlias":{"http":{"requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName","ThemeVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"},"ThemeVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stm"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateTopic":{"http":{"requestUri":"/accounts/{AwsAccountId}/topics"},"input":{"type":"structure","required":["AwsAccountId","TopicId","Topic"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{},"Topic":{"shape":"Stp"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"RefreshArn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"CreateTopicRefreshSchedule":{"http":{"requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetArn","RefreshSchedule"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetArn":{},"DatasetName":{},"RefreshSchedule":{"shape":"Svd"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"CreateVPCConnection":{"http":{"requestUri":"/accounts/{AwsAccountId}/vpc-connections"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId","Name","SubnetIds","SecurityGroupIds","RoleArn"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{},"Name":{},"SubnetIds":{"shape":"Svi"},"SecurityGroupIds":{"shape":"Svk"},"DnsResolvers":{"shape":"Svm"},"RoleArn":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"CreationStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAccountCustomization":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAccountSubscription":{"http":{"method":"DELETE","requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteAnalysis":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"RecoveryWindowInDays":{"location":"querystring","locationName":"recovery-window-in-days","type":"long"},"ForceDeleteWithoutRecovery":{"location":"querystring","locationName":"force-delete-without-recovery","type":"boolean"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"AnalysisId":{},"DeletionTime":{"type":"timestamp"},"RequestId":{}}}},"DeleteDashboard":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"DashboardId":{},"RequestId":{}}}},"DeleteDataSet":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteDataSetRefreshProperties":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteFolder":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"DeleteFolderMembership":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","MemberId","MemberType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"MemberId":{"location":"uri","locationName":"MemberId"},"MemberType":{"location":"uri","locationName":"MemberType"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"RequestId":{}}}},"DeleteGroup":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteGroupMembership":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteIAMPolicyAssignment":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"AssignmentName":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteNamespace":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteRefreshSchedule":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","ScheduleId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ScheduleId":{"location":"uri","locationName":"ScheduleId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"DeleteTemplate":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"RequestId":{},"Arn":{},"TemplateId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteTemplateAlias":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"TemplateId":{},"AliasName":{},"Arn":{},"RequestId":{}}}},"DeleteTheme":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"}}},"output":{"type":"structure","members":{"Arn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"ThemeId":{}}}},"DeleteThemeAlias":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"AliasName":{},"Arn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"ThemeId":{}}}},"DeleteTopic":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteTopicRefreshSchedule":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteUserByPrincipalId":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}"},"input":{"type":"structure","required":["PrincipalId","AwsAccountId","Namespace"],"members":{"PrincipalId":{"location":"uri","locationName":"PrincipalId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DeleteVPCConnection":{"http":{"method":"DELETE","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"DeletionStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountCustomization":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"Resolved":{"location":"querystring","locationName":"resolved","type":"boolean"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountSettings":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/settings"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AccountSettings":{"type":"structure","members":{"AccountName":{},"Edition":{},"DefaultNamespace":{},"NotificationEmail":{},"PublicSharingEnabled":{"type":"boolean"},"TerminationProtectionEnabled":{"type":"boolean"}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAccountSubscription":{"http":{"method":"GET","requestUri":"/account/{AwsAccountId}"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AccountInfo":{"type":"structure","members":{"AccountName":{},"Edition":{},"NotificationEmail":{},"AuthenticationType":{},"AccountSubscriptionStatus":{},"IAMIdentityCenterInstanceArn":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysis":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"Analysis":{"type":"structure","members":{"AnalysisId":{},"Arn":{},"Name":{},"Status":{},"Errors":{"shape":"Sxg"},"DataSetArns":{"shape":"Sxl"},"ThemeArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Sheets":{"shape":"Sxm"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysisDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/definition"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"AnalysisId":{},"Name":{},"Errors":{"shape":"Sxg"},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"S1h"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAnalysisPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"AnalysisId":{},"AnalysisArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeAssetBundleExportJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs/{AssetBundleExportJobId}"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleExportJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleExportJobId":{"location":"uri","locationName":"AssetBundleExportJobId"}}},"output":{"type":"structure","members":{"JobStatus":{},"DownloadUrl":{},"Errors":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"Message":{}}}},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleExportJobId":{},"AwsAccountId":{},"ResourceArns":{"shape":"Sxx"},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{},"CloudFormationOverridePropertyConfiguration":{"shape":"Sxz"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeAssetBundleImportJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs/{AssetBundleImportJobId}"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleImportJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleImportJobId":{"location":"uri","locationName":"AssetBundleImportJobId"}}},"output":{"type":"structure","members":{"JobStatus":{},"Errors":{"shape":"Syw"},"RollbackErrors":{"shape":"Syw"},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleImportJobId":{},"AwsAccountId":{},"AssetBundleImportSource":{"type":"structure","members":{"Body":{},"S3Uri":{}}},"OverrideParameters":{"shape":"Sz0"},"FailureAction":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDashboard":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Dashboard":{"type":"structure","members":{"DashboardId":{},"Arn":{},"Name":{},"Version":{"type":"structure","members":{"CreatedTime":{"type":"timestamp"},"Errors":{"shape":"Szn"},"VersionNumber":{"type":"long"},"Status":{},"Arn":{},"SourceEntityArn":{},"DataSetArns":{"shape":"Sxl"},"Description":{},"ThemeArn":{},"Sheets":{"shape":"Sxm"}}},"CreatedTime":{"type":"timestamp"},"LastPublishedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeDashboardDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/definition"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"DashboardId":{},"Errors":{"shape":"Szn"},"Name":{},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"Smo"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"DashboardPublishOptions":{"shape":"Sm9"}}}},"DescribeDashboardPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"}}},"output":{"type":"structure","members":{"DashboardId":{},"DashboardArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"LinkSharingConfiguration":{"shape":"Szu"}}}},"DescribeDashboardSnapshotJob":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{"location":"uri","locationName":"SnapshotJobId"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"DashboardId":{},"SnapshotJobId":{},"UserConfiguration":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"RowLevelPermissionTagKeys":{"type":"list","member":{}}}}}}},"SnapshotConfiguration":{"shape":"S101"},"Arn":{},"JobStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"RequestId":{},"Status":{"type":"integer"}}}},"DescribeDashboardSnapshotJobResult":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}/result"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{"location":"uri","locationName":"SnapshotJobId"}}},"output":{"type":"structure","members":{"Arn":{},"JobStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Result":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"FileGroups":{"type":"list","member":{"type":"structure","members":{"Files":{"shape":"S104"},"S3Results":{"type":"list","member":{"type":"structure","members":{"S3DestinationConfiguration":{"shape":"S10d"},"S3Uri":{"type":"string","sensitive":true},"ErrorInfo":{"type":"list","member":{"type":"structure","members":{"ErrorMessage":{},"ErrorType":{}}}}}}}}}}}}}}},"ErrorInfo":{"type":"structure","members":{"ErrorMessage":{},"ErrorType":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSet":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"DataSet":{"type":"structure","members":{"Arn":{},"DataSetId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"PhysicalTableMap":{"shape":"Smt"},"LogicalTableMap":{"shape":"Snc"},"OutputColumns":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"Type":{}}}},"ImportMode":{},"ConsumedSpiceCapacityInBytes":{"type":"long"},"ColumnGroups":{"shape":"Soj"},"FieldFolders":{"shape":"Sop"},"RowLevelPermissionDataSet":{"shape":"Sou"},"RowLevelPermissionTagConfiguration":{"shape":"Soy"},"ColumnLevelPermissionRules":{"shape":"Sp6"},"DataSetUsageConfiguration":{"shape":"Spa"},"DatasetParameters":{"shape":"Spb"}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSetPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"DataSetArn":{},"DataSetId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSetRefreshProperties":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"DataSetRefreshProperties":{"shape":"S112"}}}},"DescribeDataSource":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"DataSource":{"shape":"S11a"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeDataSourcePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"}}},"output":{"type":"structure","members":{"DataSourceArn":{},"DataSourceId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeFolder":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Folder":{"type":"structure","members":{"FolderId":{},"Arn":{},"Name":{},"FolderType":{},"FolderPath":{"type":"list","member":{}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"SharingModel":{}}},"RequestId":{}}}},"DescribeFolderPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Namespace":{"location":"querystring","locationName":"namespace"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderId":{},"Arn":{},"Permissions":{"shape":"S19"},"RequestId":{},"NextToken":{}}}},"DescribeFolderResolvedPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/resolved-permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Namespace":{"location":"querystring","locationName":"namespace"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderId":{},"Arn":{},"Permissions":{"shape":"S19"},"RequestId":{},"NextToken":{}}}},"DescribeGroup":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srr"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeGroupMembership":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"},"input":{"type":"structure","required":["MemberName","GroupName","AwsAccountId","Namespace"],"members":{"MemberName":{"location":"uri","locationName":"MemberName"},"GroupName":{"location":"uri","locationName":"GroupName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMember":{"shape":"Srv"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIAMPolicyAssignment":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"IAMPolicyAssignment":{"type":"structure","members":{"AwsAccountId":{},"AssignmentId":{},"AssignmentName":{},"PolicyArn":{},"Identities":{"shape":"Srz"},"AssignmentStatus":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIngestion":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","IngestionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"IngestionId":{"location":"uri","locationName":"IngestionId"}}},"output":{"type":"structure","members":{"Ingestion":{"shape":"S11x"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeIpRestriction":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/ip-restriction"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"IpRestrictionRuleMap":{"shape":"S126"},"Enabled":{"type":"boolean"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeNamespace":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Namespace":{"shape":"S12b"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeRefreshSchedule":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","ScheduleId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"ScheduleId":{"location":"uri","locationName":"ScheduleId"}}},"output":{"type":"structure","members":{"RefreshSchedule":{"shape":"Ssc"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"Arn":{}}}},"DescribeTemplate":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Template":{"type":"structure","members":{"Arn":{},"Name":{},"Version":{"type":"structure","members":{"CreatedTime":{"type":"timestamp"},"Errors":{"shape":"S12k"},"VersionNumber":{"type":"long"},"Status":{},"DataSetConfigurations":{"shape":"Ssp"},"Description":{},"SourceEntityArn":{},"ThemeArn":{},"Sheets":{"shape":"Sxm"}}},"TemplateId":{},"LastUpdatedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplateAlias":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"St3"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplateDefinition":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/definition"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Name":{},"TemplateId":{},"Errors":{"shape":"S12k"},"ResourceStatus":{},"ThemeArn":{},"Definition":{"shape":"Sso"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTemplatePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"}}},"output":{"type":"structure","members":{"TemplateId":{},"TemplateArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTheme":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"VersionNumber":{"location":"querystring","locationName":"version-number","type":"long"},"AliasName":{"location":"querystring","locationName":"alias-name"}}},"output":{"type":"structure","members":{"Theme":{"type":"structure","members":{"Arn":{},"Name":{},"ThemeId":{},"Version":{"type":"structure","members":{"VersionNumber":{"type":"long"},"Arn":{},"Description":{},"BaseThemeId":{},"CreatedTime":{"type":"timestamp"},"Configuration":{"shape":"St6"},"Errors":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{}}}},"Status":{}}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Type":{}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeThemeAlias":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stm"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeThemePermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"}}},"output":{"type":"structure","members":{"ThemeId":{},"ThemeArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopic":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"Arn":{},"TopicId":{},"Topic":{"shape":"Stp"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopicPermissions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeTopicRefresh":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/refresh/{RefreshId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","RefreshId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"RefreshId":{"location":"uri","locationName":"RefreshId"}}},"output":{"type":"structure","members":{"RefreshDetails":{"type":"structure","members":{"RefreshArn":{},"RefreshId":{},"RefreshStatus":{}}},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeTopicRefreshSchedule":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"RefreshSchedule":{"shape":"Svd"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"DescribeUser":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"User":{"shape":"S13i"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"DescribeVPCConnection":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"}}},"output":{"type":"structure","members":{"VPCConnection":{"type":"structure","members":{"VPCConnectionId":{},"Arn":{},"Name":{},"VPCId":{},"SecurityGroupIds":{"shape":"Svk"},"DnsResolvers":{"shape":"Su6"},"Status":{},"AvailabilityStatus":{},"NetworkInterfaces":{"shape":"S13p"},"RoleArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}},"RequestId":{},"Status":{"type":"integer"}}}},"GenerateEmbedUrlForAnonymousUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/embed-url/anonymous-user"},"input":{"type":"structure","required":["AwsAccountId","Namespace","AuthorizedResourceArns","ExperienceConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"SessionLifetimeInMinutes":{"type":"long"},"Namespace":{},"SessionTags":{"shape":"S13v"},"AuthorizedResourceArns":{"type":"list","member":{}},"ExperienceConfiguration":{"type":"structure","members":{"Dashboard":{"type":"structure","required":["InitialDashboardId"],"members":{"InitialDashboardId":{}}},"DashboardVisual":{"type":"structure","required":["InitialDashboardVisualId"],"members":{"InitialDashboardVisualId":{"shape":"S141"}}},"QSearchBar":{"type":"structure","required":["InitialTopicId"],"members":{"InitialTopicId":{}}}}},"AllowedDomains":{"shape":"Su6"}}},"output":{"type":"structure","required":["EmbedUrl","Status","RequestId","AnonymousUserArn"],"members":{"EmbedUrl":{"shape":"S144"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"AnonymousUserArn":{}}}},"GenerateEmbedUrlForRegisteredUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/embed-url/registered-user"},"input":{"type":"structure","required":["AwsAccountId","UserArn","ExperienceConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"SessionLifetimeInMinutes":{"type":"long"},"UserArn":{},"ExperienceConfiguration":{"type":"structure","members":{"Dashboard":{"type":"structure","required":["InitialDashboardId"],"members":{"InitialDashboardId":{},"FeatureConfigurations":{"type":"structure","members":{"StatePersistence":{"shape":"S149"},"Bookmarks":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}}}}}},"QuickSightConsole":{"type":"structure","members":{"InitialPath":{},"FeatureConfigurations":{"type":"structure","members":{"StatePersistence":{"shape":"S149"}}}}},"QSearchBar":{"type":"structure","members":{"InitialTopicId":{}}},"DashboardVisual":{"type":"structure","required":["InitialDashboardVisualId"],"members":{"InitialDashboardVisualId":{"shape":"S141"}}}}},"AllowedDomains":{"shape":"Su6"}}},"output":{"type":"structure","required":["EmbedUrl","Status","RequestId"],"members":{"EmbedUrl":{"shape":"S144"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"GetDashboardEmbedUrl":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","IdentityType"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"IdentityType":{"location":"querystring","locationName":"creds-type"},"SessionLifetimeInMinutes":{"location":"querystring","locationName":"session-lifetime","type":"long"},"UndoRedoDisabled":{"location":"querystring","locationName":"undo-redo-disabled","type":"boolean"},"ResetDisabled":{"location":"querystring","locationName":"reset-disabled","type":"boolean"},"StatePersistenceEnabled":{"location":"querystring","locationName":"state-persistence-enabled","type":"boolean"},"UserArn":{"location":"querystring","locationName":"user-arn"},"Namespace":{"location":"querystring","locationName":"namespace"},"AdditionalDashboardIds":{"location":"querystring","locationName":"additional-dashboard-ids","type":"list","member":{}}}},"output":{"type":"structure","members":{"EmbedUrl":{"shape":"S144"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"GetSessionEmbedUrl":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/session-embed-url"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"EntryPoint":{"location":"querystring","locationName":"entry-point"},"SessionLifetimeInMinutes":{"location":"querystring","locationName":"session-lifetime","type":"long"},"UserArn":{"location":"querystring","locationName":"user-arn"}}},"output":{"type":"structure","members":{"EmbedUrl":{"shape":"S144"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListAnalyses":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/analyses"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AnalysisSummaryList":{"shape":"S14q"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListAssetBundleExportJobs":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AssetBundleExportJobSummaryList":{"type":"list","member":{"type":"structure","members":{"JobStatus":{},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleExportJobId":{},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListAssetBundleImportJobs":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"AssetBundleImportJobSummaryList":{"type":"list","member":{"type":"structure","members":{"JobStatus":{},"Arn":{},"CreatedTime":{"type":"timestamp"},"AssetBundleImportJobId":{},"FailureAction":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListDashboardVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DashboardVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreatedTime":{"type":"timestamp"},"VersionNumber":{"type":"long"},"Status":{},"SourceEntityArn":{},"Description":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListDashboards":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/dashboards"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DashboardSummaryList":{"shape":"S156"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListDataSets":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DataSetSummaries":{"shape":"S15a"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sources"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"DataSources":{"type":"list","member":{"shape":"S11a"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListFolderMembers":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/members"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderMemberList":{"type":"list","member":{"type":"structure","members":{"MemberId":{},"MemberArn":{}}}},"NextToken":{},"RequestId":{}}}},"ListFolders":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/folders"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderSummaryList":{"shape":"S15l"},"NextToken":{},"RequestId":{}}}},"ListGroupMemberships":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupMemberList":{"type":"list","member":{"shape":"Srv"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListGroups":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15s"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIAMPolicyAssignments":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/v2/iam-policy-assignments"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentStatus":{"location":"querystring","locationName":"assignment-status"},"Namespace":{"location":"uri","locationName":"Namespace"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"IAMPolicyAssignments":{"type":"list","member":{"type":"structure","members":{"AssignmentName":{},"AssignmentStatus":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIAMPolicyAssignmentsForUser":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments"},"input":{"type":"structure","required":["AwsAccountId","UserName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"UserName":{"location":"uri","locationName":"UserName"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"ActiveAssignments":{"type":"list","member":{"type":"structure","members":{"AssignmentName":{},"PolicyArn":{}}}},"RequestId":{},"NextToken":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListIngestions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions"},"input":{"type":"structure","required":["DataSetId","AwsAccountId"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"NextToken":{"location":"querystring","locationName":"next-token"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Ingestions":{"type":"list","member":{"shape":"S11x"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListNamespaces":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"Namespaces":{"type":"list","member":{"shape":"S12b"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListRefreshSchedules":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"}}},"output":{"type":"structure","members":{"RefreshSchedules":{"type":"list","member":{"shape":"Ssc"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sb"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListTemplateAliases":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"TemplateAliasList":{"type":"list","member":{"shape":"St3"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"NextToken":{}}}},"ListTemplateVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/versions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"TemplateVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"VersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"Status":{},"Description":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTemplates":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/templates"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"TemplateSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"TemplateId":{},"Name":{},"LatestVersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListThemeAliases":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-result","type":"integer"}}},"output":{"type":"structure","members":{"ThemeAliasList":{"type":"list","member":{"shape":"Stm"}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"NextToken":{}}}},"ListThemeVersions":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/versions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"ThemeVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"Arn":{},"Description":{},"CreatedTime":{"type":"timestamp"},"Status":{}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListThemes":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/themes"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"ThemeSummaryList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"ThemeId":{},"LatestVersionNumber":{"type":"long"},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTopicRefreshSchedules":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"RefreshSchedules":{"type":"list","member":{"type":"structure","members":{"DatasetId":{},"DatasetArn":{},"DatasetName":{},"RefreshSchedule":{"shape":"Svd"}}}},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"ListTopics":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/topics"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"TopicsSummaries":{"type":"list","member":{"type":"structure","members":{"Arn":{},"TopicId":{},"Name":{}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListUserGroups":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/groups"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15s"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListUsers":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users"},"input":{"type":"structure","required":["AwsAccountId","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"UserList":{"type":"list","member":{"shape":"S13i"}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"ListVPCConnections":{"http":{"method":"GET","requestUri":"/accounts/{AwsAccountId}/vpc-connections"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VPCConnectionSummaries":{"type":"list","member":{"type":"structure","members":{"VPCConnectionId":{},"Arn":{},"Name":{},"VPCId":{},"SecurityGroupIds":{"shape":"Svk"},"DnsResolvers":{"shape":"Su6"},"Status":{},"AvailabilityStatus":{},"NetworkInterfaces":{"shape":"S13p"},"RoleArn":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"PutDataSetRefreshProperties":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","DataSetRefreshProperties"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"DataSetRefreshProperties":{"shape":"S112"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"RegisterUser":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users"},"input":{"type":"structure","required":["IdentityType","Email","UserRole","AwsAccountId","Namespace"],"members":{"IdentityType":{},"Email":{},"UserRole":{},"IamArn":{},"SessionName":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"UserName":{},"CustomPermissionsName":{},"ExternalLoginFederationProviderType":{},"CustomFederationProviderUrl":{},"ExternalLoginId":{},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"User":{"shape":"S13i"},"UserInvitationUrl":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"RestoreAnalysis":{"http":{"requestUri":"/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"AnalysisId":{},"RequestId":{}}}},"SearchAnalyses":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/analyses"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AnalysisSummaryList":{"shape":"S14q"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDashboards":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/dashboards"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DashboardSummaryList":{"shape":"S156"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDataSets":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/data-sets"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DataSetSummaries":{"shape":"S15a"},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchDataSources":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/data-sources"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"DataSourceSummaries":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"Name":{},"Type":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"SearchFolders":{"http":{"requestUri":"/accounts/{AwsAccountId}/search/folders"},"input":{"type":"structure","required":["AwsAccountId","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Filters":{"type":"list","member":{"type":"structure","members":{"Operator":{},"Name":{},"Value":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"FolderSummaryList":{"shape":"S15l"},"NextToken":{},"RequestId":{}}}},"SearchGroups":{"http":{"requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search"},"input":{"type":"structure","required":["AwsAccountId","Namespace","Filters"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"Namespace":{"location":"uri","locationName":"Namespace"},"Filters":{"type":"list","member":{"type":"structure","required":["Operator","Name","Value"],"members":{"Operator":{},"Name":{},"Value":{}}}}}},"output":{"type":"structure","members":{"GroupList":{"shape":"S15s"},"NextToken":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartAssetBundleExportJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/asset-bundle-export-jobs/export"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleExportJobId","ResourceArns","ExportFormat"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleExportJobId":{},"ResourceArns":{"shape":"Sxx"},"IncludeAllDependencies":{"type":"boolean"},"ExportFormat":{},"CloudFormationOverridePropertyConfiguration":{"shape":"Sxz"}}},"output":{"type":"structure","members":{"Arn":{},"AssetBundleExportJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartAssetBundleImportJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/asset-bundle-import-jobs/import"},"input":{"type":"structure","required":["AwsAccountId","AssetBundleImportJobId","AssetBundleImportSource"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssetBundleImportJobId":{},"AssetBundleImportSource":{"type":"structure","members":{"Body":{"type":"blob","sensitive":true},"S3Uri":{}}},"OverrideParameters":{"shape":"Sz0"},"FailureAction":{}}},"output":{"type":"structure","members":{"Arn":{},"AssetBundleImportJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"StartDashboardSnapshotJob":{"http":{"requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","SnapshotJobId","UserConfiguration","SnapshotConfiguration"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"SnapshotJobId":{},"UserConfiguration":{"type":"structure","members":{"AnonymousUsers":{"type":"list","member":{"type":"structure","members":{"RowLevelPermissionTags":{"shape":"S13v"}}}}}},"SnapshotConfiguration":{"shape":"S101"}}},"output":{"type":"structure","members":{"Arn":{},"SnapshotJobId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"TagResource":{"http":{"requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sb"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/resources/{ResourceArn}/tags"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"keys","type":"list","member":{}}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAccountCustomization":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/customizations"},"input":{"type":"structure","required":["AwsAccountId","AccountCustomization"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"querystring","locationName":"namespace"},"AccountCustomization":{"shape":"Sa"}}},"output":{"type":"structure","members":{"Arn":{},"AwsAccountId":{},"Namespace":{},"AccountCustomization":{"shape":"Sa"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAccountSettings":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/settings"},"input":{"type":"structure","required":["AwsAccountId","DefaultNamespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DefaultNamespace":{},"NotificationEmail":{},"TerminationProtectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateAnalysis":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"Name":{},"Parameters":{"shape":"Sr"},"SourceEntity":{"shape":"S1d"},"ThemeArn":{},"Definition":{"shape":"S1h"},"ValidationStrategy":{"shape":"Slz"}}},"output":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"UpdateStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateAnalysisPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","AnalysisId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AnalysisId":{"location":"uri","locationName":"AnalysisId"},"GrantPermissions":{"shape":"S198"},"RevokePermissions":{"shape":"S198"}}},"output":{"type":"structure","members":{"AnalysisArn":{},"AnalysisId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDashboard":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"Name":{},"SourceEntity":{"shape":"Sm6"},"Parameters":{"shape":"Sr"},"VersionDescription":{},"DashboardPublishOptions":{"shape":"Sm9"},"ThemeArn":{},"Definition":{"shape":"Smo"},"ValidationStrategy":{"shape":"Slz"}}},"output":{"type":"structure","members":{"Arn":{},"VersionArn":{},"DashboardId":{},"CreationStatus":{},"Status":{"type":"integer"},"RequestId":{}}}},"UpdateDashboardPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DashboardId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"GrantPermissions":{"shape":"S198"},"RevokePermissions":{"shape":"S198"},"GrantLinkPermissions":{"shape":"S19d"},"RevokeLinkPermissions":{"shape":"S19d"}}},"output":{"type":"structure","members":{"DashboardArn":{},"DashboardId":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"},"LinkSharingConfiguration":{"shape":"Szu"}}}},"UpdateDashboardPublishedVersion":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}"},"input":{"type":"structure","required":["AwsAccountId","DashboardId","VersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DashboardId":{"location":"uri","locationName":"DashboardId"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"type":"structure","members":{"DashboardId":{},"DashboardArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateDataSet":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}"},"input":{"type":"structure","required":["AwsAccountId","DataSetId","Name","PhysicalTableMap","ImportMode"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"Name":{},"PhysicalTableMap":{"shape":"Smt"},"LogicalTableMap":{"shape":"Snc"},"ImportMode":{},"ColumnGroups":{"shape":"Soj"},"FieldFolders":{"shape":"Sop"},"RowLevelPermissionDataSet":{"shape":"Sou"},"RowLevelPermissionTagConfiguration":{"shape":"Soy"},"ColumnLevelPermissionRules":{"shape":"Sp6"},"DataSetUsageConfiguration":{"shape":"Spa"},"DatasetParameters":{"shape":"Spb"}}},"output":{"type":"structure","members":{"Arn":{},"DataSetId":{},"IngestionArn":{},"IngestionId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSetPermissions":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSetId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSetId":{"location":"uri","locationName":"DataSetId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"DataSetArn":{},"DataSetId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"},"Name":{},"DataSourceParameters":{"shape":"Spq"},"Credentials":{"shape":"Sr3"},"VpcConnectionProperties":{"shape":"Sra"},"SslProperties":{"shape":"Srb"}}},"output":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"UpdateStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateDataSourcePermissions":{"http":{"requestUri":"/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","DataSourceId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"DataSourceId":{"location":"uri","locationName":"DataSourceId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"DataSourceArn":{},"DataSourceId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateFolder":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}"},"input":{"type":"structure","required":["AwsAccountId","FolderId","Name"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"Name":{}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"Arn":{},"FolderId":{},"RequestId":{}}}},"UpdateFolderPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/folders/{FolderId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","FolderId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"FolderId":{"location":"uri","locationName":"FolderId"},"GrantPermissions":{"shape":"S19"},"RevokePermissions":{"shape":"S19"}}},"output":{"type":"structure","members":{"Status":{"type":"integer"},"Arn":{},"FolderId":{},"Permissions":{"shape":"S19"},"RequestId":{}}}},"UpdateGroup":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"},"input":{"type":"structure","required":["GroupName","AwsAccountId","Namespace"],"members":{"GroupName":{"location":"uri","locationName":"GroupName"},"Description":{},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Group":{"shape":"Srr"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateIAMPolicyAssignment":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"},"input":{"type":"structure","required":["AwsAccountId","AssignmentName","Namespace"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"AssignmentName":{"location":"uri","locationName":"AssignmentName"},"Namespace":{"location":"uri","locationName":"Namespace"},"AssignmentStatus":{},"PolicyArn":{},"Identities":{"shape":"Srz"}}},"output":{"type":"structure","members":{"AssignmentName":{},"AssignmentId":{},"PolicyArn":{},"Identities":{"shape":"Srz"},"AssignmentStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateIpRestriction":{"http":{"requestUri":"/accounts/{AwsAccountId}/ip-restriction"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"IpRestrictionRuleMap":{"shape":"S126"},"Enabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AwsAccountId":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdatePublicSharingSettings":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/public-sharing-settings"},"input":{"type":"structure","required":["AwsAccountId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"PublicSharingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateRefreshSchedule":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"},"input":{"type":"structure","required":["DataSetId","AwsAccountId","Schedule"],"members":{"DataSetId":{"location":"uri","locationName":"DataSetId"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Schedule":{"shape":"Ssc"}}},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"},"RequestId":{},"ScheduleId":{},"Arn":{}}}},"UpdateTemplate":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"SourceEntity":{"shape":"Ssl"},"VersionDescription":{},"Name":{},"Definition":{"shape":"Sso"},"ValidationStrategy":{"shape":"Slz"}}},"output":{"type":"structure","members":{"TemplateId":{},"Arn":{},"VersionArn":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTemplateAlias":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","TemplateId","AliasName","TemplateVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"AliasName":{"location":"uri","locationName":"AliasName"},"TemplateVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"TemplateAlias":{"shape":"St3"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTemplatePermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TemplateId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TemplateId":{"location":"uri","locationName":"TemplateId"},"GrantPermissions":{"shape":"S198"},"RevokePermissions":{"shape":"S198"}}},"output":{"type":"structure","members":{"TemplateId":{},"TemplateArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTheme":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","BaseThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"Name":{},"BaseThemeId":{},"VersionDescription":{},"Configuration":{"shape":"St6"}}},"output":{"type":"structure","members":{"ThemeId":{},"Arn":{},"VersionArn":{},"CreationStatus":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateThemeAlias":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"},"input":{"type":"structure","required":["AwsAccountId","ThemeId","AliasName","ThemeVersionNumber"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"AliasName":{"location":"uri","locationName":"AliasName"},"ThemeVersionNumber":{"type":"long"}}},"output":{"type":"structure","members":{"ThemeAlias":{"shape":"Stm"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateThemePermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","ThemeId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"ThemeId":{"location":"uri","locationName":"ThemeId"},"GrantPermissions":{"shape":"S198"},"RevokePermissions":{"shape":"S198"}}},"output":{"type":"structure","members":{"ThemeId":{},"ThemeArn":{},"Permissions":{"shape":"S19"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTopic":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","Topic"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"Topic":{"shape":"Stp"}}},"output":{"type":"structure","members":{"TopicId":{},"Arn":{},"RefreshArn":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateTopicPermissions":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/permissions"},"input":{"type":"structure","required":["AwsAccountId","TopicId"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"GrantPermissions":{"shape":"S198"},"RevokePermissions":{"shape":"S198"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"Permissions":{"shape":"S19"},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateTopicRefreshSchedule":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"},"input":{"type":"structure","required":["AwsAccountId","TopicId","DatasetId","RefreshSchedule"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"TopicId":{"location":"uri","locationName":"TopicId"},"DatasetId":{"location":"uri","locationName":"DatasetId"},"RefreshSchedule":{"shape":"Svd"}}},"output":{"type":"structure","members":{"TopicId":{},"TopicArn":{},"DatasetArn":{},"Status":{"location":"statusCode","type":"integer"},"RequestId":{}}}},"UpdateUser":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"},"input":{"type":"structure","required":["UserName","AwsAccountId","Namespace","Email","Role"],"members":{"UserName":{"location":"uri","locationName":"UserName"},"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"Namespace":{"location":"uri","locationName":"Namespace"},"Email":{},"Role":{},"CustomPermissionsName":{},"UnapplyCustomPermissions":{"type":"boolean"},"ExternalLoginFederationProviderType":{},"CustomFederationProviderUrl":{},"ExternalLoginId":{}}},"output":{"type":"structure","members":{"User":{"shape":"S13i"},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}},"UpdateVPCConnection":{"http":{"method":"PUT","requestUri":"/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"},"input":{"type":"structure","required":["AwsAccountId","VPCConnectionId","Name","SubnetIds","SecurityGroupIds","RoleArn"],"members":{"AwsAccountId":{"location":"uri","locationName":"AwsAccountId"},"VPCConnectionId":{"location":"uri","locationName":"VPCConnectionId"},"Name":{},"SubnetIds":{"shape":"Svi"},"SecurityGroupIds":{"shape":"Svk"},"DnsResolvers":{"shape":"Svm"},"RoleArn":{}}},"output":{"type":"structure","members":{"Arn":{},"VPCConnectionId":{},"UpdateStatus":{},"AvailabilityStatus":{},"RequestId":{},"Status":{"location":"statusCode","type":"integer"}}}}},"shapes":{"Sa":{"type":"structure","members":{"DefaultTheme":{},"DefaultEmailCustomizationTemplate":{}}},"Sb":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sk":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"StringParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"Sv"}}}},"IntegerParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S10"}}}}},"DecimalParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S14"}}}}},"DateTimeParameters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"shape":"S18"}}}}}}},"Sv":{"type":"list","member":{"shape":"Sw"}},"Sw":{"type":"string","sensitive":true},"S10":{"type":"long","sensitive":true},"S14":{"type":"double","sensitive":true},"S18":{"type":"timestamp","sensitive":true},"S19":{"type":"list","member":{"shape":"S1a"}},"S1a":{"type":"structure","required":["Principal","Actions"],"members":{"Principal":{},"Actions":{"type":"list","member":{}}}},"S1d":{"type":"structure","members":{"SourceTemplate":{"type":"structure","required":["DataSetReferences","Arn"],"members":{"DataSetReferences":{"shape":"S1f"},"Arn":{}}}}},"S1f":{"type":"list","member":{"type":"structure","required":["DataSetPlaceholder","DataSetArn"],"members":{"DataSetPlaceholder":{},"DataSetArn":{}}}},"S1h":{"type":"structure","required":["DataSetIdentifierDeclarations"],"members":{"DataSetIdentifierDeclarations":{"shape":"S1i"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjy"},"ParameterDeclarations":{"shape":"Sk1"},"FilterGroups":{"shape":"Skl"},"ColumnConfigurations":{"shape":"Sll"},"AnalysisDefaults":{"shape":"Sls"}}},"S1i":{"type":"list","member":{"type":"structure","required":["Identifier","DataSetArn"],"members":{"Identifier":{},"DataSetArn":{}}}},"S1l":{"type":"list","member":{"type":"structure","required":["SheetId"],"members":{"SheetId":{},"Title":{},"Description":{},"Name":{},"ParameterControls":{"type":"list","member":{"type":"structure","members":{"DateTimePicker":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S1v"}}},"List":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2a"},"Type":{},"SelectableValues":{"shape":"S2e"},"CascadingControlConfiguration":{"shape":"S2i"}}},"Dropdown":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2m"},"Type":{},"SelectableValues":{"shape":"S2e"},"CascadingControlConfiguration":{"shape":"S2i"}}},"TextField":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2o"}}},"TextArea":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"Delimiter":{},"DisplayOptions":{"shape":"S2s"}}},"Slider":{"type":"structure","required":["ParameterControlId","Title","SourceParameterName","MaximumValue","MinimumValue","StepSize"],"members":{"ParameterControlId":{},"Title":{},"SourceParameterName":{},"DisplayOptions":{"shape":"S2u"},"MaximumValue":{"type":"double"},"MinimumValue":{"type":"double"},"StepSize":{"type":"double"}}}}}},"FilterControls":{"type":"list","member":{"type":"structure","members":{"DateTimePicker":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S1v"},"Type":{}}},"List":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2a"},"Type":{},"SelectableValues":{"shape":"S31"},"CascadingControlConfiguration":{"shape":"S2i"}}},"Dropdown":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2m"},"Type":{},"SelectableValues":{"shape":"S31"},"CascadingControlConfiguration":{"shape":"S2i"}}},"TextField":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2o"}}},"TextArea":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"Delimiter":{},"DisplayOptions":{"shape":"S2s"}}},"Slider":{"type":"structure","required":["FilterControlId","Title","SourceFilterId","MaximumValue","MinimumValue","StepSize"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"shape":"S2u"},"Type":{},"MaximumValue":{"type":"double"},"MinimumValue":{"type":"double"},"StepSize":{"type":"double"}}},"RelativeDateTime":{"type":"structure","required":["FilterControlId","Title","SourceFilterId"],"members":{"FilterControlId":{},"Title":{},"SourceFilterId":{},"DisplayOptions":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"DateTimeFormat":{},"InfoIconLabelOptions":{"shape":"S27"}}}}}}}},"Visuals":{"type":"list","member":{"type":"structure","members":{"TableVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"TableAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"shape":"S3n"},"Values":{"shape":"S4f"}}},"TableUnaggregatedFieldWells":{"type":"structure","members":{"Values":{"type":"list","member":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"FormatConfiguration":{"shape":"S4v"}}}}}}}},"SortConfiguration":{"type":"structure","members":{"RowSort":{"type":"list","member":{"shape":"S4y"}},"PaginationConfiguration":{"shape":"S55"}}},"TableOptions":{"type":"structure","members":{"Orientation":{},"HeaderStyle":{"shape":"S5a"},"CellStyle":{"shape":"S5a"},"RowAlternateColorOptions":{"shape":"S5k"}}},"TotalOptions":{"type":"structure","members":{"TotalsVisibility":{},"Placement":{},"ScrollStatus":{},"CustomLabel":{},"TotalCellStyle":{"shape":"S5a"},"TotalAggregationOptions":{"shape":"S5q"}}},"FieldOptions":{"type":"structure","members":{"SelectedFieldOptions":{"type":"list","member":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Width":{},"CustomLabel":{},"Visibility":{},"URLStyling":{"type":"structure","members":{"LinkConfiguration":{"type":"structure","required":["Target","Content"],"members":{"Target":{},"Content":{"type":"structure","members":{"CustomTextContent":{"type":"structure","required":["FontConfiguration"],"members":{"Value":{},"FontConfiguration":{"shape":"S1y"}}},"CustomIconContent":{"type":"structure","members":{"Icon":{}}}}}}},"ImageConfiguration":{"type":"structure","members":{"SizingOptions":{"type":"structure","members":{"TableCellImageScalingConfiguration":{}}}}}}}}}},"Order":{"type":"list","member":{}},"PinnedFieldOptions":{"type":"structure","members":{"PinnedLeftFields":{"type":"list","member":{}}}}}},"PaginatedReportOptions":{"type":"structure","members":{"VerticalOverflowVisibility":{},"OverflowColumnHeaderVisibility":{}}},"TableInlineVisualizations":{"type":"list","member":{"type":"structure","members":{"DataBars":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"PositiveColor":{},"NegativeColor":{}}}}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"Cell":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"TextFormat":{"shape":"S6k"}}},"Row":{"type":"structure","members":{"BackgroundColor":{"shape":"S6l"},"TextColor":{"shape":"S6l"}}}}}}}},"Actions":{"shape":"S71"}}},"PivotTableVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"PivotTableAggregatedFieldWells":{"type":"structure","members":{"Rows":{"shape":"S83"},"Columns":{"shape":"S83"},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"FieldSortOptions":{"type":"list","member":{"type":"structure","required":["FieldId","SortBy"],"members":{"FieldId":{},"SortBy":{"type":"structure","members":{"Field":{"shape":"S4z"},"Column":{"shape":"S51"},"DataPath":{"type":"structure","required":["Direction","SortPaths"],"members":{"Direction":{},"SortPaths":{"shape":"S8a"}}}}}}}}}},"TableOptions":{"type":"structure","members":{"MetricPlacement":{},"SingleMetricVisibility":{},"ColumnNamesVisibility":{},"ToggleButtonsVisibility":{},"ColumnHeaderStyle":{"shape":"S5a"},"RowHeaderStyle":{"shape":"S5a"},"CellStyle":{"shape":"S5a"},"RowFieldNamesStyle":{"shape":"S5a"},"RowAlternateColorOptions":{"shape":"S5k"},"CollapsedRowDimensionsVisibility":{},"RowsLayout":{},"RowsLabelOptions":{"type":"structure","members":{"Visibility":{},"CustomLabel":{}}},"DefaultCellWidth":{}}},"TotalOptions":{"type":"structure","members":{"RowSubtotalOptions":{"shape":"S8l"},"ColumnSubtotalOptions":{"shape":"S8l"},"RowTotalOptions":{"shape":"S8s"},"ColumnTotalOptions":{"shape":"S8s"}}},"FieldOptions":{"type":"structure","members":{"SelectedFieldOptions":{"type":"list","member":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"CustomLabel":{},"Visibility":{}}}},"DataPathOptions":{"type":"list","member":{"type":"structure","required":["DataPathList"],"members":{"DataPathList":{"shape":"S8a"},"Width":{}}}},"CollapseStateOptions":{"type":"list","member":{"type":"structure","required":["Target"],"members":{"Target":{"type":"structure","members":{"FieldId":{},"FieldDataPathValues":{"shape":"S8a"}}},"State":{}}}}}},"PaginatedReportOptions":{"type":"structure","members":{"VerticalOverflowVisibility":{},"OverflowColumnHeaderVisibility":{}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"Cell":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"TextFormat":{"shape":"S6k"},"Scope":{"shape":"S97"},"Scopes":{"type":"list","member":{"shape":"S97"}}}}}}}}},"Actions":{"shape":"S71"}}},"BarChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"BarChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"},"SmallMultiples":{"shape":"S9e"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimit":{"shape":"S9h"},"ColorSort":{"shape":"S9g"},"ColorItemsLimit":{"shape":"S9h"},"SmallMultiplesSort":{"shape":"S9g"},"SmallMultiplesLimitConfiguration":{"shape":"S9h"}}},"Orientation":{},"BarsArrangement":{},"VisualPalette":{"shape":"S9l"},"SmallMultiplesOptions":{"shape":"S9o"},"CategoryAxis":{"shape":"S9y"},"CategoryLabelOptions":{"shape":"Sae"},"ValueAxis":{"shape":"S9y"},"ValueLabelOptions":{"shape":"Sae"},"ColorLabelOptions":{"shape":"Sae"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"},"ReferenceLines":{"shape":"Sb3"},"ContributionAnalysisDefaults":{"shape":"Sbi"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"KPIVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"Values":{"shape":"S4f"},"TargetValues":{"shape":"S4f"},"TrendGroups":{"shape":"S3n"}}},"SortConfiguration":{"type":"structure","members":{"TrendGroupSort":{"shape":"S9g"}}},"KPIOptions":{"type":"structure","members":{"ProgressBar":{"type":"structure","members":{"Visibility":{}}},"TrendArrows":{"type":"structure","members":{"Visibility":{}}},"SecondaryValue":{"type":"structure","members":{"Visibility":{}}},"Comparison":{"shape":"Sc8"},"PrimaryValueDisplayType":{},"PrimaryValueFontConfiguration":{"shape":"S1y"},"SecondaryValueFontConfiguration":{"shape":"S1y"},"Sparkline":{"type":"structure","required":["Type"],"members":{"Visibility":{},"Type":{},"Color":{},"TooltipVisibility":{}}},"VisualLayoutOptions":{"type":"structure","members":{"StandardLayout":{"type":"structure","required":["Type"],"members":{"Type":{}}}}}}}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"PrimaryValue":{"type":"structure","members":{"TextColor":{"shape":"S6l"},"Icon":{"shape":"S6r"}}},"ProgressBar":{"type":"structure","members":{"ForegroundColor":{"shape":"S6l"}}},"ActualValue":{"type":"structure","members":{"TextColor":{"shape":"S6l"},"Icon":{"shape":"S6r"}}},"ComparisonValue":{"type":"structure","members":{"TextColor":{"shape":"S6l"},"Icon":{"shape":"S6r"}}}}}}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"PieChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"PieChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"SmallMultiples":{"shape":"S9e"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimit":{"shape":"S9h"},"SmallMultiplesSort":{"shape":"S9g"},"SmallMultiplesLimitConfiguration":{"shape":"S9h"}}},"DonutOptions":{"type":"structure","members":{"ArcOptions":{"type":"structure","members":{"ArcThickness":{}}},"DonutCenterOptions":{"type":"structure","members":{"LabelVisibility":{}}}}},"SmallMultiplesOptions":{"shape":"S9o"},"CategoryLabelOptions":{"shape":"Sae"},"ValueLabelOptions":{"shape":"Sae"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"},"VisualPalette":{"shape":"S9l"},"ContributionAnalysisDefaults":{"shape":"Sbi"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"GaugeChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"Values":{"shape":"S4f"},"TargetValues":{"shape":"S4f"}}},"GaugeChartOptions":{"type":"structure","members":{"PrimaryValueDisplayType":{},"Comparison":{"shape":"Sc8"},"ArcAxis":{"type":"structure","members":{"Range":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"ReserveRange":{"type":"integer"}}},"Arc":{"type":"structure","members":{"ArcAngle":{"type":"double"},"ArcThickness":{}}},"PrimaryValueFontConfiguration":{"shape":"S1y"}}},"DataLabels":{"shape":"Sak"},"TooltipOptions":{"shape":"Sav"},"VisualPalette":{"shape":"S9l"}}},"ConditionalFormatting":{"type":"structure","members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","members":{"PrimaryValue":{"type":"structure","members":{"TextColor":{"shape":"S6l"},"Icon":{"shape":"S6r"}}},"Arc":{"type":"structure","members":{"ForegroundColor":{"shape":"S6l"}}}}}}}},"Actions":{"shape":"S71"}}},"LineChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"LineChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"},"SmallMultiples":{"shape":"S9e"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimitConfiguration":{"shape":"S9h"},"ColorItemsLimitConfiguration":{"shape":"S9h"},"SmallMultiplesSort":{"shape":"S9g"},"SmallMultiplesLimitConfiguration":{"shape":"S9h"}}},"ForecastConfigurations":{"type":"list","member":{"type":"structure","members":{"ForecastProperties":{"type":"structure","members":{"PeriodsForward":{"type":"integer"},"PeriodsBackward":{"type":"integer"},"UpperBoundary":{"type":"double"},"LowerBoundary":{"type":"double"},"PredictionInterval":{"type":"integer"},"Seasonality":{"type":"integer"}}},"Scenario":{"type":"structure","members":{"WhatIfPointScenario":{"type":"structure","required":["Date","Value"],"members":{"Date":{"type":"timestamp"},"Value":{"type":"double"}}},"WhatIfRangeScenario":{"type":"structure","required":["StartDate","EndDate","Value"],"members":{"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"},"Value":{"type":"double"}}}}}}}},"Type":{},"SmallMultiplesOptions":{"shape":"S9o"},"XAxisDisplayOptions":{"shape":"S9y"},"XAxisLabelOptions":{"shape":"Sae"},"PrimaryYAxisDisplayOptions":{"shape":"Sdq"},"PrimaryYAxisLabelOptions":{"shape":"Sae"},"SecondaryYAxisDisplayOptions":{"shape":"Sdq"},"SecondaryYAxisLabelOptions":{"shape":"Sae"},"DefaultSeriesSettings":{"type":"structure","members":{"AxisBinding":{},"LineStyleSettings":{"shape":"Sdv"},"MarkerStyleSettings":{"shape":"Sdy"}}},"Series":{"type":"list","member":{"type":"structure","members":{"FieldSeriesItem":{"type":"structure","required":["FieldId","AxisBinding"],"members":{"FieldId":{},"AxisBinding":{},"Settings":{"shape":"Se3"}}},"DataFieldSeriesItem":{"type":"structure","required":["FieldId","AxisBinding"],"members":{"FieldId":{},"FieldValue":{"shape":"Sw"},"AxisBinding":{},"Settings":{"shape":"Se3"}}}}}},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"ReferenceLines":{"shape":"Sb3"},"Tooltip":{"shape":"Sav"},"ContributionAnalysisDefaults":{"shape":"Sbi"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"HeatMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"HeatMapAggregatedFieldWells":{"type":"structure","members":{"Rows":{"shape":"Se9"},"Columns":{"shape":"Se9"},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"HeatMapRowSort":{"shape":"S9g"},"HeatMapColumnSort":{"shape":"S9g"},"HeatMapRowItemsLimitConfiguration":{"shape":"S9h"},"HeatMapColumnItemsLimitConfiguration":{"shape":"S9h"}}},"RowLabelOptions":{"shape":"Sae"},"ColumnLabelOptions":{"shape":"Sae"},"ColorScale":{"shape":"Sec"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"}}},"ColumnHierarchies":{"shape":"Sbl"},"Actions":{"shape":"S71"}}},"TreeMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"TreeMapAggregatedFieldWells":{"type":"structure","members":{"Groups":{"type":"list","member":{"shape":"S3o"}},"Sizes":{"shape":"Sel"},"Colors":{"shape":"Sel"}}}}},"SortConfiguration":{"type":"structure","members":{"TreeMapSort":{"shape":"S9g"},"TreeMapGroupItemsLimitConfiguration":{"shape":"S9h"}}},"GroupLabelOptions":{"shape":"Sae"},"SizeLabelOptions":{"shape":"Sae"},"ColorLabelOptions":{"shape":"Sae"},"ColorScale":{"shape":"Sec"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"GeospatialMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"GeospatialMapAggregatedFieldWells":{"type":"structure","members":{"Geospatial":{"shape":"S3n"},"Values":{"shape":"S4f"},"Colors":{"shape":"S3n"}}}}},"Legend":{"shape":"Sai"},"Tooltip":{"shape":"Sav"},"WindowOptions":{"shape":"Ser"},"MapStyleOptions":{"shape":"Sew"},"PointStyleOptions":{"type":"structure","members":{"SelectedPointStyle":{},"ClusterMarkerConfiguration":{"type":"structure","members":{"ClusterMarker":{"type":"structure","members":{"SimpleClusterMarker":{"type":"structure","members":{"Color":{}}}}}}},"HeatmapConfiguration":{"type":"structure","members":{"HeatmapColor":{"type":"structure","members":{"Colors":{"type":"list","member":{"type":"structure","required":["Color"],"members":{"Color":{}}}}}}}}}},"VisualPalette":{"shape":"S9l"}}},"ColumnHierarchies":{"shape":"Sbl"},"Actions":{"shape":"S71"}}},"FilledMapVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"FilledMapAggregatedFieldWells":{"type":"structure","members":{"Geospatial":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"}}},"Legend":{"shape":"Sai"},"Tooltip":{"shape":"Sav"},"WindowOptions":{"shape":"Ser"},"MapStyleOptions":{"shape":"Sew"}}},"ConditionalFormatting":{"type":"structure","required":["ConditionalFormattingOptions"],"members":{"ConditionalFormattingOptions":{"type":"list","member":{"type":"structure","required":["Shape"],"members":{"Shape":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Format":{"type":"structure","required":["BackgroundColor"],"members":{"BackgroundColor":{"shape":"S6l"}}}}}}}}}},"ColumnHierarchies":{"shape":"Sbl"},"Actions":{"shape":"S71"}}},"FunnelChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"FunnelChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimit":{"shape":"S9h"}}},"CategoryLabelOptions":{"shape":"Sae"},"ValueLabelOptions":{"shape":"Sae"},"Tooltip":{"shape":"Sav"},"DataLabelOptions":{"type":"structure","members":{"Visibility":{},"CategoryLabelVisibility":{},"MeasureLabelVisibility":{},"Position":{},"LabelFontConfiguration":{"shape":"S1y"},"LabelColor":{},"MeasureDataLabelStyle":{}}},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"ScatterPlotVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"ScatterPlotCategoricallyAggregatedFieldWells":{"type":"structure","members":{"XAxis":{"shape":"S4f"},"YAxis":{"shape":"S4f"},"Category":{"shape":"S3n"},"Size":{"shape":"S4f"},"Label":{"shape":"S3n"}}},"ScatterPlotUnaggregatedFieldWells":{"type":"structure","members":{"XAxis":{"shape":"S3n"},"YAxis":{"shape":"S3n"},"Size":{"shape":"S4f"},"Category":{"shape":"S3n"},"Label":{"shape":"S3n"}}}}},"XAxisLabelOptions":{"shape":"Sae"},"XAxisDisplayOptions":{"shape":"S9y"},"YAxisLabelOptions":{"shape":"Sae"},"YAxisDisplayOptions":{"shape":"S9y"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"ComboChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"ComboChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"shape":"S3n"},"BarValues":{"shape":"S4f"},"Colors":{"shape":"S3n"},"LineValues":{"shape":"S4f"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimit":{"shape":"S9h"},"ColorSort":{"shape":"S9g"},"ColorItemsLimit":{"shape":"S9h"}}},"BarsArrangement":{},"CategoryAxis":{"shape":"S9y"},"CategoryLabelOptions":{"shape":"Sae"},"PrimaryYAxisDisplayOptions":{"shape":"S9y"},"PrimaryYAxisLabelOptions":{"shape":"Sae"},"SecondaryYAxisDisplayOptions":{"shape":"S9y"},"SecondaryYAxisLabelOptions":{"shape":"Sae"},"ColorLabelOptions":{"shape":"Sae"},"Legend":{"shape":"Sai"},"BarDataLabels":{"shape":"Sak"},"LineDataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"},"ReferenceLines":{"shape":"Sb3"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"BoxPlotVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"BoxPlotAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"PaginationConfiguration":{"shape":"S55"}}},"BoxPlotOptions":{"type":"structure","members":{"StyleOptions":{"type":"structure","members":{"FillStyle":{}}},"OutlierVisibility":{},"AllDataPointsVisibility":{}}},"CategoryAxis":{"shape":"S9y"},"CategoryLabelOptions":{"shape":"Sae"},"PrimaryYAxisDisplayOptions":{"shape":"S9y"},"PrimaryYAxisLabelOptions":{"shape":"Sae"},"Legend":{"shape":"Sai"},"Tooltip":{"shape":"Sav"},"ReferenceLines":{"shape":"Sb3"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"WaterfallVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"WaterfallChartAggregatedFieldWells":{"type":"structure","members":{"Categories":{"shape":"S3n"},"Values":{"shape":"S4f"},"Breakdowns":{"shape":"S3n"}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"BreakdownItemsLimit":{"shape":"S9h"}}},"WaterfallChartOptions":{"type":"structure","members":{"TotalBarLabel":{}}},"CategoryAxisLabelOptions":{"shape":"Sae"},"CategoryAxisDisplayOptions":{"shape":"S9y"},"PrimaryYAxisLabelOptions":{"shape":"Sae"},"PrimaryYAxisDisplayOptions":{"shape":"S9y"},"Legend":{"shape":"Sai"},"DataLabels":{"shape":"Sak"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"HistogramVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"HistogramAggregatedFieldWells":{"type":"structure","members":{"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"XAxisDisplayOptions":{"shape":"S9y"},"XAxisLabelOptions":{"shape":"Sae"},"YAxisDisplayOptions":{"shape":"S9y"},"BinOptions":{"type":"structure","members":{"SelectedBinType":{},"BinCount":{"type":"structure","members":{"Value":{"type":"integer"}}},"BinWidth":{"type":"structure","members":{"Value":{"type":"double"},"BinCountLimit":{"type":"long"}}},"StartValue":{"type":"double"}}},"DataLabels":{"shape":"Sak"},"Tooltip":{"shape":"Sav"},"VisualPalette":{"shape":"S9l"}}},"Actions":{"shape":"S71"}}},"WordCloudVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"WordCloudAggregatedFieldWells":{"type":"structure","members":{"GroupBy":{"type":"list","member":{"shape":"S3o"}},"Size":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategoryItemsLimit":{"shape":"S9h"},"CategorySort":{"shape":"S9g"}}},"CategoryLabelOptions":{"shape":"Sae"},"WordCloudOptions":{"type":"structure","members":{"WordOrientation":{},"WordScaling":{},"CloudLayout":{},"WordCasing":{},"WordPadding":{},"MaximumStringLength":{"type":"integer"}}}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}},"InsightVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"InsightConfiguration":{"type":"structure","members":{"Computations":{"type":"list","member":{"type":"structure","members":{"TopBottomRanked":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Category":{"shape":"S3o"},"Value":{"shape":"S4g"},"ResultSize":{"type":"integer"},"Type":{}}},"TopBottomMovers":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Category":{"shape":"S3o"},"Value":{"shape":"S4g"},"MoverSize":{"type":"integer"},"SortOrder":{},"Type":{}}},"TotalAggregation":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Value":{"shape":"S4g"}}},"MaximumMinimum":{"type":"structure","required":["ComputationId","Type"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"Type":{}}},"MetricComparison":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"FromValue":{"shape":"S4g"},"TargetValue":{"shape":"S4g"}}},"PeriodOverPeriod":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"}}},"PeriodToDate":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodTimeGranularity":{}}},"GrowthRate":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodSize":{"type":"integer"}}},"UniqueValues":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Category":{"shape":"S3o"}}},"Forecast":{"type":"structure","required":["ComputationId"],"members":{"ComputationId":{},"Name":{},"Time":{"shape":"S3o"},"Value":{"shape":"S4g"},"PeriodsForward":{"type":"integer"},"PeriodsBackward":{"type":"integer"},"UpperBoundary":{"type":"double"},"LowerBoundary":{"type":"double"},"PredictionInterval":{"type":"integer"},"Seasonality":{},"CustomSeasonalityValue":{"type":"integer"}}}}}},"CustomNarrative":{"type":"structure","required":["Narrative"],"members":{"Narrative":{}}}}},"Actions":{"shape":"S71"},"DataSetIdentifier":{}}},"SankeyDiagramVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"SankeyDiagramAggregatedFieldWells":{"type":"structure","members":{"Source":{"shape":"S3n"},"Destination":{"shape":"S3n"},"Weight":{"shape":"S4f"}}}}},"SortConfiguration":{"type":"structure","members":{"WeightSort":{"shape":"S9g"},"SourceItemsLimit":{"shape":"S9h"},"DestinationItemsLimit":{"shape":"S9h"}}},"DataLabels":{"shape":"Sak"}}},"Actions":{"shape":"S71"}}},"CustomContentVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"ContentUrl":{},"ContentType":{},"ImageScaling":{}}},"Actions":{"shape":"S71"},"DataSetIdentifier":{}}},"EmptyVisual":{"type":"structure","required":["VisualId","DataSetIdentifier"],"members":{"VisualId":{},"DataSetIdentifier":{},"Actions":{"shape":"S71"}}},"RadarChartVisual":{"type":"structure","required":["VisualId"],"members":{"VisualId":{},"Title":{"shape":"S3c"},"Subtitle":{"shape":"S3g"},"ChartConfiguration":{"type":"structure","members":{"FieldWells":{"type":"structure","members":{"RadarChartAggregatedFieldWells":{"type":"structure","members":{"Category":{"type":"list","member":{"shape":"S3o"}},"Color":{"type":"list","member":{"shape":"S3o"}},"Values":{"type":"list","member":{"shape":"S4g"}}}}}},"SortConfiguration":{"type":"structure","members":{"CategorySort":{"shape":"S9g"},"CategoryItemsLimit":{"shape":"S9h"},"ColorSort":{"shape":"S9g"},"ColorItemsLimit":{"shape":"S9h"}}},"Shape":{},"BaseSeriesSettings":{"type":"structure","members":{"AreaStyleSettings":{"type":"structure","members":{"Visibility":{}}}}},"StartAngle":{"type":"double"},"VisualPalette":{"shape":"S9l"},"AlternateBandColorsVisibility":{},"AlternateBandEvenColor":{},"AlternateBandOddColor":{},"CategoryAxis":{"shape":"S9y"},"CategoryLabelOptions":{"shape":"Sae"},"ColorAxis":{"shape":"S9y"},"ColorLabelOptions":{"shape":"Sae"},"Legend":{"shape":"Sai"},"AxesRangeScale":{}}},"Actions":{"shape":"S71"},"ColumnHierarchies":{"shape":"Sbl"}}}}}},"TextBoxes":{"type":"list","member":{"type":"structure","required":["SheetTextBoxId"],"members":{"SheetTextBoxId":{},"Content":{}}}},"Layouts":{"type":"list","member":{"type":"structure","required":["Configuration"],"members":{"Configuration":{"type":"structure","members":{"GridLayout":{"shape":"Sip"},"FreeFormLayout":{"type":"structure","required":["Elements"],"members":{"Elements":{"shape":"Sj1"},"CanvasSizeOptions":{"shape":"Sja"}}},"SectionBasedLayout":{"type":"structure","required":["HeaderSections","BodySections","FooterSections","CanvasSizeOptions"],"members":{"HeaderSections":{"shape":"Sjd"},"BodySections":{"type":"list","member":{"type":"structure","required":["SectionId","Content"],"members":{"SectionId":{},"Content":{"type":"structure","members":{"Layout":{"shape":"Sjf"}}},"Style":{"shape":"Sjh"},"PageBreakConfiguration":{"type":"structure","members":{"After":{"type":"structure","members":{"Status":{}}}}}}}},"FooterSections":{"shape":"Sjd"},"CanvasSizeOptions":{"shape":"Sjq"}}}}}}}},"SheetControlLayouts":{"type":"list","member":{"type":"structure","required":["Configuration"],"members":{"Configuration":{"type":"structure","members":{"GridLayout":{"shape":"Sip"}}}}}},"ContentType":{}}}},"S1v":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"DateTimeFormat":{},"InfoIconLabelOptions":{"shape":"S27"}}},"S1w":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"CustomLabel":{}}},"S1y":{"type":"structure","members":{"FontSize":{"type":"structure","members":{"Relative":{}}},"FontDecoration":{},"FontColor":{},"FontWeight":{"type":"structure","members":{"Name":{}}},"FontStyle":{}}},"S27":{"type":"structure","members":{"Visibility":{},"InfoIconText":{}}},"S2a":{"type":"structure","members":{"SearchOptions":{"type":"structure","members":{"Visibility":{}}},"SelectAllOptions":{"shape":"S2c"},"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2c":{"type":"structure","members":{"Visibility":{}}},"S2e":{"type":"structure","members":{"Values":{"shape":"S2f"},"LinkToDataSetColumn":{"shape":"S2g"}}},"S2f":{"type":"list","member":{}},"S2g":{"type":"structure","required":["DataSetIdentifier","ColumnName"],"members":{"DataSetIdentifier":{},"ColumnName":{}}},"S2i":{"type":"structure","members":{"SourceControls":{"type":"list","member":{"type":"structure","members":{"SourceSheetControlId":{},"ColumnToMatch":{"shape":"S2g"}}}}}},"S2m":{"type":"structure","members":{"SelectAllOptions":{"shape":"S2c"},"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2o":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"PlaceholderOptions":{"shape":"S2p"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2p":{"type":"structure","members":{"Visibility":{}}},"S2s":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"PlaceholderOptions":{"shape":"S2p"},"InfoIconLabelOptions":{"shape":"S27"}}},"S2u":{"type":"structure","members":{"TitleOptions":{"shape":"S1w"},"InfoIconLabelOptions":{"shape":"S27"}}},"S31":{"type":"structure","members":{"Values":{"shape":"S2f"}}},"S3c":{"type":"structure","members":{"Visibility":{},"FormatText":{"type":"structure","members":{"PlainText":{},"RichText":{}}}}},"S3g":{"type":"structure","members":{"Visibility":{},"FormatText":{"type":"structure","members":{"PlainText":{},"RichText":{}}}}},"S3n":{"type":"list","member":{"shape":"S3o"}},"S3o":{"type":"structure","members":{"NumericalDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"HierarchyId":{},"FormatConfiguration":{"shape":"S3s"}}},"CategoricalDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"HierarchyId":{},"FormatConfiguration":{"shape":"S4b"}}},"DateDimensionField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"DateGranularity":{},"HierarchyId":{},"FormatConfiguration":{"shape":"S4e"}}}}},"S3s":{"type":"structure","members":{"FormatConfiguration":{"shape":"S3t"}}},"S3t":{"type":"structure","members":{"NumberDisplayFormatConfiguration":{"shape":"S3u"},"CurrencyDisplayFormatConfiguration":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"Symbol":{},"DecimalPlacesConfiguration":{"shape":"S40"},"NumberScale":{},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"PercentageDisplayFormatConfiguration":{"shape":"S49"}}},"S3u":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"DecimalPlacesConfiguration":{"shape":"S40"},"NumberScale":{},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"S3v":{"type":"string","sensitive":true},"S3w":{"type":"string","sensitive":true},"S3x":{"type":"structure","members":{"DecimalSeparator":{},"ThousandsSeparator":{"type":"structure","members":{"Symbol":{},"Visibility":{}}}}},"S40":{"type":"structure","required":["DecimalPlaces"],"members":{"DecimalPlaces":{"type":"long"}}},"S43":{"type":"structure","required":["DisplayMode"],"members":{"DisplayMode":{}}},"S45":{"type":"structure","required":["NullString"],"members":{"NullString":{"type":"string","sensitive":true}}},"S49":{"type":"structure","members":{"Prefix":{"shape":"S3v"},"Suffix":{"shape":"S3w"},"SeparatorConfiguration":{"shape":"S3x"},"DecimalPlacesConfiguration":{"shape":"S40"},"NegativeValueConfiguration":{"shape":"S43"},"NullValueFormatConfiguration":{"shape":"S45"}}},"S4b":{"type":"structure","members":{"NullValueFormatConfiguration":{"shape":"S45"},"NumericFormatConfiguration":{"shape":"S3t"}}},"S4e":{"type":"structure","members":{"DateTimeFormat":{},"NullValueFormatConfiguration":{"shape":"S45"},"NumericFormatConfiguration":{"shape":"S3t"}}},"S4f":{"type":"list","member":{"shape":"S4g"}},"S4g":{"type":"structure","members":{"NumericalMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{"shape":"S4i"},"FormatConfiguration":{"shape":"S3s"}}},"CategoricalMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{},"FormatConfiguration":{"shape":"S4b"}}},"DateMeasureField":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"},"AggregationFunction":{},"FormatConfiguration":{"shape":"S4e"}}},"CalculatedMeasureField":{"type":"structure","required":["FieldId","Expression"],"members":{"FieldId":{},"Expression":{"shape":"S4r"}}}}},"S4i":{"type":"structure","members":{"SimpleNumericalAggregation":{},"PercentileAggregation":{"type":"structure","members":{"PercentileValue":{"type":"double"}}}}},"S4r":{"type":"string","sensitive":true},"S4v":{"type":"structure","members":{"StringFormatConfiguration":{"shape":"S4b"},"NumberFormatConfiguration":{"shape":"S3s"},"DateTimeFormatConfiguration":{"shape":"S4e"}}},"S4y":{"type":"structure","members":{"FieldSort":{"shape":"S4z"},"ColumnSort":{"shape":"S51"}}},"S4z":{"type":"structure","required":["FieldId","Direction"],"members":{"FieldId":{},"Direction":{}}},"S51":{"type":"structure","required":["SortBy","Direction"],"members":{"SortBy":{"shape":"S2g"},"Direction":{},"AggregationFunction":{"shape":"S52"}}},"S52":{"type":"structure","members":{"NumericalAggregationFunction":{"shape":"S4i"},"CategoricalAggregationFunction":{},"DateAggregationFunction":{},"AttributeAggregationFunction":{"type":"structure","members":{"SimpleAttributeAggregation":{},"ValueForMultipleValues":{}}}}},"S55":{"type":"structure","required":["PageSize","PageNumber"],"members":{"PageSize":{"type":"long"},"PageNumber":{"type":"long"}}},"S5a":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"TextWrap":{},"HorizontalTextAlignment":{},"VerticalTextAlignment":{},"BackgroundColor":{},"Height":{"type":"integer"},"Border":{"type":"structure","members":{"UniformBorder":{"shape":"S5g"},"SideSpecificBorder":{"type":"structure","members":{"InnerVertical":{"shape":"S5g"},"InnerHorizontal":{"shape":"S5g"},"Left":{"shape":"S5g"},"Right":{"shape":"S5g"},"Top":{"shape":"S5g"},"Bottom":{"shape":"S5g"}}}}}}},"S5g":{"type":"structure","members":{"Color":{},"Thickness":{"type":"integer"},"Style":{}}},"S5k":{"type":"structure","members":{"Status":{},"RowAlternateColors":{"type":"list","member":{}},"UsePrimaryBackgroundColor":{}}},"S5q":{"type":"list","member":{"type":"structure","required":["FieldId","TotalAggregationFunction"],"members":{"FieldId":{},"TotalAggregationFunction":{"type":"structure","members":{"SimpleTotalAggregationFunction":{}}}}}},"S6k":{"type":"structure","members":{"BackgroundColor":{"shape":"S6l"},"TextColor":{"shape":"S6l"},"Icon":{"shape":"S6r"}}},"S6l":{"type":"structure","members":{"Solid":{"type":"structure","required":["Expression"],"members":{"Expression":{"shape":"S4r"},"Color":{}}},"Gradient":{"type":"structure","required":["Expression","Color"],"members":{"Expression":{"shape":"S4r"},"Color":{"type":"structure","members":{"Stops":{"type":"list","member":{"type":"structure","required":["GradientOffset"],"members":{"GradientOffset":{"type":"double"},"DataValue":{"type":"double"},"Color":{}}}}}}}}}},"S6r":{"type":"structure","members":{"IconSet":{"type":"structure","required":["Expression"],"members":{"Expression":{"shape":"S4r"},"IconSetType":{}}},"CustomCondition":{"type":"structure","required":["Expression","IconOptions"],"members":{"Expression":{"shape":"S4r"},"IconOptions":{"type":"structure","members":{"Icon":{},"UnicodeIcon":{}}},"Color":{},"DisplayConfiguration":{"type":"structure","members":{"IconDisplayOption":{}}}}}}},"S71":{"type":"list","member":{"type":"structure","required":["CustomActionId","Name","Trigger","ActionOperations"],"members":{"CustomActionId":{},"Name":{},"Status":{},"Trigger":{},"ActionOperations":{"type":"list","member":{"type":"structure","members":{"FilterOperation":{"type":"structure","required":["SelectedFieldsConfiguration","TargetVisualsConfiguration"],"members":{"SelectedFieldsConfiguration":{"type":"structure","members":{"SelectedFields":{"type":"list","member":{}},"SelectedFieldOptions":{},"SelectedColumns":{"type":"list","member":{"shape":"S2g"}}}},"TargetVisualsConfiguration":{"type":"structure","members":{"SameSheetTargetVisualConfiguration":{"type":"structure","members":{"TargetVisuals":{"type":"list","member":{}},"TargetVisualOptions":{}}}}}}},"NavigationOperation":{"type":"structure","members":{"LocalNavigationConfiguration":{"type":"structure","required":["TargetSheetId"],"members":{"TargetSheetId":{}}}}},"URLOperation":{"type":"structure","required":["URLTemplate","URLTarget"],"members":{"URLTemplate":{},"URLTarget":{}}},"SetParametersOperation":{"type":"structure","required":["ParameterValueConfigurations"],"members":{"ParameterValueConfigurations":{"type":"list","member":{"type":"structure","required":["DestinationParameterName","Value"],"members":{"DestinationParameterName":{},"Value":{"type":"structure","members":{"CustomValuesConfiguration":{"type":"structure","required":["CustomValues"],"members":{"IncludeNullValue":{"type":"boolean"},"CustomValues":{"type":"structure","members":{"StringValues":{"shape":"S7r"},"IntegerValues":{"shape":"S7t"},"DecimalValues":{"shape":"S7v"},"DateTimeValues":{"shape":"S7x"}}}}},"SelectAllValueOptions":{},"SourceParameterName":{},"SourceField":{},"SourceColumn":{"shape":"S2g"}}}}}}}}}}}}}},"S7r":{"type":"list","member":{"type":"string","sensitive":true}},"S7t":{"type":"list","member":{"type":"long","sensitive":true}},"S7v":{"type":"list","member":{"type":"double","sensitive":true}},"S7x":{"type":"list","member":{"shape":"S18"}},"S83":{"type":"list","member":{"shape":"S3o"}},"S8a":{"type":"list","member":{"shape":"S8b"}},"S8b":{"type":"structure","members":{"FieldId":{},"FieldValue":{"shape":"S8c"},"DataPathType":{"type":"structure","members":{"PivotTableDataPathType":{}}}}},"S8c":{"type":"string","sensitive":true},"S8l":{"type":"structure","members":{"TotalsVisibility":{},"CustomLabel":{},"FieldLevel":{},"FieldLevelOptions":{"type":"list","member":{"type":"structure","members":{"FieldId":{}}}},"TotalCellStyle":{"shape":"S5a"},"ValueCellStyle":{"shape":"S5a"},"MetricHeaderCellStyle":{"shape":"S5a"},"StyleTargets":{"type":"list","member":{"type":"structure","required":["CellType"],"members":{"CellType":{}}}}}},"S8s":{"type":"structure","members":{"TotalsVisibility":{},"Placement":{},"ScrollStatus":{},"CustomLabel":{},"TotalCellStyle":{"shape":"S5a"},"ValueCellStyle":{"shape":"S5a"},"MetricHeaderCellStyle":{"shape":"S5a"},"TotalAggregationOptions":{"shape":"S5q"}}},"S97":{"type":"structure","members":{"Role":{}}},"S9e":{"type":"list","member":{"shape":"S3o"}},"S9g":{"type":"list","member":{"shape":"S4y"}},"S9h":{"type":"structure","members":{"ItemsLimit":{"type":"long"},"OtherCategories":{}}},"S9l":{"type":"structure","members":{"ChartColor":{},"ColorMap":{"type":"list","member":{"type":"structure","required":["Element","Color"],"members":{"Element":{"shape":"S8b"},"Color":{},"TimeGranularity":{}}}}}},"S9o":{"type":"structure","members":{"MaxVisibleRows":{"type":"long"},"MaxVisibleColumns":{"type":"long"},"PanelConfiguration":{"type":"structure","members":{"Title":{"type":"structure","members":{"Visibility":{},"FontConfiguration":{"shape":"S1y"},"HorizontalTextAlignment":{}}},"BorderVisibility":{},"BorderThickness":{},"BorderStyle":{},"BorderColor":{},"GutterVisibility":{},"GutterSpacing":{},"BackgroundVisibility":{},"BackgroundColor":{}}},"XAxis":{"shape":"S9v"},"YAxis":{"shape":"S9v"}}},"S9v":{"type":"structure","members":{"Scale":{},"Placement":{}}},"S9y":{"type":"structure","members":{"TickLabelOptions":{"type":"structure","members":{"LabelOptions":{"shape":"S1w"},"RotationAngle":{"type":"double"}}},"AxisLineVisibility":{},"GridLineVisibility":{},"DataOptions":{"type":"structure","members":{"NumericAxisOptions":{"type":"structure","members":{"Scale":{"type":"structure","members":{"Linear":{"type":"structure","members":{"StepCount":{"type":"integer"},"StepSize":{"type":"double"}}},"Logarithmic":{"type":"structure","members":{"Base":{"type":"double"}}}}},"Range":{"type":"structure","members":{"MinMax":{"type":"structure","members":{"Minimum":{"type":"double"},"Maximum":{"type":"double"}}},"DataDriven":{"type":"structure","members":{}}}}}},"DateAxisOptions":{"type":"structure","members":{"MissingDateVisibility":{}}}}},"ScrollbarOptions":{"type":"structure","members":{"Visibility":{},"VisibleRange":{"type":"structure","members":{"PercentRange":{"type":"structure","members":{"From":{"type":"double"},"To":{"type":"double"}}}}}}},"AxisOffset":{}}},"Sae":{"type":"structure","members":{"Visibility":{},"SortIconVisibility":{},"AxisLabelOptions":{"type":"list","member":{"type":"structure","members":{"FontConfiguration":{"shape":"S1y"},"CustomLabel":{},"ApplyTo":{"type":"structure","required":["FieldId","Column"],"members":{"FieldId":{},"Column":{"shape":"S2g"}}}}}}}},"Sai":{"type":"structure","members":{"Visibility":{},"Title":{"shape":"S1w"},"Position":{},"Width":{},"Height":{}}},"Sak":{"type":"structure","members":{"Visibility":{},"CategoryLabelVisibility":{},"MeasureLabelVisibility":{},"DataLabelTypes":{"type":"list","member":{"type":"structure","members":{"FieldLabelType":{"type":"structure","members":{"FieldId":{},"Visibility":{}}},"DataPathLabelType":{"type":"structure","members":{"FieldId":{},"FieldValue":{"shape":"S8c"},"Visibility":{}}},"RangeEndsLabelType":{"type":"structure","members":{"Visibility":{}}},"MinimumLabelType":{"type":"structure","members":{"Visibility":{}}},"MaximumLabelType":{"type":"structure","members":{"Visibility":{}}}}}},"Position":{},"LabelContent":{},"LabelFontConfiguration":{"shape":"S1y"},"LabelColor":{},"Overlap":{},"TotalsVisibility":{}}},"Sav":{"type":"structure","members":{"TooltipVisibility":{},"SelectedTooltipType":{},"FieldBasedTooltip":{"type":"structure","members":{"AggregationVisibility":{},"TooltipTitleType":{},"TooltipFields":{"type":"list","member":{"type":"structure","members":{"FieldTooltipItem":{"type":"structure","required":["FieldId"],"members":{"FieldId":{},"Label":{},"Visibility":{}}},"ColumnTooltipItem":{"type":"structure","required":["Column"],"members":{"Column":{"shape":"S2g"},"Label":{},"Visibility":{},"Aggregation":{"shape":"S52"}}}}}}}}}},"Sb3":{"type":"list","member":{"type":"structure","required":["DataConfiguration"],"members":{"Status":{},"DataConfiguration":{"type":"structure","members":{"StaticConfiguration":{"type":"structure","required":["Value"],"members":{"Value":{"shape":"S14"}}},"DynamicConfiguration":{"type":"structure","required":["Column","Calculation"],"members":{"Column":{"shape":"S2g"},"MeasureAggregationFunction":{"shape":"S52"},"Calculation":{"shape":"S4i"}}},"AxisBinding":{},"SeriesType":{}}},"StyleConfiguration":{"type":"structure","members":{"Pattern":{},"Color":{}}},"LabelConfiguration":{"type":"structure","members":{"ValueLabelConfiguration":{"type":"structure","members":{"RelativePosition":{},"FormatConfiguration":{"shape":"S3t"}}},"CustomLabelConfiguration":{"type":"structure","required":["CustomLabel"],"members":{"CustomLabel":{}}},"FontConfiguration":{"shape":"S1y"},"FontColor":{},"HorizontalPosition":{},"VerticalPosition":{}}}}}},"Sbi":{"type":"list","member":{"type":"structure","required":["MeasureFieldId","ContributorDimensions"],"members":{"MeasureFieldId":{},"ContributorDimensions":{"type":"list","member":{"shape":"S2g"}}}}},"Sbl":{"type":"list","member":{"type":"structure","members":{"ExplicitHierarchy":{"type":"structure","required":["HierarchyId","Columns"],"members":{"HierarchyId":{},"Columns":{"type":"list","member":{"shape":"S2g"}},"DrillDownFilters":{"shape":"Sbp"}}},"DateTimeHierarchy":{"type":"structure","required":["HierarchyId"],"members":{"HierarchyId":{},"DrillDownFilters":{"shape":"Sbp"}}},"PredefinedHierarchy":{"type":"structure","required":["HierarchyId","Columns"],"members":{"HierarchyId":{},"Columns":{"type":"list","member":{"shape":"S2g"}},"DrillDownFilters":{"shape":"Sbp"}}}}}},"Sbp":{"type":"list","member":{"type":"structure","members":{"NumericEqualityFilter":{"type":"structure","required":["Column","Value"],"members":{"Column":{"shape":"S2g"},"Value":{"type":"double"}}},"CategoryFilter":{"type":"structure","required":["Column","CategoryValues"],"members":{"Column":{"shape":"S2g"},"CategoryValues":{"shape":"Sbt"}}},"TimeRangeFilter":{"type":"structure","required":["Column","RangeMinimum","RangeMaximum","TimeGranularity"],"members":{"Column":{"shape":"S2g"},"RangeMinimum":{"type":"timestamp"},"RangeMaximum":{"type":"timestamp"},"TimeGranularity":{}}}}}},"Sbt":{"type":"list","member":{}},"Sc8":{"type":"structure","members":{"ComparisonMethod":{},"ComparisonFormat":{"type":"structure","members":{"NumberDisplayFormatConfiguration":{"shape":"S3u"},"PercentageDisplayFormatConfiguration":{"shape":"S49"}}}}},"Sdq":{"type":"structure","members":{"AxisOptions":{"shape":"S9y"},"MissingDataConfigurations":{"type":"list","member":{"type":"structure","members":{"TreatmentOption":{}}}}}},"Sdv":{"type":"structure","members":{"LineVisibility":{},"LineInterpolation":{},"LineStyle":{},"LineWidth":{}}},"Sdy":{"type":"structure","members":{"MarkerVisibility":{},"MarkerShape":{},"MarkerSize":{},"MarkerColor":{}}},"Se3":{"type":"structure","members":{"LineStyleSettings":{"shape":"Sdv"},"MarkerStyleSettings":{"shape":"Sdy"}}},"Se9":{"type":"list","member":{"shape":"S3o"}},"Sec":{"type":"structure","required":["Colors","ColorFillType"],"members":{"Colors":{"type":"list","member":{"shape":"See"}},"ColorFillType":{},"NullValueColor":{"shape":"See"}}},"See":{"type":"structure","members":{"Color":{},"DataValue":{"type":"double"}}},"Sel":{"type":"list","member":{"shape":"S4g"}},"Ser":{"type":"structure","members":{"Bounds":{"type":"structure","required":["North","South","West","East"],"members":{"North":{"type":"double"},"South":{"type":"double"},"West":{"type":"double"},"East":{"type":"double"}}},"MapZoomMode":{}}},"Sew":{"type":"structure","members":{"BaseMapStyle":{}}},"Sip":{"type":"structure","required":["Elements"],"members":{"Elements":{"type":"list","member":{"type":"structure","required":["ElementId","ElementType","ColumnSpan","RowSpan"],"members":{"ElementId":{},"ElementType":{},"ColumnIndex":{"type":"integer"},"ColumnSpan":{"type":"integer"},"RowIndex":{"type":"integer"},"RowSpan":{"type":"integer"}}}},"CanvasSizeOptions":{"shape":"Six"}}},"Six":{"type":"structure","members":{"ScreenCanvasSizeOptions":{"type":"structure","required":["ResizeOption"],"members":{"ResizeOption":{},"OptimizedViewPortWidth":{}}}}},"Sj1":{"type":"list","member":{"type":"structure","required":["ElementId","ElementType","XAxisLocation","YAxisLocation","Width","Height"],"members":{"ElementId":{},"ElementType":{},"XAxisLocation":{},"YAxisLocation":{},"Width":{},"Height":{},"Visibility":{},"RenderingRules":{"type":"list","member":{"type":"structure","required":["Expression","ConfigurationOverrides"],"members":{"Expression":{"shape":"S4r"},"ConfigurationOverrides":{"type":"structure","members":{"Visibility":{}}}}}},"BorderStyle":{"shape":"Sj7"},"SelectedBorderStyle":{"shape":"Sj7"},"BackgroundStyle":{"type":"structure","members":{"Visibility":{},"Color":{}}},"LoadingAnimation":{"type":"structure","members":{"Visibility":{}}}}}},"Sj7":{"type":"structure","members":{"Visibility":{},"Color":{}}},"Sja":{"type":"structure","members":{"ScreenCanvasSizeOptions":{"type":"structure","required":["OptimizedViewPortWidth"],"members":{"OptimizedViewPortWidth":{}}}}},"Sjd":{"type":"list","member":{"type":"structure","required":["SectionId","Layout"],"members":{"SectionId":{},"Layout":{"shape":"Sjf"},"Style":{"shape":"Sjh"}}}},"Sjf":{"type":"structure","required":["FreeFormLayout"],"members":{"FreeFormLayout":{"type":"structure","required":["Elements"],"members":{"Elements":{"shape":"Sj1"}}}}},"Sjh":{"type":"structure","members":{"Height":{},"Padding":{"shape":"Sji"}}},"Sji":{"type":"structure","members":{"Top":{},"Bottom":{},"Left":{},"Right":{}}},"Sjq":{"type":"structure","members":{"PaperCanvasSizeOptions":{"type":"structure","members":{"PaperSize":{},"PaperOrientation":{},"PaperMargin":{"shape":"Sji"}}}}},"Sjy":{"type":"list","member":{"type":"structure","required":["DataSetIdentifier","Name","Expression"],"members":{"DataSetIdentifier":{},"Name":{},"Expression":{"type":"string","sensitive":true}}}},"Sk1":{"type":"list","member":{"type":"structure","members":{"StringParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sk6"},"StaticValues":{"shape":"S7r"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"Sw"}}},"MappedDataSetParameters":{"shape":"Sk9"}}},"DecimalParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sk6"},"StaticValues":{"shape":"S7v"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S14"}}},"MappedDataSetParameters":{"shape":"Sk9"}}},"IntegerParameterDeclaration":{"type":"structure","required":["ParameterValueType","Name"],"members":{"ParameterValueType":{},"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sk6"},"StaticValues":{"shape":"S7t"}}},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S10"}}},"MappedDataSetParameters":{"shape":"Sk9"}}},"DateTimeParameterDeclaration":{"type":"structure","required":["Name"],"members":{"Name":{},"DefaultValues":{"type":"structure","members":{"DynamicValue":{"shape":"Sk6"},"StaticValues":{"shape":"S7x"},"RollingDate":{"shape":"Skj"}}},"TimeGranularity":{},"ValueWhenUnset":{"type":"structure","members":{"ValueWhenUnsetOption":{},"CustomValue":{"shape":"S18"}}},"MappedDataSetParameters":{"shape":"Sk9"}}}}}},"Sk6":{"type":"structure","required":["DefaultValueColumn"],"members":{"UserNameColumn":{"shape":"S2g"},"GroupNameColumn":{"shape":"S2g"},"DefaultValueColumn":{"shape":"S2g"}}},"Sk9":{"type":"list","member":{"type":"structure","required":["DataSetIdentifier","DataSetParameterName"],"members":{"DataSetIdentifier":{},"DataSetParameterName":{}}}},"Skj":{"type":"structure","required":["Expression"],"members":{"DataSetIdentifier":{},"Expression":{"shape":"S4r"}}},"Skl":{"type":"list","member":{"type":"structure","required":["FilterGroupId","Filters","ScopeConfiguration","CrossDataset"],"members":{"FilterGroupId":{},"Filters":{"type":"list","member":{"type":"structure","members":{"CategoryFilter":{"type":"structure","required":["FilterId","Column","Configuration"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Configuration":{"type":"structure","members":{"FilterListConfiguration":{"type":"structure","required":["MatchOperator"],"members":{"MatchOperator":{},"CategoryValues":{"shape":"Sbt"},"SelectAllOptions":{},"NullOption":{}}},"CustomFilterListConfiguration":{"type":"structure","required":["MatchOperator","NullOption"],"members":{"MatchOperator":{},"CategoryValues":{"shape":"Sbt"},"SelectAllOptions":{},"NullOption":{}}},"CustomFilterConfiguration":{"type":"structure","required":["MatchOperator","NullOption"],"members":{"MatchOperator":{},"CategoryValue":{},"SelectAllOptions":{},"ParameterName":{},"NullOption":{}}}}}}},"NumericRangeFilter":{"type":"structure","required":["FilterId","Column","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"IncludeMinimum":{"type":"boolean"},"IncludeMaximum":{"type":"boolean"},"RangeMinimum":{"shape":"Sky"},"RangeMaximum":{"shape":"Sky"},"SelectAllOptions":{},"AggregationFunction":{"shape":"S52"},"NullOption":{}}},"NumericEqualityFilter":{"type":"structure","required":["FilterId","Column","MatchOperator","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Value":{"type":"double"},"SelectAllOptions":{},"MatchOperator":{},"AggregationFunction":{"shape":"S52"},"ParameterName":{},"NullOption":{}}},"TimeEqualityFilter":{"type":"structure","required":["FilterId","Column"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Value":{"type":"timestamp"},"ParameterName":{},"TimeGranularity":{},"RollingDate":{"shape":"Skj"}}},"TimeRangeFilter":{"type":"structure","required":["FilterId","Column","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"IncludeMinimum":{"type":"boolean"},"IncludeMaximum":{"type":"boolean"},"RangeMinimumValue":{"shape":"Sl4"},"RangeMaximumValue":{"shape":"Sl4"},"NullOption":{},"ExcludePeriodConfiguration":{"shape":"Sl5"},"TimeGranularity":{}}},"RelativeDatesFilter":{"type":"structure","required":["FilterId","Column","AnchorDateConfiguration","TimeGranularity","RelativeDateType","NullOption"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"AnchorDateConfiguration":{"type":"structure","members":{"AnchorOption":{},"ParameterName":{}}},"MinimumGranularity":{},"TimeGranularity":{},"RelativeDateType":{},"RelativeDateValue":{"type":"integer"},"ParameterName":{},"NullOption":{},"ExcludePeriodConfiguration":{"shape":"Sl5"}}},"TopBottomFilter":{"type":"structure","required":["FilterId","Column","AggregationSortConfigurations"],"members":{"FilterId":{},"Column":{"shape":"S2g"},"Limit":{"type":"integer"},"AggregationSortConfigurations":{"type":"list","member":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{"shape":"S2g"},"SortDirection":{},"AggregationFunction":{"shape":"S52"}}}},"TimeGranularity":{},"ParameterName":{}}}}}},"ScopeConfiguration":{"type":"structure","members":{"SelectedSheets":{"type":"structure","members":{"SheetVisualScopingConfigurations":{"type":"list","member":{"type":"structure","required":["SheetId","Scope"],"members":{"SheetId":{},"Scope":{},"VisualIds":{"type":"list","member":{}}}}}}},"AllSheets":{"type":"structure","members":{}}}},"Status":{},"CrossDataset":{}}}},"Sky":{"type":"structure","members":{"StaticValue":{"type":"double"},"Parameter":{}}},"Sl4":{"type":"structure","members":{"StaticValue":{"type":"timestamp"},"RollingDate":{"shape":"Skj"},"Parameter":{}}},"Sl5":{"type":"structure","required":["Amount","Granularity"],"members":{"Amount":{"type":"integer"},"Granularity":{},"Status":{}}},"Sll":{"type":"list","member":{"type":"structure","required":["Column"],"members":{"Column":{"shape":"S2g"},"FormatConfiguration":{"shape":"S4v"},"Role":{},"ColorsConfiguration":{"type":"structure","members":{"CustomColors":{"type":"list","member":{"type":"structure","required":["Color"],"members":{"FieldValue":{"shape":"S8c"},"Color":{},"SpecialValue":{}}}}}}}}},"Sls":{"type":"structure","required":["DefaultNewSheetConfiguration"],"members":{"DefaultNewSheetConfiguration":{"type":"structure","members":{"InteractiveLayoutConfiguration":{"type":"structure","members":{"Grid":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Six"}}},"FreeForm":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Sja"}}}}},"PaginatedLayoutConfiguration":{"type":"structure","members":{"SectionBased":{"type":"structure","required":["CanvasSizeOptions"],"members":{"CanvasSizeOptions":{"shape":"Sjq"}}}}},"SheetContentType":{}}}}},"Slz":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sm1":{"type":"list","member":{}},"Sm6":{"type":"structure","members":{"SourceTemplate":{"type":"structure","required":["DataSetReferences","Arn"],"members":{"DataSetReferences":{"shape":"S1f"},"Arn":{}}}}},"Sm9":{"type":"structure","members":{"AdHocFilteringOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"ExportToCSVOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"SheetControlsOption":{"type":"structure","members":{"VisibilityState":{}}},"VisualPublishOptions":{"deprecated":true,"deprecatedMessage":"VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields.","type":"structure","members":{"ExportHiddenFieldsOption":{"type":"structure","members":{"AvailabilityStatus":{}}}}},"SheetLayoutElementMaximizationOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"VisualMenuOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"VisualAxisSortOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"ExportWithHiddenFieldsOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointDrillUpDownOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointMenuLabelOption":{"type":"structure","members":{"AvailabilityStatus":{}}},"DataPointTooltipOption":{"type":"structure","members":{"AvailabilityStatus":{}}}}},"Smo":{"type":"structure","required":["DataSetIdentifierDeclarations"],"members":{"DataSetIdentifierDeclarations":{"shape":"S1i"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjy"},"ParameterDeclarations":{"shape":"Sk1"},"FilterGroups":{"shape":"Skl"},"ColumnConfigurations":{"shape":"Sll"},"AnalysisDefaults":{"shape":"Sls"}}},"Smt":{"type":"map","key":{},"value":{"type":"structure","members":{"RelationalTable":{"type":"structure","required":["DataSourceArn","Name","InputColumns"],"members":{"DataSourceArn":{},"Catalog":{},"Schema":{},"Name":{},"InputColumns":{"shape":"Sn0"}}},"CustomSql":{"type":"structure","required":["DataSourceArn","Name","SqlQuery"],"members":{"DataSourceArn":{},"Name":{},"SqlQuery":{},"Columns":{"shape":"Sn0"}}},"S3Source":{"type":"structure","required":["DataSourceArn","InputColumns"],"members":{"DataSourceArn":{},"UploadSettings":{"type":"structure","members":{"Format":{},"StartFromRow":{"type":"integer"},"ContainsHeader":{"type":"boolean"},"TextQualifier":{},"Delimiter":{}}},"InputColumns":{"shape":"Sn0"}}}}}},"Sn0":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"Snc":{"type":"map","key":{},"value":{"type":"structure","required":["Alias","Source"],"members":{"Alias":{},"DataTransforms":{"type":"list","member":{"type":"structure","members":{"ProjectOperation":{"type":"structure","required":["ProjectedColumns"],"members":{"ProjectedColumns":{"type":"list","member":{}}}},"FilterOperation":{"type":"structure","required":["ConditionExpression"],"members":{"ConditionExpression":{"shape":"S4r"}}},"CreateColumnsOperation":{"type":"structure","required":["Columns"],"members":{"Columns":{"type":"list","member":{"type":"structure","required":["ColumnName","ColumnId","Expression"],"members":{"ColumnName":{},"ColumnId":{},"Expression":{"shape":"S4r"}}}}}},"RenameColumnOperation":{"type":"structure","required":["ColumnName","NewColumnName"],"members":{"ColumnName":{},"NewColumnName":{}}},"CastColumnTypeOperation":{"type":"structure","required":["ColumnName","NewColumnType"],"members":{"ColumnName":{},"NewColumnType":{},"Format":{}}},"TagColumnOperation":{"type":"structure","required":["ColumnName","Tags"],"members":{"ColumnName":{},"Tags":{"type":"list","member":{"type":"structure","members":{"ColumnGeographicRole":{},"ColumnDescription":{"type":"structure","members":{"Text":{}}}}}}}},"UntagColumnOperation":{"type":"structure","required":["ColumnName","TagNames"],"members":{"ColumnName":{},"TagNames":{"type":"list","member":{}}}},"OverrideDatasetParameterOperation":{"type":"structure","required":["ParameterName"],"members":{"ParameterName":{},"NewParameterName":{},"NewDefaultValues":{"type":"structure","members":{"StringStaticValues":{"shape":"So5"},"DecimalStaticValues":{"shape":"So7"},"DateTimeStaticValues":{"shape":"So9"},"IntegerStaticValues":{"shape":"Sob"}}}}}}}},"Source":{"type":"structure","members":{"JoinInstruction":{"type":"structure","required":["LeftOperand","RightOperand","Type","OnClause"],"members":{"LeftOperand":{},"RightOperand":{},"LeftJoinKeyProperties":{"shape":"Sof"},"RightJoinKeyProperties":{"shape":"Sof"},"Type":{},"OnClause":{}}},"PhysicalTableId":{},"DataSetArn":{}}}}}},"So5":{"type":"list","member":{}},"So7":{"type":"list","member":{"type":"double"}},"So9":{"type":"list","member":{"type":"timestamp"}},"Sob":{"type":"list","member":{"type":"long"}},"Sof":{"type":"structure","members":{"UniqueKey":{"type":"boolean"}}},"Soj":{"type":"list","member":{"type":"structure","members":{"GeoSpatialColumnGroup":{"type":"structure","required":["Name","Columns"],"members":{"Name":{},"CountryCode":{},"Columns":{"type":"list","member":{}}}}}}},"Sop":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"columns":{"type":"list","member":{}}}}},"Sou":{"type":"structure","required":["Arn","PermissionPolicy"],"members":{"Namespace":{},"Arn":{},"PermissionPolicy":{},"FormatVersion":{},"Status":{}}},"Soy":{"type":"structure","required":["TagRules"],"members":{"Status":{},"TagRules":{"type":"list","member":{"type":"structure","required":["TagKey","ColumnName"],"members":{"TagKey":{},"ColumnName":{},"TagMultiValueDelimiter":{},"MatchAllValue":{"shape":"Sp3"}}}},"TagRuleConfigurations":{"type":"list","member":{"type":"list","member":{}}}}},"Sp3":{"type":"string","sensitive":true},"Sp6":{"type":"list","member":{"type":"structure","members":{"Principals":{"type":"list","member":{}},"ColumnNames":{"type":"list","member":{}}}}},"Spa":{"type":"structure","members":{"DisableUseAsDirectQuerySource":{"type":"boolean"},"DisableUseAsImportedSource":{"type":"boolean"}}},"Spb":{"type":"list","member":{"type":"structure","members":{"StringDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"So5"}}}}},"DecimalDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"So7"}}}}},"IntegerDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"Sob"}}}}},"DateTimeDatasetParameter":{"type":"structure","required":["Id","Name","ValueType"],"members":{"Id":{},"Name":{},"ValueType":{},"TimeGranularity":{},"DefaultValues":{"type":"structure","members":{"StaticValues":{"shape":"So9"}}}}}}}},"Spq":{"type":"structure","members":{"AmazonElasticsearchParameters":{"type":"structure","required":["Domain"],"members":{"Domain":{}}},"AthenaParameters":{"type":"structure","members":{"WorkGroup":{},"RoleArn":{}}},"AuroraParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"AuroraPostgreSqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"AwsIotAnalyticsParameters":{"type":"structure","required":["DataSetName"],"members":{"DataSetName":{}}},"JiraParameters":{"type":"structure","required":["SiteBaseUrl"],"members":{"SiteBaseUrl":{}}},"MariaDbParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"MySqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"OracleParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"PostgreSqlParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"PrestoParameters":{"type":"structure","required":["Host","Port","Catalog"],"members":{"Host":{},"Port":{"type":"integer"},"Catalog":{}}},"RdsParameters":{"type":"structure","required":["InstanceId","Database"],"members":{"InstanceId":{},"Database":{}}},"RedshiftParameters":{"type":"structure","required":["Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{},"ClusterId":{},"IAMParameters":{"type":"structure","required":["RoleArn","DatabaseUser"],"members":{"RoleArn":{},"DatabaseUser":{},"DatabaseGroups":{"type":"list","member":{}},"AutoCreateDatabaseUser":{"type":"boolean"}}}}},"S3Parameters":{"type":"structure","required":["ManifestFileLocation"],"members":{"ManifestFileLocation":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{},"Key":{}}},"RoleArn":{}}},"ServiceNowParameters":{"type":"structure","required":["SiteBaseUrl"],"members":{"SiteBaseUrl":{}}},"SnowflakeParameters":{"type":"structure","required":["Host","Database","Warehouse"],"members":{"Host":{},"Database":{},"Warehouse":{}}},"SparkParameters":{"type":"structure","required":["Host","Port"],"members":{"Host":{},"Port":{"type":"integer"}}},"SqlServerParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"TeradataParameters":{"type":"structure","required":["Host","Port","Database"],"members":{"Host":{},"Port":{"type":"integer"},"Database":{}}},"TwitterParameters":{"type":"structure","required":["Query","MaxRows"],"members":{"Query":{},"MaxRows":{"type":"integer"}}},"AmazonOpenSearchParameters":{"type":"structure","required":["Domain"],"members":{"Domain":{}}},"ExasolParameters":{"type":"structure","required":["Host","Port"],"members":{"Host":{},"Port":{"type":"integer"}}},"DatabricksParameters":{"type":"structure","required":["Host","Port","SqlEndpointPath"],"members":{"Host":{},"Port":{"type":"integer"},"SqlEndpointPath":{}}},"StarburstParameters":{"type":"structure","required":["Host","Port","Catalog"],"members":{"Host":{},"Port":{"type":"integer"},"Catalog":{},"ProductType":{}}},"TrinoParameters":{"type":"structure","required":["Host","Port","Catalog"],"members":{"Host":{},"Port":{"type":"integer"},"Catalog":{}}}}},"Sr3":{"type":"structure","members":{"CredentialPair":{"type":"structure","required":["Username","Password"],"members":{"Username":{},"Password":{},"AlternateDataSourceParameters":{"shape":"Sr7"}}},"CopySourceArn":{},"SecretArn":{}},"sensitive":true},"Sr7":{"type":"list","member":{"shape":"Spq"}},"Sra":{"type":"structure","required":["VpcConnectionArn"],"members":{"VpcConnectionArn":{}}},"Srb":{"type":"structure","members":{"DisableSsl":{"type":"boolean"}}},"Srr":{"type":"structure","members":{"Arn":{},"GroupName":{},"Description":{},"PrincipalId":{}}},"Srv":{"type":"structure","members":{"Arn":{},"MemberName":{}}},"Srz":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Ssc":{"type":"structure","required":["ScheduleId","ScheduleFrequency","RefreshType"],"members":{"ScheduleId":{},"ScheduleFrequency":{"type":"structure","required":["Interval"],"members":{"Interval":{},"RefreshOnDay":{"type":"structure","members":{"DayOfWeek":{},"DayOfMonth":{}}},"Timezone":{},"TimeOfTheDay":{}}},"StartAfterDateTime":{"type":"timestamp"},"RefreshType":{},"Arn":{}}},"Ssl":{"type":"structure","members":{"SourceAnalysis":{"type":"structure","required":["Arn","DataSetReferences"],"members":{"Arn":{},"DataSetReferences":{"shape":"S1f"}}},"SourceTemplate":{"type":"structure","required":["Arn"],"members":{"Arn":{}}}}},"Sso":{"type":"structure","required":["DataSetConfigurations"],"members":{"DataSetConfigurations":{"shape":"Ssp"},"Sheets":{"shape":"S1l"},"CalculatedFields":{"shape":"Sjy"},"ParameterDeclarations":{"shape":"Sk1"},"FilterGroups":{"shape":"Skl"},"ColumnConfigurations":{"shape":"Sll"},"AnalysisDefaults":{"shape":"Sls"}}},"Ssp":{"type":"list","member":{"type":"structure","members":{"Placeholder":{},"DataSetSchema":{"type":"structure","members":{"ColumnSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{},"GeographicRole":{}}}}}},"ColumnGroupSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{},"ColumnGroupColumnSchemaList":{"type":"list","member":{"type":"structure","members":{"Name":{}}}}}}}}}},"St3":{"type":"structure","members":{"AliasName":{},"Arn":{},"TemplateVersionNumber":{"type":"long"}}},"St6":{"type":"structure","members":{"DataColorPalette":{"type":"structure","members":{"Colors":{"shape":"St8"},"MinMaxGradient":{"shape":"St8"},"EmptyFillColor":{}}},"UIColorPalette":{"type":"structure","members":{"PrimaryForeground":{},"PrimaryBackground":{},"SecondaryForeground":{},"SecondaryBackground":{},"Accent":{},"AccentForeground":{},"Danger":{},"DangerForeground":{},"Warning":{},"WarningForeground":{},"Success":{},"SuccessForeground":{},"Dimension":{},"DimensionForeground":{},"Measure":{},"MeasureForeground":{}}},"Sheet":{"type":"structure","members":{"Tile":{"type":"structure","members":{"Border":{"type":"structure","members":{"Show":{"type":"boolean"}}}}},"TileLayout":{"type":"structure","members":{"Gutter":{"type":"structure","members":{"Show":{"type":"boolean"}}},"Margin":{"type":"structure","members":{"Show":{"type":"boolean"}}}}}}},"Typography":{"type":"structure","members":{"FontFamilies":{"type":"list","member":{"type":"structure","members":{"FontFamily":{}}}}}}}},"St8":{"type":"list","member":{}},"Stm":{"type":"structure","members":{"Arn":{},"AliasName":{},"ThemeVersionNumber":{"type":"long"}}},"Stp":{"type":"structure","members":{"Name":{},"Description":{},"DataSets":{"type":"list","member":{"type":"structure","required":["DatasetArn"],"members":{"DatasetArn":{},"DatasetName":{},"DatasetDescription":{},"DataAggregation":{"type":"structure","members":{"DatasetRowDateGranularity":{},"DefaultDateColumnName":{}}},"Filters":{"type":"list","member":{"type":"structure","required":["FilterName","OperandFieldName"],"members":{"FilterDescription":{},"FilterClass":{},"FilterName":{},"FilterSynonyms":{"shape":"Sty"},"OperandFieldName":{},"FilterType":{},"CategoryFilter":{"type":"structure","members":{"CategoryFilterFunction":{},"CategoryFilterType":{},"Constant":{"type":"structure","members":{"ConstantType":{},"SingularConstant":{},"CollectiveConstant":{"type":"structure","members":{"ValueList":{"shape":"Su6"}}}},"sensitive":true},"Inverse":{"type":"boolean"}}},"NumericEqualityFilter":{"type":"structure","members":{"Constant":{"shape":"Su8"},"Aggregation":{}}},"NumericRangeFilter":{"type":"structure","members":{"Inclusive":{"type":"boolean"},"Constant":{"shape":"Sub"},"Aggregation":{}}},"DateRangeFilter":{"type":"structure","members":{"Inclusive":{"type":"boolean"},"Constant":{"shape":"Sub"}}},"RelativeDateFilter":{"type":"structure","members":{"TimeGranularity":{},"RelativeDateFilterFunction":{},"Constant":{"shape":"Su8"}}}}}},"Columns":{"type":"list","member":{"type":"structure","required":["ColumnName"],"members":{"ColumnName":{},"ColumnFriendlyName":{},"ColumnDescription":{},"ColumnSynonyms":{"shape":"Sty"},"ColumnDataRole":{},"Aggregation":{},"IsIncludedInTopic":{"type":"boolean"},"DisableIndexing":{"type":"boolean"},"ComparativeOrder":{"shape":"Sul"},"SemanticType":{"shape":"Suo"},"TimeGranularity":{},"AllowedAggregations":{"shape":"Suq"},"NotAllowedAggregations":{"shape":"Suq"},"DefaultFormatting":{"shape":"Sus"},"NeverAggregateInFilter":{"type":"boolean"},"CellValueSynonyms":{"shape":"Sux"},"NonAdditive":{"type":"boolean"}}}},"CalculatedFields":{"type":"list","member":{"type":"structure","required":["CalculatedFieldName","Expression"],"members":{"CalculatedFieldName":{},"CalculatedFieldDescription":{},"Expression":{"shape":"S4r"},"CalculatedFieldSynonyms":{"shape":"Sty"},"IsIncludedInTopic":{"type":"boolean"},"DisableIndexing":{"type":"boolean"},"ColumnDataRole":{},"TimeGranularity":{},"DefaultFormatting":{"shape":"Sus"},"Aggregation":{},"ComparativeOrder":{"shape":"Sul"},"SemanticType":{"shape":"Suo"},"AllowedAggregations":{"shape":"Suq"},"NotAllowedAggregations":{"shape":"Suq"},"NeverAggregateInFilter":{"type":"boolean"},"CellValueSynonyms":{"shape":"Sux"},"NonAdditive":{"type":"boolean"}}}},"NamedEntities":{"type":"list","member":{"type":"structure","required":["EntityName"],"members":{"EntityName":{},"EntityDescription":{},"EntitySynonyms":{"shape":"Sty"},"SemanticEntityType":{"type":"structure","members":{"TypeName":{},"SubTypeName":{},"TypeParameters":{"shape":"Sup"}}},"Definition":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"PropertyName":{},"PropertyRole":{},"PropertyUsage":{},"Metric":{"type":"structure","members":{"Aggregation":{},"AggregationFunctionParameters":{"type":"map","key":{},"value":{}}}}}}}}}}}}}}},"Sty":{"type":"list","member":{}},"Su6":{"type":"list","member":{}},"Su8":{"type":"structure","members":{"ConstantType":{},"SingularConstant":{}},"sensitive":true},"Sub":{"type":"structure","members":{"ConstantType":{},"RangeConstant":{"type":"structure","members":{"Minimum":{},"Maximum":{}}}},"sensitive":true},"Sul":{"type":"structure","members":{"UseOrdering":{},"SpecifedOrder":{"shape":"Su6"},"TreatUndefinedSpecifiedValues":{}}},"Suo":{"type":"structure","members":{"TypeName":{},"SubTypeName":{},"TypeParameters":{"shape":"Sup"},"TruthyCellValue":{"shape":"Sw"},"TruthyCellValueSynonyms":{"shape":"Sv"},"FalseyCellValue":{"shape":"Sw"},"FalseyCellValueSynonyms":{"shape":"Sv"}}},"Sup":{"type":"map","key":{},"value":{}},"Suq":{"type":"list","member":{}},"Sus":{"type":"structure","members":{"DisplayFormat":{},"DisplayFormatOptions":{"type":"structure","members":{"UseBlankCellFormat":{"type":"boolean"},"BlankCellFormat":{},"DateFormat":{},"DecimalSeparator":{},"GroupingSeparator":{},"UseGrouping":{"type":"boolean"},"FractionDigits":{"type":"integer"},"Prefix":{},"Suffix":{},"UnitScaler":{},"NegativeFormat":{"type":"structure","members":{"Prefix":{},"Suffix":{}}},"CurrencySymbol":{}}}}},"Sux":{"type":"list","member":{"type":"structure","members":{"CellValue":{},"Synonyms":{"shape":"Su6"}}}},"Svd":{"type":"structure","required":["IsEnabled","BasedOnSpiceSchedule"],"members":{"IsEnabled":{"type":"boolean"},"BasedOnSpiceSchedule":{"type":"boolean"},"StartingAt":{"type":"timestamp"},"Timezone":{},"RepeatAt":{},"TopicScheduleType":{}}},"Svi":{"type":"list","member":{}},"Svk":{"type":"list","member":{}},"Svm":{"type":"list","member":{}},"Sxg":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sxj"}}}},"Sxj":{"type":"list","member":{"type":"structure","members":{"Path":{}}}},"Sxl":{"type":"list","member":{}},"Sxm":{"type":"list","member":{"type":"structure","members":{"SheetId":{},"Name":{}}}},"Sxx":{"type":"list","member":{}},"Sxz":{"type":"structure","members":{"ResourceIdOverrideConfiguration":{"type":"structure","members":{"PrefixForAllResources":{"type":"boolean"}}},"VPCConnections":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"RefreshSchedules":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"DataSources":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"DataSets":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Themes":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Analyses":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}},"Dashboards":{"type":"list","member":{"type":"structure","required":["Properties"],"members":{"Arn":{},"Properties":{"type":"list","member":{}}}}}}},"Syw":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"Message":{}}}},"Sz0":{"type":"structure","members":{"ResourceIdOverrideConfiguration":{"type":"structure","members":{"PrefixForAllResources":{}}},"VPCConnections":{"type":"list","member":{"type":"structure","required":["VPCConnectionId"],"members":{"VPCConnectionId":{},"Name":{},"SubnetIds":{"shape":"Svi"},"SecurityGroupIds":{"shape":"Svk"},"DnsResolvers":{"shape":"Svm"},"RoleArn":{}}}},"RefreshSchedules":{"type":"list","member":{"type":"structure","required":["DataSetId","ScheduleId"],"members":{"DataSetId":{},"ScheduleId":{},"StartAfterDateTime":{"type":"timestamp"}}}},"DataSources":{"type":"list","member":{"type":"structure","required":["DataSourceId"],"members":{"DataSourceId":{},"Name":{},"DataSourceParameters":{"shape":"Spq"},"VpcConnectionProperties":{"shape":"Sra"},"SslProperties":{"shape":"Srb"},"Credentials":{"type":"structure","members":{"CredentialPair":{"type":"structure","required":["Username","Password"],"members":{"Username":{},"Password":{}},"sensitive":true},"SecretArn":{}}}}}},"DataSets":{"type":"list","member":{"type":"structure","required":["DataSetId"],"members":{"DataSetId":{},"Name":{}}}},"Themes":{"type":"list","member":{"type":"structure","required":["ThemeId"],"members":{"ThemeId":{},"Name":{}}}},"Analyses":{"type":"list","member":{"type":"structure","required":["AnalysisId"],"members":{"AnalysisId":{},"Name":{}}}},"Dashboards":{"type":"list","member":{"type":"structure","required":["DashboardId"],"members":{"DashboardId":{},"Name":{}}}}}},"Szn":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sxj"}}}},"Szu":{"type":"structure","members":{"Permissions":{"shape":"S19"}}},"S101":{"type":"structure","required":["FileGroups"],"members":{"FileGroups":{"type":"list","member":{"type":"structure","members":{"Files":{"shape":"S104"}}}},"DestinationConfiguration":{"type":"structure","members":{"S3Destinations":{"type":"list","member":{"shape":"S10d"}}}},"Parameters":{"shape":"Sr"}}},"S104":{"type":"list","member":{"type":"structure","required":["SheetSelections","FormatType"],"members":{"SheetSelections":{"type":"list","member":{"type":"structure","required":["SheetId","SelectionScope"],"members":{"SheetId":{},"SelectionScope":{},"VisualIds":{"type":"list","member":{}}}}},"FormatType":{}}}},"S10d":{"type":"structure","members":{"BucketConfiguration":{"type":"structure","required":["BucketName","BucketPrefix","BucketRegion"],"members":{"BucketName":{},"BucketPrefix":{},"BucketRegion":{}}}}},"S112":{"type":"structure","required":["RefreshConfiguration"],"members":{"RefreshConfiguration":{"type":"structure","required":["IncrementalRefresh"],"members":{"IncrementalRefresh":{"type":"structure","required":["LookbackWindow"],"members":{"LookbackWindow":{"type":"structure","required":["ColumnName","Size","SizeUnit"],"members":{"ColumnName":{},"Size":{"type":"long"},"SizeUnit":{}}}}}}}}},"S11a":{"type":"structure","members":{"Arn":{},"DataSourceId":{},"Name":{},"Type":{},"Status":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"DataSourceParameters":{"shape":"Spq"},"AlternateDataSourceParameters":{"shape":"Sr7"},"VpcConnectionProperties":{"shape":"Sra"},"SslProperties":{"shape":"Srb"},"ErrorInfo":{"type":"structure","members":{"Type":{},"Message":{}}},"SecretArn":{}}},"S11x":{"type":"structure","required":["Arn","IngestionStatus","CreatedTime"],"members":{"Arn":{},"IngestionId":{},"IngestionStatus":{},"ErrorInfo":{"type":"structure","members":{"Type":{},"Message":{}}},"RowInfo":{"type":"structure","members":{"RowsIngested":{"type":"long"},"RowsDropped":{"type":"long"},"TotalRowsInDataset":{"type":"long"}}},"QueueInfo":{"type":"structure","required":["WaitingOnIngestion","QueuedIngestion"],"members":{"WaitingOnIngestion":{},"QueuedIngestion":{}}},"CreatedTime":{"type":"timestamp"},"IngestionTimeInSeconds":{"type":"long"},"IngestionSizeInBytes":{"type":"long"},"RequestSource":{},"RequestType":{}}},"S126":{"type":"map","key":{},"value":{}},"S12b":{"type":"structure","members":{"Name":{},"Arn":{},"CapacityRegion":{},"CreationStatus":{},"IdentityStore":{},"NamespaceError":{"type":"structure","members":{"Type":{},"Message":{}}}}},"S12k":{"type":"list","member":{"type":"structure","members":{"Type":{},"Message":{},"ViolatedEntities":{"shape":"Sxj"}}}},"S13i":{"type":"structure","members":{"Arn":{},"UserName":{},"Email":{},"Role":{},"IdentityType":{},"Active":{"type":"boolean"},"PrincipalId":{},"CustomPermissionsName":{},"ExternalLoginFederationProviderType":{},"ExternalLoginFederationProviderUrl":{},"ExternalLoginId":{}}},"S13p":{"type":"list","member":{"type":"structure","members":{"SubnetId":{},"AvailabilityZone":{},"ErrorMessage":{},"Status":{},"NetworkInterfaceId":{}}}},"S13v":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{"shape":"Sp3"}}}},"S141":{"type":"structure","required":["DashboardId","SheetId","VisualId"],"members":{"DashboardId":{},"SheetId":{},"VisualId":{}}},"S144":{"type":"string","sensitive":true},"S149":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}},"S14q":{"type":"list","member":{"type":"structure","members":{"Arn":{},"AnalysisId":{},"Name":{},"Status":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"S156":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DashboardId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"PublishedVersionNumber":{"type":"long"},"LastPublishedTime":{"type":"timestamp"}}}},"S15a":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DataSetId":{},"Name":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"ImportMode":{},"RowLevelPermissionDataSet":{"shape":"Sou"},"RowLevelPermissionTagConfigurationApplied":{"type":"boolean"},"ColumnLevelPermissionRulesApplied":{"type":"boolean"}}}},"S15l":{"type":"list","member":{"type":"structure","members":{"Arn":{},"FolderId":{},"Name":{},"FolderType":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"SharingModel":{}}}},"S15s":{"type":"list","member":{"shape":"Srr"}},"S198":{"type":"list","member":{"shape":"S1a"}},"S19d":{"type":"list","member":{"shape":"S1a"}}}}
/***/ }),
/* 689 */
@@ -61423,13 +61422,13 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1086 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-01-01","endpointPrefix":"es","protocol":"rest-json","serviceFullName":"Amazon OpenSearch Service","serviceId":"OpenSearch","signatureVersion":"v4","uid":"opensearch-2021-01-01"},"operations":{"AcceptInboundConnection":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"AddTags":{"http":{"requestUri":"/2021-01-01/tags"},"input":{"type":"structure","required":["ARN","TagList"],"members":{"ARN":{},"TagList":{"shape":"Sg"}}}},"AssociatePackage":{"http":{"requestUri":"/2021-01-01/packages/associate/{PackageID}/{DomainName}"},"input":{"type":"structure","required":["PackageID","DomainName"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainPackageDetails":{"shape":"Sn"}}}},"AuthorizeVpcEndpointAccess":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName","Account"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Account":{}}},"output":{"type":"structure","required":["AuthorizedPrincipal"],"members":{"AuthorizedPrincipal":{"shape":"S10"}}}},"CancelServiceSoftwareUpdate":{"http":{"requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"ServiceSoftwareOptions":{"shape":"S15"}}}},"CreateDomain":{"http":{"requestUri":"/2021-01-01/opensearch/domain"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"EngineVersion":{},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"AccessPolicies":{},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S1l"},"CognitoOptions":{"shape":"S1n"},"EncryptionAtRestOptions":{"shape":"S1r"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedOptions":{"shape":"S1u"},"LogPublishingOptions":{"shape":"S1v"},"DomainEndpointOptions":{"shape":"S1z"},"AdvancedSecurityOptions":{"shape":"S22"},"TagList":{"shape":"Sg"},"AutoTuneOptions":{"type":"structure","members":{"DesiredState":{},"MaintenanceSchedules":{"shape":"S2d"},"UseOffPeakWindow":{"type":"boolean"}}},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"output":{"type":"structure","members":{"DomainStatus":{"shape":"S2q"}}}},"CreateOutboundConnection":{"http":{"requestUri":"/2021-01-01/opensearch/cc/outboundConnection"},"input":{"type":"structure","required":["LocalDomainInfo","RemoteDomainInfo","ConnectionAlias"],"members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionAlias":{},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}},"output":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionAlias":{},"ConnectionStatus":{"shape":"S3a"},"ConnectionId":{},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}}},"CreatePackage":{"http":{"requestUri":"/2021-01-01/packages"},"input":{"type":"structure","required":["PackageName","PackageType","PackageSource"],"members":{"PackageName":{},"PackageType":{},"PackageDescription":{},"PackageSource":{"shape":"S3e"}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"CreateVpcEndpoint":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints"},"input":{"type":"structure","required":["DomainArn","VpcOptions"],"members":{"DomainArn":{},"VpcOptions":{"shape":"S1l"},"ClientToken":{}}},"output":{"type":"structure","required":["VpcEndpoint"],"members":{"VpcEndpoint":{"shape":"S3w"}}}},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/domain/{DomainName}"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainStatus":{"shape":"S2q"}}}},"DeleteInboundConnection":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"DeleteOutboundConnection":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/cc/outboundConnection/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S45"}}}},"DeletePackage":{"http":{"method":"DELETE","requestUri":"/2021-01-01/packages/{PackageID}"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"DeleteVpcEndpoint":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}"},"input":{"type":"structure","required":["VpcEndpointId"],"members":{"VpcEndpointId":{"location":"uri","locationName":"VpcEndpointId"}}},"output":{"type":"structure","required":["VpcEndpointSummary"],"members":{"VpcEndpointSummary":{"shape":"S4a"}}}},"DescribeDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","required":["DomainStatus"],"members":{"DomainStatus":{"shape":"S2q"}}}},"DescribeDomainAutoTunes":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/autoTunes"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"AutoTunes":{"type":"list","member":{"type":"structure","members":{"AutoTuneType":{},"AutoTuneDetails":{"type":"structure","members":{"ScheduledAutoTuneDetails":{"type":"structure","members":{"Date":{"type":"timestamp"},"ActionType":{},"Action":{},"Severity":{}}}}}}}},"NextToken":{}}}},"DescribeDomainChangeProgress":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/progress"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ChangeId":{"location":"querystring","locationName":"changeid"}}},"output":{"type":"structure","members":{"ChangeProgressStatus":{"type":"structure","members":{"ChangeId":{},"StartTime":{"type":"timestamp"},"Status":{},"PendingProperties":{"shape":"S1m"},"CompletedProperties":{"shape":"S1m"},"TotalNumberOfStages":{"type":"integer"},"ChangeProgressStages":{"type":"list","member":{"type":"structure","members":{"Name":{},"Status":{},"Description":{},"LastUpdated":{"type":"timestamp"}}}}}}}}},"DescribeDomainConfig":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","required":["DomainConfig"],"members":{"DomainConfig":{"shape":"S53"}}}},"DescribeDomainHealth":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/health"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainState":{},"AvailabilityZoneCount":{},"ActiveAvailabilityZoneCount":{},"StandByAvailabilityZoneCount":{},"DataNodeCount":{},"DedicatedMaster":{"type":"boolean"},"MasterEligibleNodeCount":{},"WarmNodeCount":{},"MasterNode":{},"ClusterHealth":{},"TotalShards":{},"TotalUnAssignedShards":{},"EnvironmentInformation":{"type":"list","member":{"type":"structure","members":{"AvailabilityZoneInformation":{"type":"list","member":{"type":"structure","members":{"AvailabilityZoneName":{},"ZoneStatus":{},"ConfiguredDataNodeCount":{},"AvailableDataNodeCount":{},"TotalShards":{},"TotalUnAssignedShards":{}}}}}}}}}},"DescribeDomainNodes":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/nodes"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainNodesStatusList":{"type":"list","member":{"type":"structure","members":{"NodeId":{},"NodeType":{},"AvailabilityZone":{},"InstanceType":{},"NodeStatus":{},"StorageType":{},"StorageVolumeType":{},"StorageSize":{}}}}}}},"DescribeDomains":{"http":{"requestUri":"/2021-01-01/opensearch/domain-info"},"input":{"type":"structure","required":["DomainNames"],"members":{"DomainNames":{"type":"list","member":{}}}},"output":{"type":"structure","required":["DomainStatusList"],"members":{"DomainStatusList":{"type":"list","member":{"shape":"S2q"}}}}},"DescribeDryRunProgress":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dryRun"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"DryRunId":{"location":"querystring","locationName":"dryRunId"},"LoadDryRunConfig":{"location":"querystring","locationName":"loadDryRunConfig","type":"boolean"}}},"output":{"type":"structure","members":{"DryRunProgressStatus":{"shape":"S6j"},"DryRunConfig":{"shape":"S2q"},"DryRunResults":{"shape":"S6m"}}}},"DescribeInboundConnections":{"http":{"requestUri":"/2021-01-01/opensearch/cc/inboundConnection/search"},"input":{"type":"structure","members":{"Filters":{"shape":"S6p"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S4"}},"NextToken":{}}}},"DescribeInstanceTypeLimits":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}"},"input":{"type":"structure","required":["InstanceType","EngineVersion"],"members":{"DomainName":{"location":"querystring","locationName":"domainName"},"InstanceType":{"location":"uri","locationName":"InstanceType"},"EngineVersion":{"location":"uri","locationName":"EngineVersion"}}},"output":{"type":"structure","members":{"LimitsByRole":{"type":"map","key":{},"value":{"type":"structure","members":{"StorageTypes":{"type":"list","member":{"type":"structure","members":{"StorageTypeName":{},"StorageSubTypeName":{},"StorageTypeLimits":{"type":"list","member":{"type":"structure","members":{"LimitName":{},"LimitValues":{"shape":"S76"}}}}}}},"InstanceLimits":{"type":"structure","members":{"InstanceCountLimits":{"type":"structure","members":{"MinimumInstanceCount":{"type":"integer"},"MaximumInstanceCount":{"type":"integer"}}}}},"AdditionalLimits":{"type":"list","member":{"type":"structure","members":{"LimitName":{},"LimitValues":{"shape":"S76"}}}}}}}}}},"DescribeOutboundConnections":{"http":{"requestUri":"/2021-01-01/opensearch/cc/outboundConnection/search"},"input":{"type":"structure","members":{"Filters":{"shape":"S6p"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S45"}},"NextToken":{}}}},"DescribePackages":{"http":{"requestUri":"/2021-01-01/packages/describe"},"input":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","members":{"Name":{},"Value":{"type":"list","member":{}}}}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"PackageDetailsList":{"type":"list","member":{"shape":"S3i"}},"NextToken":{}}}},"DescribeReservedInstanceOfferings":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/reservedInstanceOfferings"},"input":{"type":"structure","members":{"ReservedInstanceOfferingId":{"location":"querystring","locationName":"offeringId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ReservedInstanceOfferings":{"type":"list","member":{"type":"structure","members":{"ReservedInstanceOfferingId":{},"InstanceType":{},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"PaymentOption":{},"RecurringCharges":{"shape":"S7w"}}}}}}},"DescribeReservedInstances":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/reservedInstances"},"input":{"type":"structure","members":{"ReservedInstanceId":{"location":"querystring","locationName":"reservationId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ReservedInstances":{"type":"list","member":{"type":"structure","members":{"ReservationName":{},"ReservedInstanceId":{},"BillingSubscriptionId":{"type":"long"},"ReservedInstanceOfferingId":{},"InstanceType":{},"StartTime":{"type":"timestamp"},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"InstanceCount":{"type":"integer"},"State":{},"PaymentOption":{},"RecurringCharges":{"shape":"S7w"}}}}}}},"DescribeVpcEndpoints":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints/describe"},"input":{"type":"structure","required":["VpcEndpointIds"],"members":{"VpcEndpointIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["VpcEndpoints","VpcEndpointErrors"],"members":{"VpcEndpoints":{"type":"list","member":{"shape":"S3w"}},"VpcEndpointErrors":{"type":"list","member":{"type":"structure","members":{"VpcEndpointId":{},"ErrorCode":{},"ErrorMessage":{}}}}}}},"DissociatePackage":{"http":{"requestUri":"/2021-01-01/packages/dissociate/{PackageID}/{DomainName}"},"input":{"type":"structure","required":["PackageID","DomainName"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainPackageDetails":{"shape":"Sn"}}}},"GetCompatibleVersions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/compatibleVersions"},"input":{"type":"structure","members":{"DomainName":{"location":"querystring","locationName":"domainName"}}},"output":{"type":"structure","members":{"CompatibleVersions":{"type":"list","member":{"type":"structure","members":{"SourceVersion":{},"TargetVersions":{"shape":"S8h"}}}}}}},"GetPackageVersionHistory":{"http":{"method":"GET","requestUri":"/2021-01-01/packages/{PackageID}/history"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"PackageID":{},"PackageVersionHistoryList":{"type":"list","member":{"type":"structure","members":{"PackageVersion":{},"CommitMessage":{},"CreatedAt":{"type":"timestamp"},"PluginProperties":{"shape":"S3m"}}}},"NextToken":{}}}},"GetUpgradeHistory":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/history"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"UpgradeHistories":{"type":"list","member":{"type":"structure","members":{"UpgradeName":{},"StartTimestamp":{"type":"timestamp"},"UpgradeStatus":{},"StepsList":{"type":"list","member":{"type":"structure","members":{"UpgradeStep":{},"UpgradeStepStatus":{},"Issues":{"type":"list","member":{}},"ProgressPercent":{"type":"double"}}}}}}},"NextToken":{}}}},"GetUpgradeStatus":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/status"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"UpgradeStep":{},"StepStatus":{},"UpgradeName":{}}}},"ListDomainNames":{"http":{"method":"GET","requestUri":"/2021-01-01/domain"},"input":{"type":"structure","members":{"EngineType":{"location":"querystring","locationName":"engineType"}}},"output":{"type":"structure","members":{"DomainNames":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"EngineType":{}}}}}}},"ListDomainsForPackage":{"http":{"method":"GET","requestUri":"/2021-01-01/packages/{PackageID}/domains"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"DomainPackageDetailsList":{"shape":"S98"},"NextToken":{}}}},"ListInstanceTypeDetails":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}"},"input":{"type":"structure","required":["EngineVersion"],"members":{"EngineVersion":{"location":"uri","locationName":"EngineVersion"},"DomainName":{"location":"querystring","locationName":"domainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"RetrieveAZs":{"location":"querystring","locationName":"retrieveAZs","type":"boolean"},"InstanceType":{"location":"querystring","locationName":"instanceType"}}},"output":{"type":"structure","members":{"InstanceTypeDetails":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"EncryptionEnabled":{"type":"boolean"},"CognitoEnabled":{"type":"boolean"},"AppLogsEnabled":{"type":"boolean"},"AdvancedSecurityEnabled":{"type":"boolean"},"WarmEnabled":{"type":"boolean"},"InstanceRole":{"type":"list","member":{}},"AvailabilityZones":{"type":"list","member":{}}}}},"NextToken":{}}}},"ListPackagesForDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/domain/{DomainName}/packages"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"DomainPackageDetailsList":{"shape":"S98"},"NextToken":{}}}},"ListScheduledActions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledActions"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ScheduledActions":{"type":"list","member":{"shape":"S9l"}},"NextToken":{}}}},"ListTags":{"http":{"method":"GET","requestUri":"/2021-01-01/tags/"},"input":{"type":"structure","required":["ARN"],"members":{"ARN":{"location":"querystring","locationName":"arn"}}},"output":{"type":"structure","members":{"TagList":{"shape":"Sg"}}}},"ListVersions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/versions"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Versions":{"shape":"S8h"},"NextToken":{}}}},"ListVpcEndpointAccess":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/listVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["AuthorizedPrincipalList","NextToken"],"members":{"AuthorizedPrincipalList":{"type":"list","member":{"shape":"S10"}},"NextToken":{}}}},"ListVpcEndpoints":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/vpcEndpoints"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["VpcEndpointSummaryList","NextToken"],"members":{"VpcEndpointSummaryList":{"shape":"S9z"},"NextToken":{}}}},"ListVpcEndpointsForDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/vpcEndpoints"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["VpcEndpointSummaryList","NextToken"],"members":{"VpcEndpointSummaryList":{"shape":"S9z"},"NextToken":{}}}},"PurchaseReservedInstanceOffering":{"http":{"requestUri":"/2021-01-01/opensearch/purchaseReservedInstanceOffering"},"input":{"type":"structure","required":["ReservedInstanceOfferingId","ReservationName"],"members":{"ReservedInstanceOfferingId":{},"ReservationName":{},"InstanceCount":{"type":"integer"}}},"output":{"type":"structure","members":{"ReservedInstanceId":{},"ReservationName":{}}}},"RejectInboundConnection":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"RemoveTags":{"http":{"requestUri":"/2021-01-01/tags-removal"},"input":{"type":"structure","required":["ARN","TagKeys"],"members":{"ARN":{},"TagKeys":{"shape":"S1m"}}}},"RevokeVpcEndpointAccess":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName","Account"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Account":{}}},"output":{"type":"structure","members":{}}},"StartServiceSoftwareUpdate":{"http":{"requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/start"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ScheduleAt":{},"DesiredStartTime":{"type":"long"}}},"output":{"type":"structure","members":{"ServiceSoftwareOptions":{"shape":"S15"}}}},"UpdateDomainConfig":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S1l"},"CognitoOptions":{"shape":"S1n"},"AdvancedOptions":{"shape":"S1u"},"AccessPolicies":{},"LogPublishingOptions":{"shape":"S1v"},"EncryptionAtRestOptions":{"shape":"S1r"},"DomainEndpointOptions":{"shape":"S1z"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedSecurityOptions":{"shape":"S22"},"AutoTuneOptions":{"shape":"S5l"},"DryRun":{"type":"boolean"},"DryRunMode":{},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"output":{"type":"structure","required":["DomainConfig"],"members":{"DomainConfig":{"shape":"S53"},"DryRunResults":{"shape":"S6m"},"DryRunProgressStatus":{"shape":"S6j"}}}},"UpdatePackage":{"http":{"requestUri":"/2021-01-01/packages/update"},"input":{"type":"structure","required":["PackageID","PackageSource"],"members":{"PackageID":{},"PackageSource":{"shape":"S3e"},"PackageDescription":{},"CommitMessage":{}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"UpdateScheduledAction":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledAction/update"},"input":{"type":"structure","required":["DomainName","ActionID","ActionType","ScheduleAt"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ActionID":{},"ActionType":{},"ScheduleAt":{},"DesiredStartTime":{"type":"long"}}},"output":{"type":"structure","members":{"ScheduledAction":{"shape":"S9l"}}}},"UpdateVpcEndpoint":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints/update"},"input":{"type":"structure","required":["VpcEndpointId","VpcOptions"],"members":{"VpcEndpointId":{},"VpcOptions":{"shape":"S1l"}}},"output":{"type":"structure","required":["VpcEndpoint"],"members":{"VpcEndpoint":{"shape":"S3w"}}}},"UpgradeDomain":{"http":{"requestUri":"/2021-01-01/opensearch/upgradeDomain"},"input":{"type":"structure","required":["DomainName","TargetVersion"],"members":{"DomainName":{},"TargetVersion":{},"PerformCheckOnly":{"type":"boolean"},"AdvancedOptions":{"shape":"S1u"}}},"output":{"type":"structure","members":{"UpgradeId":{},"DomainName":{},"TargetVersion":{},"PerformCheckOnly":{"type":"boolean"},"AdvancedOptions":{"shape":"S1u"},"ChangeProgressDetails":{"shape":"S30"}}}}},"shapes":{"S4":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionId":{},"ConnectionStatus":{"type":"structure","members":{"StatusCode":{},"Message":{}}},"ConnectionMode":{}}},"S5":{"type":"structure","members":{"AWSDomainInformation":{"type":"structure","required":["DomainName"],"members":{"OwnerId":{},"DomainName":{},"Region":{}}}}},"Sg":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sn":{"type":"structure","members":{"PackageID":{},"PackageName":{},"PackageType":{},"LastUpdated":{"type":"timestamp"},"DomainName":{},"DomainPackageStatus":{},"PackageVersion":{},"ReferencePath":{},"ErrorDetails":{"shape":"Su"}}},"Su":{"type":"structure","members":{"ErrorType":{},"ErrorMessage":{}}},"S10":{"type":"structure","members":{"PrincipalType":{},"Principal":{}}},"S15":{"type":"structure","members":{"CurrentVersion":{},"NewVersion":{},"UpdateAvailable":{"type":"boolean"},"Cancellable":{"type":"boolean"},"UpdateStatus":{},"Description":{},"AutomatedUpdateDate":{"type":"timestamp"},"OptionalDeployment":{"type":"boolean"}}},"S1b":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"DedicatedMasterEnabled":{"type":"boolean"},"ZoneAwarenessEnabled":{"type":"boolean"},"ZoneAwarenessConfig":{"type":"structure","members":{"AvailabilityZoneCount":{"type":"integer"}}},"DedicatedMasterType":{},"DedicatedMasterCount":{"type":"integer"},"WarmEnabled":{"type":"boolean"},"WarmType":{},"WarmCount":{"type":"integer"},"ColdStorageOptions":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}},"MultiAZWithStandbyEnabled":{"type":"boolean"}}},"S1h":{"type":"structure","members":{"EBSEnabled":{"type":"boolean"},"VolumeType":{},"VolumeSize":{"type":"integer"},"Iops":{"type":"integer"},"Throughput":{"type":"integer"}}},"S1k":{"type":"structure","members":{"AutomatedSnapshotStartHour":{"type":"integer"}}},"S1l":{"type":"structure","members":{"SubnetIds":{"shape":"S1m"},"SecurityGroupIds":{"shape":"S1m"}}},"S1m":{"type":"list","member":{}},"S1n":{"type":"structure","members":{"Enabled":{"type":"boolean"},"UserPoolId":{},"IdentityPoolId":{},"RoleArn":{}}},"S1r":{"type":"structure","members":{"Enabled":{"type":"boolean"},"KmsKeyId":{}}},"S1t":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"S1u":{"type":"map","key":{},"value":{}},"S1v":{"type":"map","key":{},"value":{"type":"structure","members":{"CloudWatchLogsLogGroupArn":{},"Enabled":{"type":"boolean"}}}},"S1z":{"type":"structure","members":{"EnforceHTTPS":{"type":"boolean"},"TLSSecurityPolicy":{},"CustomEndpointEnabled":{"type":"boolean"},"CustomEndpoint":{},"CustomEndpointCertificateArn":{}}},"S22":{"type":"structure","members":{"Enabled":{"type":"boolean"},"InternalUserDatabaseEnabled":{"type":"boolean"},"MasterUserOptions":{"type":"structure","members":{"MasterUserARN":{},"MasterUserName":{"shape":"S24"},"MasterUserPassword":{"type":"string","sensitive":true}}},"SAMLOptions":{"type":"structure","members":{"Enabled":{"type":"boolean"},"Idp":{"shape":"S27"},"MasterUserName":{"shape":"S24"},"MasterBackendRole":{},"SubjectKey":{},"RolesKey":{},"SessionTimeoutMinutes":{"type":"integer"}}},"AnonymousAuthEnabled":{"type":"boolean"}}},"S24":{"type":"string","sensitive":true},"S27":{"type":"structure","required":["MetadataContent","EntityId"],"members":{"MetadataContent":{},"EntityId":{}}},"S2d":{"type":"list","member":{"type":"structure","members":{"StartAt":{"type":"timestamp"},"Duration":{"type":"structure","members":{"Value":{"type":"long"},"Unit":{}}},"CronExpressionForRecurrence":{}}}},"S2j":{"type":"structure","members":{"Enabled":{"type":"boolean"},"OffPeakWindow":{"type":"structure","members":{"WindowStartTime":{"type":"structure","required":["Hours","Minutes"],"members":{"Hours":{"type":"long"},"Minutes":{"type":"long"}}}}}}},"S2o":{"type":"structure","members":{"AutoSoftwareUpdateEnabled":{"type":"boolean"}}},"S2q":{"type":"structure","required":["DomainId","DomainName","ARN","ClusterConfig"],"members":{"DomainId":{},"DomainName":{},"ARN":{},"Created":{"type":"boolean"},"Deleted":{"type":"boolean"},"Endpoint":{},"Endpoints":{"type":"map","key":{},"value":{}},"Processing":{"type":"boolean"},"UpgradeProcessing":{"type":"boolean"},"EngineVersion":{},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"AccessPolicies":{},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S2u"},"CognitoOptions":{"shape":"S1n"},"EncryptionAtRestOptions":{"shape":"S1r"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedOptions":{"shape":"S1u"},"LogPublishingOptions":{"shape":"S1v"},"ServiceSoftwareOptions":{"shape":"S15"},"DomainEndpointOptions":{"shape":"S1z"},"AdvancedSecurityOptions":{"shape":"S2v"},"AutoTuneOptions":{"type":"structure","members":{"State":{},"ErrorMessage":{},"UseOffPeakWindow":{"type":"boolean"}}},"ChangeProgressDetails":{"shape":"S30"},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"S2u":{"type":"structure","members":{"VPCId":{},"SubnetIds":{"shape":"S1m"},"AvailabilityZones":{"shape":"S1m"},"SecurityGroupIds":{"shape":"S1m"}}},"S2v":{"type":"structure","members":{"Enabled":{"type":"boolean"},"InternalUserDatabaseEnabled":{"type":"boolean"},"SAMLOptions":{"type":"structure","members":{"Enabled":{"type":"boolean"},"Idp":{"shape":"S27"},"SubjectKey":{},"RolesKey":{},"SessionTimeoutMinutes":{"type":"integer"}}},"AnonymousAuthDisableDate":{"type":"timestamp"},"AnonymousAuthEnabled":{"type":"boolean"}}},"S30":{"type":"structure","members":{"ChangeId":{},"Message":{}}},"S35":{"type":"structure","members":{"Endpoint":{},"CrossClusterSearch":{"type":"structure","members":{"SkipUnavailable":{}}}}},"S3a":{"type":"structure","members":{"StatusCode":{},"Message":{}}},"S3e":{"type":"structure","members":{"S3BucketName":{},"S3Key":{}}},"S3i":{"type":"structure","members":{"PackageID":{},"PackageName":{},"PackageType":{},"PackageDescription":{},"PackageStatus":{},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"},"AvailablePackageVersion":{},"ErrorDetails":{"shape":"Su"},"EngineVersion":{},"AvailablePluginProperties":{"shape":"S3m"}}},"S3m":{"type":"structure","members":{"Name":{},"Description":{},"Version":{},"ClassName":{},"UncompressedSizeInBytes":{"type":"long"}}},"S3w":{"type":"structure","members":{"VpcEndpointId":{},"VpcEndpointOwner":{},"DomainArn":{},"VpcOptions":{"shape":"S2u"},"Status":{},"Endpoint":{}}},"S45":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionId":{},"ConnectionAlias":{},"ConnectionStatus":{"shape":"S3a"},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}},"S4a":{"type":"structure","members":{"VpcEndpointId":{},"VpcEndpointOwner":{},"DomainArn":{},"Status":{}}},"S53":{"type":"structure","members":{"EngineVersion":{"type":"structure","required":["Options","Status"],"members":{"Options":{},"Status":{"shape":"S55"}}},"ClusterConfig":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1b"},"Status":{"shape":"S55"}}},"EBSOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1h"},"Status":{"shape":"S55"}}},"AccessPolicies":{"type":"structure","required":["Options","Status"],"members":{"Options":{},"Status":{"shape":"S55"}}},"SnapshotOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1k"},"Status":{"shape":"S55"}}},"VPCOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S2u"},"Status":{"shape":"S55"}}},"CognitoOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1n"},"Status":{"shape":"S55"}}},"EncryptionAtRestOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1r"},"Status":{"shape":"S55"}}},"NodeToNodeEncryptionOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1t"},"Status":{"shape":"S55"}}},"AdvancedOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1u"},"Status":{"shape":"S55"}}},"LogPublishingOptions":{"type":"structure","members":{"Options":{"shape":"S1v"},"Status":{"shape":"S55"}}},"DomainEndpointOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1z"},"Status":{"shape":"S55"}}},"AdvancedSecurityOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S2v"},"Status":{"shape":"S55"}}},"AutoTuneOptions":{"type":"structure","members":{"Options":{"shape":"S5l"},"Status":{"type":"structure","required":["CreationDate","UpdateDate","State"],"members":{"CreationDate":{"type":"timestamp"},"UpdateDate":{"type":"timestamp"},"UpdateVersion":{"type":"integer"},"State":{},"ErrorMessage":{},"PendingDeletion":{"type":"boolean"}}}}},"ChangeProgressDetails":{"shape":"S30"},"OffPeakWindowOptions":{"type":"structure","members":{"Options":{"shape":"S2j"},"Status":{"shape":"S55"}}},"SoftwareUpdateOptions":{"type":"structure","members":{"Options":{"shape":"S2o"},"Status":{"shape":"S55"}}}}},"S55":{"type":"structure","required":["CreationDate","UpdateDate","State"],"members":{"CreationDate":{"type":"timestamp"},"UpdateDate":{"type":"timestamp"},"UpdateVersion":{"type":"integer"},"State":{},"PendingDeletion":{"type":"boolean"}}},"S5l":{"type":"structure","members":{"DesiredState":{},"RollbackOnDisable":{},"MaintenanceSchedules":{"shape":"S2d"},"UseOffPeakWindow":{"type":"boolean"}}},"S6j":{"type":"structure","required":["DryRunId","DryRunStatus","CreationDate","UpdateDate"],"members":{"DryRunId":{},"DryRunStatus":{},"CreationDate":{},"UpdateDate":{},"ValidationFailures":{"type":"list","member":{"type":"structure","members":{"Code":{},"Message":{}}}}}},"S6m":{"type":"structure","members":{"DeploymentType":{},"Message":{}}},"S6p":{"type":"list","member":{"type":"structure","members":{"Name":{},"Values":{"type":"list","member":{}}}}},"S76":{"type":"list","member":{}},"S7w":{"type":"list","member":{"type":"structure","members":{"RecurringChargeAmount":{"type":"double"},"RecurringChargeFrequency":{}}}},"S8h":{"type":"list","member":{}},"S98":{"type":"list","member":{"shape":"Sn"}},"S9l":{"type":"structure","required":["Id","Type","Severity","ScheduledTime"],"members":{"Id":{},"Type":{},"Severity":{},"ScheduledTime":{"type":"long"},"Description":{},"ScheduledBy":{},"Status":{},"Mandatory":{"type":"boolean"},"Cancellable":{"type":"boolean"}}},"S9z":{"type":"list","member":{"shape":"S4a"}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-01-01","endpointPrefix":"es","protocol":"rest-json","serviceFullName":"Amazon OpenSearch Service","serviceId":"OpenSearch","signatureVersion":"v4","uid":"opensearch-2021-01-01"},"operations":{"AcceptInboundConnection":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"AddTags":{"http":{"requestUri":"/2021-01-01/tags"},"input":{"type":"structure","required":["ARN","TagList"],"members":{"ARN":{},"TagList":{"shape":"Sg"}}}},"AssociatePackage":{"http":{"requestUri":"/2021-01-01/packages/associate/{PackageID}/{DomainName}"},"input":{"type":"structure","required":["PackageID","DomainName"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainPackageDetails":{"shape":"Sn"}}}},"AuthorizeVpcEndpointAccess":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName","Account"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Account":{}}},"output":{"type":"structure","required":["AuthorizedPrincipal"],"members":{"AuthorizedPrincipal":{"shape":"S10"}}}},"CancelServiceSoftwareUpdate":{"http":{"requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"ServiceSoftwareOptions":{"shape":"S15"}}}},"CreateDomain":{"http":{"requestUri":"/2021-01-01/opensearch/domain"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"EngineVersion":{},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"AccessPolicies":{},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S1l"},"CognitoOptions":{"shape":"S1n"},"EncryptionAtRestOptions":{"shape":"S1r"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedOptions":{"shape":"S1u"},"LogPublishingOptions":{"shape":"S1v"},"DomainEndpointOptions":{"shape":"S1z"},"AdvancedSecurityOptions":{"shape":"S22"},"TagList":{"shape":"Sg"},"AutoTuneOptions":{"type":"structure","members":{"DesiredState":{},"MaintenanceSchedules":{"shape":"S2d"},"UseOffPeakWindow":{"type":"boolean"}}},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"output":{"type":"structure","members":{"DomainStatus":{"shape":"S2q"}}}},"CreateOutboundConnection":{"http":{"requestUri":"/2021-01-01/opensearch/cc/outboundConnection"},"input":{"type":"structure","required":["LocalDomainInfo","RemoteDomainInfo","ConnectionAlias"],"members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionAlias":{},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}},"output":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionAlias":{},"ConnectionStatus":{"shape":"S3a"},"ConnectionId":{},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}}},"CreatePackage":{"http":{"requestUri":"/2021-01-01/packages"},"input":{"type":"structure","required":["PackageName","PackageType","PackageSource"],"members":{"PackageName":{},"PackageType":{},"PackageDescription":{},"PackageSource":{"shape":"S3e"}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"CreateVpcEndpoint":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints"},"input":{"type":"structure","required":["DomainArn","VpcOptions"],"members":{"DomainArn":{},"VpcOptions":{"shape":"S1l"},"ClientToken":{}}},"output":{"type":"structure","required":["VpcEndpoint"],"members":{"VpcEndpoint":{"shape":"S3w"}}}},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/domain/{DomainName}"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainStatus":{"shape":"S2q"}}}},"DeleteInboundConnection":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"DeleteOutboundConnection":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/cc/outboundConnection/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S45"}}}},"DeletePackage":{"http":{"method":"DELETE","requestUri":"/2021-01-01/packages/{PackageID}"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"DeleteVpcEndpoint":{"http":{"method":"DELETE","requestUri":"/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}"},"input":{"type":"structure","required":["VpcEndpointId"],"members":{"VpcEndpointId":{"location":"uri","locationName":"VpcEndpointId"}}},"output":{"type":"structure","required":["VpcEndpointSummary"],"members":{"VpcEndpointSummary":{"shape":"S4a"}}}},"DescribeDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","required":["DomainStatus"],"members":{"DomainStatus":{"shape":"S2q"}}}},"DescribeDomainAutoTunes":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/autoTunes"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"AutoTunes":{"type":"list","member":{"type":"structure","members":{"AutoTuneType":{},"AutoTuneDetails":{"type":"structure","members":{"ScheduledAutoTuneDetails":{"type":"structure","members":{"Date":{"type":"timestamp"},"ActionType":{},"Action":{},"Severity":{}}}}}}}},"NextToken":{}}}},"DescribeDomainChangeProgress":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/progress"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ChangeId":{"location":"querystring","locationName":"changeid"}}},"output":{"type":"structure","members":{"ChangeProgressStatus":{"type":"structure","members":{"ChangeId":{},"StartTime":{"type":"timestamp"},"Status":{},"PendingProperties":{"shape":"S1m"},"CompletedProperties":{"shape":"S1m"},"TotalNumberOfStages":{"type":"integer"},"ChangeProgressStages":{"type":"list","member":{"type":"structure","members":{"Name":{},"Status":{},"Description":{},"LastUpdated":{"type":"timestamp"}}}}}}}}},"DescribeDomainConfig":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","required":["DomainConfig"],"members":{"DomainConfig":{"shape":"S53"}}}},"DescribeDomainHealth":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/health"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainState":{},"AvailabilityZoneCount":{},"ActiveAvailabilityZoneCount":{},"StandByAvailabilityZoneCount":{},"DataNodeCount":{},"DedicatedMaster":{"type":"boolean"},"MasterEligibleNodeCount":{},"WarmNodeCount":{},"MasterNode":{},"ClusterHealth":{},"TotalShards":{},"TotalUnAssignedShards":{},"EnvironmentInformation":{"type":"list","member":{"type":"structure","members":{"AvailabilityZoneInformation":{"type":"list","member":{"type":"structure","members":{"AvailabilityZoneName":{},"ZoneStatus":{},"ConfiguredDataNodeCount":{},"AvailableDataNodeCount":{},"TotalShards":{},"TotalUnAssignedShards":{}}}}}}}}}},"DescribeDomainNodes":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/nodes"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainNodesStatusList":{"type":"list","member":{"type":"structure","members":{"NodeId":{},"NodeType":{},"AvailabilityZone":{},"InstanceType":{},"NodeStatus":{},"StorageType":{},"StorageVolumeType":{},"StorageSize":{}}}}}}},"DescribeDomains":{"http":{"requestUri":"/2021-01-01/opensearch/domain-info"},"input":{"type":"structure","required":["DomainNames"],"members":{"DomainNames":{"type":"list","member":{}}}},"output":{"type":"structure","required":["DomainStatusList"],"members":{"DomainStatusList":{"type":"list","member":{"shape":"S2q"}}}}},"DescribeDryRunProgress":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dryRun"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"DryRunId":{"location":"querystring","locationName":"dryRunId"},"LoadDryRunConfig":{"location":"querystring","locationName":"loadDryRunConfig","type":"boolean"}}},"output":{"type":"structure","members":{"DryRunProgressStatus":{"shape":"S6j"},"DryRunConfig":{"shape":"S2q"},"DryRunResults":{"shape":"S6m"}}}},"DescribeInboundConnections":{"http":{"requestUri":"/2021-01-01/opensearch/cc/inboundConnection/search"},"input":{"type":"structure","members":{"Filters":{"shape":"S6p"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S4"}},"NextToken":{}}}},"DescribeInstanceTypeLimits":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}"},"input":{"type":"structure","required":["InstanceType","EngineVersion"],"members":{"DomainName":{"location":"querystring","locationName":"domainName"},"InstanceType":{"location":"uri","locationName":"InstanceType"},"EngineVersion":{"location":"uri","locationName":"EngineVersion"}}},"output":{"type":"structure","members":{"LimitsByRole":{"type":"map","key":{},"value":{"type":"structure","members":{"StorageTypes":{"type":"list","member":{"type":"structure","members":{"StorageTypeName":{},"StorageSubTypeName":{},"StorageTypeLimits":{"type":"list","member":{"type":"structure","members":{"LimitName":{},"LimitValues":{"shape":"S76"}}}}}}},"InstanceLimits":{"type":"structure","members":{"InstanceCountLimits":{"type":"structure","members":{"MinimumInstanceCount":{"type":"integer"},"MaximumInstanceCount":{"type":"integer"}}}}},"AdditionalLimits":{"type":"list","member":{"type":"structure","members":{"LimitName":{},"LimitValues":{"shape":"S76"}}}}}}}}}},"DescribeOutboundConnections":{"http":{"requestUri":"/2021-01-01/opensearch/cc/outboundConnection/search"},"input":{"type":"structure","members":{"Filters":{"shape":"S6p"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S45"}},"NextToken":{}}}},"DescribePackages":{"http":{"requestUri":"/2021-01-01/packages/describe"},"input":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","members":{"Name":{},"Value":{"type":"list","member":{}}}}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"PackageDetailsList":{"type":"list","member":{"shape":"S3i"}},"NextToken":{}}}},"DescribeReservedInstanceOfferings":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/reservedInstanceOfferings"},"input":{"type":"structure","members":{"ReservedInstanceOfferingId":{"location":"querystring","locationName":"offeringId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ReservedInstanceOfferings":{"type":"list","member":{"type":"structure","members":{"ReservedInstanceOfferingId":{},"InstanceType":{},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"PaymentOption":{},"RecurringCharges":{"shape":"S7w"}}}}}}},"DescribeReservedInstances":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/reservedInstances"},"input":{"type":"structure","members":{"ReservedInstanceId":{"location":"querystring","locationName":"reservationId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ReservedInstances":{"type":"list","member":{"type":"structure","members":{"ReservationName":{},"ReservedInstanceId":{},"BillingSubscriptionId":{"type":"long"},"ReservedInstanceOfferingId":{},"InstanceType":{},"StartTime":{"type":"timestamp"},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"InstanceCount":{"type":"integer"},"State":{},"PaymentOption":{},"RecurringCharges":{"shape":"S7w"}}}}}}},"DescribeVpcEndpoints":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints/describe"},"input":{"type":"structure","required":["VpcEndpointIds"],"members":{"VpcEndpointIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["VpcEndpoints","VpcEndpointErrors"],"members":{"VpcEndpoints":{"type":"list","member":{"shape":"S3w"}},"VpcEndpointErrors":{"type":"list","member":{"type":"structure","members":{"VpcEndpointId":{},"ErrorCode":{},"ErrorMessage":{}}}}}}},"DissociatePackage":{"http":{"requestUri":"/2021-01-01/packages/dissociate/{PackageID}/{DomainName}"},"input":{"type":"structure","required":["PackageID","DomainName"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"DomainPackageDetails":{"shape":"Sn"}}}},"GetCompatibleVersions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/compatibleVersions"},"input":{"type":"structure","members":{"DomainName":{"location":"querystring","locationName":"domainName"}}},"output":{"type":"structure","members":{"CompatibleVersions":{"type":"list","member":{"type":"structure","members":{"SourceVersion":{},"TargetVersions":{"shape":"S8h"}}}}}}},"GetDomainMaintenanceStatus":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"},"input":{"type":"structure","required":["DomainName","MaintenanceId"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaintenanceId":{"location":"querystring","locationName":"maintenanceId"}}},"output":{"type":"structure","members":{"Status":{},"StatusMessage":{},"NodeId":{},"Action":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"GetPackageVersionHistory":{"http":{"method":"GET","requestUri":"/2021-01-01/packages/{PackageID}/history"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"PackageID":{},"PackageVersionHistoryList":{"type":"list","member":{"type":"structure","members":{"PackageVersion":{},"CommitMessage":{},"CreatedAt":{"type":"timestamp"},"PluginProperties":{"shape":"S3m"}}}},"NextToken":{}}}},"GetUpgradeHistory":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/history"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"UpgradeHistories":{"type":"list","member":{"type":"structure","members":{"UpgradeName":{},"StartTimestamp":{"type":"timestamp"},"UpgradeStatus":{},"StepsList":{"type":"list","member":{"type":"structure","members":{"UpgradeStep":{},"UpgradeStepStatus":{},"Issues":{"type":"list","member":{}},"ProgressPercent":{"type":"double"}}}}}}},"NextToken":{}}}},"GetUpgradeStatus":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/status"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"}}},"output":{"type":"structure","members":{"UpgradeStep":{},"StepStatus":{},"UpgradeName":{}}}},"ListDomainMaintenances":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Action":{"location":"querystring","locationName":"action"},"Status":{"location":"querystring","locationName":"status"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"DomainMaintenances":{"type":"list","member":{"type":"structure","members":{"MaintenanceId":{},"DomainName":{},"Action":{},"NodeId":{},"Status":{},"StatusMessage":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDomainNames":{"http":{"method":"GET","requestUri":"/2021-01-01/domain"},"input":{"type":"structure","members":{"EngineType":{"location":"querystring","locationName":"engineType"}}},"output":{"type":"structure","members":{"DomainNames":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"EngineType":{}}}}}}},"ListDomainsForPackage":{"http":{"method":"GET","requestUri":"/2021-01-01/packages/{PackageID}/domains"},"input":{"type":"structure","required":["PackageID"],"members":{"PackageID":{"location":"uri","locationName":"PackageID"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"DomainPackageDetailsList":{"shape":"S9i"},"NextToken":{}}}},"ListInstanceTypeDetails":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}"},"input":{"type":"structure","required":["EngineVersion"],"members":{"EngineVersion":{"location":"uri","locationName":"EngineVersion"},"DomainName":{"location":"querystring","locationName":"domainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"RetrieveAZs":{"location":"querystring","locationName":"retrieveAZs","type":"boolean"},"InstanceType":{"location":"querystring","locationName":"instanceType"}}},"output":{"type":"structure","members":{"InstanceTypeDetails":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"EncryptionEnabled":{"type":"boolean"},"CognitoEnabled":{"type":"boolean"},"AppLogsEnabled":{"type":"boolean"},"AdvancedSecurityEnabled":{"type":"boolean"},"WarmEnabled":{"type":"boolean"},"InstanceRole":{"type":"list","member":{}},"AvailabilityZones":{"type":"list","member":{}}}}},"NextToken":{}}}},"ListPackagesForDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/domain/{DomainName}/packages"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"DomainPackageDetailsList":{"shape":"S9i"},"NextToken":{}}}},"ListScheduledActions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledActions"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ScheduledActions":{"type":"list","member":{"shape":"S9v"}},"NextToken":{}}}},"ListTags":{"http":{"method":"GET","requestUri":"/2021-01-01/tags/"},"input":{"type":"structure","required":["ARN"],"members":{"ARN":{"location":"querystring","locationName":"arn"}}},"output":{"type":"structure","members":{"TagList":{"shape":"Sg"}}}},"ListVersions":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/versions"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Versions":{"shape":"S8h"},"NextToken":{}}}},"ListVpcEndpointAccess":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/listVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["AuthorizedPrincipalList","NextToken"],"members":{"AuthorizedPrincipalList":{"type":"list","member":{"shape":"S10"}},"NextToken":{}}}},"ListVpcEndpoints":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/vpcEndpoints"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["VpcEndpointSummaryList","NextToken"],"members":{"VpcEndpointSummaryList":{"shape":"Sa9"},"NextToken":{}}}},"ListVpcEndpointsForDomain":{"http":{"method":"GET","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/vpcEndpoints"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["VpcEndpointSummaryList","NextToken"],"members":{"VpcEndpointSummaryList":{"shape":"Sa9"},"NextToken":{}}}},"PurchaseReservedInstanceOffering":{"http":{"requestUri":"/2021-01-01/opensearch/purchaseReservedInstanceOffering"},"input":{"type":"structure","required":["ReservedInstanceOfferingId","ReservationName"],"members":{"ReservedInstanceOfferingId":{},"ReservationName":{},"InstanceCount":{"type":"integer"}}},"output":{"type":"structure","members":{"ReservedInstanceId":{},"ReservationName":{}}}},"RejectInboundConnection":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S4"}}}},"RemoveTags":{"http":{"requestUri":"/2021-01-01/tags-removal"},"input":{"type":"structure","required":["ARN","TagKeys"],"members":{"ARN":{},"TagKeys":{"shape":"S1m"}}}},"RevokeVpcEndpointAccess":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess"},"input":{"type":"structure","required":["DomainName","Account"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Account":{}}},"output":{"type":"structure","members":{}}},"StartDomainMaintenance":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"},"input":{"type":"structure","required":["DomainName","Action"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"Action":{},"NodeId":{}}},"output":{"type":"structure","members":{"MaintenanceId":{}}}},"StartServiceSoftwareUpdate":{"http":{"requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/start"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ScheduleAt":{},"DesiredStartTime":{"type":"long"}}},"output":{"type":"structure","members":{"ServiceSoftwareOptions":{"shape":"S15"}}}},"UpdateDomainConfig":{"http":{"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"},"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S1l"},"CognitoOptions":{"shape":"S1n"},"AdvancedOptions":{"shape":"S1u"},"AccessPolicies":{},"LogPublishingOptions":{"shape":"S1v"},"EncryptionAtRestOptions":{"shape":"S1r"},"DomainEndpointOptions":{"shape":"S1z"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedSecurityOptions":{"shape":"S22"},"AutoTuneOptions":{"shape":"S5l"},"DryRun":{"type":"boolean"},"DryRunMode":{},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"output":{"type":"structure","required":["DomainConfig"],"members":{"DomainConfig":{"shape":"S53"},"DryRunResults":{"shape":"S6m"},"DryRunProgressStatus":{"shape":"S6j"}}}},"UpdatePackage":{"http":{"requestUri":"/2021-01-01/packages/update"},"input":{"type":"structure","required":["PackageID","PackageSource"],"members":{"PackageID":{},"PackageSource":{"shape":"S3e"},"PackageDescription":{},"CommitMessage":{}}},"output":{"type":"structure","members":{"PackageDetails":{"shape":"S3i"}}}},"UpdateScheduledAction":{"http":{"method":"PUT","requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledAction/update"},"input":{"type":"structure","required":["DomainName","ActionID","ActionType","ScheduleAt"],"members":{"DomainName":{"location":"uri","locationName":"DomainName"},"ActionID":{},"ActionType":{},"ScheduleAt":{},"DesiredStartTime":{"type":"long"}}},"output":{"type":"structure","members":{"ScheduledAction":{"shape":"S9v"}}}},"UpdateVpcEndpoint":{"http":{"requestUri":"/2021-01-01/opensearch/vpcEndpoints/update"},"input":{"type":"structure","required":["VpcEndpointId","VpcOptions"],"members":{"VpcEndpointId":{},"VpcOptions":{"shape":"S1l"}}},"output":{"type":"structure","required":["VpcEndpoint"],"members":{"VpcEndpoint":{"shape":"S3w"}}}},"UpgradeDomain":{"http":{"requestUri":"/2021-01-01/opensearch/upgradeDomain"},"input":{"type":"structure","required":["DomainName","TargetVersion"],"members":{"DomainName":{},"TargetVersion":{},"PerformCheckOnly":{"type":"boolean"},"AdvancedOptions":{"shape":"S1u"}}},"output":{"type":"structure","members":{"UpgradeId":{},"DomainName":{},"TargetVersion":{},"PerformCheckOnly":{"type":"boolean"},"AdvancedOptions":{"shape":"S1u"},"ChangeProgressDetails":{"shape":"S30"}}}}},"shapes":{"S4":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionId":{},"ConnectionStatus":{"type":"structure","members":{"StatusCode":{},"Message":{}}},"ConnectionMode":{}}},"S5":{"type":"structure","members":{"AWSDomainInformation":{"type":"structure","required":["DomainName"],"members":{"OwnerId":{},"DomainName":{},"Region":{}}}}},"Sg":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sn":{"type":"structure","members":{"PackageID":{},"PackageName":{},"PackageType":{},"LastUpdated":{"type":"timestamp"},"DomainName":{},"DomainPackageStatus":{},"PackageVersion":{},"ReferencePath":{},"ErrorDetails":{"shape":"Su"}}},"Su":{"type":"structure","members":{"ErrorType":{},"ErrorMessage":{}}},"S10":{"type":"structure","members":{"PrincipalType":{},"Principal":{}}},"S15":{"type":"structure","members":{"CurrentVersion":{},"NewVersion":{},"UpdateAvailable":{"type":"boolean"},"Cancellable":{"type":"boolean"},"UpdateStatus":{},"Description":{},"AutomatedUpdateDate":{"type":"timestamp"},"OptionalDeployment":{"type":"boolean"}}},"S1b":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"DedicatedMasterEnabled":{"type":"boolean"},"ZoneAwarenessEnabled":{"type":"boolean"},"ZoneAwarenessConfig":{"type":"structure","members":{"AvailabilityZoneCount":{"type":"integer"}}},"DedicatedMasterType":{},"DedicatedMasterCount":{"type":"integer"},"WarmEnabled":{"type":"boolean"},"WarmType":{},"WarmCount":{"type":"integer"},"ColdStorageOptions":{"type":"structure","required":["Enabled"],"members":{"Enabled":{"type":"boolean"}}},"MultiAZWithStandbyEnabled":{"type":"boolean"}}},"S1h":{"type":"structure","members":{"EBSEnabled":{"type":"boolean"},"VolumeType":{},"VolumeSize":{"type":"integer"},"Iops":{"type":"integer"},"Throughput":{"type":"integer"}}},"S1k":{"type":"structure","members":{"AutomatedSnapshotStartHour":{"type":"integer"}}},"S1l":{"type":"structure","members":{"SubnetIds":{"shape":"S1m"},"SecurityGroupIds":{"shape":"S1m"}}},"S1m":{"type":"list","member":{}},"S1n":{"type":"structure","members":{"Enabled":{"type":"boolean"},"UserPoolId":{},"IdentityPoolId":{},"RoleArn":{}}},"S1r":{"type":"structure","members":{"Enabled":{"type":"boolean"},"KmsKeyId":{}}},"S1t":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"S1u":{"type":"map","key":{},"value":{}},"S1v":{"type":"map","key":{},"value":{"type":"structure","members":{"CloudWatchLogsLogGroupArn":{},"Enabled":{"type":"boolean"}}}},"S1z":{"type":"structure","members":{"EnforceHTTPS":{"type":"boolean"},"TLSSecurityPolicy":{},"CustomEndpointEnabled":{"type":"boolean"},"CustomEndpoint":{},"CustomEndpointCertificateArn":{}}},"S22":{"type":"structure","members":{"Enabled":{"type":"boolean"},"InternalUserDatabaseEnabled":{"type":"boolean"},"MasterUserOptions":{"type":"structure","members":{"MasterUserARN":{},"MasterUserName":{"shape":"S24"},"MasterUserPassword":{"type":"string","sensitive":true}}},"SAMLOptions":{"type":"structure","members":{"Enabled":{"type":"boolean"},"Idp":{"shape":"S27"},"MasterUserName":{"shape":"S24"},"MasterBackendRole":{},"SubjectKey":{},"RolesKey":{},"SessionTimeoutMinutes":{"type":"integer"}}},"AnonymousAuthEnabled":{"type":"boolean"}}},"S24":{"type":"string","sensitive":true},"S27":{"type":"structure","required":["MetadataContent","EntityId"],"members":{"MetadataContent":{},"EntityId":{}}},"S2d":{"type":"list","member":{"type":"structure","members":{"StartAt":{"type":"timestamp"},"Duration":{"type":"structure","members":{"Value":{"type":"long"},"Unit":{}}},"CronExpressionForRecurrence":{}}}},"S2j":{"type":"structure","members":{"Enabled":{"type":"boolean"},"OffPeakWindow":{"type":"structure","members":{"WindowStartTime":{"type":"structure","required":["Hours","Minutes"],"members":{"Hours":{"type":"long"},"Minutes":{"type":"long"}}}}}}},"S2o":{"type":"structure","members":{"AutoSoftwareUpdateEnabled":{"type":"boolean"}}},"S2q":{"type":"structure","required":["DomainId","DomainName","ARN","ClusterConfig"],"members":{"DomainId":{},"DomainName":{},"ARN":{},"Created":{"type":"boolean"},"Deleted":{"type":"boolean"},"Endpoint":{},"Endpoints":{"type":"map","key":{},"value":{}},"Processing":{"type":"boolean"},"UpgradeProcessing":{"type":"boolean"},"EngineVersion":{},"ClusterConfig":{"shape":"S1b"},"EBSOptions":{"shape":"S1h"},"AccessPolicies":{},"SnapshotOptions":{"shape":"S1k"},"VPCOptions":{"shape":"S2u"},"CognitoOptions":{"shape":"S1n"},"EncryptionAtRestOptions":{"shape":"S1r"},"NodeToNodeEncryptionOptions":{"shape":"S1t"},"AdvancedOptions":{"shape":"S1u"},"LogPublishingOptions":{"shape":"S1v"},"ServiceSoftwareOptions":{"shape":"S15"},"DomainEndpointOptions":{"shape":"S1z"},"AdvancedSecurityOptions":{"shape":"S2v"},"AutoTuneOptions":{"type":"structure","members":{"State":{},"ErrorMessage":{},"UseOffPeakWindow":{"type":"boolean"}}},"ChangeProgressDetails":{"shape":"S30"},"OffPeakWindowOptions":{"shape":"S2j"},"SoftwareUpdateOptions":{"shape":"S2o"}}},"S2u":{"type":"structure","members":{"VPCId":{},"SubnetIds":{"shape":"S1m"},"AvailabilityZones":{"shape":"S1m"},"SecurityGroupIds":{"shape":"S1m"}}},"S2v":{"type":"structure","members":{"Enabled":{"type":"boolean"},"InternalUserDatabaseEnabled":{"type":"boolean"},"SAMLOptions":{"type":"structure","members":{"Enabled":{"type":"boolean"},"Idp":{"shape":"S27"},"SubjectKey":{},"RolesKey":{},"SessionTimeoutMinutes":{"type":"integer"}}},"AnonymousAuthDisableDate":{"type":"timestamp"},"AnonymousAuthEnabled":{"type":"boolean"}}},"S30":{"type":"structure","members":{"ChangeId":{},"Message":{}}},"S35":{"type":"structure","members":{"Endpoint":{},"CrossClusterSearch":{"type":"structure","members":{"SkipUnavailable":{}}}}},"S3a":{"type":"structure","members":{"StatusCode":{},"Message":{}}},"S3e":{"type":"structure","members":{"S3BucketName":{},"S3Key":{}}},"S3i":{"type":"structure","members":{"PackageID":{},"PackageName":{},"PackageType":{},"PackageDescription":{},"PackageStatus":{},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"},"AvailablePackageVersion":{},"ErrorDetails":{"shape":"Su"},"EngineVersion":{},"AvailablePluginProperties":{"shape":"S3m"}}},"S3m":{"type":"structure","members":{"Name":{},"Description":{},"Version":{},"ClassName":{},"UncompressedSizeInBytes":{"type":"long"}}},"S3w":{"type":"structure","members":{"VpcEndpointId":{},"VpcEndpointOwner":{},"DomainArn":{},"VpcOptions":{"shape":"S2u"},"Status":{},"Endpoint":{}}},"S45":{"type":"structure","members":{"LocalDomainInfo":{"shape":"S5"},"RemoteDomainInfo":{"shape":"S5"},"ConnectionId":{},"ConnectionAlias":{},"ConnectionStatus":{"shape":"S3a"},"ConnectionMode":{},"ConnectionProperties":{"shape":"S35"}}},"S4a":{"type":"structure","members":{"VpcEndpointId":{},"VpcEndpointOwner":{},"DomainArn":{},"Status":{}}},"S53":{"type":"structure","members":{"EngineVersion":{"type":"structure","required":["Options","Status"],"members":{"Options":{},"Status":{"shape":"S55"}}},"ClusterConfig":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1b"},"Status":{"shape":"S55"}}},"EBSOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1h"},"Status":{"shape":"S55"}}},"AccessPolicies":{"type":"structure","required":["Options","Status"],"members":{"Options":{},"Status":{"shape":"S55"}}},"SnapshotOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1k"},"Status":{"shape":"S55"}}},"VPCOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S2u"},"Status":{"shape":"S55"}}},"CognitoOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1n"},"Status":{"shape":"S55"}}},"EncryptionAtRestOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1r"},"Status":{"shape":"S55"}}},"NodeToNodeEncryptionOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1t"},"Status":{"shape":"S55"}}},"AdvancedOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1u"},"Status":{"shape":"S55"}}},"LogPublishingOptions":{"type":"structure","members":{"Options":{"shape":"S1v"},"Status":{"shape":"S55"}}},"DomainEndpointOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S1z"},"Status":{"shape":"S55"}}},"AdvancedSecurityOptions":{"type":"structure","required":["Options","Status"],"members":{"Options":{"shape":"S2v"},"Status":{"shape":"S55"}}},"AutoTuneOptions":{"type":"structure","members":{"Options":{"shape":"S5l"},"Status":{"type":"structure","required":["CreationDate","UpdateDate","State"],"members":{"CreationDate":{"type":"timestamp"},"UpdateDate":{"type":"timestamp"},"UpdateVersion":{"type":"integer"},"State":{},"ErrorMessage":{},"PendingDeletion":{"type":"boolean"}}}}},"ChangeProgressDetails":{"shape":"S30"},"OffPeakWindowOptions":{"type":"structure","members":{"Options":{"shape":"S2j"},"Status":{"shape":"S55"}}},"SoftwareUpdateOptions":{"type":"structure","members":{"Options":{"shape":"S2o"},"Status":{"shape":"S55"}}}}},"S55":{"type":"structure","required":["CreationDate","UpdateDate","State"],"members":{"CreationDate":{"type":"timestamp"},"UpdateDate":{"type":"timestamp"},"UpdateVersion":{"type":"integer"},"State":{},"PendingDeletion":{"type":"boolean"}}},"S5l":{"type":"structure","members":{"DesiredState":{},"RollbackOnDisable":{},"MaintenanceSchedules":{"shape":"S2d"},"UseOffPeakWindow":{"type":"boolean"}}},"S6j":{"type":"structure","required":["DryRunId","DryRunStatus","CreationDate","UpdateDate"],"members":{"DryRunId":{},"DryRunStatus":{},"CreationDate":{},"UpdateDate":{},"ValidationFailures":{"type":"list","member":{"type":"structure","members":{"Code":{},"Message":{}}}}}},"S6m":{"type":"structure","members":{"DeploymentType":{},"Message":{}}},"S6p":{"type":"list","member":{"type":"structure","members":{"Name":{},"Values":{"type":"list","member":{}}}}},"S76":{"type":"list","member":{}},"S7w":{"type":"list","member":{"type":"structure","members":{"RecurringChargeAmount":{"type":"double"},"RecurringChargeFrequency":{}}}},"S8h":{"type":"list","member":{}},"S9i":{"type":"list","member":{"shape":"Sn"}},"S9v":{"type":"structure","required":["Id","Type","Severity","ScheduledTime"],"members":{"Id":{},"Type":{},"Severity":{},"ScheduledTime":{"type":"long"},"Description":{},"ScheduledBy":{},"Status":{},"Mandatory":{"type":"boolean"},"Cancellable":{"type":"boolean"}}},"Sa9":{"type":"list","member":{"shape":"S4a"}}}}
/***/ }),
/* 1087 */
/***/ (function(module, exports) {
- module.exports = {"pagination":{"DescribeDomainAutoTunes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeInboundConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeOutboundConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribePackages":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeReservedInstanceOfferings":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeReservedInstances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"GetPackageVersionHistory":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"GetUpgradeHistory":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListDomainsForPackage":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInstanceTypeDetails":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListPackagesForDomain":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListScheduledActions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
+ module.exports = {"pagination":{"DescribeDomainAutoTunes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeInboundConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeOutboundConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribePackages":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeReservedInstanceOfferings":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeReservedInstances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"GetPackageVersionHistory":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"GetUpgradeHistory":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListDomainMaintenances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListDomainsForPackage":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInstanceTypeDetails":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListPackagesForDomain":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListScheduledActions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
/* 1088 */
@@ -62303,49 +62302,13 @@ return /******/ (function(modules) { // webpackBootstrap
var Service = AWS.Service;
var apiLoader = AWS.apiLoader;
- apiLoader.services['gamesparks'] = {};
- AWS.GameSparks = Service.defineService('gamesparks', ['2021-08-17']);
- Object.defineProperty(apiLoader.services['gamesparks'], '2021-08-17', {
- get: function get() {
- var model = __webpack_require__(1163);
- model.paginators = __webpack_require__(1164).pagination;
- return model;
- },
- enumerable: true,
- configurable: true
- });
-
- module.exports = AWS.GameSparks;
-
-
-/***/ }),
-/* 1163 */
-/***/ (function(module, exports) {
-
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-17","endpointPrefix":"gamesparks","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"GameSparks","serviceId":"GameSparks","signatureVersion":"v4","signingName":"gamesparks","uid":"gamesparks-2021-08-17"},"operations":{"CreateGame":{"http":{"requestUri":"/game","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"ClientToken":{},"Description":{},"GameName":{},"Tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"Game":{"shape":"S9"}}},"idempotent":true},"CreateSnapshot":{"http":{"requestUri":"/game/{GameName}/snapshot","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"Description":{},"GameName":{"location":"uri","locationName":"GameName"}}},"output":{"type":"structure","members":{"Snapshot":{"shape":"Sh"}}}},"CreateStage":{"http":{"requestUri":"/game/{GameName}/stage","responseCode":200},"input":{"type":"structure","required":["GameName","Role","StageName"],"members":{"ClientToken":{},"Description":{},"GameName":{"location":"uri","locationName":"GameName"},"Role":{},"StageName":{},"Tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"Stage":{"shape":"St"}}},"idempotent":true},"DeleteGame":{"http":{"method":"DELETE","requestUri":"/game/{GameName}","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"GameName":{"location":"uri","locationName":"GameName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteStage":{"http":{"method":"DELETE","requestUri":"/game/{GameName}/stage/{StageName}","responseCode":200},"input":{"type":"structure","required":["GameName","StageName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisconnectPlayer":{"http":{"requestUri":"/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/disconnect","responseCode":200},"input":{"type":"structure","required":["GameName","PlayerId","StageName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"PlayerId":{"location":"uri","locationName":"PlayerId"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"DisconnectFailures":{"shape":"S14"},"DisconnectSuccesses":{"shape":"S14"}}},"idempotent":true},"ExportSnapshot":{"http":{"method":"GET","requestUri":"/game/{GameName}/snapshot/{SnapshotId}/export","responseCode":200},"input":{"type":"structure","required":["GameName","SnapshotId"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"S3Url":{}}}},"GetExtension":{"http":{"method":"GET","requestUri":"/extension/{Namespace}/{Name}","responseCode":200},"input":{"type":"structure","required":["Name","Namespace"],"members":{"Name":{"location":"uri","locationName":"Name"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"Extension":{"shape":"S1d"}}}},"GetExtensionVersion":{"http":{"method":"GET","requestUri":"/extension/{Namespace}/{Name}/version/{ExtensionVersion}","responseCode":200},"input":{"type":"structure","required":["ExtensionVersion","Name","Namespace"],"members":{"ExtensionVersion":{"location":"uri","locationName":"ExtensionVersion"},"Name":{"location":"uri","locationName":"Name"},"Namespace":{"location":"uri","locationName":"Namespace"}}},"output":{"type":"structure","members":{"ExtensionVersion":{"shape":"S1i"}}}},"GetGame":{"http":{"method":"GET","requestUri":"/game/{GameName}","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"GameName":{"location":"uri","locationName":"GameName"}}},"output":{"type":"structure","members":{"Game":{"shape":"S9"}}}},"GetGameConfiguration":{"http":{"method":"GET","requestUri":"/game/{GameName}/configuration","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"Sections":{"shape":"S1n","location":"querystring","locationName":"Sections"}}},"output":{"type":"structure","members":{"GameConfiguration":{"shape":"S1p"}}}},"GetGeneratedCodeJob":{"http":{"method":"GET","requestUri":"/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job/{JobId}","responseCode":200},"input":{"type":"structure","required":["GameName","JobId","SnapshotId"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"JobId":{"location":"uri","locationName":"JobId"},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"GeneratedCodeJob":{"shape":"S1t"}}}},"GetPlayerConnectionStatus":{"http":{"method":"GET","requestUri":"/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/connection","responseCode":200},"input":{"type":"structure","required":["GameName","PlayerId","StageName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"PlayerId":{"location":"uri","locationName":"PlayerId"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"type":"structure","members":{"Created":{"shape":"Sb"},"Id":{}}}}}}},"GetSnapshot":{"http":{"method":"GET","requestUri":"/game/{GameName}/snapshot/{SnapshotId}","responseCode":200},"input":{"type":"structure","required":["GameName","SnapshotId"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"Sections":{"shape":"S1n","location":"querystring","locationName":"Sections"},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"Snapshot":{"shape":"Sh"}}}},"GetStage":{"http":{"method":"GET","requestUri":"/game/{GameName}/stage/{StageName}","responseCode":200},"input":{"type":"structure","required":["GameName","StageName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"Stage":{"shape":"St"}}}},"GetStageDeployment":{"http":{"method":"GET","requestUri":"/game/{GameName}/stage/{StageName}/deployment","responseCode":200},"input":{"type":"structure","required":["GameName","StageName"],"members":{"DeploymentId":{"location":"querystring","locationName":"DeploymentId"},"GameName":{"location":"uri","locationName":"GameName"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"StageDeployment":{"shape":"S27"}}}},"ImportGameConfiguration":{"http":{"method":"PUT","requestUri":"/game/{GameName}/configuration","responseCode":200},"input":{"type":"structure","required":["GameName","ImportSource"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"ImportSource":{"type":"structure","required":["File"],"members":{"File":{"type":"blob"}}}}},"output":{"type":"structure","members":{"GameConfiguration":{"shape":"S1p"}}},"idempotent":true},"ListExtensionVersions":{"http":{"method":"GET","requestUri":"/extension/{Namespace}/{Name}/version","responseCode":200},"input":{"type":"structure","required":["Name","Namespace"],"members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"Name":{"location":"uri","locationName":"Name"},"Namespace":{"location":"uri","locationName":"Namespace"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"ExtensionVersions":{"type":"list","member":{"shape":"S1i"}},"NextToken":{}}}},"ListExtensions":{"http":{"method":"GET","requestUri":"/extension","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Extensions":{"type":"list","member":{"shape":"S1d"}},"NextToken":{}}}},"ListGames":{"http":{"method":"GET","requestUri":"/game","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Games":{"type":"list","member":{"type":"structure","members":{"Description":{},"Name":{},"State":{},"Tags":{"shape":"S5"}}}},"NextToken":{}}}},"ListGeneratedCodeJobs":{"http":{"method":"GET","requestUri":"/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-jobs","responseCode":200},"input":{"type":"structure","required":["GameName","SnapshotId"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"GeneratedCodeJobs":{"type":"list","member":{"shape":"S1t"}},"NextToken":{}}}},"ListSnapshots":{"http":{"method":"GET","requestUri":"/game/{GameName}/snapshot","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"Snapshots":{"type":"list","member":{"type":"structure","members":{"Created":{"shape":"Sb"},"Description":{},"Id":{},"LastUpdated":{"shape":"Sb"}}}}}}},"ListStageDeployments":{"http":{"method":"GET","requestUri":"/game/{GameName}/stage/{StageName}/deployments","responseCode":200},"input":{"type":"structure","required":["GameName","StageName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"NextToken":{},"StageDeployments":{"type":"list","member":{"type":"structure","members":{"DeploymentAction":{},"DeploymentId":{},"DeploymentResult":{"shape":"S29"},"DeploymentState":{},"LastUpdated":{"shape":"Sb"},"SnapshotId":{}}}}}}},"ListStages":{"http":{"method":"GET","requestUri":"/game/{GameName}/stage","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"Stages":{"type":"list","member":{"type":"structure","members":{"Description":{},"GameKey":{},"Name":{},"State":{},"Tags":{"shape":"S5"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S5"}}}},"StartGeneratedCodeJob":{"http":{"requestUri":"/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job","responseCode":200},"input":{"type":"structure","required":["GameName","Generator","SnapshotId"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"Generator":{"type":"structure","members":{"GameSdkVersion":{},"Language":{},"TargetPlatform":{}}},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"GeneratedCodeJobId":{}}}},"StartStageDeployment":{"http":{"requestUri":"/game/{GameName}/stage/{StageName}/deployment","responseCode":200},"input":{"type":"structure","required":["GameName","SnapshotId","StageName"],"members":{"ClientToken":{},"GameName":{"location":"uri","locationName":"GameName"},"SnapshotId":{},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"StageDeployment":{"shape":"S27"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"tags":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","tagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateGame":{"http":{"method":"PATCH","requestUri":"/game/{GameName}","responseCode":200},"input":{"type":"structure","required":["GameName"],"members":{"Description":{},"GameName":{"location":"uri","locationName":"GameName"}}},"output":{"type":"structure","members":{"Game":{"shape":"S9"}}},"idempotent":true},"UpdateGameConfiguration":{"http":{"method":"PATCH","requestUri":"/game/{GameName}/configuration","responseCode":200},"input":{"type":"structure","required":["GameName","Modifications"],"members":{"GameName":{"location":"uri","locationName":"GameName"},"Modifications":{"type":"list","member":{"type":"structure","required":["Operation","Path","Section"],"members":{"Operation":{},"Path":{},"Section":{},"Value":{"shape":"Sm"}}}}}},"output":{"type":"structure","members":{"GameConfiguration":{"shape":"S1p"}}},"idempotent":true},"UpdateSnapshot":{"http":{"method":"PATCH","requestUri":"/game/{GameName}/snapshot/{SnapshotId}","responseCode":200},"input":{"type":"structure","required":["GameName","SnapshotId"],"members":{"Description":{},"GameName":{"location":"uri","locationName":"GameName"},"SnapshotId":{"location":"uri","locationName":"SnapshotId"}}},"output":{"type":"structure","members":{"Snapshot":{"shape":"Sh"}}},"idempotent":true},"UpdateStage":{"http":{"method":"PATCH","requestUri":"/game/{GameName}/stage/{StageName}","responseCode":200},"input":{"type":"structure","required":["GameName","StageName"],"members":{"Description":{},"GameName":{"location":"uri","locationName":"GameName"},"Role":{},"StageName":{"location":"uri","locationName":"StageName"}}},"output":{"type":"structure","members":{"Stage":{"shape":"St"}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{}},"S9":{"type":"structure","members":{"Arn":{},"Created":{"shape":"Sb"},"Description":{},"EnableTerminationProtection":{"type":"boolean"},"LastUpdated":{"shape":"Sb"},"Name":{},"State":{},"Tags":{"shape":"S5"}}},"Sb":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"structure","members":{"Created":{"shape":"Sb"},"Description":{},"Id":{},"LastUpdated":{"shape":"Sb"},"Sections":{"shape":"Sj"}}},"Sj":{"type":"map","key":{},"value":{"type":"structure","members":{"Attributes":{"shape":"Sm"},"Name":{},"Size":{"type":"integer"}}}},"Sm":{"type":"structure","members":{},"document":true},"St":{"type":"structure","members":{"Arn":{},"Created":{"shape":"Sb"},"Description":{},"GameKey":{},"LastUpdated":{"shape":"Sb"},"LogGroup":{},"Name":{},"Role":{},"State":{},"Tags":{"shape":"S5"}}},"S14":{"type":"list","member":{}},"S1d":{"type":"structure","members":{"Description":{},"Name":{},"Namespace":{}}},"S1i":{"type":"structure","members":{"Name":{},"Namespace":{},"Schema":{},"Version":{}}},"S1n":{"type":"list","member":{}},"S1p":{"type":"structure","members":{"Created":{"shape":"Sb"},"LastUpdated":{"shape":"Sb"},"Sections":{"shape":"Sj"}}},"S1t":{"type":"structure","members":{"Description":{},"ExpirationTime":{"shape":"Sb"},"GeneratedCodeJobId":{},"S3Url":{},"Status":{}}},"S27":{"type":"structure","members":{"Created":{"shape":"Sb"},"DeploymentAction":{},"DeploymentId":{},"DeploymentResult":{"shape":"S29"},"DeploymentState":{},"LastUpdated":{"shape":"Sb"},"SnapshotId":{}}},"S29":{"type":"structure","members":{"Message":{},"ResultCode":{}}}}}
-
-/***/ }),
-/* 1164 */
-/***/ (function(module, exports) {
-
- module.exports = {"pagination":{"ListExtensionVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ExtensionVersions"},"ListExtensions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Extensions"},"ListGames":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Games"},"ListGeneratedCodeJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"GeneratedCodeJobs"},"ListSnapshots":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Snapshots"},"ListStageDeployments":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"StageDeployments"},"ListStages":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Stages"}}}
-
-/***/ }),
-/* 1165 */
-/***/ (function(module, exports, __webpack_require__) {
-
- __webpack_require__(2);
- var AWS = __webpack_require__(4);
- var Service = AWS.Service;
- var apiLoader = AWS.apiLoader;
-
apiLoader.services['pinpointsmsvoicev2'] = {};
AWS.PinpointSMSVoiceV2 = Service.defineService('pinpointsmsvoicev2', ['2022-03-31']);
Object.defineProperty(apiLoader.services['pinpointsmsvoicev2'], '2022-03-31', {
get: function get() {
- var model = __webpack_require__(1166);
- model.paginators = __webpack_require__(1167).pagination;
- model.waiters = __webpack_require__(1168).waiters;
+ var model = __webpack_require__(1163);
+ model.paginators = __webpack_require__(1164).pagination;
+ model.waiters = __webpack_require__(1165).waiters;
return model;
},
enumerable: true,
@@ -62356,25 +62319,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1166 */
+/* 1163 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-03-31","endpointPrefix":"sms-voice","jsonVersion":"1.0","protocol":"json","serviceFullName":"Amazon Pinpoint SMS Voice V2","serviceId":"Pinpoint SMS Voice V2","signatureVersion":"v4","signingName":"sms-voice","targetPrefix":"PinpointSMSVoiceV2","uid":"pinpoint-sms-voice-v2-2022-03-31"},"operations":{"AssociateOriginationIdentity":{"input":{"type":"structure","required":["PoolId","OriginationIdentity","IsoCountryCode"],"members":{"PoolId":{},"OriginationIdentity":{},"IsoCountryCode":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"OriginationIdentityArn":{},"OriginationIdentity":{},"IsoCountryCode":{}}}},"CreateConfigurationSet":{"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{},"Tags":{"shape":"Sa"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"Tags":{"shape":"Sa"},"CreatedTimestamp":{"type":"timestamp"}}}},"CreateEventDestination":{"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName","MatchingEventTypes"],"members":{"ConfigurationSetName":{},"EventDestinationName":{},"MatchingEventTypes":{"shape":"Sj"},"CloudWatchLogsDestination":{"shape":"Sl"},"KinesisFirehoseDestination":{"shape":"So"},"SnsDestination":{"shape":"Sq"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"EventDestination":{"shape":"St"}}}},"CreateOptOutList":{"input":{"type":"structure","required":["OptOutListName"],"members":{"OptOutListName":{},"Tags":{"shape":"Sa"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"OptOutListArn":{},"OptOutListName":{},"Tags":{"shape":"Sa"},"CreatedTimestamp":{"type":"timestamp"}}}},"CreatePool":{"input":{"type":"structure","required":["OriginationIdentity","IsoCountryCode","MessageType"],"members":{"OriginationIdentity":{},"IsoCountryCode":{},"MessageType":{},"DeletionProtectionEnabled":{"type":"boolean"},"Tags":{"shape":"Sa"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"Status":{},"MessageType":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"SharedRoutesEnabled":{"type":"boolean"},"DeletionProtectionEnabled":{"type":"boolean"},"Tags":{"shape":"Sa"},"CreatedTimestamp":{"type":"timestamp"}}}},"DeleteConfigurationSet":{"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"EventDestinations":{"shape":"S16"},"DefaultMessageType":{},"DefaultSenderId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"DeleteDefaultMessageType":{"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"MessageType":{}}}},"DeleteDefaultSenderId":{"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"SenderId":{}}}},"DeleteEventDestination":{"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName"],"members":{"ConfigurationSetName":{},"EventDestinationName":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"EventDestination":{"shape":"St"}}}},"DeleteKeyword":{"input":{"type":"structure","required":["OriginationIdentity","Keyword"],"members":{"OriginationIdentity":{},"Keyword":{}}},"output":{"type":"structure","members":{"OriginationIdentityArn":{},"OriginationIdentity":{},"Keyword":{},"KeywordMessage":{},"KeywordAction":{}}}},"DeleteOptOutList":{"input":{"type":"structure","required":["OptOutListName"],"members":{"OptOutListName":{}}},"output":{"type":"structure","members":{"OptOutListArn":{},"OptOutListName":{},"CreatedTimestamp":{"type":"timestamp"}}}},"DeleteOptedOutNumber":{"input":{"type":"structure","required":["OptOutListName","OptedOutNumber"],"members":{"OptOutListName":{},"OptedOutNumber":{}}},"output":{"type":"structure","members":{"OptOutListArn":{},"OptOutListName":{},"OptedOutNumber":{},"OptedOutTimestamp":{"type":"timestamp"},"EndUserOptedOut":{"type":"boolean"}}}},"DeletePool":{"input":{"type":"structure","required":["PoolId"],"members":{"PoolId":{}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"Status":{},"MessageType":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"SharedRoutesEnabled":{"type":"boolean"},"CreatedTimestamp":{"type":"timestamp"}}}},"DeleteTextMessageSpendLimitOverride":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"MonthlyLimit":{"type":"long"}}}},"DeleteVoiceMessageSpendLimitOverride":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"MonthlyLimit":{"type":"long"}}}},"DescribeAccountAttributes":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AccountAttributes":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"NextToken":{}}}},"DescribeAccountLimits":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AccountLimits":{"type":"list","member":{"type":"structure","required":["Name","Used","Max"],"members":{"Name":{},"Used":{"type":"long"},"Max":{"type":"long"}}}},"NextToken":{}}}},"DescribeConfigurationSets":{"input":{"type":"structure","members":{"ConfigurationSetNames":{"type":"list","member":{}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ConfigurationSets":{"type":"list","member":{"type":"structure","required":["ConfigurationSetArn","ConfigurationSetName","EventDestinations","CreatedTimestamp"],"members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"EventDestinations":{"shape":"S16"},"DefaultMessageType":{},"DefaultSenderId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"DescribeKeywords":{"input":{"type":"structure","required":["OriginationIdentity"],"members":{"OriginationIdentity":{},"Keywords":{"type":"list","member":{}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"OriginationIdentityArn":{},"OriginationIdentity":{},"Keywords":{"type":"list","member":{"type":"structure","required":["Keyword","KeywordMessage","KeywordAction"],"members":{"Keyword":{},"KeywordMessage":{},"KeywordAction":{}}}},"NextToken":{}}}},"DescribeOptOutLists":{"input":{"type":"structure","members":{"OptOutListNames":{"type":"list","member":{}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"OptOutLists":{"type":"list","member":{"type":"structure","required":["OptOutListArn","OptOutListName","CreatedTimestamp"],"members":{"OptOutListArn":{},"OptOutListName":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"DescribeOptedOutNumbers":{"input":{"type":"structure","required":["OptOutListName"],"members":{"OptOutListName":{},"OptedOutNumbers":{"type":"list","member":{}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"OptOutListArn":{},"OptOutListName":{},"OptedOutNumbers":{"type":"list","member":{"type":"structure","required":["OptedOutNumber","OptedOutTimestamp","EndUserOptedOut"],"members":{"OptedOutNumber":{},"OptedOutTimestamp":{"type":"timestamp"},"EndUserOptedOut":{"type":"boolean"}}}},"NextToken":{}}}},"DescribePhoneNumbers":{"input":{"type":"structure","members":{"PhoneNumberIds":{"type":"list","member":{}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PhoneNumbers":{"type":"list","member":{"type":"structure","required":["PhoneNumberArn","PhoneNumber","Status","IsoCountryCode","MessageType","NumberCapabilities","NumberType","MonthlyLeasingPrice","TwoWayEnabled","SelfManagedOptOutsEnabled","OptOutListName","DeletionProtectionEnabled","CreatedTimestamp"],"members":{"PhoneNumberArn":{},"PhoneNumberId":{},"PhoneNumber":{},"Status":{},"IsoCountryCode":{},"MessageType":{},"NumberCapabilities":{"shape":"S3f"},"NumberType":{},"MonthlyLeasingPrice":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"DeletionProtectionEnabled":{"type":"boolean"},"PoolId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"DescribePools":{"input":{"type":"structure","members":{"PoolIds":{"type":"list","member":{}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Pools":{"type":"list","member":{"type":"structure","required":["PoolArn","PoolId","Status","MessageType","TwoWayEnabled","SelfManagedOptOutsEnabled","OptOutListName","SharedRoutesEnabled","DeletionProtectionEnabled","CreatedTimestamp"],"members":{"PoolArn":{},"PoolId":{},"Status":{},"MessageType":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"SharedRoutesEnabled":{"type":"boolean"},"DeletionProtectionEnabled":{"type":"boolean"},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"DescribeSenderIds":{"input":{"type":"structure","members":{"SenderIds":{"type":"list","member":{"type":"structure","required":["SenderId","IsoCountryCode"],"members":{"SenderId":{},"IsoCountryCode":{}}}},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SenderIds":{"type":"list","member":{"type":"structure","required":["SenderIdArn","SenderId","IsoCountryCode","MessageTypes","MonthlyLeasingPrice"],"members":{"SenderIdArn":{},"SenderId":{},"IsoCountryCode":{},"MessageTypes":{"type":"list","member":{}},"MonthlyLeasingPrice":{}}}},"NextToken":{}}}},"DescribeSpendLimits":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SpendLimits":{"type":"list","member":{"type":"structure","required":["Name","EnforcedLimit","MaxLimit","Overridden"],"members":{"Name":{},"EnforcedLimit":{"type":"long"},"MaxLimit":{"type":"long"},"Overridden":{"type":"boolean"}}}},"NextToken":{}}}},"DisassociateOriginationIdentity":{"input":{"type":"structure","required":["PoolId","OriginationIdentity","IsoCountryCode"],"members":{"PoolId":{},"OriginationIdentity":{},"IsoCountryCode":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"OriginationIdentityArn":{},"OriginationIdentity":{},"IsoCountryCode":{}}}},"ListPoolOriginationIdentities":{"input":{"type":"structure","required":["PoolId"],"members":{"PoolId":{},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2f"}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"OriginationIdentities":{"type":"list","member":{"type":"structure","required":["OriginationIdentityArn","OriginationIdentity","IsoCountryCode","NumberCapabilities"],"members":{"OriginationIdentityArn":{},"OriginationIdentity":{},"IsoCountryCode":{},"NumberCapabilities":{"shape":"S3f"}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"ResourceArn":{},"Tags":{"shape":"Sa"}}}},"PutKeyword":{"input":{"type":"structure","required":["OriginationIdentity","Keyword","KeywordMessage"],"members":{"OriginationIdentity":{},"Keyword":{},"KeywordMessage":{},"KeywordAction":{}}},"output":{"type":"structure","members":{"OriginationIdentityArn":{},"OriginationIdentity":{},"Keyword":{},"KeywordMessage":{},"KeywordAction":{}}}},"PutOptedOutNumber":{"input":{"type":"structure","required":["OptOutListName","OptedOutNumber"],"members":{"OptOutListName":{},"OptedOutNumber":{}}},"output":{"type":"structure","members":{"OptOutListArn":{},"OptOutListName":{},"OptedOutNumber":{},"OptedOutTimestamp":{"type":"timestamp"},"EndUserOptedOut":{"type":"boolean"}}}},"ReleasePhoneNumber":{"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{}}},"output":{"type":"structure","members":{"PhoneNumberArn":{},"PhoneNumberId":{},"PhoneNumber":{},"Status":{},"IsoCountryCode":{},"MessageType":{},"NumberCapabilities":{"shape":"S3f"},"NumberType":{},"MonthlyLeasingPrice":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"CreatedTimestamp":{"type":"timestamp"}}}},"RequestPhoneNumber":{"input":{"type":"structure","required":["IsoCountryCode","MessageType","NumberCapabilities","NumberType"],"members":{"IsoCountryCode":{},"MessageType":{},"NumberCapabilities":{"shape":"S3f"},"NumberType":{},"OptOutListName":{},"PoolId":{},"RegistrationId":{},"DeletionProtectionEnabled":{"type":"boolean"},"Tags":{"shape":"Sa"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberArn":{},"PhoneNumberId":{},"PhoneNumber":{},"Status":{},"IsoCountryCode":{},"MessageType":{},"NumberCapabilities":{"shape":"S3f"},"NumberType":{},"MonthlyLeasingPrice":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"DeletionProtectionEnabled":{"type":"boolean"},"PoolId":{},"Tags":{"shape":"Sa"},"CreatedTimestamp":{"type":"timestamp"}}}},"SendTextMessage":{"input":{"type":"structure","required":["DestinationPhoneNumber"],"members":{"DestinationPhoneNumber":{},"OriginationIdentity":{},"MessageBody":{},"MessageType":{},"Keyword":{},"ConfigurationSetName":{},"MaxPrice":{},"TimeToLive":{"type":"integer"},"Context":{"shape":"S4x"},"DestinationCountryParameters":{"type":"map","key":{},"value":{}},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SendVoiceMessage":{"input":{"type":"structure","required":["DestinationPhoneNumber","OriginationIdentity"],"members":{"DestinationPhoneNumber":{},"OriginationIdentity":{},"MessageBody":{},"MessageBodyTextType":{},"VoiceId":{},"ConfigurationSetName":{},"MaxPricePerMinute":{},"TimeToLive":{"type":"integer"},"Context":{"shape":"S4x"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SetDefaultMessageType":{"input":{"type":"structure","required":["ConfigurationSetName","MessageType"],"members":{"ConfigurationSetName":{},"MessageType":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"MessageType":{}}}},"SetDefaultSenderId":{"input":{"type":"structure","required":["ConfigurationSetName","SenderId"],"members":{"ConfigurationSetName":{},"SenderId":{}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"SenderId":{}}}},"SetTextMessageSpendLimitOverride":{"input":{"type":"structure","required":["MonthlyLimit"],"members":{"MonthlyLimit":{"type":"long"}}},"output":{"type":"structure","members":{"MonthlyLimit":{"type":"long"}}}},"SetVoiceMessageSpendLimitOverride":{"input":{"type":"structure","required":["MonthlyLimit"],"members":{"MonthlyLimit":{"type":"long"}}},"output":{"type":"structure","members":{"MonthlyLimit":{"type":"long"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"type":"list","member":{"shape":"Sb"}}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateEventDestination":{"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName"],"members":{"ConfigurationSetName":{},"EventDestinationName":{},"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"Sj"},"CloudWatchLogsDestination":{"shape":"Sl"},"KinesisFirehoseDestination":{"shape":"So"},"SnsDestination":{"shape":"Sq"}}},"output":{"type":"structure","members":{"ConfigurationSetArn":{},"ConfigurationSetName":{},"EventDestination":{"shape":"St"}}}},"UpdatePhoneNumber":{"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"DeletionProtectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"PhoneNumberArn":{},"PhoneNumberId":{},"PhoneNumber":{},"Status":{},"IsoCountryCode":{},"MessageType":{},"NumberCapabilities":{"shape":"S3f"},"NumberType":{},"MonthlyLeasingPrice":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"DeletionProtectionEnabled":{"type":"boolean"},"CreatedTimestamp":{"type":"timestamp"}}}},"UpdatePool":{"input":{"type":"structure","required":["PoolId"],"members":{"PoolId":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"SharedRoutesEnabled":{"type":"boolean"},"DeletionProtectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"PoolArn":{},"PoolId":{},"Status":{},"MessageType":{},"TwoWayEnabled":{"type":"boolean"},"TwoWayChannelArn":{},"SelfManagedOptOutsEnabled":{"type":"boolean"},"OptOutListName":{},"SharedRoutesEnabled":{"type":"boolean"},"DeletionProtectionEnabled":{"type":"boolean"},"CreatedTimestamp":{"type":"timestamp"}}}}},"shapes":{"Sa":{"type":"list","member":{"shape":"Sb"}},"Sb":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}},"Sj":{"type":"list","member":{}},"Sl":{"type":"structure","required":["IamRoleArn","LogGroupArn"],"members":{"IamRoleArn":{},"LogGroupArn":{}}},"So":{"type":"structure","required":["IamRoleArn","DeliveryStreamArn"],"members":{"IamRoleArn":{},"DeliveryStreamArn":{}}},"Sq":{"type":"structure","required":["TopicArn"],"members":{"TopicArn":{}}},"St":{"type":"structure","required":["EventDestinationName","Enabled","MatchingEventTypes"],"members":{"EventDestinationName":{},"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"Sj"},"CloudWatchLogsDestination":{"shape":"Sl"},"KinesisFirehoseDestination":{"shape":"So"},"SnsDestination":{"shape":"Sq"}}},"S16":{"type":"list","member":{"shape":"St"}},"S2f":{"type":"list","member":{}},"S3f":{"type":"list","member":{}},"S4x":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1167 */
+/* 1164 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"DescribeAccountAttributes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"AccountAttributes"},"DescribeAccountLimits":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"AccountLimits"},"DescribeConfigurationSets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConfigurationSets"},"DescribeKeywords":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Keywords"},"DescribeOptOutLists":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"OptOutLists"},"DescribeOptedOutNumbers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"OptedOutNumbers"},"DescribePhoneNumbers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"PhoneNumbers"},"DescribePools":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Pools"},"DescribeSenderIds":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SenderIds"},"DescribeSpendLimits":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SpendLimits"},"ListPoolOriginationIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"OriginationIdentities"}}}
/***/ }),
-/* 1168 */
+/* 1165 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1169 */
+/* 1166 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62386,8 +62349,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Ivschat = Service.defineService('ivschat', ['2020-07-14']);
Object.defineProperty(apiLoader.services['ivschat'], '2020-07-14', {
get: function get() {
- var model = __webpack_require__(1170);
- model.paginators = __webpack_require__(1171).pagination;
+ var model = __webpack_require__(1167);
+ model.paginators = __webpack_require__(1168).pagination;
return model;
},
enumerable: true,
@@ -62398,19 +62361,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1170 */
+/* 1167 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-14","endpointPrefix":"ivschat","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ivschat","serviceFullName":"Amazon Interactive Video Service Chat","serviceId":"ivschat","signatureVersion":"v4","signingName":"ivschat","uid":"ivschat-2020-07-14"},"operations":{"CreateChatToken":{"http":{"requestUri":"/CreateChatToken","responseCode":200},"input":{"type":"structure","required":["roomIdentifier","userId"],"members":{"attributes":{"type":"map","key":{},"value":{}},"capabilities":{"type":"list","member":{}},"roomIdentifier":{},"sessionDurationInMinutes":{"type":"integer"},"userId":{}}},"output":{"type":"structure","members":{"sessionExpirationTime":{"shape":"Sa"},"token":{},"tokenExpirationTime":{"shape":"Sa"}}}},"CreateLoggingConfiguration":{"http":{"requestUri":"/CreateLoggingConfiguration","responseCode":200},"input":{"type":"structure","required":["destinationConfiguration"],"members":{"destinationConfiguration":{"shape":"Sd"},"name":{},"tags":{"shape":"Sl"}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"destinationConfiguration":{"shape":"Sd"},"id":{},"name":{},"state":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"CreateRoom":{"http":{"requestUri":"/CreateRoom","responseCode":200},"input":{"type":"structure","members":{"loggingConfigurationIdentifiers":{"shape":"St"},"maximumMessageLength":{"type":"integer"},"maximumMessageRatePerSecond":{"type":"integer"},"messageReviewHandler":{"shape":"Sx"},"name":{},"tags":{"shape":"Sl"}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"id":{},"loggingConfigurationIdentifiers":{"shape":"St"},"maximumMessageLength":{"type":"integer"},"maximumMessageRatePerSecond":{"type":"integer"},"messageReviewHandler":{"shape":"Sx"},"name":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"DeleteLoggingConfiguration":{"http":{"requestUri":"/DeleteLoggingConfiguration","responseCode":204},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}}},"DeleteMessage":{"http":{"requestUri":"/DeleteMessage","responseCode":200},"input":{"type":"structure","required":["id","roomIdentifier"],"members":{"id":{},"reason":{},"roomIdentifier":{}}},"output":{"type":"structure","members":{"id":{}}}},"DeleteRoom":{"http":{"requestUri":"/DeleteRoom","responseCode":204},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}}},"DisconnectUser":{"http":{"requestUri":"/DisconnectUser","responseCode":200},"input":{"type":"structure","required":["roomIdentifier","userId"],"members":{"reason":{},"roomIdentifier":{},"userId":{}}},"output":{"type":"structure","members":{}}},"GetLoggingConfiguration":{"http":{"requestUri":"/GetLoggingConfiguration","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"destinationConfiguration":{"shape":"Sd"},"id":{},"name":{},"state":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"GetRoom":{"http":{"requestUri":"/GetRoom","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"id":{},"loggingConfigurationIdentifiers":{"shape":"St"},"maximumMessageLength":{"type":"integer"},"maximumMessageRatePerSecond":{"type":"integer"},"messageReviewHandler":{"shape":"Sx"},"name":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"ListLoggingConfigurations":{"http":{"requestUri":"/ListLoggingConfigurations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["loggingConfigurations"],"members":{"loggingConfigurations":{"type":"list","member":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"destinationConfiguration":{"shape":"Sd"},"id":{},"name":{},"state":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"nextToken":{}}}},"ListRooms":{"http":{"requestUri":"/ListRooms","responseCode":200},"input":{"type":"structure","members":{"loggingConfigurationIdentifier":{},"maxResults":{"type":"integer"},"messageReviewHandlerUri":{},"name":{},"nextToken":{}}},"output":{"type":"structure","required":["rooms"],"members":{"nextToken":{},"rooms":{"type":"list","member":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"id":{},"loggingConfigurationIdentifiers":{"shape":"St"},"messageReviewHandler":{"shape":"Sx"},"name":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sl"}}}},"SendEvent":{"http":{"requestUri":"/SendEvent","responseCode":200},"input":{"type":"structure","required":["eventName","roomIdentifier"],"members":{"attributes":{"type":"map","key":{},"value":{}},"eventName":{},"roomIdentifier":{}}},"output":{"type":"structure","members":{"id":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sl"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateLoggingConfiguration":{"http":{"requestUri":"/UpdateLoggingConfiguration","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"destinationConfiguration":{"shape":"Sd"},"identifier":{},"name":{}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"destinationConfiguration":{"shape":"Sd"},"id":{},"name":{},"state":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}},"UpdateRoom":{"http":{"requestUri":"/UpdateRoom","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{},"loggingConfigurationIdentifiers":{"shape":"St"},"maximumMessageLength":{"type":"integer"},"maximumMessageRatePerSecond":{"type":"integer"},"messageReviewHandler":{"shape":"Sx"},"name":{}}},"output":{"type":"structure","members":{"arn":{},"createTime":{"shape":"Sa"},"id":{},"loggingConfigurationIdentifiers":{"shape":"St"},"maximumMessageLength":{"type":"integer"},"maximumMessageRatePerSecond":{"type":"integer"},"messageReviewHandler":{"shape":"Sx"},"name":{},"tags":{"shape":"Sl"},"updateTime":{"shape":"Sa"}}}}},"shapes":{"Sa":{"type":"timestamp","timestampFormat":"iso8601"},"Sd":{"type":"structure","members":{"cloudWatchLogs":{"type":"structure","required":["logGroupName"],"members":{"logGroupName":{}}},"firehose":{"type":"structure","required":["deliveryStreamName"],"members":{"deliveryStreamName":{}}},"s3":{"type":"structure","required":["bucketName"],"members":{"bucketName":{}}}},"union":true},"Sl":{"type":"map","key":{},"value":{}},"St":{"type":"list","member":{}},"Sx":{"type":"structure","members":{"fallbackResult":{},"uri":{}}}}}
/***/ }),
-/* 1171 */
+/* 1168 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListLoggingConfigurations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListRooms":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"}}}
/***/ }),
-/* 1172 */
+/* 1169 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62422,8 +62385,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ChimeSDKMediaPipelines = Service.defineService('chimesdkmediapipelines', ['2021-07-15']);
Object.defineProperty(apiLoader.services['chimesdkmediapipelines'], '2021-07-15', {
get: function get() {
- var model = __webpack_require__(1173);
- model.paginators = __webpack_require__(1174).pagination;
+ var model = __webpack_require__(1170);
+ model.paginators = __webpack_require__(1171).pagination;
return model;
},
enumerable: true,
@@ -62434,19 +62397,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1173 */
+/* 1170 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-07-15","endpointPrefix":"media-pipelines-chime","protocol":"rest-json","serviceFullName":"Amazon Chime SDK Media Pipelines","serviceId":"Chime SDK Media Pipelines","signatureVersion":"v4","signingName":"chime","uid":"chime-sdk-media-pipelines-2021-07-15"},"operations":{"CreateMediaCapturePipeline":{"http":{"requestUri":"/sdk-media-capture-pipelines","responseCode":201},"input":{"type":"structure","required":["SourceType","SourceArn","SinkType","SinkArn"],"members":{"SourceType":{},"SourceArn":{"shape":"S3"},"SinkType":{},"SinkArn":{"shape":"S3"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true},"ChimeSdkMeetingConfiguration":{"shape":"S6"},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{"MediaCapturePipeline":{"shape":"S1c"}}}},"CreateMediaConcatenationPipeline":{"http":{"requestUri":"/sdk-media-concatenation-pipelines","responseCode":201},"input":{"type":"structure","required":["Sources","Sinks"],"members":{"Sources":{"shape":"S1h"},"Sinks":{"shape":"S1w"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{"MediaConcatenationPipeline":{"shape":"S21"}}}},"CreateMediaInsightsPipeline":{"http":{"requestUri":"/media-insights-pipelines","responseCode":201},"input":{"type":"structure","required":["MediaInsightsPipelineConfigurationArn"],"members":{"MediaInsightsPipelineConfigurationArn":{"shape":"S3"},"KinesisVideoStreamSourceRuntimeConfiguration":{"shape":"S23"},"MediaInsightsRuntimeMetadata":{"shape":"S2g"},"KinesisVideoStreamRecordingSourceRuntimeConfiguration":{"shape":"S2j"},"S3RecordingSinkRuntimeConfiguration":{"shape":"S2q"},"Tags":{"shape":"S17"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true}}},"output":{"type":"structure","required":["MediaInsightsPipeline"],"members":{"MediaInsightsPipeline":{"shape":"S2t"}}}},"CreateMediaInsightsPipelineConfiguration":{"http":{"requestUri":"/media-insights-pipeline-configurations","responseCode":201},"input":{"type":"structure","required":["MediaInsightsPipelineConfigurationName","ResourceAccessRoleArn","Elements"],"members":{"MediaInsightsPipelineConfigurationName":{},"ResourceAccessRoleArn":{"shape":"S3"},"RealTimeAlertConfiguration":{"shape":"S30"},"Elements":{"shape":"S3d"},"Tags":{"shape":"S17"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true}}},"output":{"type":"structure","members":{"MediaInsightsPipelineConfiguration":{"shape":"S45"}}}},"CreateMediaLiveConnectorPipeline":{"http":{"requestUri":"/sdk-media-live-connector-pipelines","responseCode":201},"input":{"type":"structure","required":["Sources","Sinks"],"members":{"Sources":{"shape":"S47"},"Sinks":{"shape":"S4c"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{"MediaLiveConnectorPipeline":{"shape":"S4k"}}}},"CreateMediaPipelineKinesisVideoStreamPool":{"http":{"requestUri":"/media-pipeline-kinesis-video-stream-pools","responseCode":201},"input":{"type":"structure","required":["StreamConfiguration","PoolName"],"members":{"StreamConfiguration":{"shape":"S4m"},"PoolName":{},"ClientRequestToken":{"shape":"S5","idempotencyToken":true},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{"KinesisVideoStreamPoolConfiguration":{"shape":"S4r"}}}},"CreateMediaStreamPipeline":{"http":{"requestUri":"/sdk-media-stream-pipelines","responseCode":201},"input":{"type":"structure","required":["Sources","Sinks"],"members":{"Sources":{"shape":"S4w"},"Sinks":{"shape":"S4y"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{"MediaStreamPipeline":{"shape":"S54"}}}},"DeleteMediaCapturePipeline":{"http":{"method":"DELETE","requestUri":"/sdk-media-capture-pipelines/{mediaPipelineId}","responseCode":204},"input":{"type":"structure","required":["MediaPipelineId"],"members":{"MediaPipelineId":{"location":"uri","locationName":"mediaPipelineId"}}}},"DeleteMediaInsightsPipelineConfiguration":{"http":{"method":"DELETE","requestUri":"/media-insights-pipeline-configurations/{identifier}","responseCode":204},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteMediaPipeline":{"http":{"method":"DELETE","requestUri":"/sdk-media-pipelines/{mediaPipelineId}","responseCode":204},"input":{"type":"structure","required":["MediaPipelineId"],"members":{"MediaPipelineId":{"location":"uri","locationName":"mediaPipelineId"}}}},"DeleteMediaPipelineKinesisVideoStreamPool":{"http":{"method":"DELETE","requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}","responseCode":204},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"identifier"}}}},"GetMediaCapturePipeline":{"http":{"method":"GET","requestUri":"/sdk-media-capture-pipelines/{mediaPipelineId}","responseCode":200},"input":{"type":"structure","required":["MediaPipelineId"],"members":{"MediaPipelineId":{"location":"uri","locationName":"mediaPipelineId"}}},"output":{"type":"structure","members":{"MediaCapturePipeline":{"shape":"S1c"}}}},"GetMediaInsightsPipelineConfiguration":{"http":{"method":"GET","requestUri":"/media-insights-pipeline-configurations/{identifier}","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{"MediaInsightsPipelineConfiguration":{"shape":"S45"}}}},"GetMediaPipeline":{"http":{"method":"GET","requestUri":"/sdk-media-pipelines/{mediaPipelineId}","responseCode":200},"input":{"type":"structure","required":["MediaPipelineId"],"members":{"MediaPipelineId":{"location":"uri","locationName":"mediaPipelineId"}}},"output":{"type":"structure","members":{"MediaPipeline":{"type":"structure","members":{"MediaCapturePipeline":{"shape":"S1c"},"MediaLiveConnectorPipeline":{"shape":"S4k"},"MediaConcatenationPipeline":{"shape":"S21"},"MediaInsightsPipeline":{"shape":"S2t"},"MediaStreamPipeline":{"shape":"S54"}}}}}},"GetMediaPipelineKinesisVideoStreamPool":{"http":{"method":"GET","requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{"KinesisVideoStreamPoolConfiguration":{"shape":"S4r"}}}},"GetSpeakerSearchTask":{"http":{"method":"GET","requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}","responseCode":200},"input":{"type":"structure","required":["Identifier","SpeakerSearchTaskId"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"SpeakerSearchTaskId":{"location":"uri","locationName":"speakerSearchTaskId"}}},"output":{"type":"structure","members":{"SpeakerSearchTask":{"shape":"S5k"}}}},"GetVoiceToneAnalysisTask":{"http":{"method":"GET","requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}","responseCode":200},"input":{"type":"structure","required":["Identifier","VoiceToneAnalysisTaskId"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"VoiceToneAnalysisTaskId":{"location":"uri","locationName":"voiceToneAnalysisTaskId"}}},"output":{"type":"structure","members":{"VoiceToneAnalysisTask":{"shape":"S5o"}}}},"ListMediaCapturePipelines":{"http":{"method":"GET","requestUri":"/sdk-media-capture-pipelines","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"MediaCapturePipelines":{"type":"list","member":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{}}}},"NextToken":{}}}},"ListMediaInsightsPipelineConfigurations":{"http":{"method":"GET","requestUri":"/media-insights-pipeline-configurations","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"MediaInsightsPipelineConfigurations":{"type":"list","member":{"type":"structure","members":{"MediaInsightsPipelineConfigurationName":{},"MediaInsightsPipelineConfigurationId":{},"MediaInsightsPipelineConfigurationArn":{"shape":"S3"}}}},"NextToken":{}}}},"ListMediaPipelineKinesisVideoStreamPools":{"http":{"method":"GET","requestUri":"/media-pipeline-kinesis-video-stream-pools","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"KinesisVideoStreamPools":{"type":"list","member":{"type":"structure","members":{"PoolName":{},"PoolId":{},"PoolArn":{"shape":"S3"}}}},"NextToken":{}}}},"ListMediaPipelines":{"http":{"method":"GET","requestUri":"/sdk-media-pipelines","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"MediaPipelines":{"type":"list","member":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{"location":"querystring","locationName":"arn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S17"}}}},"StartSpeakerSearchTask":{"http":{"requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks?operation=start","responseCode":201},"input":{"type":"structure","required":["Identifier","VoiceProfileDomainArn"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"VoiceProfileDomainArn":{"shape":"S3"},"KinesisVideoStreamSourceTaskConfiguration":{"shape":"S69"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true}}},"output":{"type":"structure","members":{"SpeakerSearchTask":{"shape":"S5k"}}}},"StartVoiceToneAnalysisTask":{"http":{"requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks?operation=start","responseCode":201},"input":{"type":"structure","required":["Identifier","LanguageCode"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"LanguageCode":{},"KinesisVideoStreamSourceTaskConfiguration":{"shape":"S69"},"ClientRequestToken":{"shape":"S5","idempotencyToken":true}}},"output":{"type":"structure","members":{"VoiceToneAnalysisTask":{"shape":"S5o"}}}},"StopSpeakerSearchTask":{"http":{"requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}?operation=stop","responseCode":204},"input":{"type":"structure","required":["Identifier","SpeakerSearchTaskId"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"SpeakerSearchTaskId":{"location":"uri","locationName":"speakerSearchTaskId"}}}},"StopVoiceToneAnalysisTask":{"http":{"requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}?operation=stop","responseCode":204},"input":{"type":"structure","required":["Identifier","VoiceToneAnalysisTaskId"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"VoiceToneAnalysisTaskId":{"location":"uri","locationName":"voiceToneAnalysisTaskId"}}}},"TagResource":{"http":{"requestUri":"/tags?operation=tag-resource","responseCode":204},"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"S17"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/tags?operation=untag-resource","responseCode":204},"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateMediaInsightsPipelineConfiguration":{"http":{"method":"PUT","requestUri":"/media-insights-pipeline-configurations/{identifier}","responseCode":200},"input":{"type":"structure","required":["Identifier","ResourceAccessRoleArn","Elements"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"ResourceAccessRoleArn":{"shape":"S3"},"RealTimeAlertConfiguration":{"shape":"S30"},"Elements":{"shape":"S3d"}}},"output":{"type":"structure","members":{"MediaInsightsPipelineConfiguration":{"shape":"S45"}}}},"UpdateMediaInsightsPipelineStatus":{"http":{"method":"PUT","requestUri":"/media-insights-pipeline-status/{identifier}","responseCode":200},"input":{"type":"structure","required":["Identifier","UpdateStatus"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"UpdateStatus":{}}}},"UpdateMediaPipelineKinesisVideoStreamPool":{"http":{"method":"PUT","requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"identifier"},"StreamConfiguration":{"type":"structure","members":{"DataRetentionInHours":{"type":"integer"}}}}},"output":{"type":"structure","members":{"KinesisVideoStreamPoolConfiguration":{"shape":"S4r"}}}}},"shapes":{"S3":{"type":"string","sensitive":true},"S5":{"type":"string","sensitive":true},"S6":{"type":"structure","members":{"SourceConfiguration":{"shape":"S7"},"ArtifactsConfiguration":{"type":"structure","required":["Audio","Video","Content"],"members":{"Audio":{"type":"structure","required":["MuxType"],"members":{"MuxType":{}}},"Video":{"type":"structure","required":["State"],"members":{"State":{},"MuxType":{}}},"Content":{"type":"structure","required":["State"],"members":{"State":{},"MuxType":{}}},"CompositedVideo":{"shape":"Sl"}}}}},"S7":{"type":"structure","members":{"SelectedVideoStreams":{"type":"structure","members":{"AttendeeIds":{"type":"list","member":{}},"ExternalUserIds":{"type":"list","member":{"type":"string","sensitive":true}}}}}},"Sl":{"type":"structure","required":["GridViewConfiguration"],"members":{"Layout":{},"Resolution":{},"GridViewConfiguration":{"type":"structure","required":["ContentShareLayout"],"members":{"ContentShareLayout":{},"PresenterOnlyConfiguration":{"type":"structure","members":{"PresenterPosition":{}}},"ActiveSpeakerOnlyConfiguration":{"type":"structure","members":{"ActiveSpeakerPosition":{}}},"HorizontalLayoutConfiguration":{"type":"structure","members":{"TileOrder":{},"TilePosition":{},"TileCount":{"type":"integer"},"TileAspectRatio":{}}},"VerticalLayoutConfiguration":{"type":"structure","members":{"TileOrder":{},"TilePosition":{},"TileCount":{"type":"integer"},"TileAspectRatio":{}}},"VideoAttribute":{"type":"structure","members":{"CornerRadius":{"type":"integer"},"BorderColor":{},"HighlightColor":{},"BorderThickness":{"type":"integer"}}},"CanvasOrientation":{}}}}},"S17":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S1c":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{},"SourceType":{},"SourceArn":{"shape":"S3"},"Status":{},"SinkType":{},"SinkArn":{"shape":"S3"},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"},"ChimeSdkMeetingConfiguration":{"shape":"S6"}}},"S1f":{"type":"timestamp","timestampFormat":"iso8601"},"S1h":{"type":"list","member":{"type":"structure","required":["Type","MediaCapturePipelineSourceConfiguration"],"members":{"Type":{},"MediaCapturePipelineSourceConfiguration":{"type":"structure","required":["MediaPipelineArn","ChimeSdkMeetingConfiguration"],"members":{"MediaPipelineArn":{"shape":"S3"},"ChimeSdkMeetingConfiguration":{"type":"structure","required":["ArtifactsConfiguration"],"members":{"ArtifactsConfiguration":{"type":"structure","required":["Audio","Video","Content","DataChannel","TranscriptionMessages","MeetingEvents","CompositedVideo"],"members":{"Audio":{"type":"structure","required":["State"],"members":{"State":{}}},"Video":{"type":"structure","required":["State"],"members":{"State":{}}},"Content":{"type":"structure","required":["State"],"members":{"State":{}}},"DataChannel":{"type":"structure","required":["State"],"members":{"State":{}}},"TranscriptionMessages":{"type":"structure","required":["State"],"members":{"State":{}}},"MeetingEvents":{"type":"structure","required":["State"],"members":{"State":{}}},"CompositedVideo":{"type":"structure","required":["State"],"members":{"State":{}}}}}}}}}}}},"S1w":{"type":"list","member":{"type":"structure","required":["Type","S3BucketSinkConfiguration"],"members":{"Type":{},"S3BucketSinkConfiguration":{"type":"structure","required":["Destination"],"members":{"Destination":{"shape":"S3"}}}}}},"S21":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{},"Sources":{"shape":"S1h"},"Sinks":{"shape":"S1w"},"Status":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S23":{"type":"structure","required":["Streams","MediaEncoding","MediaSampleRate"],"members":{"Streams":{"type":"list","member":{"type":"structure","required":["StreamArn","StreamChannelDefinition"],"members":{"StreamArn":{},"FragmentNumber":{},"StreamChannelDefinition":{"type":"structure","required":["NumberOfChannels"],"members":{"NumberOfChannels":{"type":"integer"},"ChannelDefinitions":{"type":"list","member":{"type":"structure","required":["ChannelId"],"members":{"ChannelId":{"type":"integer"},"ParticipantRole":{}}}}}}}}},"MediaEncoding":{},"MediaSampleRate":{"type":"integer"}}},"S2g":{"type":"map","key":{},"value":{},"sensitive":true},"S2j":{"type":"structure","required":["Streams","FragmentSelector"],"members":{"Streams":{"type":"list","member":{"type":"structure","members":{"StreamArn":{}}}},"FragmentSelector":{"type":"structure","required":["FragmentSelectorType","TimestampRange"],"members":{"FragmentSelectorType":{},"TimestampRange":{"type":"structure","required":["StartTimestamp","EndTimestamp"],"members":{"StartTimestamp":{"type":"timestamp"},"EndTimestamp":{"type":"timestamp"}}}}}}},"S2q":{"type":"structure","required":["Destination","RecordingFileFormat"],"members":{"Destination":{"shape":"S3"},"RecordingFileFormat":{}}},"S2t":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{"shape":"S3"},"MediaInsightsPipelineConfigurationArn":{"shape":"S3"},"Status":{},"KinesisVideoStreamSourceRuntimeConfiguration":{"shape":"S23"},"MediaInsightsRuntimeMetadata":{"shape":"S2g"},"KinesisVideoStreamRecordingSourceRuntimeConfiguration":{"shape":"S2j"},"S3RecordingSinkRuntimeConfiguration":{"shape":"S2q"},"CreatedTimestamp":{"shape":"S1f"},"ElementStatuses":{"type":"list","member":{"type":"structure","members":{"Type":{},"Status":{}}}}}},"S30":{"type":"structure","members":{"Disabled":{"type":"boolean"},"Rules":{"type":"list","member":{"type":"structure","required":["Type"],"members":{"Type":{},"KeywordMatchConfiguration":{"type":"structure","required":["RuleName","Keywords"],"members":{"RuleName":{},"Keywords":{"type":"list","member":{}},"Negate":{"type":"boolean"}}},"SentimentConfiguration":{"type":"structure","required":["RuleName","SentimentType","TimePeriod"],"members":{"RuleName":{},"SentimentType":{},"TimePeriod":{"type":"integer"}}},"IssueDetectionConfiguration":{"type":"structure","required":["RuleName"],"members":{"RuleName":{}}}}}}}},"S3d":{"type":"list","member":{"type":"structure","required":["Type"],"members":{"Type":{},"AmazonTranscribeCallAnalyticsProcessorConfiguration":{"type":"structure","required":["LanguageCode"],"members":{"LanguageCode":{},"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{},"LanguageModelName":{},"EnablePartialResultsStabilization":{"type":"boolean"},"PartialResultsStability":{},"ContentIdentificationType":{},"ContentRedactionType":{},"PiiEntityTypes":{},"FilterPartialResults":{"type":"boolean"},"PostCallAnalyticsSettings":{"type":"structure","required":["OutputLocation","DataAccessRoleArn"],"members":{"OutputLocation":{},"DataAccessRoleArn":{},"ContentRedactionOutput":{},"OutputEncryptionKMSKeyId":{}}},"CallAnalyticsStreamCategories":{"type":"list","member":{}}}},"AmazonTranscribeProcessorConfiguration":{"type":"structure","members":{"LanguageCode":{},"VocabularyName":{},"VocabularyFilterName":{},"VocabularyFilterMethod":{},"ShowSpeakerLabel":{"type":"boolean"},"EnablePartialResultsStabilization":{"type":"boolean"},"PartialResultsStability":{},"ContentIdentificationType":{},"ContentRedactionType":{},"PiiEntityTypes":{},"LanguageModelName":{},"FilterPartialResults":{"type":"boolean"},"IdentifyLanguage":{"type":"boolean"},"LanguageOptions":{},"PreferredLanguage":{},"VocabularyNames":{},"VocabularyFilterNames":{}}},"KinesisDataStreamSinkConfiguration":{"type":"structure","members":{"InsightsTarget":{"shape":"S3"}}},"S3RecordingSinkConfiguration":{"type":"structure","members":{"Destination":{"shape":"S3"},"RecordingFileFormat":{}}},"VoiceAnalyticsProcessorConfiguration":{"type":"structure","members":{"SpeakerSearchStatus":{},"VoiceToneAnalysisStatus":{}}},"LambdaFunctionSinkConfiguration":{"type":"structure","members":{"InsightsTarget":{"shape":"S3"}}},"SqsQueueSinkConfiguration":{"type":"structure","members":{"InsightsTarget":{"shape":"S3"}}},"SnsTopicSinkConfiguration":{"type":"structure","members":{"InsightsTarget":{"shape":"S3"}}},"VoiceEnhancementSinkConfiguration":{"type":"structure","members":{"Disabled":{"type":"boolean"}}}}}},"S45":{"type":"structure","members":{"MediaInsightsPipelineConfigurationName":{},"MediaInsightsPipelineConfigurationArn":{"shape":"S3"},"ResourceAccessRoleArn":{"shape":"S3"},"RealTimeAlertConfiguration":{"shape":"S30"},"Elements":{"shape":"S3d"},"MediaInsightsPipelineConfigurationId":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S47":{"type":"list","member":{"type":"structure","required":["SourceType","ChimeSdkMeetingLiveConnectorConfiguration"],"members":{"SourceType":{},"ChimeSdkMeetingLiveConnectorConfiguration":{"type":"structure","required":["Arn","MuxType"],"members":{"Arn":{"shape":"S3"},"MuxType":{},"CompositedVideo":{"shape":"Sl"},"SourceConfiguration":{"shape":"S7"}}}}}},"S4c":{"type":"list","member":{"type":"structure","required":["SinkType","RTMPConfiguration"],"members":{"SinkType":{},"RTMPConfiguration":{"type":"structure","required":["Url"],"members":{"Url":{"type":"string","sensitive":true},"AudioChannels":{},"AudioSampleRate":{}}}}}},"S4k":{"type":"structure","members":{"Sources":{"shape":"S47"},"Sinks":{"shape":"S4c"},"MediaPipelineId":{},"MediaPipelineArn":{},"Status":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S4m":{"type":"structure","required":["Region"],"members":{"Region":{},"DataRetentionInHours":{"type":"integer"}}},"S4r":{"type":"structure","members":{"PoolArn":{"shape":"S3"},"PoolName":{},"PoolId":{},"PoolStatus":{},"PoolSize":{"type":"integer"},"StreamConfiguration":{"shape":"S4m"},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S4w":{"type":"list","member":{"type":"structure","required":["SourceType","SourceArn"],"members":{"SourceType":{},"SourceArn":{"shape":"S3"}}}},"S4y":{"type":"list","member":{"type":"structure","required":["SinkArn","SinkType","ReservedStreamCapacity","MediaStreamType"],"members":{"SinkArn":{"shape":"S3"},"SinkType":{},"ReservedStreamCapacity":{"type":"integer"},"MediaStreamType":{}}}},"S54":{"type":"structure","members":{"MediaPipelineId":{},"MediaPipelineArn":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"},"Status":{},"Sources":{"shape":"S4w"},"Sinks":{"shape":"S4y"}}},"S5k":{"type":"structure","members":{"SpeakerSearchTaskId":{},"SpeakerSearchTaskStatus":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S5o":{"type":"structure","members":{"VoiceToneAnalysisTaskId":{},"VoiceToneAnalysisTaskStatus":{},"CreatedTimestamp":{"shape":"S1f"},"UpdatedTimestamp":{"shape":"S1f"}}},"S69":{"type":"structure","required":["StreamArn","ChannelId"],"members":{"StreamArn":{},"ChannelId":{"type":"integer"},"FragmentNumber":{}}}}}
/***/ }),
-/* 1174 */
+/* 1171 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListMediaCapturePipelines":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMediaInsightsPipelineConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMediaPipelineKinesisVideoStreamPools":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMediaPipelines":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1175 */
+/* 1172 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62458,8 +62421,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.EMRServerless = Service.defineService('emrserverless', ['2021-07-13']);
Object.defineProperty(apiLoader.services['emrserverless'], '2021-07-13', {
get: function get() {
- var model = __webpack_require__(1176);
- model.paginators = __webpack_require__(1177).pagination;
+ var model = __webpack_require__(1173);
+ model.paginators = __webpack_require__(1174).pagination;
return model;
},
enumerable: true,
@@ -62470,19 +62433,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1176 */
+/* 1173 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-07-13","endpointPrefix":"emr-serverless","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"EMR Serverless","serviceId":"EMR Serverless","signatureVersion":"v4","signingName":"emr-serverless","uid":"emr-serverless-2021-07-13"},"operations":{"CancelJobRun":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/jobruns/{jobRunId}","responseCode":200},"input":{"type":"structure","required":["applicationId","jobRunId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"jobRunId":{"location":"uri","locationName":"jobRunId"}}},"output":{"type":"structure","required":["applicationId","jobRunId"],"members":{"applicationId":{},"jobRunId":{}}},"idempotent":true},"CreateApplication":{"http":{"requestUri":"/applications","responseCode":200},"input":{"type":"structure","required":["releaseLabel","type","clientToken"],"members":{"name":{},"releaseLabel":{},"type":{},"clientToken":{"idempotencyToken":true},"initialCapacity":{"shape":"Sa"},"maximumCapacity":{"shape":"Si"},"tags":{"shape":"Sj"},"autoStartConfiguration":{"shape":"Sm"},"autoStopConfiguration":{"shape":"So"},"networkConfiguration":{"shape":"Sq"},"architecture":{},"imageConfiguration":{"shape":"Sw"},"workerTypeSpecifications":{"shape":"Sy"},"runtimeConfiguration":{"shape":"S10"},"monitoringConfiguration":{"shape":"S14"}}},"output":{"type":"structure","required":["applicationId","arn"],"members":{"applicationId":{},"name":{},"arn":{}}},"idempotent":true},"DeleteApplication":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetApplication":{"http":{"method":"GET","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","required":["application"],"members":{"application":{"shape":"S1l"}}}},"GetDashboardForJobRun":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/jobruns/{jobRunId}/dashboard","responseCode":200},"input":{"type":"structure","required":["applicationId","jobRunId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"jobRunId":{"location":"uri","locationName":"jobRunId"}}},"output":{"type":"structure","members":{"url":{}}}},"GetJobRun":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/jobruns/{jobRunId}","responseCode":200},"input":{"type":"structure","required":["applicationId","jobRunId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"jobRunId":{"location":"uri","locationName":"jobRunId"}}},"output":{"type":"structure","required":["jobRun"],"members":{"jobRun":{"type":"structure","required":["applicationId","jobRunId","arn","createdBy","createdAt","updatedAt","executionRole","state","stateDetails","releaseLabel","jobDriver"],"members":{"applicationId":{},"jobRunId":{},"name":{},"arn":{},"createdBy":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"executionRole":{},"state":{},"stateDetails":{},"releaseLabel":{},"configurationOverrides":{"shape":"S23"},"jobDriver":{"shape":"S24"},"tags":{"shape":"Sj"},"totalResourceUtilization":{"type":"structure","members":{"vCPUHour":{"type":"double"},"memoryGBHour":{"type":"double"},"storageGBHour":{"type":"double"}}},"networkConfiguration":{"shape":"Sq"},"totalExecutionDurationSeconds":{"type":"integer"},"executionTimeoutMinutes":{"type":"long"},"billedResourceUtilization":{"type":"structure","members":{"vCPUHour":{"type":"double"},"memoryGBHour":{"type":"double"},"storageGBHour":{"type":"double"}}}}}}}},"ListApplications":{"http":{"method":"GET","requestUri":"/applications","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"states":{"location":"querystring","locationName":"states","type":"list","member":{}}}},"output":{"type":"structure","required":["applications"],"members":{"applications":{"type":"list","member":{"type":"structure","required":["id","arn","releaseLabel","type","state","createdAt","updatedAt"],"members":{"id":{},"name":{},"arn":{},"releaseLabel":{},"type":{},"state":{},"stateDetails":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"architecture":{}}}},"nextToken":{}}}},"ListJobRuns":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/jobruns","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"createdAtAfter":{"location":"querystring","locationName":"createdAtAfter","type":"timestamp"},"createdAtBefore":{"location":"querystring","locationName":"createdAtBefore","type":"timestamp"},"states":{"location":"querystring","locationName":"states","type":"list","member":{}}}},"output":{"type":"structure","required":["jobRuns"],"members":{"jobRuns":{"type":"list","member":{"type":"structure","required":["applicationId","id","arn","createdBy","createdAt","updatedAt","executionRole","state","stateDetails","releaseLabel"],"members":{"applicationId":{},"id":{},"name":{},"arn":{},"createdBy":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"executionRole":{},"state":{},"stateDetails":{},"releaseLabel":{},"type":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sj"}}}},"StartApplication":{"http":{"requestUri":"/applications/{applicationId}/start","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartJobRun":{"http":{"requestUri":"/applications/{applicationId}/jobruns","responseCode":200},"input":{"type":"structure","required":["applicationId","clientToken","executionRoleArn"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"executionRoleArn":{},"jobDriver":{"shape":"S24"},"configurationOverrides":{"shape":"S23"},"tags":{"shape":"Sj"},"executionTimeoutMinutes":{"type":"long"},"name":{}}},"output":{"type":"structure","required":["applicationId","jobRunId","arn"],"members":{"applicationId":{},"jobRunId":{},"arn":{}}},"idempotent":true},"StopApplication":{"http":{"requestUri":"/applications/{applicationId}/stop","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sj"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateApplication":{"http":{"method":"PATCH","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId","clientToken"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"initialCapacity":{"shape":"Sa"},"maximumCapacity":{"shape":"Si"},"autoStartConfiguration":{"shape":"Sm"},"autoStopConfiguration":{"shape":"So"},"networkConfiguration":{"shape":"Sq"},"architecture":{},"imageConfiguration":{"shape":"Sw"},"workerTypeSpecifications":{"shape":"Sy"},"releaseLabel":{},"runtimeConfiguration":{"shape":"S10"},"monitoringConfiguration":{"shape":"S14"}}},"output":{"type":"structure","required":["application"],"members":{"application":{"shape":"S1l"}}}}},"shapes":{"Sa":{"type":"map","key":{},"value":{"type":"structure","required":["workerCount"],"members":{"workerCount":{"type":"long"},"workerConfiguration":{"type":"structure","required":["cpu","memory"],"members":{"cpu":{},"memory":{},"disk":{}}}}}},"Si":{"type":"structure","required":["cpu","memory"],"members":{"cpu":{},"memory":{},"disk":{}}},"Sj":{"type":"map","key":{},"value":{}},"Sm":{"type":"structure","members":{"enabled":{"type":"boolean"}}},"So":{"type":"structure","members":{"enabled":{"type":"boolean"},"idleTimeoutMinutes":{"type":"integer"}}},"Sq":{"type":"structure","members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"Sw":{"type":"structure","members":{"imageUri":{}}},"Sy":{"type":"map","key":{},"value":{"type":"structure","members":{"imageConfiguration":{"shape":"Sw"}}}},"S10":{"type":"list","member":{"type":"structure","required":["classification"],"members":{"classification":{},"properties":{"type":"map","key":{},"value":{},"sensitive":true},"configurations":{"shape":"S10"}}}},"S14":{"type":"structure","members":{"s3MonitoringConfiguration":{"type":"structure","members":{"logUri":{},"encryptionKeyArn":{}}},"managedPersistenceMonitoringConfiguration":{"type":"structure","members":{"enabled":{"type":"boolean"},"encryptionKeyArn":{}}},"cloudWatchLoggingConfiguration":{"type":"structure","required":["enabled"],"members":{"enabled":{"type":"boolean"},"logGroupName":{},"logStreamNamePrefix":{},"encryptionKeyArn":{},"logTypes":{"type":"map","key":{},"value":{"type":"list","member":{}}}}}}},"S1l":{"type":"structure","required":["applicationId","arn","releaseLabel","type","state","createdAt","updatedAt"],"members":{"applicationId":{},"name":{},"arn":{},"releaseLabel":{},"type":{},"state":{},"stateDetails":{},"initialCapacity":{"shape":"Sa"},"maximumCapacity":{"shape":"Si"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"tags":{"shape":"Sj"},"autoStartConfiguration":{"shape":"Sm"},"autoStopConfiguration":{"shape":"So"},"networkConfiguration":{"shape":"Sq"},"architecture":{},"imageConfiguration":{"shape":"S1p"},"workerTypeSpecifications":{"type":"map","key":{},"value":{"type":"structure","members":{"imageConfiguration":{"shape":"S1p"}}}},"runtimeConfiguration":{"shape":"S10"},"monitoringConfiguration":{"shape":"S14"}}},"S1p":{"type":"structure","required":["imageUri"],"members":{"imageUri":{},"resolvedImageDigest":{}}},"S23":{"type":"structure","members":{"applicationConfiguration":{"shape":"S10"},"monitoringConfiguration":{"shape":"S14"}}},"S24":{"type":"structure","members":{"sparkSubmit":{"type":"structure","required":["entryPoint"],"members":{"entryPoint":{"type":"string","sensitive":true},"entryPointArguments":{"type":"list","member":{"type":"string","sensitive":true}},"sparkSubmitParameters":{"type":"string","sensitive":true}}},"hive":{"type":"structure","required":["query"],"members":{"query":{"type":"string","sensitive":true},"initQueryFile":{"type":"string","sensitive":true},"parameters":{"type":"string","sensitive":true}}}},"union":true}}}
/***/ }),
-/* 1177 */
+/* 1174 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListApplications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"applications"},"ListJobRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobRuns"}}}
/***/ }),
-/* 1178 */
+/* 1175 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62494,8 +62457,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.M2 = Service.defineService('m2', ['2021-04-28']);
Object.defineProperty(apiLoader.services['m2'], '2021-04-28', {
get: function get() {
- var model = __webpack_require__(1179);
- model.paginators = __webpack_require__(1180).pagination;
+ var model = __webpack_require__(1176);
+ model.paginators = __webpack_require__(1177).pagination;
return model;
},
enumerable: true,
@@ -62506,19 +62469,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1179 */
+/* 1176 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-04-28","endpointPrefix":"m2","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWSMainframeModernization","serviceId":"m2","signatureVersion":"v4","signingName":"m2","uid":"m2-2021-04-28"},"operations":{"CancelBatchJobExecution":{"http":{"requestUri":"/applications/{applicationId}/batch-job-executions/{executionId}/cancel","responseCode":200},"input":{"type":"structure","required":["applicationId","executionId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"executionId":{"location":"uri","locationName":"executionId"}}},"output":{"type":"structure","members":{}}},"CreateApplication":{"http":{"requestUri":"/applications","responseCode":200},"input":{"type":"structure","required":["definition","engineType","name"],"members":{"clientToken":{"idempotencyToken":true},"definition":{"shape":"S6"},"description":{},"engineType":{},"kmsKeyId":{},"name":{},"roleArn":{},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["applicationArn","applicationId","applicationVersion"],"members":{"applicationArn":{},"applicationId":{},"applicationVersion":{"type":"integer"}}},"idempotent":true},"CreateDataSetImportTask":{"http":{"requestUri":"/applications/{applicationId}/dataset-import-task","responseCode":200},"input":{"type":"structure","required":["applicationId","importConfig"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"importConfig":{"type":"structure","members":{"dataSets":{"type":"list","member":{"type":"structure","required":["dataSet","externalLocation"],"members":{"dataSet":{"type":"structure","required":["datasetName","datasetOrg","recordLength"],"members":{"datasetName":{},"datasetOrg":{"type":"structure","members":{"gdg":{"type":"structure","members":{"limit":{"type":"integer"},"rollDisposition":{}}},"po":{"type":"structure","required":["format","memberFileExtensions"],"members":{"encoding":{},"format":{},"memberFileExtensions":{"type":"list","member":{}}}},"ps":{"type":"structure","required":["format"],"members":{"encoding":{},"format":{}}},"vsam":{"type":"structure","required":["format"],"members":{"alternateKeys":{"shape":"Sv"},"compressed":{"type":"boolean"},"encoding":{},"format":{},"primaryKey":{"shape":"Sy"}}}},"union":true},"recordLength":{"type":"structure","required":["max","min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"relativePath":{},"storageType":{}}},"externalLocation":{"type":"structure","members":{"s3Location":{}},"union":true}}}},"s3Location":{}},"union":true}}},"output":{"type":"structure","required":["taskId"],"members":{"taskId":{}}},"idempotent":true},"CreateDeployment":{"http":{"requestUri":"/applications/{applicationId}/deployments","responseCode":200},"input":{"type":"structure","required":["applicationId","applicationVersion","environmentId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"applicationVersion":{"type":"integer"},"clientToken":{"idempotencyToken":true},"environmentId":{}}},"output":{"type":"structure","required":["deploymentId"],"members":{"deploymentId":{}}},"idempotent":true},"CreateEnvironment":{"http":{"requestUri":"/environments","responseCode":200},"input":{"type":"structure","required":["engineType","instanceType","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"engineType":{},"engineVersion":{},"highAvailabilityConfig":{"shape":"S16"},"instanceType":{},"kmsKeyId":{},"name":{},"preferredMaintenanceWindow":{},"publiclyAccessible":{"type":"boolean"},"securityGroupIds":{"shape":"S19"},"storageConfigurations":{"shape":"S1a"},"subnetIds":{"shape":"S19"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"idempotent":true},"DeleteApplication":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteApplicationFromEnvironment":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/environment/{environmentId}","responseCode":200},"input":{"type":"structure","required":["applicationId","environmentId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"environmentId":{"location":"uri","locationName":"environmentId"}}},"output":{"type":"structure","members":{}}},"DeleteEnvironment":{"http":{"method":"DELETE","requestUri":"/environments/{environmentId}","responseCode":200},"input":{"type":"structure","required":["environmentId"],"members":{"environmentId":{"location":"uri","locationName":"environmentId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetApplication":{"http":{"method":"GET","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","required":["applicationArn","applicationId","creationTime","engineType","latestVersion","name","status"],"members":{"applicationArn":{},"applicationId":{},"creationTime":{"type":"timestamp"},"deployedVersion":{"type":"structure","required":["applicationVersion","status"],"members":{"applicationVersion":{"type":"integer"},"status":{},"statusReason":{}}},"description":{},"engineType":{},"environmentId":{},"kmsKeyId":{},"lastStartTime":{"type":"timestamp"},"latestVersion":{"shape":"S1r"},"listenerArns":{"shape":"S1t"},"listenerPorts":{"type":"list","member":{"type":"integer"}},"loadBalancerDnsName":{},"logGroups":{"type":"list","member":{"type":"structure","required":["logGroupName","logType"],"members":{"logGroupName":{},"logType":{}}}},"name":{},"roleArn":{},"status":{},"statusReason":{},"tags":{"shape":"Sd"},"targetGroupArns":{"shape":"S1t"}}}},"GetApplicationVersion":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/versions/{applicationVersion}","responseCode":200},"input":{"type":"structure","required":["applicationId","applicationVersion"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"applicationVersion":{"location":"uri","locationName":"applicationVersion","type":"integer"}}},"output":{"type":"structure","required":["applicationVersion","creationTime","definitionContent","name","status"],"members":{"applicationVersion":{"type":"integer"},"creationTime":{"type":"timestamp"},"definitionContent":{},"description":{},"name":{},"status":{},"statusReason":{}}}},"GetBatchJobExecution":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/batch-job-executions/{executionId}","responseCode":200},"input":{"type":"structure","required":["applicationId","executionId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"executionId":{"location":"uri","locationName":"executionId"}}},"output":{"type":"structure","required":["applicationId","executionId","startTime","status"],"members":{"applicationId":{},"batchJobIdentifier":{"shape":"S24"},"endTime":{"type":"timestamp"},"executionId":{},"jobId":{},"jobName":{},"jobType":{},"jobUser":{},"returnCode":{},"startTime":{"type":"timestamp"},"status":{},"statusReason":{}}}},"GetDataSetDetails":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/datasets/{dataSetName}","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSetName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSetName":{"location":"uri","locationName":"dataSetName"}}},"output":{"type":"structure","required":["dataSetName"],"members":{"blocksize":{"type":"integer"},"creationTime":{"type":"timestamp"},"dataSetName":{},"dataSetOrg":{"type":"structure","members":{"gdg":{"type":"structure","members":{"limit":{"type":"integer"},"rollDisposition":{}}},"po":{"type":"structure","required":["encoding","format"],"members":{"encoding":{},"format":{}}},"ps":{"type":"structure","required":["encoding","format"],"members":{"encoding":{},"format":{}}},"vsam":{"type":"structure","members":{"alternateKeys":{"shape":"Sv"},"cacheAtStartup":{"type":"boolean"},"compressed":{"type":"boolean"},"encoding":{},"primaryKey":{"shape":"Sy"},"recordFormat":{}}}},"union":true},"lastReferencedTime":{"type":"timestamp"},"lastUpdatedTime":{"type":"timestamp"},"location":{},"recordLength":{"type":"integer"}}}},"GetDataSetImportTask":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/dataset-import-tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["applicationId","taskId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","required":["status","taskId"],"members":{"status":{},"summary":{"shape":"S2j"},"taskId":{}}}},"GetDeployment":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/deployments/{deploymentId}","responseCode":200},"input":{"type":"structure","required":["applicationId","deploymentId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"deploymentId":{"location":"uri","locationName":"deploymentId"}}},"output":{"type":"structure","required":["applicationId","applicationVersion","creationTime","deploymentId","environmentId","status"],"members":{"applicationId":{},"applicationVersion":{"type":"integer"},"creationTime":{"type":"timestamp"},"deploymentId":{},"environmentId":{},"status":{},"statusReason":{}}}},"GetEnvironment":{"http":{"method":"GET","requestUri":"/environments/{environmentId}","responseCode":200},"input":{"type":"structure","required":["environmentId"],"members":{"environmentId":{"location":"uri","locationName":"environmentId"}}},"output":{"type":"structure","required":["creationTime","engineType","engineVersion","environmentArn","environmentId","instanceType","name","securityGroupIds","status","subnetIds","vpcId"],"members":{"actualCapacity":{"type":"integer"},"creationTime":{"type":"timestamp"},"description":{},"engineType":{},"engineVersion":{},"environmentArn":{},"environmentId":{},"highAvailabilityConfig":{"shape":"S16"},"instanceType":{},"kmsKeyId":{},"loadBalancerArn":{},"name":{},"pendingMaintenance":{"type":"structure","members":{"engineVersion":{},"schedule":{"type":"structure","members":{"endTime":{"type":"timestamp"},"startTime":{"type":"timestamp"}}}}},"preferredMaintenanceWindow":{},"publiclyAccessible":{"type":"boolean"},"securityGroupIds":{"shape":"S19"},"status":{},"statusReason":{},"storageConfigurations":{"shape":"S1a"},"subnetIds":{"shape":"S19"},"tags":{"shape":"Sd"},"vpcId":{}}}},"GetSignedBluinsightsUrl":{"http":{"method":"GET","requestUri":"/signed-bi-url","responseCode":200},"output":{"type":"structure","required":["signedBiUrl"],"members":{"signedBiUrl":{}}}},"ListApplicationVersions":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/versions","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["applicationVersions"],"members":{"applicationVersions":{"type":"list","member":{"shape":"S1r"}},"nextToken":{}}}},"ListApplications":{"http":{"method":"GET","requestUri":"/applications","responseCode":200},"input":{"type":"structure","members":{"environmentId":{"location":"querystring","locationName":"environmentId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"names":{"shape":"S2y","location":"querystring","locationName":"names"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["applications"],"members":{"applications":{"type":"list","member":{"type":"structure","required":["applicationArn","applicationId","applicationVersion","creationTime","engineType","name","status"],"members":{"applicationArn":{},"applicationId":{},"applicationVersion":{"type":"integer"},"creationTime":{"type":"timestamp"},"deploymentStatus":{},"description":{},"engineType":{},"environmentId":{},"lastStartTime":{"type":"timestamp"},"name":{},"roleArn":{},"status":{},"versionStatus":{}}}},"nextToken":{}}}},"ListBatchJobDefinitions":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/batch-job-definitions","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"prefix":{"location":"querystring","locationName":"prefix"}}},"output":{"type":"structure","required":["batchJobDefinitions"],"members":{"batchJobDefinitions":{"type":"list","member":{"type":"structure","members":{"fileBatchJobDefinition":{"type":"structure","required":["fileName"],"members":{"fileName":{},"folderPath":{}}},"scriptBatchJobDefinition":{"type":"structure","required":["scriptName"],"members":{"scriptName":{}}}},"union":true}},"nextToken":{}}}},"ListBatchJobExecutions":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/batch-job-executions","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"executionIds":{"location":"querystring","locationName":"executionIds","type":"list","member":{}},"jobName":{"location":"querystring","locationName":"jobName"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startedAfter":{"location":"querystring","locationName":"startedAfter","type":"timestamp"},"startedBefore":{"location":"querystring","locationName":"startedBefore","type":"timestamp"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["batchJobExecutions"],"members":{"batchJobExecutions":{"type":"list","member":{"type":"structure","required":["applicationId","executionId","startTime","status"],"members":{"applicationId":{},"batchJobIdentifier":{"shape":"S24"},"endTime":{"type":"timestamp"},"executionId":{},"jobId":{},"jobName":{},"jobType":{},"returnCode":{},"startTime":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListDataSetImportHistory":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/dataset-import-tasks","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["dataSetImportTasks"],"members":{"dataSetImportTasks":{"type":"list","member":{"type":"structure","required":["status","summary","taskId"],"members":{"status":{},"summary":{"shape":"S2j"},"taskId":{}}}},"nextToken":{}}}},"ListDataSets":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/datasets","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"prefix":{"location":"querystring","locationName":"prefix"}}},"output":{"type":"structure","required":["dataSets"],"members":{"dataSets":{"type":"list","member":{"type":"structure","required":["dataSetName"],"members":{"creationTime":{"type":"timestamp"},"dataSetName":{},"dataSetOrg":{},"format":{},"lastReferencedTime":{"type":"timestamp"},"lastUpdatedTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListDeployments":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/deployments","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["deployments"],"members":{"deployments":{"type":"list","member":{"type":"structure","required":["applicationId","applicationVersion","creationTime","deploymentId","environmentId","status"],"members":{"applicationId":{},"applicationVersion":{"type":"integer"},"creationTime":{"type":"timestamp"},"deploymentId":{},"environmentId":{},"status":{},"statusReason":{}}}},"nextToken":{}}}},"ListEngineVersions":{"http":{"method":"GET","requestUri":"/engine-versions","responseCode":200},"input":{"type":"structure","members":{"engineType":{"location":"querystring","locationName":"engineType"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["engineVersions"],"members":{"engineVersions":{"type":"list","member":{"type":"structure","required":["engineType","engineVersion"],"members":{"engineType":{},"engineVersion":{}}}},"nextToken":{}}}},"ListEnvironments":{"http":{"method":"GET","requestUri":"/environments","responseCode":200},"input":{"type":"structure","members":{"engineType":{"location":"querystring","locationName":"engineType"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"names":{"shape":"S2y","location":"querystring","locationName":"names"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["environments"],"members":{"environments":{"type":"list","member":{"type":"structure","required":["creationTime","engineType","engineVersion","environmentArn","environmentId","instanceType","name","status"],"members":{"creationTime":{"type":"timestamp"},"engineType":{},"engineVersion":{},"environmentArn":{},"environmentId":{},"instanceType":{},"name":{},"status":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sd"}}}},"StartApplication":{"http":{"requestUri":"/applications/{applicationId}/start","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}}},"StartBatchJob":{"http":{"requestUri":"/applications/{applicationId}/batch-job","responseCode":200},"input":{"type":"structure","required":["applicationId","batchJobIdentifier"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"batchJobIdentifier":{"shape":"S24"},"jobParams":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","required":["executionId"],"members":{"executionId":{}}}},"StopApplication":{"http":{"requestUri":"/applications/{applicationId}/stop","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"forceStop":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateApplication":{"http":{"method":"PATCH","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId","currentApplicationVersion"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"currentApplicationVersion":{"type":"integer"},"definition":{"shape":"S6"},"description":{}}},"output":{"type":"structure","required":["applicationVersion"],"members":{"applicationVersion":{"type":"integer"}}}},"UpdateEnvironment":{"http":{"method":"PATCH","requestUri":"/environments/{environmentId}","responseCode":200},"input":{"type":"structure","required":["environmentId"],"members":{"applyDuringMaintenanceWindow":{"type":"boolean"},"desiredCapacity":{"type":"integer"},"engineVersion":{},"environmentId":{"location":"uri","locationName":"environmentId"},"instanceType":{},"preferredMaintenanceWindow":{}}},"output":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}}}},"shapes":{"S6":{"type":"structure","members":{"content":{},"s3Location":{}},"union":true},"Sd":{"type":"map","key":{},"value":{}},"Sv":{"type":"list","member":{"type":"structure","required":["length","offset"],"members":{"allowDuplicates":{"type":"boolean"},"length":{"type":"integer"},"name":{},"offset":{"type":"integer"}}}},"Sy":{"type":"structure","required":["length","offset"],"members":{"length":{"type":"integer"},"name":{},"offset":{"type":"integer"}}},"S16":{"type":"structure","required":["desiredCapacity"],"members":{"desiredCapacity":{"type":"integer"}}},"S19":{"type":"list","member":{}},"S1a":{"type":"list","member":{"type":"structure","members":{"efs":{"type":"structure","required":["fileSystemId","mountPoint"],"members":{"fileSystemId":{"locationName":"file-system-id"},"mountPoint":{"locationName":"mount-point"}}},"fsx":{"type":"structure","required":["fileSystemId","mountPoint"],"members":{"fileSystemId":{"locationName":"file-system-id"},"mountPoint":{"locationName":"mount-point"}}}},"union":true}},"S1r":{"type":"structure","required":["applicationVersion","creationTime","status"],"members":{"applicationVersion":{"type":"integer"},"creationTime":{"type":"timestamp"},"status":{},"statusReason":{}}},"S1t":{"type":"list","member":{}},"S24":{"type":"structure","members":{"fileBatchJobIdentifier":{"type":"structure","required":["fileName"],"members":{"fileName":{},"folderPath":{}}},"scriptBatchJobIdentifier":{"type":"structure","required":["scriptName"],"members":{"scriptName":{}}}},"union":true},"S2j":{"type":"structure","required":["failed","inProgress","pending","succeeded","total"],"members":{"failed":{"type":"integer"},"inProgress":{"type":"integer"},"pending":{"type":"integer"},"succeeded":{"type":"integer"},"total":{"type":"integer"}}},"S2y":{"type":"list","member":{}}}}
/***/ }),
-/* 1180 */
+/* 1177 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListApplicationVersions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"applicationVersions"},"ListApplications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"applications"},"ListBatchJobDefinitions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"batchJobDefinitions"},"ListBatchJobExecutions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"batchJobExecutions"},"ListDataSetImportHistory":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataSetImportTasks"},"ListDataSets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataSets"},"ListDeployments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"deployments"},"ListEngineVersions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"engineVersions"},"ListEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"environments"}}}
/***/ }),
-/* 1181 */
+/* 1178 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62530,8 +62493,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ConnectCampaigns = Service.defineService('connectcampaigns', ['2021-01-30']);
Object.defineProperty(apiLoader.services['connectcampaigns'], '2021-01-30', {
get: function get() {
- var model = __webpack_require__(1182);
- model.paginators = __webpack_require__(1183).pagination;
+ var model = __webpack_require__(1179);
+ model.paginators = __webpack_require__(1180).pagination;
return model;
},
enumerable: true,
@@ -62542,19 +62505,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1182 */
+/* 1179 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-01-30","endpointPrefix":"connect-campaigns","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AmazonConnectCampaignService","serviceId":"ConnectCampaigns","signatureVersion":"v4","signingName":"connect-campaigns","uid":"connectcampaigns-2021-01-30"},"operations":{"CreateCampaign":{"http":{"method":"PUT","requestUri":"/campaigns","responseCode":200},"input":{"type":"structure","required":["name","connectInstanceId","dialerConfig","outboundCallConfig"],"members":{"name":{},"connectInstanceId":{},"dialerConfig":{"shape":"S4"},"outboundCallConfig":{"shape":"Sa"},"tags":{"shape":"Sg"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"tags":{"shape":"Sg"}}},"idempotent":true},"DeleteCampaign":{"http":{"method":"DELETE","requestUri":"/campaigns/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"DeleteConnectInstanceConfig":{"http":{"method":"DELETE","requestUri":"/connect-instance/{connectInstanceId}/config","responseCode":200},"input":{"type":"structure","required":["connectInstanceId"],"members":{"connectInstanceId":{"location":"uri","locationName":"connectInstanceId"}}},"idempotent":true},"DeleteInstanceOnboardingJob":{"http":{"method":"DELETE","requestUri":"/connect-instance/{connectInstanceId}/onboarding","responseCode":200},"input":{"type":"structure","required":["connectInstanceId"],"members":{"connectInstanceId":{"location":"uri","locationName":"connectInstanceId"}}},"idempotent":true},"DescribeCampaign":{"http":{"method":"GET","requestUri":"/campaigns/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"campaign":{"type":"structure","required":["id","arn","name","connectInstanceId","dialerConfig","outboundCallConfig"],"members":{"id":{},"arn":{},"name":{},"connectInstanceId":{},"dialerConfig":{"shape":"S4"},"outboundCallConfig":{"shape":"Sa"},"tags":{"shape":"Sg"}}}}}},"GetCampaignState":{"http":{"method":"GET","requestUri":"/campaigns/{id}/state","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"state":{}}}},"GetCampaignStateBatch":{"http":{"requestUri":"/campaigns-state","responseCode":200},"input":{"type":"structure","required":["campaignIds"],"members":{"campaignIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"successfulRequests":{"type":"list","member":{"type":"structure","members":{"campaignId":{},"state":{}}}},"failedRequests":{"type":"list","member":{"type":"structure","members":{"campaignId":{},"failureCode":{}}}}}}},"GetConnectInstanceConfig":{"http":{"method":"GET","requestUri":"/connect-instance/{connectInstanceId}/config","responseCode":200},"input":{"type":"structure","required":["connectInstanceId"],"members":{"connectInstanceId":{"location":"uri","locationName":"connectInstanceId"}}},"output":{"type":"structure","members":{"connectInstanceConfig":{"type":"structure","required":["connectInstanceId","serviceLinkedRoleArn","encryptionConfig"],"members":{"connectInstanceId":{},"serviceLinkedRoleArn":{},"encryptionConfig":{"shape":"S17"}}}}}},"GetInstanceOnboardingJobStatus":{"http":{"method":"GET","requestUri":"/connect-instance/{connectInstanceId}/onboarding","responseCode":200},"input":{"type":"structure","required":["connectInstanceId"],"members":{"connectInstanceId":{"location":"uri","locationName":"connectInstanceId"}}},"output":{"type":"structure","members":{"connectInstanceOnboardingJobStatus":{"shape":"S1d"}}}},"ListCampaigns":{"http":{"requestUri":"/campaigns-summary","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"filters":{"type":"structure","members":{"instanceIdFilter":{"type":"structure","required":["value","operator"],"members":{"value":{},"operator":{}}}}}}},"output":{"type":"structure","members":{"nextToken":{},"campaignSummaryList":{"type":"list","member":{"type":"structure","required":["id","arn","name","connectInstanceId"],"members":{"id":{},"arn":{},"name":{},"connectInstanceId":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{"location":"uri","locationName":"arn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sg"}}},"idempotent":true},"PauseCampaign":{"http":{"requestUri":"/campaigns/{id}/pause","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}}},"PutDialRequestBatch":{"http":{"method":"PUT","requestUri":"/campaigns/{id}/dial-requests","responseCode":200},"input":{"type":"structure","required":["id","dialRequests"],"members":{"id":{"location":"uri","locationName":"id"},"dialRequests":{"type":"list","member":{"type":"structure","required":["clientToken","phoneNumber","expirationTime","attributes"],"members":{"clientToken":{},"phoneNumber":{"type":"string","sensitive":true},"expirationTime":{"type":"timestamp","timestampFormat":"iso8601"},"attributes":{"type":"map","key":{},"value":{},"sensitive":true}}}}}},"output":{"type":"structure","members":{"successfulRequests":{"type":"list","member":{"type":"structure","members":{"clientToken":{},"id":{}}}},"failedRequests":{"type":"list","member":{"type":"structure","members":{"clientToken":{},"id":{},"failureCode":{}}}}}},"idempotent":true},"ResumeCampaign":{"http":{"requestUri":"/campaigns/{id}/resume","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}}},"StartCampaign":{"http":{"requestUri":"/campaigns/{id}/start","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}}},"StartInstanceOnboardingJob":{"http":{"method":"PUT","requestUri":"/connect-instance/{connectInstanceId}/onboarding","responseCode":200},"input":{"type":"structure","required":["connectInstanceId","encryptionConfig"],"members":{"connectInstanceId":{"location":"uri","locationName":"connectInstanceId"},"encryptionConfig":{"shape":"S17"}}},"output":{"type":"structure","members":{"connectInstanceOnboardingJobStatus":{"shape":"S1d"}}},"idempotent":true},"StopCampaign":{"http":{"requestUri":"/campaigns/{id}/stop","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}}},"TagResource":{"http":{"requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tags"],"members":{"arn":{"location":"uri","locationName":"arn"},"tags":{"shape":"Sg"}}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tagKeys"],"members":{"arn":{"location":"uri","locationName":"arn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateCampaignDialerConfig":{"http":{"requestUri":"/campaigns/{id}/dialer-config","responseCode":200},"input":{"type":"structure","required":["id","dialerConfig"],"members":{"id":{"location":"uri","locationName":"id"},"dialerConfig":{"shape":"S4"}}},"idempotent":true},"UpdateCampaignName":{"http":{"requestUri":"/campaigns/{id}/name","responseCode":200},"input":{"type":"structure","required":["id","name"],"members":{"id":{"location":"uri","locationName":"id"},"name":{}}},"idempotent":true},"UpdateCampaignOutboundCallConfig":{"http":{"requestUri":"/campaigns/{id}/outbound-call-config","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"connectContactFlowId":{},"connectSourcePhoneNumber":{},"answerMachineDetectionConfig":{"shape":"Se"}}},"idempotent":true}},"shapes":{"S4":{"type":"structure","members":{"progressiveDialerConfig":{"type":"structure","required":["bandwidthAllocation"],"members":{"bandwidthAllocation":{"type":"double"},"dialingCapacity":{"type":"double"}}},"predictiveDialerConfig":{"type":"structure","required":["bandwidthAllocation"],"members":{"bandwidthAllocation":{"type":"double"},"dialingCapacity":{"type":"double"}}},"agentlessDialerConfig":{"type":"structure","members":{"dialingCapacity":{"type":"double"}}}},"union":true},"Sa":{"type":"structure","required":["connectContactFlowId"],"members":{"connectContactFlowId":{},"connectSourcePhoneNumber":{},"connectQueueId":{},"answerMachineDetectionConfig":{"shape":"Se"}}},"Se":{"type":"structure","required":["enableAnswerMachineDetection"],"members":{"enableAnswerMachineDetection":{"type":"boolean"}}},"Sg":{"type":"map","key":{},"value":{}},"S17":{"type":"structure","required":["enabled"],"members":{"enabled":{"type":"boolean"},"encryptionType":{},"keyArn":{}}},"S1d":{"type":"structure","required":["connectInstanceId","status"],"members":{"connectInstanceId":{},"status":{},"failureCode":{}}}}}
/***/ }),
-/* 1183 */
+/* 1180 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListCampaigns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"campaignSummaryList"}}}
/***/ }),
-/* 1184 */
+/* 1181 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62566,8 +62529,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.RedshiftServerless = Service.defineService('redshiftserverless', ['2021-04-21']);
Object.defineProperty(apiLoader.services['redshiftserverless'], '2021-04-21', {
get: function get() {
- var model = __webpack_require__(1185);
- model.paginators = __webpack_require__(1186).pagination;
+ var model = __webpack_require__(1182);
+ model.paginators = __webpack_require__(1183).pagination;
return model;
},
enumerable: true,
@@ -62578,19 +62541,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1185 */
+/* 1182 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-04-21","endpointPrefix":"redshift-serverless","jsonVersion":"1.1","protocol":"json","serviceFullName":"Redshift Serverless","serviceId":"Redshift Serverless","signatureVersion":"v4","signingName":"redshift-serverless","targetPrefix":"RedshiftServerless","uid":"redshift-serverless-2021-04-21"},"operations":{"ConvertRecoveryPointToSnapshot":{"input":{"type":"structure","required":["recoveryPointId","snapshotName"],"members":{"recoveryPointId":{},"retentionPeriod":{"type":"integer"},"snapshotName":{},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"snapshot":{"shape":"S9"}}}},"CreateEndpointAccess":{"input":{"type":"structure","required":["endpointName","subnetIds","workgroupName"],"members":{"endpointName":{},"subnetIds":{"shape":"Sh"},"vpcSecurityGroupIds":{"shape":"Sj"},"workgroupName":{}}},"output":{"type":"structure","members":{"endpoint":{"shape":"Sm"}}},"idempotent":true},"CreateNamespace":{"input":{"type":"structure","required":["namespaceName"],"members":{"adminPasswordSecretKmsKeyId":{},"adminUserPassword":{"shape":"St"},"adminUsername":{"shape":"Su"},"dbName":{},"defaultIamRoleArn":{},"iamRoles":{"shape":"Sv"},"kmsKeyId":{},"logExports":{"shape":"Sx"},"manageAdminPassword":{"type":"boolean"},"namespaceName":{},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"namespace":{"shape":"S12"}}},"idempotent":true},"CreateSnapshot":{"input":{"type":"structure","required":["namespaceName","snapshotName"],"members":{"namespaceName":{},"retentionPeriod":{"type":"integer"},"snapshotName":{},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"snapshot":{"shape":"S9"}}},"idempotent":true},"CreateUsageLimit":{"input":{"type":"structure","required":["amount","resourceArn","usageType"],"members":{"amount":{"type":"long"},"breachAction":{},"period":{},"resourceArn":{},"usageType":{}}},"output":{"type":"structure","members":{"usageLimit":{"shape":"S1b"}}},"idempotent":true},"CreateWorkgroup":{"input":{"type":"structure","required":["namespaceName","workgroupName"],"members":{"baseCapacity":{"type":"integer"},"configParameters":{"shape":"S1d"},"enhancedVpcRouting":{"type":"boolean"},"namespaceName":{},"port":{"type":"integer"},"publiclyAccessible":{"type":"boolean"},"securityGroupIds":{"shape":"S1h"},"subnetIds":{"shape":"Sh"},"tags":{"shape":"S4"},"workgroupName":{}}},"output":{"type":"structure","members":{"workgroup":{"shape":"S1l"}}},"idempotent":true},"DeleteEndpointAccess":{"input":{"type":"structure","required":["endpointName"],"members":{"endpointName":{}}},"output":{"type":"structure","members":{"endpoint":{"shape":"Sm"}}},"idempotent":true},"DeleteNamespace":{"input":{"type":"structure","required":["namespaceName"],"members":{"finalSnapshotName":{},"finalSnapshotRetentionPeriod":{"type":"integer"},"namespaceName":{}}},"output":{"type":"structure","required":["namespace"],"members":{"namespace":{"shape":"S12"}}},"idempotent":true},"DeleteResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSnapshot":{"input":{"type":"structure","required":["snapshotName"],"members":{"snapshotName":{}}},"output":{"type":"structure","members":{"snapshot":{"shape":"S9"}}},"idempotent":true},"DeleteUsageLimit":{"input":{"type":"structure","required":["usageLimitId"],"members":{"usageLimitId":{}}},"output":{"type":"structure","members":{"usageLimit":{"shape":"S1b"}}},"idempotent":true},"DeleteWorkgroup":{"input":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}},"output":{"type":"structure","required":["workgroup"],"members":{"workgroup":{"shape":"S1l"}}},"idempotent":true},"GetCredentials":{"input":{"type":"structure","required":["workgroupName"],"members":{"dbName":{},"durationSeconds":{"type":"integer"},"workgroupName":{}}},"output":{"type":"structure","members":{"dbPassword":{"shape":"St"},"dbUser":{"shape":"Su"},"expiration":{"type":"timestamp"},"nextRefreshTime":{"type":"timestamp"}}}},"GetEndpointAccess":{"input":{"type":"structure","required":["endpointName"],"members":{"endpointName":{}}},"output":{"type":"structure","members":{"endpoint":{"shape":"Sm"}}}},"GetNamespace":{"input":{"type":"structure","required":["namespaceName"],"members":{"namespaceName":{}}},"output":{"type":"structure","required":["namespace"],"members":{"namespace":{"shape":"S12"}}}},"GetRecoveryPoint":{"input":{"type":"structure","required":["recoveryPointId"],"members":{"recoveryPointId":{}}},"output":{"type":"structure","members":{"recoveryPoint":{"shape":"S2b"}}}},"GetResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"resourcePolicy":{"shape":"S2e"}}}},"GetSnapshot":{"input":{"type":"structure","members":{"ownerAccount":{},"snapshotArn":{},"snapshotName":{}}},"output":{"type":"structure","members":{"snapshot":{"shape":"S9"}}}},"GetTableRestoreStatus":{"input":{"type":"structure","required":["tableRestoreRequestId"],"members":{"tableRestoreRequestId":{}}},"output":{"type":"structure","members":{"tableRestoreStatus":{"shape":"S2j"}}}},"GetUsageLimit":{"input":{"type":"structure","required":["usageLimitId"],"members":{"usageLimitId":{}}},"output":{"type":"structure","members":{"usageLimit":{"shape":"S1b"}}}},"GetWorkgroup":{"input":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}},"output":{"type":"structure","required":["workgroup"],"members":{"workgroup":{"shape":"S1l"}}}},"ListEndpointAccess":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"vpcId":{},"workgroupName":{}}},"output":{"type":"structure","required":["endpoints"],"members":{"endpoints":{"type":"list","member":{"shape":"Sm"}},"nextToken":{}}}},"ListNamespaces":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["namespaces"],"members":{"namespaces":{"type":"list","member":{"shape":"S12"}},"nextToken":{}}}},"ListRecoveryPoints":{"input":{"type":"structure","members":{"endTime":{"type":"timestamp"},"maxResults":{"type":"integer"},"namespaceArn":{},"namespaceName":{},"nextToken":{},"startTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"nextToken":{},"recoveryPoints":{"type":"list","member":{"shape":"S2b"}}}}},"ListSnapshots":{"input":{"type":"structure","members":{"endTime":{"type":"timestamp"},"maxResults":{"type":"integer"},"namespaceArn":{},"namespaceName":{},"nextToken":{},"ownerAccount":{},"startTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"nextToken":{},"snapshots":{"type":"list","member":{"shape":"S9"}}}}},"ListTableRestoreStatus":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"namespaceName":{},"nextToken":{},"workgroupName":{}}},"output":{"type":"structure","members":{"nextToken":{},"tableRestoreStatuses":{"type":"list","member":{"shape":"S2j"}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S4"}}}},"ListUsageLimits":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"resourceArn":{},"usageType":{}}},"output":{"type":"structure","members":{"nextToken":{},"usageLimits":{"type":"list","member":{"shape":"S1b"}}}}},"ListWorkgroups":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["workgroups"],"members":{"nextToken":{},"workgroups":{"type":"list","member":{"shape":"S1l"}}}}},"PutResourcePolicy":{"input":{"type":"structure","required":["policy","resourceArn"],"members":{"policy":{},"resourceArn":{}}},"output":{"type":"structure","members":{"resourcePolicy":{"shape":"S2e"}}}},"RestoreFromRecoveryPoint":{"input":{"type":"structure","required":["namespaceName","recoveryPointId","workgroupName"],"members":{"namespaceName":{},"recoveryPointId":{},"workgroupName":{}}},"output":{"type":"structure","members":{"namespace":{"shape":"S12"},"recoveryPointId":{}}}},"RestoreFromSnapshot":{"input":{"type":"structure","required":["namespaceName","workgroupName"],"members":{"adminPasswordSecretKmsKeyId":{},"manageAdminPassword":{"type":"boolean"},"namespaceName":{},"ownerAccount":{},"snapshotArn":{},"snapshotName":{},"workgroupName":{}}},"output":{"type":"structure","members":{"namespace":{"shape":"S12"},"ownerAccount":{},"snapshotName":{}}},"idempotent":true},"RestoreTableFromSnapshot":{"input":{"type":"structure","required":["namespaceName","newTableName","snapshotName","sourceDatabaseName","sourceTableName","workgroupName"],"members":{"activateCaseSensitiveIdentifier":{"type":"boolean"},"namespaceName":{},"newTableName":{},"snapshotName":{},"sourceDatabaseName":{},"sourceSchemaName":{},"sourceTableName":{},"targetDatabaseName":{},"targetSchemaName":{},"workgroupName":{}}},"output":{"type":"structure","members":{"tableRestoreStatus":{"shape":"S2j"}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateEndpointAccess":{"input":{"type":"structure","required":["endpointName"],"members":{"endpointName":{},"vpcSecurityGroupIds":{"shape":"Sj"}}},"output":{"type":"structure","members":{"endpoint":{"shape":"Sm"}}}},"UpdateNamespace":{"input":{"type":"structure","required":["namespaceName"],"members":{"adminPasswordSecretKmsKeyId":{},"adminUserPassword":{"shape":"St"},"adminUsername":{"shape":"Su"},"defaultIamRoleArn":{},"iamRoles":{"shape":"Sv"},"kmsKeyId":{},"logExports":{"shape":"Sx"},"manageAdminPassword":{"type":"boolean"},"namespaceName":{}}},"output":{"type":"structure","required":["namespace"],"members":{"namespace":{"shape":"S12"}}}},"UpdateSnapshot":{"input":{"type":"structure","required":["snapshotName"],"members":{"retentionPeriod":{"type":"integer"},"snapshotName":{}}},"output":{"type":"structure","members":{"snapshot":{"shape":"S9"}}}},"UpdateUsageLimit":{"input":{"type":"structure","required":["usageLimitId"],"members":{"amount":{"type":"long"},"breachAction":{},"usageLimitId":{}}},"output":{"type":"structure","members":{"usageLimit":{"shape":"S1b"}}}},"UpdateWorkgroup":{"input":{"type":"structure","required":["workgroupName"],"members":{"baseCapacity":{"type":"integer"},"configParameters":{"shape":"S1d"},"enhancedVpcRouting":{"type":"boolean"},"port":{"type":"integer"},"publiclyAccessible":{"type":"boolean"},"securityGroupIds":{"shape":"S1h"},"subnetIds":{"shape":"Sh"},"workgroupName":{}}},"output":{"type":"structure","required":["workgroup"],"members":{"workgroup":{"shape":"S1l"}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S9":{"type":"structure","members":{"accountsWithProvisionedRestoreAccess":{"shape":"Sa"},"accountsWithRestoreAccess":{"shape":"Sa"},"actualIncrementalBackupSizeInMegaBytes":{"type":"double"},"adminPasswordSecretArn":{},"adminPasswordSecretKmsKeyId":{},"adminUsername":{},"backupProgressInMegaBytes":{"type":"double"},"currentBackupRateInMegaBytesPerSecond":{"type":"double"},"elapsedTimeInSeconds":{"type":"long"},"estimatedSecondsToCompletion":{"type":"long"},"kmsKeyId":{},"namespaceArn":{},"namespaceName":{},"ownerAccount":{},"snapshotArn":{},"snapshotCreateTime":{"shape":"Se"},"snapshotName":{},"snapshotRemainingDays":{"type":"integer"},"snapshotRetentionPeriod":{"type":"integer"},"snapshotRetentionStartTime":{"shape":"Se"},"status":{},"totalBackupSizeInMegaBytes":{"type":"double"}}},"Sa":{"type":"list","member":{}},"Se":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"list","member":{}},"Sj":{"type":"list","member":{}},"Sm":{"type":"structure","members":{"address":{},"endpointArn":{},"endpointCreateTime":{"shape":"Se"},"endpointName":{},"endpointStatus":{},"port":{"type":"integer"},"subnetIds":{"shape":"Sh"},"vpcEndpoint":{"shape":"Sn"},"vpcSecurityGroups":{"type":"list","member":{"type":"structure","members":{"status":{},"vpcSecurityGroupId":{}}}},"workgroupName":{}}},"Sn":{"type":"structure","members":{"networkInterfaces":{"type":"list","member":{"type":"structure","members":{"availabilityZone":{},"networkInterfaceId":{},"privateIpAddress":{},"subnetId":{}}}},"vpcEndpointId":{},"vpcId":{}}},"St":{"type":"string","sensitive":true},"Su":{"type":"string","sensitive":true},"Sv":{"type":"list","member":{}},"Sx":{"type":"list","member":{}},"S12":{"type":"structure","members":{"adminPasswordSecretArn":{},"adminPasswordSecretKmsKeyId":{},"adminUsername":{"shape":"Su"},"creationDate":{"shape":"Se"},"dbName":{},"defaultIamRoleArn":{},"iamRoles":{"shape":"Sv"},"kmsKeyId":{},"logExports":{"shape":"Sx"},"namespaceArn":{},"namespaceId":{},"namespaceName":{},"status":{}}},"S1b":{"type":"structure","members":{"amount":{"type":"long"},"breachAction":{},"period":{},"resourceArn":{},"usageLimitArn":{},"usageLimitId":{},"usageType":{}}},"S1d":{"type":"list","member":{"type":"structure","members":{"parameterKey":{},"parameterValue":{}}}},"S1h":{"type":"list","member":{}},"S1l":{"type":"structure","members":{"baseCapacity":{"type":"integer"},"configParameters":{"shape":"S1d"},"creationDate":{"shape":"Se"},"endpoint":{"type":"structure","members":{"address":{},"port":{"type":"integer"},"vpcEndpoints":{"type":"list","member":{"shape":"Sn"}}}},"enhancedVpcRouting":{"type":"boolean"},"namespaceName":{},"port":{"type":"integer"},"publiclyAccessible":{"type":"boolean"},"securityGroupIds":{"shape":"S1h"},"status":{},"subnetIds":{"shape":"Sh"},"workgroupArn":{},"workgroupId":{},"workgroupName":{}}},"S2b":{"type":"structure","members":{"namespaceArn":{},"namespaceName":{},"recoveryPointCreateTime":{"shape":"Se"},"recoveryPointId":{},"totalSizeInMegaBytes":{"type":"double"},"workgroupName":{}}},"S2e":{"type":"structure","members":{"policy":{},"resourceArn":{}}},"S2j":{"type":"structure","members":{"message":{},"namespaceName":{},"newTableName":{},"progressInMegaBytes":{"type":"long"},"requestTime":{"type":"timestamp"},"snapshotName":{},"sourceDatabaseName":{},"sourceSchemaName":{},"sourceTableName":{},"status":{},"tableRestoreRequestId":{},"targetDatabaseName":{},"targetSchemaName":{},"totalDataInMegaBytes":{"type":"long"},"workgroupName":{}}}}}
/***/ }),
-/* 1186 */
+/* 1183 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListEndpointAccess":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"endpoints"},"ListNamespaces":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"namespaces"},"ListRecoveryPoints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"recoveryPoints"},"ListSnapshots":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"snapshots"},"ListTableRestoreStatus":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"tableRestoreStatuses"},"ListUsageLimits":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"usageLimits"},"ListWorkgroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workgroups"}}}
/***/ }),
-/* 1187 */
+/* 1184 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62602,8 +62565,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.RolesAnywhere = Service.defineService('rolesanywhere', ['2018-05-10']);
Object.defineProperty(apiLoader.services['rolesanywhere'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1188);
- model.paginators = __webpack_require__(1189).pagination;
+ var model = __webpack_require__(1185);
+ model.paginators = __webpack_require__(1186).pagination;
return model;
},
enumerable: true,
@@ -62614,19 +62577,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1188 */
+/* 1185 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"rolesanywhere","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"IAM Roles Anywhere","serviceId":"RolesAnywhere","signatureVersion":"v4","signingName":"rolesanywhere","uid":"rolesanywhere-2018-05-10"},"operations":{"CreateProfile":{"http":{"requestUri":"/profiles","responseCode":201},"input":{"type":"structure","required":["name","roleArns"],"members":{"durationSeconds":{"type":"integer"},"enabled":{"type":"boolean"},"managedPolicyArns":{"shape":"S4"},"name":{},"requireInstanceProperties":{"type":"boolean"},"roleArns":{"shape":"S7"},"sessionPolicy":{},"tags":{"shape":"Sa"}}},"output":{"shape":"Se"}},"CreateTrustAnchor":{"http":{"requestUri":"/trustanchors","responseCode":201},"input":{"type":"structure","required":["name","source"],"members":{"enabled":{"type":"boolean"},"name":{},"notificationSettings":{"shape":"Sl"},"source":{"shape":"Sq"},"tags":{"shape":"Sa"}}},"output":{"shape":"Su"}},"DeleteCrl":{"http":{"method":"DELETE","requestUri":"/crl/{crlId}","responseCode":200},"input":{"shape":"S10"},"output":{"shape":"S11"},"idempotent":true},"DeleteProfile":{"http":{"method":"DELETE","requestUri":"/profile/{profileId}","responseCode":200},"input":{"shape":"S14"},"output":{"shape":"Se"},"idempotent":true},"DeleteTrustAnchor":{"http":{"method":"DELETE","requestUri":"/trustanchor/{trustAnchorId}","responseCode":200},"input":{"shape":"S15"},"output":{"shape":"Su"},"idempotent":true},"DisableCrl":{"http":{"requestUri":"/crl/{crlId}/disable","responseCode":200},"input":{"shape":"S10"},"output":{"shape":"S11"}},"DisableProfile":{"http":{"requestUri":"/profile/{profileId}/disable","responseCode":200},"input":{"shape":"S14"},"output":{"shape":"Se"}},"DisableTrustAnchor":{"http":{"requestUri":"/trustanchor/{trustAnchorId}/disable","responseCode":200},"input":{"shape":"S15"},"output":{"shape":"Su"}},"EnableCrl":{"http":{"requestUri":"/crl/{crlId}/enable","responseCode":200},"input":{"shape":"S10"},"output":{"shape":"S11"}},"EnableProfile":{"http":{"requestUri":"/profile/{profileId}/enable","responseCode":200},"input":{"shape":"S14"},"output":{"shape":"Se"}},"EnableTrustAnchor":{"http":{"requestUri":"/trustanchor/{trustAnchorId}/enable","responseCode":200},"input":{"shape":"S15"},"output":{"shape":"Su"}},"GetCrl":{"http":{"method":"GET","requestUri":"/crl/{crlId}","responseCode":200},"input":{"shape":"S10"},"output":{"shape":"S11"}},"GetProfile":{"http":{"method":"GET","requestUri":"/profile/{profileId}","responseCode":200},"input":{"shape":"S14"},"output":{"shape":"Se"}},"GetSubject":{"http":{"method":"GET","requestUri":"/subject/{subjectId}","responseCode":200},"input":{"type":"structure","required":["subjectId"],"members":{"subjectId":{"location":"uri","locationName":"subjectId"}}},"output":{"type":"structure","members":{"subject":{"type":"structure","members":{"createdAt":{"shape":"Sg"},"credentials":{"type":"list","member":{"type":"structure","members":{"enabled":{"type":"boolean"},"failed":{"type":"boolean"},"issuer":{},"seenAt":{"shape":"Sg"},"serialNumber":{},"x509CertificateData":{}}}},"enabled":{"type":"boolean"},"instanceProperties":{"type":"list","member":{"type":"structure","members":{"failed":{"type":"boolean"},"properties":{"type":"map","key":{},"value":{}},"seenAt":{"shape":"Sg"}}}},"lastSeenAt":{"shape":"Sg"},"subjectArn":{},"subjectId":{},"updatedAt":{"shape":"Sg"},"x509Subject":{}}}}}},"GetTrustAnchor":{"http":{"method":"GET","requestUri":"/trustanchor/{trustAnchorId}","responseCode":200},"input":{"shape":"S15"},"output":{"shape":"Su"}},"ImportCrl":{"http":{"requestUri":"/crls","responseCode":201},"input":{"type":"structure","required":["crlData","name","trustAnchorArn"],"members":{"crlData":{"type":"blob"},"enabled":{"type":"boolean"},"name":{},"tags":{"shape":"Sa"},"trustAnchorArn":{}}},"output":{"shape":"S11"}},"ListCrls":{"http":{"method":"GET","requestUri":"/crls","responseCode":200},"input":{"shape":"S1j"},"output":{"type":"structure","members":{"crls":{"type":"list","member":{"shape":"S12"}},"nextToken":{}}}},"ListProfiles":{"http":{"method":"GET","requestUri":"/profiles","responseCode":200},"input":{"shape":"S1j"},"output":{"type":"structure","members":{"nextToken":{},"profiles":{"type":"list","member":{"shape":"Sf"}}}}},"ListSubjects":{"http":{"method":"GET","requestUri":"/subjects","responseCode":200},"input":{"shape":"S1j"},"output":{"type":"structure","members":{"nextToken":{},"subjects":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"Sg"},"enabled":{"type":"boolean"},"lastSeenAt":{"shape":"Sg"},"subjectArn":{},"subjectId":{},"updatedAt":{"shape":"Sg"},"x509Subject":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/ListTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sa"}}}},"ListTrustAnchors":{"http":{"method":"GET","requestUri":"/trustanchors","responseCode":200},"input":{"shape":"S1j"},"output":{"type":"structure","members":{"nextToken":{},"trustAnchors":{"type":"list","member":{"shape":"Sv"}}}}},"PutNotificationSettings":{"http":{"method":"PATCH","requestUri":"/put-notifications-settings","responseCode":200},"input":{"type":"structure","required":["notificationSettings","trustAnchorId"],"members":{"notificationSettings":{"shape":"Sl"},"trustAnchorId":{}}},"output":{"type":"structure","required":["trustAnchor"],"members":{"trustAnchor":{"shape":"Sv"}}}},"ResetNotificationSettings":{"http":{"method":"PATCH","requestUri":"/reset-notifications-settings","responseCode":200},"input":{"type":"structure","required":["notificationSettingKeys","trustAnchorId"],"members":{"notificationSettingKeys":{"type":"list","member":{"type":"structure","required":["event"],"members":{"channel":{},"event":{}}}},"trustAnchorId":{}}},"output":{"type":"structure","required":["trustAnchor"],"members":{"trustAnchor":{"shape":"Sv"}}}},"TagResource":{"http":{"requestUri":"/TagResource","responseCode":201},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"Sa"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/UntagResource","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{"shape":"Sc"}}}},"output":{"type":"structure","members":{}}},"UpdateCrl":{"http":{"method":"PATCH","requestUri":"/crl/{crlId}","responseCode":200},"input":{"type":"structure","required":["crlId"],"members":{"crlData":{"type":"blob"},"crlId":{"location":"uri","locationName":"crlId"},"name":{}}},"output":{"shape":"S11"}},"UpdateProfile":{"http":{"method":"PATCH","requestUri":"/profile/{profileId}","responseCode":200},"input":{"type":"structure","required":["profileId"],"members":{"durationSeconds":{"type":"integer"},"managedPolicyArns":{"shape":"S4"},"name":{},"profileId":{"location":"uri","locationName":"profileId"},"roleArns":{"shape":"S7"},"sessionPolicy":{}}},"output":{"shape":"Se"},"idempotent":true},"UpdateTrustAnchor":{"http":{"method":"PATCH","requestUri":"/trustanchor/{trustAnchorId}","responseCode":200},"input":{"type":"structure","required":["trustAnchorId"],"members":{"name":{},"source":{"shape":"Sq"},"trustAnchorId":{"location":"uri","locationName":"trustAnchorId"}}},"output":{"shape":"Su"},"idempotent":true}},"shapes":{"S4":{"type":"list","member":{}},"S7":{"type":"list","member":{}},"Sa":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{"shape":"Sc"},"value":{"type":"string","sensitive":true}}}},"Sc":{"type":"string","sensitive":true},"Se":{"type":"structure","members":{"profile":{"shape":"Sf"}}},"Sf":{"type":"structure","members":{"createdAt":{"shape":"Sg"},"createdBy":{},"durationSeconds":{"type":"integer"},"enabled":{"type":"boolean"},"managedPolicyArns":{"shape":"S4"},"name":{},"profileArn":{},"profileId":{},"requireInstanceProperties":{"type":"boolean"},"roleArns":{"shape":"S7"},"sessionPolicy":{},"updatedAt":{"shape":"Sg"}}},"Sg":{"type":"timestamp","timestampFormat":"iso8601"},"Sl":{"type":"list","member":{"type":"structure","required":["enabled","event"],"members":{"channel":{},"enabled":{"type":"boolean"},"event":{},"threshold":{"type":"integer"}}}},"Sq":{"type":"structure","members":{"sourceData":{"type":"structure","members":{"acmPcaArn":{},"x509CertificateData":{}},"union":true},"sourceType":{}}},"Su":{"type":"structure","required":["trustAnchor"],"members":{"trustAnchor":{"shape":"Sv"}}},"Sv":{"type":"structure","members":{"createdAt":{"shape":"Sg"},"enabled":{"type":"boolean"},"name":{},"notificationSettings":{"type":"list","member":{"type":"structure","required":["enabled","event"],"members":{"channel":{},"configuredBy":{},"enabled":{"type":"boolean"},"event":{},"threshold":{"type":"integer"}}}},"source":{"shape":"Sq"},"trustAnchorArn":{},"trustAnchorId":{},"updatedAt":{"shape":"Sg"}}},"S10":{"type":"structure","required":["crlId"],"members":{"crlId":{"location":"uri","locationName":"crlId"}}},"S11":{"type":"structure","required":["crl"],"members":{"crl":{"shape":"S12"}}},"S12":{"type":"structure","members":{"createdAt":{"shape":"Sg"},"crlArn":{},"crlData":{"type":"blob"},"crlId":{},"enabled":{"type":"boolean"},"name":{},"trustAnchorArn":{},"updatedAt":{"shape":"Sg"}}},"S14":{"type":"structure","required":["profileId"],"members":{"profileId":{"location":"uri","locationName":"profileId"}}},"S15":{"type":"structure","required":["trustAnchorId"],"members":{"trustAnchorId":{"location":"uri","locationName":"trustAnchorId"}}},"S1j":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"pageSize":{"location":"querystring","locationName":"pageSize","type":"integer"}}}}}
/***/ }),
-/* 1189 */
+/* 1186 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListCrls":{"input_token":"nextToken","output_token":"nextToken","result_key":"crls"},"ListProfiles":{"input_token":"nextToken","output_token":"nextToken","result_key":"profiles"},"ListSubjects":{"input_token":"nextToken","output_token":"nextToken","result_key":"subjects"},"ListTrustAnchors":{"input_token":"nextToken","output_token":"nextToken","result_key":"trustAnchors"}}}
/***/ }),
-/* 1190 */
+/* 1187 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62638,8 +62601,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.LicenseManagerUserSubscriptions = Service.defineService('licensemanagerusersubscriptions', ['2018-05-10']);
Object.defineProperty(apiLoader.services['licensemanagerusersubscriptions'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1191);
- model.paginators = __webpack_require__(1192).pagination;
+ var model = __webpack_require__(1188);
+ model.paginators = __webpack_require__(1189).pagination;
return model;
},
enumerable: true,
@@ -62650,19 +62613,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1191 */
+/* 1188 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"license-manager-user-subscriptions","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS License Manager User Subscriptions","serviceId":"License Manager User Subscriptions","signatureVersion":"v4","signingName":"license-manager-user-subscriptions","uid":"license-manager-user-subscriptions-2018-05-10"},"operations":{"AssociateUser":{"http":{"requestUri":"/user/AssociateUser","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","InstanceId","Username"],"members":{"Domain":{},"IdentityProvider":{"shape":"S3"},"InstanceId":{},"Username":{}}},"output":{"type":"structure","required":["InstanceUserSummary"],"members":{"InstanceUserSummary":{"shape":"S6"}}},"idempotent":true},"DeregisterIdentityProvider":{"http":{"requestUri":"/identity-provider/DeregisterIdentityProvider","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product"],"members":{"IdentityProvider":{"shape":"S3"},"Product":{}}},"output":{"type":"structure","required":["IdentityProviderSummary"],"members":{"IdentityProviderSummary":{"shape":"S9"}}},"idempotent":true},"DisassociateUser":{"http":{"requestUri":"/user/DisassociateUser","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","InstanceId","Username"],"members":{"Domain":{},"IdentityProvider":{"shape":"S3"},"InstanceId":{},"Username":{}}},"output":{"type":"structure","required":["InstanceUserSummary"],"members":{"InstanceUserSummary":{"shape":"S6"}}},"idempotent":true},"ListIdentityProviders":{"http":{"requestUri":"/identity-provider/ListIdentityProviders","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["IdentityProviderSummaries"],"members":{"IdentityProviderSummaries":{"type":"list","member":{"shape":"S9"}},"NextToken":{}}}},"ListInstances":{"http":{"requestUri":"/instance/ListInstances","responseCode":200},"input":{"type":"structure","members":{"Filters":{"shape":"Sl"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"InstanceSummaries":{"type":"list","member":{"type":"structure","required":["InstanceId","Products","Status"],"members":{"InstanceId":{},"LastStatusCheckDate":{},"Products":{"type":"list","member":{}},"Status":{},"StatusMessage":{}}}},"NextToken":{}}}},"ListProductSubscriptions":{"http":{"requestUri":"/user/ListProductSubscriptions","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product"],"members":{"Filters":{"shape":"Sl"},"IdentityProvider":{"shape":"S3"},"MaxResults":{"type":"integer"},"NextToken":{},"Product":{}}},"output":{"type":"structure","members":{"NextToken":{},"ProductUserSummaries":{"type":"list","member":{"shape":"Su"}}}}},"ListUserAssociations":{"http":{"requestUri":"/user/ListUserAssociations","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","InstanceId"],"members":{"Filters":{"shape":"Sl"},"IdentityProvider":{"shape":"S3"},"InstanceId":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"InstanceUserSummaries":{"type":"list","member":{"shape":"S6"}},"NextToken":{}}}},"RegisterIdentityProvider":{"http":{"requestUri":"/identity-provider/RegisterIdentityProvider","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product"],"members":{"IdentityProvider":{"shape":"S3"},"Product":{},"Settings":{"shape":"Sa"}}},"output":{"type":"structure","required":["IdentityProviderSummary"],"members":{"IdentityProviderSummary":{"shape":"S9"}}},"idempotent":true},"StartProductSubscription":{"http":{"requestUri":"/user/StartProductSubscription","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product","Username"],"members":{"Domain":{},"IdentityProvider":{"shape":"S3"},"Product":{},"Username":{}}},"output":{"type":"structure","required":["ProductUserSummary"],"members":{"ProductUserSummary":{"shape":"Su"}}}},"StopProductSubscription":{"http":{"requestUri":"/user/StopProductSubscription","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product","Username"],"members":{"Domain":{},"IdentityProvider":{"shape":"S3"},"Product":{},"Username":{}}},"output":{"type":"structure","required":["ProductUserSummary"],"members":{"ProductUserSummary":{"shape":"Su"}}}},"UpdateIdentityProviderSettings":{"http":{"requestUri":"/identity-provider/UpdateIdentityProviderSettings","responseCode":200},"input":{"type":"structure","required":["IdentityProvider","Product","UpdateSettings"],"members":{"IdentityProvider":{"shape":"S3"},"Product":{},"UpdateSettings":{"type":"structure","required":["AddSubnets","RemoveSubnets"],"members":{"AddSubnets":{"shape":"S16"},"RemoveSubnets":{"shape":"S16"},"SecurityGroupId":{}}}}},"output":{"type":"structure","required":["IdentityProviderSummary"],"members":{"IdentityProviderSummary":{"shape":"S9"}}},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"ActiveDirectoryIdentityProvider":{"type":"structure","members":{"DirectoryId":{}}}},"union":true},"S6":{"type":"structure","required":["IdentityProvider","InstanceId","Status","Username"],"members":{"AssociationDate":{},"DisassociationDate":{},"Domain":{},"IdentityProvider":{"shape":"S3"},"InstanceId":{},"Status":{},"StatusMessage":{},"Username":{}}},"S9":{"type":"structure","required":["IdentityProvider","Product","Settings","Status"],"members":{"FailureMessage":{},"IdentityProvider":{"shape":"S3"},"Product":{},"Settings":{"shape":"Sa"},"Status":{}}},"Sa":{"type":"structure","required":["SecurityGroupId","Subnets"],"members":{"SecurityGroupId":{},"Subnets":{"type":"list","member":{}}}},"Sl":{"type":"list","member":{"type":"structure","members":{"Attribute":{},"Operation":{},"Value":{}}}},"Su":{"type":"structure","required":["IdentityProvider","Product","Status","Username"],"members":{"Domain":{},"IdentityProvider":{"shape":"S3"},"Product":{},"Status":{},"StatusMessage":{},"SubscriptionEndDate":{},"SubscriptionStartDate":{},"Username":{}}},"S16":{"type":"list","member":{}}}}
/***/ }),
-/* 1192 */
+/* 1189 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListIdentityProviders":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"IdentityProviderSummaries"},"ListInstances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"InstanceSummaries"},"ListProductSubscriptions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ProductUserSummaries"},"ListUserAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"InstanceUserSummaries"}}}
/***/ }),
-/* 1193 */
+/* 1190 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62674,8 +62637,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.BackupStorage = Service.defineService('backupstorage', ['2018-04-10']);
Object.defineProperty(apiLoader.services['backupstorage'], '2018-04-10', {
get: function get() {
- var model = __webpack_require__(1194);
- model.paginators = __webpack_require__(1195).pagination;
+ var model = __webpack_require__(1191);
+ model.paginators = __webpack_require__(1192).pagination;
return model;
},
enumerable: true,
@@ -62686,19 +62649,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1194 */
+/* 1191 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-04-10","endpointPrefix":"backupstorage","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Backup Storage","serviceId":"BackupStorage","signatureVersion":"v4","signingName":"backup-storage","uid":"backupstorage-2018-04-10"},"operations":{"DeleteObject":{"http":{"method":"DELETE","requestUri":"/backup-jobs/{jobId}/object/{objectName}"},"input":{"type":"structure","required":["BackupJobId","ObjectName"],"members":{"BackupJobId":{"location":"uri","locationName":"jobId"},"ObjectName":{"location":"uri","locationName":"objectName"}}}},"GetChunk":{"http":{"method":"GET","requestUri":"/restore-jobs/{jobId}/chunk/{chunkToken}"},"input":{"type":"structure","required":["StorageJobId","ChunkToken"],"members":{"StorageJobId":{"location":"uri","locationName":"jobId"},"ChunkToken":{"location":"uri","locationName":"chunkToken"}}},"output":{"type":"structure","required":["Data","Length","Checksum","ChecksumAlgorithm"],"members":{"Data":{"shape":"S5"},"Length":{"location":"header","locationName":"x-amz-data-length","type":"long"},"Checksum":{"location":"header","locationName":"x-amz-checksum"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}},"payload":"Data"}},"GetObjectMetadata":{"http":{"method":"GET","requestUri":"/restore-jobs/{jobId}/object/{objectToken}/metadata"},"input":{"type":"structure","required":["StorageJobId","ObjectToken"],"members":{"StorageJobId":{"location":"uri","locationName":"jobId"},"ObjectToken":{"location":"uri","locationName":"objectToken"}}},"output":{"type":"structure","members":{"MetadataString":{"location":"header","locationName":"x-amz-metadata-string"},"MetadataBlob":{"shape":"S5"},"MetadataBlobLength":{"location":"header","locationName":"x-amz-data-length","type":"long"},"MetadataBlobChecksum":{"location":"header","locationName":"x-amz-checksum"},"MetadataBlobChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}},"payload":"MetadataBlob"}},"ListChunks":{"http":{"method":"GET","requestUri":"/restore-jobs/{jobId}/chunks/{objectToken}/list"},"input":{"type":"structure","required":["StorageJobId","ObjectToken"],"members":{"StorageJobId":{"location":"uri","locationName":"jobId"},"ObjectToken":{"location":"uri","locationName":"objectToken"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","required":["ChunkList"],"members":{"ChunkList":{"type":"list","member":{"type":"structure","required":["Index","Length","Checksum","ChecksumAlgorithm","ChunkToken"],"members":{"Index":{"type":"long"},"Length":{"type":"long"},"Checksum":{},"ChecksumAlgorithm":{},"ChunkToken":{}}}},"NextToken":{}}}},"ListObjects":{"http":{"method":"GET","requestUri":"/restore-jobs/{jobId}/objects/list"},"input":{"type":"structure","required":["StorageJobId"],"members":{"StorageJobId":{"location":"uri","locationName":"jobId"},"StartingObjectName":{"location":"querystring","locationName":"starting-object-name"},"StartingObjectPrefix":{"location":"querystring","locationName":"starting-object-prefix"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"},"CreatedBefore":{"location":"querystring","locationName":"created-before","type":"timestamp"},"CreatedAfter":{"location":"querystring","locationName":"created-after","type":"timestamp"}}},"output":{"type":"structure","required":["ObjectList"],"members":{"ObjectList":{"type":"list","member":{"type":"structure","required":["Name","ObjectChecksum","ObjectChecksumAlgorithm","ObjectToken"],"members":{"Name":{},"ChunksCount":{"type":"long"},"MetadataString":{},"ObjectChecksum":{},"ObjectChecksumAlgorithm":{},"ObjectToken":{}}}},"NextToken":{}}}},"NotifyObjectComplete":{"http":{"method":"PUT","requestUri":"/backup-jobs/{jobId}/object/{uploadId}/complete"},"input":{"type":"structure","required":["BackupJobId","UploadId","ObjectChecksum","ObjectChecksumAlgorithm"],"members":{"BackupJobId":{"location":"uri","locationName":"jobId"},"UploadId":{"location":"uri","locationName":"uploadId"},"ObjectChecksum":{"location":"querystring","locationName":"checksum"},"ObjectChecksumAlgorithm":{"location":"querystring","locationName":"checksum-algorithm"},"MetadataString":{"location":"querystring","locationName":"metadata-string"},"MetadataBlob":{"shape":"S5"},"MetadataBlobLength":{"location":"querystring","locationName":"metadata-blob-length","type":"long"},"MetadataBlobChecksum":{"location":"querystring","locationName":"metadata-checksum"},"MetadataBlobChecksumAlgorithm":{"location":"querystring","locationName":"metadata-checksum-algorithm"}},"payload":"MetadataBlob"},"output":{"type":"structure","required":["ObjectChecksum","ObjectChecksumAlgorithm"],"members":{"ObjectChecksum":{},"ObjectChecksumAlgorithm":{}}},"authtype":"v4-unsigned-body"},"PutChunk":{"http":{"method":"PUT","requestUri":"/backup-jobs/{jobId}/chunk/{uploadId}/{chunkIndex}"},"input":{"type":"structure","required":["BackupJobId","UploadId","ChunkIndex","Data","Length","Checksum","ChecksumAlgorithm"],"members":{"BackupJobId":{"location":"uri","locationName":"jobId"},"UploadId":{"location":"uri","locationName":"uploadId"},"ChunkIndex":{"location":"uri","locationName":"chunkIndex","type":"long"},"Data":{"shape":"S5"},"Length":{"location":"querystring","locationName":"length","type":"long"},"Checksum":{"location":"querystring","locationName":"checksum"},"ChecksumAlgorithm":{"location":"querystring","locationName":"checksum-algorithm"}},"payload":"Data"},"output":{"type":"structure","required":["ChunkChecksum","ChunkChecksumAlgorithm"],"members":{"ChunkChecksum":{},"ChunkChecksumAlgorithm":{}}},"authtype":"v4-unsigned-body"},"PutObject":{"http":{"method":"PUT","requestUri":"/backup-jobs/{jobId}/object/{objectName}/put-object"},"input":{"type":"structure","required":["BackupJobId","ObjectName"],"members":{"BackupJobId":{"location":"uri","locationName":"jobId"},"ObjectName":{"location":"uri","locationName":"objectName"},"MetadataString":{"location":"querystring","locationName":"metadata-string"},"InlineChunk":{"shape":"S5"},"InlineChunkLength":{"location":"querystring","locationName":"length","type":"long"},"InlineChunkChecksum":{"location":"querystring","locationName":"checksum"},"InlineChunkChecksumAlgorithm":{"location":"querystring","locationName":"checksum-algorithm"},"ObjectChecksum":{"location":"querystring","locationName":"object-checksum"},"ObjectChecksumAlgorithm":{"location":"querystring","locationName":"object-checksum-algorithm"},"ThrowOnDuplicate":{"location":"querystring","locationName":"throwOnDuplicate","type":"boolean"}},"payload":"InlineChunk"},"output":{"type":"structure","required":["InlineChunkChecksum","InlineChunkChecksumAlgorithm","ObjectChecksum","ObjectChecksumAlgorithm"],"members":{"InlineChunkChecksum":{},"InlineChunkChecksumAlgorithm":{},"ObjectChecksum":{},"ObjectChecksumAlgorithm":{}}},"authtype":"v4-unsigned-body"},"StartObject":{"http":{"method":"PUT","requestUri":"/backup-jobs/{jobId}/object/{objectName}"},"input":{"type":"structure","required":["BackupJobId","ObjectName"],"members":{"BackupJobId":{"location":"uri","locationName":"jobId"},"ObjectName":{"location":"uri","locationName":"objectName"},"ThrowOnDuplicate":{"type":"boolean"}}},"output":{"type":"structure","required":["UploadId"],"members":{"UploadId":{}}}}},"shapes":{"S5":{"type":"blob","streaming":true}}}
/***/ }),
-/* 1195 */
+/* 1192 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListChunks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListObjects":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1196 */
+/* 1193 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62710,8 +62673,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.PrivateNetworks = Service.defineService('privatenetworks', ['2021-12-03']);
Object.defineProperty(apiLoader.services['privatenetworks'], '2021-12-03', {
get: function get() {
- var model = __webpack_require__(1197);
- model.paginators = __webpack_require__(1198).pagination;
+ var model = __webpack_require__(1194);
+ model.paginators = __webpack_require__(1195).pagination;
return model;
},
enumerable: true,
@@ -62722,19 +62685,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1197 */
+/* 1194 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-12-03","endpointPrefix":"private-networks","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Private 5G","serviceId":"PrivateNetworks","signatureVersion":"v4","signingName":"private-networks","uid":"privatenetworks-2021-12-03"},"operations":{"AcknowledgeOrderReceipt":{"http":{"requestUri":"/v1/orders/acknowledge","responseCode":200},"input":{"type":"structure","required":["orderArn"],"members":{"orderArn":{}}},"output":{"type":"structure","required":["order"],"members":{"order":{"shape":"S4"}}}},"ActivateDeviceIdentifier":{"http":{"requestUri":"/v1/device-identifiers/activate","responseCode":200},"input":{"type":"structure","required":["deviceIdentifierArn"],"members":{"clientToken":{},"deviceIdentifierArn":{}}},"output":{"type":"structure","required":["deviceIdentifier"],"members":{"deviceIdentifier":{"shape":"Sm"},"tags":{"shape":"Sp"}}},"idempotent":true},"ActivateNetworkSite":{"http":{"requestUri":"/v1/network-sites/activate","responseCode":200},"input":{"type":"structure","required":["networkSiteArn","shippingAddress"],"members":{"clientToken":{},"commitmentConfiguration":{"shape":"S9"},"networkSiteArn":{},"shippingAddress":{"shape":"Se"}}},"output":{"type":"structure","members":{"networkSite":{"shape":"Su"}}},"idempotent":true},"ConfigureAccessPoint":{"http":{"requestUri":"/v1/network-resources/configure","responseCode":200},"input":{"type":"structure","required":["accessPointArn"],"members":{"accessPointArn":{},"cpiSecretKey":{"type":"string","sensitive":true},"cpiUserId":{"type":"string","sensitive":true},"cpiUserPassword":{"type":"string","sensitive":true},"cpiUsername":{"type":"string","sensitive":true},"position":{"shape":"S19"}}},"output":{"type":"structure","required":["accessPoint"],"members":{"accessPoint":{"shape":"S1e"}}},"idempotent":true},"CreateNetwork":{"http":{"requestUri":"/v1/networks","responseCode":200},"input":{"type":"structure","required":["networkName"],"members":{"clientToken":{},"description":{},"networkName":{},"tags":{"shape":"Sp"}}},"output":{"type":"structure","required":["network"],"members":{"network":{"shape":"S1n"},"tags":{"shape":"Sp"}}},"idempotent":true},"CreateNetworkSite":{"http":{"requestUri":"/v1/network-sites","responseCode":200},"input":{"type":"structure","required":["networkArn","networkSiteName"],"members":{"availabilityZone":{},"availabilityZoneId":{},"clientToken":{},"description":{},"networkArn":{},"networkSiteName":{},"pendingPlan":{"shape":"Sv"},"tags":{"shape":"Sp"}}},"output":{"type":"structure","members":{"networkSite":{"shape":"Su"},"tags":{"shape":"Sp"}}},"idempotent":true},"DeactivateDeviceIdentifier":{"http":{"requestUri":"/v1/device-identifiers/deactivate","responseCode":200},"input":{"type":"structure","required":["deviceIdentifierArn"],"members":{"clientToken":{},"deviceIdentifierArn":{}}},"output":{"type":"structure","required":["deviceIdentifier"],"members":{"deviceIdentifier":{"shape":"Sm"}}},"idempotent":true},"DeleteNetwork":{"http":{"method":"DELETE","requestUri":"/v1/networks/{networkArn}","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"clientToken":{"location":"querystring","locationName":"clientToken"},"networkArn":{"location":"uri","locationName":"networkArn"}}},"output":{"type":"structure","required":["network"],"members":{"network":{"shape":"S1n"}}},"idempotent":true},"DeleteNetworkSite":{"http":{"method":"DELETE","requestUri":"/v1/network-sites/{networkSiteArn}","responseCode":200},"input":{"type":"structure","required":["networkSiteArn"],"members":{"clientToken":{"location":"querystring","locationName":"clientToken"},"networkSiteArn":{"location":"uri","locationName":"networkSiteArn"}}},"output":{"type":"structure","members":{"networkSite":{"shape":"Su"}}},"idempotent":true},"GetDeviceIdentifier":{"http":{"method":"GET","requestUri":"/v1/device-identifiers/{deviceIdentifierArn}","responseCode":200},"input":{"type":"structure","required":["deviceIdentifierArn"],"members":{"deviceIdentifierArn":{"location":"uri","locationName":"deviceIdentifierArn"}}},"output":{"type":"structure","members":{"deviceIdentifier":{"shape":"Sm"},"tags":{"shape":"Sp"}}}},"GetNetwork":{"http":{"method":"GET","requestUri":"/v1/networks/{networkArn}","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"networkArn":{"location":"uri","locationName":"networkArn"}}},"output":{"type":"structure","required":["network"],"members":{"network":{"shape":"S1n"},"tags":{"shape":"Sp"}}}},"GetNetworkResource":{"http":{"method":"GET","requestUri":"/v1/network-resources/{networkResourceArn}","responseCode":200},"input":{"type":"structure","required":["networkResourceArn"],"members":{"networkResourceArn":{"location":"uri","locationName":"networkResourceArn"}}},"output":{"type":"structure","required":["networkResource"],"members":{"networkResource":{"shape":"S1e"},"tags":{"shape":"Sp"}}}},"GetNetworkSite":{"http":{"method":"GET","requestUri":"/v1/network-sites/{networkSiteArn}","responseCode":200},"input":{"type":"structure","required":["networkSiteArn"],"members":{"networkSiteArn":{"location":"uri","locationName":"networkSiteArn"}}},"output":{"type":"structure","members":{"networkSite":{"shape":"Su"},"tags":{"shape":"Sp"}}}},"GetOrder":{"http":{"method":"GET","requestUri":"/v1/orders/{orderArn}","responseCode":200},"input":{"type":"structure","required":["orderArn"],"members":{"orderArn":{"location":"uri","locationName":"orderArn"}}},"output":{"type":"structure","required":["order"],"members":{"order":{"shape":"S4"},"tags":{"shape":"Sp"}}}},"ListDeviceIdentifiers":{"http":{"requestUri":"/v1/device-identifiers/list","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"filters":{"type":"map","key":{},"value":{"type":"list","member":{}}},"maxResults":{"type":"integer"},"networkArn":{},"startToken":{}}},"output":{"type":"structure","members":{"deviceIdentifiers":{"type":"list","member":{"shape":"Sm"}},"nextToken":{}}}},"ListNetworkResources":{"http":{"requestUri":"/v1/network-resources","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"filters":{"type":"map","key":{},"value":{"type":"list","member":{}}},"maxResults":{"type":"integer"},"networkArn":{},"startToken":{}}},"output":{"type":"structure","members":{"networkResources":{"type":"list","member":{"shape":"S1e"}},"nextToken":{}}}},"ListNetworkSites":{"http":{"requestUri":"/v1/network-sites/list","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"filters":{"type":"map","key":{},"value":{"type":"list","member":{}}},"maxResults":{"type":"integer"},"networkArn":{},"startToken":{}}},"output":{"type":"structure","members":{"networkSites":{"type":"list","member":{"shape":"Su"}},"nextToken":{}}}},"ListNetworks":{"http":{"requestUri":"/v1/networks/list","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"map","key":{},"value":{"type":"list","member":{}}},"maxResults":{"type":"integer"},"startToken":{}}},"output":{"type":"structure","members":{"networks":{"type":"list","member":{"shape":"S1n"}},"nextToken":{}}}},"ListOrders":{"http":{"requestUri":"/v1/orders/list","responseCode":200},"input":{"type":"structure","required":["networkArn"],"members":{"filters":{"type":"map","key":{},"value":{"type":"list","member":{}}},"maxResults":{"type":"integer"},"networkArn":{},"startToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"orders":{"type":"list","member":{"shape":"S4"}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sp"}}}},"Ping":{"http":{"method":"GET","requestUri":"/ping","responseCode":200},"output":{"type":"structure","members":{"status":{}}}},"StartNetworkResourceUpdate":{"http":{"requestUri":"/v1/network-resources/update","responseCode":200},"input":{"type":"structure","required":["networkResourceArn","updateType"],"members":{"commitmentConfiguration":{"shape":"S9"},"networkResourceArn":{},"returnReason":{},"shippingAddress":{"shape":"Se"},"updateType":{}}},"output":{"type":"structure","members":{"networkResource":{"shape":"S1e"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sp"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{},"sensitive":true}}},"output":{"type":"structure","members":{}}},"UpdateNetworkSite":{"http":{"method":"PUT","requestUri":"/v1/network-sites/site","responseCode":200},"input":{"type":"structure","required":["networkSiteArn"],"members":{"clientToken":{},"description":{},"networkSiteArn":{}}},"output":{"shape":"S3k"},"idempotent":true},"UpdateNetworkSitePlan":{"http":{"method":"PUT","requestUri":"/v1/network-sites/plan","responseCode":200},"input":{"type":"structure","required":["networkSiteArn","pendingPlan"],"members":{"clientToken":{},"networkSiteArn":{},"pendingPlan":{"shape":"Sv"}}},"output":{"shape":"S3k"},"idempotent":true}},"shapes":{"S4":{"type":"structure","members":{"acknowledgmentStatus":{},"createdAt":{"shape":"S6"},"networkArn":{},"networkSiteArn":{},"orderArn":{},"orderedResources":{"type":"list","member":{"type":"structure","required":["count","type"],"members":{"commitmentConfiguration":{"shape":"S9"},"count":{"type":"integer"},"type":{}}}},"shippingAddress":{"shape":"Se"},"trackingInformation":{"type":"list","member":{"type":"structure","members":{"trackingNumber":{}}}}}},"S6":{"type":"timestamp","timestampFormat":"iso8601"},"S9":{"type":"structure","required":["automaticRenewal","commitmentLength"],"members":{"automaticRenewal":{"type":"boolean"},"commitmentLength":{}}},"Se":{"type":"structure","required":["city","country","name","postalCode","stateOrProvince","street1"],"members":{"city":{"shape":"Sf"},"company":{"shape":"Sf"},"country":{"shape":"Sf"},"emailAddress":{"shape":"Sf"},"name":{"shape":"Sf"},"phoneNumber":{"shape":"Sf"},"postalCode":{"shape":"Sf"},"stateOrProvince":{"shape":"Sf"},"street1":{"shape":"Sf"},"street2":{"shape":"Sf"},"street3":{"shape":"Sf"}}},"Sf":{"type":"string","sensitive":true},"Sm":{"type":"structure","members":{"createdAt":{"shape":"S6"},"deviceIdentifierArn":{},"iccid":{},"imsi":{"type":"string","sensitive":true},"networkArn":{},"orderArn":{},"status":{},"trafficGroupArn":{},"vendor":{}}},"Sp":{"type":"map","key":{},"value":{},"sensitive":true},"Su":{"type":"structure","required":["networkArn","networkSiteArn","networkSiteName","status"],"members":{"availabilityZone":{},"availabilityZoneId":{},"createdAt":{"shape":"S6"},"currentPlan":{"shape":"Sv"},"description":{},"networkArn":{},"networkSiteArn":{},"networkSiteName":{},"pendingPlan":{"shape":"Sv"},"status":{},"statusReason":{}}},"Sv":{"type":"structure","members":{"options":{"shape":"Sw"},"resourceDefinitions":{"type":"list","member":{"type":"structure","required":["count","type"],"members":{"count":{"type":"integer"},"options":{"shape":"Sw"},"type":{}}}}}},"Sw":{"type":"list","member":{"shape":"Sx"}},"Sx":{"type":"structure","required":["name"],"members":{"name":{},"value":{}}},"S19":{"type":"structure","members":{"elevation":{"type":"double"},"elevationReference":{},"elevationUnit":{},"latitude":{"type":"double"},"longitude":{"type":"double"}}},"S1e":{"type":"structure","members":{"attributes":{"type":"list","member":{"shape":"Sx"}},"commitmentInformation":{"type":"structure","required":["commitmentConfiguration"],"members":{"commitmentConfiguration":{"shape":"S9"},"expiresOn":{"shape":"S6"},"startAt":{"shape":"S6"}}},"createdAt":{"shape":"S6"},"description":{},"health":{},"model":{},"networkArn":{},"networkResourceArn":{},"networkSiteArn":{},"orderArn":{},"position":{"shape":"S19"},"returnInformation":{"type":"structure","members":{"replacementOrderArn":{},"returnReason":{},"shippingAddress":{"shape":"Se"},"shippingLabel":{}}},"serialNumber":{},"status":{},"statusReason":{},"type":{},"vendor":{}}},"S1n":{"type":"structure","required":["networkArn","networkName","status"],"members":{"createdAt":{"shape":"S6"},"description":{},"networkArn":{},"networkName":{},"status":{},"statusReason":{}}},"S3k":{"type":"structure","members":{"networkSite":{"shape":"Su"},"tags":{"shape":"Sp"}}}}}
/***/ }),
-/* 1198 */
+/* 1195 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDeviceIdentifiers":{"input_token":"startToken","output_token":"nextToken","limit_key":"maxResults","result_key":"deviceIdentifiers"},"ListNetworkResources":{"input_token":"startToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkResources"},"ListNetworkSites":{"input_token":"startToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkSites"},"ListNetworks":{"input_token":"startToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networks"},"ListOrders":{"input_token":"startToken","output_token":"nextToken","limit_key":"maxResults","result_key":"orders"}}}
/***/ }),
-/* 1199 */
+/* 1196 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62746,8 +62709,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SupportApp = Service.defineService('supportapp', ['2021-08-20']);
Object.defineProperty(apiLoader.services['supportapp'], '2021-08-20', {
get: function get() {
- var model = __webpack_require__(1200);
- model.paginators = __webpack_require__(1201).pagination;
+ var model = __webpack_require__(1197);
+ model.paginators = __webpack_require__(1198).pagination;
return model;
},
enumerable: true,
@@ -62758,19 +62721,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1200 */
+/* 1197 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-20","endpointPrefix":"supportapp","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"SupportApp","serviceFullName":"AWS Support App","serviceId":"Support App","signatureVersion":"v4","signingName":"supportapp","uid":"support-app-2021-08-20"},"operations":{"CreateSlackChannelConfiguration":{"http":{"requestUri":"/control/create-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["channelId","channelRoleArn","notifyOnCaseSeverity","teamId"],"members":{"channelId":{},"channelName":{},"channelRoleArn":{},"notifyOnAddCorrespondenceToCase":{"type":"boolean"},"notifyOnCaseSeverity":{},"notifyOnCreateOrReopenCase":{"type":"boolean"},"notifyOnResolveCase":{"type":"boolean"},"teamId":{}}},"output":{"type":"structure","members":{}}},"DeleteAccountAlias":{"http":{"requestUri":"/control/delete-account-alias","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DeleteSlackChannelConfiguration":{"http":{"requestUri":"/control/delete-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["channelId","teamId"],"members":{"channelId":{},"teamId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackWorkspaceConfiguration":{"http":{"requestUri":"/control/delete-slack-workspace-configuration","responseCode":200},"input":{"type":"structure","required":["teamId"],"members":{"teamId":{}}},"output":{"type":"structure","members":{}}},"GetAccountAlias":{"http":{"requestUri":"/control/get-account-alias","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"accountAlias":{}}}},"ListSlackChannelConfigurations":{"http":{"requestUri":"/control/list-slack-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{}}},"output":{"type":"structure","required":["slackChannelConfigurations"],"members":{"nextToken":{},"slackChannelConfigurations":{"type":"list","member":{"type":"structure","required":["channelId","teamId"],"members":{"channelId":{},"channelName":{},"channelRoleArn":{},"notifyOnAddCorrespondenceToCase":{"type":"boolean"},"notifyOnCaseSeverity":{},"notifyOnCreateOrReopenCase":{"type":"boolean"},"notifyOnResolveCase":{"type":"boolean"},"teamId":{}}}}}}},"ListSlackWorkspaceConfigurations":{"http":{"requestUri":"/control/list-slack-workspace-configurations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"slackWorkspaceConfigurations":{"type":"list","member":{"type":"structure","required":["teamId"],"members":{"allowOrganizationMemberAccount":{"type":"boolean"},"teamId":{},"teamName":{}}}}}}},"PutAccountAlias":{"http":{"requestUri":"/control/put-account-alias","responseCode":200},"input":{"type":"structure","required":["accountAlias"],"members":{"accountAlias":{}}},"output":{"type":"structure","members":{}}},"RegisterSlackWorkspaceForOrganization":{"http":{"requestUri":"/control/register-slack-workspace-for-organization","responseCode":200},"input":{"type":"structure","required":["teamId"],"members":{"teamId":{}}},"output":{"type":"structure","members":{"accountType":{},"teamId":{},"teamName":{}}}},"UpdateSlackChannelConfiguration":{"http":{"requestUri":"/control/update-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["channelId","teamId"],"members":{"channelId":{},"channelName":{},"channelRoleArn":{},"notifyOnAddCorrespondenceToCase":{"type":"boolean"},"notifyOnCaseSeverity":{},"notifyOnCreateOrReopenCase":{"type":"boolean"},"notifyOnResolveCase":{"type":"boolean"},"teamId":{}}},"output":{"type":"structure","members":{"channelId":{},"channelName":{},"channelRoleArn":{},"notifyOnAddCorrespondenceToCase":{"type":"boolean"},"notifyOnCaseSeverity":{},"notifyOnCreateOrReopenCase":{"type":"boolean"},"notifyOnResolveCase":{"type":"boolean"},"teamId":{}}}}},"shapes":{}}
/***/ }),
-/* 1201 */
+/* 1198 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListSlackChannelConfigurations":{"input_token":"nextToken","output_token":"nextToken"},"ListSlackWorkspaceConfigurations":{"input_token":"nextToken","output_token":"nextToken"}}}
/***/ }),
-/* 1202 */
+/* 1199 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62782,8 +62745,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ControlTower = Service.defineService('controltower', ['2018-05-10']);
Object.defineProperty(apiLoader.services['controltower'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1203);
- model.paginators = __webpack_require__(1204).pagination;
+ var model = __webpack_require__(1200);
+ model.paginators = __webpack_require__(1201).pagination;
return model;
},
enumerable: true,
@@ -62794,19 +62757,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1203 */
+/* 1200 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"controltower","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Control Tower","serviceId":"ControlTower","signatureVersion":"v4","signingName":"controltower","uid":"controltower-2018-05-10"},"operations":{"DisableControl":{"http":{"requestUri":"/disable-control","responseCode":200},"input":{"type":"structure","required":["controlIdentifier","targetIdentifier"],"members":{"controlIdentifier":{},"targetIdentifier":{}}},"output":{"type":"structure","required":["operationIdentifier"],"members":{"operationIdentifier":{}}}},"EnableControl":{"http":{"requestUri":"/enable-control","responseCode":200},"input":{"type":"structure","required":["controlIdentifier","targetIdentifier"],"members":{"controlIdentifier":{},"targetIdentifier":{}}},"output":{"type":"structure","required":["operationIdentifier"],"members":{"operationIdentifier":{}}}},"GetControlOperation":{"http":{"requestUri":"/get-control-operation","responseCode":200},"input":{"type":"structure","required":["operationIdentifier"],"members":{"operationIdentifier":{}}},"output":{"type":"structure","required":["controlOperation"],"members":{"controlOperation":{"type":"structure","members":{"endTime":{"shape":"Sb"},"operationType":{},"startTime":{"shape":"Sb"},"status":{},"statusMessage":{}}}}}},"GetEnabledControl":{"http":{"requestUri":"/get-enabled-control","responseCode":200},"input":{"type":"structure","required":["enabledControlIdentifier"],"members":{"enabledControlIdentifier":{}}},"output":{"type":"structure","required":["enabledControlDetails"],"members":{"enabledControlDetails":{"type":"structure","members":{"arn":{},"controlIdentifier":{},"driftStatusSummary":{"shape":"Sj"},"statusSummary":{"shape":"Sl"},"targetIdentifier":{},"targetRegions":{"type":"list","member":{"type":"structure","members":{"name":{}}}}}}}}},"ListEnabledControls":{"http":{"requestUri":"/list-enabled-controls","responseCode":200},"input":{"type":"structure","required":["targetIdentifier"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"targetIdentifier":{}}},"output":{"type":"structure","required":["enabledControls"],"members":{"enabledControls":{"type":"list","member":{"type":"structure","members":{"arn":{},"controlIdentifier":{},"driftStatusSummary":{"shape":"Sj"},"statusSummary":{"shape":"Sl"},"targetIdentifier":{}}}},"nextToken":{}}}}},"shapes":{"Sb":{"type":"timestamp","timestampFormat":"iso8601"},"Sj":{"type":"structure","members":{"driftStatus":{}}},"Sl":{"type":"structure","members":{"lastOperationIdentifier":{},"status":{}}}}}
/***/ }),
-/* 1204 */
+/* 1201 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListEnabledControls":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"enabledControls"}}}
/***/ }),
-/* 1205 */
+/* 1202 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62818,9 +62781,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.IoTFleetWise = Service.defineService('iotfleetwise', ['2021-06-17']);
Object.defineProperty(apiLoader.services['iotfleetwise'], '2021-06-17', {
get: function get() {
- var model = __webpack_require__(1206);
- model.paginators = __webpack_require__(1207).pagination;
- model.waiters = __webpack_require__(1208).waiters;
+ var model = __webpack_require__(1203);
+ model.paginators = __webpack_require__(1204).pagination;
+ model.waiters = __webpack_require__(1205).waiters;
return model;
},
enumerable: true,
@@ -62831,25 +62794,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1206 */
+/* 1203 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-06-17","endpointPrefix":"iotfleetwise","jsonVersion":"1.0","protocol":"json","serviceFullName":"AWS IoT FleetWise","serviceId":"IoTFleetWise","signatureVersion":"v4","signingName":"iotfleetwise","targetPrefix":"IoTAutobahnControlPlane","uid":"iotfleetwise-2021-06-17"},"operations":{"AssociateVehicleFleet":{"input":{"type":"structure","required":["vehicleName","fleetId"],"members":{"vehicleName":{},"fleetId":{}}},"output":{"type":"structure","members":{}}},"BatchCreateVehicle":{"input":{"type":"structure","required":["vehicles"],"members":{"vehicles":{"type":"list","member":{"type":"structure","required":["vehicleName","modelManifestArn","decoderManifestArn"],"members":{"vehicleName":{},"modelManifestArn":{},"decoderManifestArn":{},"attributes":{"shape":"S9"},"associationBehavior":{},"tags":{"shape":"Sd"}}}}}},"output":{"type":"structure","members":{"vehicles":{"type":"list","member":{"type":"structure","members":{"vehicleName":{},"arn":{},"thingArn":{}}}},"errors":{"type":"list","member":{"type":"structure","members":{"vehicleName":{},"code":{},"message":{}}}}}}},"BatchUpdateVehicle":{"input":{"type":"structure","required":["vehicles"],"members":{"vehicles":{"type":"list","member":{"type":"structure","required":["vehicleName"],"members":{"vehicleName":{},"modelManifestArn":{},"decoderManifestArn":{},"attributes":{"shape":"S9"},"attributeUpdateMode":{}}}}}},"output":{"type":"structure","members":{"vehicles":{"type":"list","member":{"type":"structure","members":{"vehicleName":{},"arn":{}}}},"errors":{"type":"list","member":{"type":"structure","members":{"vehicleName":{},"code":{"type":"integer"},"message":{}}}}}}},"CreateCampaign":{"input":{"type":"structure","required":["name","signalCatalogArn","targetArn","collectionScheme"],"members":{"name":{},"description":{},"signalCatalogArn":{},"targetArn":{},"startTime":{"type":"timestamp"},"expiryTime":{"type":"timestamp"},"postTriggerCollectionDuration":{"type":"long"},"diagnosticsMode":{},"spoolingMode":{},"compression":{},"priority":{"type":"integer"},"signalsToCollect":{"shape":"S16"},"collectionScheme":{"shape":"S1a"},"dataExtraDimensions":{"shape":"S1h"},"tags":{"shape":"Sd"},"dataDestinationConfigs":{"shape":"S1j"}}},"output":{"type":"structure","members":{"name":{},"arn":{}}},"idempotent":true},"CreateDecoderManifest":{"input":{"type":"structure","required":["name","modelManifestArn"],"members":{"name":{},"description":{},"modelManifestArn":{},"signalDecoders":{"shape":"S1w"},"networkInterfaces":{"shape":"S2a"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"CreateFleet":{"input":{"type":"structure","required":["fleetId","signalCatalogArn"],"members":{"fleetId":{},"description":{},"signalCatalogArn":{},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["id","arn"],"members":{"id":{},"arn":{}}},"idempotent":true},"CreateModelManifest":{"input":{"type":"structure","required":["name","nodes","signalCatalogArn"],"members":{"name":{},"description":{},"nodes":{"shape":"S2o"},"signalCatalogArn":{},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"CreateSignalCatalog":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"nodes":{"shape":"S2r"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"CreateVehicle":{"input":{"type":"structure","required":["vehicleName","modelManifestArn","decoderManifestArn"],"members":{"vehicleName":{},"modelManifestArn":{},"decoderManifestArn":{},"attributes":{"shape":"S9"},"associationBehavior":{},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{"vehicleName":{},"arn":{},"thingArn":{}}},"idempotent":true},"DeleteCampaign":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","members":{"name":{},"arn":{}}},"idempotent":true},"DeleteDecoderManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"DeleteFleet":{"input":{"type":"structure","required":["fleetId"],"members":{"fleetId":{}}},"output":{"type":"structure","members":{"id":{},"arn":{}}},"idempotent":true},"DeleteModelManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"DeleteSignalCatalog":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"DeleteVehicle":{"input":{"type":"structure","required":["vehicleName"],"members":{"vehicleName":{}}},"output":{"type":"structure","required":["vehicleName","arn"],"members":{"vehicleName":{},"arn":{}}},"idempotent":true},"DisassociateVehicleFleet":{"input":{"type":"structure","required":["vehicleName","fleetId"],"members":{"vehicleName":{},"fleetId":{}}},"output":{"type":"structure","members":{}}},"GetCampaign":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","members":{"name":{},"arn":{},"description":{},"signalCatalogArn":{},"targetArn":{},"status":{},"startTime":{"type":"timestamp"},"expiryTime":{"type":"timestamp"},"postTriggerCollectionDuration":{"type":"long"},"diagnosticsMode":{},"spoolingMode":{},"compression":{},"priority":{"type":"integer"},"signalsToCollect":{"shape":"S16"},"collectionScheme":{"shape":"S1a"},"dataExtraDimensions":{"shape":"S1h"},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"},"dataDestinationConfigs":{"shape":"S1j"}}}},"GetDecoderManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn","creationTime","lastModificationTime"],"members":{"name":{},"arn":{},"description":{},"modelManifestArn":{},"status":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetEncryptionConfiguration":{"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["encryptionStatus","encryptionType"],"members":{"kmsKeyId":{},"encryptionStatus":{},"encryptionType":{},"errorMessage":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetFleet":{"input":{"type":"structure","required":["fleetId"],"members":{"fleetId":{}}},"output":{"type":"structure","required":["id","arn","signalCatalogArn","creationTime","lastModificationTime"],"members":{"id":{},"arn":{},"description":{},"signalCatalogArn":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetLoggingOptions":{"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["cloudWatchLogDelivery"],"members":{"cloudWatchLogDelivery":{"shape":"S3w"}}}},"GetModelManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn","creationTime","lastModificationTime"],"members":{"name":{},"arn":{},"description":{},"signalCatalogArn":{},"status":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetRegisterAccountStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["customerAccountId","accountStatus","iamRegistrationResponse","creationTime","lastModificationTime"],"members":{"customerAccountId":{},"accountStatus":{},"timestreamRegistrationResponse":{"type":"structure","required":["timestreamDatabaseName","timestreamTableName","registrationStatus"],"members":{"timestreamDatabaseName":{},"timestreamTableName":{},"timestreamDatabaseArn":{},"timestreamTableArn":{},"registrationStatus":{},"errorMessage":{}}},"iamRegistrationResponse":{"type":"structure","required":["roleArn","registrationStatus"],"members":{"roleArn":{},"registrationStatus":{},"errorMessage":{}}},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetSignalCatalog":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["name","arn","creationTime","lastModificationTime"],"members":{"name":{},"arn":{},"description":{},"nodeCounts":{"type":"structure","members":{"totalNodes":{"type":"integer"},"totalBranches":{"type":"integer"},"totalSensors":{"type":"integer"},"totalAttributes":{"type":"integer"},"totalActuators":{"type":"integer"}}},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetVehicle":{"input":{"type":"structure","required":["vehicleName"],"members":{"vehicleName":{}}},"output":{"type":"structure","members":{"vehicleName":{},"arn":{},"modelManifestArn":{},"decoderManifestArn":{},"attributes":{"shape":"S9"},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"GetVehicleStatus":{"input":{"type":"structure","required":["vehicleName"],"members":{"nextToken":{},"maxResults":{"type":"integer"},"vehicleName":{}}},"output":{"type":"structure","members":{"campaigns":{"type":"list","member":{"type":"structure","members":{"campaignName":{},"vehicleName":{},"status":{}}}},"nextToken":{}}}},"ImportDecoderManifest":{"input":{"type":"structure","required":["name","networkFileDefinitions"],"members":{"name":{},"networkFileDefinitions":{"type":"list","member":{"type":"structure","members":{"canDbc":{"type":"structure","required":["networkInterface","canDbcFiles"],"members":{"networkInterface":{},"canDbcFiles":{"type":"list","member":{"type":"blob"}},"signalsMap":{"type":"map","key":{},"value":{}}}}},"union":true}}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}}},"ImportSignalCatalog":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"vss":{"type":"structure","members":{"vssJson":{}},"union":true},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"ListCampaigns":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"},"status":{}}},"output":{"type":"structure","members":{"campaignSummaries":{"type":"list","member":{"type":"structure","required":["creationTime","lastModificationTime"],"members":{"arn":{},"name":{},"description":{},"signalCatalogArn":{},"targetArn":{},"status":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListDecoderManifestNetworkInterfaces":{"input":{"type":"structure","required":["name"],"members":{"name":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"networkInterfaces":{"shape":"S2a"},"nextToken":{}}}},"ListDecoderManifestSignals":{"input":{"type":"structure","required":["name"],"members":{"name":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"signalDecoders":{"shape":"S1w"},"nextToken":{}}}},"ListDecoderManifests":{"input":{"type":"structure","members":{"modelManifestArn":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"summaries":{"type":"list","member":{"type":"structure","required":["creationTime","lastModificationTime"],"members":{"name":{},"arn":{},"modelManifestArn":{},"description":{},"status":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFleets":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"fleetSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","signalCatalogArn","creationTime"],"members":{"id":{},"arn":{},"description":{},"signalCatalogArn":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFleetsForVehicle":{"input":{"type":"structure","required":["vehicleName"],"members":{"vehicleName":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"fleets":{"type":"list","member":{}},"nextToken":{}}}},"ListModelManifestNodes":{"input":{"type":"structure","required":["name"],"members":{"name":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nodes":{"shape":"S2r"},"nextToken":{}}}},"ListModelManifests":{"input":{"type":"structure","members":{"signalCatalogArn":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"summaries":{"type":"list","member":{"type":"structure","required":["creationTime","lastModificationTime"],"members":{"name":{},"arn":{},"signalCatalogArn":{},"description":{},"status":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListSignalCatalogNodes":{"input":{"type":"structure","required":["name"],"members":{"name":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nodes":{"shape":"S2r"},"nextToken":{}}}},"ListSignalCatalogs":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"summaries":{"type":"list","member":{"type":"structure","members":{"name":{},"arn":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sd"}}}},"ListVehicles":{"input":{"type":"structure","members":{"modelManifestArn":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"vehicleSummaries":{"type":"list","member":{"type":"structure","required":["vehicleName","arn","modelManifestArn","decoderManifestArn","creationTime","lastModificationTime"],"members":{"vehicleName":{},"arn":{},"modelManifestArn":{},"decoderManifestArn":{},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListVehiclesInFleet":{"input":{"type":"structure","required":["fleetId"],"members":{"fleetId":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"vehicles":{"type":"list","member":{}},"nextToken":{}}}},"PutEncryptionConfiguration":{"input":{"type":"structure","required":["encryptionType"],"members":{"kmsKeyId":{},"encryptionType":{}}},"output":{"type":"structure","required":["encryptionStatus","encryptionType"],"members":{"kmsKeyId":{},"encryptionStatus":{},"encryptionType":{}}}},"PutLoggingOptions":{"input":{"type":"structure","required":["cloudWatchLogDelivery"],"members":{"cloudWatchLogDelivery":{"shape":"S3w"}}},"output":{"type":"structure","members":{}},"idempotent":true},"RegisterAccount":{"input":{"type":"structure","members":{"timestreamResources":{"shape":"S68","deprecated":true,"deprecatedMessage":"Amazon Timestream metadata is now passed in the CreateCampaign API."},"iamResources":{"shape":"S69","deprecated":true,"deprecatedMessage":"iamResources is no longer used or needed as input"}}},"output":{"type":"structure","required":["registerAccountStatus","iamResources","creationTime","lastModificationTime"],"members":{"registerAccountStatus":{},"timestreamResources":{"shape":"S68"},"iamResources":{"shape":"S69"},"creationTime":{"type":"timestamp"},"lastModificationTime":{"type":"timestamp"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateCampaign":{"input":{"type":"structure","required":["name","action"],"members":{"name":{},"description":{},"dataExtraDimensions":{"shape":"S1h"},"action":{}}},"output":{"type":"structure","members":{"arn":{},"name":{},"status":{}}}},"UpdateDecoderManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"signalDecodersToAdd":{"shape":"S1w"},"signalDecodersToUpdate":{"shape":"S1w"},"signalDecodersToRemove":{"type":"list","member":{}},"networkInterfacesToAdd":{"shape":"S2a"},"networkInterfacesToUpdate":{"shape":"S2a"},"networkInterfacesToRemove":{"type":"list","member":{}},"status":{}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"UpdateFleet":{"input":{"type":"structure","required":["fleetId"],"members":{"fleetId":{},"description":{}}},"output":{"type":"structure","members":{"id":{},"arn":{}}}},"UpdateModelManifest":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"nodesToAdd":{"shape":"S6q"},"nodesToRemove":{"shape":"S6q"},"status":{}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"UpdateSignalCatalog":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"nodesToAdd":{"shape":"S2r"},"nodesToUpdate":{"shape":"S2r"},"nodesToRemove":{"shape":"S6q"}}},"output":{"type":"structure","required":["name","arn"],"members":{"name":{},"arn":{}}},"idempotent":true},"UpdateVehicle":{"input":{"type":"structure","required":["vehicleName"],"members":{"vehicleName":{},"modelManifestArn":{},"decoderManifestArn":{},"attributes":{"shape":"S9"},"attributeUpdateMode":{}}},"output":{"type":"structure","members":{"vehicleName":{},"arn":{}}}}},"shapes":{"S9":{"type":"map","key":{},"value":{}},"Sd":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S16":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"maxSampleCount":{"type":"long"},"minimumSamplingIntervalMs":{"type":"long"}}}},"S1a":{"type":"structure","members":{"timeBasedCollectionScheme":{"type":"structure","required":["periodMs"],"members":{"periodMs":{"type":"long"}}},"conditionBasedCollectionScheme":{"type":"structure","required":["expression"],"members":{"expression":{},"minimumTriggerIntervalMs":{"type":"long"},"triggerMode":{},"conditionLanguageVersion":{"type":"integer"}}}},"union":true},"S1h":{"type":"list","member":{}},"S1j":{"type":"list","member":{"type":"structure","members":{"s3Config":{"type":"structure","required":["bucketArn"],"members":{"bucketArn":{},"dataFormat":{},"storageCompressionFormat":{},"prefix":{}}},"timestreamConfig":{"type":"structure","required":["timestreamTableArn","executionRoleArn"],"members":{"timestreamTableArn":{},"executionRoleArn":{}}}},"union":true}},"S1w":{"type":"list","member":{"type":"structure","required":["fullyQualifiedName","type","interfaceId"],"members":{"fullyQualifiedName":{},"type":{},"interfaceId":{},"canSignal":{"type":"structure","required":["messageId","isBigEndian","isSigned","startBit","offset","factor","length"],"members":{"messageId":{"type":"integer"},"isBigEndian":{"type":"boolean"},"isSigned":{"type":"boolean"},"startBit":{"type":"integer"},"offset":{"type":"double"},"factor":{"type":"double"},"length":{"type":"integer"},"name":{}}},"obdSignal":{"type":"structure","required":["pidResponseLength","serviceMode","pid","scaling","offset","startByte","byteLength"],"members":{"pidResponseLength":{"type":"integer"},"serviceMode":{"type":"integer"},"pid":{"type":"integer"},"scaling":{"type":"double"},"offset":{"type":"double"},"startByte":{"type":"integer"},"byteLength":{"type":"integer"},"bitRightShift":{"type":"integer"},"bitMaskLength":{"type":"integer"}}}}}},"S2a":{"type":"list","member":{"type":"structure","required":["interfaceId","type"],"members":{"interfaceId":{},"type":{},"canInterface":{"type":"structure","required":["name"],"members":{"name":{},"protocolName":{},"protocolVersion":{}}},"obdInterface":{"type":"structure","required":["name","requestMessageId"],"members":{"name":{},"requestMessageId":{"type":"integer"},"obdStandard":{},"pidRequestIntervalSeconds":{"type":"integer"},"dtcRequestIntervalSeconds":{"type":"integer"},"useExtendedIds":{"type":"boolean"},"hasTransmissionEcu":{"type":"boolean"}}}}}},"S2o":{"type":"list","member":{}},"S2r":{"type":"list","member":{"type":"structure","members":{"branch":{"type":"structure","required":["fullyQualifiedName"],"members":{"fullyQualifiedName":{},"description":{},"deprecationMessage":{},"comment":{}}},"sensor":{"type":"structure","required":["fullyQualifiedName","dataType"],"members":{"fullyQualifiedName":{},"dataType":{},"description":{},"unit":{},"allowedValues":{"shape":"S2o"},"min":{"type":"double"},"max":{"type":"double"},"deprecationMessage":{},"comment":{}}},"actuator":{"type":"structure","required":["fullyQualifiedName","dataType"],"members":{"fullyQualifiedName":{},"dataType":{},"description":{},"unit":{},"allowedValues":{"shape":"S2o"},"min":{"type":"double"},"max":{"type":"double"},"assignedValue":{"deprecated":true,"deprecatedMessage":"assignedValue is no longer in use"},"deprecationMessage":{},"comment":{}}},"attribute":{"type":"structure","required":["fullyQualifiedName","dataType"],"members":{"fullyQualifiedName":{},"dataType":{},"description":{},"unit":{},"allowedValues":{"shape":"S2o"},"min":{"type":"double"},"max":{"type":"double"},"assignedValue":{"deprecated":true,"deprecatedMessage":"assignedValue is no longer in use"},"defaultValue":{},"deprecationMessage":{},"comment":{}}}},"union":true}},"S3w":{"type":"structure","required":["logType"],"members":{"logType":{},"logGroupName":{}}},"S68":{"type":"structure","required":["timestreamDatabaseName","timestreamTableName"],"members":{"timestreamDatabaseName":{},"timestreamTableName":{}}},"S69":{"type":"structure","required":["roleArn"],"members":{"roleArn":{}}},"S6q":{"type":"list","member":{}}}}
/***/ }),
-/* 1207 */
+/* 1204 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetVehicleStatus":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"campaigns"},"ListCampaigns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"campaignSummaries"},"ListDecoderManifestNetworkInterfaces":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkInterfaces"},"ListDecoderManifestSignals":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"signalDecoders"},"ListDecoderManifests":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"summaries"},"ListFleets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"fleetSummaries"},"ListFleetsForVehicle":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"fleets"},"ListModelManifestNodes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"nodes"},"ListModelManifests":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"summaries"},"ListSignalCatalogNodes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"nodes"},"ListSignalCatalogs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"summaries"},"ListVehicles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"vehicleSummaries"},"ListVehiclesInFleet":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"vehicles"}}}
/***/ }),
-/* 1208 */
+/* 1205 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1209 */
+/* 1206 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62861,9 +62824,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MigrationHubOrchestrator = Service.defineService('migrationhuborchestrator', ['2021-08-28']);
Object.defineProperty(apiLoader.services['migrationhuborchestrator'], '2021-08-28', {
get: function get() {
- var model = __webpack_require__(1210);
- model.paginators = __webpack_require__(1211).pagination;
- model.waiters = __webpack_require__(1212).waiters;
+ var model = __webpack_require__(1207);
+ model.paginators = __webpack_require__(1208).pagination;
+ model.waiters = __webpack_require__(1209).waiters;
return model;
},
enumerable: true,
@@ -62874,25 +62837,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1210 */
+/* 1207 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-28","endpointPrefix":"migrationhub-orchestrator","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Migration Hub Orchestrator","serviceId":"MigrationHubOrchestrator","signatureVersion":"v4","signingName":"migrationhub-orchestrator","uid":"migrationhuborchestrator-2021-08-28"},"operations":{"CreateWorkflow":{"http":{"requestUri":"/migrationworkflow/","responseCode":200},"input":{"type":"structure","required":["name","templateId","applicationConfigurationId","inputParameters"],"members":{"name":{},"description":{},"templateId":{},"applicationConfigurationId":{},"inputParameters":{"shape":"S6"},"stepTargets":{"shape":"Sb"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"name":{},"description":{},"templateId":{},"adsApplicationConfigurationId":{},"workflowInputs":{"shape":"S6"},"stepTargets":{"shape":"Sb"},"status":{},"creationTime":{"type":"timestamp"},"tags":{"shape":"Sd"}}}},"CreateWorkflowStep":{"http":{"requestUri":"/workflowstep","responseCode":200},"input":{"type":"structure","required":["name","stepGroupId","workflowId","stepActionType"],"members":{"name":{},"stepGroupId":{},"workflowId":{},"stepActionType":{},"description":{},"workflowStepAutomationConfiguration":{"shape":"Sq"},"stepTarget":{"shape":"Sb"},"outputs":{"shape":"Sx"},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}},"output":{"type":"structure","members":{"id":{},"stepGroupId":{},"workflowId":{},"name":{}}}},"CreateWorkflowStepGroup":{"http":{"requestUri":"/workflowstepgroups","responseCode":200},"input":{"type":"structure","required":["workflowId","name"],"members":{"workflowId":{},"name":{},"description":{},"next":{"shape":"Sb"},"previous":{"shape":"Sb"}}},"output":{"type":"structure","members":{"workflowId":{},"name":{},"id":{},"description":{},"tools":{"shape":"S18"},"next":{"shape":"Sb"},"previous":{"shape":"Sb"},"creationTime":{"type":"timestamp"}}}},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/migrationworkflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"status":{}}},"idempotent":true},"DeleteWorkflowStep":{"http":{"method":"DELETE","requestUri":"/workflowstep/{id}","responseCode":200},"input":{"type":"structure","required":["id","stepGroupId","workflowId"],"members":{"id":{"location":"uri","locationName":"id"},"stepGroupId":{"location":"querystring","locationName":"stepGroupId"},"workflowId":{"location":"querystring","locationName":"workflowId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteWorkflowStepGroup":{"http":{"method":"DELETE","requestUri":"/workflowstepgroup/{id}","responseCode":202},"input":{"type":"structure","required":["workflowId","id"],"members":{"workflowId":{"location":"querystring","locationName":"workflowId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetTemplate":{"http":{"method":"GET","requestUri":"/migrationworkflowtemplate/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"id":{},"name":{},"description":{},"inputs":{"type":"list","member":{"type":"structure","members":{"inputName":{},"dataType":{},"required":{"type":"boolean"}}}},"tools":{"shape":"S18"},"status":{},"creationTime":{"type":"timestamp"}}}},"GetTemplateStep":{"http":{"method":"GET","requestUri":"/templatestep/{id}","responseCode":200},"input":{"type":"structure","required":["id","templateId","stepGroupId"],"members":{"id":{"location":"uri","locationName":"id"},"templateId":{"location":"querystring","locationName":"templateId"},"stepGroupId":{"location":"querystring","locationName":"stepGroupId"}}},"output":{"type":"structure","members":{"id":{},"stepGroupId":{},"templateId":{},"name":{},"description":{},"stepActionType":{},"creationTime":{},"previous":{"shape":"Sb"},"next":{"shape":"Sb"},"outputs":{"type":"list","member":{"type":"structure","members":{"name":{},"dataType":{},"required":{"type":"boolean"}}}},"stepAutomationConfiguration":{"type":"structure","members":{"scriptLocationS3Bucket":{},"scriptLocationS3Key":{"shape":"Ss"},"command":{"shape":"Su"},"runEnvironment":{},"targetType":{}}}}}},"GetTemplateStepGroup":{"http":{"method":"GET","requestUri":"/templates/{templateId}/stepgroups/{id}","responseCode":200},"input":{"type":"structure","required":["templateId","id"],"members":{"templateId":{"location":"uri","locationName":"templateId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"templateId":{},"id":{},"name":{},"description":{},"status":{},"creationTime":{"type":"timestamp"},"lastModifiedTime":{"type":"timestamp"},"tools":{"shape":"S18"},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/migrationworkflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"name":{},"description":{},"templateId":{},"adsApplicationConfigurationId":{},"adsApplicationName":{},"status":{},"statusMessage":{},"creationTime":{"type":"timestamp"},"lastStartTime":{"type":"timestamp"},"lastStopTime":{"type":"timestamp"},"lastModifiedTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"tools":{"shape":"S18"},"totalSteps":{"type":"integer"},"completedSteps":{"type":"integer"},"workflowInputs":{"shape":"S6"},"tags":{"shape":"Sd"},"workflowBucket":{}}}},"GetWorkflowStep":{"http":{"method":"GET","requestUri":"/workflowstep/{id}","responseCode":200},"input":{"type":"structure","required":["workflowId","stepGroupId","id"],"members":{"workflowId":{"location":"querystring","locationName":"workflowId"},"stepGroupId":{"location":"querystring","locationName":"stepGroupId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"name":{},"stepGroupId":{},"workflowId":{},"stepId":{},"description":{},"stepActionType":{},"owner":{},"workflowStepAutomationConfiguration":{"shape":"Sq"},"stepTarget":{"shape":"Sb"},"outputs":{"type":"list","member":{"shape":"Sy"}},"previous":{"shape":"Sb"},"next":{"shape":"Sb"},"status":{},"statusMessage":{},"scriptOutputLocation":{},"creationTime":{"type":"timestamp"},"lastStartTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"noOfSrvCompleted":{"type":"integer"},"noOfSrvFailed":{"type":"integer"},"totalNoOfSrv":{"type":"integer"}}}},"GetWorkflowStepGroup":{"http":{"method":"GET","requestUri":"/workflowstepgroup/{id}","responseCode":200},"input":{"type":"structure","required":["id","workflowId"],"members":{"id":{"location":"uri","locationName":"id"},"workflowId":{"location":"querystring","locationName":"workflowId"}}},"output":{"type":"structure","members":{"id":{},"workflowId":{},"name":{},"description":{},"status":{},"owner":{},"creationTime":{"type":"timestamp"},"lastModifiedTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"tools":{"shape":"S18"},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}}},"ListPlugins":{"http":{"method":"GET","requestUri":"/plugins","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"plugins":{"type":"list","member":{"type":"structure","members":{"pluginId":{},"hostname":{},"status":{},"ipAddress":{},"version":{},"registeredTime":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S2i"}}}},"ListTemplateStepGroups":{"http":{"method":"GET","requestUri":"/templatestepgroups/{templateId}","responseCode":200},"input":{"type":"structure","required":["templateId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","required":["templateStepGroupSummary"],"members":{"nextToken":{},"templateStepGroupSummary":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}}}}}},"ListTemplateSteps":{"http":{"method":"GET","requestUri":"/templatesteps","responseCode":200},"input":{"type":"structure","required":["templateId","stepGroupId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"templateId":{"location":"querystring","locationName":"templateId"},"stepGroupId":{"location":"querystring","locationName":"stepGroupId"}}},"output":{"type":"structure","members":{"nextToken":{},"templateStepSummaryList":{"type":"list","member":{"type":"structure","members":{"id":{},"stepGroupId":{},"templateId":{},"name":{},"stepActionType":{},"targetType":{},"owner":{},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}}}}}},"ListTemplates":{"http":{"method":"GET","requestUri":"/migrationworkflowtemplates","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"name":{"location":"querystring","locationName":"name"}}},"output":{"type":"structure","required":["templateSummary"],"members":{"nextToken":{},"templateSummary":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"arn":{},"description":{}}}}}}},"ListWorkflowStepGroups":{"http":{"method":"GET","requestUri":"/workflowstepgroups","responseCode":200},"input":{"type":"structure","required":["workflowId"],"members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"workflowId":{"location":"querystring","locationName":"workflowId"}}},"output":{"type":"structure","required":["workflowStepGroupsSummary"],"members":{"nextToken":{},"workflowStepGroupsSummary":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"owner":{},"status":{},"previous":{"shape":"Sb"},"next":{"shape":"Sb"}}}}}}},"ListWorkflowSteps":{"http":{"method":"GET","requestUri":"/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps","responseCode":200},"input":{"type":"structure","required":["workflowId","stepGroupId"],"members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"workflowId":{"location":"uri","locationName":"workflowId"},"stepGroupId":{"location":"uri","locationName":"stepGroupId"}}},"output":{"type":"structure","required":["workflowStepsSummary"],"members":{"nextToken":{},"workflowStepsSummary":{"type":"list","member":{"type":"structure","members":{"stepId":{},"name":{},"stepActionType":{},"owner":{},"previous":{"shape":"Sb"},"next":{"shape":"Sb"},"status":{},"statusMessage":{},"noOfSrvCompleted":{"type":"integer"},"noOfSrvFailed":{"type":"integer"},"totalNoOfSrv":{"type":"integer"},"description":{},"scriptLocation":{}}}}}}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/migrationworkflows","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"templateId":{"location":"querystring","locationName":"templateId"},"adsApplicationConfigurationName":{"location":"querystring","locationName":"adsApplicationConfigurationName"},"status":{"location":"querystring","locationName":"status"},"name":{"location":"querystring","locationName":"name"}}},"output":{"type":"structure","required":["migrationWorkflowSummary"],"members":{"nextToken":{},"migrationWorkflowSummary":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"templateId":{},"adsApplicationConfigurationName":{},"status":{},"creationTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"statusMessage":{},"completedSteps":{"type":"integer"},"totalSteps":{"type":"integer"}}}}}}},"RetryWorkflowStep":{"http":{"requestUri":"/retryworkflowstep/{id}","responseCode":200},"input":{"type":"structure","required":["workflowId","stepGroupId","id"],"members":{"workflowId":{"location":"querystring","locationName":"workflowId"},"stepGroupId":{"location":"querystring","locationName":"stepGroupId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"stepGroupId":{},"workflowId":{},"id":{},"status":{}}}},"StartWorkflow":{"http":{"requestUri":"/migrationworkflow/{id}/start","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"status":{},"statusMessage":{},"lastStartTime":{"type":"timestamp"}}}},"StopWorkflow":{"http":{"requestUri":"/migrationworkflow/{id}/stop","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"status":{},"statusMessage":{},"lastStopTime":{"type":"timestamp"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2i"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateWorkflow":{"http":{"requestUri":"/migrationworkflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{},"inputParameters":{"shape":"S6"},"stepTargets":{"shape":"Sb"}}},"output":{"type":"structure","members":{"id":{},"arn":{},"name":{},"description":{},"templateId":{},"adsApplicationConfigurationId":{},"workflowInputs":{"shape":"S6"},"stepTargets":{"shape":"Sb"},"status":{},"creationTime":{"type":"timestamp"},"lastModifiedTime":{"type":"timestamp"},"tags":{"shape":"Sd"}}}},"UpdateWorkflowStep":{"http":{"requestUri":"/workflowstep/{id}","responseCode":200},"input":{"type":"structure","required":["id","stepGroupId","workflowId"],"members":{"id":{"location":"uri","locationName":"id"},"stepGroupId":{},"workflowId":{},"name":{},"description":{},"stepActionType":{},"workflowStepAutomationConfiguration":{"shape":"Sq"},"stepTarget":{"shape":"Sb"},"outputs":{"shape":"Sx"},"previous":{"shape":"Sb"},"next":{"shape":"Sb"},"status":{}}},"output":{"type":"structure","members":{"id":{},"stepGroupId":{},"workflowId":{},"name":{}}}},"UpdateWorkflowStepGroup":{"http":{"requestUri":"/workflowstepgroup/{id}","responseCode":202},"input":{"type":"structure","required":["workflowId","id"],"members":{"workflowId":{"location":"querystring","locationName":"workflowId"},"id":{"location":"uri","locationName":"id"},"name":{},"description":{},"next":{"shape":"Sb"},"previous":{"shape":"Sb"}}},"output":{"type":"structure","members":{"workflowId":{},"name":{},"id":{},"description":{},"tools":{"shape":"S18"},"next":{"shape":"Sb"},"previous":{"shape":"Sb"},"lastModifiedTime":{"type":"timestamp"}}},"idempotent":true}},"shapes":{"S6":{"type":"map","key":{},"value":{"type":"structure","members":{"integerValue":{"type":"integer"},"stringValue":{},"listOfStringsValue":{"shape":"Sb"},"mapOfStringValue":{"shape":"Sd"}},"union":true},"sensitive":true},"Sb":{"type":"list","member":{}},"Sd":{"type":"map","key":{},"value":{}},"Sq":{"type":"structure","members":{"scriptLocationS3Bucket":{},"scriptLocationS3Key":{"shape":"Ss"},"command":{"shape":"Su"},"runEnvironment":{},"targetType":{}}},"Ss":{"type":"structure","members":{"linux":{},"windows":{}}},"Su":{"type":"structure","members":{"linux":{},"windows":{}}},"Sx":{"type":"list","member":{"shape":"Sy"}},"Sy":{"type":"structure","members":{"name":{},"dataType":{},"required":{"type":"boolean"},"value":{"type":"structure","members":{"integerValue":{"type":"integer"},"stringValue":{},"listOfStringValue":{"shape":"Sb"}},"union":true}}},"S18":{"type":"list","member":{"type":"structure","members":{"name":{},"url":{}}}},"S2i":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1211 */
+/* 1208 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListPlugins":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"plugins"},"ListTemplateStepGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"templateStepGroupSummary"},"ListTemplateSteps":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"templateStepSummaryList"},"ListTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"templateSummary"},"ListWorkflowStepGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workflowStepGroupsSummary"},"ListWorkflowSteps":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workflowStepsSummary"},"ListWorkflows":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"migrationWorkflowSummary"}}}
/***/ }),
-/* 1212 */
+/* 1209 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1213 */
+/* 1210 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62904,8 +62867,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ConnectCases = Service.defineService('connectcases', ['2022-10-03']);
Object.defineProperty(apiLoader.services['connectcases'], '2022-10-03', {
get: function get() {
- var model = __webpack_require__(1214);
- model.paginators = __webpack_require__(1215).pagination;
+ var model = __webpack_require__(1211);
+ model.paginators = __webpack_require__(1212).pagination;
return model;
},
enumerable: true,
@@ -62916,19 +62879,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1214 */
+/* 1211 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-03","endpointPrefix":"cases","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ConnectCases","serviceFullName":"Amazon Connect Cases","serviceId":"ConnectCases","signatureVersion":"v4","signingName":"cases","uid":"connectcases-2022-10-03"},"operations":{"BatchGetField":{"http":{"requestUri":"/domains/{domainId}/fields-batch","responseCode":200},"input":{"type":"structure","required":["domainId","fields"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}}}},"output":{"type":"structure","required":["errors","fields"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","id"],"members":{"errorCode":{},"id":{},"message":{}}}},"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"description":{},"fieldArn":{},"fieldId":{},"name":{},"namespace":{},"tags":{"shape":"Sg"},"type":{}}}}}}},"BatchPutFieldOptions":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}/options","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId","options"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"options":{"type":"list","member":{"shape":"Sk"}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","message","value"],"members":{"errorCode":{},"message":{},"value":{}}}}}},"idempotent":true},"CreateCase":{"http":{"requestUri":"/domains/{domainId}/cases","responseCode":200},"input":{"type":"structure","required":["domainId","fields","templateId"],"members":{"clientToken":{"idempotencyToken":true},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Su"}},"templateId":{}}},"output":{"type":"structure","required":["caseArn","caseId"],"members":{"caseArn":{},"caseId":{}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/domains","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","required":["domainArn","domainId","domainStatus"],"members":{"domainArn":{},"domainId":{},"domainStatus":{}}},"idempotent":true},"CreateField":{"http":{"requestUri":"/domains/{domainId}/fields","responseCode":200},"input":{"type":"structure","required":["domainId","name","type"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"name":{},"type":{}}},"output":{"type":"structure","required":["fieldArn","fieldId"],"members":{"fieldArn":{},"fieldId":{}}},"idempotent":true},"CreateLayout":{"http":{"requestUri":"/domains/{domainId}/layouts","responseCode":200},"input":{"type":"structure","required":["content","domainId","name"],"members":{"content":{"shape":"S1b"},"domainId":{"location":"uri","locationName":"domainId"},"name":{}}},"output":{"type":"structure","required":["layoutArn","layoutId"],"members":{"layoutArn":{},"layoutId":{}}}},"CreateRelatedItem":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items/","responseCode":200},"input":{"type":"structure","required":["caseId","content","domainId","type"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"content":{"type":"structure","members":{"comment":{"shape":"S1q"},"contact":{"type":"structure","required":["contactArn"],"members":{"contactArn":{}}}},"union":true},"domainId":{"location":"uri","locationName":"domainId"},"type":{}}},"output":{"type":"structure","required":["relatedItemArn","relatedItemId"],"members":{"relatedItemArn":{},"relatedItemId":{}}},"idempotent":true},"CreateTemplate":{"http":{"requestUri":"/domains/{domainId}/templates","responseCode":200},"input":{"type":"structure","required":["domainId","name"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S21"},"name":{},"requiredFields":{"shape":"S23"},"status":{}}},"output":{"type":"structure","required":["templateArn","templateId"],"members":{"templateArn":{},"templateId":{}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCase":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"nextToken":{}}},"output":{"type":"structure","required":["fields","templateId"],"members":{"fields":{"type":"list","member":{"shape":"Su"}},"nextToken":{},"tags":{"shape":"Sg"},"templateId":{}}}},"GetCaseEventConfiguration":{"http":{"requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["eventBridge"],"members":{"eventBridge":{"shape":"S2h"}}}},"GetDomain":{"http":{"requestUri":"/domains/{domainId}","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"}}},"output":{"type":"structure","required":["createdTime","domainArn","domainId","domainStatus","name"],"members":{"createdTime":{"type":"timestamp","timestampFormat":"iso8601"},"domainArn":{},"domainId":{},"domainStatus":{},"name":{},"tags":{"shape":"Sg"}}}},"GetLayout":{"http":{"requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"}}},"output":{"type":"structure","required":["content","layoutArn","layoutId","name"],"members":{"content":{"shape":"S1b"},"layoutArn":{},"layoutId":{},"name":{},"tags":{"shape":"Sg"}}}},"GetTemplate":{"http":{"requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"description":{},"layoutConfiguration":{"shape":"S21"},"name":{},"requiredFields":{"shape":"S23"},"status":{},"tags":{"shape":"Sg"},"templateArn":{},"templateId":{}}}},"ListCasesForContact":{"http":{"requestUri":"/domains/{domainId}/list-cases-for-contact","responseCode":200},"input":{"type":"structure","required":["contactArn","domainId"],"members":{"contactArn":{},"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","templateId"],"members":{"caseId":{},"templateId":{}}}},"nextToken":{}}}},"ListDomains":{"http":{"requestUri":"/domains-list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["domains"],"members":{"domains":{"type":"list","member":{"type":"structure","required":["domainArn","domainId","name"],"members":{"domainArn":{},"domainId":{},"name":{}}}},"nextToken":{}}}},"ListFieldOptions":{"http":{"requestUri":"/domains/{domainId}/fields/{fieldId}/options-list","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"values":{"location":"querystring","locationName":"values","type":"list","member":{}}}},"output":{"type":"structure","required":["options"],"members":{"nextToken":{},"options":{"type":"list","member":{"shape":"Sk"}}}}},"ListFields":{"http":{"requestUri":"/domains/{domainId}/fields-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["fieldArn","fieldId","name","namespace","type"],"members":{"fieldArn":{},"fieldId":{},"name":{},"namespace":{},"type":{}}}},"nextToken":{}}}},"ListLayouts":{"http":{"requestUri":"/domains/{domainId}/layouts-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["layouts"],"members":{"layouts":{"type":"list","member":{"type":"structure","required":["layoutArn","layoutId","name"],"members":{"layoutArn":{},"layoutId":{},"name":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{"location":"uri","locationName":"arn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sg"}}},"idempotent":true},"ListTemplates":{"http":{"requestUri":"/domains/{domainId}/templates-list","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status","type":"list","member":{}}}},"output":{"type":"structure","required":["templates"],"members":{"nextToken":{},"templates":{"type":"list","member":{"type":"structure","required":["name","status","templateArn","templateId"],"members":{"name":{},"status":{},"templateArn":{},"templateId":{}}}}}}},"PutCaseEventConfiguration":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/case-event-configuration","responseCode":200},"input":{"type":"structure","required":["domainId","eventBridge"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"eventBridge":{"shape":"S2h"}}},"output":{"type":"structure","members":{}}},"SearchCases":{"http":{"requestUri":"/domains/{domainId}/cases-search","responseCode":200},"input":{"type":"structure","required":["domainId"],"members":{"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"S4"}},"filter":{"shape":"S3t"},"maxResults":{"type":"integer"},"nextToken":{},"searchTerm":{},"sorts":{"type":"list","member":{"type":"structure","required":["fieldId","sortOrder"],"members":{"fieldId":{},"sortOrder":{}}}}}},"output":{"type":"structure","required":["cases"],"members":{"cases":{"type":"list","member":{"type":"structure","required":["caseId","fields","templateId"],"members":{"caseId":{},"fields":{"type":"list","member":{"shape":"Su"}},"tags":{"shape":"Sg"},"templateId":{}}}},"nextToken":{}}}},"SearchRelatedItems":{"http":{"requestUri":"/domains/{domainId}/cases/{caseId}/related-items-search","responseCode":200},"input":{"type":"structure","required":["caseId","domainId"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"filters":{"type":"list","member":{"type":"structure","members":{"comment":{"type":"structure","members":{}},"contact":{"type":"structure","members":{"channel":{"type":"list","member":{}},"contactArn":{}}}},"union":true}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["relatedItems"],"members":{"nextToken":{},"relatedItems":{"type":"list","member":{"type":"structure","required":["associationTime","content","relatedItemId","type"],"members":{"associationTime":{"type":"timestamp","timestampFormat":"iso8601"},"content":{"type":"structure","members":{"comment":{"shape":"S1q"},"contact":{"type":"structure","required":["channel","connectedToSystemTime","contactArn"],"members":{"channel":{},"connectedToSystemTime":{"type":"timestamp","timestampFormat":"iso8601"},"contactArn":{}}}},"union":true},"relatedItemId":{},"tags":{"shape":"Sg"},"type":{}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tags"],"members":{"arn":{"location":"uri","locationName":"arn"},"tags":{"shape":"Sg"}}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","tagKeys"],"members":{"arn":{"location":"uri","locationName":"arn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateCase":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/cases/{caseId}","responseCode":200},"input":{"type":"structure","required":["caseId","domainId","fields"],"members":{"caseId":{"location":"uri","locationName":"caseId"},"domainId":{"location":"uri","locationName":"domainId"},"fields":{"type":"list","member":{"shape":"Su"}}}},"output":{"type":"structure","members":{}}},"UpdateField":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/fields/{fieldId}","responseCode":200},"input":{"type":"structure","required":["domainId","fieldId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"fieldId":{"location":"uri","locationName":"fieldId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateLayout":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/layouts/{layoutId}","responseCode":200},"input":{"type":"structure","required":["domainId","layoutId"],"members":{"content":{"shape":"S1b"},"domainId":{"location":"uri","locationName":"domainId"},"layoutId":{"location":"uri","locationName":"layoutId"},"name":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateTemplate":{"http":{"method":"PUT","requestUri":"/domains/{domainId}/templates/{templateId}","responseCode":200},"input":{"type":"structure","required":["domainId","templateId"],"members":{"description":{},"domainId":{"location":"uri","locationName":"domainId"},"layoutConfiguration":{"shape":"S21"},"name":{},"requiredFields":{"shape":"S23"},"status":{},"templateId":{"location":"uri","locationName":"templateId"}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S4":{"type":"structure","required":["id"],"members":{"id":{}}},"Sg":{"type":"map","key":{},"value":{}},"Sk":{"type":"structure","required":["active","name","value"],"members":{"active":{"type":"boolean"},"name":{},"value":{}}},"Su":{"type":"structure","required":["id","value"],"members":{"id":{},"value":{"type":"structure","members":{"booleanValue":{"type":"boolean"},"doubleValue":{"type":"double"},"emptyValue":{"type":"structure","members":{}},"stringValue":{}},"union":true}}},"S1b":{"type":"structure","members":{"basic":{"type":"structure","members":{"moreInfo":{"shape":"S1d"},"topPanel":{"shape":"S1d"}}}},"union":true},"S1d":{"type":"structure","members":{"sections":{"type":"list","member":{"type":"structure","members":{"fieldGroup":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"type":"structure","required":["id"],"members":{"id":{}}}},"name":{}}}},"union":true}}}},"S1q":{"type":"structure","required":["body","contentType"],"members":{"body":{},"contentType":{}}},"S21":{"type":"structure","members":{"defaultLayout":{}}},"S23":{"type":"list","member":{"type":"structure","required":["fieldId"],"members":{"fieldId":{}}}},"S2h":{"type":"structure","required":["enabled"],"members":{"enabled":{"type":"boolean"},"includedData":{"type":"structure","members":{"caseData":{"type":"structure","required":["fields"],"members":{"fields":{"type":"list","member":{"shape":"S4"}}}},"relatedItemData":{"type":"structure","required":["includeContent"],"members":{"includeContent":{"type":"boolean"}}}}}}},"S3t":{"type":"structure","members":{"andAll":{"type":"list","member":{"shape":"S3t"}},"field":{"type":"structure","members":{"contains":{"shape":"Su"},"equalTo":{"shape":"Su"},"greaterThan":{"shape":"Su"},"greaterThanOrEqualTo":{"shape":"Su"},"lessThan":{"shape":"Su"},"lessThanOrEqualTo":{"shape":"Su"}},"union":true},"not":{"shape":"S3t"},"orAll":{"type":"list","member":{"shape":"S3t"}}},"union":true}}}
/***/ }),
-/* 1215 */
+/* 1212 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetCase":{"input_token":"nextToken","output_token":"nextToken"},"ListCasesForContact":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListDomains":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListFieldOptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListFields":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListLayouts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"SearchCases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"cases"},"SearchRelatedItems":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"relatedItems"}}}
/***/ }),
-/* 1216 */
+/* 1213 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62940,8 +62903,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ResourceExplorer2 = Service.defineService('resourceexplorer2', ['2022-07-28']);
Object.defineProperty(apiLoader.services['resourceexplorer2'], '2022-07-28', {
get: function get() {
- var model = __webpack_require__(1217);
- model.paginators = __webpack_require__(1218).pagination;
+ var model = __webpack_require__(1214);
+ model.paginators = __webpack_require__(1215).pagination;
return model;
},
enumerable: true,
@@ -62952,19 +62915,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1217 */
+/* 1214 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-07-28","endpointPrefix":"resource-explorer-2","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Resource Explorer","serviceId":"Resource Explorer 2","signatureVersion":"v4","signingName":"resource-explorer-2","uid":"resource-explorer-2-2022-07-28"},"operations":{"AssociateDefaultView":{"http":{"requestUri":"/AssociateDefaultView","responseCode":200},"input":{"type":"structure","required":["ViewArn"],"members":{"ViewArn":{}}},"output":{"type":"structure","members":{"ViewArn":{}}},"idempotent":true},"BatchGetView":{"http":{"requestUri":"/BatchGetView","responseCode":200},"input":{"type":"structure","members":{"ViewArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","required":["ErrorMessage","ViewArn"],"members":{"ErrorMessage":{},"ViewArn":{}}}},"Views":{"type":"list","member":{"shape":"Sb"}}}}},"CreateIndex":{"http":{"requestUri":"/CreateIndex","responseCode":200},"input":{"type":"structure","members":{"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"Sj"}}},"output":{"type":"structure","members":{"Arn":{},"CreatedAt":{"shape":"Sh"},"State":{}}},"idempotent":true},"CreateView":{"http":{"requestUri":"/CreateView","responseCode":200},"input":{"type":"structure","required":["ViewName"],"members":{"ClientToken":{"idempotencyToken":true},"Filters":{"shape":"Sc"},"IncludedProperties":{"shape":"Se"},"Tags":{"shape":"Sj"},"ViewName":{}}},"output":{"type":"structure","members":{"View":{"shape":"Sb"}}}},"DeleteIndex":{"http":{"requestUri":"/DeleteIndex","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{}}},"output":{"type":"structure","members":{"Arn":{},"LastUpdatedAt":{"shape":"Sh"},"State":{}}},"idempotent":true},"DeleteView":{"http":{"requestUri":"/DeleteView","responseCode":200},"input":{"type":"structure","required":["ViewArn"],"members":{"ViewArn":{}}},"output":{"type":"structure","members":{"ViewArn":{}}},"idempotent":true},"DisassociateDefaultView":{"http":{"requestUri":"/DisassociateDefaultView","responseCode":200},"idempotent":true},"GetDefaultView":{"http":{"requestUri":"/GetDefaultView","responseCode":200},"output":{"type":"structure","members":{"ViewArn":{}}}},"GetIndex":{"http":{"requestUri":"/GetIndex","responseCode":200},"output":{"type":"structure","members":{"Arn":{},"CreatedAt":{"shape":"Sh"},"LastUpdatedAt":{"shape":"Sh"},"ReplicatingFrom":{"shape":"Sx"},"ReplicatingTo":{"shape":"Sx"},"State":{},"Tags":{"shape":"Sj"},"Type":{}}}},"GetView":{"http":{"requestUri":"/GetView","responseCode":200},"input":{"type":"structure","required":["ViewArn"],"members":{"ViewArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sj"},"View":{"shape":"Sb"}}}},"ListIndexes":{"http":{"requestUri":"/ListIndexes","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"Regions":{"type":"list","member":{}},"Type":{}}},"output":{"type":"structure","members":{"Indexes":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Region":{},"Type":{}}}},"NextToken":{}}}},"ListSupportedResourceTypes":{"http":{"requestUri":"/ListSupportedResourceTypes","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"ResourceTypes":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Service":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sj"}}}},"ListViews":{"http":{"requestUri":"/ListViews","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"Views":{"type":"list","member":{}}}}},"Search":{"http":{"requestUri":"/Search","responseCode":200},"input":{"type":"structure","required":["QueryString"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"QueryString":{"type":"string","sensitive":true},"ViewArn":{}}},"output":{"type":"structure","members":{"Count":{"type":"structure","members":{"Complete":{"type":"boolean"},"TotalResources":{"type":"long"}}},"NextToken":{},"Resources":{"type":"list","member":{"type":"structure","members":{"Arn":{},"LastReportedAt":{"shape":"Sh"},"OwningAccountId":{},"Properties":{"type":"list","member":{"type":"structure","members":{"Data":{"type":"structure","members":{},"document":true},"LastReportedAt":{"shape":"Sh"},"Name":{}}}},"Region":{},"ResourceType":{},"Service":{}}}},"ViewArn":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"Tags":{"shape":"Sj"},"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateIndexType":{"http":{"requestUri":"/UpdateIndexType","responseCode":200},"input":{"type":"structure","required":["Arn","Type"],"members":{"Arn":{},"Type":{}}},"output":{"type":"structure","members":{"Arn":{},"LastUpdatedAt":{"shape":"Sh"},"State":{},"Type":{}}}},"UpdateView":{"http":{"requestUri":"/UpdateView","responseCode":200},"input":{"type":"structure","required":["ViewArn"],"members":{"Filters":{"shape":"Sc"},"IncludedProperties":{"shape":"Se"},"ViewArn":{}}},"output":{"type":"structure","members":{"View":{"shape":"Sb"}}}}},"shapes":{"Sb":{"type":"structure","members":{"Filters":{"shape":"Sc"},"IncludedProperties":{"shape":"Se"},"LastUpdatedAt":{"shape":"Sh"},"Owner":{},"Scope":{},"ViewArn":{}}},"Sc":{"type":"structure","required":["FilterString"],"members":{"FilterString":{}},"sensitive":true},"Se":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{}}}},"Sh":{"type":"timestamp","timestampFormat":"iso8601"},"Sj":{"type":"map","key":{},"value":{}},"Sx":{"type":"list","member":{}}}}
/***/ }),
-/* 1218 */
+/* 1215 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListIndexes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Indexes"},"ListSupportedResourceTypes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ResourceTypes"},"ListViews":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Views"},"Search":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Resources"}}}
/***/ }),
-/* 1219 */
+/* 1216 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -62976,8 +62939,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Scheduler = Service.defineService('scheduler', ['2021-06-30']);
Object.defineProperty(apiLoader.services['scheduler'], '2021-06-30', {
get: function get() {
- var model = __webpack_require__(1220);
- model.paginators = __webpack_require__(1221).pagination;
+ var model = __webpack_require__(1217);
+ model.paginators = __webpack_require__(1218).pagination;
return model;
},
enumerable: true,
@@ -62988,19 +62951,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1220 */
+/* 1217 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-06-30","endpointPrefix":"scheduler","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon EventBridge Scheduler","serviceId":"Scheduler","signatureVersion":"v4","signingName":"scheduler","uid":"scheduler-2021-06-30"},"operations":{"CreateSchedule":{"http":{"requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ActionAfterCompletion":{},"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true},"CreateScheduleGroup":{"http":{"requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true},"Name":{"location":"uri","locationName":"Name"},"Tags":{"shape":"S22"}}},"output":{"type":"structure","required":["ScheduleGroupArn"],"members":{"ScheduleGroupArn":{}}},"idempotent":true},"DeleteSchedule":{"http":{"method":"DELETE","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteScheduleGroup":{"http":{"method":"DELETE","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetSchedule":{"http":{"method":"GET","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"ActionAfterCompletion":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}}},"GetScheduleGroup":{"http":{"method":"GET","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}},"ListScheduleGroups":{"http":{"method":"GET","requestUri":"/schedule-groups","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["ScheduleGroups"],"members":{"NextToken":{},"ScheduleGroups":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}}}}},"ListSchedules":{"http":{"method":"GET","requestUri":"/schedules","responseCode":200},"input":{"type":"structure","members":{"GroupName":{"location":"querystring","locationName":"ScheduleGroup"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"},"State":{"location":"querystring","locationName":"State"}}},"output":{"type":"structure","required":["Schedules"],"members":{"NextToken":{},"Schedules":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"GroupName":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{},"Target":{"type":"structure","required":["Arn"],"members":{"Arn":{}}}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S22"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S22"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateSchedule":{"http":{"method":"PUT","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ActionAfterCompletion":{},"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true}},"shapes":{"S6":{"type":"structure","required":["Mode"],"members":{"MaximumWindowInMinutes":{"type":"integer"},"Mode":{}}},"Sg":{"type":"structure","required":["Arn","RoleArn"],"members":{"Arn":{},"DeadLetterConfig":{"type":"structure","members":{"Arn":{}}},"EcsParameters":{"type":"structure","required":["TaskDefinitionArn"],"members":{"CapacityProviderStrategy":{"type":"list","member":{"type":"structure","required":["capacityProvider"],"members":{"base":{"type":"integer"},"capacityProvider":{},"weight":{"type":"integer"}}}},"EnableECSManagedTags":{"type":"boolean"},"EnableExecuteCommand":{"type":"boolean"},"Group":{},"LaunchType":{},"NetworkConfiguration":{"type":"structure","members":{"awsvpcConfiguration":{"type":"structure","required":["Subnets"],"members":{"AssignPublicIp":{},"SecurityGroups":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}}}},"PlacementConstraints":{"type":"list","member":{"type":"structure","members":{"expression":{},"type":{}}}},"PlacementStrategy":{"type":"list","member":{"type":"structure","members":{"field":{},"type":{}}}},"PlatformVersion":{},"PropagateTags":{},"ReferenceId":{},"Tags":{"type":"list","member":{"type":"map","key":{},"value":{}}},"TaskCount":{"type":"integer"},"TaskDefinitionArn":{}}},"EventBridgeParameters":{"type":"structure","required":["DetailType","Source"],"members":{"DetailType":{},"Source":{}}},"Input":{},"KinesisParameters":{"type":"structure","required":["PartitionKey"],"members":{"PartitionKey":{}}},"RetryPolicy":{"type":"structure","members":{"MaximumEventAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"}}},"RoleArn":{},"SageMakerPipelineParameters":{"type":"structure","members":{"PipelineParameterList":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"SqsParameters":{"type":"structure","members":{"MessageGroupId":{}}}}},"S22":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}}}}
/***/ }),
-/* 1221 */
+/* 1218 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListScheduleGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ScheduleGroups"},"ListSchedules":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Schedules"}}}
/***/ }),
-/* 1222 */
+/* 1219 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63012,8 +62975,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ChimeSDKVoice = Service.defineService('chimesdkvoice', ['2022-08-03']);
Object.defineProperty(apiLoader.services['chimesdkvoice'], '2022-08-03', {
get: function get() {
- var model = __webpack_require__(1223);
- model.paginators = __webpack_require__(1224).pagination;
+ var model = __webpack_require__(1220);
+ model.paginators = __webpack_require__(1221).pagination;
return model;
},
enumerable: true,
@@ -63024,19 +62987,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1223 */
+/* 1220 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-08-03","endpointPrefix":"voice-chime","protocol":"rest-json","serviceFullName":"Amazon Chime SDK Voice","serviceId":"Chime SDK Voice","signatureVersion":"v4","signingName":"chime","uid":"chime-sdk-voice-2022-08-03"},"operations":{"AssociatePhoneNumbersWithVoiceConnector":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","E164PhoneNumbers"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"E164PhoneNumbers":{"shape":"S3"},"ForceAssociate":{"type":"boolean"}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"AssociatePhoneNumbersWithVoiceConnectorGroup":{"http":{"requestUri":"/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorGroupId","E164PhoneNumbers"],"members":{"VoiceConnectorGroupId":{"location":"uri","locationName":"voiceConnectorGroupId"},"E164PhoneNumbers":{"shape":"S3"},"ForceAssociate":{"type":"boolean"}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"BatchDeletePhoneNumber":{"http":{"requestUri":"/phone-numbers?operation=batch-delete","responseCode":200},"input":{"type":"structure","required":["PhoneNumberIds"],"members":{"PhoneNumberIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"BatchUpdatePhoneNumber":{"http":{"requestUri":"/phone-numbers?operation=batch-update","responseCode":200},"input":{"type":"structure","required":["UpdatePhoneNumberRequestItems"],"members":{"UpdatePhoneNumberRequestItems":{"type":"list","member":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"shape":"S9"},"ProductType":{},"CallingName":{"shape":"Sl"},"Name":{"shape":"Sm"}}}}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"CreatePhoneNumberOrder":{"http":{"requestUri":"/phone-number-orders","responseCode":201},"input":{"type":"structure","required":["ProductType","E164PhoneNumbers"],"members":{"ProductType":{},"E164PhoneNumbers":{"shape":"S3"},"Name":{"shape":"Sm"}}},"output":{"type":"structure","members":{"PhoneNumberOrder":{"shape":"Sq"}}}},"CreateProxySession":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions","responseCode":201},"input":{"type":"structure","required":["ParticipantPhoneNumbers","Capabilities","VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"ParticipantPhoneNumbers":{"type":"list","member":{"shape":"S4"}},"Name":{"type":"string","sensitive":true},"ExpiryMinutes":{"type":"integer"},"Capabilities":{"shape":"S13"},"NumberSelectionBehavior":{},"GeoMatchLevel":{},"GeoMatchParams":{"shape":"S17"}}},"output":{"type":"structure","members":{"ProxySession":{"shape":"S1b"}}}},"CreateSipMediaApplication":{"http":{"requestUri":"/sip-media-applications","responseCode":201},"input":{"type":"structure","required":["AwsRegion","Name","Endpoints"],"members":{"AwsRegion":{},"Name":{},"Endpoints":{"shape":"S1i"},"Tags":{"shape":"S1l"}}},"output":{"type":"structure","members":{"SipMediaApplication":{"shape":"S1q"}}}},"CreateSipMediaApplicationCall":{"http":{"requestUri":"/sip-media-applications/{sipMediaApplicationId}/calls","responseCode":201},"input":{"type":"structure","required":["FromPhoneNumber","ToPhoneNumber","SipMediaApplicationId"],"members":{"FromPhoneNumber":{"shape":"S4"},"ToPhoneNumber":{"shape":"S4"},"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"},"SipHeaders":{"type":"map","key":{"shape":"S1t"},"value":{"shape":"S1t"}},"ArgumentsMap":{"type":"map","key":{"shape":"S1t"},"value":{"shape":"S1t"}}}},"output":{"type":"structure","members":{"SipMediaApplicationCall":{"shape":"S1w"}}}},"CreateSipRule":{"http":{"requestUri":"/sip-rules","responseCode":201},"input":{"type":"structure","required":["Name","TriggerType","TriggerValue"],"members":{"Name":{},"TriggerType":{},"TriggerValue":{},"Disabled":{"type":"boolean"},"TargetApplications":{"shape":"S20"}}},"output":{"type":"structure","members":{"SipRule":{"shape":"S24"}}}},"CreateVoiceConnector":{"http":{"requestUri":"/voice-connectors","responseCode":201},"input":{"type":"structure","required":["Name","RequireEncryption"],"members":{"Name":{},"AwsRegion":{},"RequireEncryption":{"type":"boolean"},"Tags":{"shape":"S1l"}}},"output":{"type":"structure","members":{"VoiceConnector":{"shape":"S2a"}}}},"CreateVoiceConnectorGroup":{"http":{"requestUri":"/voice-connector-groups","responseCode":201},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"VoiceConnectorItems":{"shape":"S2d"}}},"output":{"type":"structure","members":{"VoiceConnectorGroup":{"shape":"S2h"}}}},"CreateVoiceProfile":{"http":{"requestUri":"/voice-profiles","responseCode":201},"input":{"type":"structure","required":["SpeakerSearchTaskId"],"members":{"SpeakerSearchTaskId":{}}},"output":{"type":"structure","members":{"VoiceProfile":{"shape":"S2l"}}}},"CreateVoiceProfileDomain":{"http":{"requestUri":"/voice-profile-domains","responseCode":201},"input":{"type":"structure","required":["Name","ServerSideEncryptionConfiguration"],"members":{"Name":{},"Description":{},"ServerSideEncryptionConfiguration":{"shape":"S2q"},"ClientRequestToken":{},"Tags":{"shape":"S1l"}}},"output":{"type":"structure","members":{"VoiceProfileDomain":{"shape":"S2t"}}}},"DeletePhoneNumber":{"http":{"method":"DELETE","requestUri":"/phone-numbers/{phoneNumberId}","responseCode":204},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"shape":"S9","location":"uri","locationName":"phoneNumberId"}}}},"DeleteProxySession":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId","ProxySessionId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"ProxySessionId":{"location":"uri","locationName":"proxySessionId"}}}},"DeleteSipMediaApplication":{"http":{"method":"DELETE","requestUri":"/sip-media-applications/{sipMediaApplicationId}","responseCode":204},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"}}}},"DeleteSipRule":{"http":{"method":"DELETE","requestUri":"/sip-rules/{sipRuleId}","responseCode":204},"input":{"type":"structure","required":["SipRuleId"],"members":{"SipRuleId":{"location":"uri","locationName":"sipRuleId"}}}},"DeleteVoiceConnector":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorEmergencyCallingConfiguration":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorGroup":{"http":{"method":"DELETE","requestUri":"/voice-connector-groups/{voiceConnectorGroupId}","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorGroupId"],"members":{"VoiceConnectorGroupId":{"location":"uri","locationName":"voiceConnectorGroupId"}}}},"DeleteVoiceConnectorOrigination":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/origination","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorProxy":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorStreamingConfiguration":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/streaming-configuration","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorTermination":{"http":{"method":"DELETE","requestUri":"/voice-connectors/{voiceConnectorId}/termination","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}}},"DeleteVoiceConnectorTerminationCredentials":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete","responseCode":204},"input":{"type":"structure","required":["Usernames","VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Usernames":{"shape":"S36"}}}},"DeleteVoiceProfile":{"http":{"method":"DELETE","requestUri":"/voice-profiles/{VoiceProfileId}","responseCode":204},"input":{"type":"structure","required":["VoiceProfileId"],"members":{"VoiceProfileId":{"location":"uri","locationName":"VoiceProfileId"}}}},"DeleteVoiceProfileDomain":{"http":{"method":"DELETE","requestUri":"/voice-profile-domains/{VoiceProfileDomainId}","responseCode":204},"input":{"type":"structure","required":["VoiceProfileDomainId"],"members":{"VoiceProfileDomainId":{"location":"uri","locationName":"VoiceProfileDomainId"}}}},"DisassociatePhoneNumbersFromVoiceConnector":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","E164PhoneNumbers"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"E164PhoneNumbers":{"shape":"S3"}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"DisassociatePhoneNumbersFromVoiceConnectorGroup":{"http":{"requestUri":"/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorGroupId","E164PhoneNumbers"],"members":{"VoiceConnectorGroupId":{"location":"uri","locationName":"voiceConnectorGroupId"},"E164PhoneNumbers":{"shape":"S3"}}},"output":{"type":"structure","members":{"PhoneNumberErrors":{"shape":"S7"}}}},"GetGlobalSettings":{"http":{"method":"GET","requestUri":"/settings","responseCode":200},"output":{"type":"structure","members":{"VoiceConnector":{"shape":"S3e"}}}},"GetPhoneNumber":{"http":{"method":"GET","requestUri":"/phone-numbers/{phoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"shape":"S9","location":"uri","locationName":"phoneNumberId"}}},"output":{"type":"structure","members":{"PhoneNumber":{"shape":"S3h"}}}},"GetPhoneNumberOrder":{"http":{"method":"GET","requestUri":"/phone-number-orders/{phoneNumberOrderId}","responseCode":200},"input":{"type":"structure","required":["PhoneNumberOrderId"],"members":{"PhoneNumberOrderId":{"location":"uri","locationName":"phoneNumberOrderId"}}},"output":{"type":"structure","members":{"PhoneNumberOrder":{"shape":"Sq"}}}},"GetPhoneNumberSettings":{"http":{"method":"GET","requestUri":"/settings/phone-number","responseCode":200},"output":{"type":"structure","members":{"CallingName":{"shape":"Sl"},"CallingNameUpdatedTimestamp":{"shape":"Sx"}}}},"GetProxySession":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","ProxySessionId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"ProxySessionId":{"location":"uri","locationName":"proxySessionId"}}},"output":{"type":"structure","members":{"ProxySession":{"shape":"S1b"}}}},"GetSipMediaApplication":{"http":{"method":"GET","requestUri":"/sip-media-applications/{sipMediaApplicationId}","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"}}},"output":{"type":"structure","members":{"SipMediaApplication":{"shape":"S1q"}}}},"GetSipMediaApplicationAlexaSkillConfiguration":{"http":{"method":"GET","requestUri":"/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"}}},"output":{"type":"structure","members":{"SipMediaApplicationAlexaSkillConfiguration":{"shape":"S3z"}}}},"GetSipMediaApplicationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/sip-media-applications/{sipMediaApplicationId}/logging-configuration","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"}}},"output":{"type":"structure","members":{"SipMediaApplicationLoggingConfiguration":{"shape":"S45"}}}},"GetSipRule":{"http":{"method":"GET","requestUri":"/sip-rules/{sipRuleId}","responseCode":200},"input":{"type":"structure","required":["SipRuleId"],"members":{"SipRuleId":{"location":"uri","locationName":"sipRuleId"}}},"output":{"type":"structure","members":{"SipRule":{"shape":"S24"}}}},"GetSpeakerSearchTask":{"http":{"method":"GET","requestUri":"/voice-connectors/{VoiceConnectorId}/speaker-search-tasks/{SpeakerSearchTaskId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","SpeakerSearchTaskId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"SpeakerSearchTaskId":{"location":"uri","locationName":"SpeakerSearchTaskId"}}},"output":{"type":"structure","members":{"SpeakerSearchTask":{"shape":"S4a"}}}},"GetVoiceConnector":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"VoiceConnector":{"shape":"S2a"}}}},"GetVoiceConnectorEmergencyCallingConfiguration":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"EmergencyCallingConfiguration":{"shape":"S4k"}}}},"GetVoiceConnectorGroup":{"http":{"method":"GET","requestUri":"/voice-connector-groups/{voiceConnectorGroupId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorGroupId"],"members":{"VoiceConnectorGroupId":{"location":"uri","locationName":"voiceConnectorGroupId"}}},"output":{"type":"structure","members":{"VoiceConnectorGroup":{"shape":"S2h"}}}},"GetVoiceConnectorLoggingConfiguration":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/logging-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"LoggingConfiguration":{"shape":"S4r"}}}},"GetVoiceConnectorOrigination":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/origination","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"Origination":{"shape":"S4u"}}}},"GetVoiceConnectorProxy":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"Proxy":{"shape":"S53"}}}},"GetVoiceConnectorStreamingConfiguration":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/streaming-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"StreamingConfiguration":{"shape":"S58"}}}},"GetVoiceConnectorTermination":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/termination","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"Termination":{"shape":"S5g"}}}},"GetVoiceConnectorTerminationHealth":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/termination/health","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"TerminationHealth":{"type":"structure","members":{"Timestamp":{"shape":"Sx"},"Source":{}}}}}},"GetVoiceProfile":{"http":{"method":"GET","requestUri":"/voice-profiles/{VoiceProfileId}","responseCode":200},"input":{"type":"structure","required":["VoiceProfileId"],"members":{"VoiceProfileId":{"location":"uri","locationName":"VoiceProfileId"}}},"output":{"type":"structure","members":{"VoiceProfile":{"shape":"S2l"}}}},"GetVoiceProfileDomain":{"http":{"method":"GET","requestUri":"/voice-profile-domains/{VoiceProfileDomainId}","responseCode":200},"input":{"type":"structure","required":["VoiceProfileDomainId"],"members":{"VoiceProfileDomainId":{"location":"uri","locationName":"VoiceProfileDomainId"}}},"output":{"type":"structure","members":{"VoiceProfileDomain":{"shape":"S2t"}}}},"GetVoiceToneAnalysisTask":{"http":{"method":"GET","requestUri":"/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","VoiceToneAnalysisTaskId","IsCaller"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"VoiceToneAnalysisTaskId":{"location":"uri","locationName":"VoiceToneAnalysisTaskId"},"IsCaller":{"location":"querystring","locationName":"isCaller","type":"boolean"}}},"output":{"type":"structure","members":{"VoiceToneAnalysisTask":{"shape":"S5t"}}}},"ListAvailableVoiceConnectorRegions":{"http":{"method":"GET","requestUri":"/voice-connector-regions","responseCode":200},"output":{"type":"structure","members":{"VoiceConnectorRegions":{"type":"list","member":{}}}}},"ListPhoneNumberOrders":{"http":{"method":"GET","requestUri":"/phone-number-orders","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"PhoneNumberOrders":{"type":"list","member":{"shape":"Sq"}},"NextToken":{}}}},"ListPhoneNumbers":{"http":{"method":"GET","requestUri":"/phone-numbers"},"input":{"type":"structure","members":{"Status":{"location":"querystring","locationName":"status"},"ProductType":{"location":"querystring","locationName":"product-type"},"FilterName":{"location":"querystring","locationName":"filter-name"},"FilterValue":{"location":"querystring","locationName":"filter-value"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"PhoneNumbers":{"type":"list","member":{"shape":"S3h"}},"NextToken":{}}}},"ListProxySessions":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Status":{"location":"querystring","locationName":"status"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"ProxySessions":{"type":"list","member":{"shape":"S1b"}},"NextToken":{}}}},"ListSipMediaApplications":{"http":{"method":"GET","requestUri":"/sip-media-applications","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"SipMediaApplications":{"type":"list","member":{"shape":"S1q"}},"NextToken":{}}}},"ListSipRules":{"http":{"method":"GET","requestUri":"/sip-rules","responseCode":200},"input":{"type":"structure","members":{"SipMediaApplicationId":{"location":"querystring","locationName":"sip-media-application"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"SipRules":{"type":"list","member":{"shape":"S24"}},"NextToken":{}}}},"ListSupportedPhoneNumberCountries":{"http":{"method":"GET","requestUri":"/phone-number-countries","responseCode":200},"input":{"type":"structure","required":["ProductType"],"members":{"ProductType":{"location":"querystring","locationName":"product-type"}}},"output":{"type":"structure","members":{"PhoneNumberCountries":{"type":"list","member":{"type":"structure","members":{"CountryCode":{},"SupportedPhoneNumberTypes":{"type":"list","member":{}}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags"},"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{"shape":"S2m","location":"querystring","locationName":"arn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S1l"}}}},"ListVoiceConnectorGroups":{"http":{"method":"GET","requestUri":"/voice-connector-groups","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VoiceConnectorGroups":{"type":"list","member":{"shape":"S2h"}},"NextToken":{}}}},"ListVoiceConnectorTerminationCredentials":{"http":{"method":"GET","requestUri":"/voice-connectors/{voiceConnectorId}/termination/credentials","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"}}},"output":{"type":"structure","members":{"Usernames":{"shape":"S36"}}}},"ListVoiceConnectors":{"http":{"method":"GET","requestUri":"/voice-connectors","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VoiceConnectors":{"type":"list","member":{"shape":"S2a"}},"NextToken":{}}}},"ListVoiceProfileDomains":{"http":{"method":"GET","requestUri":"/voice-profile-domains","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VoiceProfileDomains":{"type":"list","member":{"type":"structure","members":{"VoiceProfileDomainId":{},"VoiceProfileDomainArn":{"shape":"S2m"},"Name":{},"Description":{},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"}}}},"NextToken":{}}}},"ListVoiceProfiles":{"http":{"method":"GET","requestUri":"/voice-profiles","responseCode":200},"input":{"type":"structure","required":["VoiceProfileDomainId"],"members":{"VoiceProfileDomainId":{"location":"querystring","locationName":"voice-profile-domain-id"},"NextToken":{"location":"querystring","locationName":"next-token"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"}}},"output":{"type":"structure","members":{"VoiceProfiles":{"type":"list","member":{"type":"structure","members":{"VoiceProfileId":{},"VoiceProfileArn":{"shape":"S2m"},"VoiceProfileDomainId":{},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"ExpirationTimestamp":{"shape":"Sx"}}}},"NextToken":{}}}},"PutSipMediaApplicationAlexaSkillConfiguration":{"http":{"method":"PUT","requestUri":"/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"},"SipMediaApplicationAlexaSkillConfiguration":{"shape":"S3z"}}},"output":{"type":"structure","members":{"SipMediaApplicationAlexaSkillConfiguration":{"shape":"S3z"}}}},"PutSipMediaApplicationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/sip-media-applications/{sipMediaApplicationId}/logging-configuration","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"},"SipMediaApplicationLoggingConfiguration":{"shape":"S45"}}},"output":{"type":"structure","members":{"SipMediaApplicationLoggingConfiguration":{"shape":"S45"}}}},"PutVoiceConnectorEmergencyCallingConfiguration":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","EmergencyCallingConfiguration"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"EmergencyCallingConfiguration":{"shape":"S4k"}}},"output":{"type":"structure","members":{"EmergencyCallingConfiguration":{"shape":"S4k"}}}},"PutVoiceConnectorLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/logging-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","LoggingConfiguration"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"LoggingConfiguration":{"shape":"S4r"}}},"output":{"type":"structure","members":{"LoggingConfiguration":{"shape":"S4r"}}}},"PutVoiceConnectorOrigination":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/origination","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","Origination"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Origination":{"shape":"S4u"}}},"output":{"type":"structure","members":{"Origination":{"shape":"S4u"}}}},"PutVoiceConnectorProxy":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"},"input":{"type":"structure","required":["DefaultSessionExpiryMinutes","PhoneNumberPoolCountries","VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"DefaultSessionExpiryMinutes":{"type":"integer"},"PhoneNumberPoolCountries":{"type":"list","member":{}},"FallBackPhoneNumber":{"shape":"S4"},"Disabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"Proxy":{"shape":"S53"}}}},"PutVoiceConnectorStreamingConfiguration":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/streaming-configuration","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","StreamingConfiguration"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"StreamingConfiguration":{"shape":"S58"}}},"output":{"type":"structure","members":{"StreamingConfiguration":{"shape":"S58"}}}},"PutVoiceConnectorTermination":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}/termination","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","Termination"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Termination":{"shape":"S5g"}}},"output":{"type":"structure","members":{"Termination":{"shape":"S5g"}}}},"PutVoiceConnectorTerminationCredentials":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Credentials":{"type":"list","member":{"type":"structure","members":{"Username":{"shape":"S1t"},"Password":{"shape":"S1t"}}}}}}},"RestorePhoneNumber":{"http":{"requestUri":"/phone-numbers/{phoneNumberId}?operation=restore","responseCode":200},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"shape":"S9","location":"uri","locationName":"phoneNumberId"}}},"output":{"type":"structure","members":{"PhoneNumber":{"shape":"S3h"}}}},"SearchAvailablePhoneNumbers":{"http":{"method":"GET","requestUri":"/search?type=phone-numbers"},"input":{"type":"structure","members":{"AreaCode":{"location":"querystring","locationName":"area-code"},"City":{"location":"querystring","locationName":"city"},"Country":{"location":"querystring","locationName":"country"},"State":{"location":"querystring","locationName":"state"},"TollFreePrefix":{"location":"querystring","locationName":"toll-free-prefix"},"PhoneNumberType":{"location":"querystring","locationName":"phone-number-type"},"MaxResults":{"location":"querystring","locationName":"max-results","type":"integer"},"NextToken":{"location":"querystring","locationName":"next-token"}}},"output":{"type":"structure","members":{"E164PhoneNumbers":{"shape":"S3"},"NextToken":{}}}},"StartSpeakerSearchTask":{"http":{"requestUri":"/voice-connectors/{VoiceConnectorId}/speaker-search-tasks","responseCode":201},"input":{"type":"structure","required":["VoiceConnectorId","TransactionId","VoiceProfileDomainId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"TransactionId":{},"VoiceProfileDomainId":{},"ClientRequestToken":{},"CallLeg":{}}},"output":{"type":"structure","members":{"SpeakerSearchTask":{"shape":"S4a"}}}},"StartVoiceToneAnalysisTask":{"http":{"requestUri":"/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks","responseCode":201},"input":{"type":"structure","required":["VoiceConnectorId","TransactionId","LanguageCode"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"TransactionId":{},"LanguageCode":{},"ClientRequestToken":{}}},"output":{"type":"structure","members":{"VoiceToneAnalysisTask":{"shape":"S5t"}}}},"StopSpeakerSearchTask":{"http":{"requestUri":"/voice-connectors/{VoiceConnectorId}/speaker-search-tasks/{SpeakerSearchTaskId}?operation=stop","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId","SpeakerSearchTaskId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"SpeakerSearchTaskId":{"location":"uri","locationName":"SpeakerSearchTaskId"}}}},"StopVoiceToneAnalysisTask":{"http":{"requestUri":"/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}?operation=stop","responseCode":204},"input":{"type":"structure","required":["VoiceConnectorId","VoiceToneAnalysisTaskId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"VoiceConnectorId"},"VoiceToneAnalysisTaskId":{"location":"uri","locationName":"VoiceToneAnalysisTaskId"}}}},"TagResource":{"http":{"requestUri":"/tags?operation=tag-resource","responseCode":204},"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{"shape":"S2m"},"Tags":{"shape":"S1l"}}}},"UntagResource":{"http":{"requestUri":"/tags?operation=untag-resource","responseCode":204},"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{"shape":"S2m"},"TagKeys":{"type":"list","member":{"shape":"S1n"}}}}},"UpdateGlobalSettings":{"http":{"method":"PUT","requestUri":"/settings","responseCode":204},"input":{"type":"structure","members":{"VoiceConnector":{"shape":"S3e"}}}},"UpdatePhoneNumber":{"http":{"requestUri":"/phone-numbers/{phoneNumberId}","responseCode":200},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"shape":"S9","location":"uri","locationName":"phoneNumberId"},"ProductType":{},"CallingName":{"shape":"Sl"},"Name":{"shape":"Sm"}}},"output":{"type":"structure","members":{"PhoneNumber":{"shape":"S3h"}}}},"UpdatePhoneNumberSettings":{"http":{"method":"PUT","requestUri":"/settings/phone-number","responseCode":204},"input":{"type":"structure","required":["CallingName"],"members":{"CallingName":{"shape":"Sl"}}}},"UpdateProxySession":{"http":{"requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}","responseCode":201},"input":{"type":"structure","required":["Capabilities","VoiceConnectorId","ProxySessionId"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"ProxySessionId":{"location":"uri","locationName":"proxySessionId"},"Capabilities":{"shape":"S13"},"ExpiryMinutes":{"type":"integer"}}},"output":{"type":"structure","members":{"ProxySession":{"shape":"S1b"}}}},"UpdateSipMediaApplication":{"http":{"method":"PUT","requestUri":"/sip-media-applications/{sipMediaApplicationId}","responseCode":200},"input":{"type":"structure","required":["SipMediaApplicationId"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"},"Name":{},"Endpoints":{"shape":"S1i"}}},"output":{"type":"structure","members":{"SipMediaApplication":{"shape":"S1q"}}}},"UpdateSipMediaApplicationCall":{"http":{"requestUri":"/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}","responseCode":202},"input":{"type":"structure","required":["SipMediaApplicationId","TransactionId","Arguments"],"members":{"SipMediaApplicationId":{"location":"uri","locationName":"sipMediaApplicationId"},"TransactionId":{"location":"uri","locationName":"transactionId"},"Arguments":{"type":"map","key":{"shape":"S1t"},"value":{"shape":"S1t"}}}},"output":{"type":"structure","members":{"SipMediaApplicationCall":{"shape":"S1w"}}}},"UpdateSipRule":{"http":{"method":"PUT","requestUri":"/sip-rules/{sipRuleId}","responseCode":202},"input":{"type":"structure","required":["SipRuleId","Name"],"members":{"SipRuleId":{"location":"uri","locationName":"sipRuleId"},"Name":{},"Disabled":{"type":"boolean"},"TargetApplications":{"shape":"S20"}}},"output":{"type":"structure","members":{"SipRule":{"shape":"S24"}}}},"UpdateVoiceConnector":{"http":{"method":"PUT","requestUri":"/voice-connectors/{voiceConnectorId}","responseCode":200},"input":{"type":"structure","required":["VoiceConnectorId","Name","RequireEncryption"],"members":{"VoiceConnectorId":{"location":"uri","locationName":"voiceConnectorId"},"Name":{},"RequireEncryption":{"type":"boolean"}}},"output":{"type":"structure","members":{"VoiceConnector":{"shape":"S2a"}}}},"UpdateVoiceConnectorGroup":{"http":{"method":"PUT","requestUri":"/voice-connector-groups/{voiceConnectorGroupId}","responseCode":202},"input":{"type":"structure","required":["VoiceConnectorGroupId","Name","VoiceConnectorItems"],"members":{"VoiceConnectorGroupId":{"location":"uri","locationName":"voiceConnectorGroupId"},"Name":{},"VoiceConnectorItems":{"shape":"S2d"}}},"output":{"type":"structure","members":{"VoiceConnectorGroup":{"shape":"S2h"}}}},"UpdateVoiceProfile":{"http":{"method":"PUT","requestUri":"/voice-profiles/{VoiceProfileId}","responseCode":200},"input":{"type":"structure","required":["VoiceProfileId","SpeakerSearchTaskId"],"members":{"VoiceProfileId":{"location":"uri","locationName":"VoiceProfileId"},"SpeakerSearchTaskId":{}}},"output":{"type":"structure","members":{"VoiceProfile":{"shape":"S2l"}}}},"UpdateVoiceProfileDomain":{"http":{"method":"PUT","requestUri":"/voice-profile-domains/{VoiceProfileDomainId}","responseCode":200},"input":{"type":"structure","required":["VoiceProfileDomainId"],"members":{"VoiceProfileDomainId":{"location":"uri","locationName":"VoiceProfileDomainId"},"Name":{},"Description":{}}},"output":{"type":"structure","members":{"VoiceProfileDomain":{"shape":"S2t"}}}},"ValidateE911Address":{"http":{"requestUri":"/emergency-calling/address","responseCode":202},"input":{"type":"structure","required":["AwsAccountId","StreetNumber","StreetInfo","City","State","Country","PostalCode"],"members":{"AwsAccountId":{},"StreetNumber":{"shape":"S9"},"StreetInfo":{"shape":"S9"},"City":{"shape":"S9"},"State":{"shape":"S9"},"Country":{"shape":"S9"},"PostalCode":{"shape":"S9"}}},"output":{"type":"structure","members":{"ValidationResult":{"type":"integer"},"AddressExternalId":{},"Address":{"type":"structure","members":{"streetName":{"shape":"S9"},"streetSuffix":{"shape":"S9"},"postDirectional":{"shape":"S9"},"preDirectional":{"shape":"S9"},"streetNumber":{"shape":"S9"},"city":{"shape":"S9"},"state":{"shape":"S9"},"postalCode":{"shape":"S9"},"postalCodePlus4":{"shape":"S9"},"country":{"shape":"S9"}}},"CandidateAddressList":{"type":"list","member":{"type":"structure","members":{"streetInfo":{"shape":"S9"},"streetNumber":{"shape":"S9"},"city":{"shape":"S9"},"state":{"shape":"S9"},"postalCode":{"shape":"S9"},"postalCodePlus4":{"shape":"S9"},"country":{"shape":"S9"}}}}}}}},"shapes":{"S3":{"type":"list","member":{"shape":"S4"}},"S4":{"type":"string","sensitive":true},"S7":{"type":"list","member":{"type":"structure","members":{"PhoneNumberId":{"shape":"S9"},"ErrorCode":{},"ErrorMessage":{}}}},"S9":{"type":"string","sensitive":true},"Sl":{"type":"string","sensitive":true},"Sm":{"type":"string","sensitive":true},"Sq":{"type":"structure","members":{"PhoneNumberOrderId":{},"ProductType":{},"Status":{},"OrderType":{},"OrderedPhoneNumbers":{"type":"list","member":{"type":"structure","members":{"E164PhoneNumber":{"shape":"S4"},"Status":{}}}},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"}}},"Sx":{"type":"timestamp","timestampFormat":"iso8601"},"S13":{"type":"list","member":{}},"S17":{"type":"structure","required":["Country","AreaCode"],"members":{"Country":{},"AreaCode":{}}},"S1b":{"type":"structure","members":{"VoiceConnectorId":{},"ProxySessionId":{},"Name":{},"Status":{},"ExpiryMinutes":{"type":"integer"},"Capabilities":{"shape":"S13"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"EndedTimestamp":{"shape":"Sx"},"Participants":{"type":"list","member":{"type":"structure","members":{"PhoneNumber":{"shape":"S4"},"ProxyPhoneNumber":{"shape":"S4"}}}},"NumberSelectionBehavior":{},"GeoMatchLevel":{},"GeoMatchParams":{"shape":"S17"}}},"S1i":{"type":"list","member":{"type":"structure","members":{"LambdaArn":{"type":"string","sensitive":true}}}},"S1l":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{"shape":"S1n"},"Value":{"type":"string","sensitive":true}}}},"S1n":{"type":"string","sensitive":true},"S1q":{"type":"structure","members":{"SipMediaApplicationId":{},"AwsRegion":{},"Name":{},"Endpoints":{"shape":"S1i"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"SipMediaApplicationArn":{}}},"S1t":{"type":"string","sensitive":true},"S1w":{"type":"structure","members":{"TransactionId":{}}},"S20":{"type":"list","member":{"type":"structure","members":{"SipMediaApplicationId":{},"Priority":{"type":"integer"},"AwsRegion":{}}}},"S24":{"type":"structure","members":{"SipRuleId":{},"Name":{},"Disabled":{"type":"boolean"},"TriggerType":{},"TriggerValue":{},"TargetApplications":{"shape":"S20"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"}}},"S2a":{"type":"structure","members":{"VoiceConnectorId":{},"AwsRegion":{},"Name":{},"OutboundHostName":{},"RequireEncryption":{"type":"boolean"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"VoiceConnectorArn":{}}},"S2d":{"type":"list","member":{"type":"structure","required":["VoiceConnectorId","Priority"],"members":{"VoiceConnectorId":{},"Priority":{"type":"integer"}}}},"S2h":{"type":"structure","members":{"VoiceConnectorGroupId":{},"Name":{},"VoiceConnectorItems":{"shape":"S2d"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"VoiceConnectorGroupArn":{}}},"S2l":{"type":"structure","members":{"VoiceProfileId":{},"VoiceProfileArn":{"shape":"S2m"},"VoiceProfileDomainId":{},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"ExpirationTimestamp":{"shape":"Sx"}}},"S2m":{"type":"string","sensitive":true},"S2q":{"type":"structure","required":["KmsKeyArn"],"members":{"KmsKeyArn":{"shape":"S2m"}}},"S2t":{"type":"structure","members":{"VoiceProfileDomainId":{},"VoiceProfileDomainArn":{"shape":"S2m"},"Name":{},"Description":{},"ServerSideEncryptionConfiguration":{"shape":"S2q"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"}}},"S36":{"type":"list","member":{"shape":"S1t"}},"S3e":{"type":"structure","members":{"CdrBucket":{}}},"S3h":{"type":"structure","members":{"PhoneNumberId":{"shape":"S9"},"E164PhoneNumber":{"shape":"S4"},"Country":{},"Type":{},"ProductType":{},"Status":{},"Capabilities":{"type":"structure","members":{"InboundCall":{"type":"boolean"},"OutboundCall":{"type":"boolean"},"InboundSMS":{"type":"boolean"},"OutboundSMS":{"type":"boolean"},"InboundMMS":{"type":"boolean"},"OutboundMMS":{"type":"boolean"}}},"Associations":{"type":"list","member":{"type":"structure","members":{"Value":{},"Name":{},"AssociatedTimestamp":{"shape":"Sx"}}}},"CallingName":{"shape":"Sl"},"CallingNameStatus":{},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"DeletionTimestamp":{"shape":"Sx"},"OrderId":{},"Name":{"shape":"Sm"}}},"S3z":{"type":"structure","required":["AlexaSkillStatus","AlexaSkillIds"],"members":{"AlexaSkillStatus":{},"AlexaSkillIds":{"type":"list","member":{"type":"string","sensitive":true}}}},"S45":{"type":"structure","members":{"EnableSipMediaApplicationMessageLogs":{"type":"boolean"}}},"S4a":{"type":"structure","members":{"SpeakerSearchTaskId":{},"SpeakerSearchTaskStatus":{},"CallDetails":{"shape":"S4b"},"SpeakerSearchDetails":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"ConfidenceScore":{"type":"float"},"VoiceProfileId":{}}}},"VoiceprintGenerationStatus":{}}},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"StartedTimestamp":{"shape":"Sx"},"StatusMessage":{}}},"S4b":{"type":"structure","members":{"VoiceConnectorId":{},"TransactionId":{},"IsCaller":{"type":"boolean"}}},"S4k":{"type":"structure","members":{"DNIS":{"type":"list","member":{"type":"structure","required":["EmergencyPhoneNumber","CallingCountry"],"members":{"EmergencyPhoneNumber":{"shape":"S4"},"TestPhoneNumber":{"shape":"S4"},"CallingCountry":{}}}}}},"S4r":{"type":"structure","members":{"EnableSIPLogs":{"type":"boolean"},"EnableMediaMetricLogs":{"type":"boolean"}}},"S4u":{"type":"structure","members":{"Routes":{"type":"list","member":{"type":"structure","members":{"Host":{},"Port":{"type":"integer"},"Protocol":{},"Priority":{"type":"integer"},"Weight":{"type":"integer"}}}},"Disabled":{"type":"boolean"}}},"S53":{"type":"structure","members":{"DefaultSessionExpiryMinutes":{"type":"integer"},"Disabled":{"type":"boolean"},"FallBackPhoneNumber":{"shape":"S4"},"PhoneNumberCountries":{"shape":"S55"}}},"S55":{"type":"list","member":{}},"S58":{"type":"structure","required":["DataRetentionInHours","Disabled"],"members":{"DataRetentionInHours":{"type":"integer"},"Disabled":{"type":"boolean"},"StreamingNotificationTargets":{"type":"list","member":{"type":"structure","members":{"NotificationTarget":{}}}},"MediaInsightsConfiguration":{"type":"structure","members":{"Disabled":{"type":"boolean"},"ConfigurationArn":{"shape":"S2m"}}}}},"S5g":{"type":"structure","members":{"CpsLimit":{"type":"integer"},"DefaultPhoneNumber":{"shape":"S4"},"CallingRegions":{"type":"list","member":{}},"CidrAllowedList":{"shape":"S55"},"Disabled":{"type":"boolean"}}},"S5t":{"type":"structure","members":{"VoiceToneAnalysisTaskId":{},"VoiceToneAnalysisTaskStatus":{},"CallDetails":{"shape":"S4b"},"CreatedTimestamp":{"shape":"Sx"},"UpdatedTimestamp":{"shape":"Sx"},"StartedTimestamp":{"shape":"Sx"},"StatusMessage":{}}}}}
/***/ }),
-/* 1224 */
+/* 1221 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListPhoneNumberOrders":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListPhoneNumbers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListProxySessions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListSipMediaApplications":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SipMediaApplications"},"ListSipRules":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SipRules"},"ListVoiceConnectorGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListVoiceConnectors":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListVoiceProfileDomains":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListVoiceProfiles":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"SearchAvailablePhoneNumbers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1225 */
+/* 1222 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63048,8 +63011,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.IoTRoboRunner = Service.defineService('iotroborunner', ['2018-05-10']);
Object.defineProperty(apiLoader.services['iotroborunner'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1226);
- model.paginators = __webpack_require__(1227).pagination;
+ var model = __webpack_require__(1223);
+ model.paginators = __webpack_require__(1224).pagination;
return model;
},
enumerable: true,
@@ -63060,19 +63023,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1226 */
+/* 1223 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"iotroborunner","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS IoT RoboRunner","serviceId":"IoT RoboRunner","signatureVersion":"v4","signingName":"iotroborunner","uid":"iot-roborunner-2018-05-10"},"operations":{"CreateDestination":{"http":{"requestUri":"/createDestination","responseCode":200},"input":{"type":"structure","required":["name","site"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"site":{},"state":{},"additionalFixedProperties":{}}},"output":{"type":"structure","required":["arn","id","createdAt","updatedAt","state"],"members":{"arn":{},"id":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"state":{}}},"idempotent":true},"CreateSite":{"http":{"requestUri":"/createSite","responseCode":200},"input":{"type":"structure","required":["name","countryCode"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"countryCode":{},"description":{}}},"output":{"type":"structure","required":["arn","id","createdAt","updatedAt"],"members":{"arn":{},"id":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}},"idempotent":true},"CreateWorker":{"http":{"requestUri":"/createWorker","responseCode":200},"input":{"type":"structure","required":["name","fleet"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"fleet":{},"additionalTransientProperties":{},"additionalFixedProperties":{},"vendorProperties":{"shape":"Sm"},"position":{"shape":"Sr"},"orientation":{"shape":"Su"}}},"output":{"type":"structure","required":["arn","id","createdAt","updatedAt","site"],"members":{"arn":{},"id":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"site":{}}},"idempotent":true},"CreateWorkerFleet":{"http":{"requestUri":"/createWorkerFleet","responseCode":200},"input":{"type":"structure","required":["name","site"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"site":{},"additionalFixedProperties":{}}},"output":{"type":"structure","required":["arn","id","createdAt","updatedAt"],"members":{"arn":{},"id":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}},"idempotent":true},"DeleteDestination":{"http":{"requestUri":"/deleteDestination","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{}}},"DeleteSite":{"http":{"requestUri":"/deleteSite","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{}}},"DeleteWorker":{"http":{"requestUri":"/deleteWorker","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkerFleet":{"http":{"requestUri":"/deleteWorkerFleet","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{}}},"GetDestination":{"http":{"method":"GET","requestUri":"/getDestination","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","required":["arn","id","name","site","createdAt","updatedAt","state"],"members":{"arn":{},"id":{},"name":{},"site":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"state":{},"additionalFixedProperties":{}}}},"GetSite":{"http":{"method":"GET","requestUri":"/getSite","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","required":["arn","id","name","countryCode","createdAt","updatedAt"],"members":{"arn":{},"id":{},"name":{},"countryCode":{},"description":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"GetWorker":{"http":{"method":"GET","requestUri":"/getWorker","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","required":["arn","id","fleet","site","createdAt","updatedAt","name"],"members":{"arn":{},"id":{},"fleet":{},"site":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"name":{},"additionalTransientProperties":{},"additionalFixedProperties":{},"vendorProperties":{"shape":"Sm"},"position":{"shape":"Sr"},"orientation":{"shape":"Su"}}}},"GetWorkerFleet":{"http":{"method":"GET","requestUri":"/getWorkerFleet","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","name","site","createdAt","updatedAt"],"members":{"id":{},"arn":{},"name":{},"site":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"additionalFixedProperties":{}}}},"ListDestinations":{"http":{"method":"GET","requestUri":"/listDestinations","responseCode":200},"input":{"type":"structure","required":["site"],"members":{"site":{"location":"querystring","locationName":"site"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"state":{"location":"querystring","locationName":"state"}}},"output":{"type":"structure","members":{"nextToken":{},"destinations":{"type":"list","member":{"type":"structure","required":["arn","id","name","site","createdAt","updatedAt","state"],"members":{"arn":{},"id":{},"name":{},"site":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"state":{},"additionalFixedProperties":{}}}}}}},"ListSites":{"http":{"method":"GET","requestUri":"/listSites","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"sites":{"type":"list","member":{"type":"structure","required":["arn","name","countryCode","createdAt"],"members":{"arn":{},"name":{},"countryCode":{},"createdAt":{"type":"timestamp"}}}}}}},"ListWorkerFleets":{"http":{"method":"GET","requestUri":"/listWorkerFleets","responseCode":200},"input":{"type":"structure","required":["site"],"members":{"site":{"location":"querystring","locationName":"site"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"workerFleets":{"type":"list","member":{"type":"structure","required":["arn","id","name","site","createdAt","updatedAt"],"members":{"arn":{},"id":{},"name":{},"site":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"additionalFixedProperties":{}}}}}}},"ListWorkers":{"http":{"method":"GET","requestUri":"/listWorkers","responseCode":200},"input":{"type":"structure","required":["site"],"members":{"site":{"location":"querystring","locationName":"site"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"fleet":{"location":"querystring","locationName":"fleet"}}},"output":{"type":"structure","members":{"nextToken":{},"workers":{"type":"list","member":{"type":"structure","required":["arn","id","fleet","createdAt","updatedAt","name","site"],"members":{"arn":{},"id":{},"fleet":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"name":{},"site":{},"additionalTransientProperties":{},"additionalFixedProperties":{},"vendorProperties":{"shape":"Sm"},"position":{"shape":"Sr"},"orientation":{"shape":"Su"}}}}}}},"UpdateDestination":{"http":{"requestUri":"/updateDestination","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{},"name":{},"state":{},"additionalFixedProperties":{}}},"output":{"type":"structure","required":["arn","id","name","updatedAt","state"],"members":{"arn":{},"id":{},"name":{},"updatedAt":{"type":"timestamp"},"state":{},"additionalFixedProperties":{}}}},"UpdateSite":{"http":{"requestUri":"/updateSite","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{},"name":{},"countryCode":{},"description":{}}},"output":{"type":"structure","required":["arn","id","name","updatedAt"],"members":{"arn":{},"id":{},"name":{},"countryCode":{},"description":{},"updatedAt":{"type":"timestamp"}}}},"UpdateWorker":{"http":{"requestUri":"/updateWorker","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{},"name":{},"additionalTransientProperties":{},"additionalFixedProperties":{},"vendorProperties":{"shape":"Sm"},"position":{"shape":"Sr"},"orientation":{"shape":"Su"}}},"output":{"type":"structure","required":["arn","id","fleet","updatedAt","name"],"members":{"arn":{},"id":{},"fleet":{},"updatedAt":{"type":"timestamp"},"name":{},"additionalTransientProperties":{},"additionalFixedProperties":{},"orientation":{"shape":"Su"},"vendorProperties":{"shape":"Sm"},"position":{"shape":"Sr"}}}},"UpdateWorkerFleet":{"http":{"requestUri":"/updateWorkerFleet","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{},"name":{},"additionalFixedProperties":{}}},"output":{"type":"structure","required":["arn","id","name","updatedAt"],"members":{"arn":{},"id":{},"name":{},"updatedAt":{"type":"timestamp"},"additionalFixedProperties":{}}}}},"shapes":{"Sm":{"type":"structure","required":["vendorWorkerId"],"members":{"vendorWorkerId":{},"vendorWorkerIpAddress":{},"vendorAdditionalTransientProperties":{},"vendorAdditionalFixedProperties":{}}},"Sr":{"type":"structure","members":{"cartesianCoordinates":{"type":"structure","required":["x","y"],"members":{"x":{"type":"double"},"y":{"type":"double"},"z":{"type":"double"}}}},"union":true},"Su":{"type":"structure","members":{"degrees":{"type":"double"}},"union":true}}}
/***/ }),
-/* 1227 */
+/* 1224 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDestinations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"destinations"},"ListSites":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sites"},"ListWorkerFleets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workerFleets"},"ListWorkers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workers"}}}
/***/ }),
-/* 1228 */
+/* 1225 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63084,8 +63047,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SsmSap = Service.defineService('ssmsap', ['2018-05-10']);
Object.defineProperty(apiLoader.services['ssmsap'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1229);
- model.paginators = __webpack_require__(1230).pagination;
+ var model = __webpack_require__(1226);
+ model.paginators = __webpack_require__(1227).pagination;
return model;
},
enumerable: true,
@@ -63096,19 +63059,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1229 */
+/* 1226 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"ssm-sap","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"SsmSap","serviceFullName":"AWS Systems Manager for SAP","serviceId":"Ssm Sap","signatureVersion":"v4","signingName":"ssm-sap","uid":"ssm-sap-2018-05-10"},"operations":{"DeleteResourcePermission":{"http":{"requestUri":"/delete-resource-permission","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ActionType":{},"SourceResourceArn":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"DeregisterApplication":{"http":{"requestUri":"/deregister-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{}}},"output":{"type":"structure","members":{}}},"GetApplication":{"http":{"requestUri":"/get-application","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ApplicationArn":{},"AppRegistryArn":{}}},"output":{"type":"structure","members":{"Application":{"shape":"Sd"},"Tags":{"shape":"Sk"}}}},"GetComponent":{"http":{"requestUri":"/get-component","responseCode":200},"input":{"type":"structure","required":["ApplicationId","ComponentId"],"members":{"ApplicationId":{},"ComponentId":{}}},"output":{"type":"structure","members":{"Component":{"type":"structure","members":{"ComponentId":{},"ParentComponent":{},"ChildComponents":{"shape":"Sh"},"ApplicationId":{},"ComponentType":{},"Status":{},"SapHostname":{},"SapKernelVersion":{},"HdbVersion":{},"Resilience":{"type":"structure","members":{"HsrTier":{},"HsrReplicationMode":{},"HsrOperationMode":{},"ClusterStatus":{}}},"AssociatedHost":{"type":"structure","members":{"Hostname":{},"Ec2InstanceId":{},"OsVersion":{}}},"Databases":{"type":"list","member":{}},"Hosts":{"deprecated":true,"deprecatedMessage":"This shape is no longer used. Please use AssociatedHost.","type":"list","member":{"type":"structure","members":{"HostName":{},"HostIp":{},"EC2InstanceId":{},"InstanceId":{},"HostRole":{},"OsVersion":{}}}},"PrimaryHost":{"deprecated":true,"deprecatedMessage":"This shape is no longer used. Please use AssociatedHost."},"LastUpdated":{"type":"timestamp"},"Arn":{}}},"Tags":{"shape":"Sk"}}}},"GetDatabase":{"http":{"requestUri":"/get-database","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"DatabaseId":{},"DatabaseArn":{}}},"output":{"type":"structure","members":{"Database":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"Credentials":{"shape":"S15"},"DatabaseId":{},"DatabaseName":{},"DatabaseType":{},"Arn":{},"Status":{},"PrimaryHost":{},"SQLPort":{"type":"integer"},"LastUpdated":{"type":"timestamp"}}},"Tags":{"shape":"Sk"}}}},"GetOperation":{"http":{"requestUri":"/get-operation","responseCode":200},"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}},"output":{"type":"structure","members":{"Operation":{"shape":"S1g"}}}},"GetResourcePermission":{"http":{"requestUri":"/get-resource-permission","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ActionType":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"ListApplications":{"http":{"requestUri":"/list-applications","responseCode":200},"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Applications":{"type":"list","member":{"type":"structure","members":{"Id":{},"Type":{},"Arn":{},"Tags":{"shape":"Sk"}}}},"NextToken":{}}}},"ListComponents":{"http":{"requestUri":"/list-components","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Components":{"type":"list","member":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"ComponentType":{},"Tags":{"shape":"Sk"},"Arn":{}}}},"NextToken":{}}}},"ListDatabases":{"http":{"requestUri":"/list-databases","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Databases":{"type":"list","member":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"DatabaseId":{},"DatabaseType":{},"Arn":{},"Tags":{"shape":"Sk"}}}},"NextToken":{}}}},"ListOperations":{"http":{"requestUri":"/list-operations","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{},"MaxResults":{"type":"integer"},"NextToken":{},"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value","Operator"],"members":{"Name":{},"Value":{},"Operator":{}}}}}},"output":{"type":"structure","members":{"Operations":{"type":"list","member":{"shape":"S1g"}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sk"}}}},"PutResourcePermission":{"http":{"requestUri":"/put-resource-permission","responseCode":200},"input":{"type":"structure","required":["ActionType","SourceResourceArn","ResourceArn"],"members":{"ActionType":{},"SourceResourceArn":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"RegisterApplication":{"http":{"requestUri":"/register-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId","ApplicationType","Instances","Credentials"],"members":{"ApplicationId":{},"ApplicationType":{},"Instances":{"type":"list","member":{}},"SapInstanceNumber":{},"Sid":{},"Tags":{"shape":"Sk"},"Credentials":{"shape":"S15"}}},"output":{"type":"structure","members":{"Application":{"shape":"Sd"},"OperationId":{}}}},"StartApplicationRefresh":{"http":{"requestUri":"/start-application-refresh","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sk"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateApplicationSettings":{"http":{"requestUri":"/update-application-settings","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{},"CredentialsToAddOrUpdate":{"shape":"S15"},"CredentialsToRemove":{"shape":"S15"},"Backint":{"type":"structure","required":["BackintMode","EnsureNoBackupInProcess"],"members":{"BackintMode":{},"EnsureNoBackupInProcess":{"type":"boolean"}}}}},"output":{"type":"structure","members":{"Message":{},"OperationIds":{"type":"list","member":{}}}}}},"shapes":{"Sd":{"type":"structure","members":{"Id":{},"Type":{},"Arn":{},"AppRegistryArn":{},"Status":{},"DiscoveryStatus":{},"Components":{"shape":"Sh"},"LastUpdated":{"type":"timestamp"},"StatusMessage":{}}},"Sh":{"type":"list","member":{}},"Sk":{"type":"map","key":{},"value":{}},"S15":{"type":"list","member":{"type":"structure","required":["DatabaseName","CredentialType","SecretId"],"members":{"DatabaseName":{},"CredentialType":{},"SecretId":{"type":"string","sensitive":true}}}},"S1g":{"type":"structure","members":{"Id":{},"Type":{},"Status":{},"StatusMessage":{},"Properties":{"type":"map","key":{},"value":{}},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}}}
/***/ }),
-/* 1230 */
+/* 1227 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListApplications":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Applications"},"ListComponents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Components"},"ListDatabases":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Databases"},"ListOperations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Operations"}}}
/***/ }),
-/* 1231 */
+/* 1228 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63120,8 +63083,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.OAM = Service.defineService('oam', ['2022-06-10']);
Object.defineProperty(apiLoader.services['oam'], '2022-06-10', {
get: function get() {
- var model = __webpack_require__(1232);
- model.paginators = __webpack_require__(1233).pagination;
+ var model = __webpack_require__(1229);
+ model.paginators = __webpack_require__(1230).pagination;
return model;
},
enumerable: true,
@@ -63132,19 +63095,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1232 */
+/* 1229 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-06-10","endpointPrefix":"oam","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"CloudWatch Observability Access Manager","serviceId":"OAM","signatureVersion":"v4","signingName":"oam","uid":"oam-2022-06-10"},"operations":{"CreateLink":{"http":{"requestUri":"/CreateLink","responseCode":200},"input":{"type":"structure","required":["LabelTemplate","ResourceTypes","SinkIdentifier"],"members":{"LabelTemplate":{},"ResourceTypes":{"shape":"S3"},"SinkIdentifier":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Label":{},"LabelTemplate":{},"ResourceTypes":{"shape":"Sb"},"SinkArn":{},"Tags":{"shape":"Sc"}}}},"CreateSink":{"http":{"requestUri":"/CreateSink","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Tags":{"shape":"Sc"}}}},"DeleteLink":{"http":{"requestUri":"/DeleteLink","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{}}},"output":{"type":"structure","members":{}}},"DeleteSink":{"http":{"requestUri":"/DeleteSink","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{}}},"output":{"type":"structure","members":{}}},"GetLink":{"http":{"requestUri":"/GetLink","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Label":{},"LabelTemplate":{},"ResourceTypes":{"shape":"Sb"},"SinkArn":{},"Tags":{"shape":"Sc"}}}},"GetSink":{"http":{"requestUri":"/GetSink","responseCode":200},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Tags":{"shape":"Sc"}}}},"GetSinkPolicy":{"http":{"requestUri":"/GetSinkPolicy","responseCode":200},"input":{"type":"structure","required":["SinkIdentifier"],"members":{"SinkIdentifier":{}}},"output":{"type":"structure","members":{"SinkArn":{},"SinkId":{},"Policy":{}}}},"ListAttachedLinks":{"http":{"requestUri":"/ListAttachedLinks","responseCode":200},"input":{"type":"structure","required":["SinkIdentifier"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"SinkIdentifier":{}}},"output":{"type":"structure","required":["Items"],"members":{"Items":{"type":"list","member":{"type":"structure","members":{"Label":{},"LinkArn":{},"ResourceTypes":{"shape":"Sb"}}}},"NextToken":{}}}},"ListLinks":{"http":{"requestUri":"/ListLinks","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Items"],"members":{"Items":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Label":{},"ResourceTypes":{"shape":"Sb"},"SinkArn":{}}}},"NextToken":{}}}},"ListSinks":{"http":{"requestUri":"/ListSinks","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Items"],"members":{"Items":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sc"}}}},"PutSinkPolicy":{"http":{"requestUri":"/PutSinkPolicy","responseCode":200},"input":{"type":"structure","required":["SinkIdentifier","Policy"],"members":{"SinkIdentifier":{},"Policy":{}}},"output":{"type":"structure","members":{"SinkArn":{},"SinkId":{},"Policy":{}}}},"TagResource":{"http":{"method":"PUT","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateLink":{"http":{"requestUri":"/UpdateLink","responseCode":200},"input":{"type":"structure","required":["Identifier","ResourceTypes"],"members":{"Identifier":{},"ResourceTypes":{"shape":"S3"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Label":{},"LabelTemplate":{},"ResourceTypes":{"shape":"Sb"},"SinkArn":{},"Tags":{"shape":"Sc"}}}}},"shapes":{"S3":{"type":"list","member":{}},"S6":{"type":"map","key":{},"value":{}},"Sb":{"type":"list","member":{}},"Sc":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1233 */
+/* 1230 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAttachedLinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"},"ListLinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"},"ListSinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"}}}
/***/ }),
-/* 1234 */
+/* 1231 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63156,8 +63119,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ARCZonalShift = Service.defineService('arczonalshift', ['2022-10-30']);
Object.defineProperty(apiLoader.services['arczonalshift'], '2022-10-30', {
get: function get() {
- var model = __webpack_require__(1235);
- model.paginators = __webpack_require__(1236).pagination;
+ var model = __webpack_require__(1232);
+ model.paginators = __webpack_require__(1233).pagination;
return model;
},
enumerable: true,
@@ -63168,19 +63131,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1235 */
+/* 1232 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-30","endpointPrefix":"arc-zonal-shift","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS ARC - Zonal Shift","serviceId":"ARC Zonal Shift","signatureVersion":"v4","signingName":"arc-zonal-shift","uid":"arc-zonal-shift-2022-10-30"},"operations":{"CancelZonalShift":{"http":{"method":"DELETE","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}},"GetManagedResource":{"http":{"method":"GET","requestUri":"/managedresources/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["appliedWeights","zonalShifts"],"members":{"appliedWeights":{"type":"map","key":{},"value":{"type":"float"}},"arn":{},"name":{},"zonalShifts":{"type":"list","member":{"type":"structure","required":["appliedStatus","awayFrom","comment","expiryTime","resourceIdentifier","startTime","zonalShiftId"],"members":{"appliedStatus":{},"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"zonalShiftId":{}}}}}}},"ListManagedResources":{"http":{"method":"GET","requestUri":"/managedresources","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["availabilityZones"],"members":{"arn":{},"availabilityZones":{"type":"list","member":{}},"name":{}}}},"nextToken":{}}}},"ListZonalShifts":{"http":{"method":"GET","requestUri":"/zonalshifts","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}}},"nextToken":{}}}},"StartZonalShift":{"http":{"requestUri":"/zonalshifts","responseCode":201},"input":{"type":"structure","required":["awayFrom","comment","expiresIn","resourceIdentifier"],"members":{"awayFrom":{},"comment":{},"expiresIn":{},"resourceIdentifier":{}}},"output":{"shape":"S3"}},"UpdateZonalShift":{"http":{"method":"PATCH","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"comment":{},"expiresIn":{},"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}}},"shapes":{"S3":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}}}}
/***/ }),
-/* 1236 */
+/* 1233 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListManagedResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListZonalShifts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
/***/ }),
-/* 1237 */
+/* 1234 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63192,9 +63155,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Omics = Service.defineService('omics', ['2022-11-28']);
Object.defineProperty(apiLoader.services['omics'], '2022-11-28', {
get: function get() {
- var model = __webpack_require__(1238);
- model.paginators = __webpack_require__(1239).pagination;
- model.waiters = __webpack_require__(1240).waiters;
+ var model = __webpack_require__(1235);
+ model.paginators = __webpack_require__(1236).pagination;
+ model.waiters = __webpack_require__(1237).waiters;
return model;
},
enumerable: true,
@@ -63205,25 +63168,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1238 */
+/* 1235 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"omics","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"}},"AcceptShare":{"http":{"requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"St"},"name":{},"description":{},"tags":{"shape":"Sx"},"versionName":{},"sseConfig":{"shape":"S11"},"storeFormat":{},"storeOptions":{"shape":"S15"}}},"output":{"type":"structure","required":["id","status","name","versionName","creationTime"],"members":{"id":{},"reference":{"shape":"St"},"storeFormat":{},"storeOptions":{"shape":"S15"},"status":{},"name":{},"versionName":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{},"description":{},"versionOptions":{"shape":"S1j"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["id","versionName","storeId","name","status","creationTime"],"members":{"id":{},"versionName":{},"storeId":{},"versionOptions":{"shape":"S1j"},"name":{},"status":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","referenceArn","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S11"},"tags":{"shape":"Sx"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S11"},"tags":{"shape":"Sx"},"clientToken":{},"fallbackLocation":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateShare":{"http":{"requestUri":"/share","responseCode":200},"input":{"type":"structure","required":["resourceArn","principalSubscriber"],"members":{"resourceArn":{},"principalSubscriber":{},"shareName":{}}},"output":{"type":"structure","members":{"shareId":{},"status":{},"shareName":{}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"St"},"name":{},"description":{},"tags":{"shape":"Sx"},"sseConfig":{"shape":"S11"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2w"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions/delete","responseCode":200},"input":{"type":"structure","required":["name","versions"],"members":{"name":{"location":"uri","locationName":"name"},"versions":{"type":"list","member":{}},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["versionName","message"],"members":{"versionName":{},"message":{}}}}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteShare":{"http":{"method":"DELETE","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S45"},"annotationFields":{"shape":"S4i"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes","numVersions"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"storeOptions":{"shape":"S15"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"},"numVersions":{"type":"integer"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStoreVersion":{"http":{"method":"GET","requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"}}},"output":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","tags","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"versionOptions":{"shape":"S1j"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5j"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1x"},"sequenceInformation":{"shape":"S5p"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S5r"},"source2":{"shape":"S5r"},"index":{"shape":"S5r"}}},"statusMessage":{},"creationType":{},"etag":{"shape":"S5x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1x"},"updateTime":{"shape":"S1x"},"files":{"type":"structure","members":{"source":{"shape":"S5r"},"index":{"shape":"S5r"}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S6v"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S73"},"startTime":{"shape":"S73"},"stopTime":{"shape":"S73"},"statusMessage":{},"tags":{"shape":"Sx"},"accelerators":{},"retentionMode":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7b"},"tags":{"shape":"Sx"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7k"},"startTime":{"shape":"S7k"},"stopTime":{"shape":"S7k"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"},"instanceType":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetShare":{"http":{"method":"GET","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"share":{"shape":"S7t"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2w"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S85"},"statusMessage":{},"tags":{"shape":"Sx"},"metadata":{"shape":"S87"},"accelerators":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStoreVersions":{"type":"list","member":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"},"creationTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1x"},"lastUpdatedTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"},"sampleId":{},"subjectId":{},"generatedFrom":{},"creationType":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S5p"},"creationTime":{"shape":"S1x"},"statusMessage":{},"creationType":{},"etag":{"shape":"S5x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1x"},"updateTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7b"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7k"},"startTime":{"shape":"S7k"},"stopTime":{"shape":"S7k"},"gpus":{"type":"integer"},"instanceType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S73"},"startTime":{"shape":"S73"},"stopTime":{"shape":"S73"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListShares":{"http":{"requestUri":"/shares","responseCode":200},"input":{"type":"structure","required":["resourceOwner"],"members":{"resourceOwner":{},"filter":{"type":"structure","members":{"resourceArns":{"type":"list","member":{}},"status":{"type":"list","member":{}}}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["shares"],"members":{"shares":{"type":"list","member":{"shape":"S7t"}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S85"},"metadata":{"shape":"S87"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"versionName":{},"formatOptions":{"shape":"S45"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId","referenceArn"],"members":{"sourceFiles":{"shape":"S5j"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S6v"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"retentionMode":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"storeOptions":{"shape":"S15"},"storeFormat":{}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"},"description":{}}},"output":{"type":"structure","required":["storeId","id","status","name","versionName","description","creationTime","updateTime"],"members":{"storeId":{},"id":{},"status":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"storage-"}}},"shapes":{"St":{"type":"structure","members":{"referenceArn":{}},"union":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S15":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S18"},"schema":{"type":"list","member":{"shape":"S1c"}}}}},"union":true},"S18":{"type":"map","key":{},"value":{}},"S1c":{"type":"map","key":{},"value":{}},"S1h":{"type":"timestamp","timestampFormat":"iso8601"},"S1j":{"type":"structure","members":{"tsvVersionOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S18"},"schema":{"type":"list","member":{"shape":"S1c"}}}}},"union":true},"S1x":{"type":"timestamp","timestampFormat":"iso8601"},"S2w":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S3z":{"type":"timestamp","timestampFormat":"iso8601"},"S40":{"type":"timestamp","timestampFormat":"iso8601"},"S45":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S4i":{"type":"map","key":{},"value":{}},"S5j":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S5p":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S5r":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"}}},"S5x":{"type":"structure","members":{"algorithm":{},"source1":{},"source2":{}}},"S6v":{"type":"structure","members":{},"document":true},"S73":{"type":"timestamp","timestampFormat":"iso8601"},"S7b":{"type":"timestamp","timestampFormat":"iso8601"},"S7k":{"type":"timestamp","timestampFormat":"iso8601"},"S7t":{"type":"structure","members":{"shareId":{},"resourceArn":{},"principalSubscriber":{},"ownerId":{},"status":{},"statusMessage":{},"shareName":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"S85":{"type":"timestamp","timestampFormat":"iso8601"},"S87":{"type":"map","key":{},"value":{}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"omics","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"}},"AcceptShare":{"http":{"requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"St"},"name":{},"description":{},"tags":{"shape":"Sx"},"versionName":{},"sseConfig":{"shape":"S11"},"storeFormat":{},"storeOptions":{"shape":"S15"}}},"output":{"type":"structure","required":["id","status","name","versionName","creationTime"],"members":{"id":{},"reference":{"shape":"St"},"storeFormat":{},"storeOptions":{"shape":"S15"},"status":{},"name":{},"versionName":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{},"description":{},"versionOptions":{"shape":"S1j"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["id","versionName","storeId","name","status","creationTime"],"members":{"id":{},"versionName":{},"storeId":{},"versionOptions":{"shape":"S1j"},"name":{},"status":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","referenceArn","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S11"},"tags":{"shape":"Sx"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"S11"},"tags":{"shape":"Sx"},"clientToken":{},"fallbackLocation":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"CreateShare":{"http":{"requestUri":"/share","responseCode":200},"input":{"type":"structure","required":["resourceArn","principalSubscriber"],"members":{"resourceArn":{},"principalSubscriber":{},"shareName":{}}},"output":{"type":"structure","members":{"shareId":{},"status":{},"shareName":{}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"St"},"name":{},"description":{},"tags":{"shape":"Sx"},"sseConfig":{"shape":"S11"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"creationTime":{"shape":"S1h"}}},"endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2w"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions/delete","responseCode":200},"input":{"type":"structure","required":["name","versions"],"members":{"name":{"location":"uri","locationName":"name"},"versions":{"type":"list","member":{}},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["versionName","message"],"members":{"versionName":{},"message":{}}}}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteShare":{"http":{"method":"DELETE","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S45"},"annotationFields":{"shape":"S4i"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes","numVersions"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"storeOptions":{"shape":"S15"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"},"numVersions":{"type":"integer"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStoreVersion":{"http":{"method":"GET","requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"}}},"output":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","tags","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"versionOptions":{"shape":"S1j"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S5j"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1x"},"sequenceInformation":{"shape":"S5p"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S5r"},"source2":{"shape":"S5r"},"index":{"shape":"S5r"}}},"statusMessage":{},"creationType":{},"etag":{"shape":"S5x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1x"},"updateTime":{"shape":"S1x"},"files":{"type":"structure","members":{"source":{"shape":"S5r"},"index":{"shape":"S5r"}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S6v"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S73"},"startTime":{"shape":"S73"},"stopTime":{"shape":"S73"},"statusMessage":{},"tags":{"shape":"Sx"},"accelerators":{},"retentionMode":{},"failureReason":{},"logLocation":{"type":"structure","members":{"engineLogStream":{},"runLogStream":{}}}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7f"},"tags":{"shape":"Sx"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7o"},"startTime":{"shape":"S7o"},"stopTime":{"shape":"S7o"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"},"instanceType":{},"failureReason":{}}},"endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}},"endpoint":{"hostPrefix":"control-storage-"}},"GetShare":{"http":{"method":"GET","requestUri":"/share/{shareId}","responseCode":200},"input":{"type":"structure","required":["shareId"],"members":{"shareId":{"location":"uri","locationName":"shareId"}}},"output":{"type":"structure","members":{"share":{"shape":"S7y"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"tags":{"shape":"Sx"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2w"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S8a"},"statusMessage":{},"tags":{"shape":"Sx"},"metadata":{"shape":"S8c"},"accelerators":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","versionName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"versionName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStoreVersions":{"http":{"requestUri":"/annotationStore/{name}/versions","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStoreVersions":{"type":"list","member":{"type":"structure","required":["storeId","id","status","versionArn","name","versionName","description","creationTime","updateTime","statusMessage","versionSizeBytes"],"members":{"storeId":{},"id":{},"status":{},"versionArn":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"versionSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"},"creationTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1x"},"lastUpdatedTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"},"sampleId":{},"subjectId":{},"generatedFrom":{},"creationType":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S5p"},"creationTime":{"shape":"S1x"},"statusMessage":{},"creationType":{},"etag":{"shape":"S5x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"},"completionTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1x"},"updateTime":{"shape":"S1x"}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S7f"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S7o"},"startTime":{"shape":"S7o"},"stopTime":{"shape":"S7o"},"gpus":{"type":"integer"},"instanceType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S73"},"startTime":{"shape":"S73"},"stopTime":{"shape":"S73"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1x"},"createdBefore":{"shape":"S1x"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1x"},"fallbackLocation":{}}}}}},"endpoint":{"hostPrefix":"control-storage-"}},"ListShares":{"http":{"requestUri":"/shares","responseCode":200},"input":{"type":"structure","required":["resourceOwner"],"members":{"resourceOwner":{},"filter":{"type":"structure","members":{"resourceArns":{"type":"list","member":{}},"status":{"type":"list","member":{}}}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["shares"],"members":{"shares":{"type":"list","member":{"shape":"S7y"}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"completionTime":{"shape":"S40"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"S11"},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S8a"},"metadata":{"shape":"S8c"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"versionName":{},"formatOptions":{"shape":"S45"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId","referenceArn"],"members":{"sourceFiles":{"shape":"S5j"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Sx"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1x"}}},"endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S6v"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Sx"},"requestId":{"idempotencyToken":true},"retentionMode":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Sx"}}},"endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S4i"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"},"storeOptions":{"shape":"S15"},"storeFormat":{}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateAnnotationStoreVersion":{"http":{"requestUri":"/annotationStore/{name}/version/{versionName}","responseCode":200},"input":{"type":"structure","required":["name","versionName"],"members":{"name":{"location":"uri","locationName":"name"},"versionName":{"location":"uri","locationName":"versionName"},"description":{}}},"output":{"type":"structure","required":["storeId","id","status","name","versionName","description","creationTime","updateTime"],"members":{"storeId":{},"id":{},"status":{},"name":{},"versionName":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"St"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"storage-"}}},"shapes":{"St":{"type":"structure","members":{"referenceArn":{}},"union":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S15":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S18"},"schema":{"type":"list","member":{"shape":"S1c"}}}}},"union":true},"S18":{"type":"map","key":{},"value":{}},"S1c":{"type":"map","key":{},"value":{}},"S1h":{"type":"timestamp","timestampFormat":"iso8601"},"S1j":{"type":"structure","members":{"tsvVersionOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"shape":"S18"},"schema":{"type":"list","member":{"shape":"S1c"}}}}},"union":true},"S1x":{"type":"timestamp","timestampFormat":"iso8601"},"S2w":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S3z":{"type":"timestamp","timestampFormat":"iso8601"},"S40":{"type":"timestamp","timestampFormat":"iso8601"},"S45":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S4i":{"type":"map","key":{},"value":{}},"S5j":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S5p":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S5r":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"}}},"S5x":{"type":"structure","members":{"algorithm":{},"source1":{},"source2":{}}},"S6v":{"type":"structure","members":{},"document":true},"S73":{"type":"timestamp","timestampFormat":"iso8601"},"S7f":{"type":"timestamp","timestampFormat":"iso8601"},"S7o":{"type":"timestamp","timestampFormat":"iso8601"},"S7y":{"type":"structure","members":{"shareId":{},"resourceArn":{},"principalSubscriber":{},"ownerId":{},"status":{},"statusMessage":{},"shareName":{},"creationTime":{"shape":"S1h"},"updateTime":{"shape":"S3z"}}},"S8a":{"type":"timestamp","timestampFormat":"iso8601"},"S8c":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1239 */
+/* 1236 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAnnotationImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"annotationImportJobs"},"ListAnnotationStoreVersions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"annotationStoreVersions"},"ListAnnotationStores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"annotationStores"},"ListMultipartReadSetUploads":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"uploads"},"ListReadSetActivationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"activationJobs"},"ListReadSetExportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"exportJobs"},"ListReadSetImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"importJobs"},"ListReadSetUploadParts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"parts"},"ListReadSets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"readSets"},"ListReferenceImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"importJobs"},"ListReferenceStores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"referenceStores"},"ListReferences":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"references"},"ListRunGroups":{"input_token":"startingToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListRunTasks":{"input_token":"startingToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListRuns":{"input_token":"startingToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSequenceStores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sequenceStores"},"ListShares":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"shares"},"ListVariantImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"variantImportJobs"},"ListVariantStores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"variantStores"},"ListWorkflows":{"input_token":"startingToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
/***/ }),
-/* 1240 */
+/* 1237 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{"AnnotationImportJobCreated":{"description":"Wait until an annotation import is completed","delay":30,"maxAttempts":20,"operation":"GetAnnotationImportJob","acceptors":[{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"success","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"}]},"AnnotationStoreCreated":{"description":"Wait until an annotation store is created","delay":30,"maxAttempts":20,"operation":"GetAnnotationStore","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"ACTIVE"},{"matcher":"path","argument":"status","state":"retry","expected":"CREATING"},{"matcher":"path","argument":"status","state":"retry","expected":"UPDATING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]},"AnnotationStoreDeleted":{"description":"Wait until an annotation store is deleted.","delay":30,"maxAttempts":20,"operation":"GetAnnotationStore","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"DELETED"},{"matcher":"error","state":"success","expected":"ResourceNotFoundException"},{"matcher":"path","argument":"status","state":"retry","expected":"DELETING"}]},"AnnotationStoreVersionCreated":{"description":"Wait until an annotation store version is created","delay":30,"maxAttempts":20,"operation":"GetAnnotationStoreVersion","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"ACTIVE"},{"matcher":"path","argument":"status","state":"retry","expected":"CREATING"},{"matcher":"path","argument":"status","state":"retry","expected":"UPDATING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]},"AnnotationStoreVersionDeleted":{"description":"Wait until an annotation store version is deleted.","delay":30,"maxAttempts":20,"operation":"GetAnnotationStoreVersion","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"DELETED"},{"matcher":"error","state":"success","expected":"ResourceNotFoundException"},{"matcher":"path","argument":"status","state":"retry","expected":"DELETING"}]},"ReadSetActivationJobCompleted":{"description":"Wait until a job is completed.","delay":30,"maxAttempts":20,"operation":"GetReadSetActivationJob","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"retry","expected":"CANCELLING"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"COMPLETED_WITH_FAILURES"}]},"ReadSetExportJobCompleted":{"description":"Wait until a job is completed.","delay":30,"maxAttempts":20,"operation":"GetReadSetExportJob","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"retry","expected":"CANCELLING"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"COMPLETED_WITH_FAILURES"}]},"ReadSetImportJobCompleted":{"description":"Wait until a job is completed.","delay":30,"maxAttempts":20,"operation":"GetReadSetImportJob","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"retry","expected":"CANCELLING"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"COMPLETED_WITH_FAILURES"}]},"ReferenceImportJobCompleted":{"description":"Wait until a job is completed.","delay":30,"maxAttempts":20,"operation":"GetReferenceImportJob","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"retry","expected":"CANCELLING"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"COMPLETED_WITH_FAILURES"}]},"RunCompleted":{"description":"Wait until a run is completed.","delay":30,"maxAttempts":20,"operation":"GetRun","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"PENDING"},{"matcher":"path","argument":"status","state":"retry","expected":"STARTING"},{"matcher":"path","argument":"status","state":"retry","expected":"RUNNING"},{"matcher":"path","argument":"status","state":"retry","expected":"STOPPING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]},"RunRunning":{"description":"Wait until a run is running.","delay":30,"maxAttempts":20,"operation":"GetRun","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"RUNNING"},{"matcher":"path","argument":"status","state":"retry","expected":"PENDING"},{"matcher":"path","argument":"status","state":"retry","expected":"STARTING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"}]},"TaskCompleted":{"description":"Wait until a task is completed.","delay":30,"maxAttempts":20,"operation":"GetRunTask","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"},{"matcher":"path","argument":"status","state":"retry","expected":"PENDING"},{"matcher":"path","argument":"status","state":"retry","expected":"STARTING"},{"matcher":"path","argument":"status","state":"retry","expected":"RUNNING"},{"matcher":"path","argument":"status","state":"retry","expected":"STOPPING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]},"TaskRunning":{"description":"Wait until a task is running.","delay":30,"maxAttempts":20,"operation":"GetRunTask","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"RUNNING"},{"matcher":"path","argument":"status","state":"retry","expected":"PENDING"},{"matcher":"path","argument":"status","state":"retry","expected":"STARTING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"CANCELLED"}]},"VariantImportJobCreated":{"description":"Wait until variant import is completed","delay":30,"maxAttempts":20,"operation":"GetVariantImportJob","acceptors":[{"matcher":"path","argument":"status","state":"retry","expected":"SUBMITTED"},{"matcher":"path","argument":"status","state":"retry","expected":"IN_PROGRESS"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"},{"matcher":"path","argument":"status","state":"success","expected":"CANCELLED"},{"matcher":"path","argument":"status","state":"success","expected":"COMPLETED"}]},"VariantStoreCreated":{"description":"Wait until a variant store is created","delay":30,"maxAttempts":20,"operation":"GetVariantStore","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"ACTIVE"},{"matcher":"path","argument":"status","state":"retry","expected":"CREATING"},{"matcher":"path","argument":"status","state":"retry","expected":"UPDATING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]},"VariantStoreDeleted":{"description":"Wait until a variant store is deleted.","delay":30,"maxAttempts":20,"operation":"GetVariantStore","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"DELETED"},{"matcher":"error","state":"success","expected":"ResourceNotFoundException"},{"matcher":"path","argument":"status","state":"retry","expected":"DELETING"}]},"WorkflowActive":{"description":"Wait until a workflow is active.","delay":3,"maxAttempts":10,"operation":"GetWorkflow","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"ACTIVE"},{"matcher":"path","argument":"status","state":"retry","expected":"CREATING"},{"matcher":"path","argument":"status","state":"retry","expected":"UPDATING"},{"matcher":"path","argument":"status","state":"failure","expected":"FAILED"}]}}}
/***/ }),
-/* 1241 */
+/* 1238 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63235,8 +63198,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.OpenSearchServerless = Service.defineService('opensearchserverless', ['2021-11-01']);
Object.defineProperty(apiLoader.services['opensearchserverless'], '2021-11-01', {
get: function get() {
- var model = __webpack_require__(1242);
- model.paginators = __webpack_require__(1243).pagination;
+ var model = __webpack_require__(1239);
+ model.paginators = __webpack_require__(1240).pagination;
return model;
},
enumerable: true,
@@ -63247,19 +63210,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1242 */
+/* 1239 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-11-01","endpointPrefix":"aoss","jsonVersion":"1.0","protocol":"json","serviceFullName":"OpenSearch Service Serverless","serviceId":"OpenSearchServerless","signatureVersion":"v4","signingName":"aoss","targetPrefix":"OpenSearchServerless","uid":"opensearchserverless-2021-11-01"},"operations":{"BatchGetCollection":{"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"names":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"collectionDetails":{"type":"list","member":{"type":"structure","members":{"arn":{},"collectionEndpoint":{},"createdDate":{"type":"long"},"dashboardEndpoint":{},"description":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"status":{},"type":{}}}},"collectionErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{},"name":{}}}}}}},"BatchGetVpcEndpoint":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"vpcEndpointDetails":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"id":{},"name":{},"securityGroupIds":{"shape":"Sm"},"status":{},"subnetIds":{"shape":"Sp"},"vpcId":{}}}},"vpcEndpointErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{}}}}}}},"CreateAccessPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S11"}}},"idempotent":true},"CreateCollection":{"input":{"type":"structure","required":["name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"tags":{"shape":"S16"},"type":{}}},"output":{"type":"structure","members":{"createCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"status":{},"type":{}}}}},"idempotent":true},"CreateSecurityConfig":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"samlOptions":{"shape":"S1f"},"type":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S1m"}}},"idempotent":true},"CreateSecurityPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S1r"}}},"idempotent":true},"CreateVpcEndpoint":{"input":{"type":"structure","required":["name","subnetIds","vpcId"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"securityGroupIds":{"shape":"Sm"},"subnetIds":{"shape":"Sp"},"vpcId":{}}},"output":{"type":"structure","members":{"createVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteCollectionDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"GetAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S11"}}}},"GetAccountSettings":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S2b"}}}},"GetPoliciesStats":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccessPolicyStats":{"type":"structure","members":{"DataPolicyCount":{"type":"long"}}},"SecurityConfigStats":{"type":"structure","members":{"SamlConfigCount":{"type":"long"}}},"SecurityPolicyStats":{"type":"structure","members":{"EncryptionPolicyCount":{"type":"long"},"NetworkPolicyCount":{"type":"long"}}},"TotalPolicyCount":{"type":"long"}}}},"GetSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S1m"}}}},"GetSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S1r"}}}},"ListAccessPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"accessPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}},"nextToken":{}}}},"ListCollections":{"input":{"type":"structure","members":{"collectionFilters":{"type":"structure","members":{"name":{},"status":{}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"collectionSummaries":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{}}}},"nextToken":{}}}},"ListSecurityConfigs":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityConfigSummaries":{"type":"list","member":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"type":{}}}}}}},"ListSecurityPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S16"}}}},"ListVpcEndpoints":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"vpcEndpointFilters":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"nextToken":{},"vpcEndpointSummaries":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S16"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccessPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S11"}}},"idempotent":true},"UpdateAccountSettings":{"input":{"type":"structure","members":{"capacityLimits":{"shape":"S2c"}}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S2b"}}}},"UpdateCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"id":{}}},"output":{"type":"structure","members":{"updateCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"name":{},"status":{},"type":{}}}}},"idempotent":true},"UpdateSecurityConfig":{"input":{"type":"structure","required":["configVersion","id"],"members":{"clientToken":{"idempotencyToken":true},"configVersion":{},"description":{},"id":{},"samlOptions":{"shape":"S1f"}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S1m"}}},"idempotent":true},"UpdateSecurityPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S1r"}}},"idempotent":true},"UpdateVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"addSecurityGroupIds":{"shape":"Sm"},"addSubnetIds":{"shape":"Sp"},"clientToken":{"idempotencyToken":true},"id":{},"removeSecurityGroupIds":{"shape":"Sm"},"removeSubnetIds":{"shape":"Sp"}}},"output":{"type":"structure","members":{"UpdateVpcEndpointDetail":{"type":"structure","members":{"id":{},"lastModifiedDate":{"type":"long"},"name":{},"securityGroupIds":{"shape":"Sm"},"status":{},"subnetIds":{"shape":"Sp"}}}}},"idempotent":true}},"shapes":{"Sm":{"type":"list","member":{}},"Sp":{"type":"list","member":{}},"S11":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S12"},"policyVersion":{},"type":{}}},"S12":{"type":"structure","members":{},"document":true},"S16":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S1f":{"type":"structure","required":["metadata"],"members":{"groupAttribute":{},"metadata":{},"sessionTimeout":{"type":"integer"},"userAttribute":{}}},"S1m":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"samlOptions":{"shape":"S1f"},"type":{}}},"S1r":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S12"},"policyVersion":{},"type":{}}},"S2b":{"type":"structure","members":{"capacityLimits":{"shape":"S2c"}}},"S2c":{"type":"structure","members":{"maxIndexingCapacityInOCU":{"type":"integer"},"maxSearchCapacityInOCU":{"type":"integer"}}}}}
/***/ }),
-/* 1243 */
+/* 1240 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAccessPolicies":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListCollections":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListSecurityConfigs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListSecurityPolicies":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListVpcEndpoints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"}}}
/***/ }),
-/* 1244 */
+/* 1241 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63271,8 +63234,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SecurityLake = Service.defineService('securitylake', ['2018-05-10']);
Object.defineProperty(apiLoader.services['securitylake'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1245);
- model.paginators = __webpack_require__(1246).pagination;
+ var model = __webpack_require__(1242);
+ model.paginators = __webpack_require__(1243).pagination;
return model;
},
enumerable: true,
@@ -63283,19 +63246,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1245 */
+/* 1242 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"securitylake","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Security Lake","serviceId":"SecurityLake","signatureVersion":"v4","signingName":"securitylake","uid":"securitylake-2018-05-10"},"operations":{"CreateAwsLogSource":{"http":{"requestUri":"/v1/datalake/logsources/aws","responseCode":200},"input":{"type":"structure","required":["sources"],"members":{"sources":{"shape":"S2"}}},"output":{"type":"structure","members":{"failed":{"shape":"S4"}}}},"CreateCustomLogSource":{"http":{"requestUri":"/v1/datalake/logsources/custom","responseCode":200},"input":{"type":"structure","required":["sourceName"],"members":{"configuration":{"type":"structure","required":["crawlerConfiguration","providerIdentity"],"members":{"crawlerConfiguration":{"type":"structure","required":["roleArn"],"members":{"roleArn":{}}},"providerIdentity":{"shape":"Sf"}}},"eventClasses":{"shape":"Si"},"sourceName":{},"sourceVersion":{}}},"output":{"type":"structure","members":{"source":{"shape":"Sn"}}},"idempotent":true},"CreateDataLake":{"http":{"requestUri":"/v1/datalake","responseCode":200},"input":{"type":"structure","required":["configurations","metaStoreManagerRoleArn"],"members":{"configurations":{"shape":"St"},"metaStoreManagerRoleArn":{},"tags":{"shape":"S15"}}},"output":{"type":"structure","members":{"dataLakes":{"shape":"S1a"}}}},"CreateDataLakeExceptionSubscription":{"http":{"requestUri":"/v1/datalake/exceptions/subscription","responseCode":200},"input":{"type":"structure","required":["notificationEndpoint","subscriptionProtocol"],"members":{"exceptionTimeToLive":{"type":"long"},"notificationEndpoint":{},"subscriptionProtocol":{}}},"output":{"type":"structure","members":{}}},"CreateDataLakeOrganizationConfiguration":{"http":{"requestUri":"/v1/datalake/organization/configuration","responseCode":200},"input":{"type":"structure","required":["autoEnableNewAccount"],"members":{"autoEnableNewAccount":{"shape":"S1m"}}},"output":{"type":"structure","members":{}}},"CreateSubscriber":{"http":{"requestUri":"/v1/subscribers","responseCode":200},"input":{"type":"structure","required":["sources","subscriberIdentity","subscriberName"],"members":{"accessTypes":{"shape":"S1s"},"sources":{"shape":"S1u"},"subscriberDescription":{},"subscriberIdentity":{"shape":"Sf"},"subscriberName":{},"tags":{"shape":"S15"}}},"output":{"type":"structure","members":{"subscriber":{"shape":"S1z"}}}},"CreateSubscriberNotification":{"http":{"requestUri":"/v1/subscribers/{subscriberId}/notification","responseCode":200},"input":{"type":"structure","required":["configuration","subscriberId"],"members":{"configuration":{"shape":"S26"},"subscriberId":{"location":"uri","locationName":"subscriberId"}}},"output":{"type":"structure","members":{"subscriberEndpoint":{}}}},"DeleteAwsLogSource":{"http":{"requestUri":"/v1/datalake/logsources/aws/delete","responseCode":200},"input":{"type":"structure","required":["sources"],"members":{"sources":{"shape":"S2"}}},"output":{"type":"structure","members":{"failed":{"shape":"S4"}}}},"DeleteCustomLogSource":{"http":{"method":"DELETE","requestUri":"/v1/datalake/logsources/custom/{sourceName}","responseCode":200},"input":{"type":"structure","required":["sourceName"],"members":{"sourceName":{"location":"uri","locationName":"sourceName"},"sourceVersion":{"location":"querystring","locationName":"sourceVersion"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataLake":{"http":{"requestUri":"/v1/datalake/delete","responseCode":200},"input":{"type":"structure","required":["regions"],"members":{"regions":{"shape":"S6"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataLakeExceptionSubscription":{"http":{"method":"DELETE","requestUri":"/v1/datalake/exceptions/subscription","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataLakeOrganizationConfiguration":{"http":{"requestUri":"/v1/datalake/organization/configuration/delete","responseCode":200},"input":{"type":"structure","required":["autoEnableNewAccount"],"members":{"autoEnableNewAccount":{"shape":"S1m"}}},"output":{"type":"structure","members":{}}},"DeleteSubscriber":{"http":{"method":"DELETE","requestUri":"/v1/subscribers/{subscriberId}","responseCode":200},"input":{"type":"structure","required":["subscriberId"],"members":{"subscriberId":{"location":"uri","locationName":"subscriberId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSubscriberNotification":{"http":{"method":"DELETE","requestUri":"/v1/subscribers/{subscriberId}/notification","responseCode":200},"input":{"type":"structure","required":["subscriberId"],"members":{"subscriberId":{"location":"uri","locationName":"subscriberId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeregisterDataLakeDelegatedAdministrator":{"http":{"method":"DELETE","requestUri":"/v1/datalake/delegate","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"GetDataLakeExceptionSubscription":{"http":{"method":"GET","requestUri":"/v1/datalake/exceptions/subscription","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"exceptionTimeToLive":{"type":"long"},"notificationEndpoint":{},"subscriptionProtocol":{}}}},"GetDataLakeOrganizationConfiguration":{"http":{"method":"GET","requestUri":"/v1/datalake/organization/configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnableNewAccount":{"shape":"S1m"}}}},"GetDataLakeSources":{"http":{"requestUri":"/v1/datalake/sources","responseCode":200},"input":{"type":"structure","members":{"accounts":{"shape":"S4"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"dataLakeArn":{},"dataLakeSources":{"type":"list","member":{"type":"structure","members":{"account":{},"eventClasses":{"shape":"Si"},"sourceName":{},"sourceStatuses":{"type":"list","member":{"type":"structure","members":{"resource":{},"status":{}}}}}}},"nextToken":{}}}},"GetSubscriber":{"http":{"method":"GET","requestUri":"/v1/subscribers/{subscriberId}","responseCode":200},"input":{"type":"structure","required":["subscriberId"],"members":{"subscriberId":{"location":"uri","locationName":"subscriberId"}}},"output":{"type":"structure","members":{"subscriber":{"shape":"S1z"}}}},"ListDataLakeExceptions":{"http":{"requestUri":"/v1/datalake/exceptions","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"regions":{"shape":"S6"}}},"output":{"type":"structure","members":{"exceptions":{"type":"list","member":{"type":"structure","members":{"exception":{},"region":{},"remediation":{},"timestamp":{"shape":"S20"}}}},"nextToken":{}}}},"ListDataLakes":{"http":{"method":"GET","requestUri":"/v1/datalakes","responseCode":200},"input":{"type":"structure","members":{"regions":{"shape":"S6","location":"querystring","locationName":"regions"}}},"output":{"type":"structure","members":{"dataLakes":{"shape":"S1a"}}}},"ListLogSources":{"http":{"requestUri":"/v1/datalake/logsources/list","responseCode":200},"input":{"type":"structure","members":{"accounts":{"shape":"S4"},"maxResults":{"type":"integer"},"nextToken":{},"regions":{"shape":"S6"},"sources":{"shape":"S1u"}}},"output":{"type":"structure","members":{"nextToken":{},"sources":{"type":"list","member":{"type":"structure","members":{"account":{},"region":{},"sources":{"shape":"S1u"}}}}}}},"ListSubscribers":{"http":{"method":"GET","requestUri":"/v1/subscribers","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"subscribers":{"type":"list","member":{"shape":"S1z"}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S15"}}}},"RegisterDataLakeDelegatedAdministrator":{"http":{"requestUri":"/v1/datalake/delegate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S15"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateDataLake":{"http":{"method":"PUT","requestUri":"/v1/datalake","responseCode":200},"input":{"type":"structure","required":["configurations"],"members":{"configurations":{"shape":"St"}}},"output":{"type":"structure","members":{"dataLakes":{"shape":"S1a"}}},"idempotent":true},"UpdateDataLakeExceptionSubscription":{"http":{"method":"PUT","requestUri":"/v1/datalake/exceptions/subscription","responseCode":200},"input":{"type":"structure","required":["notificationEndpoint","subscriptionProtocol"],"members":{"exceptionTimeToLive":{"type":"long"},"notificationEndpoint":{},"subscriptionProtocol":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateSubscriber":{"http":{"method":"PUT","requestUri":"/v1/subscribers/{subscriberId}","responseCode":200},"input":{"type":"structure","required":["subscriberId"],"members":{"sources":{"shape":"S1u"},"subscriberDescription":{},"subscriberId":{"location":"uri","locationName":"subscriberId"},"subscriberIdentity":{"shape":"Sf"},"subscriberName":{}}},"output":{"type":"structure","members":{"subscriber":{"shape":"S1z"}}},"idempotent":true},"UpdateSubscriberNotification":{"http":{"method":"PUT","requestUri":"/v1/subscribers/{subscriberId}/notification","responseCode":200},"input":{"type":"structure","required":["configuration","subscriberId"],"members":{"configuration":{"shape":"S26"},"subscriberId":{"location":"uri","locationName":"subscriberId"}}},"output":{"type":"structure","members":{"subscriberEndpoint":{}}},"idempotent":true}},"shapes":{"S2":{"type":"list","member":{"type":"structure","required":["regions","sourceName"],"members":{"accounts":{"shape":"S4"},"regions":{"shape":"S6"},"sourceName":{},"sourceVersion":{}}}},"S4":{"type":"list","member":{}},"S6":{"type":"list","member":{}},"Sf":{"type":"structure","required":["externalId","principal"],"members":{"externalId":{},"principal":{}}},"Si":{"type":"list","member":{}},"Sn":{"type":"structure","members":{"attributes":{"type":"structure","members":{"crawlerArn":{},"databaseArn":{},"tableArn":{}}},"provider":{"type":"structure","members":{"location":{},"roleArn":{}}},"sourceName":{},"sourceVersion":{}}},"St":{"type":"list","member":{"type":"structure","required":["region"],"members":{"encryptionConfiguration":{"shape":"Sv"},"lifecycleConfiguration":{"shape":"Sx"},"region":{},"replicationConfiguration":{"shape":"S14"}}}},"Sv":{"type":"structure","members":{"kmsKeyId":{}}},"Sx":{"type":"structure","members":{"expiration":{"type":"structure","members":{"days":{"type":"integer"}}},"transitions":{"type":"list","member":{"type":"structure","members":{"days":{"type":"integer"},"storageClass":{}}}}}},"S14":{"type":"structure","members":{"regions":{"shape":"S6"},"roleArn":{}}},"S15":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S1a":{"type":"list","member":{"type":"structure","required":["dataLakeArn","region"],"members":{"createStatus":{},"dataLakeArn":{},"encryptionConfiguration":{"shape":"Sv"},"lifecycleConfiguration":{"shape":"Sx"},"region":{},"replicationConfiguration":{"shape":"S14"},"s3BucketArn":{},"updateStatus":{"type":"structure","members":{"exception":{"type":"structure","members":{"code":{},"reason":{}}},"requestId":{},"status":{}}}}}},"S1m":{"type":"list","member":{"type":"structure","required":["region","sources"],"members":{"region":{},"sources":{"type":"list","member":{"shape":"S1p"}}}}},"S1p":{"type":"structure","members":{"sourceName":{},"sourceVersion":{}}},"S1s":{"type":"list","member":{}},"S1u":{"type":"list","member":{"type":"structure","members":{"awsLogSource":{"shape":"S1p"},"customLogSource":{"shape":"Sn"}},"union":true}},"S1z":{"type":"structure","required":["sources","subscriberArn","subscriberId","subscriberIdentity","subscriberName"],"members":{"accessTypes":{"shape":"S1s"},"createdAt":{"shape":"S20"},"resourceShareArn":{},"resourceShareName":{},"roleArn":{},"s3BucketArn":{},"sources":{"shape":"S1u"},"subscriberArn":{},"subscriberDescription":{},"subscriberEndpoint":{},"subscriberId":{},"subscriberIdentity":{"shape":"Sf"},"subscriberName":{},"subscriberStatus":{},"updatedAt":{"shape":"S20"}}},"S20":{"type":"timestamp","timestampFormat":"iso8601"},"S26":{"type":"structure","members":{"httpsNotificationConfiguration":{"type":"structure","required":["endpoint","targetRoleArn"],"members":{"authorizationApiKeyName":{},"authorizationApiKeyValue":{},"endpoint":{},"httpMethod":{},"targetRoleArn":{}}},"sqsNotificationConfiguration":{"type":"structure","members":{}}},"union":true}}}
/***/ }),
-/* 1246 */
+/* 1243 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetDataLakeSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataLakeSources"},"ListDataLakeExceptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"exceptions"},"ListLogSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sources"},"ListSubscribers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"subscribers"}}}
/***/ }),
-/* 1247 */
+/* 1244 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63307,8 +63270,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SimSpaceWeaver = Service.defineService('simspaceweaver', ['2022-10-28']);
Object.defineProperty(apiLoader.services['simspaceweaver'], '2022-10-28', {
get: function get() {
- var model = __webpack_require__(1248);
- model.paginators = __webpack_require__(1249).pagination;
+ var model = __webpack_require__(1245);
+ model.paginators = __webpack_require__(1246).pagination;
return model;
},
enumerable: true,
@@ -63319,19 +63282,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1248 */
+/* 1245 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-28","endpointPrefix":"simspaceweaver","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS SimSpace Weaver","serviceId":"SimSpaceWeaver","signatureVersion":"v4","signingName":"simspaceweaver","uid":"simspaceweaver-2022-10-28"},"operations":{"CreateSnapshot":{"http":{"requestUri":"/createsnapshot","responseCode":200},"input":{"type":"structure","required":["Destination","Simulation"],"members":{"Destination":{"type":"structure","required":["BucketName"],"members":{"BucketName":{},"ObjectKeyPrefix":{}}},"Simulation":{}}},"output":{"type":"structure","members":{}}},"DeleteApp":{"http":{"method":"DELETE","requestUri":"/deleteapp","responseCode":200},"input":{"type":"structure","required":["App","Domain","Simulation"],"members":{"App":{"location":"querystring","locationName":"app"},"Domain":{"location":"querystring","locationName":"domain"},"Simulation":{"location":"querystring","locationName":"simulation"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSimulation":{"http":{"method":"DELETE","requestUri":"/deletesimulation","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Simulation":{"location":"querystring","locationName":"simulation"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DescribeApp":{"http":{"method":"GET","requestUri":"/describeapp","responseCode":200},"input":{"type":"structure","required":["App","Domain","Simulation"],"members":{"App":{"location":"querystring","locationName":"app"},"Domain":{"location":"querystring","locationName":"domain"},"Simulation":{"location":"querystring","locationName":"simulation"}}},"output":{"type":"structure","members":{"Description":{},"Domain":{},"EndpointInfo":{"type":"structure","members":{"Address":{},"IngressPortMappings":{"type":"list","member":{"type":"structure","members":{"Actual":{"type":"integer"},"Declared":{"type":"integer"}}}}}},"LaunchOverrides":{"shape":"Sk"},"Name":{},"Simulation":{},"Status":{},"TargetStatus":{}}}},"DescribeSimulation":{"http":{"method":"GET","requestUri":"/describesimulation","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Simulation":{"location":"querystring","locationName":"simulation"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"Description":{},"ExecutionId":{},"LiveSimulationState":{"type":"structure","members":{"Clocks":{"type":"list","member":{"type":"structure","members":{"Status":{},"TargetStatus":{}}}},"Domains":{"type":"list","member":{"type":"structure","members":{"Lifecycle":{},"Name":{}}}}}},"LoggingConfiguration":{"type":"structure","members":{"Destinations":{"type":"list","member":{"type":"structure","members":{"CloudWatchLogsLogGroup":{"type":"structure","members":{"LogGroupArn":{}}}}}}}},"MaximumDuration":{},"Name":{},"RoleArn":{},"SchemaError":{"deprecated":true,"deprecatedMessage":"SchemaError is no longer used, check StartError instead."},"SchemaS3Location":{"shape":"S19"},"SnapshotS3Location":{"shape":"S19"},"StartError":{},"Status":{},"TargetStatus":{}}}},"ListApps":{"http":{"method":"GET","requestUri":"/listapps","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Domain":{"location":"querystring","locationName":"domain"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"Simulation":{"location":"querystring","locationName":"simulation"}}},"output":{"type":"structure","members":{"Apps":{"type":"list","member":{"type":"structure","members":{"Domain":{},"Name":{},"Simulation":{},"Status":{},"TargetStatus":{}}}},"NextToken":{}}}},"ListSimulations":{"http":{"method":"GET","requestUri":"/listsimulations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"Simulations":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"Name":{},"Status":{},"TargetStatus":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S1o"}}}},"StartApp":{"http":{"requestUri":"/startapp","responseCode":200},"input":{"type":"structure","required":["Domain","Name","Simulation"],"members":{"ClientToken":{"shape":"S1s","idempotencyToken":true},"Description":{},"Domain":{},"LaunchOverrides":{"shape":"Sk"},"Name":{},"Simulation":{}}},"output":{"type":"structure","members":{"Domain":{},"Name":{},"Simulation":{}}}},"StartClock":{"http":{"requestUri":"/startclock","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Simulation":{}}},"output":{"type":"structure","members":{}}},"StartSimulation":{"http":{"requestUri":"/startsimulation","responseCode":200},"input":{"type":"structure","required":["Name","RoleArn"],"members":{"ClientToken":{"shape":"S1s","idempotencyToken":true},"Description":{},"MaximumDuration":{},"Name":{},"RoleArn":{},"SchemaS3Location":{"shape":"S19"},"SnapshotS3Location":{"shape":"S19"},"Tags":{"shape":"S1o"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"ExecutionId":{}}}},"StopApp":{"http":{"requestUri":"/stopapp","responseCode":200},"input":{"type":"structure","required":["App","Domain","Simulation"],"members":{"App":{},"Domain":{},"Simulation":{}}},"output":{"type":"structure","members":{}}},"StopClock":{"http":{"requestUri":"/stopclock","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Simulation":{}}},"output":{"type":"structure","members":{}}},"StopSimulation":{"http":{"requestUri":"/stopsimulation","responseCode":200},"input":{"type":"structure","required":["Simulation"],"members":{"Simulation":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S1o"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sk":{"type":"structure","members":{"LaunchCommands":{"type":"list","member":{}}}},"S19":{"type":"structure","required":["BucketName","ObjectKey"],"members":{"BucketName":{},"ObjectKey":{}}},"S1o":{"type":"map","key":{},"value":{}},"S1s":{"type":"string","sensitive":true}}}
/***/ }),
-/* 1249 */
+/* 1246 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListApps":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListSimulations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1250 */
+/* 1247 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63343,8 +63306,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.DocDBElastic = Service.defineService('docdbelastic', ['2022-11-28']);
Object.defineProperty(apiLoader.services['docdbelastic'], '2022-11-28', {
get: function get() {
- var model = __webpack_require__(1251);
- model.paginators = __webpack_require__(1252).pagination;
+ var model = __webpack_require__(1248);
+ model.paginators = __webpack_require__(1249).pagination;
return model;
},
enumerable: true,
@@ -63355,19 +63318,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1251 */
+/* 1248 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"docdb-elastic","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"DocDB Elastic","serviceFullName":"Amazon DocumentDB Elastic Clusters","serviceId":"DocDB Elastic","signatureVersion":"v4","signingName":"docdb-elastic","uid":"docdb-elastic-2022-11-28"},"operations":{"CreateCluster":{"http":{"requestUri":"/cluster","responseCode":200},"input":{"type":"structure","required":["adminUserName","adminUserPassword","authType","clusterName","shardCapacity","shardCount"],"members":{"adminUserName":{},"adminUserPassword":{"shape":"S3"},"authType":{},"clientToken":{"idempotencyToken":true},"clusterName":{},"kmsKeyId":{},"preferredMaintenanceWindow":{},"shardCapacity":{"type":"integer"},"shardCount":{"type":"integer"},"subnetIds":{"shape":"S6"},"tags":{"shape":"S7"},"vpcSecurityGroupIds":{"shape":"S6"}}},"output":{"type":"structure","required":["cluster"],"members":{"cluster":{"shape":"Sb"}}},"idempotent":true},"CreateClusterSnapshot":{"http":{"requestUri":"/cluster-snapshot","responseCode":200},"input":{"type":"structure","required":["clusterArn","snapshotName"],"members":{"clusterArn":{},"snapshotName":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","required":["snapshot"],"members":{"snapshot":{"shape":"Sg"}}},"idempotent":true},"DeleteCluster":{"http":{"method":"DELETE","requestUri":"/cluster/{clusterArn}","responseCode":200},"input":{"type":"structure","required":["clusterArn"],"members":{"clusterArn":{"location":"uri","locationName":"clusterArn"}}},"output":{"type":"structure","required":["cluster"],"members":{"cluster":{"shape":"Sb"}}},"idempotent":true},"DeleteClusterSnapshot":{"http":{"method":"DELETE","requestUri":"/cluster-snapshot/{snapshotArn}","responseCode":200},"input":{"type":"structure","required":["snapshotArn"],"members":{"snapshotArn":{"location":"uri","locationName":"snapshotArn"}}},"output":{"type":"structure","required":["snapshot"],"members":{"snapshot":{"shape":"Sg"}}},"idempotent":true},"GetCluster":{"http":{"method":"GET","requestUri":"/cluster/{clusterArn}","responseCode":200},"input":{"type":"structure","required":["clusterArn"],"members":{"clusterArn":{"location":"uri","locationName":"clusterArn"}}},"output":{"type":"structure","required":["cluster"],"members":{"cluster":{"shape":"Sb"}}}},"GetClusterSnapshot":{"http":{"method":"GET","requestUri":"/cluster-snapshot/{snapshotArn}","responseCode":200},"input":{"type":"structure","required":["snapshotArn"],"members":{"snapshotArn":{"location":"uri","locationName":"snapshotArn"}}},"output":{"type":"structure","required":["snapshot"],"members":{"snapshot":{"shape":"Sg"}}}},"ListClusterSnapshots":{"http":{"method":"GET","requestUri":"/cluster-snapshots","responseCode":200},"input":{"type":"structure","members":{"clusterArn":{"location":"querystring","locationName":"clusterArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"snapshots":{"type":"list","member":{"type":"structure","required":["clusterArn","snapshotArn","snapshotCreationTime","snapshotName","status"],"members":{"clusterArn":{},"snapshotArn":{},"snapshotCreationTime":{},"snapshotName":{},"status":{}}}}}}},"ListClusters":{"http":{"method":"GET","requestUri":"/clusters","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"clusters":{"type":"list","member":{"type":"structure","required":["clusterArn","clusterName","status"],"members":{"clusterArn":{},"clusterName":{},"status":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S7"}}}},"RestoreClusterFromSnapshot":{"http":{"requestUri":"/cluster-snapshot/{snapshotArn}/restore","responseCode":200},"input":{"type":"structure","required":["clusterName","snapshotArn"],"members":{"clusterName":{},"kmsKeyId":{},"snapshotArn":{"location":"uri","locationName":"snapshotArn"},"subnetIds":{"shape":"S6"},"tags":{"shape":"S7"},"vpcSecurityGroupIds":{"shape":"S6"}}},"output":{"type":"structure","required":["cluster"],"members":{"cluster":{"shape":"Sb"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateCluster":{"http":{"method":"PUT","requestUri":"/cluster/{clusterArn}","responseCode":200},"input":{"type":"structure","required":["clusterArn"],"members":{"adminUserPassword":{"shape":"S3"},"authType":{},"clientToken":{"idempotencyToken":true},"clusterArn":{"location":"uri","locationName":"clusterArn"},"preferredMaintenanceWindow":{},"shardCapacity":{"type":"integer"},"shardCount":{"type":"integer"},"subnetIds":{"shape":"S6"},"vpcSecurityGroupIds":{"shape":"S6"}}},"output":{"type":"structure","required":["cluster"],"members":{"cluster":{"shape":"Sb"}}},"idempotent":true}},"shapes":{"S3":{"type":"string","sensitive":true},"S6":{"type":"list","member":{}},"S7":{"type":"map","key":{},"value":{}},"Sb":{"type":"structure","required":["adminUserName","authType","clusterArn","clusterEndpoint","clusterName","createTime","kmsKeyId","preferredMaintenanceWindow","shardCapacity","shardCount","status","subnetIds","vpcSecurityGroupIds"],"members":{"adminUserName":{},"authType":{},"clusterArn":{},"clusterEndpoint":{},"clusterName":{},"createTime":{},"kmsKeyId":{},"preferredMaintenanceWindow":{},"shardCapacity":{"type":"integer"},"shardCount":{"type":"integer"},"status":{},"subnetIds":{"shape":"S6"},"vpcSecurityGroupIds":{"shape":"S6"}}},"Sg":{"type":"structure","required":["adminUserName","clusterArn","clusterCreationTime","kmsKeyId","snapshotArn","snapshotCreationTime","snapshotName","status","subnetIds","vpcSecurityGroupIds"],"members":{"adminUserName":{},"clusterArn":{},"clusterCreationTime":{},"kmsKeyId":{},"snapshotArn":{},"snapshotCreationTime":{},"snapshotName":{},"status":{},"subnetIds":{"shape":"S6"},"vpcSecurityGroupIds":{"shape":"S6"}}}}}
/***/ }),
-/* 1252 */
+/* 1249 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListClusterSnapshots":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"snapshots"},"ListClusters":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"clusters"}}}
/***/ }),
-/* 1253 */
+/* 1250 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63379,8 +63342,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SageMakerGeospatial = Service.defineService('sagemakergeospatial', ['2020-05-27']);
Object.defineProperty(apiLoader.services['sagemakergeospatial'], '2020-05-27', {
get: function get() {
- var model = __webpack_require__(1254);
- model.paginators = __webpack_require__(1255).pagination;
+ var model = __webpack_require__(1251);
+ model.paginators = __webpack_require__(1252).pagination;
return model;
},
enumerable: true,
@@ -63391,19 +63354,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1254 */
+/* 1251 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-05-27","endpointPrefix":"sagemaker-geospatial","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon SageMaker geospatial capabilities","serviceId":"SageMaker Geospatial","signatureVersion":"v4","signingName":"sagemaker-geospatial","uid":"sagemaker-geospatial-2020-05-27"},"operations":{"DeleteEarthObservationJob":{"http":{"method":"DELETE","requestUri":"/earth-observation-jobs/{Arn}","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"uri","locationName":"Arn"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVectorEnrichmentJob":{"http":{"method":"DELETE","requestUri":"/vector-enrichment-jobs/{Arn}","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"uri","locationName":"Arn"}}},"output":{"type":"structure","members":{}},"idempotent":true},"ExportEarthObservationJob":{"http":{"requestUri":"/export-earth-observation-job","responseCode":200},"input":{"type":"structure","required":["Arn","ExecutionRoleArn","OutputConfig"],"members":{"Arn":{},"ClientToken":{"idempotencyToken":true},"ExecutionRoleArn":{},"ExportSourceImages":{"type":"boolean"},"OutputConfig":{"shape":"Sb"}}},"output":{"type":"structure","required":["Arn","CreationTime","ExecutionRoleArn","ExportStatus","OutputConfig"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"ExecutionRoleArn":{},"ExportSourceImages":{"type":"boolean"},"ExportStatus":{},"OutputConfig":{"shape":"Sb"}}}},"ExportVectorEnrichmentJob":{"http":{"requestUri":"/export-vector-enrichment-jobs","responseCode":200},"input":{"type":"structure","required":["Arn","ExecutionRoleArn","OutputConfig"],"members":{"Arn":{},"ClientToken":{"idempotencyToken":true},"ExecutionRoleArn":{},"OutputConfig":{"shape":"Sk"}}},"output":{"type":"structure","required":["Arn","CreationTime","ExecutionRoleArn","ExportStatus","OutputConfig"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"ExecutionRoleArn":{},"ExportStatus":{},"OutputConfig":{"shape":"Sk"}}}},"GetEarthObservationJob":{"http":{"method":"GET","requestUri":"/earth-observation-jobs/{Arn}","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"uri","locationName":"Arn"}}},"output":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","InputConfig","JobConfig","Name","Status"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"ErrorDetails":{"type":"structure","members":{"Message":{},"Type":{}}},"ExecutionRoleArn":{},"ExportErrorDetails":{"type":"structure","members":{"ExportResults":{"shape":"Sv"},"ExportSourceImages":{"shape":"Sv"}}},"ExportStatus":{},"InputConfig":{"shape":"Sx"},"JobConfig":{"shape":"S1n"},"KmsKeyId":{},"Name":{},"OutputBands":{"type":"list","member":{"type":"structure","required":["BandName","OutputDataType"],"members":{"BandName":{},"OutputDataType":{}}}},"Status":{},"Tags":{"shape":"S2i"}}}},"GetRasterDataCollection":{"http":{"method":"GET","requestUri":"/raster-data-collection/{Arn}","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"uri","locationName":"Arn"}}},"output":{"type":"structure","required":["Arn","Description","DescriptionPageUrl","ImageSourceBands","Name","SupportedFilters","Type"],"members":{"Arn":{},"Description":{},"DescriptionPageUrl":{},"ImageSourceBands":{"type":"list","member":{}},"Name":{},"SupportedFilters":{"shape":"S2m"},"Tags":{"shape":"S2i"},"Type":{}}}},"GetTile":{"http":{"method":"GET","requestUri":"/tile/{z}/{x}/{y}","responseCode":200},"input":{"type":"structure","required":["Arn","ImageAssets","Target","x","y","z"],"members":{"Arn":{"location":"querystring","locationName":"Arn"},"ExecutionRoleArn":{"location":"querystring","locationName":"ExecutionRoleArn"},"ImageAssets":{"shape":"S1t","location":"querystring","locationName":"ImageAssets"},"ImageMask":{"location":"querystring","locationName":"ImageMask","type":"boolean"},"OutputDataType":{"location":"querystring","locationName":"OutputDataType"},"OutputFormat":{"location":"querystring","locationName":"OutputFormat"},"PropertyFilters":{"location":"querystring","locationName":"PropertyFilters"},"Target":{"location":"querystring","locationName":"Target"},"TimeRangeFilter":{"location":"querystring","locationName":"TimeRangeFilter"},"x":{"location":"uri","locationName":"x","type":"integer"},"y":{"location":"uri","locationName":"y","type":"integer"},"z":{"location":"uri","locationName":"z","type":"integer"}}},"output":{"type":"structure","members":{"BinaryFile":{"type":"blob","streaming":true}},"payload":"BinaryFile"}},"GetVectorEnrichmentJob":{"http":{"method":"GET","requestUri":"/vector-enrichment-jobs/{Arn}","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"uri","locationName":"Arn"}}},"output":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","ExecutionRoleArn","InputConfig","JobConfig","Name","Status","Type"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"ErrorDetails":{"type":"structure","members":{"ErrorMessage":{},"ErrorType":{}}},"ExecutionRoleArn":{},"ExportErrorDetails":{"type":"structure","members":{"Message":{},"Type":{}}},"ExportStatus":{},"InputConfig":{"shape":"S2z"},"JobConfig":{"shape":"S32"},"KmsKeyId":{},"Name":{},"Status":{},"Tags":{"shape":"S2i"},"Type":{}}}},"ListEarthObservationJobs":{"http":{"requestUri":"/list-earth-observation-jobs","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{"shape":"S39"},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","required":["EarthObservationJobSummaries"],"members":{"EarthObservationJobSummaries":{"type":"list","member":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","Name","OperationType","Status"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"Name":{},"OperationType":{},"Status":{},"Tags":{"shape":"S2i"}}}},"NextToken":{"shape":"S39"}}}},"ListRasterDataCollections":{"http":{"method":"GET","requestUri":"/raster-data-collections","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"shape":"S39","location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["RasterDataCollectionSummaries"],"members":{"NextToken":{"shape":"S39"},"RasterDataCollectionSummaries":{"type":"list","member":{"type":"structure","required":["Arn","Description","Name","SupportedFilters","Type"],"members":{"Arn":{},"Description":{},"DescriptionPageUrl":{},"Name":{},"SupportedFilters":{"shape":"S2m"},"Tags":{"shape":"S2i"},"Type":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S2i"}}}},"ListVectorEnrichmentJobs":{"http":{"requestUri":"/list-vector-enrichment-jobs","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{"shape":"S39"},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","required":["VectorEnrichmentJobSummaries"],"members":{"NextToken":{"shape":"S39"},"VectorEnrichmentJobSummaries":{"type":"list","member":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","Name","Status","Type"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"Name":{},"Status":{},"Tags":{"shape":"S2i"},"Type":{}}}}}}},"SearchRasterDataCollection":{"http":{"requestUri":"/search-raster-data-collection","responseCode":200},"input":{"type":"structure","required":["Arn","RasterDataCollectionQuery"],"members":{"Arn":{},"NextToken":{"shape":"S39"},"RasterDataCollectionQuery":{"type":"structure","required":["TimeRangeFilter"],"members":{"AreaOfInterest":{"shape":"Sz"},"BandFilter":{"shape":"S1t"},"PropertyFilters":{"shape":"S18"},"TimeRangeFilter":{"shape":"S3t"}}}}},"output":{"type":"structure","required":["ApproximateResultCount"],"members":{"ApproximateResultCount":{"type":"integer"},"Items":{"type":"list","member":{"type":"structure","required":["DateTime","Geometry","Id"],"members":{"Assets":{"type":"map","key":{},"value":{"type":"structure","members":{"Href":{}}}},"DateTime":{"type":"timestamp"},"Geometry":{"type":"structure","required":["Coordinates","Type"],"members":{"Coordinates":{"shape":"S13"},"Type":{}}},"Id":{},"Properties":{"type":"structure","members":{"EoCloudCover":{"type":"float"},"LandsatCloudCoverLand":{"type":"float"},"Platform":{},"ViewOffNadir":{"type":"float"},"ViewSunAzimuth":{"type":"float"},"ViewSunElevation":{"type":"float"}}}}}},"NextToken":{"shape":"S39"}}}},"StartEarthObservationJob":{"http":{"requestUri":"/earth-observation-jobs","responseCode":200},"input":{"type":"structure","required":["ExecutionRoleArn","InputConfig","JobConfig","Name"],"members":{"ClientToken":{"idempotencyToken":true},"ExecutionRoleArn":{},"InputConfig":{"type":"structure","members":{"PreviousEarthObservationJobArn":{},"RasterDataCollectionQuery":{"type":"structure","required":["RasterDataCollectionArn","TimeRangeFilter"],"members":{"AreaOfInterest":{"shape":"Sz"},"PropertyFilters":{"shape":"S18"},"RasterDataCollectionArn":{},"TimeRangeFilter":{"shape":"S3t"}}}}},"JobConfig":{"shape":"S1n"},"KmsKeyId":{},"Name":{},"Tags":{"shape":"S2i"}}},"output":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","ExecutionRoleArn","JobConfig","Name","Status"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"ExecutionRoleArn":{},"InputConfig":{"shape":"Sx"},"JobConfig":{"shape":"S1n"},"KmsKeyId":{},"Name":{},"Status":{},"Tags":{"shape":"S2i"}}},"idempotent":true},"StartVectorEnrichmentJob":{"http":{"requestUri":"/vector-enrichment-jobs","responseCode":200},"input":{"type":"structure","required":["ExecutionRoleArn","InputConfig","JobConfig","Name"],"members":{"ClientToken":{"idempotencyToken":true},"ExecutionRoleArn":{},"InputConfig":{"shape":"S2z"},"JobConfig":{"shape":"S32"},"KmsKeyId":{},"Name":{},"Tags":{"shape":"S2i"}}},"output":{"type":"structure","required":["Arn","CreationTime","DurationInSeconds","ExecutionRoleArn","InputConfig","JobConfig","Name","Status","Type"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"DurationInSeconds":{"type":"integer"},"ExecutionRoleArn":{},"InputConfig":{"shape":"S2z"},"JobConfig":{"shape":"S32"},"KmsKeyId":{},"Name":{},"Status":{},"Tags":{"shape":"S2i"},"Type":{}}},"idempotent":true},"StopEarthObservationJob":{"http":{"requestUri":"/earth-observation-jobs/stop","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{}}},"output":{"type":"structure","members":{}}},"StopVectorEnrichmentJob":{"http":{"requestUri":"/vector-enrichment-jobs/stop","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"method":"PUT","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S2i"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sb":{"type":"structure","required":["S3Data"],"members":{"S3Data":{"type":"structure","required":["S3Uri"],"members":{"KmsKeyId":{},"S3Uri":{}}}}},"Sg":{"type":"timestamp","timestampFormat":"iso8601"},"Sk":{"type":"structure","required":["S3Data"],"members":{"S3Data":{"shape":"Sl"}}},"Sl":{"type":"structure","required":["S3Uri"],"members":{"KmsKeyId":{},"S3Uri":{}}},"Sv":{"type":"structure","members":{"Message":{},"Type":{}}},"Sx":{"type":"structure","members":{"PreviousEarthObservationJobArn":{},"RasterDataCollectionQuery":{"type":"structure","required":["RasterDataCollectionArn","RasterDataCollectionName","TimeRangeFilter"],"members":{"AreaOfInterest":{"shape":"Sz"},"PropertyFilters":{"shape":"S18"},"RasterDataCollectionArn":{},"RasterDataCollectionName":{},"TimeRangeFilter":{"type":"structure","required":["EndTime","StartTime"],"members":{"EndTime":{"shape":"Sg"},"StartTime":{"shape":"Sg"}},"sensitive":true}}}}},"Sz":{"type":"structure","members":{"AreaOfInterestGeometry":{"type":"structure","members":{"MultiPolygonGeometry":{"type":"structure","required":["Coordinates"],"members":{"Coordinates":{"type":"list","member":{"shape":"S13"}}}},"PolygonGeometry":{"type":"structure","required":["Coordinates"],"members":{"Coordinates":{"shape":"S13"}}}},"union":true}},"union":true},"S13":{"type":"list","member":{"type":"list","member":{"type":"list","member":{"type":"double"},"sensitive":true}}},"S18":{"type":"structure","members":{"LogicalOperator":{},"Properties":{"type":"list","member":{"type":"structure","required":["Property"],"members":{"Property":{"type":"structure","members":{"EoCloudCover":{"type":"structure","required":["LowerBound","UpperBound"],"members":{"LowerBound":{"type":"float"},"UpperBound":{"type":"float"}}},"LandsatCloudCoverLand":{"type":"structure","required":["LowerBound","UpperBound"],"members":{"LowerBound":{"type":"float"},"UpperBound":{"type":"float"}}},"Platform":{"type":"structure","required":["Value"],"members":{"ComparisonOperator":{},"Value":{}}},"ViewOffNadir":{"type":"structure","required":["LowerBound","UpperBound"],"members":{"LowerBound":{"type":"float"},"UpperBound":{"type":"float"}}},"ViewSunAzimuth":{"type":"structure","required":["LowerBound","UpperBound"],"members":{"LowerBound":{"type":"float"},"UpperBound":{"type":"float"}}},"ViewSunElevation":{"type":"structure","required":["LowerBound","UpperBound"],"members":{"LowerBound":{"type":"float"},"UpperBound":{"type":"float"}}}},"union":true}}}}}},"S1n":{"type":"structure","members":{"BandMathConfig":{"type":"structure","members":{"CustomIndices":{"type":"structure","members":{"Operations":{"type":"list","member":{"type":"structure","required":["Equation","Name"],"members":{"Equation":{},"Name":{},"OutputType":{}}}}}},"PredefinedIndices":{"shape":"S1t"}}},"CloudMaskingConfig":{"type":"structure","members":{}},"CloudRemovalConfig":{"type":"structure","members":{"AlgorithmName":{},"InterpolationValue":{},"TargetBands":{"shape":"S1t"}}},"GeoMosaicConfig":{"type":"structure","members":{"AlgorithmName":{},"TargetBands":{"shape":"S1t"}}},"LandCoverSegmentationConfig":{"type":"structure","members":{}},"ResamplingConfig":{"type":"structure","required":["OutputResolution"],"members":{"AlgorithmName":{},"OutputResolution":{"type":"structure","required":["UserDefined"],"members":{"UserDefined":{"shape":"S23"}}},"TargetBands":{"shape":"S1t"}}},"StackConfig":{"type":"structure","members":{"OutputResolution":{"type":"structure","members":{"Predefined":{},"UserDefined":{"shape":"S23"}}},"TargetBands":{"shape":"S1t"}}},"TemporalStatisticsConfig":{"type":"structure","required":["Statistics"],"members":{"GroupBy":{},"Statistics":{"type":"list","member":{}},"TargetBands":{"shape":"S1t"}}},"ZonalStatisticsConfig":{"type":"structure","required":["Statistics","ZoneS3Path"],"members":{"Statistics":{"type":"list","member":{}},"TargetBands":{"shape":"S1t"},"ZoneS3Path":{},"ZoneS3PathKmsKeyId":{}}}},"union":true},"S1t":{"type":"list","member":{}},"S23":{"type":"structure","required":["Unit","Value"],"members":{"Unit":{},"Value":{"type":"float"}}},"S2i":{"type":"map","key":{},"value":{}},"S2m":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Maximum":{"type":"float"},"Minimum":{"type":"float"},"Name":{},"Type":{}}}},"S2z":{"type":"structure","required":["DataSourceConfig","DocumentType"],"members":{"DataSourceConfig":{"type":"structure","members":{"S3Data":{"shape":"Sl"}},"union":true},"DocumentType":{}}},"S32":{"type":"structure","members":{"MapMatchingConfig":{"type":"structure","required":["IdAttributeName","TimestampAttributeName","XAttributeName","YAttributeName"],"members":{"IdAttributeName":{},"TimestampAttributeName":{},"XAttributeName":{},"YAttributeName":{}}},"ReverseGeocodingConfig":{"type":"structure","required":["XAttributeName","YAttributeName"],"members":{"XAttributeName":{},"YAttributeName":{}}}},"union":true},"S39":{"type":"string","sensitive":true},"S3t":{"type":"structure","required":["EndTime","StartTime"],"members":{"EndTime":{"type":"timestamp"},"StartTime":{"type":"timestamp"}},"sensitive":true}}}
/***/ }),
-/* 1255 */
+/* 1252 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListEarthObservationJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"EarthObservationJobSummaries"},"ListRasterDataCollections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"RasterDataCollectionSummaries"},"ListVectorEnrichmentJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"VectorEnrichmentJobSummaries"},"SearchRasterDataCollection":{"input_token":"NextToken","output_token":"NextToken"}}}
/***/ }),
-/* 1256 */
+/* 1253 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63415,9 +63378,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CodeCatalyst = Service.defineService('codecatalyst', ['2022-09-28']);
Object.defineProperty(apiLoader.services['codecatalyst'], '2022-09-28', {
get: function get() {
- var model = __webpack_require__(1257);
- model.paginators = __webpack_require__(1258).pagination;
- model.waiters = __webpack_require__(1259).waiters;
+ var model = __webpack_require__(1254);
+ model.paginators = __webpack_require__(1255).pagination;
+ model.waiters = __webpack_require__(1256).waiters;
return model;
},
enumerable: true,
@@ -63428,25 +63391,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1257 */
+/* 1254 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-09-28","endpointPrefix":"codecatalyst","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon CodeCatalyst","serviceId":"CodeCatalyst","signatureVersion":"bearer","signingName":"codecatalyst","uid":"codecatalyst-2022-09-28"},"operations":{"CreateAccessToken":{"http":{"method":"PUT","requestUri":"/v1/accessTokens","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"name":{},"expiresTime":{"shape":"S3"}}},"output":{"type":"structure","required":["secret","name","expiresTime","accessTokenId"],"members":{"secret":{"type":"string","sensitive":true},"name":{},"expiresTime":{"shape":"S3"},"accessTokenId":{}}}},"CreateDevEnvironment":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments","responseCode":201},"input":{"type":"structure","required":["spaceName","projectName","instanceType","persistentStorage"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"repositories":{"type":"list","member":{"type":"structure","required":["repositoryName"],"members":{"repositoryName":{},"branchName":{}}}},"clientToken":{},"alias":{},"ides":{"shape":"Sf"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"},"persistentStorage":{"type":"structure","required":["sizeInGiB"],"members":{"sizeInGiB":{"type":"integer"}}}}},"output":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{},"projectName":{},"id":{}}},"idempotent":true},"CreateProject":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects","responseCode":201},"input":{"type":"structure","required":["spaceName","displayName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"displayName":{},"description":{}}},"output":{"type":"structure","required":["name"],"members":{"spaceName":{},"name":{},"displayName":{},"description":{}}},"idempotent":true},"CreateSourceRepository":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}","responseCode":201},"input":{"type":"structure","required":["spaceName","projectName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["spaceName","projectName","name"],"members":{"spaceName":{},"projectName":{},"name":{},"description":{}}},"idempotent":true},"CreateSourceRepositoryBranch":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches/{name}","responseCode":201},"input":{"type":"structure","required":["spaceName","projectName","sourceRepositoryName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"sourceRepositoryName":{"location":"uri","locationName":"sourceRepositoryName"},"name":{"location":"uri","locationName":"name"},"headCommitId":{}}},"output":{"type":"structure","members":{"ref":{},"name":{},"lastUpdatedTime":{"shape":"S3"},"headCommitId":{}}},"idempotent":true},"DeleteAccessToken":{"http":{"method":"DELETE","requestUri":"/v1/accessTokens/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDevEnvironment":{"http":{"method":"DELETE","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{},"projectName":{},"id":{}}},"idempotent":true},"DeleteProject":{"http":{"method":"DELETE","requestUri":"/v1/spaces/{spaceName}/projects/{name}","responseCode":200},"input":{"type":"structure","required":["spaceName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["spaceName","name"],"members":{"spaceName":{},"name":{},"displayName":{}}},"idempotent":true},"DeleteSourceRepository":{"http":{"method":"DELETE","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["spaceName","projectName","name"],"members":{"spaceName":{},"projectName":{},"name":{}}},"idempotent":true},"DeleteSpace":{"http":{"method":"DELETE","requestUri":"/v1/spaces/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["name"],"members":{"name":{},"displayName":{}}},"idempotent":true},"GetDevEnvironment":{"http":{"method":"GET","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["spaceName","projectName","id","lastUpdatedTime","creatorId","status","repositories","instanceType","inactivityTimeoutMinutes","persistentStorage"],"members":{"spaceName":{},"projectName":{},"id":{},"lastUpdatedTime":{"shape":"S3"},"creatorId":{},"status":{},"statusReason":{},"repositories":{"shape":"S1f"},"alias":{},"ides":{"shape":"S1i"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"},"persistentStorage":{"shape":"S1m"}}}},"GetProject":{"http":{"method":"GET","requestUri":"/v1/spaces/{spaceName}/projects/{name}","responseCode":200},"input":{"type":"structure","required":["spaceName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["name"],"members":{"spaceName":{},"name":{},"displayName":{},"description":{}}}},"GetSourceRepository":{"http":{"method":"GET","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["spaceName","projectName","name","lastUpdatedTime","createdTime"],"members":{"spaceName":{},"projectName":{},"name":{},"description":{},"lastUpdatedTime":{"shape":"S1s"},"createdTime":{"shape":"S1s"}}}},"GetSourceRepositoryCloneUrls":{"http":{"method":"GET","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/cloneUrls","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","sourceRepositoryName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"sourceRepositoryName":{"location":"uri","locationName":"sourceRepositoryName"}}},"output":{"type":"structure","required":["https"],"members":{"https":{}}}},"GetSpace":{"http":{"method":"GET","requestUri":"/v1/spaces/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["name","regionName"],"members":{"name":{},"regionName":{},"displayName":{},"description":{}}}},"GetSubscription":{"http":{"method":"GET","requestUri":"/v1/spaces/{spaceName}/subscription","responseCode":200},"input":{"type":"structure","required":["spaceName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"}}},"output":{"type":"structure","members":{"subscriptionType":{},"awsAccountName":{}}}},"GetUserDetails":{"http":{"method":"GET","requestUri":"/userDetails","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"querystring","locationName":"id"},"userName":{"location":"querystring","locationName":"userName"}}},"output":{"type":"structure","members":{"userId":{},"userName":{},"displayName":{},"primaryEmail":{"type":"structure","members":{"email":{},"verified":{"type":"boolean"}}},"version":{}}}},"ListAccessTokens":{"http":{"requestUri":"/v1/accessTokens","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name"],"members":{"id":{},"name":{},"expiresTime":{"shape":"S3"}}}},"nextToken":{}}}},"ListDevEnvironmentSessions":{"http":{"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","devEnvironmentId"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"devEnvironmentId":{"location":"uri","locationName":"devEnvironmentId"},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["spaceName","projectName","devEnvironmentId","startedTime","id"],"members":{"spaceName":{},"projectName":{},"devEnvironmentId":{},"startedTime":{"shape":"S3"},"id":{}}}},"nextToken":{}}}},"ListDevEnvironments":{"http":{"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"filters":{"type":"list","member":{"type":"structure","required":["key","values"],"members":{"key":{},"values":{"shape":"S2m"},"comparisonOperator":{}}}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","lastUpdatedTime","creatorId","status","repositories","instanceType","inactivityTimeoutMinutes","persistentStorage"],"members":{"spaceName":{},"projectName":{},"id":{},"lastUpdatedTime":{"shape":"S3"},"creatorId":{},"status":{},"statusReason":{},"repositories":{"shape":"S1f"},"alias":{},"ides":{"shape":"S1i"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"},"persistentStorage":{"shape":"S1m"}}}},"nextToken":{}}}},"ListEventLogs":{"http":{"requestUri":"/v1/spaces/{spaceName}/eventLogs","responseCode":200},"input":{"type":"structure","required":["spaceName","startTime","endTime"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"startTime":{"shape":"S3"},"endTime":{"shape":"S3"},"eventName":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","required":["id","eventName","eventType","eventCategory","eventSource","eventTime","operationType","userIdentity"],"members":{"id":{},"eventName":{},"eventType":{},"eventCategory":{},"eventSource":{},"eventTime":{"shape":"S3"},"operationType":{},"userIdentity":{"type":"structure","required":["userType","principalId"],"members":{"userType":{},"principalId":{},"userName":{},"awsAccountId":{}}},"projectInformation":{"type":"structure","members":{"name":{},"projectId":{}}},"requestId":{},"requestPayload":{"shape":"S34"},"responsePayload":{"shape":"S34"},"errorCode":{},"sourceIpAddress":{},"userAgent":{}}}}}}},"ListProjects":{"http":{"requestUri":"/v1/spaces/{spaceName}/projects","responseCode":200},"input":{"type":"structure","required":["spaceName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"nextToken":{},"maxResults":{"type":"integer"},"filters":{"type":"list","member":{"type":"structure","required":["key","values"],"members":{"key":{},"values":{"shape":"S2m"},"comparisonOperator":{}}}}}},"output":{"type":"structure","members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"displayName":{},"description":{}}}}}}},"ListSourceRepositories":{"http":{"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","lastUpdatedTime","createdTime"],"members":{"id":{},"name":{},"description":{},"lastUpdatedTime":{"shape":"S1s"},"createdTime":{"shape":"S1s"}}}},"nextToken":{}}}},"ListSourceRepositoryBranches":{"http":{"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","sourceRepositoryName"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"sourceRepositoryName":{"location":"uri","locationName":"sourceRepositoryName"},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","members":{"ref":{},"name":{},"lastUpdatedTime":{"shape":"S3"},"headCommitId":{}}}}}}},"ListSpaces":{"http":{"requestUri":"/v1/spaces","responseCode":200},"input":{"type":"structure","members":{"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","required":["name","regionName"],"members":{"name":{},"regionName":{},"displayName":{},"description":{}}}}}}},"StartDevEnvironment":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"},"ides":{"shape":"Sf"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"}}},"output":{"type":"structure","required":["spaceName","projectName","id","status"],"members":{"spaceName":{},"projectName":{},"id":{},"status":{}}},"idempotent":true},"StartDevEnvironmentSession":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id","sessionConfiguration"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"},"sessionConfiguration":{"type":"structure","required":["sessionType"],"members":{"sessionType":{},"executeCommandSessionConfiguration":{"type":"structure","required":["command"],"members":{"command":{},"arguments":{"type":"list","member":{}}}}}}}},"output":{"type":"structure","required":["accessDetails","spaceName","projectName","id"],"members":{"accessDetails":{"type":"structure","required":["streamUrl","tokenValue"],"members":{"streamUrl":{"shape":"S48"},"tokenValue":{"shape":"S48"}},"sensitive":true},"sessionId":{},"spaceName":{},"projectName":{},"id":{}}}},"StopDevEnvironment":{"http":{"method":"PUT","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["spaceName","projectName","id","status"],"members":{"spaceName":{},"projectName":{},"id":{},"status":{}}},"idempotent":true},"StopDevEnvironmentSession":{"http":{"method":"DELETE","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id","sessionId"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","required":["spaceName","projectName","id","sessionId"],"members":{"spaceName":{},"projectName":{},"id":{},"sessionId":{}}},"idempotent":true},"UpdateDevEnvironment":{"http":{"method":"PATCH","requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}","responseCode":200},"input":{"type":"structure","required":["spaceName","projectName","id"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"projectName":{"location":"uri","locationName":"projectName"},"id":{"location":"uri","locationName":"id"},"alias":{},"ides":{"shape":"Sf"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"},"clientToken":{}}},"output":{"type":"structure","required":["id","spaceName","projectName"],"members":{"id":{},"spaceName":{},"projectName":{},"alias":{},"ides":{"shape":"Sf"},"instanceType":{},"inactivityTimeoutMinutes":{"type":"integer"},"clientToken":{}}},"idempotent":true},"UpdateProject":{"http":{"method":"PATCH","requestUri":"/v1/spaces/{spaceName}/projects/{name}","responseCode":200},"input":{"type":"structure","required":["spaceName","name"],"members":{"spaceName":{"location":"uri","locationName":"spaceName"},"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","members":{"spaceName":{},"name":{},"displayName":{},"description":{}}},"idempotent":true},"UpdateSpace":{"http":{"method":"PATCH","requestUri":"/v1/spaces/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","members":{"name":{},"displayName":{},"description":{}}},"idempotent":true},"VerifySession":{"http":{"method":"GET","requestUri":"/session","responseCode":200},"output":{"type":"structure","members":{"identity":{}}}}},"shapes":{"S3":{"type":"timestamp","timestampFormat":"iso8601"},"Sf":{"type":"list","member":{"type":"structure","members":{"runtime":{},"name":{}}}},"S1f":{"type":"list","member":{"type":"structure","required":["repositoryName"],"members":{"repositoryName":{},"branchName":{}}}},"S1i":{"type":"list","member":{"type":"structure","members":{"runtime":{},"name":{}}}},"S1m":{"type":"structure","required":["sizeInGiB"],"members":{"sizeInGiB":{"type":"integer"}}},"S1s":{"type":"timestamp","timestampFormat":"iso8601"},"S2m":{"type":"list","member":{}},"S34":{"type":"structure","members":{"contentType":{},"data":{}}},"S48":{"type":"string","sensitive":true}}}
/***/ }),
-/* 1258 */
+/* 1255 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAccessTokens":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDevEnvironmentSessions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDevEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEventLogs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListProjects":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSourceRepositories":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSourceRepositoryBranches":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSpaces":{"input_token":"nextToken","output_token":"nextToken","result_key":"items"}}}
/***/ }),
-/* 1259 */
+/* 1256 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1260 */
+/* 1257 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63458,8 +63421,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Pipes = Service.defineService('pipes', ['2015-10-07']);
Object.defineProperty(apiLoader.services['pipes'], '2015-10-07', {
get: function get() {
- var model = __webpack_require__(1261);
- model.paginators = __webpack_require__(1262).pagination;
+ var model = __webpack_require__(1258);
+ model.paginators = __webpack_require__(1259).pagination;
return model;
},
enumerable: true,
@@ -63470,19 +63433,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1261 */
+/* 1258 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-10-07","endpointPrefix":"pipes","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon EventBridge Pipes","serviceId":"Pipes","signatureVersion":"v4","signingName":"pipes","uid":"pipes-2015-10-07"},"operations":{"CreatePipe":{"http":{"requestUri":"/v1/pipes/{Name}","responseCode":200},"input":{"type":"structure","required":["Name","RoleArn","Source","Target"],"members":{"Description":{"shape":"S2"},"DesiredState":{},"Enrichment":{},"EnrichmentParameters":{"shape":"S5"},"Name":{"location":"uri","locationName":"Name"},"RoleArn":{},"Source":{},"SourceParameters":{"shape":"Sj"},"Tags":{"shape":"S1m"},"Target":{},"TargetParameters":{"shape":"S1p"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"LastModifiedTime":{"type":"timestamp"},"Name":{}}},"idempotent":true},"DeletePipe":{"http":{"method":"DELETE","requestUri":"/v1/pipes/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"LastModifiedTime":{"type":"timestamp"},"Name":{}}},"idempotent":true},"DescribePipe":{"http":{"method":"GET","requestUri":"/v1/pipes/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"Description":{"shape":"S2"},"DesiredState":{},"Enrichment":{},"EnrichmentParameters":{"shape":"S5"},"LastModifiedTime":{"type":"timestamp"},"Name":{},"RoleArn":{},"Source":{},"SourceParameters":{"shape":"Sj"},"StateReason":{},"Tags":{"shape":"S1m"},"Target":{},"TargetParameters":{"shape":"S1p"}}}},"ListPipes":{"http":{"method":"GET","requestUri":"/v1/pipes","responseCode":200},"input":{"type":"structure","members":{"CurrentState":{"location":"querystring","locationName":"CurrentState"},"DesiredState":{"location":"querystring","locationName":"DesiredState"},"Limit":{"location":"querystring","locationName":"Limit","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"shape":"S4k","location":"querystring","locationName":"NextToken"},"SourcePrefix":{"location":"querystring","locationName":"SourcePrefix"},"TargetPrefix":{"location":"querystring","locationName":"TargetPrefix"}}},"output":{"type":"structure","members":{"NextToken":{"shape":"S4k"},"Pipes":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"Enrichment":{},"LastModifiedTime":{"type":"timestamp"},"Name":{},"Source":{},"StateReason":{},"Target":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S1m"}}}},"StartPipe":{"http":{"requestUri":"/v1/pipes/{Name}/start","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"LastModifiedTime":{"type":"timestamp"},"Name":{}}}},"StopPipe":{"http":{"requestUri":"/v1/pipes/{Name}/stop","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"LastModifiedTime":{"type":"timestamp"},"Name":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1m"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdatePipe":{"http":{"method":"PUT","requestUri":"/v1/pipes/{Name}","responseCode":200},"input":{"type":"structure","required":["Name","RoleArn"],"members":{"Description":{"shape":"S2"},"DesiredState":{},"Enrichment":{},"EnrichmentParameters":{"shape":"S5"},"Name":{"location":"uri","locationName":"Name"},"RoleArn":{},"SourceParameters":{"type":"structure","members":{"ActiveMQBrokerParameters":{"type":"structure","required":["Credentials"],"members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"Sm"},"MaximumBatchingWindowInSeconds":{"type":"integer"}}},"DynamoDBStreamParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"DeadLetterConfig":{"shape":"Sr"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"MaximumRecordAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"},"OnPartialBatchItemFailure":{},"ParallelizationFactor":{"type":"integer"}}},"FilterCriteria":{"shape":"Sy"},"KinesisStreamParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"DeadLetterConfig":{"shape":"Sr"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"MaximumRecordAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"},"OnPartialBatchItemFailure":{},"ParallelizationFactor":{"type":"integer"}}},"ManagedStreamingKafkaParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"S17"},"MaximumBatchingWindowInSeconds":{"type":"integer"}}},"RabbitMQBrokerParameters":{"type":"structure","required":["Credentials"],"members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"Sm"},"MaximumBatchingWindowInSeconds":{"type":"integer"}}},"SelfManagedKafkaParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"S1e"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ServerRootCaCertificate":{},"Vpc":{"shape":"S1g"}}},"SqsQueueParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"MaximumBatchingWindowInSeconds":{"type":"integer"}}}}},"Target":{},"TargetParameters":{"shape":"S1p"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"type":"timestamp"},"CurrentState":{},"DesiredState":{},"LastModifiedTime":{"type":"timestamp"},"Name":{}}},"idempotent":true}},"shapes":{"S2":{"type":"string","sensitive":true},"S5":{"type":"structure","members":{"HttpParameters":{"type":"structure","members":{"HeaderParameters":{"shape":"S7"},"PathParameterValues":{"shape":"Sa"},"QueryStringParameters":{"shape":"Sc"}}},"InputTemplate":{"shape":"Sf"}}},"S7":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sa":{"type":"list","member":{"type":"string","sensitive":true}},"Sc":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sf":{"type":"string","sensitive":true},"Sj":{"type":"structure","members":{"ActiveMQBrokerParameters":{"type":"structure","required":["Credentials","QueueName"],"members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"Sm"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"QueueName":{"shape":"Sp"}}},"DynamoDBStreamParameters":{"type":"structure","required":["StartingPosition"],"members":{"BatchSize":{"type":"integer"},"DeadLetterConfig":{"shape":"Sr"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"MaximumRecordAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"},"OnPartialBatchItemFailure":{},"ParallelizationFactor":{"type":"integer"},"StartingPosition":{}}},"FilterCriteria":{"shape":"Sy"},"KinesisStreamParameters":{"type":"structure","required":["StartingPosition"],"members":{"BatchSize":{"type":"integer"},"DeadLetterConfig":{"shape":"Sr"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"MaximumRecordAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"},"OnPartialBatchItemFailure":{},"ParallelizationFactor":{"type":"integer"},"StartingPosition":{},"StartingPositionTimestamp":{"type":"timestamp"}}},"ManagedStreamingKafkaParameters":{"type":"structure","required":["TopicName"],"members":{"BatchSize":{"type":"integer"},"ConsumerGroupID":{"shape":"S16"},"Credentials":{"shape":"S17"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"StartingPosition":{},"TopicName":{"shape":"S19"}}},"RabbitMQBrokerParameters":{"type":"structure","required":["Credentials","QueueName"],"members":{"BatchSize":{"type":"integer"},"Credentials":{"shape":"Sm"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"QueueName":{"shape":"Sp"},"VirtualHost":{"shape":"S16"}}},"SelfManagedKafkaParameters":{"type":"structure","required":["TopicName"],"members":{"AdditionalBootstrapServers":{"type":"list","member":{"type":"string","sensitive":true}},"BatchSize":{"type":"integer"},"ConsumerGroupID":{"shape":"S16"},"Credentials":{"shape":"S1e"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ServerRootCaCertificate":{},"StartingPosition":{},"TopicName":{"shape":"S19"},"Vpc":{"shape":"S1g"}}},"SqsQueueParameters":{"type":"structure","members":{"BatchSize":{"type":"integer"},"MaximumBatchingWindowInSeconds":{"type":"integer"}}}}},"Sm":{"type":"structure","members":{"BasicAuth":{}},"union":true},"Sp":{"type":"string","sensitive":true},"Sr":{"type":"structure","members":{"Arn":{}}},"Sy":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","members":{"Pattern":{"type":"string","sensitive":true}}}}}},"S16":{"type":"string","sensitive":true},"S17":{"type":"structure","members":{"ClientCertificateTlsAuth":{},"SaslScram512Auth":{}},"union":true},"S19":{"type":"string","sensitive":true},"S1e":{"type":"structure","members":{"BasicAuth":{},"ClientCertificateTlsAuth":{},"SaslScram256Auth":{},"SaslScram512Auth":{}},"union":true},"S1g":{"type":"structure","members":{"SecurityGroup":{"type":"list","member":{"type":"string","sensitive":true}},"Subnets":{"type":"list","member":{"type":"string","sensitive":true}}}},"S1m":{"type":"map","key":{},"value":{"shape":"S1o"}},"S1o":{"type":"string","sensitive":true},"S1p":{"type":"structure","members":{"BatchJobParameters":{"type":"structure","required":["JobDefinition","JobName"],"members":{"ArrayProperties":{"type":"structure","members":{"Size":{"type":"integer"}}},"ContainerOverrides":{"type":"structure","members":{"Command":{"shape":"S1u"},"Environment":{"type":"list","member":{"type":"structure","members":{"Name":{},"Value":{}}}},"InstanceType":{},"ResourceRequirements":{"type":"list","member":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{}}}}}},"DependsOn":{"type":"list","member":{"type":"structure","members":{"JobId":{},"Type":{}}}},"JobDefinition":{},"JobName":{},"Parameters":{"type":"map","key":{},"value":{}},"RetryStrategy":{"type":"structure","members":{"Attempts":{"type":"integer"}}}}},"CloudWatchLogsParameters":{"type":"structure","members":{"LogStreamName":{},"Timestamp":{}}},"EcsTaskParameters":{"type":"structure","required":["TaskDefinitionArn"],"members":{"CapacityProviderStrategy":{"type":"list","member":{"type":"structure","required":["capacityProvider"],"members":{"base":{"type":"integer"},"capacityProvider":{"type":"string","sensitive":true},"weight":{"type":"integer"}}}},"EnableECSManagedTags":{"type":"boolean"},"EnableExecuteCommand":{"type":"boolean"},"Group":{},"LaunchType":{},"NetworkConfiguration":{"type":"structure","members":{"awsvpcConfiguration":{"type":"structure","required":["Subnets"],"members":{"AssignPublicIp":{},"SecurityGroups":{"type":"list","member":{"type":"string","sensitive":true}},"Subnets":{"type":"list","member":{"type":"string","sensitive":true}}}}}},"Overrides":{"type":"structure","members":{"ContainerOverrides":{"type":"list","member":{"type":"structure","members":{"Command":{"shape":"S1u"},"Cpu":{"type":"integer"},"Environment":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"EnvironmentFiles":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"type":{},"value":{}}}},"Memory":{"type":"integer"},"MemoryReservation":{"type":"integer"},"Name":{},"ResourceRequirements":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"type":{},"value":{}}}}}}},"Cpu":{},"EphemeralStorage":{"type":"structure","required":["sizeInGiB"],"members":{"sizeInGiB":{"type":"integer"}}},"ExecutionRoleArn":{},"InferenceAcceleratorOverrides":{"type":"list","member":{"type":"structure","members":{"deviceName":{},"deviceType":{}}}},"Memory":{},"TaskRoleArn":{}}},"PlacementConstraints":{"type":"list","member":{"type":"structure","members":{"expression":{"type":"string","sensitive":true},"type":{}}}},"PlacementStrategy":{"type":"list","member":{"type":"structure","members":{"field":{"type":"string","sensitive":true},"type":{}}}},"PlatformVersion":{},"PropagateTags":{},"ReferenceId":{"type":"string","sensitive":true},"Tags":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{"shape":"S1o"}}}},"TaskCount":{"type":"integer"},"TaskDefinitionArn":{}}},"EventBridgeEventBusParameters":{"type":"structure","members":{"DetailType":{"type":"string","sensitive":true},"EndpointId":{"type":"string","sensitive":true},"Resources":{"type":"list","member":{}},"Source":{"type":"string","sensitive":true},"Time":{}}},"HttpParameters":{"type":"structure","members":{"HeaderParameters":{"shape":"S7"},"PathParameterValues":{"shape":"Sa"},"QueryStringParameters":{"shape":"Sc"}}},"InputTemplate":{"shape":"Sf"},"KinesisStreamParameters":{"type":"structure","required":["PartitionKey"],"members":{"PartitionKey":{"type":"string","sensitive":true}}},"LambdaFunctionParameters":{"type":"structure","members":{"InvocationType":{}}},"RedshiftDataParameters":{"type":"structure","required":["Database","Sqls"],"members":{"Database":{"type":"string","sensitive":true},"DbUser":{"type":"string","sensitive":true},"SecretManagerArn":{},"Sqls":{"type":"list","member":{"type":"string","sensitive":true}},"StatementName":{"type":"string","sensitive":true},"WithEvent":{"type":"boolean"}}},"SageMakerPipelineParameters":{"type":"structure","members":{"PipelineParameterList":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{"type":"string","sensitive":true},"Value":{"type":"string","sensitive":true}}}}}},"SqsQueueParameters":{"type":"structure","members":{"MessageDeduplicationId":{"type":"string","sensitive":true},"MessageGroupId":{"type":"string","sensitive":true}}},"StepFunctionStateMachineParameters":{"type":"structure","members":{"InvocationType":{}}}}},"S1u":{"type":"list","member":{}},"S4k":{"type":"string","sensitive":true}},"xmlNamespace":"http://events.amazonaws.com/doc/2015-10-07"}
/***/ }),
-/* 1262 */
+/* 1259 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListPipes":{"input_token":"NextToken","output_token":"NextToken","limit_key":"Limit","result_key":"Pipes"}}}
/***/ }),
-/* 1263 */
+/* 1260 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63494,8 +63457,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SageMakerMetrics = Service.defineService('sagemakermetrics', ['2022-09-30']);
Object.defineProperty(apiLoader.services['sagemakermetrics'], '2022-09-30', {
get: function get() {
- var model = __webpack_require__(1264);
- model.paginators = __webpack_require__(1265).pagination;
+ var model = __webpack_require__(1261);
+ model.paginators = __webpack_require__(1262).pagination;
return model;
},
enumerable: true,
@@ -63506,19 +63469,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1264 */
+/* 1261 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-09-30","endpointPrefix":"metrics.sagemaker","protocol":"rest-json","serviceAbbreviation":"SageMaker Metrics","serviceFullName":"Amazon SageMaker Metrics Service","serviceId":"SageMaker Metrics","signatureVersion":"v4","signingName":"sagemaker","uid":"sagemaker-metrics-2022-09-30"},"operations":{"BatchPutMetrics":{"http":{"method":"PUT","requestUri":"/BatchPutMetrics"},"input":{"type":"structure","required":["TrialComponentName","MetricData"],"members":{"TrialComponentName":{},"MetricData":{"type":"list","member":{"type":"structure","required":["MetricName","Timestamp","Value"],"members":{"MetricName":{},"Timestamp":{"type":"timestamp"},"Step":{"type":"integer"},"Value":{"type":"double"}}}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"Code":{},"MetricIndex":{"type":"integer"}}}}}}}},"shapes":{}}
/***/ }),
-/* 1265 */
+/* 1262 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1266 */
+/* 1263 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63530,8 +63493,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.KinesisVideoWebRTCStorage = Service.defineService('kinesisvideowebrtcstorage', ['2018-05-10']);
Object.defineProperty(apiLoader.services['kinesisvideowebrtcstorage'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1267);
- model.paginators = __webpack_require__(1268).pagination;
+ var model = __webpack_require__(1264);
+ model.paginators = __webpack_require__(1265).pagination;
return model;
},
enumerable: true,
@@ -63542,19 +63505,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1267 */
+/* 1264 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"kinesisvideo","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Kinesis Video WebRTC Storage","serviceId":"Kinesis Video WebRTC Storage","signatureVersion":"v4","signingName":"kinesisvideo","uid":"kinesis-video-webrtc-storage-2018-05-10"},"operations":{"JoinStorageSession":{"http":{"requestUri":"/joinStorageSession","responseCode":200},"input":{"type":"structure","required":["channelArn"],"members":{"channelArn":{}}}}},"shapes":{}}
/***/ }),
-/* 1268 */
+/* 1265 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1269 */
+/* 1266 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63566,8 +63529,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.LicenseManagerLinuxSubscriptions = Service.defineService('licensemanagerlinuxsubscriptions', ['2018-05-10']);
Object.defineProperty(apiLoader.services['licensemanagerlinuxsubscriptions'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1270);
- model.paginators = __webpack_require__(1271).pagination;
+ var model = __webpack_require__(1267);
+ model.paginators = __webpack_require__(1268).pagination;
return model;
},
enumerable: true,
@@ -63578,19 +63541,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1270 */
+/* 1267 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"license-manager-linux-subscriptions","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS License Manager Linux Subscriptions","serviceId":"License Manager Linux Subscriptions","signatureVersion":"v4","signingName":"license-manager-linux-subscriptions","uid":"license-manager-linux-subscriptions-2018-05-10"},"operations":{"GetServiceSettings":{"http":{"requestUri":"/subscription/GetServiceSettings","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"HomeRegions":{"shape":"S3"},"LinuxSubscriptionsDiscovery":{},"LinuxSubscriptionsDiscoverySettings":{"shape":"S6"},"Status":{},"StatusMessage":{"shape":"S9"}}},"idempotent":true},"ListLinuxSubscriptionInstances":{"http":{"requestUri":"/subscription/ListLinuxSubscriptionInstances","responseCode":200},"input":{"type":"structure","members":{"Filters":{"shape":"Sc"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Instances":{"type":"list","member":{"type":"structure","members":{"AccountID":{},"AmiId":{},"InstanceID":{},"InstanceType":{},"LastUpdatedTime":{},"ProductCode":{"type":"list","member":{}},"Region":{},"Status":{},"SubscriptionName":{},"UsageOperation":{}}}},"NextToken":{}}},"idempotent":true},"ListLinuxSubscriptions":{"http":{"requestUri":"/subscription/ListLinuxSubscriptions","responseCode":200},"input":{"type":"structure","members":{"Filters":{"shape":"Sc"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"Subscriptions":{"type":"list","member":{"type":"structure","members":{"InstanceCount":{"type":"long"},"Name":{},"Type":{}}}}}},"idempotent":true},"UpdateServiceSettings":{"http":{"requestUri":"/subscription/UpdateServiceSettings","responseCode":200},"input":{"type":"structure","required":["LinuxSubscriptionsDiscovery","LinuxSubscriptionsDiscoverySettings"],"members":{"AllowUpdate":{"type":"boolean"},"LinuxSubscriptionsDiscovery":{},"LinuxSubscriptionsDiscoverySettings":{"shape":"S6"}}},"output":{"type":"structure","members":{"HomeRegions":{"shape":"S3"},"LinuxSubscriptionsDiscovery":{},"LinuxSubscriptionsDiscoverySettings":{"shape":"S6"},"Status":{},"StatusMessage":{"shape":"S9"}}},"idempotent":true}},"shapes":{"S3":{"type":"list","member":{}},"S6":{"type":"structure","required":["OrganizationIntegration","SourceRegions"],"members":{"OrganizationIntegration":{},"SourceRegions":{"shape":"S3"}}},"S9":{"type":"map","key":{},"value":{}},"Sc":{"type":"list","member":{"type":"structure","members":{"Name":{},"Operator":{},"Values":{"shape":"S3"}}}}}}
/***/ }),
-/* 1271 */
+/* 1268 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListLinuxSubscriptionInstances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Instances"},"ListLinuxSubscriptions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Subscriptions"}}}
/***/ }),
-/* 1272 */
+/* 1269 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63602,8 +63565,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.KendraRanking = Service.defineService('kendraranking', ['2022-10-19']);
Object.defineProperty(apiLoader.services['kendraranking'], '2022-10-19', {
get: function get() {
- var model = __webpack_require__(1273);
- model.paginators = __webpack_require__(1274).pagination;
+ var model = __webpack_require__(1270);
+ model.paginators = __webpack_require__(1271).pagination;
return model;
},
enumerable: true,
@@ -63614,19 +63577,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1273 */
+/* 1270 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-19","endpointPrefix":"kendra-ranking","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"Kendra Ranking","serviceFullName":"Amazon Kendra Intelligent Ranking","serviceId":"Kendra Ranking","signatureVersion":"v4","signingName":"kendra-ranking","targetPrefix":"AWSKendraRerankingFrontendService","uid":"kendra-ranking-2022-10-19"},"operations":{"CreateRescoreExecutionPlan":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"CapacityUnits":{"shape":"S4"},"Tags":{"shape":"S6"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["Id","Arn"],"members":{"Id":{},"Arn":{}}}},"DeleteRescoreExecutionPlan":{"input":{"type":"structure","required":["Id"],"members":{"Id":{}}}},"DescribeRescoreExecutionPlan":{"input":{"type":"structure","required":["Id"],"members":{"Id":{}}},"output":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"CapacityUnits":{"shape":"S4"},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"},"Status":{},"ErrorMessage":{}}}},"ListRescoreExecutionPlans":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SummaryItems":{"type":"list","member":{"type":"structure","members":{"Name":{},"Id":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"},"Status":{}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S6"}}}},"Rescore":{"input":{"type":"structure","required":["RescoreExecutionPlanId","SearchQuery","Documents"],"members":{"RescoreExecutionPlanId":{},"SearchQuery":{},"Documents":{"type":"list","member":{"type":"structure","required":["Id","OriginalScore"],"members":{"Id":{},"GroupId":{},"Title":{},"Body":{},"TokenizedTitle":{"type":"list","member":{}},"TokenizedBody":{"type":"list","member":{}},"OriginalScore":{"type":"float"}}}}}},"output":{"type":"structure","members":{"RescoreId":{},"ResultItems":{"type":"list","member":{"type":"structure","members":{"DocumentId":{},"Score":{"type":"float"}}}}}}},"TagResource":{"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateRescoreExecutionPlan":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"Name":{},"Description":{},"CapacityUnits":{"shape":"S4"}}}}},"shapes":{"S4":{"type":"structure","required":["RescoreCapacityUnits"],"members":{"RescoreCapacityUnits":{"type":"integer"}}},"S6":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}}}}
/***/ }),
-/* 1274 */
+/* 1271 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListRescoreExecutionPlans":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1275 */
+/* 1272 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63638,9 +63601,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CleanRooms = Service.defineService('cleanrooms', ['2022-02-17']);
Object.defineProperty(apiLoader.services['cleanrooms'], '2022-02-17', {
get: function get() {
- var model = __webpack_require__(1276);
- model.paginators = __webpack_require__(1277).pagination;
- model.waiters = __webpack_require__(1278).waiters;
+ var model = __webpack_require__(1273);
+ model.paginators = __webpack_require__(1274).pagination;
+ model.waiters = __webpack_require__(1275).waiters;
return model;
},
enumerable: true,
@@ -63651,25 +63614,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1276 */
+/* 1273 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-17","endpointPrefix":"cleanrooms","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Clean Rooms Service","serviceId":"CleanRooms","signatureVersion":"v4","signingName":"cleanrooms","uid":"cleanrooms-2022-02-17"},"operations":{"BatchGetCollaborationAnalysisTemplate":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArns"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArns":{"type":"list","member":{}}}},"output":{"type":"structure","required":["collaborationAnalysisTemplates","errors"],"members":{"collaborationAnalysisTemplates":{"type":"list","member":{"shape":"S7"}},"errors":{"type":"list","member":{"type":"structure","required":["arn","code","message"],"members":{"arn":{},"code":{},"message":{}}}}}}},"BatchGetSchema":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","names"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"names":{"type":"list","member":{}}}},"output":{"type":"structure","required":["schemas","errors"],"members":{"schemas":{"type":"list","member":{"shape":"Sx"}},"errors":{"type":"list","member":{"type":"structure","required":["name","code","message"],"members":{"name":{},"code":{},"message":{}}}}}}},"CreateAnalysisTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","name","format","source"],"members":{"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"format":{},"source":{"shape":"Sj"},"tags":{"shape":"S1b"},"analysisParameters":{"shape":"Sl"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"CreateCollaboration":{"http":{"requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","required":["members","name","description","creatorMemberAbilities","creatorDisplayName","queryLogStatus"],"members":{"members":{"type":"list","member":{"type":"structure","required":["accountId","memberAbilities","displayName"],"members":{"accountId":{},"memberAbilities":{"shape":"S1k"},"displayName":{}}}},"name":{},"description":{},"creatorMemberAbilities":{"shape":"S1k"},"creatorDisplayName":{},"dataEncryptionMetadata":{"shape":"S1p"},"queryLogStatus":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"CreateConfiguredTable":{"http":{"requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","required":["name","tableReference","allowedColumns","analysisMethod"],"members":{"name":{},"description":{},"tableReference":{"shape":"S1w"},"allowedColumns":{"shape":"S20"},"analysisMethod":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}},"idempotent":true},"CreateConfiguredTableAnalysisRule":{"http":{"requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{},"analysisRulePolicy":{"shape":"S28"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}},"idempotent":true},"CreateConfiguredTableAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["name","membershipIdentifier","configuredTableIdentifier","roleArn"],"members":{"name":{},"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredTableIdentifier":{},"roleArn":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"CreateMembership":{"http":{"requestUri":"/memberships","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","queryLogStatus"],"members":{"collaborationIdentifier":{},"queryLogStatus":{},"tags":{"shape":"S1b"},"defaultResultConfiguration":{"shape":"S35"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S3c"}}}},"DeleteAnalysisTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollaboration":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTable":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAnalysisRule":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}/member/{accountId}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier","accountId"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"accountId":{"location":"uri","locationName":"accountId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMembership":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAnalysisTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"GetCollaboration":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"GetCollaborationAnalysisTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArn"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArn":{"location":"uri","locationName":"analysisTemplateArn"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplate"],"members":{"collaborationAnalysisTemplate":{"shape":"S7"}}}},"GetConfiguredTable":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}}},"GetConfiguredTableAnalysisRule":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}}},"GetConfiguredTableAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"GetMembership":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S3c"}}}},"GetProtectedQuery":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S4a"}}}},"GetSchema":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["schema"],"members":{"schema":{"shape":"Sx"}}}},"GetSchemaAnalysisRule":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name","type"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"},"type":{"location":"uri","locationName":"type"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"type":"structure","required":["collaborationId","type","name","createTime","updateTime","policy"],"members":{"collaborationId":{},"type":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"policy":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S2a"},"aggregation":{"shape":"S2g"},"custom":{"shape":"S2s"}},"union":true}},"union":true}}}}}},"ListAnalysisTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["analysisTemplateSummaries"],"members":{"nextToken":{},"analysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","membershipArn","membershipId","collaborationArn","collaborationId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"membershipArn":{},"membershipId":{},"collaborationArn":{},"collaborationId":{},"description":{}}}}}}},"ListCollaborationAnalysisTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplateSummaries"],"members":{"nextToken":{},"collaborationAnalysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}}}}},"ListCollaborations":{"http":{"method":"GET","requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"memberStatus":{"location":"querystring","locationName":"memberStatus"}}},"output":{"type":"structure","required":["collaborationList"],"members":{"nextToken":{},"collaborationList":{"type":"list","member":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus"],"members":{"id":{},"arn":{},"name":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{}}}}}}},"ListConfiguredTableAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableAssociationSummaries"],"members":{"configuredTableAssociationSummaries":{"type":"list","member":{"type":"structure","required":["configuredTableId","membershipId","membershipArn","name","createTime","updateTime","id","arn"],"members":{"configuredTableId":{},"membershipId":{},"membershipArn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{}}}},"nextToken":{}}}},"ListConfiguredTables":{"http":{"method":"GET","requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableSummaries"],"members":{"configuredTableSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","name","createTime","updateTime","analysisRuleTypes","analysisMethod"],"members":{"id":{},"arn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S24"},"analysisMethod":{}}}},"nextToken":{}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/members","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["memberSummaries"],"members":{"nextToken":{},"memberSummaries":{"type":"list","member":{"type":"structure","required":["accountId","status","displayName","abilities","createTime","updateTime"],"members":{"accountId":{},"status":{},"displayName":{},"abilities":{"shape":"S1k"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"membershipId":{},"membershipArn":{}}}}}}},"ListMemberships":{"http":{"method":"GET","requestUri":"/memberships","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["membershipSummaries"],"members":{"nextToken":{},"membershipSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S1k"}}}}}}},"ListProtectedQueries":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["protectedQueries"],"members":{"nextToken":{},"protectedQueries":{"type":"list","member":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"status":{}}}}}}},"ListSchemas":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaType":{"location":"querystring","locationName":"schemaType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["schemaSummaries"],"members":{"schemaSummaries":{"type":"list","member":{"type":"structure","required":["name","type","creatorAccountId","createTime","updateTime","collaborationId","collaborationArn","analysisRuleTypes"],"members":{"name":{},"type":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"collaborationId":{},"collaborationArn":{},"analysisRuleTypes":{"shape":"S12"},"analysisMethod":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"S1b"}}}},"StartProtectedQuery":{"http":{"requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["type","membershipIdentifier","sqlParameters"],"members":{"type":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"sqlParameters":{"shape":"S4b"},"resultConfiguration":{"shape":"S4f"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S4a"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1b"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAnalysisTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"},"description":{}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"UpdateCollaboration":{"http":{"method":"PATCH","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"UpdateConfiguredTable":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}}},"UpdateConfiguredTableAnalysisRule":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"},"analysisRulePolicy":{"shape":"S28"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}}},"UpdateConfiguredTableAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"roleArn":{}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"UpdateMembership":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S35"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S3c"}}}},"UpdateProtectedQuery":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier","targetStatus"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"},"targetStatus":{}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S4a"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"description":{},"creatorAccountId":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"}}},"Sf":{"type":"structure","members":{"referencedTables":{"type":"list","member":{}}}},"Sj":{"type":"structure","members":{"text":{}},"sensitive":true,"union":true},"Sl":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{},"defaultValue":{}},"sensitive":true}},"Sx":{"type":"structure","required":["columns","partitionKeys","analysisRuleTypes","creatorAccountId","name","collaborationId","collaborationArn","description","createTime","updateTime","type"],"members":{"columns":{"shape":"Sy"},"partitionKeys":{"shape":"Sy"},"analysisRuleTypes":{"shape":"S12"},"analysisMethod":{},"creatorAccountId":{},"name":{},"collaborationId":{},"collaborationArn":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"type":{}}},"Sy":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"S12":{"type":"list","member":{}},"S1b":{"type":"map","key":{},"value":{}},"S1f":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","membershipId","membershipArn","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"membershipId":{},"membershipArn":{},"description":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"}}},"S1k":{"type":"list","member":{}},"S1p":{"type":"structure","required":["allowCleartext","allowDuplicates","allowJoinsOnColumnsWithDifferentNames","preserveNulls"],"members":{"allowCleartext":{"type":"boolean"},"allowDuplicates":{"type":"boolean"},"allowJoinsOnColumnsWithDifferentNames":{"type":"boolean"},"preserveNulls":{"type":"boolean"}}},"S1t":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus","queryLogStatus"],"members":{"id":{},"arn":{},"name":{},"description":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{},"dataEncryptionMetadata":{"shape":"S1p"},"queryLogStatus":{}}},"S1w":{"type":"structure","members":{"glue":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{}}}},"union":true},"S20":{"type":"list","member":{}},"S22":{"type":"structure","required":["id","arn","name","tableReference","createTime","updateTime","analysisRuleTypes","analysisMethod","allowedColumns"],"members":{"id":{},"arn":{},"name":{},"description":{},"tableReference":{"shape":"S1w"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S24"},"analysisMethod":{},"allowedColumns":{"shape":"S20"}}},"S24":{"type":"list","member":{}},"S28":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S2a"},"aggregation":{"shape":"S2g"},"custom":{"shape":"S2s"}},"union":true}},"union":true},"S2a":{"type":"structure","required":["joinColumns","listColumns"],"members":{"joinColumns":{"type":"list","member":{}},"allowedJoinOperators":{"shape":"S2d"},"listColumns":{"shape":"S2f"}}},"S2d":{"type":"list","member":{}},"S2f":{"type":"list","member":{}},"S2g":{"type":"structure","required":["aggregateColumns","joinColumns","dimensionColumns","scalarFunctions","outputConstraints"],"members":{"aggregateColumns":{"type":"list","member":{"type":"structure","required":["columnNames","function"],"members":{"columnNames":{"type":"list","member":{}},"function":{}}}},"joinColumns":{"shape":"S2f"},"joinRequired":{},"allowedJoinOperators":{"shape":"S2d"},"dimensionColumns":{"shape":"S2f"},"scalarFunctions":{"type":"list","member":{}},"outputConstraints":{"type":"list","member":{"type":"structure","required":["columnName","minimum","type"],"members":{"columnName":{},"minimum":{"type":"integer"},"type":{}}}}}},"S2s":{"type":"structure","required":["allowedAnalyses"],"members":{"allowedAnalyses":{"type":"list","member":{}},"allowedAnalysisProviders":{"type":"list","member":{}}}},"S2x":{"type":"structure","required":["configuredTableId","configuredTableArn","policy","type","createTime","updateTime"],"members":{"configuredTableId":{},"configuredTableArn":{},"policy":{"shape":"S28"},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S31":{"type":"structure","required":["arn","id","configuredTableId","configuredTableArn","membershipId","membershipArn","roleArn","name","createTime","updateTime"],"members":{"arn":{},"id":{},"configuredTableId":{},"configuredTableArn":{},"membershipId":{},"membershipArn":{},"roleArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S35":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S37"}},"union":true},"roleArn":{}}},"S37":{"type":"structure","required":["resultFormat","bucket"],"members":{"resultFormat":{},"bucket":{},"keyPrefix":{}}},"S3c":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","queryLogStatus"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S1k"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S35"}}},"S4a":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"sqlParameters":{"shape":"S4b"},"status":{},"resultConfiguration":{"shape":"S4f"},"statistics":{"type":"structure","members":{"totalDurationInMillis":{"type":"long"}}},"result":{"type":"structure","required":["output"],"members":{"output":{"type":"structure","members":{"s3":{"type":"structure","required":["location"],"members":{"location":{}}},"memberList":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}}},"union":true}}},"error":{"type":"structure","required":["message","code"],"members":{"message":{},"code":{}}}}},"S4b":{"type":"structure","members":{"queryString":{},"analysisTemplateArn":{},"parameters":{"type":"map","key":{},"value":{}}},"sensitive":true},"S4f":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S37"}},"union":true}}}}}
/***/ }),
-/* 1277 */
+/* 1274 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"analysisTemplateSummaries"},"ListCollaborationAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationAnalysisTemplateSummaries"},"ListCollaborations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationList"},"ListConfiguredTableAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableAssociationSummaries"},"ListConfiguredTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableSummaries"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"memberSummaries"},"ListMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"membershipSummaries"},"ListProtectedQueries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"protectedQueries"},"ListSchemas":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaSummaries"}}}
/***/ }),
-/* 1278 */
+/* 1275 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1279 */
+/* 1276 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63681,8 +63644,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CloudTrailData = Service.defineService('cloudtraildata', ['2021-08-11']);
Object.defineProperty(apiLoader.services['cloudtraildata'], '2021-08-11', {
get: function get() {
- var model = __webpack_require__(1280);
- model.paginators = __webpack_require__(1281).pagination;
+ var model = __webpack_require__(1277);
+ model.paginators = __webpack_require__(1278).pagination;
return model;
},
enumerable: true,
@@ -63693,19 +63656,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1280 */
+/* 1277 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-11","endpointPrefix":"cloudtrail-data","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS CloudTrail Data Service","serviceId":"CloudTrail Data","signatureVersion":"v4","signingName":"cloudtrail-data","uid":"cloudtrail-data-2021-08-11"},"operations":{"PutAuditEvents":{"http":{"requestUri":"/PutAuditEvents","responseCode":200},"input":{"type":"structure","required":["auditEvents","channelArn"],"members":{"auditEvents":{"type":"list","member":{"type":"structure","required":["eventData","id"],"members":{"eventData":{},"eventDataChecksum":{},"id":{}}}},"channelArn":{"location":"querystring","locationName":"channelArn"},"externalId":{"location":"querystring","locationName":"externalId"}}},"output":{"type":"structure","required":["failed","successful"],"members":{"failed":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","id"],"members":{"errorCode":{},"errorMessage":{},"id":{}}}},"successful":{"type":"list","member":{"type":"structure","required":["eventID","id"],"members":{"eventID":{},"id":{}}}}}}}},"shapes":{}}
/***/ }),
-/* 1281 */
+/* 1278 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1282 */
+/* 1279 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63717,8 +63680,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Tnb = Service.defineService('tnb', ['2008-10-21']);
Object.defineProperty(apiLoader.services['tnb'], '2008-10-21', {
get: function get() {
- var model = __webpack_require__(1283);
- model.paginators = __webpack_require__(1284).pagination;
+ var model = __webpack_require__(1280);
+ model.paginators = __webpack_require__(1281).pagination;
return model;
},
enumerable: true,
@@ -63729,19 +63692,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1283 */
+/* 1280 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2008-10-21","endpointPrefix":"tnb","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Telco Network Builder","serviceId":"tnb","signatureVersion":"v4","signingName":"tnb","uid":"tnb-2008-10-21"},"operations":{"CancelSolNetworkOperation":{"http":{"requestUri":"/sol/nslcm/v1/ns_lcm_op_occs/{nsLcmOpOccId}/cancel","responseCode":202},"input":{"type":"structure","required":["nsLcmOpOccId"],"members":{"nsLcmOpOccId":{"location":"uri","locationName":"nsLcmOpOccId"}}}},"CreateSolFunctionPackage":{"http":{"requestUri":"/sol/vnfpkgm/v1/vnf_packages","responseCode":201},"input":{"type":"structure","members":{"tags":{"shape":"S4"}}},"output":{"type":"structure","required":["arn","id","onboardingState","operationalState","usageState"],"members":{"arn":{},"id":{},"onboardingState":{},"operationalState":{},"tags":{"shape":"S4"},"usageState":{}}}},"CreateSolNetworkInstance":{"http":{"requestUri":"/sol/nslcm/v1/ns_instances","responseCode":201},"input":{"type":"structure","required":["nsName","nsdInfoId"],"members":{"nsDescription":{},"nsName":{},"nsdInfoId":{},"tags":{"shape":"S4"}}},"output":{"type":"structure","required":["arn","id","nsInstanceName","nsdInfoId"],"members":{"arn":{},"id":{},"nsInstanceName":{},"nsdInfoId":{},"tags":{"shape":"S4"}}}},"CreateSolNetworkPackage":{"http":{"requestUri":"/sol/nsd/v1/ns_descriptors","responseCode":201},"input":{"type":"structure","members":{"tags":{"shape":"S4"}}},"output":{"type":"structure","required":["arn","id","nsdOnboardingState","nsdOperationalState","nsdUsageState"],"members":{"arn":{},"id":{},"nsdOnboardingState":{},"nsdOperationalState":{},"nsdUsageState":{},"tags":{"shape":"S4"}}}},"DeleteSolFunctionPackage":{"http":{"method":"DELETE","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}","responseCode":204},"input":{"type":"structure","required":["vnfPkgId"],"members":{"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}}},"idempotent":true},"DeleteSolNetworkInstance":{"http":{"method":"DELETE","requestUri":"/sol/nslcm/v1/ns_instances/{nsInstanceId}","responseCode":204},"input":{"type":"structure","required":["nsInstanceId"],"members":{"nsInstanceId":{"location":"uri","locationName":"nsInstanceId"}}},"idempotent":true},"DeleteSolNetworkPackage":{"http":{"method":"DELETE","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}","responseCode":204},"input":{"type":"structure","required":["nsdInfoId"],"members":{"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}}},"idempotent":true},"GetSolFunctionInstance":{"http":{"method":"GET","requestUri":"/sol/vnflcm/v1/vnf_instances/{vnfInstanceId}","responseCode":200},"input":{"type":"structure","required":["vnfInstanceId"],"members":{"vnfInstanceId":{"location":"uri","locationName":"vnfInstanceId"}}},"output":{"type":"structure","required":["arn","id","instantiationState","metadata","nsInstanceId","vnfPkgId","vnfdId"],"members":{"arn":{},"id":{},"instantiatedVnfInfo":{"type":"structure","members":{"vnfState":{},"vnfcResourceInfo":{"type":"list","member":{"type":"structure","members":{"metadata":{"type":"structure","members":{"cluster":{},"helmChart":{},"nodeGroup":{}}}}}}}},"instantiationState":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceId":{},"tags":{"shape":"S4"},"vnfPkgId":{},"vnfProductName":{},"vnfProvider":{},"vnfdId":{},"vnfdVersion":{}}}},"GetSolFunctionPackage":{"http":{"method":"GET","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}","responseCode":200},"input":{"type":"structure","required":["vnfPkgId"],"members":{"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}}},"output":{"type":"structure","required":["arn","id","onboardingState","operationalState","usageState"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"},"vnfd":{"shape":"S1a"}}},"onboardingState":{},"operationalState":{},"tags":{"shape":"S4"},"usageState":{},"vnfProductName":{},"vnfProvider":{},"vnfdId":{},"vnfdVersion":{}}}},"GetSolFunctionPackageContent":{"http":{"method":"GET","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content","responseCode":200},"input":{"type":"structure","required":["accept","vnfPkgId"],"members":{"accept":{"location":"header","locationName":"Accept"},"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}}},"output":{"type":"structure","members":{"contentType":{"location":"header","locationName":"Content-Type"},"packageContent":{"type":"blob"}},"payload":"packageContent"}},"GetSolFunctionPackageDescriptor":{"http":{"method":"GET","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/vnfd","responseCode":200},"input":{"type":"structure","required":["accept","vnfPkgId"],"members":{"accept":{"location":"header","locationName":"Accept"},"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}}},"output":{"type":"structure","members":{"contentType":{"location":"header","locationName":"Content-Type"},"vnfd":{"type":"blob"}},"payload":"vnfd"}},"GetSolNetworkInstance":{"http":{"method":"GET","requestUri":"/sol/nslcm/v1/ns_instances/{nsInstanceId}","responseCode":200},"input":{"type":"structure","required":["nsInstanceId"],"members":{"nsInstanceId":{"location":"uri","locationName":"nsInstanceId"}}},"output":{"type":"structure","required":["arn","id","metadata","nsInstanceDescription","nsInstanceName","nsdId","nsdInfoId"],"members":{"arn":{},"id":{},"lcmOpInfo":{"type":"structure","required":["nsLcmOpOccId"],"members":{"nsLcmOpOccId":{}}},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceDescription":{},"nsInstanceName":{},"nsState":{},"nsdId":{},"nsdInfoId":{},"tags":{"shape":"S4"}}}},"GetSolNetworkOperation":{"http":{"method":"GET","requestUri":"/sol/nslcm/v1/ns_lcm_op_occs/{nsLcmOpOccId}","responseCode":200},"input":{"type":"structure","required":["nsLcmOpOccId"],"members":{"nsLcmOpOccId":{"location":"uri","locationName":"nsLcmOpOccId"}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{},"error":{"shape":"S1t"},"id":{},"lcmOperationType":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceId":{},"operationState":{},"tags":{"shape":"S4"},"tasks":{"type":"list","member":{"type":"structure","members":{"taskContext":{"type":"map","key":{},"value":{}},"taskEndTime":{"shape":"S15"},"taskErrorDetails":{"type":"structure","members":{"cause":{},"details":{}}},"taskName":{},"taskStartTime":{"shape":"S15"},"taskStatus":{}}}}}}},"GetSolNetworkPackage":{"http":{"method":"GET","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}","responseCode":200},"input":{"type":"structure","required":["nsdInfoId"],"members":{"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}}},"output":{"type":"structure","required":["arn","id","metadata","nsdId","nsdName","nsdOnboardingState","nsdOperationalState","nsdUsageState","nsdVersion","vnfPkgIds"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"},"nsd":{"shape":"S27"}}},"nsdId":{},"nsdName":{},"nsdOnboardingState":{},"nsdOperationalState":{},"nsdUsageState":{},"nsdVersion":{},"tags":{"shape":"S4"},"vnfPkgIds":{"shape":"S28"}}}},"GetSolNetworkPackageContent":{"http":{"method":"GET","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content","responseCode":200},"input":{"type":"structure","required":["accept","nsdInfoId"],"members":{"accept":{"location":"header","locationName":"Accept"},"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}}},"output":{"type":"structure","members":{"contentType":{"location":"header","locationName":"Content-Type"},"nsdContent":{"type":"blob"}},"payload":"nsdContent"}},"GetSolNetworkPackageDescriptor":{"http":{"method":"GET","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd","responseCode":200},"input":{"type":"structure","required":["nsdInfoId"],"members":{"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}}},"output":{"type":"structure","members":{"contentType":{"location":"header","locationName":"Content-Type"},"nsd":{"type":"blob"}},"payload":"nsd"}},"InstantiateSolNetworkInstance":{"http":{"requestUri":"/sol/nslcm/v1/ns_instances/{nsInstanceId}/instantiate","responseCode":201},"input":{"type":"structure","required":["nsInstanceId"],"members":{"additionalParamsForNs":{"shape":"S2e"},"dryRun":{"location":"querystring","locationName":"dry_run","type":"boolean"},"nsInstanceId":{"location":"uri","locationName":"nsInstanceId"},"tags":{"shape":"S4"}}},"output":{"type":"structure","required":["nsLcmOpOccId"],"members":{"nsLcmOpOccId":{},"tags":{"shape":"S4"}}}},"ListSolFunctionInstances":{"http":{"method":"GET","requestUri":"/sol/vnflcm/v1/vnf_instances","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"max_results","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextpage_opaque_marker"}}},"output":{"type":"structure","members":{"functionInstances":{"type":"list","member":{"type":"structure","required":["arn","id","instantiationState","metadata","nsInstanceId","vnfPkgId"],"members":{"arn":{},"id":{},"instantiatedVnfInfo":{"type":"structure","members":{"vnfState":{}}},"instantiationState":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceId":{},"vnfPkgId":{},"vnfPkgName":{}}}},"nextToken":{}}}},"ListSolFunctionPackages":{"http":{"method":"GET","requestUri":"/sol/vnfpkgm/v1/vnf_packages","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"max_results","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextpage_opaque_marker"}}},"output":{"type":"structure","required":["functionPackages"],"members":{"functionPackages":{"type":"list","member":{"type":"structure","required":["arn","id","onboardingState","operationalState","usageState"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"onboardingState":{},"operationalState":{},"usageState":{},"vnfProductName":{},"vnfProvider":{},"vnfdId":{},"vnfdVersion":{}}}},"nextToken":{}}}},"ListSolNetworkInstances":{"http":{"method":"GET","requestUri":"/sol/nslcm/v1/ns_instances","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"max_results","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextpage_opaque_marker"}}},"output":{"type":"structure","members":{"networkInstances":{"type":"list","member":{"type":"structure","required":["arn","id","metadata","nsInstanceDescription","nsInstanceName","nsState","nsdId","nsdInfoId"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceDescription":{},"nsInstanceName":{},"nsState":{},"nsdId":{},"nsdInfoId":{}}}},"nextToken":{}}}},"ListSolNetworkOperations":{"http":{"method":"GET","requestUri":"/sol/nslcm/v1/ns_lcm_op_occs","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"max_results","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextpage_opaque_marker"}}},"output":{"type":"structure","members":{"networkOperations":{"type":"list","member":{"type":"structure","required":["arn","id","lcmOperationType","nsInstanceId","operationState"],"members":{"arn":{},"error":{"shape":"S1t"},"id":{},"lcmOperationType":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsInstanceId":{},"operationState":{}}}},"nextToken":{}}}},"ListSolNetworkPackages":{"http":{"method":"GET","requestUri":"/sol/nsd/v1/ns_descriptors","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"max_results","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextpage_opaque_marker"}}},"output":{"type":"structure","required":["networkPackages"],"members":{"networkPackages":{"type":"list","member":{"type":"structure","required":["arn","id","metadata","nsdOnboardingState","nsdOperationalState","nsdUsageState"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","required":["createdAt","lastModified"],"members":{"createdAt":{"shape":"S15"},"lastModified":{"shape":"S15"}}},"nsdDesigner":{},"nsdId":{},"nsdInvariantId":{},"nsdName":{},"nsdOnboardingState":{},"nsdOperationalState":{},"nsdUsageState":{},"nsdVersion":{},"vnfPkgIds":{"shape":"S28"}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"S4"}}}},"PutSolFunctionPackageContent":{"http":{"method":"PUT","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content","responseCode":202},"input":{"type":"structure","required":["file","vnfPkgId"],"members":{"contentType":{"location":"header","locationName":"Content-Type"},"file":{"type":"blob"},"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}},"payload":"file"},"output":{"type":"structure","required":["id","metadata","vnfProductName","vnfProvider","vnfdId","vnfdVersion"],"members":{"id":{},"metadata":{"type":"structure","members":{"vnfd":{"shape":"S1a"}}},"vnfProductName":{},"vnfProvider":{},"vnfdId":{},"vnfdVersion":{}}},"idempotent":true},"PutSolNetworkPackageContent":{"http":{"method":"PUT","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content","responseCode":200},"input":{"type":"structure","required":["file","nsdInfoId"],"members":{"contentType":{"location":"header","locationName":"Content-Type"},"file":{"type":"blob"},"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}},"payload":"file"},"output":{"type":"structure","required":["arn","id","metadata","nsdId","nsdName","nsdVersion","vnfPkgIds"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","members":{"nsd":{"shape":"S27"}}},"nsdId":{},"nsdName":{},"nsdVersion":{},"vnfPkgIds":{"shape":"S28"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TerminateSolNetworkInstance":{"http":{"requestUri":"/sol/nslcm/v1/ns_instances/{nsInstanceId}/terminate","responseCode":201},"input":{"type":"structure","required":["nsInstanceId"],"members":{"nsInstanceId":{"location":"uri","locationName":"nsInstanceId"},"tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"nsLcmOpOccId":{},"tags":{"shape":"S4"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateSolFunctionPackage":{"http":{"method":"PATCH","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}","responseCode":200},"input":{"type":"structure","required":["operationalState","vnfPkgId"],"members":{"operationalState":{},"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}}},"output":{"type":"structure","required":["operationalState"],"members":{"operationalState":{}}}},"UpdateSolNetworkInstance":{"http":{"requestUri":"/sol/nslcm/v1/ns_instances/{nsInstanceId}/update","responseCode":201},"input":{"type":"structure","required":["nsInstanceId","updateType"],"members":{"modifyVnfInfoData":{"type":"structure","required":["vnfConfigurableProperties","vnfInstanceId"],"members":{"vnfConfigurableProperties":{"shape":"S2e"},"vnfInstanceId":{}}},"nsInstanceId":{"location":"uri","locationName":"nsInstanceId"},"tags":{"shape":"S4"},"updateType":{}}},"output":{"type":"structure","members":{"nsLcmOpOccId":{},"tags":{"shape":"S4"}}}},"UpdateSolNetworkPackage":{"http":{"method":"PATCH","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}","responseCode":200},"input":{"type":"structure","required":["nsdInfoId","nsdOperationalState"],"members":{"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"},"nsdOperationalState":{}}},"output":{"type":"structure","required":["nsdOperationalState"],"members":{"nsdOperationalState":{}}}},"ValidateSolFunctionPackageContent":{"http":{"method":"PUT","requestUri":"/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content/validate","responseCode":202},"input":{"type":"structure","required":["file","vnfPkgId"],"members":{"contentType":{"location":"header","locationName":"Content-Type"},"file":{"type":"blob"},"vnfPkgId":{"location":"uri","locationName":"vnfPkgId"}},"payload":"file"},"output":{"type":"structure","required":["id","metadata","vnfProductName","vnfProvider","vnfdId","vnfdVersion"],"members":{"id":{},"metadata":{"type":"structure","members":{"vnfd":{"shape":"S1a"}}},"vnfProductName":{},"vnfProvider":{},"vnfdId":{},"vnfdVersion":{}}},"idempotent":true},"ValidateSolNetworkPackageContent":{"http":{"method":"PUT","requestUri":"/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content/validate","responseCode":200},"input":{"type":"structure","required":["file","nsdInfoId"],"members":{"contentType":{"location":"header","locationName":"Content-Type"},"file":{"type":"blob"},"nsdInfoId":{"location":"uri","locationName":"nsdInfoId"}},"payload":"file"},"output":{"type":"structure","required":["arn","id","metadata","nsdId","nsdName","nsdVersion","vnfPkgIds"],"members":{"arn":{},"id":{},"metadata":{"type":"structure","members":{"nsd":{"shape":"S27"}}},"nsdId":{},"nsdName":{},"nsdVersion":{},"vnfPkgIds":{"shape":"S28"}}},"idempotent":true}},"shapes":{"S4":{"type":"map","key":{},"value":{},"sensitive":true},"S15":{"type":"timestamp","timestampFormat":"iso8601"},"S1a":{"type":"structure","members":{"overrides":{"shape":"S1b"}}},"S1b":{"type":"list","member":{"type":"structure","members":{"defaultValue":{},"name":{}}}},"S1t":{"type":"structure","required":["detail"],"members":{"detail":{},"title":{}}},"S27":{"type":"structure","members":{"overrides":{"shape":"S1b"}}},"S28":{"type":"list","member":{}},"S2e":{"type":"structure","members":{},"document":true}}}
/***/ }),
-/* 1284 */
+/* 1281 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListSolFunctionInstances":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"functionInstances"},"ListSolFunctionPackages":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"functionPackages"},"ListSolNetworkInstances":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkInstances"},"ListSolNetworkOperations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkOperations"},"ListSolNetworkPackages":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"networkPackages"}}}
/***/ }),
-/* 1285 */
+/* 1282 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63753,9 +63716,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.InternetMonitor = Service.defineService('internetmonitor', ['2021-06-03']);
Object.defineProperty(apiLoader.services['internetmonitor'], '2021-06-03', {
get: function get() {
- var model = __webpack_require__(1286);
- model.paginators = __webpack_require__(1287).pagination;
- model.waiters = __webpack_require__(1288).waiters;
+ var model = __webpack_require__(1283);
+ model.paginators = __webpack_require__(1284).pagination;
+ model.waiters = __webpack_require__(1285).waiters;
return model;
},
enumerable: true,
@@ -63766,25 +63729,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1286 */
+/* 1283 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-06-03","endpointPrefix":"internetmonitor","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon CloudWatch Internet Monitor","serviceId":"InternetMonitor","signatureVersion":"v4","signingName":"internetmonitor","uid":"internetmonitor-2021-06-03"},"operations":{"CreateMonitor":{"http":{"requestUri":"/v20210603/Monitors","responseCode":200},"input":{"type":"structure","required":["MonitorName"],"members":{"MonitorName":{},"Resources":{"shape":"S3"},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S6"},"MaxCityNetworksToMonitor":{"type":"integer"},"InternetMeasurementsLogDelivery":{"shape":"Sa"},"TrafficPercentageToMonitor":{"type":"integer"},"HealthEventsConfig":{"shape":"Sf"}}},"output":{"type":"structure","required":["Arn","Status"],"members":{"Arn":{},"Status":{}}},"idempotent":true},"DeleteMonitor":{"http":{"method":"DELETE","requestUri":"/v20210603/Monitors/{MonitorName}","responseCode":200},"input":{"type":"structure","required":["MonitorName"],"members":{"MonitorName":{"location":"uri","locationName":"MonitorName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetHealthEvent":{"http":{"method":"GET","requestUri":"/v20210603/Monitors/{MonitorName}/HealthEvents/{EventId}","responseCode":200},"input":{"type":"structure","required":["MonitorName","EventId"],"members":{"MonitorName":{"location":"uri","locationName":"MonitorName"},"EventId":{"location":"uri","locationName":"EventId"}}},"output":{"type":"structure","required":["EventArn","EventId","StartedAt","LastUpdatedAt","ImpactedLocations","Status","ImpactType"],"members":{"EventArn":{},"EventId":{},"StartedAt":{"shape":"Sr"},"EndedAt":{"shape":"Sr"},"CreatedAt":{"shape":"Sr"},"LastUpdatedAt":{"shape":"Sr"},"ImpactedLocations":{"shape":"Ss"},"Status":{},"PercentOfTotalTrafficImpacted":{"type":"double"},"ImpactType":{},"HealthScoreThreshold":{"type":"double"}}}},"GetMonitor":{"http":{"method":"GET","requestUri":"/v20210603/Monitors/{MonitorName}","responseCode":200},"input":{"type":"structure","required":["MonitorName"],"members":{"MonitorName":{"location":"uri","locationName":"MonitorName"}}},"output":{"type":"structure","required":["MonitorName","MonitorArn","Resources","Status","CreatedAt","ModifiedAt"],"members":{"MonitorName":{},"MonitorArn":{},"Resources":{"shape":"S3"},"Status":{},"CreatedAt":{"shape":"Sr"},"ModifiedAt":{"shape":"Sr"},"ProcessingStatus":{},"ProcessingStatusInfo":{},"Tags":{"shape":"S6"},"MaxCityNetworksToMonitor":{"type":"integer"},"InternetMeasurementsLogDelivery":{"shape":"Sa"},"TrafficPercentageToMonitor":{"type":"integer"},"HealthEventsConfig":{"shape":"Sf"}}}},"ListHealthEvents":{"http":{"method":"GET","requestUri":"/v20210603/Monitors/{MonitorName}/HealthEvents","responseCode":200},"input":{"type":"structure","required":["MonitorName"],"members":{"MonitorName":{"location":"uri","locationName":"MonitorName"},"StartTime":{"shape":"Sr","location":"querystring","locationName":"StartTime"},"EndTime":{"shape":"Sr","location":"querystring","locationName":"EndTime"},"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"EventStatus":{"location":"querystring","locationName":"EventStatus"}}},"output":{"type":"structure","required":["HealthEvents"],"members":{"HealthEvents":{"type":"list","member":{"type":"structure","required":["EventArn","EventId","StartedAt","LastUpdatedAt","ImpactedLocations","Status","ImpactType"],"members":{"EventArn":{},"EventId":{},"StartedAt":{"shape":"Sr"},"EndedAt":{"shape":"Sr"},"CreatedAt":{"shape":"Sr"},"LastUpdatedAt":{"shape":"Sr"},"ImpactedLocations":{"shape":"Ss"},"Status":{},"PercentOfTotalTrafficImpacted":{"type":"double"},"ImpactType":{},"HealthScoreThreshold":{"type":"double"}}}},"NextToken":{}}}},"ListMonitors":{"http":{"method":"GET","requestUri":"/v20210603/Monitors","responseCode":200},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"MonitorStatus":{"location":"querystring","locationName":"MonitorStatus"}}},"output":{"type":"structure","required":["Monitors"],"members":{"Monitors":{"type":"list","member":{"type":"structure","required":["MonitorName","MonitorArn","Status"],"members":{"MonitorName":{},"MonitorArn":{},"Status":{},"ProcessingStatus":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S6"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateMonitor":{"http":{"method":"PATCH","requestUri":"/v20210603/Monitors/{MonitorName}","responseCode":200},"input":{"type":"structure","required":["MonitorName"],"members":{"MonitorName":{"location":"uri","locationName":"MonitorName"},"ResourcesToAdd":{"shape":"S3"},"ResourcesToRemove":{"shape":"S3"},"Status":{},"ClientToken":{"idempotencyToken":true},"MaxCityNetworksToMonitor":{"type":"integer"},"InternetMeasurementsLogDelivery":{"shape":"Sa"},"TrafficPercentageToMonitor":{"type":"integer"},"HealthEventsConfig":{"shape":"Sf"}}},"output":{"type":"structure","required":["MonitorArn","Status"],"members":{"MonitorArn":{},"Status":{}}},"idempotent":true}},"shapes":{"S3":{"type":"list","member":{}},"S6":{"type":"map","key":{},"value":{}},"Sa":{"type":"structure","members":{"S3Config":{"type":"structure","members":{"BucketName":{},"BucketPrefix":{},"LogDeliveryStatus":{}}}}},"Sf":{"type":"structure","members":{"AvailabilityScoreThreshold":{"type":"double"},"PerformanceScoreThreshold":{"type":"double"},"AvailabilityLocalHealthEventsConfig":{"shape":"Sh"},"PerformanceLocalHealthEventsConfig":{"shape":"Sh"}}},"Sh":{"type":"structure","members":{"Status":{},"HealthScoreThreshold":{"type":"double"},"MinTrafficImpact":{"type":"double"}}},"Sr":{"type":"timestamp","timestampFormat":"iso8601"},"Ss":{"type":"list","member":{"type":"structure","required":["ASName","ASNumber","Country","Status"],"members":{"ASName":{},"ASNumber":{"type":"long"},"Country":{},"Subdivision":{},"Metro":{},"City":{},"Latitude":{"type":"double"},"Longitude":{"type":"double"},"CountryCode":{},"SubdivisionCode":{},"ServiceLocation":{},"Status":{},"CausedBy":{"type":"structure","required":["Networks","AsPath","NetworkEventType"],"members":{"Networks":{"shape":"Sy"},"AsPath":{"shape":"Sy"},"NetworkEventType":{}}},"InternetHealth":{"type":"structure","members":{"Availability":{"type":"structure","members":{"ExperienceScore":{"type":"double"},"PercentOfTotalTrafficImpacted":{"type":"double"},"PercentOfClientLocationImpacted":{"type":"double"}}},"Performance":{"type":"structure","members":{"ExperienceScore":{"type":"double"},"PercentOfTotalTrafficImpacted":{"type":"double"},"PercentOfClientLocationImpacted":{"type":"double"},"RoundTripTime":{"type":"structure","members":{"P50":{"type":"double"},"P90":{"type":"double"},"P95":{"type":"double"}}}}}}}}}},"Sy":{"type":"list","member":{"type":"structure","required":["ASName","ASNumber"],"members":{"ASName":{},"ASNumber":{"type":"long"}}}}}}
/***/ }),
-/* 1287 */
+/* 1284 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListHealthEvents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"HealthEvents"},"ListMonitors":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Monitors"}}}
/***/ }),
-/* 1288 */
+/* 1285 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1289 */
+/* 1286 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63796,8 +63759,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.IVSRealTime = Service.defineService('ivsrealtime', ['2020-07-14']);
Object.defineProperty(apiLoader.services['ivsrealtime'], '2020-07-14', {
get: function get() {
- var model = __webpack_require__(1290);
- model.paginators = __webpack_require__(1291).pagination;
+ var model = __webpack_require__(1287);
+ model.paginators = __webpack_require__(1288).pagination;
return model;
},
enumerable: true,
@@ -63808,19 +63771,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1290 */
+/* 1287 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-14","endpointPrefix":"ivsrealtime","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ivsrealtime","serviceFullName":"Amazon Interactive Video Service RealTime","serviceId":"IVS RealTime","signatureVersion":"v4","signingName":"ivs","uid":"ivs-realtime-2020-07-14"},"operations":{"CreateParticipantToken":{"http":{"requestUri":"/CreateParticipantToken","responseCode":200},"input":{"type":"structure","required":["stageArn"],"members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"stageArn":{},"userId":{}}},"output":{"type":"structure","members":{"participantToken":{"shape":"Sa"}}}},"CreateStage":{"http":{"requestUri":"/CreateStage","responseCode":200},"input":{"type":"structure","members":{"name":{},"participantTokenConfigurations":{"type":"list","member":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"userId":{}}}},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{"participantTokens":{"type":"list","member":{"shape":"Sa"}},"stage":{"shape":"Sn"}}}},"DeleteStage":{"http":{"requestUri":"/DeleteStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DisconnectParticipant":{"http":{"requestUri":"/DisconnectParticipant","responseCode":200},"input":{"type":"structure","required":["participantId","stageArn"],"members":{"participantId":{},"reason":{},"stageArn":{}}},"output":{"type":"structure","members":{}}},"GetParticipant":{"http":{"requestUri":"/GetParticipant","responseCode":200},"input":{"type":"structure","required":["participantId","sessionId","stageArn"],"members":{"participantId":{},"sessionId":{},"stageArn":{}}},"output":{"type":"structure","members":{"participant":{"type":"structure","members":{"attributes":{"type":"map","key":{},"value":{}},"browserName":{},"browserVersion":{},"firstJoinTime":{"shape":"S10"},"ispName":{},"osName":{},"osVersion":{},"participantId":{},"published":{"type":"boolean"},"sdkVersion":{},"state":{},"userId":{}}}}}},"GetStage":{"http":{"requestUri":"/GetStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}},"GetStageSession":{"http":{"requestUri":"/GetStageSession","responseCode":200},"input":{"type":"structure","required":["sessionId","stageArn"],"members":{"sessionId":{},"stageArn":{}}},"output":{"type":"structure","members":{"stageSession":{"type":"structure","members":{"endTime":{"shape":"S10"},"sessionId":{},"startTime":{"shape":"S10"}}}}}},"ListParticipantEvents":{"http":{"requestUri":"/ListParticipantEvents","responseCode":200},"input":{"type":"structure","required":["participantId","sessionId","stageArn"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"participantId":{},"sessionId":{},"stageArn":{}}},"output":{"type":"structure","required":["events"],"members":{"events":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"eventTime":{"shape":"S10"},"name":{},"participantId":{},"remoteParticipantId":{}}}},"nextToken":{}}}},"ListParticipants":{"http":{"requestUri":"/ListParticipants","responseCode":200},"input":{"type":"structure","required":["sessionId","stageArn"],"members":{"filterByPublished":{"type":"boolean"},"filterByState":{},"filterByUserId":{},"maxResults":{"type":"integer"},"nextToken":{},"sessionId":{},"stageArn":{}}},"output":{"type":"structure","required":["participants"],"members":{"nextToken":{},"participants":{"type":"list","member":{"type":"structure","members":{"firstJoinTime":{"shape":"S10"},"participantId":{},"published":{"type":"boolean"},"state":{},"userId":{}}}}}}},"ListStageSessions":{"http":{"requestUri":"/ListStageSessions","responseCode":200},"input":{"type":"structure","required":["stageArn"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"stageArn":{}}},"output":{"type":"structure","required":["stageSessions"],"members":{"nextToken":{},"stageSessions":{"type":"list","member":{"type":"structure","members":{"endTime":{"shape":"S10"},"sessionId":{},"startTime":{"shape":"S10"}}}}}}},"ListStages":{"http":{"requestUri":"/ListStages","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["stages"],"members":{"nextToken":{},"stages":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Si"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateStage":{"http":{"requestUri":"/UpdateStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{},"name":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}}},"shapes":{"S2":{"type":"map","key":{},"value":{}},"S4":{"type":"list","member":{}},"Sa":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"expirationTime":{"type":"timestamp","timestampFormat":"iso8601"},"participantId":{},"token":{"type":"string","sensitive":true},"userId":{}}},"Si":{"type":"map","key":{},"value":{}},"Sn":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}},"S10":{"type":"timestamp","timestampFormat":"iso8601"}}}
/***/ }),
-/* 1291 */
+/* 1288 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListParticipantEvents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListParticipants":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListStageSessions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"ListStages":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"}}}
/***/ }),
-/* 1292 */
+/* 1289 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63832,8 +63795,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.VPCLattice = Service.defineService('vpclattice', ['2022-11-30']);
Object.defineProperty(apiLoader.services['vpclattice'], '2022-11-30', {
get: function get() {
- var model = __webpack_require__(1293);
- model.paginators = __webpack_require__(1294).pagination;
+ var model = __webpack_require__(1290);
+ model.paginators = __webpack_require__(1291).pagination;
return model;
},
enumerable: true,
@@ -63844,19 +63807,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1293 */
+/* 1290 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-30","endpointPrefix":"vpc-lattice","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon VPC Lattice","serviceId":"VPC Lattice","signatureVersion":"v4","signingName":"vpc-lattice","uid":"vpc-lattice-2022-11-30"},"operations":{"BatchUpdateRule":{"http":{"method":"PATCH","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules","responseCode":200},"input":{"type":"structure","required":["listenerIdentifier","rules","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"rules":{"type":"list","member":{"type":"structure","required":["ruleIdentifier"],"members":{"action":{"shape":"S5"},"match":{"shape":"Sd"},"priority":{"type":"integer"},"ruleIdentifier":{}}}},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"successful":{"type":"list","member":{"type":"structure","members":{"action":{"shape":"S5"},"arn":{},"id":{},"isDefault":{"type":"boolean"},"match":{"shape":"Sd"},"name":{},"priority":{"type":"integer"}}}},"unsuccessful":{"type":"list","member":{"type":"structure","members":{"failureCode":{},"failureMessage":{},"ruleIdentifier":{}}}}}},"idempotent":true},"CreateAccessLogSubscription":{"http":{"requestUri":"/accesslogsubscriptions","responseCode":201},"input":{"type":"structure","required":["destinationArn","resourceIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"destinationArn":{},"resourceIdentifier":{},"tags":{"shape":"S19"}}},"output":{"type":"structure","required":["arn","destinationArn","id","resourceArn","resourceId"],"members":{"arn":{},"destinationArn":{},"id":{},"resourceArn":{},"resourceId":{}}},"idempotent":true},"CreateListener":{"http":{"requestUri":"/services/{serviceIdentifier}/listeners","responseCode":201},"input":{"type":"structure","required":["defaultAction","name","protocol","serviceIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"defaultAction":{"shape":"S5"},"name":{},"port":{"type":"integer"},"protocol":{},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"arn":{},"defaultAction":{"shape":"S5"},"id":{},"name":{},"port":{"type":"integer"},"protocol":{},"serviceArn":{},"serviceId":{}}},"idempotent":true},"CreateRule":{"http":{"requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules","responseCode":201},"input":{"type":"structure","required":["action","listenerIdentifier","match","name","priority","serviceIdentifier"],"members":{"action":{"shape":"S5"},"clientToken":{"idempotencyToken":true},"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"match":{"shape":"Sd"},"name":{},"priority":{"type":"integer"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"action":{"shape":"S5"},"arn":{},"id":{},"match":{"shape":"Sd"},"name":{},"priority":{"type":"integer"}}},"idempotent":true},"CreateService":{"http":{"requestUri":"/services","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"authType":{},"certificateArn":{},"clientToken":{"idempotencyToken":true},"customDomainName":{},"name":{},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"certificateArn":{},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"id":{},"name":{},"status":{}}},"idempotent":true},"CreateServiceNetwork":{"http":{"requestUri":"/servicenetworks","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"authType":{},"clientToken":{"idempotencyToken":true},"name":{},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"id":{},"name":{}}},"idempotent":true},"CreateServiceNetworkServiceAssociation":{"http":{"requestUri":"/servicenetworkserviceassociations","responseCode":200},"input":{"type":"structure","required":["serviceIdentifier","serviceNetworkIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"serviceIdentifier":{},"serviceNetworkIdentifier":{},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"arn":{},"createdBy":{},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"id":{},"status":{}}},"idempotent":true},"CreateServiceNetworkVpcAssociation":{"http":{"requestUri":"/servicenetworkvpcassociations","responseCode":200},"input":{"type":"structure","required":["serviceNetworkIdentifier","vpcIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"securityGroupIds":{"type":"list","member":{}},"serviceNetworkIdentifier":{},"tags":{"shape":"S19"},"vpcIdentifier":{}}},"output":{"type":"structure","members":{"arn":{},"createdBy":{},"id":{},"securityGroupIds":{"shape":"S2k"},"status":{}}},"idempotent":true},"CreateTargetGroup":{"http":{"requestUri":"/targetgroups","responseCode":201},"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"config":{"shape":"S2n"},"name":{},"tags":{"shape":"S19"},"type":{}}},"output":{"type":"structure","members":{"arn":{},"config":{"shape":"S2n"},"id":{},"name":{},"status":{},"type":{}}},"idempotent":true},"DeleteAccessLogSubscription":{"http":{"method":"DELETE","requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}","responseCode":204},"input":{"type":"structure","required":["accessLogSubscriptionIdentifier"],"members":{"accessLogSubscriptionIdentifier":{"location":"uri","locationName":"accessLogSubscriptionIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAuthPolicy":{"http":{"method":"DELETE","requestUri":"/authpolicy/{resourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteListener":{"http":{"method":"DELETE","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}","responseCode":204},"input":{"type":"structure","required":["listenerIdentifier","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteResourcePolicy":{"http":{"method":"DELETE","requestUri":"/resourcepolicy/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRule":{"http":{"method":"DELETE","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}","responseCode":204},"input":{"type":"structure","required":["listenerIdentifier","ruleIdentifier","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"ruleIdentifier":{"location":"uri","locationName":"ruleIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteService":{"http":{"method":"DELETE","requestUri":"/services/{serviceIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceIdentifier"],"members":{"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{}}},"idempotent":true},"DeleteServiceNetwork":{"http":{"method":"DELETE","requestUri":"/servicenetworks/{serviceNetworkIdentifier}","responseCode":204},"input":{"type":"structure","required":["serviceNetworkIdentifier"],"members":{"serviceNetworkIdentifier":{"location":"uri","locationName":"serviceNetworkIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteServiceNetworkServiceAssociation":{"http":{"method":"DELETE","requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceNetworkServiceAssociationIdentifier"],"members":{"serviceNetworkServiceAssociationIdentifier":{"location":"uri","locationName":"serviceNetworkServiceAssociationIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{}}},"idempotent":true},"DeleteServiceNetworkVpcAssociation":{"http":{"method":"DELETE","requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceNetworkVpcAssociationIdentifier"],"members":{"serviceNetworkVpcAssociationIdentifier":{"location":"uri","locationName":"serviceNetworkVpcAssociationIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{}}},"idempotent":true},"DeleteTargetGroup":{"http":{"method":"DELETE","requestUri":"/targetgroups/{targetGroupIdentifier}","responseCode":200},"input":{"type":"structure","required":["targetGroupIdentifier"],"members":{"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{}}},"idempotent":true},"DeregisterTargets":{"http":{"requestUri":"/targetgroups/{targetGroupIdentifier}/deregistertargets","responseCode":200},"input":{"type":"structure","required":["targetGroupIdentifier","targets"],"members":{"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"},"targets":{"type":"list","member":{"shape":"S3w"}}}},"output":{"type":"structure","members":{"successful":{"shape":"S3z"},"unsuccessful":{"shape":"S40"}}},"idempotent":true},"GetAccessLogSubscription":{"http":{"method":"GET","requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}","responseCode":200},"input":{"type":"structure","required":["accessLogSubscriptionIdentifier"],"members":{"accessLogSubscriptionIdentifier":{"location":"uri","locationName":"accessLogSubscriptionIdentifier"}}},"output":{"type":"structure","required":["arn","createdAt","destinationArn","id","lastUpdatedAt","resourceArn","resourceId"],"members":{"arn":{},"createdAt":{"shape":"S44"},"destinationArn":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"resourceArn":{},"resourceId":{}}}},"GetAuthPolicy":{"http":{"method":"GET","requestUri":"/authpolicy/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","members":{"createdAt":{"shape":"S44"},"lastUpdatedAt":{"shape":"S44"},"policy":{},"state":{}}}},"GetListener":{"http":{"method":"GET","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}","responseCode":200},"input":{"type":"structure","required":["listenerIdentifier","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"defaultAction":{"shape":"S5"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"port":{"type":"integer"},"protocol":{},"serviceArn":{},"serviceId":{}}}},"GetResourcePolicy":{"http":{"method":"GET","requestUri":"/resourcepolicy/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"policy":{}}}},"GetRule":{"http":{"method":"GET","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}","responseCode":200},"input":{"type":"structure","required":["listenerIdentifier","ruleIdentifier","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"ruleIdentifier":{"location":"uri","locationName":"ruleIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"action":{"shape":"S5"},"arn":{},"createdAt":{"shape":"S44"},"id":{},"isDefault":{"type":"boolean"},"lastUpdatedAt":{"shape":"S44"},"match":{"shape":"Sd"},"name":{},"priority":{"type":"integer"}}}},"GetService":{"http":{"method":"GET","requestUri":"/services/{serviceIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceIdentifier"],"members":{"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"certificateArn":{},"createdAt":{"shape":"S44"},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"failureCode":{},"failureMessage":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"status":{}}}},"GetServiceNetwork":{"http":{"method":"GET","requestUri":"/servicenetworks/{serviceNetworkIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceNetworkIdentifier"],"members":{"serviceNetworkIdentifier":{"location":"uri","locationName":"serviceNetworkIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"createdAt":{"shape":"S44"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"numberOfAssociatedServices":{"type":"long"},"numberOfAssociatedVPCs":{"type":"long"}}}},"GetServiceNetworkServiceAssociation":{"http":{"method":"GET","requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceNetworkServiceAssociationIdentifier"],"members":{"serviceNetworkServiceAssociationIdentifier":{"location":"uri","locationName":"serviceNetworkServiceAssociationIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"createdBy":{},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"failureCode":{},"failureMessage":{},"id":{},"serviceArn":{},"serviceId":{},"serviceName":{},"serviceNetworkArn":{},"serviceNetworkId":{},"serviceNetworkName":{},"status":{}}}},"GetServiceNetworkVpcAssociation":{"http":{"method":"GET","requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceNetworkVpcAssociationIdentifier"],"members":{"serviceNetworkVpcAssociationIdentifier":{"location":"uri","locationName":"serviceNetworkVpcAssociationIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"createdBy":{},"failureCode":{},"failureMessage":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"securityGroupIds":{"shape":"S2k"},"serviceNetworkArn":{},"serviceNetworkId":{},"serviceNetworkName":{},"status":{},"vpcId":{}}}},"GetTargetGroup":{"http":{"method":"GET","requestUri":"/targetgroups/{targetGroupIdentifier}","responseCode":200},"input":{"type":"structure","required":["targetGroupIdentifier"],"members":{"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"config":{"shape":"S2n"},"createdAt":{"shape":"S44"},"failureCode":{},"failureMessage":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"serviceArns":{"shape":"S4r"},"status":{},"type":{}}}},"ListAccessLogSubscriptions":{"http":{"method":"GET","requestUri":"/accesslogsubscriptions","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceIdentifier":{"location":"querystring","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["arn","createdAt","destinationArn","id","lastUpdatedAt","resourceArn","resourceId"],"members":{"arn":{},"createdAt":{"shape":"S44"},"destinationArn":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"resourceArn":{},"resourceId":{}}}},"nextToken":{}}}},"ListListeners":{"http":{"method":"GET","requestUri":"/services/{serviceIdentifier}/listeners","responseCode":200},"input":{"type":"structure","required":["serviceIdentifier"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"port":{"type":"integer"},"protocol":{}}}},"nextToken":{}}}},"ListRules":{"http":{"method":"GET","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules","responseCode":200},"input":{"type":"structure","required":["listenerIdentifier","serviceIdentifier"],"members":{"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"id":{},"isDefault":{"type":"boolean"},"lastUpdatedAt":{"shape":"S44"},"name":{},"priority":{"type":"integer"}}}},"nextToken":{}}}},"ListServiceNetworkServiceAssociations":{"http":{"method":"GET","requestUri":"/servicenetworkserviceassociations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"serviceIdentifier":{"location":"querystring","locationName":"serviceIdentifier"},"serviceNetworkIdentifier":{"location":"querystring","locationName":"serviceNetworkIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"createdBy":{},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"id":{},"serviceArn":{},"serviceId":{},"serviceName":{},"serviceNetworkArn":{},"serviceNetworkId":{},"serviceNetworkName":{},"status":{}}}},"nextToken":{}}}},"ListServiceNetworkVpcAssociations":{"http":{"method":"GET","requestUri":"/servicenetworkvpcassociations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"serviceNetworkIdentifier":{"location":"querystring","locationName":"serviceNetworkIdentifier"},"vpcIdentifier":{"location":"querystring","locationName":"vpcIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"createdBy":{},"id":{},"lastUpdatedAt":{"shape":"S44"},"serviceNetworkArn":{},"serviceNetworkId":{},"serviceNetworkName":{},"status":{},"vpcId":{}}}},"nextToken":{}}}},"ListServiceNetworks":{"http":{"method":"GET","requestUri":"/servicenetworks","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"numberOfAssociatedServices":{"type":"long"},"numberOfAssociatedVPCs":{"type":"long"}}}},"nextToken":{}}}},"ListServices":{"http":{"method":"GET","requestUri":"/services","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"customDomainName":{},"dnsEntry":{"shape":"S1y"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"status":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S19"}}}},"ListTargetGroups":{"http":{"method":"GET","requestUri":"/targetgroups","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"targetGroupType":{"location":"querystring","locationName":"targetGroupType"},"vpcIdentifier":{"location":"querystring","locationName":"vpcIdentifier"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"createdAt":{"shape":"S44"},"id":{},"ipAddressType":{},"lambdaEventStructureVersion":{},"lastUpdatedAt":{"shape":"S44"},"name":{},"port":{"type":"integer"},"protocol":{},"serviceArns":{"shape":"S4r"},"status":{},"type":{},"vpcIdentifier":{}}}},"nextToken":{}}}},"ListTargets":{"http":{"requestUri":"/targetgroups/{targetGroupIdentifier}/listtargets","responseCode":200},"input":{"type":"structure","required":["targetGroupIdentifier"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"},"targets":{"type":"list","member":{"shape":"S3w"}}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"id":{},"port":{"type":"integer"},"reasonCode":{},"status":{}}}},"nextToken":{}}}},"PutAuthPolicy":{"http":{"method":"PUT","requestUri":"/authpolicy/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["policy","resourceIdentifier"],"members":{"policy":{},"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","members":{"policy":{},"state":{}}}},"PutResourcePolicy":{"http":{"method":"PUT","requestUri":"/resourcepolicy/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["policy","resourceArn"],"members":{"policy":{},"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}},"idempotent":true},"RegisterTargets":{"http":{"requestUri":"/targetgroups/{targetGroupIdentifier}/registertargets","responseCode":200},"input":{"type":"structure","required":["targetGroupIdentifier","targets"],"members":{"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"},"targets":{"type":"list","member":{"shape":"S3w"}}}},"output":{"type":"structure","members":{"successful":{"shape":"S3z"},"unsuccessful":{"shape":"S40"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S19"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAccessLogSubscription":{"http":{"method":"PATCH","requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}","responseCode":200},"input":{"type":"structure","required":["accessLogSubscriptionIdentifier","destinationArn"],"members":{"accessLogSubscriptionIdentifier":{"location":"uri","locationName":"accessLogSubscriptionIdentifier"},"destinationArn":{}}},"output":{"type":"structure","required":["arn","destinationArn","id","resourceArn","resourceId"],"members":{"arn":{},"destinationArn":{},"id":{},"resourceArn":{},"resourceId":{}}},"idempotent":true},"UpdateListener":{"http":{"method":"PATCH","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}","responseCode":200},"input":{"type":"structure","required":["defaultAction","listenerIdentifier","serviceIdentifier"],"members":{"defaultAction":{"shape":"S5"},"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"defaultAction":{"shape":"S5"},"id":{},"name":{},"port":{"type":"integer"},"protocol":{},"serviceArn":{},"serviceId":{}}},"idempotent":true},"UpdateRule":{"http":{"method":"PATCH","requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}","responseCode":200},"input":{"type":"structure","required":["listenerIdentifier","ruleIdentifier","serviceIdentifier"],"members":{"action":{"shape":"S5"},"listenerIdentifier":{"location":"uri","locationName":"listenerIdentifier"},"match":{"shape":"Sd"},"priority":{"type":"integer"},"ruleIdentifier":{"location":"uri","locationName":"ruleIdentifier"},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"action":{"shape":"S5"},"arn":{},"id":{},"isDefault":{"type":"boolean"},"match":{"shape":"Sd"},"name":{},"priority":{"type":"integer"}}},"idempotent":true},"UpdateService":{"http":{"method":"PATCH","requestUri":"/services/{serviceIdentifier}","responseCode":200},"input":{"type":"structure","required":["serviceIdentifier"],"members":{"authType":{},"certificateArn":{},"serviceIdentifier":{"location":"uri","locationName":"serviceIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"certificateArn":{},"customDomainName":{},"id":{},"name":{}}}},"UpdateServiceNetwork":{"http":{"method":"PATCH","requestUri":"/servicenetworks/{serviceNetworkIdentifier}","responseCode":200},"input":{"type":"structure","required":["authType","serviceNetworkIdentifier"],"members":{"authType":{},"serviceNetworkIdentifier":{"location":"uri","locationName":"serviceNetworkIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"authType":{},"id":{},"name":{}}},"idempotent":true},"UpdateServiceNetworkVpcAssociation":{"http":{"method":"PATCH","requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["securityGroupIds","serviceNetworkVpcAssociationIdentifier"],"members":{"securityGroupIds":{"type":"list","member":{}},"serviceNetworkVpcAssociationIdentifier":{"location":"uri","locationName":"serviceNetworkVpcAssociationIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"createdBy":{},"id":{},"securityGroupIds":{"shape":"S2k"},"status":{}}},"idempotent":true},"UpdateTargetGroup":{"http":{"method":"PATCH","requestUri":"/targetgroups/{targetGroupIdentifier}","responseCode":200},"input":{"type":"structure","required":["healthCheck","targetGroupIdentifier"],"members":{"healthCheck":{"shape":"S2o"},"targetGroupIdentifier":{"location":"uri","locationName":"targetGroupIdentifier"}}},"output":{"type":"structure","members":{"arn":{},"config":{"shape":"S2n"},"id":{},"name":{},"status":{},"type":{}}},"idempotent":true}},"shapes":{"S5":{"type":"structure","members":{"fixedResponse":{"type":"structure","required":["statusCode"],"members":{"statusCode":{"type":"integer"}}},"forward":{"type":"structure","required":["targetGroups"],"members":{"targetGroups":{"type":"list","member":{"type":"structure","required":["targetGroupIdentifier"],"members":{"targetGroupIdentifier":{},"weight":{"type":"integer"}}}}}}},"union":true},"Sd":{"type":"structure","members":{"httpMatch":{"type":"structure","members":{"headerMatches":{"type":"list","member":{"type":"structure","required":["match","name"],"members":{"caseSensitive":{"type":"boolean"},"match":{"type":"structure","members":{"contains":{},"exact":{},"prefix":{}},"union":true},"name":{}}}},"method":{},"pathMatch":{"type":"structure","required":["match"],"members":{"caseSensitive":{"type":"boolean"},"match":{"type":"structure","members":{"exact":{},"prefix":{}},"union":true}}}}}},"union":true},"S19":{"type":"map","key":{},"value":{}},"S1y":{"type":"structure","members":{"domainName":{},"hostedZoneId":{}}},"S2k":{"type":"list","member":{}},"S2n":{"type":"structure","members":{"healthCheck":{"shape":"S2o"},"ipAddressType":{},"lambdaEventStructureVersion":{},"port":{"type":"integer"},"protocol":{},"protocolVersion":{},"vpcIdentifier":{}}},"S2o":{"type":"structure","members":{"enabled":{"type":"boolean"},"healthCheckIntervalSeconds":{"type":"integer"},"healthCheckTimeoutSeconds":{"type":"integer"},"healthyThresholdCount":{"type":"integer"},"matcher":{"type":"structure","members":{"httpCode":{}},"union":true},"path":{},"port":{"type":"integer"},"protocol":{},"protocolVersion":{},"unhealthyThresholdCount":{"type":"integer"}}},"S3w":{"type":"structure","required":["id"],"members":{"id":{},"port":{"type":"integer"}}},"S3z":{"type":"list","member":{"shape":"S3w"}},"S40":{"type":"list","member":{"type":"structure","members":{"failureCode":{},"failureMessage":{},"id":{},"port":{"type":"integer"}}}},"S44":{"type":"timestamp","timestampFormat":"iso8601"},"S4r":{"type":"list","member":{}}}}
/***/ }),
-/* 1294 */
+/* 1291 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAccessLogSubscriptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListListeners":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListRules":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListServiceNetworkServiceAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListServiceNetworkVpcAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListServiceNetworks":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListServices":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTargetGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTargets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
/***/ }),
-/* 1295 */
+/* 1292 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63868,8 +63831,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.OSIS = Service.defineService('osis', ['2022-01-01']);
Object.defineProperty(apiLoader.services['osis'], '2022-01-01', {
get: function get() {
- var model = __webpack_require__(1296);
- model.paginators = __webpack_require__(1297).pagination;
+ var model = __webpack_require__(1293);
+ model.paginators = __webpack_require__(1294).pagination;
return model;
},
enumerable: true,
@@ -63880,19 +63843,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1296 */
+/* 1293 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-01-01","endpointPrefix":"osis","protocol":"rest-json","serviceFullName":"Amazon OpenSearch Ingestion","serviceId":"OSIS","signatureVersion":"v4","uid":"osis-2022-01-01"},"operations":{"CreatePipeline":{"http":{"requestUri":"/2022-01-01/osis/createPipeline"},"input":{"type":"structure","required":["PipelineName","MinUnits","MaxUnits","PipelineConfigurationBody"],"members":{"PipelineName":{},"MinUnits":{"type":"integer"},"MaxUnits":{"type":"integer"},"PipelineConfigurationBody":{},"LogPublishingOptions":{"shape":"S5"},"VpcOptions":{"shape":"S9"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Pipeline":{"shape":"Sj"}}}},"DeletePipeline":{"http":{"method":"DELETE","requestUri":"/2022-01-01/osis/deletePipeline/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"}}},"output":{"type":"structure","members":{}}},"GetPipeline":{"http":{"method":"GET","requestUri":"/2022-01-01/osis/getPipeline/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"}}},"output":{"type":"structure","members":{"Pipeline":{"shape":"Sj"}}}},"GetPipelineBlueprint":{"http":{"method":"GET","requestUri":"/2022-01-01/osis/getPipelineBlueprint/{BlueprintName}"},"input":{"type":"structure","required":["BlueprintName"],"members":{"BlueprintName":{"location":"uri","locationName":"BlueprintName"}}},"output":{"type":"structure","members":{"Blueprint":{"type":"structure","members":{"BlueprintName":{},"PipelineConfigurationBody":{}}}}}},"GetPipelineChangeProgress":{"http":{"method":"GET","requestUri":"/2022-01-01/osis/getPipelineChangeProgress/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"}}},"output":{"type":"structure","members":{"ChangeProgressStatuses":{"type":"list","member":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"Status":{},"TotalNumberOfStages":{"type":"integer"},"ChangeProgressStages":{"type":"list","member":{"type":"structure","members":{"Name":{},"Status":{},"Description":{},"LastUpdatedAt":{"type":"timestamp"}}}}}}}}}},"ListPipelineBlueprints":{"http":{"requestUri":"/2022-01-01/osis/listPipelineBlueprints"},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Blueprints":{"type":"list","member":{"type":"structure","members":{"BlueprintName":{}}}}}}},"ListPipelines":{"http":{"method":"GET","requestUri":"/2022-01-01/osis/listPipelines"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"Pipelines":{"type":"list","member":{"type":"structure","members":{"Status":{},"StatusReason":{"shape":"Sn"},"PipelineName":{},"PipelineArn":{},"MinUnits":{"type":"integer"},"MaxUnits":{"type":"integer"},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2022-01-01/osis/listTagsForResource/"},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"querystring","locationName":"arn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Se"}}}},"StartPipeline":{"http":{"method":"PUT","requestUri":"/2022-01-01/osis/startPipeline/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"}}},"output":{"type":"structure","members":{"Pipeline":{"shape":"Sj"}}}},"StopPipeline":{"http":{"method":"PUT","requestUri":"/2022-01-01/osis/stopPipeline/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"}}},"output":{"type":"structure","members":{"Pipeline":{"shape":"Sj"}}}},"TagResource":{"http":{"requestUri":"/2022-01-01/osis/tagResource/"},"input":{"type":"structure","required":["Arn","Tags"],"members":{"Arn":{"location":"querystring","locationName":"arn"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/2022-01-01/osis/untagResource/"},"input":{"type":"structure","required":["Arn","TagKeys"],"members":{"Arn":{"location":"querystring","locationName":"arn"},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"http":{"method":"PUT","requestUri":"/2022-01-01/osis/updatePipeline/{PipelineName}"},"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{"location":"uri","locationName":"PipelineName"},"MinUnits":{"type":"integer"},"MaxUnits":{"type":"integer"},"PipelineConfigurationBody":{},"LogPublishingOptions":{"shape":"S5"}}},"output":{"type":"structure","members":{"Pipeline":{"shape":"Sj"}}}},"ValidatePipeline":{"http":{"requestUri":"/2022-01-01/osis/validatePipeline"},"input":{"type":"structure","required":["PipelineConfigurationBody"],"members":{"PipelineConfigurationBody":{}}},"output":{"type":"structure","members":{"isValid":{"type":"boolean"},"Errors":{"type":"list","member":{"type":"structure","members":{"Message":{}}}}}}}},"shapes":{"S5":{"type":"structure","members":{"IsLoggingEnabled":{"type":"boolean"},"CloudWatchLogDestination":{"type":"structure","required":["LogGroup"],"members":{"LogGroup":{}}}}},"S9":{"type":"structure","required":["SubnetIds"],"members":{"SubnetIds":{"type":"list","member":{}},"SecurityGroupIds":{"type":"list","member":{}}}},"Se":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sj":{"type":"structure","members":{"PipelineName":{},"PipelineArn":{},"MinUnits":{"type":"integer"},"MaxUnits":{"type":"integer"},"Status":{},"StatusReason":{"shape":"Sn"},"PipelineConfigurationBody":{},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"},"IngestEndpointUrls":{"type":"list","member":{}},"LogPublishingOptions":{"shape":"S5"},"VpcEndpoints":{"type":"list","member":{"type":"structure","members":{"VpcEndpointId":{},"VpcId":{},"VpcOptions":{"shape":"S9"}}}}}},"Sn":{"type":"structure","members":{"Description":{}}}}}
/***/ }),
-/* 1297 */
+/* 1294 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListPipelines":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1298 */
+/* 1295 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63904,9 +63867,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MediaPackageV2 = Service.defineService('mediapackagev2', ['2022-12-25']);
Object.defineProperty(apiLoader.services['mediapackagev2'], '2022-12-25', {
get: function get() {
- var model = __webpack_require__(1299);
- model.paginators = __webpack_require__(1300).pagination;
- model.waiters = __webpack_require__(1301).waiters;
+ var model = __webpack_require__(1296);
+ model.paginators = __webpack_require__(1297).pagination;
+ model.waiters = __webpack_require__(1298).waiters;
return model;
},
enumerable: true,
@@ -63917,25 +63880,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1299 */
+/* 1296 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-12-25","endpointPrefix":"mediapackagev2","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"mediapackagev2","serviceFullName":"AWS Elemental MediaPackage v2","serviceId":"MediaPackageV2","signatureVersion":"v4","signingName":"mediapackagev2","uid":"mediapackagev2-2022-12-25"},"operations":{"CreateChannel":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"Tags":{"shape":"S5"}}},"idempotent":true},"CreateChannelGroup":{"http":{"requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"Tags":{"shape":"S5"}}},"idempotent":true},"CreateOriginEndpoint":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sh"},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S14"},"LowLatencyHlsManifests":{"shape":"S1b"},"Tags":{"shape":"S5"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sh"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S1h"},"LowLatencyHlsManifests":{"shape":"S1j"},"Tags":{"shape":"S5"}}},"idempotent":true},"DeleteChannel":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelGroup":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpoint":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpointPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetChannel":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"Tags":{"shape":"S5"}}}},"GetChannelGroup":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}}},"GetChannelPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"Policy":{}}}},"GetOriginEndpoint":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sh"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S1h"},"LowLatencyHlsManifests":{"shape":"S1j"},"Tags":{"shape":"S5"}}}},"GetOriginEndpointPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"Policy":{}}}},"ListChannelGroups":{"http":{"method":"GET","requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["ChannelGroupName","Arn","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{}}}},"NextToken":{}}}},"ListChannels":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{}}}},"NextToken":{}}}},"ListOriginEndpoints":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"HlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}},"LowLatencyHlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S5","locationName":"tags"}}}},"PutChannelPolicy":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutOriginEndpointPolicy":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S5","locationName":"tags"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateChannel":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"Description":{}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"Tags":{"shape":"S5","locationName":"tags"}}},"idempotent":true},"UpdateChannelGroup":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"Description":{}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}},"idempotent":true},"UpdateOriginEndpoint":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"ContainerType":{},"Segment":{"shape":"Sh"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S14"},"LowLatencyHlsManifests":{"shape":"S1b"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sh"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S1h"},"LowLatencyHlsManifests":{"shape":"S1j"},"Tags":{"shape":"S5","locationName":"tags"}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{}},"Sb":{"type":"list","member":{"type":"structure","members":{"Id":{},"Url":{}}}},"Sh":{"type":"structure","members":{"SegmentDurationSeconds":{"type":"integer"},"SegmentName":{},"TsUseAudioRenditionGroup":{"type":"boolean"},"IncludeIframeOnlyStreams":{"type":"boolean"},"TsIncludeDvbSubtitles":{"type":"boolean"},"Scte":{"type":"structure","members":{"ScteFilter":{"type":"list","member":{}}}},"Encryption":{"type":"structure","required":["EncryptionMethod","SpekeKeyProvider"],"members":{"ConstantInitializationVector":{},"EncryptionMethod":{"type":"structure","members":{"TsEncryptionMethod":{},"CmafEncryptionMethod":{}}},"KeyRotationIntervalSeconds":{"type":"integer"},"SpekeKeyProvider":{"type":"structure","required":["EncryptionContractConfiguration","ResourceId","DrmSystems","RoleArn","Url"],"members":{"EncryptionContractConfiguration":{"type":"structure","required":["PresetSpeke20Audio","PresetSpeke20Video"],"members":{"PresetSpeke20Audio":{},"PresetSpeke20Video":{}}},"ResourceId":{},"DrmSystems":{"type":"list","member":{}},"RoleArn":{},"Url":{}}}}}}},"S14":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S17"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"}}}},"S17":{"type":"structure","members":{"AdMarkerHls":{}}},"S1b":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S17"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"}}}},"S1h":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S17"}}}},"S1j":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S17"}}}}}}
/***/ }),
-/* 1300 */
+/* 1297 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListChannelGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"},"ListChannels":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"},"ListOriginEndpoints":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Items"}}}
/***/ }),
-/* 1301 */
+/* 1298 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1302 */
+/* 1299 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63947,8 +63910,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.PaymentCryptography = Service.defineService('paymentcryptography', ['2021-09-14']);
Object.defineProperty(apiLoader.services['paymentcryptography'], '2021-09-14', {
get: function get() {
- var model = __webpack_require__(1303);
- model.paginators = __webpack_require__(1304).pagination;
+ var model = __webpack_require__(1300);
+ model.paginators = __webpack_require__(1301).pagination;
return model;
},
enumerable: true,
@@ -63959,19 +63922,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1303 */
+/* 1300 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-09-14","endpointPrefix":"controlplane.payment-cryptography","jsonVersion":"1.0","protocol":"json","serviceFullName":"Payment Cryptography Control Plane","serviceId":"Payment Cryptography","signatureVersion":"v4","signingName":"payment-cryptography","targetPrefix":"PaymentCryptographyControlPlane","uid":"payment-cryptography-2021-09-14"},"operations":{"CreateAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{},"KeyArn":{}}},"output":{"type":"structure","required":["Alias"],"members":{"Alias":{"shape":"S5"}}}},"CreateKey":{"input":{"type":"structure","required":["Exportable","KeyAttributes"],"members":{"Enabled":{"type":"boolean"},"Exportable":{"type":"boolean"},"KeyAttributes":{"shape":"S8"},"KeyCheckValueAlgorithm":{},"Tags":{"shape":"Sf"}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}},"output":{"type":"structure","members":{}}},"DeleteKey":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"DeleteKeyInDays":{"type":"integer"},"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"ExportKey":{"input":{"type":"structure","required":["ExportKeyIdentifier","KeyMaterial"],"members":{"ExportKeyIdentifier":{},"KeyMaterial":{"type":"structure","members":{"Tr31KeyBlock":{"type":"structure","required":["WrappingKeyIdentifier"],"members":{"WrappingKeyIdentifier":{}}},"Tr34KeyBlock":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","ExportToken","KeyBlockFormat","WrappingKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"ExportToken":{},"KeyBlockFormat":{},"RandomNonce":{},"WrappingKeyCertificate":{"shape":"S12"}}}},"union":true}}},"output":{"type":"structure","members":{"WrappedKey":{"type":"structure","required":["KeyMaterial","WrappedKeyMaterialFormat","WrappingKeyArn"],"members":{"KeyMaterial":{"type":"string","sensitive":true},"WrappedKeyMaterialFormat":{},"WrappingKeyArn":{}}}}}},"GetAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}},"output":{"type":"structure","required":["Alias"],"members":{"Alias":{"shape":"S5"}}}},"GetKey":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"GetParametersForExport":{"input":{"type":"structure","required":["KeyMaterialType","SigningKeyAlgorithm"],"members":{"KeyMaterialType":{},"SigningKeyAlgorithm":{}}},"output":{"type":"structure","required":["ExportToken","ParametersValidUntilTimestamp","SigningKeyAlgorithm","SigningKeyCertificate","SigningKeyCertificateChain"],"members":{"ExportToken":{},"ParametersValidUntilTimestamp":{"type":"timestamp"},"SigningKeyAlgorithm":{},"SigningKeyCertificate":{"shape":"S12"},"SigningKeyCertificateChain":{"shape":"S12"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyMaterialType","WrappingKeyAlgorithm"],"members":{"KeyMaterialType":{},"WrappingKeyAlgorithm":{}}},"output":{"type":"structure","required":["ImportToken","ParametersValidUntilTimestamp","WrappingKeyAlgorithm","WrappingKeyCertificate","WrappingKeyCertificateChain"],"members":{"ImportToken":{},"ParametersValidUntilTimestamp":{"type":"timestamp"},"WrappingKeyAlgorithm":{},"WrappingKeyCertificate":{"shape":"S12"},"WrappingKeyCertificateChain":{"shape":"S12"}}}},"GetPublicKeyCertificate":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["KeyCertificate","KeyCertificateChain"],"members":{"KeyCertificate":{"shape":"S12"},"KeyCertificateChain":{"shape":"S12"}}}},"ImportKey":{"input":{"type":"structure","required":["KeyMaterial"],"members":{"Enabled":{"type":"boolean"},"KeyCheckValueAlgorithm":{},"KeyMaterial":{"type":"structure","members":{"RootCertificatePublicKey":{"type":"structure","required":["KeyAttributes","PublicKeyCertificate"],"members":{"KeyAttributes":{"shape":"S8"},"PublicKeyCertificate":{"shape":"S12"}}},"Tr31KeyBlock":{"type":"structure","required":["WrappedKeyBlock","WrappingKeyIdentifier"],"members":{"WrappedKeyBlock":{},"WrappingKeyIdentifier":{}}},"Tr34KeyBlock":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","ImportToken","KeyBlockFormat","SigningKeyCertificate","WrappedKeyBlock"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"ImportToken":{},"KeyBlockFormat":{},"RandomNonce":{},"SigningKeyCertificate":{"shape":"S12"},"WrappedKeyBlock":{}}},"TrustedCertificatePublicKey":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","KeyAttributes","PublicKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"KeyAttributes":{"shape":"S8"},"PublicKeyCertificate":{"shape":"S12"}}}},"union":true},"Tags":{"shape":"Sf"}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"ListAliases":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Aliases"],"members":{"Aliases":{"type":"list","member":{"shape":"S5"}},"NextToken":{}}}},"ListKeys":{"input":{"type":"structure","members":{"KeyState":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Keys"],"members":{"Keys":{"type":"list","member":{"type":"structure","required":["Enabled","Exportable","KeyArn","KeyAttributes","KeyCheckValue","KeyState"],"members":{"Enabled":{"type":"boolean"},"Exportable":{"type":"boolean"},"KeyArn":{},"KeyAttributes":{"shape":"S8"},"KeyCheckValue":{},"KeyState":{}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ResourceArn":{}}},"output":{"type":"structure","required":["Tags"],"members":{"NextToken":{},"Tags":{"shape":"Sf"}}}},"RestoreKey":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"StartKeyUsage":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"StopKeyUsage":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"Sf"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{},"KeyArn":{}}},"output":{"type":"structure","required":["Alias"],"members":{"Alias":{"shape":"S5"}}}}},"shapes":{"S5":{"type":"structure","required":["AliasName"],"members":{"AliasName":{},"KeyArn":{}}},"S8":{"type":"structure","required":["KeyAlgorithm","KeyClass","KeyModesOfUse","KeyUsage"],"members":{"KeyAlgorithm":{},"KeyClass":{},"KeyModesOfUse":{"type":"structure","members":{"Decrypt":{"type":"boolean"},"DeriveKey":{"type":"boolean"},"Encrypt":{"type":"boolean"},"Generate":{"type":"boolean"},"NoRestrictions":{"type":"boolean"},"Sign":{"type":"boolean"},"Unwrap":{"type":"boolean"},"Verify":{"type":"boolean"},"Wrap":{"type":"boolean"}}},"KeyUsage":{}}},"Sf":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"Value":{}}}},"Sk":{"type":"structure","required":["CreateTimestamp","Enabled","Exportable","KeyArn","KeyAttributes","KeyCheckValue","KeyCheckValueAlgorithm","KeyOrigin","KeyState"],"members":{"CreateTimestamp":{"type":"timestamp"},"DeletePendingTimestamp":{"type":"timestamp"},"DeleteTimestamp":{"type":"timestamp"},"Enabled":{"type":"boolean"},"Exportable":{"type":"boolean"},"KeyArn":{},"KeyAttributes":{"shape":"S8"},"KeyCheckValue":{},"KeyCheckValueAlgorithm":{},"KeyOrigin":{},"KeyState":{},"UsageStartTimestamp":{"type":"timestamp"},"UsageStopTimestamp":{"type":"timestamp"}}},"S12":{"type":"string","sensitive":true}}}
/***/ }),
-/* 1304 */
+/* 1301 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAliases":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Aliases"},"ListKeys":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Keys"},"ListTagsForResource":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Tags"}}}
/***/ }),
-/* 1305 */
+/* 1302 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -63983,8 +63946,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.PaymentCryptographyData = Service.defineService('paymentcryptographydata', ['2022-02-03']);
Object.defineProperty(apiLoader.services['paymentcryptographydata'], '2022-02-03', {
get: function get() {
- var model = __webpack_require__(1306);
- model.paginators = __webpack_require__(1307).pagination;
+ var model = __webpack_require__(1303);
+ model.paginators = __webpack_require__(1304).pagination;
return model;
},
enumerable: true,
@@ -63995,19 +63958,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1306 */
+/* 1303 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-03","endpointPrefix":"dataplane.payment-cryptography","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Payment Cryptography Data Plane","serviceId":"Payment Cryptography Data","signatureVersion":"v4","signingName":"payment-cryptography","uid":"payment-cryptography-data-2022-02-03"},"operations":{"DecryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/decrypt","responseCode":200},"input":{"type":"structure","required":["CipherText","DecryptionAttributes","KeyIdentifier"],"members":{"CipherText":{"shape":"S2"},"DecryptionAttributes":{"shape":"S3"},"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","PlainText"],"members":{"KeyArn":{},"KeyCheckValue":{},"PlainText":{"shape":"S2"}}}},"EncryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/encrypt","responseCode":200},"input":{"type":"structure","required":["EncryptionAttributes","KeyIdentifier","PlainText"],"members":{"EncryptionAttributes":{"shape":"S3"},"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"},"PlainText":{"type":"string","sensitive":true}}},"output":{"type":"structure","required":["CipherText","KeyArn"],"members":{"CipherText":{"shape":"S2"},"KeyArn":{},"KeyCheckValue":{}}}},"GenerateCardValidationData":{"http":{"requestUri":"/cardvalidationdata/generate","responseCode":200},"input":{"type":"structure","required":["GenerationAttributes","KeyIdentifier","PrimaryAccountNumber"],"members":{"GenerationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sn"},"AmexCardSecurityCodeVersion2":{"shape":"Sp"},"CardHolderVerificationValue":{"shape":"Sr"},"CardVerificationValue1":{"shape":"Sv"},"CardVerificationValue2":{"shape":"Sw"},"DynamicCardVerificationCode":{"shape":"Sx"},"DynamicCardVerificationValue":{"shape":"Sz"}},"union":true},"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"S10"},"ValidationDataLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","ValidationData"],"members":{"KeyArn":{},"KeyCheckValue":{},"ValidationData":{}}}},"GenerateMac":{"http":{"requestUri":"/mac/generate","responseCode":200},"input":{"type":"structure","required":["GenerationAttributes","KeyIdentifier","MessageData"],"members":{"GenerationAttributes":{"shape":"S15"},"KeyIdentifier":{},"MacLength":{"type":"integer"},"MessageData":{"shape":"S1e"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","Mac"],"members":{"KeyArn":{},"KeyCheckValue":{},"Mac":{}}}},"GeneratePinData":{"http":{"requestUri":"/pindata/generate","responseCode":200},"input":{"type":"structure","required":["EncryptionKeyIdentifier","GenerationAttributes","GenerationKeyIdentifier","PinBlockFormat","PrimaryAccountNumber"],"members":{"EncryptionKeyIdentifier":{},"GenerationAttributes":{"type":"structure","members":{"Ibm3624NaturalPin":{"type":"structure","required":["DecimalizationTable","PinValidationData","PinValidationDataPadCharacter"],"members":{"DecimalizationTable":{},"PinValidationData":{},"PinValidationDataPadCharacter":{}}},"Ibm3624PinFromOffset":{"type":"structure","required":["DecimalizationTable","PinOffset","PinValidationData","PinValidationDataPadCharacter"],"members":{"DecimalizationTable":{},"PinOffset":{},"PinValidationData":{},"PinValidationDataPadCharacter":{}}},"Ibm3624PinOffset":{"type":"structure","required":["DecimalizationTable","EncryptedPinBlock","PinValidationData","PinValidationDataPadCharacter"],"members":{"DecimalizationTable":{},"EncryptedPinBlock":{},"PinValidationData":{},"PinValidationDataPadCharacter":{}}},"Ibm3624RandomPin":{"type":"structure","required":["DecimalizationTable","PinValidationData","PinValidationDataPadCharacter"],"members":{"DecimalizationTable":{},"PinValidationData":{},"PinValidationDataPadCharacter":{}}},"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex"],"members":{"PinVerificationKeyIndex":{"type":"integer"}}},"VisaPinVerificationValue":{"type":"structure","required":["EncryptedPinBlock","PinVerificationKeyIndex"],"members":{"EncryptedPinBlock":{},"PinVerificationKeyIndex":{"type":"integer"}}}},"union":true},"GenerationKeyIdentifier":{},"PinBlockFormat":{},"PinDataLength":{"type":"integer"},"PrimaryAccountNumber":{"shape":"S10"}}},"output":{"type":"structure","required":["EncryptedPinBlock","EncryptionKeyArn","EncryptionKeyCheckValue","GenerationKeyArn","GenerationKeyCheckValue","PinData"],"members":{"EncryptedPinBlock":{},"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{},"GenerationKeyArn":{},"GenerationKeyCheckValue":{},"PinData":{"type":"structure","members":{"PinOffset":{},"VerificationValue":{}},"union":true}}}},"ReEncryptData":{"http":{"requestUri":"/keys/{IncomingKeyIdentifier}/reencrypt","responseCode":200},"input":{"type":"structure","required":["CipherText","IncomingEncryptionAttributes","IncomingKeyIdentifier","OutgoingEncryptionAttributes","OutgoingKeyIdentifier"],"members":{"CipherText":{"shape":"S2"},"IncomingEncryptionAttributes":{"shape":"S20"},"IncomingKeyIdentifier":{"location":"uri","locationName":"IncomingKeyIdentifier"},"OutgoingEncryptionAttributes":{"shape":"S20"},"OutgoingKeyIdentifier":{}}},"output":{"type":"structure","required":["CipherText","KeyArn","KeyCheckValue"],"members":{"CipherText":{"shape":"S2"},"KeyArn":{},"KeyCheckValue":{}}}},"TranslatePinData":{"http":{"requestUri":"/pindata/translate","responseCode":200},"input":{"type":"structure","required":["EncryptedPinBlock","IncomingKeyIdentifier","IncomingTranslationAttributes","OutgoingKeyIdentifier","OutgoingTranslationAttributes"],"members":{"EncryptedPinBlock":{"type":"string","sensitive":true},"IncomingDukptAttributes":{"shape":"S24"},"IncomingKeyIdentifier":{},"IncomingTranslationAttributes":{"shape":"S25"},"OutgoingDukptAttributes":{"shape":"S24"},"OutgoingKeyIdentifier":{},"OutgoingTranslationAttributes":{"shape":"S25"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","PinBlock"],"members":{"KeyArn":{},"KeyCheckValue":{},"PinBlock":{}}}},"VerifyAuthRequestCryptogram":{"http":{"requestUri":"/cryptogram/verify","responseCode":200},"input":{"type":"structure","required":["AuthRequestCryptogram","KeyIdentifier","MajorKeyDerivationMode","SessionKeyDerivationAttributes","TransactionData"],"members":{"AuthRequestCryptogram":{},"AuthResponseAttributes":{"type":"structure","members":{"ArpcMethod1":{"type":"structure","required":["AuthResponseCode"],"members":{"AuthResponseCode":{}}},"ArpcMethod2":{"type":"structure","required":["CardStatusUpdate"],"members":{"CardStatusUpdate":{},"ProprietaryAuthenticationData":{}}}},"union":true},"KeyIdentifier":{},"MajorKeyDerivationMode":{},"SessionKeyDerivationAttributes":{"type":"structure","members":{"Amex":{"type":"structure","required":["PanSequenceNumber","PrimaryAccountNumber"],"members":{"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"}}},"Emv2000":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"}}},"EmvCommon":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"}}},"Mastercard":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"},"UnpredictableNumber":{}}},"Visa":{"type":"structure","required":["PanSequenceNumber","PrimaryAccountNumber"],"members":{"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"}}}},"union":true},"TransactionData":{}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"AuthResponseValue":{},"KeyArn":{},"KeyCheckValue":{}}}},"VerifyCardValidationData":{"http":{"requestUri":"/cardvalidationdata/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PrimaryAccountNumber","ValidationData","VerificationAttributes"],"members":{"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"S10"},"ValidationData":{},"VerificationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sn"},"AmexCardSecurityCodeVersion2":{"shape":"Sp"},"CardHolderVerificationValue":{"shape":"Sr"},"CardVerificationValue1":{"shape":"Sv"},"CardVerificationValue2":{"shape":"Sw"},"DiscoverDynamicCardVerificationCode":{"type":"structure","required":["ApplicationTransactionCounter","CardExpiryDate","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"CardExpiryDate":{},"UnpredictableNumber":{}}},"DynamicCardVerificationCode":{"shape":"Sx"},"DynamicCardVerificationValue":{"shape":"Sz"}},"union":true}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyMac":{"http":{"requestUri":"/mac/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","Mac","MessageData","VerificationAttributes"],"members":{"KeyIdentifier":{},"Mac":{"type":"string","sensitive":true},"MacLength":{"type":"integer"},"MessageData":{"shape":"S1e"},"VerificationAttributes":{"shape":"S15"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyPinData":{"http":{"requestUri":"/pindata/verify","responseCode":200},"input":{"type":"structure","required":["EncryptedPinBlock","EncryptionKeyIdentifier","PinBlockFormat","PrimaryAccountNumber","VerificationAttributes","VerificationKeyIdentifier"],"members":{"DukptAttributes":{"type":"structure","required":["DukptDerivationType","KeySerialNumber"],"members":{"DukptDerivationType":{},"KeySerialNumber":{}}},"EncryptedPinBlock":{},"EncryptionKeyIdentifier":{},"PinBlockFormat":{},"PinDataLength":{"type":"integer"},"PrimaryAccountNumber":{"shape":"S10"},"VerificationAttributes":{"type":"structure","members":{"Ibm3624Pin":{"type":"structure","required":["DecimalizationTable","PinOffset","PinValidationData","PinValidationDataPadCharacter"],"members":{"DecimalizationTable":{},"PinOffset":{},"PinValidationData":{},"PinValidationDataPadCharacter":{}}},"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex","VerificationValue"],"members":{"PinVerificationKeyIndex":{"type":"integer"},"VerificationValue":{}}}},"union":true},"VerificationKeyIdentifier":{}}},"output":{"type":"structure","required":["EncryptionKeyArn","EncryptionKeyCheckValue","VerificationKeyArn","VerificationKeyCheckValue"],"members":{"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{},"VerificationKeyArn":{},"VerificationKeyCheckValue":{}}}}},"shapes":{"S2":{"type":"string","sensitive":true},"S3":{"type":"structure","members":{"Asymmetric":{"type":"structure","members":{"PaddingType":{}}},"Dukpt":{"shape":"S6"},"Symmetric":{"shape":"Sc"}},"union":true},"S6":{"type":"structure","required":["KeySerialNumber"],"members":{"DukptKeyDerivationType":{},"DukptKeyVariant":{},"InitializationVector":{"shape":"S9"},"KeySerialNumber":{},"Mode":{}}},"S9":{"type":"string","sensitive":true},"Sc":{"type":"structure","required":["Mode"],"members":{"InitializationVector":{"shape":"S9"},"Mode":{},"PaddingType":{}}},"Sn":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"Sp":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"Sr":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"UnpredictableNumber":{}}},"Sv":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"Sw":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"Sx":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","TrackData","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"TrackData":{},"UnpredictableNumber":{}}},"Sz":{"type":"structure","required":["ApplicationTransactionCounter","CardExpiryDate","PanSequenceNumber","ServiceCode"],"members":{"ApplicationTransactionCounter":{},"CardExpiryDate":{},"PanSequenceNumber":{},"ServiceCode":{}}},"S10":{"type":"string","sensitive":true},"S15":{"type":"structure","members":{"Algorithm":{},"DukptCmac":{"shape":"S17"},"DukptIso9797Algorithm1":{"shape":"S17"},"DukptIso9797Algorithm3":{"shape":"S17"},"EmvMac":{"type":"structure","required":["MajorKeyDerivationMode","PanSequenceNumber","PrimaryAccountNumber","SessionKeyDerivationMode","SessionKeyDerivationValue"],"members":{"MajorKeyDerivationMode":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"S10"},"SessionKeyDerivationMode":{},"SessionKeyDerivationValue":{"type":"structure","members":{"ApplicationCryptogram":{},"ApplicationTransactionCounter":{}},"union":true}}}},"union":true},"S17":{"type":"structure","required":["DukptKeyVariant","KeySerialNumber"],"members":{"DukptDerivationType":{},"DukptKeyVariant":{},"KeySerialNumber":{}}},"S1e":{"type":"string","sensitive":true},"S20":{"type":"structure","members":{"Dukpt":{"shape":"S6"},"Symmetric":{"shape":"Sc"}},"union":true},"S24":{"type":"structure","required":["KeySerialNumber"],"members":{"DukptKeyDerivationType":{},"DukptKeyVariant":{},"KeySerialNumber":{}}},"S25":{"type":"structure","members":{"IsoFormat0":{"shape":"S26"},"IsoFormat1":{"type":"structure","members":{}},"IsoFormat3":{"shape":"S26"},"IsoFormat4":{"shape":"S26"}},"union":true},"S26":{"type":"structure","required":["PrimaryAccountNumber"],"members":{"PrimaryAccountNumber":{"shape":"S10"}}}}}
/***/ }),
-/* 1307 */
+/* 1304 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1308 */
+/* 1305 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64019,8 +63982,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CodeGuruSecurity = Service.defineService('codegurusecurity', ['2018-05-10']);
Object.defineProperty(apiLoader.services['codegurusecurity'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1309);
- model.paginators = __webpack_require__(1310).pagination;
+ var model = __webpack_require__(1306);
+ model.paginators = __webpack_require__(1307).pagination;
return model;
},
enumerable: true,
@@ -64031,19 +63994,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1309 */
+/* 1306 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"codeguru-security","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon CodeGuru Security","serviceId":"CodeGuru Security","signatureVersion":"v4","signingName":"codeguru-security","uid":"codeguru-security-2018-05-10"},"operations":{"BatchGetFindings":{"http":{"requestUri":"/batchGetFindings","responseCode":200},"input":{"type":"structure","required":["findingIdentifiers"],"members":{"findingIdentifiers":{"type":"list","member":{"type":"structure","required":["findingId","scanName"],"members":{"findingId":{},"scanName":{}}}}}},"output":{"type":"structure","required":["failedFindings","findings"],"members":{"failedFindings":{"type":"list","member":{"type":"structure","required":["errorCode","findingId","message","scanName"],"members":{"errorCode":{},"findingId":{},"message":{},"scanName":{}}}},"findings":{"shape":"Sa"}}}},"CreateScan":{"http":{"requestUri":"/scans","responseCode":200},"input":{"type":"structure","required":["resourceId","scanName"],"members":{"analysisType":{},"clientToken":{"idempotencyToken":true},"resourceId":{"shape":"Sv"},"scanName":{},"scanType":{},"tags":{"shape":"Sy"}}},"output":{"type":"structure","required":["resourceId","runId","scanName","scanState"],"members":{"resourceId":{"shape":"Sv"},"runId":{},"scanName":{},"scanNameArn":{},"scanState":{}}}},"CreateUploadUrl":{"http":{"requestUri":"/uploadUrl","responseCode":200},"input":{"type":"structure","required":["scanName"],"members":{"scanName":{}}},"output":{"type":"structure","required":["codeArtifactId","requestHeaders","s3Url"],"members":{"codeArtifactId":{},"requestHeaders":{"type":"map","key":{},"value":{},"sensitive":true},"s3Url":{"type":"string","sensitive":true}}}},"GetAccountConfiguration":{"http":{"method":"GET","requestUri":"/accountConfiguration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["encryptionConfig"],"members":{"encryptionConfig":{"shape":"S1c"}}}},"GetFindings":{"http":{"method":"GET","requestUri":"/findings/{scanName}","responseCode":200},"input":{"type":"structure","required":["scanName"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"scanName":{"location":"uri","locationName":"scanName"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"findings":{"shape":"Sa"},"nextToken":{}}}},"GetMetricsSummary":{"http":{"method":"GET","requestUri":"/metrics/summary","responseCode":200},"input":{"type":"structure","required":["date"],"members":{"date":{"location":"querystring","locationName":"date","type":"timestamp"}}},"output":{"type":"structure","members":{"metricsSummary":{"type":"structure","members":{"categoriesWithMostFindings":{"type":"list","member":{"type":"structure","members":{"categoryName":{},"findingNumber":{"type":"integer"}}}},"date":{"type":"timestamp"},"openFindings":{"shape":"S1n"},"scansWithMostOpenCriticalFindings":{"type":"list","member":{"shape":"S1q"}},"scansWithMostOpenFindings":{"type":"list","member":{"shape":"S1q"}}}}}}},"GetScan":{"http":{"method":"GET","requestUri":"/scans/{scanName}","responseCode":200},"input":{"type":"structure","required":["scanName"],"members":{"runId":{"location":"querystring","locationName":"runId"},"scanName":{"location":"uri","locationName":"scanName"}}},"output":{"type":"structure","required":["analysisType","createdAt","runId","scanName","scanState"],"members":{"analysisType":{},"createdAt":{"type":"timestamp"},"numberOfRevisions":{"type":"long"},"runId":{},"scanName":{},"scanNameArn":{},"scanState":{},"updatedAt":{"type":"timestamp"}}}},"ListFindingsMetrics":{"http":{"method":"GET","requestUri":"/metrics/findings","responseCode":200},"input":{"type":"structure","required":["endDate","startDate"],"members":{"endDate":{"location":"querystring","locationName":"endDate","type":"timestamp"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startDate":{"location":"querystring","locationName":"startDate","type":"timestamp"}}},"output":{"type":"structure","members":{"findingsMetrics":{"type":"list","member":{"type":"structure","members":{"closedFindings":{"shape":"S1n"},"date":{"type":"timestamp"},"meanTimeToClose":{"shape":"S1n"},"newFindings":{"shape":"S1n"},"openFindings":{"shape":"S1n"}}}},"nextToken":{}}}},"ListScans":{"http":{"method":"GET","requestUri":"/scans","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"summaries":{"type":"list","member":{"type":"structure","required":["createdAt","runId","scanName","scanState"],"members":{"createdAt":{"type":"timestamp"},"runId":{},"scanName":{},"scanNameArn":{},"scanState":{},"updatedAt":{"type":"timestamp"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sy"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sy"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAccountConfiguration":{"http":{"method":"PUT","requestUri":"/updateAccountConfiguration","responseCode":200},"input":{"type":"structure","required":["encryptionConfig"],"members":{"encryptionConfig":{"shape":"S1c"}}},"output":{"type":"structure","required":["encryptionConfig"],"members":{"encryptionConfig":{"shape":"S1c"}}}}},"shapes":{"Sa":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"description":{},"detectorId":{},"detectorName":{},"detectorTags":{"type":"list","member":{}},"generatorId":{},"id":{},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"text":{},"url":{}}},"suggestedFixes":{"type":"list","member":{"type":"structure","members":{"code":{},"description":{}}}}}},"resource":{"type":"structure","members":{"id":{},"subResourceId":{}}},"ruleId":{},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"},"vulnerability":{"type":"structure","members":{"filePath":{"type":"structure","members":{"codeSnippet":{"type":"list","member":{"type":"structure","members":{"content":{},"number":{"type":"integer"}}}},"endLine":{"type":"integer"},"name":{},"path":{},"startLine":{"type":"integer"}}},"id":{},"itemCount":{"type":"integer"},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}}}}}}},"Sv":{"type":"structure","members":{"codeArtifactId":{}},"union":true},"Sy":{"type":"map","key":{},"value":{}},"S1c":{"type":"structure","members":{"kmsKeyArn":{}}},"S1n":{"type":"structure","members":{"critical":{"type":"double"},"high":{"type":"double"},"info":{"type":"double"},"low":{"type":"double"},"medium":{"type":"double"}}},"S1q":{"type":"structure","members":{"findingNumber":{"type":"integer"},"scanName":{}}}}}
/***/ }),
-/* 1310 */
+/* 1307 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetFindings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findings"},"ListFindingsMetrics":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findingsMetrics"},"ListScans":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"summaries"}}}
/***/ }),
-/* 1311 */
+/* 1308 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64055,9 +64018,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.VerifiedPermissions = Service.defineService('verifiedpermissions', ['2021-12-01']);
Object.defineProperty(apiLoader.services['verifiedpermissions'], '2021-12-01', {
get: function get() {
- var model = __webpack_require__(1312);
- model.paginators = __webpack_require__(1313).pagination;
- model.waiters = __webpack_require__(1314).waiters;
+ var model = __webpack_require__(1309);
+ model.paginators = __webpack_require__(1310).pagination;
+ model.waiters = __webpack_require__(1311).waiters;
return model;
},
enumerable: true,
@@ -64068,25 +64031,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1312 */
+/* 1309 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-12-01","endpointPrefix":"verifiedpermissions","jsonVersion":"1.0","protocol":"json","serviceFullName":"Amazon Verified Permissions","serviceId":"VerifiedPermissions","signatureVersion":"v4","signingName":"verifiedpermissions","targetPrefix":"VerifiedPermissions","uid":"verifiedpermissions-2021-12-01"},"operations":{"CreateIdentitySource":{"input":{"type":"structure","required":["policyStoreId","configuration"],"members":{"clientToken":{"idempotencyToken":true},"policyStoreId":{},"configuration":{"type":"structure","members":{"cognitoUserPoolConfiguration":{"type":"structure","required":["userPoolArn"],"members":{"userPoolArn":{},"clientIds":{"shape":"S7"}}}},"union":true},"principalEntityType":{"shape":"S9"}}},"output":{"type":"structure","required":["createdDate","identitySourceId","lastUpdatedDate","policyStoreId"],"members":{"createdDate":{"shape":"Sb"},"identitySourceId":{},"lastUpdatedDate":{"shape":"Sb"},"policyStoreId":{}}},"idempotent":true},"CreatePolicy":{"input":{"type":"structure","required":["policyStoreId","definition"],"members":{"clientToken":{"idempotencyToken":true},"policyStoreId":{},"definition":{"type":"structure","members":{"static":{"type":"structure","required":["statement"],"members":{"description":{"shape":"Sg"},"statement":{"shape":"Sh"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"}}}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","policyId","policyType","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"CreatePolicyStore":{"input":{"type":"structure","required":["validationSettings"],"members":{"clientToken":{"idempotencyToken":true},"validationSettings":{"shape":"Sr"}}},"output":{"type":"structure","required":["policyStoreId","arn","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"CreatePolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","statement"],"members":{"clientToken":{"idempotencyToken":true},"policyStoreId":{},"description":{"shape":"Sw"},"statement":{"shape":"Sh"}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"DeleteIdentitySource":{"input":{"type":"structure","required":["policyStoreId","identitySourceId"],"members":{"policyStoreId":{},"identitySourceId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePolicy":{"input":{"type":"structure","required":["policyStoreId","policyId"],"members":{"policyStoreId":{},"policyId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePolicyStore":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","policyTemplateId"],"members":{"policyStoreId":{},"policyTemplateId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetIdentitySource":{"input":{"type":"structure","required":["policyStoreId","identitySourceId"],"members":{"policyStoreId":{},"identitySourceId":{}}},"output":{"type":"structure","required":["createdDate","details","identitySourceId","lastUpdatedDate","policyStoreId","principalEntityType"],"members":{"createdDate":{"shape":"Sb"},"details":{"type":"structure","members":{"clientIds":{"shape":"S7"},"userPoolArn":{},"discoveryUrl":{},"openIdIssuer":{}}},"identitySourceId":{},"lastUpdatedDate":{"shape":"Sb"},"policyStoreId":{},"principalEntityType":{"shape":"S9"}}}},"GetPolicy":{"input":{"type":"structure","required":["policyStoreId","policyId"],"members":{"policyStoreId":{},"policyId":{}}},"output":{"type":"structure","required":["policyStoreId","policyId","policyType","definition","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"},"definition":{"type":"structure","members":{"static":{"type":"structure","required":["statement"],"members":{"description":{"shape":"Sg"},"statement":{"shape":"Sh"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"}}}},"union":true},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}},"GetPolicyStore":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{}}},"output":{"type":"structure","required":["policyStoreId","arn","validationSettings","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"validationSettings":{"shape":"Sr"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}},"GetPolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","policyTemplateId"],"members":{"policyStoreId":{},"policyTemplateId":{}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","statement","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"description":{"shape":"Sw"},"statement":{"shape":"Sh"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}},"GetSchema":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{}}},"output":{"type":"structure","required":["policyStoreId","schema","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"schema":{"shape":"S1m"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}},"IsAuthorized":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"principal":{"shape":"Sk"},"action":{"shape":"S1o"},"resource":{"shape":"Sk"},"context":{"shape":"S1r"},"entities":{"shape":"S20"}}},"output":{"type":"structure","required":["decision","determiningPolicies","errors"],"members":{"decision":{},"determiningPolicies":{"shape":"S27"},"errors":{"shape":"S29"}}}},"IsAuthorizedWithToken":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"identityToken":{"shape":"S2c"},"accessToken":{"shape":"S2c"},"action":{"shape":"S1o"},"resource":{"shape":"Sk"},"context":{"shape":"S1r"},"entities":{"shape":"S20"}}},"output":{"type":"structure","required":["decision","determiningPolicies","errors"],"members":{"decision":{},"determiningPolicies":{"shape":"S27"},"errors":{"shape":"S29"}}}},"ListIdentitySources":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"nextToken":{},"maxResults":{"type":"integer"},"filters":{"type":"list","member":{"type":"structure","members":{"principalEntityType":{"shape":"S9"}}}}}},"output":{"type":"structure","required":["identitySources"],"members":{"nextToken":{},"identitySources":{"type":"list","member":{"type":"structure","required":["createdDate","details","identitySourceId","lastUpdatedDate","policyStoreId","principalEntityType"],"members":{"createdDate":{"shape":"Sb"},"details":{"type":"structure","members":{"clientIds":{"shape":"S7"},"userPoolArn":{},"discoveryUrl":{},"openIdIssuer":{}}},"identitySourceId":{},"lastUpdatedDate":{"shape":"Sb"},"policyStoreId":{},"principalEntityType":{"shape":"S9"}}}}}}},"ListPolicies":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"principal":{"shape":"S2q"},"resource":{"shape":"S2q"},"policyType":{},"policyTemplateId":{}}}}},"output":{"type":"structure","required":["policies"],"members":{"nextToken":{},"policies":{"type":"list","member":{"type":"structure","required":["policyStoreId","policyId","policyType","definition","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"},"definition":{"type":"structure","members":{"static":{"type":"structure","members":{"description":{"shape":"Sg"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"}}}},"union":true},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}}}}},"ListPolicyStores":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["policyStores"],"members":{"nextToken":{},"policyStores":{"type":"list","member":{"type":"structure","required":["policyStoreId","arn","createdDate"],"members":{"policyStoreId":{},"arn":{},"createdDate":{"shape":"Sb"}}}}}}},"ListPolicyTemplates":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["policyTemplates"],"members":{"nextToken":{},"policyTemplates":{"type":"list","member":{"type":"structure","required":["policyStoreId","policyTemplateId","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"description":{"shape":"Sw"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}}}}}},"PutSchema":{"input":{"type":"structure","required":["policyStoreId","definition"],"members":{"policyStoreId":{},"definition":{"type":"structure","members":{"cedarJson":{"shape":"S1m"}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","namespaces","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"namespaces":{"type":"list","member":{"type":"string","sensitive":true}},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"UpdateIdentitySource":{"input":{"type":"structure","required":["policyStoreId","identitySourceId","updateConfiguration"],"members":{"policyStoreId":{},"identitySourceId":{},"updateConfiguration":{"type":"structure","members":{"cognitoUserPoolConfiguration":{"type":"structure","required":["userPoolArn"],"members":{"userPoolArn":{},"clientIds":{"shape":"S7"}}}},"union":true},"principalEntityType":{"shape":"S9"}}},"output":{"type":"structure","required":["createdDate","identitySourceId","lastUpdatedDate","policyStoreId"],"members":{"createdDate":{"shape":"Sb"},"identitySourceId":{},"lastUpdatedDate":{"shape":"Sb"},"policyStoreId":{}}},"idempotent":true},"UpdatePolicy":{"input":{"type":"structure","required":["policyStoreId","policyId","definition"],"members":{"policyStoreId":{},"policyId":{},"definition":{"type":"structure","members":{"static":{"type":"structure","required":["statement"],"members":{"description":{"shape":"Sg"},"statement":{"shape":"Sh"}}}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","policyId","policyType","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"Sk"},"resource":{"shape":"Sk"},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"UpdatePolicyStore":{"input":{"type":"structure","required":["policyStoreId","validationSettings"],"members":{"policyStoreId":{},"validationSettings":{"shape":"Sr"}}},"output":{"type":"structure","required":["policyStoreId","arn","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true},"UpdatePolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","policyTemplateId","statement"],"members":{"policyStoreId":{},"policyTemplateId":{},"description":{"shape":"Sw"},"statement":{"shape":"Sh"}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"createdDate":{"shape":"Sb"},"lastUpdatedDate":{"shape":"Sb"}}},"idempotent":true}},"shapes":{"S7":{"type":"list","member":{"type":"string","sensitive":true}},"S9":{"type":"string","sensitive":true},"Sb":{"type":"timestamp","timestampFormat":"iso8601"},"Sg":{"type":"string","sensitive":true},"Sh":{"type":"string","sensitive":true},"Sk":{"type":"structure","required":["entityType","entityId"],"members":{"entityType":{"type":"string","sensitive":true},"entityId":{"type":"string","sensitive":true}}},"Sr":{"type":"structure","required":["mode"],"members":{"mode":{}}},"Sw":{"type":"string","sensitive":true},"S1m":{"type":"string","sensitive":true},"S1o":{"type":"structure","required":["actionType","actionId"],"members":{"actionType":{"type":"string","sensitive":true},"actionId":{"type":"string","sensitive":true}}},"S1r":{"type":"structure","members":{"contextMap":{"type":"map","key":{},"value":{"shape":"S1u"}}},"union":true},"S1u":{"type":"structure","members":{"boolean":{"type":"boolean","sensitive":true},"entityIdentifier":{"shape":"Sk"},"long":{"type":"long","sensitive":true},"string":{"type":"string","sensitive":true},"set":{"type":"list","member":{"shape":"S1u"}},"record":{"type":"map","key":{},"value":{"shape":"S1u"}}},"union":true},"S20":{"type":"structure","members":{"entityList":{"type":"list","member":{"type":"structure","required":["identifier"],"members":{"identifier":{"shape":"Sk"},"attributes":{"type":"map","key":{},"value":{"shape":"S1u"}},"parents":{"type":"list","member":{"shape":"Sk"}}}}}},"union":true},"S27":{"type":"list","member":{"type":"structure","required":["policyId"],"members":{"policyId":{}}}},"S29":{"type":"list","member":{"type":"structure","required":["errorDescription"],"members":{"errorDescription":{}},"sensitive":true}},"S2c":{"type":"string","sensitive":true},"S2q":{"type":"structure","members":{"unspecified":{"type":"boolean"},"identifier":{"shape":"Sk"}},"union":true}}}
/***/ }),
-/* 1313 */
+/* 1310 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListIdentitySources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"identitySources"},"ListPolicies":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"policies"},"ListPolicyStores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"policyStores"},"ListPolicyTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"policyTemplates"}}}
/***/ }),
-/* 1314 */
+/* 1311 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1315 */
+/* 1312 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64098,9 +64061,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.AppFabric = Service.defineService('appfabric', ['2023-05-19']);
Object.defineProperty(apiLoader.services['appfabric'], '2023-05-19', {
get: function get() {
- var model = __webpack_require__(1316);
- model.paginators = __webpack_require__(1317).pagination;
- model.waiters = __webpack_require__(1318).waiters;
+ var model = __webpack_require__(1313);
+ model.paginators = __webpack_require__(1314).pagination;
+ model.waiters = __webpack_require__(1315).waiters;
return model;
},
enumerable: true,
@@ -64111,25 +64074,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1316 */
+/* 1313 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-05-19","endpointPrefix":"appfabric","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AppFabric","serviceId":"AppFabric","signatureVersion":"v4","signingName":"appfabric","uid":"appfabric-2023-05-19"},"operations":{"BatchGetUserAccessTasks":{"http":{"requestUri":"/useraccess/batchget","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","taskIdList"],"members":{"appBundleIdentifier":{},"taskIdList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"userAccessResultsList":{"type":"list","member":{"type":"structure","members":{"app":{},"tenantId":{},"tenantDisplayName":{},"taskId":{},"resultStatus":{},"email":{"shape":"Sc"},"userId":{"shape":"Sd"},"userFullName":{"shape":"Sd"},"userFirstName":{"shape":"Sd"},"userLastName":{"shape":"Sd"},"userStatus":{},"taskError":{"shape":"Sf"}}}}}}},"ConnectAppAuthorization":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","appAuthorizationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"appAuthorizationIdentifier":{"location":"uri","locationName":"appAuthorizationIdentifier"},"authRequest":{"type":"structure","required":["redirectUri","code"],"members":{"redirectUri":{},"code":{"shape":"Sd"}}}}},"output":{"type":"structure","required":["appAuthorizationSummary"],"members":{"appAuthorizationSummary":{"shape":"Sk"}}}},"CreateAppAuthorization":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations","responseCode":201},"input":{"type":"structure","required":["appBundleIdentifier","app","credential","tenant","authType"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"app":{},"credential":{"shape":"Sq"},"tenant":{"shape":"Sm"},"authType":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["appAuthorization"],"members":{"appAuthorization":{"shape":"Sz"}}},"idempotent":true},"CreateAppBundle":{"http":{"requestUri":"/appbundles","responseCode":201},"input":{"type":"structure","members":{"clientToken":{"idempotencyToken":true},"customerManagedKeyIdentifier":{},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["appBundle"],"members":{"appBundle":{"shape":"S13"}}},"idempotent":true},"CreateIngestion":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/ingestions","responseCode":201},"input":{"type":"structure","required":["appBundleIdentifier","app","tenantId","ingestionType"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"app":{},"tenantId":{},"ingestionType":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["ingestion"],"members":{"ingestion":{"shape":"S17"}}},"idempotent":true},"CreateIngestionDestination":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations","responseCode":201},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier","processingConfiguration","destinationConfiguration"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"processingConfiguration":{"shape":"S1a"},"destinationConfiguration":{"shape":"S1e"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["ingestionDestination"],"members":{"ingestionDestination":{"shape":"S1n"}}},"idempotent":true},"DeleteAppAuthorization":{"http":{"method":"DELETE","requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}","responseCode":204},"input":{"type":"structure","required":["appBundleIdentifier","appAuthorizationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"appAuthorizationIdentifier":{"location":"uri","locationName":"appAuthorizationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAppBundle":{"http":{"method":"DELETE","requestUri":"/appbundles/{appBundleIdentifier}","responseCode":204},"input":{"type":"structure","required":["appBundleIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIngestion":{"http":{"method":"DELETE","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}","responseCode":204},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIngestionDestination":{"http":{"method":"DELETE","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}","responseCode":204},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier","ingestionDestinationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"ingestionDestinationIdentifier":{"location":"uri","locationName":"ingestionDestinationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAppAuthorization":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","appAuthorizationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"appAuthorizationIdentifier":{"location":"uri","locationName":"appAuthorizationIdentifier"}}},"output":{"type":"structure","required":["appAuthorization"],"members":{"appAuthorization":{"shape":"Sz"}}}},"GetAppBundle":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"}}},"output":{"type":"structure","required":["appBundle"],"members":{"appBundle":{"shape":"S13"}}}},"GetIngestion":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"}}},"output":{"type":"structure","required":["ingestion"],"members":{"ingestion":{"shape":"S17"}}}},"GetIngestionDestination":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier","ingestionDestinationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"ingestionDestinationIdentifier":{"location":"uri","locationName":"ingestionDestinationIdentifier"}}},"output":{"type":"structure","required":["ingestionDestination"],"members":{"ingestionDestination":{"shape":"S1n"}}}},"ListAppAuthorizations":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["appAuthorizationSummaryList"],"members":{"appAuthorizationSummaryList":{"type":"list","member":{"shape":"Sk"}},"nextToken":{}}}},"ListAppBundles":{"http":{"method":"GET","requestUri":"/appbundles","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["appBundleSummaryList"],"members":{"appBundleSummaryList":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"nextToken":{}}}},"ListIngestionDestinations":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["ingestionDestinations"],"members":{"ingestionDestinations":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"nextToken":{}}}},"ListIngestions":{"http":{"method":"GET","requestUri":"/appbundles/{appBundleIdentifier}/ingestions","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["ingestions"],"members":{"ingestions":{"type":"list","member":{"type":"structure","required":["arn","app","tenantId","state"],"members":{"arn":{},"app":{},"tenantId":{},"state":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Su"}}}},"StartIngestion":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start","responseCode":200},"input":{"type":"structure","required":["ingestionIdentifier","appBundleIdentifier"],"members":{"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"}}},"output":{"type":"structure","members":{}}},"StartUserAccessTasks":{"http":{"requestUri":"/useraccess/start","responseCode":201},"input":{"type":"structure","required":["appBundleIdentifier","email"],"members":{"appBundleIdentifier":{},"email":{"shape":"Sc"}}},"output":{"type":"structure","members":{"userAccessTasksList":{"type":"list","member":{"type":"structure","required":["app","tenantId"],"members":{"app":{},"tenantId":{},"taskId":{},"error":{"shape":"Sf"}}}}}}},"StopIngestion":{"http":{"requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["ingestionIdentifier","appBundleIdentifier"],"members":{"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Su"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAppAuthorization":{"http":{"method":"PATCH","requestUri":"/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","appAuthorizationIdentifier"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"appAuthorizationIdentifier":{"location":"uri","locationName":"appAuthorizationIdentifier"},"credential":{"shape":"Sq"},"tenant":{"shape":"Sm"}}},"output":{"type":"structure","required":["appAuthorization"],"members":{"appAuthorization":{"shape":"Sz"}}}},"UpdateIngestionDestination":{"http":{"method":"PATCH","requestUri":"/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}","responseCode":200},"input":{"type":"structure","required":["appBundleIdentifier","ingestionIdentifier","ingestionDestinationIdentifier","destinationConfiguration"],"members":{"appBundleIdentifier":{"location":"uri","locationName":"appBundleIdentifier"},"ingestionIdentifier":{"location":"uri","locationName":"ingestionIdentifier"},"ingestionDestinationIdentifier":{"location":"uri","locationName":"ingestionDestinationIdentifier"},"destinationConfiguration":{"shape":"S1e"}}},"output":{"type":"structure","required":["ingestionDestination"],"members":{"ingestionDestination":{"shape":"S1n"}}}}},"shapes":{"Sc":{"type":"string","sensitive":true},"Sd":{"type":"string","sensitive":true},"Sf":{"type":"structure","members":{"errorCode":{},"errorMessage":{}}},"Sk":{"type":"structure","required":["appAuthorizationArn","appBundleArn","app","tenant","status","updatedAt"],"members":{"appAuthorizationArn":{},"appBundleArn":{},"app":{},"tenant":{"shape":"Sm"},"status":{},"updatedAt":{"shape":"So"}}},"Sm":{"type":"structure","required":["tenantIdentifier","tenantDisplayName"],"members":{"tenantIdentifier":{},"tenantDisplayName":{}}},"So":{"type":"timestamp","timestampFormat":"iso8601"},"Sq":{"type":"structure","members":{"oauth2Credential":{"type":"structure","required":["clientId","clientSecret"],"members":{"clientId":{},"clientSecret":{"shape":"Sd"}}},"apiKeyCredential":{"type":"structure","required":["apiKey"],"members":{"apiKey":{"shape":"Sd"}}}},"union":true},"Su":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sz":{"type":"structure","required":["appAuthorizationArn","appBundleArn","app","tenant","authType","status","createdAt","updatedAt"],"members":{"appAuthorizationArn":{},"appBundleArn":{},"app":{},"tenant":{"shape":"Sm"},"authType":{},"status":{},"createdAt":{"shape":"So"},"updatedAt":{"shape":"So"},"persona":{},"authUrl":{}}},"S13":{"type":"structure","required":["arn"],"members":{"arn":{},"customerManagedKeyArn":{}}},"S17":{"type":"structure","required":["arn","appBundleArn","app","tenantId","createdAt","updatedAt","state","ingestionType"],"members":{"arn":{},"appBundleArn":{},"app":{},"tenantId":{},"createdAt":{"shape":"So"},"updatedAt":{"shape":"So"},"state":{},"ingestionType":{}}},"S1a":{"type":"structure","members":{"auditLog":{"type":"structure","required":["schema","format"],"members":{"schema":{},"format":{}}}},"union":true},"S1e":{"type":"structure","members":{"auditLog":{"type":"structure","required":["destination"],"members":{"destination":{"type":"structure","members":{"s3Bucket":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"prefix":{}}},"firehoseStream":{"type":"structure","required":["streamName"],"members":{"streamName":{}}}},"union":true}}}},"union":true},"S1n":{"type":"structure","required":["arn","ingestionArn","processingConfiguration","destinationConfiguration"],"members":{"arn":{},"ingestionArn":{},"processingConfiguration":{"shape":"S1a"},"destinationConfiguration":{"shape":"S1e"},"status":{},"statusReason":{},"createdAt":{"shape":"So"},"updatedAt":{"shape":"So"}}}}}
/***/ }),
-/* 1317 */
+/* 1314 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAppAuthorizations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"appAuthorizationSummaryList"},"ListAppBundles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"appBundleSummaryList"},"ListIngestionDestinations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"ingestionDestinations"},"ListIngestions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"ingestions"}}}
/***/ }),
-/* 1318 */
+/* 1315 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1319 */
+/* 1316 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64141,9 +64104,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MedicalImaging = Service.defineService('medicalimaging', ['2023-07-19']);
Object.defineProperty(apiLoader.services['medicalimaging'], '2023-07-19', {
get: function get() {
- var model = __webpack_require__(1320);
- model.paginators = __webpack_require__(1321).pagination;
- model.waiters = __webpack_require__(1322).waiters;
+ var model = __webpack_require__(1317);
+ model.paginators = __webpack_require__(1318).pagination;
+ model.waiters = __webpack_require__(1319).waiters;
return model;
},
enumerable: true,
@@ -64154,25 +64117,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1320 */
+/* 1317 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-07-19","endpointPrefix":"medical-imaging","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Health Imaging","serviceId":"Medical Imaging","signatureVersion":"v4","signingName":"medical-imaging","uid":"medical-imaging-2023-07-19"},"operations":{"CopyImageSet":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet","responseCode":200},"input":{"type":"structure","required":["datastoreId","sourceImageSetId","copyImageSetInformation"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"sourceImageSetId":{"location":"uri","locationName":"sourceImageSetId"},"copyImageSetInformation":{"type":"structure","required":["sourceImageSet"],"members":{"sourceImageSet":{"type":"structure","required":["latestVersionId"],"members":{"latestVersionId":{}}},"destinationImageSet":{"type":"structure","required":["imageSetId","latestVersionId"],"members":{"imageSetId":{},"latestVersionId":{}}}}}},"payload":"copyImageSetInformation"},"output":{"type":"structure","required":["datastoreId","sourceImageSetProperties","destinationImageSetProperties"],"members":{"datastoreId":{},"sourceImageSetProperties":{"type":"structure","required":["imageSetId","latestVersionId"],"members":{"imageSetId":{},"latestVersionId":{},"imageSetState":{},"imageSetWorkflowStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"imageSetArn":{}}},"destinationImageSetProperties":{"type":"structure","required":["imageSetId","latestVersionId"],"members":{"imageSetId":{},"latestVersionId":{},"imageSetState":{},"imageSetWorkflowStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"imageSetArn":{}}}}},"endpoint":{"hostPrefix":"runtime-"}},"CreateDatastore":{"http":{"requestUri":"/datastore","responseCode":200},"input":{"type":"structure","required":["clientToken"],"members":{"datastoreName":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Si"},"kmsKeyArn":{}}},"output":{"type":"structure","required":["datastoreId","datastoreStatus"],"members":{"datastoreId":{},"datastoreStatus":{}}},"idempotent":true},"DeleteDatastore":{"http":{"method":"DELETE","requestUri":"/datastore/{datastoreId}","responseCode":200},"input":{"type":"structure","required":["datastoreId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"}}},"output":{"type":"structure","required":["datastoreId","datastoreStatus"],"members":{"datastoreId":{},"datastoreStatus":{}}},"idempotent":true},"DeleteImageSet":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"}}},"output":{"type":"structure","required":["datastoreId","imageSetId","imageSetState","imageSetWorkflowStatus"],"members":{"datastoreId":{},"imageSetId":{},"imageSetState":{},"imageSetWorkflowStatus":{}}},"endpoint":{"hostPrefix":"runtime-"},"idempotent":true},"GetDICOMImportJob":{"http":{"method":"GET","requestUri":"/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}","responseCode":200},"input":{"type":"structure","required":["datastoreId","jobId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["jobProperties"],"members":{"jobProperties":{"type":"structure","required":["jobId","jobName","jobStatus","datastoreId","dataAccessRoleArn","inputS3Uri","outputS3Uri"],"members":{"jobId":{},"jobName":{},"jobStatus":{},"datastoreId":{},"dataAccessRoleArn":{},"endedAt":{"type":"timestamp"},"submittedAt":{"type":"timestamp"},"inputS3Uri":{},"outputS3Uri":{},"message":{}}}}}},"GetDatastore":{"http":{"method":"GET","requestUri":"/datastore/{datastoreId}","responseCode":200},"input":{"type":"structure","required":["datastoreId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"}}},"output":{"type":"structure","required":["datastoreProperties"],"members":{"datastoreProperties":{"type":"structure","required":["datastoreId","datastoreName","datastoreStatus"],"members":{"datastoreId":{},"datastoreName":{},"datastoreStatus":{},"kmsKeyArn":{},"datastoreArn":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}}}},"GetImageFrame":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId","imageFrameInformation"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"},"imageFrameInformation":{"type":"structure","required":["imageFrameId"],"members":{"imageFrameId":{}}}},"payload":"imageFrameInformation"},"output":{"type":"structure","required":["imageFrameBlob"],"members":{"imageFrameBlob":{"type":"blob","streaming":true},"contentType":{"location":"header","locationName":"Content-Type"}},"payload":"imageFrameBlob"},"endpoint":{"hostPrefix":"runtime-"}},"GetImageSet":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"},"versionId":{"location":"querystring","locationName":"version"}}},"output":{"type":"structure","required":["datastoreId","imageSetId","versionId","imageSetState"],"members":{"datastoreId":{},"imageSetId":{},"versionId":{},"imageSetState":{},"imageSetWorkflowStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"deletedAt":{"type":"timestamp"},"message":{},"imageSetArn":{}}},"endpoint":{"hostPrefix":"runtime-"}},"GetImageSetMetadata":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"},"versionId":{"location":"querystring","locationName":"version"}}},"output":{"type":"structure","required":["imageSetMetadataBlob"],"members":{"imageSetMetadataBlob":{"type":"blob","streaming":true},"contentType":{"location":"header","locationName":"Content-Type"},"contentEncoding":{"location":"header","locationName":"Content-Encoding"}},"payload":"imageSetMetadataBlob"},"endpoint":{"hostPrefix":"runtime-"}},"ListDICOMImportJobs":{"http":{"method":"GET","requestUri":"/listDICOMImportJobs/datastore/{datastoreId}","responseCode":200},"input":{"type":"structure","required":["datastoreId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"jobStatus":{"location":"querystring","locationName":"jobStatus"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["jobSummaries"],"members":{"jobSummaries":{"type":"list","member":{"type":"structure","required":["jobId","jobName","jobStatus","datastoreId"],"members":{"jobId":{},"jobName":{},"jobStatus":{},"datastoreId":{},"dataAccessRoleArn":{},"endedAt":{"type":"timestamp"},"submittedAt":{"type":"timestamp"},"message":{}}}},"nextToken":{}}}},"ListDatastores":{"http":{"method":"GET","requestUri":"/datastore","responseCode":200},"input":{"type":"structure","members":{"datastoreStatus":{"location":"querystring","locationName":"datastoreStatus"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"datastoreSummaries":{"type":"list","member":{"type":"structure","required":["datastoreId","datastoreName","datastoreStatus"],"members":{"datastoreId":{},"datastoreName":{},"datastoreStatus":{},"datastoreArn":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListImageSetVersions":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["imageSetPropertiesList"],"members":{"imageSetPropertiesList":{"type":"list","member":{"type":"structure","required":["imageSetId","versionId","imageSetState"],"members":{"imageSetId":{},"versionId":{},"imageSetState":{},"ImageSetWorkflowStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"deletedAt":{"type":"timestamp"},"message":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"runtime-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Si"}}}},"SearchImageSets":{"http":{"requestUri":"/datastore/{datastoreId}/searchImageSets","responseCode":200},"input":{"type":"structure","required":["datastoreId"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"searchCriteria":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["values","operator"],"members":{"values":{"type":"list","member":{"type":"structure","members":{"DICOMPatientId":{"shape":"S23"},"DICOMAccessionNumber":{"shape":"S24"},"DICOMStudyId":{"shape":"S25"},"DICOMStudyInstanceUID":{"shape":"S26"},"createdAt":{"type":"timestamp"},"DICOMStudyDateAndTime":{"type":"structure","required":["DICOMStudyDate"],"members":{"DICOMStudyDate":{"shape":"S28"},"DICOMStudyTime":{"shape":"S29"}}}},"union":true}},"operator":{}}}}},"sensitive":true},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}},"payload":"searchCriteria"},"output":{"type":"structure","required":["imageSetsMetadataSummaries"],"members":{"imageSetsMetadataSummaries":{"type":"list","member":{"type":"structure","required":["imageSetId"],"members":{"imageSetId":{},"version":{"type":"integer"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"DICOMTags":{"type":"structure","members":{"DICOMPatientId":{"shape":"S23"},"DICOMPatientName":{"type":"string","sensitive":true},"DICOMPatientBirthDate":{"type":"string","sensitive":true},"DICOMPatientSex":{"type":"string","sensitive":true},"DICOMStudyInstanceUID":{"shape":"S26"},"DICOMStudyId":{"shape":"S25"},"DICOMStudyDescription":{"type":"string","sensitive":true},"DICOMNumberOfStudyRelatedSeries":{"type":"integer"},"DICOMNumberOfStudyRelatedInstances":{"type":"integer"},"DICOMAccessionNumber":{"shape":"S24"},"DICOMStudyDate":{"shape":"S28"},"DICOMStudyTime":{"shape":"S29"}}}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"runtime-"}},"StartDICOMImportJob":{"http":{"requestUri":"/startDICOMImportJob/datastore/{datastoreId}","responseCode":200},"input":{"type":"structure","required":["dataAccessRoleArn","clientToken","datastoreId","inputS3Uri","outputS3Uri"],"members":{"jobName":{},"dataAccessRoleArn":{},"clientToken":{"idempotencyToken":true},"datastoreId":{"location":"uri","locationName":"datastoreId"},"inputS3Uri":{},"outputS3Uri":{}}},"output":{"type":"structure","required":["datastoreId","jobId","jobStatus","submittedAt"],"members":{"datastoreId":{},"jobId":{},"jobStatus":{},"submittedAt":{"type":"timestamp"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateImageSetMetadata":{"http":{"requestUri":"/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata","responseCode":200},"input":{"type":"structure","required":["datastoreId","imageSetId","latestVersionId","updateImageSetMetadataUpdates"],"members":{"datastoreId":{"location":"uri","locationName":"datastoreId"},"imageSetId":{"location":"uri","locationName":"imageSetId"},"latestVersionId":{"location":"querystring","locationName":"latestVersion"},"updateImageSetMetadataUpdates":{"type":"structure","members":{"DICOMUpdates":{"type":"structure","members":{"removableAttributes":{"shape":"S2x"},"updatableAttributes":{"shape":"S2x"}}}},"union":true}},"payload":"updateImageSetMetadataUpdates"},"output":{"type":"structure","required":["datastoreId","imageSetId","latestVersionId","imageSetState"],"members":{"datastoreId":{},"imageSetId":{},"latestVersionId":{},"imageSetState":{},"imageSetWorkflowStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"message":{}}},"endpoint":{"hostPrefix":"runtime-"}}},"shapes":{"Si":{"type":"map","key":{},"value":{}},"S23":{"type":"string","sensitive":true},"S24":{"type":"string","sensitive":true},"S25":{"type":"string","sensitive":true},"S26":{"type":"string","sensitive":true},"S28":{"type":"string","sensitive":true},"S29":{"type":"string","sensitive":true},"S2x":{"type":"blob","sensitive":true}}}
/***/ }),
-/* 1321 */
+/* 1318 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDICOMImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobSummaries"},"ListDatastores":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"datastoreSummaries"},"ListImageSetVersions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"imageSetPropertiesList"},"SearchImageSets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"imageSetsMetadataSummaries"}}}
/***/ }),
-/* 1322 */
+/* 1319 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1323 */
+/* 1320 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64184,8 +64147,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.EntityResolution = Service.defineService('entityresolution', ['2018-05-10']);
Object.defineProperty(apiLoader.services['entityresolution'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1324);
- model.paginators = __webpack_require__(1325).pagination;
+ var model = __webpack_require__(1321);
+ model.paginators = __webpack_require__(1322).pagination;
return model;
},
enumerable: true,
@@ -64196,19 +64159,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1324 */
+/* 1321 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"entityresolution","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"AWSEntityResolution","serviceFullName":"AWS EntityResolution","serviceId":"EntityResolution","signatureVersion":"v4","signingName":"entityresolution","uid":"entityresolution-2018-05-10"},"operations":{"CreateIdMappingWorkflow":{"http":{"requestUri":"/idmappingworkflows","responseCode":200},"input":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","outputSourceConfig","roleArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"S3"},"inputSourceConfig":{"shape":"Sa"},"outputSourceConfig":{"shape":"Se"},"roleArn":{},"tags":{"shape":"Si"},"workflowName":{}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","outputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"S3"},"inputSourceConfig":{"shape":"Sa"},"outputSourceConfig":{"shape":"Se"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateMatchingWorkflow":{"http":{"requestUri":"/matchingworkflows","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"So"},"inputSourceConfig":{"shape":"Sq"},"outputSourceConfig":{"shape":"Su"},"resolutionTechniques":{"shape":"Sz"},"roleArn":{},"tags":{"shape":"Si"},"workflowName":{}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"So"},"inputSourceConfig":{"shape":"Sq"},"outputSourceConfig":{"shape":"Su"},"resolutionTechniques":{"shape":"Sz"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateSchemaMapping":{"http":{"requestUri":"/schemas","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1b"},"schemaName":{},"tags":{"shape":"Si"}}},"output":{"type":"structure","required":["description","mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1b"},"schemaArn":{},"schemaName":{}}}},"DeleteIdMappingWorkflow":{"http":{"method":"DELETE","requestUri":"/idmappingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["message"],"members":{"message":{}}},"idempotent":true},"DeleteMatchingWorkflow":{"http":{"method":"DELETE","requestUri":"/matchingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["message"],"members":{"message":{}}},"idempotent":true},"DeleteSchemaMapping":{"http":{"method":"DELETE","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["schemaName"],"members":{"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["message"],"members":{"message":{}}},"idempotent":true},"GetIdMappingJob":{"http":{"method":"GET","requestUri":"/idmappingworkflows/{workflowName}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId","workflowName"],"members":{"jobId":{"location":"uri","locationName":"jobId"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"errorDetails":{"shape":"S1q"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"startTime":{"type":"timestamp"},"status":{}}}},"GetIdMappingWorkflow":{"http":{"method":"GET","requestUri":"/idmappingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["createdAt","idMappingTechniques","inputSourceConfig","outputSourceConfig","roleArn","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingTechniques":{"shape":"S3"},"inputSourceConfig":{"shape":"Sa"},"outputSourceConfig":{"shape":"Se"},"roleArn":{},"tags":{"shape":"Si"},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}},"GetMatchId":{"http":{"requestUri":"/matchingworkflows/{workflowName}/matches","responseCode":200},"input":{"type":"structure","required":["record","workflowName"],"members":{"record":{"type":"map","key":{},"value":{},"sensitive":true},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","members":{"matchId":{}}}},"GetMatchingJob":{"http":{"method":"GET","requestUri":"/matchingworkflows/{workflowName}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId","workflowName"],"members":{"jobId":{"location":"uri","locationName":"jobId"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"errorDetails":{"shape":"S1q"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"matchIDs":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"startTime":{"type":"timestamp"},"status":{}}}},"GetMatchingWorkflow":{"http":{"method":"GET","requestUri":"/matchingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["createdAt","inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"description":{},"incrementalRunConfig":{"shape":"So"},"inputSourceConfig":{"shape":"Sq"},"outputSourceConfig":{"shape":"Su"},"resolutionTechniques":{"shape":"Sz"},"roleArn":{},"tags":{"shape":"Si"},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}},"GetProviderService":{"http":{"method":"GET","requestUri":"/providerservices/{providerName}/{providerServiceName}","responseCode":200},"input":{"type":"structure","required":["providerName","providerServiceName"],"members":{"providerName":{"location":"uri","locationName":"providerName"},"providerServiceName":{"location":"uri","locationName":"providerServiceName"}}},"output":{"type":"structure","required":["anonymizedOutput","providerEndpointConfiguration","providerEntityOutputDefinition","providerName","providerServiceArn","providerServiceDisplayName","providerServiceName","providerServiceType"],"members":{"anonymizedOutput":{"type":"boolean"},"providerConfigurationDefinition":{"shape":"S8"},"providerEndpointConfiguration":{"type":"structure","members":{"marketplaceConfiguration":{"type":"structure","required":["assetId","dataSetId","listingId","revisionId"],"members":{"assetId":{},"dataSetId":{},"listingId":{},"revisionId":{}}}},"union":true},"providerEntityOutputDefinition":{"shape":"S8"},"providerIntermediateDataAccessConfiguration":{"type":"structure","members":{"awsAccountIds":{"type":"list","member":{}},"requiredBucketActions":{"type":"list","member":{}}}},"providerName":{},"providerServiceArn":{},"providerServiceDisplayName":{},"providerServiceName":{},"providerServiceType":{}}}},"GetSchemaMapping":{"http":{"method":"GET","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["schemaName"],"members":{"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["createdAt","hasWorkflows","mappedInputFields","schemaArn","schemaName","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"hasWorkflows":{"type":"boolean"},"mappedInputFields":{"shape":"S1b"},"schemaArn":{},"schemaName":{},"tags":{"shape":"Si"},"updatedAt":{"type":"timestamp"}}}},"ListIdMappingJobs":{"http":{"method":"GET","requestUri":"/idmappingworkflows/{workflowName}/jobs","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","members":{"jobs":{"shape":"S2n"},"nextToken":{}}}},"ListIdMappingWorkflows":{"http":{"method":"GET","requestUri":"/idmappingworkflows","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"workflowSummaries":{"type":"list","member":{"type":"structure","required":["createdAt","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}}}}},"ListMatchingJobs":{"http":{"method":"GET","requestUri":"/matchingworkflows/{workflowName}/jobs","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","members":{"jobs":{"shape":"S2n"},"nextToken":{}}}},"ListMatchingWorkflows":{"http":{"method":"GET","requestUri":"/matchingworkflows","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"workflowSummaries":{"type":"list","member":{"type":"structure","required":["createdAt","resolutionType","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"resolutionType":{},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}}}}},"ListProviderServices":{"http":{"method":"GET","requestUri":"/providerservices","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"providerName":{"location":"querystring","locationName":"providerName"}}},"output":{"type":"structure","members":{"nextToken":{},"providerServiceSummaries":{"type":"list","member":{"type":"structure","required":["providerName","providerServiceArn","providerServiceDisplayName","providerServiceName","providerServiceType"],"members":{"providerName":{},"providerServiceArn":{},"providerServiceDisplayName":{},"providerServiceName":{},"providerServiceType":{}}}}}}},"ListSchemaMappings":{"http":{"method":"GET","requestUri":"/schemas","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"schemaList":{"type":"list","member":{"type":"structure","required":["createdAt","hasWorkflows","schemaArn","schemaName","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"hasWorkflows":{"type":"boolean"},"schemaArn":{},"schemaName":{},"updatedAt":{"type":"timestamp"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Si"}}}},"StartIdMappingJob":{"http":{"requestUri":"/idmappingworkflows/{workflowName}/jobs","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}}},"StartMatchingJob":{"http":{"requestUri":"/matchingworkflows/{workflowName}/jobs","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateIdMappingWorkflow":{"http":{"method":"PUT","requestUri":"/idmappingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","outputSourceConfig","roleArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"S3"},"inputSourceConfig":{"shape":"Sa"},"outputSourceConfig":{"shape":"Se"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","outputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"S3"},"inputSourceConfig":{"shape":"Sa"},"outputSourceConfig":{"shape":"Se"},"roleArn":{},"workflowArn":{},"workflowName":{}}},"idempotent":true},"UpdateMatchingWorkflow":{"http":{"method":"PUT","requestUri":"/matchingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"So"},"inputSourceConfig":{"shape":"Sq"},"outputSourceConfig":{"shape":"Su"},"resolutionTechniques":{"shape":"Sz"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"So"},"inputSourceConfig":{"shape":"Sq"},"outputSourceConfig":{"shape":"Su"},"resolutionTechniques":{"shape":"Sz"},"roleArn":{},"workflowName":{}}},"idempotent":true},"UpdateSchemaMapping":{"http":{"method":"PUT","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1b"},"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1b"},"schemaArn":{},"schemaName":{}}},"idempotent":true}},"shapes":{"S3":{"type":"structure","required":["idMappingType","providerProperties"],"members":{"idMappingType":{},"providerProperties":{"shape":"S5"}}},"S5":{"type":"structure","required":["providerServiceArn"],"members":{"intermediateSourceConfiguration":{"type":"structure","required":["intermediateS3Path"],"members":{"intermediateS3Path":{}}},"providerConfiguration":{"shape":"S8"},"providerServiceArn":{}}},"S8":{"type":"structure","members":{},"document":true},"Sa":{"type":"list","member":{"type":"structure","required":["inputSourceARN","schemaName"],"members":{"inputSourceARN":{},"schemaName":{}}}},"Se":{"type":"list","member":{"type":"structure","required":["outputS3Path"],"members":{"KMSArn":{},"outputS3Path":{}}}},"Si":{"type":"map","key":{},"value":{}},"So":{"type":"structure","members":{"incrementalRunType":{}}},"Sq":{"type":"list","member":{"type":"structure","required":["inputSourceARN","schemaName"],"members":{"applyNormalization":{"type":"boolean"},"inputSourceARN":{},"schemaName":{}}}},"Su":{"type":"list","member":{"type":"structure","required":["output","outputS3Path"],"members":{"KMSArn":{},"applyNormalization":{"type":"boolean"},"output":{"type":"list","member":{"type":"structure","required":["name"],"members":{"hashed":{"type":"boolean"},"name":{}}}},"outputS3Path":{}}}},"Sz":{"type":"structure","required":["resolutionType"],"members":{"providerProperties":{"shape":"S5"},"resolutionType":{},"ruleBasedProperties":{"type":"structure","required":["attributeMatchingModel","rules"],"members":{"attributeMatchingModel":{},"rules":{"type":"list","member":{"type":"structure","required":["matchingKeys","ruleName"],"members":{"matchingKeys":{"type":"list","member":{}},"ruleName":{}}}}}}}},"S1b":{"type":"list","member":{"type":"structure","required":["fieldName","type"],"members":{"fieldName":{},"groupName":{},"matchKey":{},"subType":{},"type":{}}}},"S1q":{"type":"structure","members":{"errorMessage":{}}},"S2n":{"type":"list","member":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"jobId":{},"startTime":{"type":"timestamp"},"status":{}}}}}}
/***/ }),
-/* 1325 */
+/* 1322 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListIdMappingJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobs"},"ListIdMappingWorkflows":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workflowSummaries"},"ListMatchingJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobs"},"ListMatchingWorkflows":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workflowSummaries"},"ListProviderServices":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"providerServiceSummaries"},"ListSchemaMappings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaList"}}}
/***/ }),
-/* 1326 */
+/* 1323 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64220,9 +64183,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ManagedBlockchainQuery = Service.defineService('managedblockchainquery', ['2023-05-04']);
Object.defineProperty(apiLoader.services['managedblockchainquery'], '2023-05-04', {
get: function get() {
- var model = __webpack_require__(1327);
- model.paginators = __webpack_require__(1328).pagination;
- model.waiters = __webpack_require__(1329).waiters;
+ var model = __webpack_require__(1324);
+ model.paginators = __webpack_require__(1325).pagination;
+ model.waiters = __webpack_require__(1326).waiters;
return model;
},
enumerable: true,
@@ -64233,25 +64196,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1327 */
+/* 1324 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-05-04","endpointPrefix":"managedblockchain-query","jsonVersion":"1.1","protocol":"rest-json","ripServiceName":"chainquery","serviceFullName":"Amazon Managed Blockchain Query","serviceId":"ManagedBlockchain Query","signatureVersion":"v4","signingName":"managedblockchain-query","uid":"managedblockchain-query-2023-05-04"},"operations":{"BatchGetTokenBalance":{"http":{"requestUri":"/batch-get-token-balance","responseCode":200},"input":{"type":"structure","members":{"getTokenBalanceInputs":{"type":"list","member":{"type":"structure","required":["tokenIdentifier","ownerIdentifier"],"members":{"tokenIdentifier":{"shape":"S4"},"ownerIdentifier":{"shape":"S8"},"atBlockchainInstant":{"shape":"S9"}}}}}},"output":{"type":"structure","required":["tokenBalances","errors"],"members":{"tokenBalances":{"type":"list","member":{"type":"structure","required":["balance","atBlockchainInstant"],"members":{"ownerIdentifier":{"shape":"S8"},"tokenIdentifier":{"shape":"S4"},"balance":{},"atBlockchainInstant":{"shape":"S9"},"lastUpdatedTime":{"shape":"S9"}}}},"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","errorType"],"members":{"tokenIdentifier":{"shape":"S4"},"ownerIdentifier":{"shape":"S8"},"atBlockchainInstant":{"shape":"S9"},"errorCode":{},"errorMessage":{},"errorType":{}}}}}}},"GetAssetContract":{"http":{"requestUri":"/get-asset-contract","responseCode":200},"input":{"type":"structure","required":["contractIdentifier"],"members":{"contractIdentifier":{"shape":"Sj"}}},"output":{"type":"structure","required":["contractIdentifier","tokenStandard","deployerAddress"],"members":{"contractIdentifier":{"shape":"Sj"},"tokenStandard":{},"deployerAddress":{},"metadata":{"type":"structure","members":{"name":{},"symbol":{},"decimals":{"type":"integer"}}}}}},"GetTokenBalance":{"http":{"requestUri":"/get-token-balance","responseCode":200},"input":{"type":"structure","required":["tokenIdentifier","ownerIdentifier"],"members":{"tokenIdentifier":{"shape":"S4"},"ownerIdentifier":{"shape":"S8"},"atBlockchainInstant":{"shape":"S9"}}},"output":{"type":"structure","required":["balance","atBlockchainInstant"],"members":{"ownerIdentifier":{"shape":"S8"},"tokenIdentifier":{"shape":"S4"},"balance":{},"atBlockchainInstant":{"shape":"S9"},"lastUpdatedTime":{"shape":"S9"}}}},"GetTransaction":{"http":{"requestUri":"/get-transaction","responseCode":200},"input":{"type":"structure","required":["transactionHash","network"],"members":{"transactionHash":{},"network":{}}},"output":{"type":"structure","required":["transaction"],"members":{"transaction":{"type":"structure","required":["network","transactionHash","transactionTimestamp","transactionIndex","numberOfTransactions","status","to"],"members":{"network":{},"blockHash":{},"transactionHash":{},"blockNumber":{},"transactionTimestamp":{"type":"timestamp"},"transactionIndex":{"type":"long"},"numberOfTransactions":{"type":"long"},"status":{},"to":{},"from":{},"contractAddress":{},"gasUsed":{},"cumulativeGasUsed":{},"effectiveGasPrice":{},"signatureV":{"type":"integer"},"signatureR":{},"signatureS":{},"transactionFee":{},"transactionId":{}}}}}},"ListAssetContracts":{"http":{"requestUri":"/list-asset-contracts","responseCode":200},"input":{"type":"structure","required":["contractFilter"],"members":{"contractFilter":{"type":"structure","required":["network","tokenStandard","deployerAddress"],"members":{"network":{},"tokenStandard":{},"deployerAddress":{}}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["contracts"],"members":{"contracts":{"type":"list","member":{"type":"structure","required":["contractIdentifier","tokenStandard","deployerAddress"],"members":{"contractIdentifier":{"shape":"Sj"},"tokenStandard":{},"deployerAddress":{}}}},"nextToken":{}}}},"ListTokenBalances":{"http":{"requestUri":"/list-token-balances","responseCode":200},"input":{"type":"structure","required":["tokenFilter"],"members":{"ownerFilter":{"type":"structure","required":["address"],"members":{"address":{}}},"tokenFilter":{"type":"structure","required":["network"],"members":{"network":{},"contractAddress":{},"tokenId":{}}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["tokenBalances"],"members":{"tokenBalances":{"type":"list","member":{"type":"structure","required":["balance","atBlockchainInstant"],"members":{"ownerIdentifier":{"shape":"S8"},"tokenIdentifier":{"shape":"S4"},"balance":{},"atBlockchainInstant":{"shape":"S9"},"lastUpdatedTime":{"shape":"S9"}}}},"nextToken":{}}}},"ListTransactionEvents":{"http":{"requestUri":"/list-transaction-events","responseCode":200},"input":{"type":"structure","required":["transactionHash","network"],"members":{"transactionHash":{},"network":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["events"],"members":{"events":{"type":"list","member":{"type":"structure","required":["network","transactionHash","eventType"],"members":{"network":{},"transactionHash":{},"eventType":{},"from":{},"to":{},"value":{},"contractAddress":{},"tokenId":{},"transactionId":{},"voutIndex":{"type":"integer"}}}},"nextToken":{}}}},"ListTransactions":{"http":{"requestUri":"/list-transactions","responseCode":200},"input":{"type":"structure","required":["address","network"],"members":{"address":{},"network":{},"fromBlockchainInstant":{"shape":"S9"},"toBlockchainInstant":{"shape":"S9"},"sort":{"type":"structure","members":{"sortBy":{},"sortOrder":{}}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["transactions"],"members":{"transactions":{"type":"list","member":{"type":"structure","required":["transactionHash","network","transactionTimestamp"],"members":{"transactionHash":{},"network":{},"transactionTimestamp":{"type":"timestamp"}}}},"nextToken":{}}}}},"shapes":{"S4":{"type":"structure","required":["network"],"members":{"network":{},"contractAddress":{},"tokenId":{}}},"S8":{"type":"structure","required":["address"],"members":{"address":{}}},"S9":{"type":"structure","members":{"time":{"type":"timestamp"}}},"Sj":{"type":"structure","required":["network","contractAddress"],"members":{"network":{},"contractAddress":{}}}}}
/***/ }),
-/* 1328 */
+/* 1325 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAssetContracts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"contracts"},"ListTokenBalances":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"tokenBalances"},"ListTransactionEvents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"events"},"ListTransactions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"transactions"}}}
/***/ }),
-/* 1329 */
+/* 1326 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1330 */
+/* 1327 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64263,8 +64226,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Neptunedata = Service.defineService('neptunedata', ['2023-08-01']);
Object.defineProperty(apiLoader.services['neptunedata'], '2023-08-01', {
get: function get() {
- var model = __webpack_require__(1331);
- model.paginators = __webpack_require__(1332).pagination;
+ var model = __webpack_require__(1328);
+ model.paginators = __webpack_require__(1329).pagination;
return model;
},
enumerable: true,
@@ -64275,19 +64238,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1331 */
+/* 1328 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-08-01","endpointPrefix":"neptune-db","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon NeptuneData","serviceId":"neptunedata","signatureVersion":"v4","signingName":"neptune-db","uid":"neptunedata-2023-08-01"},"operations":{"CancelGremlinQuery":{"http":{"method":"DELETE","requestUri":"/gremlin/status/{queryId}","responseCode":200},"input":{"type":"structure","required":["queryId"],"members":{"queryId":{"location":"uri","locationName":"queryId"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"CancelLoaderJob":{"http":{"method":"DELETE","requestUri":"/loader/{loadId}","responseCode":200},"input":{"type":"structure","required":["loadId"],"members":{"loadId":{"location":"uri","locationName":"loadId"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"CancelMLDataProcessingJob":{"http":{"method":"DELETE","requestUri":"/ml/dataprocessing/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"},"clean":{"location":"querystring","locationName":"clean","type":"boolean"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"CancelMLModelTrainingJob":{"http":{"method":"DELETE","requestUri":"/ml/modeltraining/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"},"clean":{"location":"querystring","locationName":"clean","type":"boolean"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"CancelMLModelTransformJob":{"http":{"method":"DELETE","requestUri":"/ml/modeltransform/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"},"clean":{"location":"querystring","locationName":"clean","type":"boolean"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"CancelOpenCypherQuery":{"http":{"method":"DELETE","requestUri":"/opencypher/status/{queryId}","responseCode":200},"input":{"type":"structure","required":["queryId"],"members":{"queryId":{"location":"uri","locationName":"queryId"},"silent":{"location":"querystring","locationName":"silent","type":"boolean"}}},"output":{"type":"structure","members":{"status":{},"payload":{"type":"boolean"}}},"idempotent":true},"CreateMLEndpoint":{"http":{"requestUri":"/ml/endpoints","responseCode":200},"input":{"type":"structure","members":{"id":{},"mlModelTrainingJobId":{},"mlModelTransformJobId":{},"update":{"type":"boolean"},"neptuneIamRoleArn":{},"modelName":{},"instanceType":{},"instanceCount":{"type":"integer"},"volumeEncryptionKMSKey":{}}},"output":{"type":"structure","members":{"id":{},"arn":{},"creationTimeInMillis":{"type":"long"}}}},"DeleteMLEndpoint":{"http":{"method":"DELETE","requestUri":"/ml/endpoints/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"},"clean":{"location":"querystring","locationName":"clean","type":"boolean"}}},"output":{"type":"structure","members":{"status":{}}},"idempotent":true},"DeletePropertygraphStatistics":{"http":{"method":"DELETE","requestUri":"/propertygraph/statistics","responseCode":200},"output":{"type":"structure","members":{"statusCode":{"location":"statusCode","type":"integer"},"status":{},"payload":{"shape":"Sm"}}},"idempotent":true},"DeleteSparqlStatistics":{"http":{"method":"DELETE","requestUri":"/sparql/statistics","responseCode":200},"output":{"type":"structure","members":{"statusCode":{"location":"statusCode","type":"integer"},"status":{},"payload":{"shape":"Sm"}}},"idempotent":true},"ExecuteFastReset":{"http":{"requestUri":"/system","responseCode":200},"input":{"type":"structure","required":["action"],"members":{"action":{},"token":{}}},"output":{"type":"structure","required":["status"],"members":{"status":{},"payload":{"type":"structure","members":{"token":{}}}}},"idempotent":true},"ExecuteGremlinExplainQuery":{"http":{"requestUri":"/gremlin/explain","responseCode":200},"input":{"type":"structure","required":["gremlinQuery"],"members":{"gremlinQuery":{"locationName":"gremlin"}}},"output":{"type":"structure","members":{"output":{"type":"blob"}},"payload":"output"}},"ExecuteGremlinProfileQuery":{"http":{"requestUri":"/gremlin/profile","responseCode":200},"input":{"type":"structure","required":["gremlinQuery"],"members":{"gremlinQuery":{"locationName":"gremlin"},"results":{"locationName":"profile.results","type":"boolean"},"chop":{"locationName":"profile.chop","type":"integer"},"serializer":{"locationName":"profile.serializer"},"indexOps":{"locationName":"profile.indexOps","type":"boolean"}}},"output":{"type":"structure","members":{"output":{"type":"blob"}},"payload":"output"}},"ExecuteGremlinQuery":{"http":{"requestUri":"/gremlin","responseCode":200},"input":{"type":"structure","required":["gremlinQuery"],"members":{"gremlinQuery":{"locationName":"gremlin"},"serializer":{"location":"header","locationName":"accept"}}},"output":{"type":"structure","members":{"requestId":{},"status":{"type":"structure","members":{"message":{},"code":{"type":"integer"},"attributes":{"shape":"S10"}}},"result":{"shape":"S10"},"meta":{"shape":"S10"}}}},"ExecuteOpenCypherExplainQuery":{"http":{"requestUri":"/opencypher/explain","responseCode":200},"input":{"type":"structure","required":["openCypherQuery","explainMode"],"members":{"openCypherQuery":{"locationName":"query"},"parameters":{},"explainMode":{"locationName":"explain"}}},"output":{"type":"structure","required":["results"],"members":{"results":{"type":"blob"}},"payload":"results"}},"ExecuteOpenCypherQuery":{"http":{"requestUri":"/opencypher","responseCode":200},"input":{"type":"structure","required":["openCypherQuery"],"members":{"openCypherQuery":{"locationName":"query"},"parameters":{}}},"output":{"type":"structure","required":["results"],"members":{"results":{"shape":"S10"}}}},"GetEngineStatus":{"http":{"method":"GET","requestUri":"/status","responseCode":200},"output":{"type":"structure","members":{"status":{},"startTime":{},"dbEngineVersion":{},"role":{},"dfeQueryEngine":{},"gremlin":{"shape":"S18"},"sparql":{"shape":"S18"},"opencypher":{"shape":"S18"},"labMode":{"shape":"S19"},"rollingBackTrxCount":{"type":"integer"},"rollingBackTrxEarliestStartTime":{},"features":{"type":"map","key":{},"value":{"shape":"S10"}},"settings":{"shape":"S19"}}}},"GetGremlinQueryStatus":{"http":{"method":"GET","requestUri":"/gremlin/status/{queryId}","responseCode":200},"input":{"type":"structure","required":["queryId"],"members":{"queryId":{"location":"uri","locationName":"queryId"}}},"output":{"type":"structure","members":{"queryId":{},"queryString":{},"queryEvalStats":{"shape":"S1d"}}}},"GetLoaderJobStatus":{"http":{"method":"GET","requestUri":"/loader/{loadId}","responseCode":200},"input":{"type":"structure","required":["loadId"],"members":{"loadId":{"location":"uri","locationName":"loadId"},"details":{"location":"querystring","locationName":"details","type":"boolean"},"errors":{"location":"querystring","locationName":"errors","type":"boolean"},"page":{"location":"querystring","locationName":"page","type":"integer"},"errorsPerPage":{"location":"querystring","locationName":"errorsPerPage","type":"integer"}}},"output":{"type":"structure","required":["status","payload"],"members":{"status":{},"payload":{"shape":"S10"}}}},"GetMLDataProcessingJob":{"http":{"method":"GET","requestUri":"/ml/dataprocessing/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"status":{},"id":{},"processingJob":{"shape":"S1j"}}}},"GetMLEndpoint":{"http":{"method":"GET","requestUri":"/ml/endpoints/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"status":{},"id":{},"endpoint":{"shape":"S1j"},"endpointConfig":{"shape":"S1m"}}}},"GetMLModelTrainingJob":{"http":{"method":"GET","requestUri":"/ml/modeltraining/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"status":{},"id":{},"processingJob":{"shape":"S1j"},"hpoJob":{"shape":"S1j"},"modelTransformJob":{"shape":"S1j"},"mlModels":{"type":"list","member":{"shape":"S1m"}}}}},"GetMLModelTransformJob":{"http":{"method":"GET","requestUri":"/ml/modeltransform/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"status":{},"id":{},"baseProcessingJob":{"shape":"S1j"},"remoteModelTransformJob":{"shape":"S1j"},"models":{"type":"list","member":{"shape":"S1m"}}}}},"GetOpenCypherQueryStatus":{"http":{"method":"GET","requestUri":"/opencypher/status/{queryId}","responseCode":200},"input":{"type":"structure","required":["queryId"],"members":{"queryId":{"location":"uri","locationName":"queryId"}}},"output":{"type":"structure","members":{"queryId":{},"queryString":{},"queryEvalStats":{"shape":"S1d"}}}},"GetPropertygraphStatistics":{"http":{"method":"GET","requestUri":"/propertygraph/statistics","responseCode":200},"output":{"type":"structure","required":["status","payload"],"members":{"status":{},"payload":{"shape":"S1w"}}}},"GetPropertygraphStream":{"http":{"method":"GET","requestUri":"/propertygraph/stream","responseCode":200},"input":{"type":"structure","members":{"limit":{"location":"querystring","locationName":"limit","type":"long"},"iteratorType":{"location":"querystring","locationName":"iteratorType"},"commitNum":{"location":"querystring","locationName":"commitNum","type":"long"},"opNum":{"location":"querystring","locationName":"opNum","type":"long"},"encoding":{"location":"header","locationName":"Accept-Encoding"}}},"output":{"type":"structure","required":["lastEventId","lastTrxTimestampInMillis","format","records","totalRecords"],"members":{"lastEventId":{"shape":"S19"},"lastTrxTimestampInMillis":{"locationName":"lastTrxTimestamp","type":"long"},"format":{},"records":{"type":"list","member":{"type":"structure","required":["commitTimestampInMillis","eventId","data","op"],"members":{"commitTimestampInMillis":{"locationName":"commitTimestamp","type":"long"},"eventId":{"shape":"S19"},"data":{"type":"structure","required":["id","type","key","value"],"members":{"id":{},"type":{},"key":{},"value":{"shape":"S10"},"from":{},"to":{}}},"op":{},"isLastOp":{"type":"boolean"}}}},"totalRecords":{"type":"integer"}}}},"GetPropertygraphSummary":{"http":{"method":"GET","requestUri":"/propertygraph/statistics/summary","responseCode":200},"input":{"type":"structure","members":{"mode":{"location":"querystring","locationName":"mode"}}},"output":{"type":"structure","members":{"statusCode":{"location":"statusCode","type":"integer"},"payload":{"type":"structure","members":{"version":{},"lastStatisticsComputationTime":{"shape":"S1x"},"graphSummary":{"type":"structure","members":{"numNodes":{"type":"long"},"numEdges":{"type":"long"},"numNodeLabels":{"type":"long"},"numEdgeLabels":{"type":"long"},"nodeLabels":{"type":"list","member":{}},"edgeLabels":{"type":"list","member":{}},"numNodeProperties":{"type":"long"},"numEdgeProperties":{"type":"long"},"nodeProperties":{"shape":"S2e"},"edgeProperties":{"shape":"S2e"},"totalNodePropertyValues":{"type":"long"},"totalEdgePropertyValues":{"type":"long"},"nodeStructures":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"nodeProperties":{"type":"list","member":{}},"distinctOutgoingEdgeLabels":{"type":"list","member":{}}}}},"edgeStructures":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"edgeProperties":{"type":"list","member":{}}}}}}}}}}}},"GetRDFGraphSummary":{"http":{"method":"GET","requestUri":"/rdf/statistics/summary","responseCode":200},"input":{"type":"structure","members":{"mode":{"location":"querystring","locationName":"mode"}}},"output":{"type":"structure","members":{"statusCode":{"location":"statusCode","type":"integer"},"payload":{"type":"structure","members":{"version":{},"lastStatisticsComputationTime":{"shape":"S1x"},"graphSummary":{"type":"structure","members":{"numDistinctSubjects":{"type":"long"},"numDistinctPredicates":{"type":"long"},"numQuads":{"type":"long"},"numClasses":{"type":"long"},"classes":{"type":"list","member":{}},"predicates":{"shape":"S2e"},"subjectStructures":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"predicates":{"type":"list","member":{}}}}}}}}}}}},"GetSparqlStatistics":{"http":{"method":"GET","requestUri":"/sparql/statistics","responseCode":200},"output":{"type":"structure","required":["status","payload"],"members":{"status":{},"payload":{"shape":"S1w"}}}},"GetSparqlStream":{"http":{"method":"GET","requestUri":"/sparql/stream","responseCode":200},"input":{"type":"structure","members":{"limit":{"location":"querystring","locationName":"limit","type":"long"},"iteratorType":{"location":"querystring","locationName":"iteratorType"},"commitNum":{"location":"querystring","locationName":"commitNum","type":"long"},"opNum":{"location":"querystring","locationName":"opNum","type":"long"},"encoding":{"location":"header","locationName":"Accept-Encoding"}}},"output":{"type":"structure","required":["lastEventId","lastTrxTimestampInMillis","format","records","totalRecords"],"members":{"lastEventId":{"shape":"S19"},"lastTrxTimestampInMillis":{"locationName":"lastTrxTimestamp","type":"long"},"format":{},"records":{"type":"list","member":{"type":"structure","required":["commitTimestampInMillis","eventId","data","op"],"members":{"commitTimestampInMillis":{"locationName":"commitTimestamp","type":"long"},"eventId":{"shape":"S19"},"data":{"type":"structure","required":["stmt"],"members":{"stmt":{}}},"op":{},"isLastOp":{"type":"boolean"}}}},"totalRecords":{"type":"integer"}}}},"ListGremlinQueries":{"http":{"method":"GET","requestUri":"/gremlin/status","responseCode":200},"input":{"type":"structure","members":{"includeWaiting":{"location":"querystring","locationName":"includeWaiting","type":"boolean"}}},"output":{"type":"structure","members":{"acceptedQueryCount":{"type":"integer"},"runningQueryCount":{"type":"integer"},"queries":{"type":"list","member":{"shape":"S35"}}}}},"ListLoaderJobs":{"http":{"method":"GET","requestUri":"/loader","responseCode":200},"input":{"type":"structure","members":{"limit":{"location":"querystring","locationName":"limit","type":"integer"},"includeQueuedLoads":{"location":"querystring","locationName":"includeQueuedLoads","type":"boolean"}}},"output":{"type":"structure","required":["status","payload"],"members":{"status":{},"payload":{"type":"structure","members":{"loadIds":{"shape":"S3a"}}}}}},"ListMLDataProcessingJobs":{"http":{"method":"GET","requestUri":"/ml/dataprocessing","responseCode":200},"input":{"type":"structure","members":{"maxItems":{"location":"querystring","locationName":"maxItems","type":"integer"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"ids":{"shape":"S3a"}}}},"ListMLEndpoints":{"http":{"method":"GET","requestUri":"/ml/endpoints","responseCode":200},"input":{"type":"structure","members":{"maxItems":{"location":"querystring","locationName":"maxItems","type":"integer"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"ids":{"shape":"S3a"}}}},"ListMLModelTrainingJobs":{"http":{"method":"GET","requestUri":"/ml/modeltraining","responseCode":200},"input":{"type":"structure","members":{"maxItems":{"location":"querystring","locationName":"maxItems","type":"integer"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"ids":{"shape":"S3a"}}}},"ListMLModelTransformJobs":{"http":{"method":"GET","requestUri":"/ml/modeltransform","responseCode":200},"input":{"type":"structure","members":{"maxItems":{"location":"querystring","locationName":"maxItems","type":"integer"},"neptuneIamRoleArn":{"location":"querystring","locationName":"neptuneIamRoleArn"}}},"output":{"type":"structure","members":{"ids":{"shape":"S3a"}}}},"ListOpenCypherQueries":{"http":{"method":"GET","requestUri":"/opencypher/status","responseCode":200},"input":{"type":"structure","members":{"includeWaiting":{"location":"querystring","locationName":"includeWaiting","type":"boolean"}}},"output":{"type":"structure","members":{"acceptedQueryCount":{"type":"integer"},"runningQueryCount":{"type":"integer"},"queries":{"type":"list","member":{"shape":"S35"}}}}},"ManagePropertygraphStatistics":{"http":{"requestUri":"/propertygraph/statistics","responseCode":200},"input":{"type":"structure","members":{"mode":{}}},"output":{"type":"structure","required":["status"],"members":{"status":{},"payload":{"shape":"S3t"}}},"idempotent":true},"ManageSparqlStatistics":{"http":{"requestUri":"/sparql/statistics","responseCode":200},"input":{"type":"structure","members":{"mode":{}}},"output":{"type":"structure","required":["status"],"members":{"status":{},"payload":{"shape":"S3t"}}},"idempotent":true},"StartLoaderJob":{"http":{"requestUri":"/loader","responseCode":200},"input":{"type":"structure","required":["source","format","s3BucketRegion","iamRoleArn"],"members":{"source":{},"format":{},"s3BucketRegion":{"locationName":"region"},"iamRoleArn":{},"mode":{},"failOnError":{"type":"boolean"},"parallelism":{},"parserConfiguration":{"shape":"S19"},"updateSingleCardinalityProperties":{"type":"boolean"},"queueRequest":{"type":"boolean"},"dependencies":{"shape":"S3a"},"userProvidedEdgeIds":{"type":"boolean"}}},"output":{"type":"structure","required":["status","payload"],"members":{"status":{},"payload":{"shape":"S19"}}},"idempotent":true},"StartMLDataProcessingJob":{"http":{"requestUri":"/ml/dataprocessing","responseCode":200},"input":{"type":"structure","required":["inputDataS3Location","processedDataS3Location"],"members":{"id":{},"previousDataProcessingJobId":{},"inputDataS3Location":{},"processedDataS3Location":{},"sagemakerIamRoleArn":{},"neptuneIamRoleArn":{},"processingInstanceType":{},"processingInstanceVolumeSizeInGB":{"type":"integer"},"processingTimeOutInSeconds":{"type":"integer"},"modelType":{},"configFileName":{},"subnets":{"shape":"S3a"},"securityGroupIds":{"shape":"S3a"},"volumeEncryptionKMSKey":{},"s3OutputEncryptionKMSKey":{}}},"output":{"type":"structure","members":{"id":{},"arn":{},"creationTimeInMillis":{"type":"long"}}}},"StartMLModelTrainingJob":{"http":{"requestUri":"/ml/modeltraining","responseCode":200},"input":{"type":"structure","required":["dataProcessingJobId","trainModelS3Location"],"members":{"id":{},"previousModelTrainingJobId":{},"dataProcessingJobId":{},"trainModelS3Location":{},"sagemakerIamRoleArn":{},"neptuneIamRoleArn":{},"baseProcessingInstanceType":{},"trainingInstanceType":{},"trainingInstanceVolumeSizeInGB":{"type":"integer"},"trainingTimeOutInSeconds":{"type":"integer"},"maxHPONumberOfTrainingJobs":{"type":"integer"},"maxHPOParallelTrainingJobs":{"type":"integer"},"subnets":{"shape":"S3a"},"securityGroupIds":{"shape":"S3a"},"volumeEncryptionKMSKey":{},"s3OutputEncryptionKMSKey":{},"enableManagedSpotTraining":{"type":"boolean"},"customModelTrainingParameters":{"type":"structure","required":["sourceS3DirectoryPath"],"members":{"sourceS3DirectoryPath":{},"trainingEntryPointScript":{},"transformEntryPointScript":{}}}}},"output":{"type":"structure","members":{"id":{},"arn":{},"creationTimeInMillis":{"type":"long"}}}},"StartMLModelTransformJob":{"http":{"requestUri":"/ml/modeltransform","responseCode":200},"input":{"type":"structure","required":["modelTransformOutputS3Location"],"members":{"id":{},"dataProcessingJobId":{},"mlModelTrainingJobId":{},"trainingJobName":{},"modelTransformOutputS3Location":{},"sagemakerIamRoleArn":{},"neptuneIamRoleArn":{},"customModelTransformParameters":{"type":"structure","required":["sourceS3DirectoryPath"],"members":{"sourceS3DirectoryPath":{},"transformEntryPointScript":{}}},"baseProcessingInstanceType":{},"baseProcessingInstanceVolumeSizeInGB":{"type":"integer"},"subnets":{"shape":"S3a"},"securityGroupIds":{"shape":"S3a"},"volumeEncryptionKMSKey":{},"s3OutputEncryptionKMSKey":{}}},"output":{"type":"structure","members":{"id":{},"arn":{},"creationTimeInMillis":{"type":"long"}}}}},"shapes":{"Sm":{"type":"structure","members":{"active":{"type":"boolean"},"statisticsId":{}}},"S10":{"type":"structure","members":{},"document":true},"S18":{"type":"structure","required":["version"],"members":{"version":{}}},"S19":{"type":"map","key":{},"value":{}},"S1d":{"type":"structure","members":{"waited":{"type":"integer"},"elapsed":{"type":"integer"},"cancelled":{"type":"boolean"},"subqueries":{"shape":"S10"}}},"S1j":{"type":"structure","members":{"name":{},"arn":{},"status":{},"outputLocation":{},"failureReason":{},"cloudwatchLogUrl":{}}},"S1m":{"type":"structure","members":{"name":{},"arn":{}}},"S1w":{"type":"structure","members":{"autoCompute":{"type":"boolean"},"active":{"type":"boolean"},"statisticsId":{},"date":{"shape":"S1x"},"note":{},"signatureInfo":{"type":"structure","members":{"signatureCount":{"type":"integer"},"instanceCount":{"type":"integer"},"predicateCount":{"type":"integer"}}}}},"S1x":{"type":"timestamp","timestampFormat":"iso8601"},"S2e":{"type":"list","member":{"type":"map","key":{},"value":{"type":"long"}}},"S35":{"type":"structure","members":{"queryId":{},"queryString":{},"queryEvalStats":{"shape":"S1d"}}},"S3a":{"type":"list","member":{}},"S3t":{"type":"structure","members":{"statisticsId":{}}}}}
/***/ }),
-/* 1332 */
+/* 1329 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1333 */
+/* 1330 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64299,8 +64262,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.PcaConnectorAd = Service.defineService('pcaconnectorad', ['2018-05-10']);
Object.defineProperty(apiLoader.services['pcaconnectorad'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1334);
- model.paginators = __webpack_require__(1335).pagination;
+ var model = __webpack_require__(1331);
+ model.paginators = __webpack_require__(1332).pagination;
return model;
},
enumerable: true,
@@ -64311,19 +64274,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1334 */
+/* 1331 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"pca-connector-ad","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"PcaConnectorAd","serviceId":"Pca Connector Ad","signatureVersion":"v4","signingName":"pca-connector-ad","uid":"pca-connector-ad-2018-05-10"},"operations":{"CreateConnector":{"http":{"requestUri":"/connectors","responseCode":202},"input":{"type":"structure","required":["CertificateAuthorityArn","DirectoryId","VpcInformation"],"members":{"CertificateAuthorityArn":{},"ClientToken":{"idempotencyToken":true},"DirectoryId":{},"Tags":{"shape":"S5"},"VpcInformation":{"shape":"S7"}}},"output":{"type":"structure","members":{"ConnectorArn":{}}}},"CreateDirectoryRegistration":{"http":{"requestUri":"/directoryRegistrations","responseCode":202},"input":{"type":"structure","required":["DirectoryId"],"members":{"ClientToken":{"idempotencyToken":true},"DirectoryId":{},"Tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"DirectoryRegistrationArn":{}}}},"CreateServicePrincipalName":{"http":{"requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}","responseCode":202},"input":{"type":"structure","required":["ConnectorArn","DirectoryRegistrationArn"],"members":{"ClientToken":{"idempotencyToken":true},"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"},"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"}}},"idempotent":true},"CreateTemplate":{"http":{"requestUri":"/templates","responseCode":200},"input":{"type":"structure","required":["ConnectorArn","Definition","Name"],"members":{"ClientToken":{"idempotencyToken":true},"ConnectorArn":{},"Definition":{"shape":"Sh"},"Name":{},"Tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"TemplateArn":{}}}},"CreateTemplateGroupAccessControlEntry":{"http":{"requestUri":"/templates/{TemplateArn}/accessControlEntries","responseCode":200},"input":{"type":"structure","required":["AccessRights","GroupDisplayName","GroupSecurityIdentifier","TemplateArn"],"members":{"AccessRights":{"shape":"S1y"},"ClientToken":{"idempotencyToken":true},"GroupDisplayName":{},"GroupSecurityIdentifier":{},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"idempotent":true},"DeleteConnector":{"http":{"method":"DELETE","requestUri":"/connectors/{ConnectorArn}","responseCode":202},"input":{"type":"structure","required":["ConnectorArn"],"members":{"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"}}},"idempotent":true},"DeleteDirectoryRegistration":{"http":{"method":"DELETE","requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}","responseCode":202},"input":{"type":"structure","required":["DirectoryRegistrationArn"],"members":{"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"}}},"idempotent":true},"DeleteServicePrincipalName":{"http":{"method":"DELETE","requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}","responseCode":202},"input":{"type":"structure","required":["ConnectorArn","DirectoryRegistrationArn"],"members":{"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"},"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"}}},"idempotent":true},"DeleteTemplate":{"http":{"method":"DELETE","requestUri":"/templates/{TemplateArn}","responseCode":202},"input":{"type":"structure","required":["TemplateArn"],"members":{"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"idempotent":true},"DeleteTemplateGroupAccessControlEntry":{"http":{"method":"DELETE","requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}","responseCode":200},"input":{"type":"structure","required":["GroupSecurityIdentifier","TemplateArn"],"members":{"GroupSecurityIdentifier":{"location":"uri","locationName":"GroupSecurityIdentifier"},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"idempotent":true},"GetConnector":{"http":{"method":"GET","requestUri":"/connectors/{ConnectorArn}","responseCode":200},"input":{"type":"structure","required":["ConnectorArn"],"members":{"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"}}},"output":{"type":"structure","members":{"Connector":{"type":"structure","members":{"Arn":{},"CertificateAuthorityArn":{},"CertificateEnrollmentPolicyServerEndpoint":{},"CreatedAt":{"type":"timestamp"},"DirectoryId":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"},"VpcInformation":{"shape":"S7"}}}}}},"GetDirectoryRegistration":{"http":{"method":"GET","requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}","responseCode":200},"input":{"type":"structure","required":["DirectoryRegistrationArn"],"members":{"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"}}},"output":{"type":"structure","members":{"DirectoryRegistration":{"type":"structure","members":{"Arn":{},"CreatedAt":{"type":"timestamp"},"DirectoryId":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"}}}}}},"GetServicePrincipalName":{"http":{"method":"GET","requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}","responseCode":200},"input":{"type":"structure","required":["ConnectorArn","DirectoryRegistrationArn"],"members":{"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"},"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"}}},"output":{"type":"structure","members":{"ServicePrincipalName":{"type":"structure","members":{"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"DirectoryRegistrationArn":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"}}}}}},"GetTemplate":{"http":{"method":"GET","requestUri":"/templates/{TemplateArn}","responseCode":200},"input":{"type":"structure","required":["TemplateArn"],"members":{"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"output":{"type":"structure","members":{"Template":{"type":"structure","members":{"Arn":{},"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"Definition":{"shape":"Sh"},"Name":{},"ObjectIdentifier":{},"PolicySchema":{"type":"integer"},"Revision":{"shape":"S2r"},"Status":{},"UpdatedAt":{"type":"timestamp"}}}}}},"GetTemplateGroupAccessControlEntry":{"http":{"method":"GET","requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}","responseCode":200},"input":{"type":"structure","required":["GroupSecurityIdentifier","TemplateArn"],"members":{"GroupSecurityIdentifier":{"location":"uri","locationName":"GroupSecurityIdentifier"},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"output":{"type":"structure","members":{"AccessControlEntry":{"type":"structure","members":{"AccessRights":{"shape":"S1y"},"CreatedAt":{"type":"timestamp"},"GroupDisplayName":{},"GroupSecurityIdentifier":{},"TemplateArn":{},"UpdatedAt":{"type":"timestamp"}}}}}},"ListConnectors":{"http":{"method":"GET","requestUri":"/connectors","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Connectors":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CertificateAuthorityArn":{},"CertificateEnrollmentPolicyServerEndpoint":{},"CreatedAt":{"type":"timestamp"},"DirectoryId":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"},"VpcInformation":{"shape":"S7"}}}},"NextToken":{}}}},"ListDirectoryRegistrations":{"http":{"method":"GET","requestUri":"/directoryRegistrations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"DirectoryRegistrations":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreatedAt":{"type":"timestamp"},"DirectoryId":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListServicePrincipalNames":{"http":{"method":"GET","requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames","responseCode":200},"input":{"type":"structure","required":["DirectoryRegistrationArn"],"members":{"DirectoryRegistrationArn":{"location":"uri","locationName":"DirectoryRegistrationArn"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ServicePrincipalNames":{"type":"list","member":{"type":"structure","members":{"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"DirectoryRegistrationArn":{},"Status":{},"StatusReason":{},"UpdatedAt":{"type":"timestamp"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S5"}}}},"ListTemplateGroupAccessControlEntries":{"http":{"method":"GET","requestUri":"/templates/{TemplateArn}/accessControlEntries","responseCode":200},"input":{"type":"structure","required":["TemplateArn"],"members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}},"output":{"type":"structure","members":{"AccessControlEntries":{"type":"list","member":{"type":"structure","members":{"AccessRights":{"shape":"S1y"},"CreatedAt":{"type":"timestamp"},"GroupDisplayName":{},"GroupSecurityIdentifier":{},"TemplateArn":{},"UpdatedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTemplates":{"http":{"method":"GET","requestUri":"/templates","responseCode":200},"input":{"type":"structure","required":["ConnectorArn"],"members":{"ConnectorArn":{"location":"querystring","locationName":"ConnectorArn"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"Templates":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"Definition":{"shape":"Sh"},"Name":{},"ObjectIdentifier":{},"PolicySchema":{"type":"integer"},"Revision":{"shape":"S2r"},"Status":{},"UpdatedAt":{"type":"timestamp"}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S5"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateTemplate":{"http":{"method":"PATCH","requestUri":"/templates/{TemplateArn}","responseCode":200},"input":{"type":"structure","required":["TemplateArn"],"members":{"Definition":{"shape":"Sh"},"ReenrollAllCertificateHolders":{"type":"boolean"},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}}},"UpdateTemplateGroupAccessControlEntry":{"http":{"method":"PATCH","requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}","responseCode":200},"input":{"type":"structure","required":["GroupSecurityIdentifier","TemplateArn"],"members":{"AccessRights":{"shape":"S1y"},"GroupDisplayName":{},"GroupSecurityIdentifier":{"location":"uri","locationName":"GroupSecurityIdentifier"},"TemplateArn":{"location":"uri","locationName":"TemplateArn"}}}}},"shapes":{"S5":{"type":"map","key":{},"value":{}},"S7":{"type":"structure","required":["SecurityGroupIds"],"members":{"SecurityGroupIds":{"type":"list","member":{}}}},"Sh":{"type":"structure","members":{"TemplateV2":{"type":"structure","required":["CertificateValidity","EnrollmentFlags","Extensions","GeneralFlags","PrivateKeyAttributes","PrivateKeyFlags","SubjectNameFlags"],"members":{"CertificateValidity":{"shape":"Sj"},"EnrollmentFlags":{"type":"structure","members":{"EnableKeyReuseOnNtTokenKeysetStorageFull":{"type":"boolean"},"IncludeSymmetricAlgorithms":{"type":"boolean"},"NoSecurityExtension":{"type":"boolean"},"RemoveInvalidCertificateFromPersonalStore":{"type":"boolean"},"UserInteractionRequired":{"type":"boolean"}}},"Extensions":{"type":"structure","required":["KeyUsage"],"members":{"ApplicationPolicies":{"shape":"Sq"},"KeyUsage":{"shape":"Sv"}}},"GeneralFlags":{"type":"structure","members":{"AutoEnrollment":{"type":"boolean"},"MachineType":{"type":"boolean"}}},"PrivateKeyAttributes":{"type":"structure","required":["KeySpec","MinimalKeyLength"],"members":{"CryptoProviders":{"shape":"Sz"},"KeySpec":{},"MinimalKeyLength":{"type":"integer"}}},"PrivateKeyFlags":{"type":"structure","required":["ClientVersion"],"members":{"ClientVersion":{},"ExportableKey":{"type":"boolean"},"StrongKeyProtectionRequired":{"type":"boolean"}}},"SubjectNameFlags":{"type":"structure","members":{"RequireCommonName":{"type":"boolean"},"RequireDirectoryPath":{"type":"boolean"},"RequireDnsAsCn":{"type":"boolean"},"RequireEmail":{"type":"boolean"},"SanRequireDirectoryGuid":{"type":"boolean"},"SanRequireDns":{"type":"boolean"},"SanRequireDomainDns":{"type":"boolean"},"SanRequireEmail":{"type":"boolean"},"SanRequireSpn":{"type":"boolean"},"SanRequireUpn":{"type":"boolean"}}},"SupersededTemplates":{"shape":"S16"}}},"TemplateV3":{"type":"structure","required":["CertificateValidity","EnrollmentFlags","Extensions","GeneralFlags","HashAlgorithm","PrivateKeyAttributes","PrivateKeyFlags","SubjectNameFlags"],"members":{"CertificateValidity":{"shape":"Sj"},"EnrollmentFlags":{"type":"structure","members":{"EnableKeyReuseOnNtTokenKeysetStorageFull":{"type":"boolean"},"IncludeSymmetricAlgorithms":{"type":"boolean"},"NoSecurityExtension":{"type":"boolean"},"RemoveInvalidCertificateFromPersonalStore":{"type":"boolean"},"UserInteractionRequired":{"type":"boolean"}}},"Extensions":{"type":"structure","required":["KeyUsage"],"members":{"ApplicationPolicies":{"shape":"Sq"},"KeyUsage":{"shape":"Sv"}}},"GeneralFlags":{"type":"structure","members":{"AutoEnrollment":{"type":"boolean"},"MachineType":{"type":"boolean"}}},"HashAlgorithm":{},"PrivateKeyAttributes":{"type":"structure","required":["Algorithm","KeySpec","KeyUsageProperty","MinimalKeyLength"],"members":{"Algorithm":{},"CryptoProviders":{"shape":"Sz"},"KeySpec":{},"KeyUsageProperty":{"shape":"S1f"},"MinimalKeyLength":{"type":"integer"}}},"PrivateKeyFlags":{"type":"structure","required":["ClientVersion"],"members":{"ClientVersion":{},"ExportableKey":{"type":"boolean"},"RequireAlternateSignatureAlgorithm":{"type":"boolean"},"StrongKeyProtectionRequired":{"type":"boolean"}}},"SubjectNameFlags":{"type":"structure","members":{"RequireCommonName":{"type":"boolean"},"RequireDirectoryPath":{"type":"boolean"},"RequireDnsAsCn":{"type":"boolean"},"RequireEmail":{"type":"boolean"},"SanRequireDirectoryGuid":{"type":"boolean"},"SanRequireDns":{"type":"boolean"},"SanRequireDomainDns":{"type":"boolean"},"SanRequireEmail":{"type":"boolean"},"SanRequireSpn":{"type":"boolean"},"SanRequireUpn":{"type":"boolean"}}},"SupersededTemplates":{"shape":"S16"}}},"TemplateV4":{"type":"structure","required":["CertificateValidity","EnrollmentFlags","Extensions","GeneralFlags","PrivateKeyAttributes","PrivateKeyFlags","SubjectNameFlags"],"members":{"CertificateValidity":{"shape":"Sj"},"EnrollmentFlags":{"type":"structure","members":{"EnableKeyReuseOnNtTokenKeysetStorageFull":{"type":"boolean"},"IncludeSymmetricAlgorithms":{"type":"boolean"},"NoSecurityExtension":{"type":"boolean"},"RemoveInvalidCertificateFromPersonalStore":{"type":"boolean"},"UserInteractionRequired":{"type":"boolean"}}},"Extensions":{"type":"structure","required":["KeyUsage"],"members":{"ApplicationPolicies":{"shape":"Sq"},"KeyUsage":{"shape":"Sv"}}},"GeneralFlags":{"type":"structure","members":{"AutoEnrollment":{"type":"boolean"},"MachineType":{"type":"boolean"}}},"HashAlgorithm":{},"PrivateKeyAttributes":{"type":"structure","required":["KeySpec","MinimalKeyLength"],"members":{"Algorithm":{},"CryptoProviders":{"shape":"Sz"},"KeySpec":{},"KeyUsageProperty":{"shape":"S1f"},"MinimalKeyLength":{"type":"integer"}}},"PrivateKeyFlags":{"type":"structure","required":["ClientVersion"],"members":{"ClientVersion":{},"ExportableKey":{"type":"boolean"},"RequireAlternateSignatureAlgorithm":{"type":"boolean"},"RequireSameKeyRenewal":{"type":"boolean"},"StrongKeyProtectionRequired":{"type":"boolean"},"UseLegacyProvider":{"type":"boolean"}}},"SubjectNameFlags":{"type":"structure","members":{"RequireCommonName":{"type":"boolean"},"RequireDirectoryPath":{"type":"boolean"},"RequireDnsAsCn":{"type":"boolean"},"RequireEmail":{"type":"boolean"},"SanRequireDirectoryGuid":{"type":"boolean"},"SanRequireDns":{"type":"boolean"},"SanRequireDomainDns":{"type":"boolean"},"SanRequireEmail":{"type":"boolean"},"SanRequireSpn":{"type":"boolean"},"SanRequireUpn":{"type":"boolean"}}},"SupersededTemplates":{"shape":"S16"}}}},"union":true},"Sj":{"type":"structure","required":["RenewalPeriod","ValidityPeriod"],"members":{"RenewalPeriod":{"shape":"Sk"},"ValidityPeriod":{"shape":"Sk"}}},"Sk":{"type":"structure","required":["Period","PeriodType"],"members":{"Period":{"type":"long"},"PeriodType":{}}},"Sq":{"type":"structure","required":["Policies"],"members":{"Critical":{"type":"boolean"},"Policies":{"type":"list","member":{"type":"structure","members":{"PolicyObjectIdentifier":{},"PolicyType":{}},"union":true}}}},"Sv":{"type":"structure","required":["UsageFlags"],"members":{"Critical":{"type":"boolean"},"UsageFlags":{"type":"structure","members":{"DataEncipherment":{"type":"boolean"},"DigitalSignature":{"type":"boolean"},"KeyAgreement":{"type":"boolean"},"KeyEncipherment":{"type":"boolean"},"NonRepudiation":{"type":"boolean"}}}}},"Sz":{"type":"list","member":{}},"S16":{"type":"list","member":{}},"S1f":{"type":"structure","members":{"PropertyFlags":{"type":"structure","members":{"Decrypt":{"type":"boolean"},"KeyAgreement":{"type":"boolean"},"Sign":{"type":"boolean"}}},"PropertyType":{}},"union":true},"S1y":{"type":"structure","members":{"AutoEnroll":{},"Enroll":{}}},"S2r":{"type":"structure","required":["MajorRevision","MinorRevision"],"members":{"MajorRevision":{"type":"integer"},"MinorRevision":{"type":"integer"}}}}}
/***/ }),
-/* 1335 */
+/* 1332 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListConnectors":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Connectors"},"ListDirectoryRegistrations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"DirectoryRegistrations"},"ListServicePrincipalNames":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ServicePrincipalNames"},"ListTemplateGroupAccessControlEntries":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"AccessControlEntries"},"ListTemplates":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Templates"}}}
/***/ }),
-/* 1336 */
+/* 1333 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64335,9 +64298,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Bedrock = Service.defineService('bedrock', ['2023-04-20']);
Object.defineProperty(apiLoader.services['bedrock'], '2023-04-20', {
get: function get() {
- var model = __webpack_require__(1337);
- model.paginators = __webpack_require__(1338).pagination;
- model.waiters = __webpack_require__(1339).waiters;
+ var model = __webpack_require__(1334);
+ model.paginators = __webpack_require__(1335).pagination;
+ model.waiters = __webpack_require__(1336).waiters;
return model;
},
enumerable: true,
@@ -64348,25 +64311,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1337 */
+/* 1334 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-04-20","endpointPrefix":"bedrock","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Bedrock","serviceId":"Bedrock","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-2023-04-20"},"operations":{"CreateModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","customModelName","roleArn","baseModelIdentifier","trainingDataConfig","outputDataConfig","hyperParameters"],"members":{"jobName":{},"customModelName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"baseModelIdentifier":{},"customModelKmsKeyId":{},"jobTags":{"shape":"S8"},"customModelTags":{"shape":"S8"},"trainingDataConfig":{"shape":"Sc"},"validationDataConfig":{"shape":"Se"},"outputDataConfig":{"shape":"Sh"},"hyperParameters":{"shape":"Si"},"vpcConfig":{"shape":"Sk"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateProvisionedModelThroughput":{"http":{"requestUri":"/provisioned-model-throughput","responseCode":201},"input":{"type":"structure","required":["modelUnits","provisionedModelName","modelId"],"members":{"clientRequestToken":{"idempotencyToken":true},"modelUnits":{"type":"integer"},"provisionedModelName":{},"modelId":{},"commitmentDuration":{},"tags":{"shape":"S8"}}},"output":{"type":"structure","required":["provisionedModelArn"],"members":{"provisionedModelArn":{}}},"idempotent":true},"DeleteCustomModel":{"http":{"method":"DELETE","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteModelInvocationLoggingConfiguration":{"http":{"method":"DELETE","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProvisionedModelThroughput":{"http":{"method":"DELETE","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCustomModel":{"http":{"method":"GET","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","required":["modelArn","modelName","jobArn","baseModelArn","trainingDataConfig","outputDataConfig","creationTime"],"members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"baseModelArn":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"Si"},"trainingDataConfig":{"shape":"Sc"},"validationDataConfig":{"shape":"Se"},"outputDataConfig":{"shape":"Sh"},"trainingMetrics":{"shape":"S19"},"validationMetrics":{"shape":"S1b"},"creationTime":{"shape":"S1d"}}}},"GetFoundationModel":{"http":{"method":"GET","requestUri":"/foundation-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelDetails":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S1k"},"outputModalities":{"shape":"S1k"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S1n"},"inferenceTypesSupported":{"shape":"S1p"}}}}}},"GetModelCustomizationJob":{"http":{"method":"GET","requestUri":"/model-customization-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","jobName","outputModelName","roleArn","creationTime","baseModelArn","hyperParameters","trainingDataConfig","validationDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"outputModelName":{},"outputModelArn":{},"clientRequestToken":{},"roleArn":{},"status":{},"failureMessage":{},"creationTime":{"shape":"S1d"},"lastModifiedTime":{"shape":"S1d"},"endTime":{"shape":"S1d"},"baseModelArn":{},"hyperParameters":{"shape":"Si"},"trainingDataConfig":{"shape":"Sc"},"validationDataConfig":{"shape":"Se"},"outputDataConfig":{"shape":"Sh"},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S19"},"validationMetrics":{"shape":"S1b"},"vpcConfig":{"shape":"Sk"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S1z"}}}},"GetProvisionedModelThroughput":{"http":{"method":"GET","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","required":["modelUnits","desiredModelUnits","provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","status","creationTime","lastModifiedTime"],"members":{"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"status":{},"creationTime":{"shape":"S1d"},"lastModifiedTime":{"shape":"S1d"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S1d"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S1d","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S1d","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"baseModelArnEquals":{"location":"querystring","locationName":"baseModelArnEquals"},"foundationModelArnEquals":{"location":"querystring","locationName":"foundationModelArnEquals"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime","baseModelArn","baseModelName"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S1d"},"baseModelArn":{},"baseModelName":{}}}}}}},"ListFoundationModels":{"http":{"method":"GET","requestUri":"/foundation-models","responseCode":200},"input":{"type":"structure","members":{"byProvider":{"location":"querystring","locationName":"byProvider"},"byCustomizationType":{"location":"querystring","locationName":"byCustomizationType"},"byOutputModality":{"location":"querystring","locationName":"byOutputModality"},"byInferenceType":{"location":"querystring","locationName":"byInferenceType"}}},"output":{"type":"structure","members":{"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S1k"},"outputModalities":{"shape":"S1k"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S1n"},"inferenceTypesSupported":{"shape":"S1p"}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S1d","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S1d","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCustomizationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","baseModelArn","jobName","status","creationTime"],"members":{"jobArn":{},"baseModelArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S1d"},"creationTime":{"shape":"S1d"},"endTime":{"shape":"S1d"},"customModelArn":{},"customModelName":{}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S1d","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S1d","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"modelArnEquals":{"location":"querystring","locationName":"modelArnEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"provisionedModelSummaries":{"type":"list","member":{"type":"structure","required":["provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","modelUnits","desiredModelUnits","status","creationTime","lastModifiedTime"],"members":{"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"status":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S1d"},"creationTime":{"shape":"S1d"},"lastModifiedTime":{"shape":"S1d"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S8"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S1z"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"S8"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateProvisionedModelThroughput":{"http":{"method":"PATCH","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"},"desiredProvisionedModelName":{},"desiredModelId":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S8":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sc":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"Se":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"Sh":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"Si":{"type":"map","key":{},"value":{}},"Sk":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S19":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S1b":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S1d":{"type":"timestamp","timestampFormat":"iso8601"},"S1k":{"type":"list","member":{}},"S1n":{"type":"list","member":{}},"S1p":{"type":"list","member":{}},"S1z":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S22"}}},"s3Config":{"shape":"S22"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S22":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}}
/***/ }),
-/* 1338 */
+/* 1335 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListCustomModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListModelCustomizationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCustomizationJobSummaries"},"ListProvisionedModelThroughputs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"provisionedModelSummaries"}}}
/***/ }),
-/* 1339 */
+/* 1336 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1340 */
+/* 1337 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64378,8 +64341,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.BedrockRuntime = Service.defineService('bedrockruntime', ['2023-09-30']);
Object.defineProperty(apiLoader.services['bedrockruntime'], '2023-09-30', {
get: function get() {
- var model = __webpack_require__(1341);
- model.paginators = __webpack_require__(1342).pagination;
+ var model = __webpack_require__(1338);
+ model.paginators = __webpack_require__(1339).pagination;
return model;
},
enumerable: true,
@@ -64390,19 +64353,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1341 */
+/* 1338 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-09-30","endpointPrefix":"bedrock-runtime","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Bedrock Runtime","serviceId":"Bedrock Runtime","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-runtime-2023-09-30"},"operations":{"InvokeModel":{"http":{"requestUri":"/model/{modelId}/invoke","responseCode":200},"input":{"type":"structure","required":["body","modelId"],"members":{"accept":{"location":"header","locationName":"Accept"},"body":{"shape":"S3"},"contentType":{"location":"header","locationName":"Content-Type"},"modelId":{"location":"uri","locationName":"modelId"}},"payload":"body"},"output":{"type":"structure","required":["body","contentType"],"members":{"body":{"shape":"S3"},"contentType":{"location":"header","locationName":"Content-Type"}},"payload":"body"}},"InvokeModelWithResponseStream":{"http":{"requestUri":"/model/{modelId}/invoke-with-response-stream","responseCode":200},"input":{"type":"structure","required":["body","modelId"],"members":{"accept":{"location":"header","locationName":"X-Amzn-Bedrock-Accept"},"body":{"shape":"S3"},"contentType":{"location":"header","locationName":"Content-Type"},"modelId":{"location":"uri","locationName":"modelId"}},"payload":"body"},"output":{"type":"structure","required":["body","contentType"],"members":{"body":{"type":"structure","members":{"chunk":{"type":"structure","members":{"bytes":{"type":"blob","sensitive":true}},"event":true,"sensitive":true},"internalServerException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":500},"exception":true,"fault":true},"modelStreamErrorException":{"type":"structure","members":{"message":{},"originalMessage":{},"originalStatusCode":{"type":"integer"}},"error":{"httpStatusCode":424,"senderFault":true},"exception":true},"modelTimeoutException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":408,"senderFault":true},"exception":true},"throttlingException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":429,"senderFault":true},"exception":true},"validationException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true}},"eventstream":true},"contentType":{"location":"header","locationName":"X-Amzn-Bedrock-Content-Type"}},"payload":"body"}}},"shapes":{"S3":{"type":"blob","sensitive":true}}}
/***/ }),
-/* 1342 */
+/* 1339 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1343 */
+/* 1340 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64414,8 +64377,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.DataZone = Service.defineService('datazone', ['2018-05-10']);
Object.defineProperty(apiLoader.services['datazone'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1344);
- model.paginators = __webpack_require__(1345).pagination;
+ var model = __webpack_require__(1341);
+ model.paginators = __webpack_require__(1342).pagination;
return model;
},
enumerable: true,
@@ -64426,13 +64389,13 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1344 */
+/* 1341 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"datazone","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon DataZone","serviceId":"DataZone","signatureVersion":"v4","signingName":"datazone","uid":"datazone-2018-05-10"},"operations":{"AcceptPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"acceptChoices":{"type":"list","member":{"type":"structure","members":{"predictionChoice":{"type":"integer"},"predictionTarget":{}}}},"acceptRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","domainId","revision"],"members":{"assetId":{},"domainId":{},"revision":{}}},"idempotent":true},"AcceptSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sg"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CancelSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"So"},"subscribedPrincipal":{"shape":"S12"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CreateAsset":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier","typeIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"externalIdentifier":{"shape":"S1d"},"formsInput":{"shape":"S1e"},"glossaryTerms":{"shape":"S1j"},"name":{"shape":"S1l"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1m"},"typeIdentifier":{},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"externalIdentifier":{"shape":"S1d"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1q"},"glossaryTerms":{"shape":"S1j"},"id":{},"listing":{"shape":"S1t"},"name":{"shape":"S1l"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1m"},"readOnlyFormsOutput":{"shape":"S1q"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetRevision":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"shape":"S1e"},"glossaryTerms":{"shape":"S1j"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1l"},"predictionConfiguration":{"shape":"S1m"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"externalIdentifier":{"shape":"S1d"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1q"},"glossaryTerms":{"shape":"S1j"},"id":{},"listing":{"shape":"S1t"},"name":{"shape":"S1l"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1m"},"readOnlyFormsOutput":{"shape":"S1q"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/asset-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","formsInput","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"type":"map","key":{},"value":{"type":"structure","required":["typeIdentifier","typeRevision"],"members":{"required":{"type":"boolean"},"typeIdentifier":{},"typeRevision":{}}}},"name":{},"owningProjectIdentifier":{}}},"output":{"type":"structure","required":["domainId","formsOutput","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"formsOutput":{"shape":"S21"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateDataSource":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","projectIdentifier","type"],"members":{"assetFormsInput":{"shape":"S1e"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S24"},"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S2p"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S2q"},"schedule":{"shape":"S2r"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1q"},"configuration":{"shape":"S2w"},"createdAt":{"shape":"S35"},"description":{"shape":"Sp"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S37"},"id":{},"lastRunAt":{"shape":"S35"},"lastRunErrorMessage":{"shape":"S37"},"lastRunStatus":{},"name":{"shape":"S2p"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S2q"},"schedule":{"shape":"S2r"},"status":{},"type":{},"updatedAt":{"shape":"S35"}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/v2/domains","responseCode":201},"input":{"type":"structure","required":["domainExecutionRole","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"domainExecutionRole":{},"kmsKeyIdentifier":{},"name":{},"singleSignOn":{"shape":"S3f"},"tags":{"shape":"S3i"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3f"},"status":{},"tags":{"shape":"S3i"}}},"idempotent":true},"CreateEnvironment":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentProfileIdentifier","name","projectIdentifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentProfileIdentifier":{},"glossaryTerms":{"shape":"S1j"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S3p"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"deploymentProperties":{"shape":"S3v"},"description":{"shape":"Sp"},"domainId":{},"environmentActions":{"shape":"S3y"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastDeployment":{"shape":"S44"},"name":{"shape":"S4a"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4b"},"provisioningProperties":{"shape":"S4d"},"status":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"CreateEnvironmentProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier","name","projectIdentifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{},"name":{"shape":"S4k"},"projectIdentifier":{},"userParameters":{"shape":"S3p"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"CreateFormType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/form-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","model","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"model":{"shape":"S4n"},"name":{"shape":"S1s"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sp"},"domainId":{},"name":{"shape":"S1s"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{}}}},"CreateGlossary":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossaries","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S4s"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S4t"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S4s"},"domainId":{},"id":{},"name":{"shape":"S4t"},"owningProjectId":{},"status":{}}},"idempotent":true},"CreateGlossaryTerm":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossary-terms","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","glossaryIdentifier","name"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"}}},"idempotent":true},"CreateGroupProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/group-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S57"},"id":{},"status":{}}},"idempotent":true},"CreateListingChangeSet":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/change-set","responseCode":200},"input":{"type":"structure","required":["action","domainIdentifier","entityIdentifier","entityType"],"members":{"action":{},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{},"entityRevision":{},"entityType":{}}},"output":{"type":"structure","required":["listingId","listingRevision","status"],"members":{"listingId":{},"listingRevision":{},"status":{}}}},"CreateProject":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name"],"members":{"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1j"},"name":{"shape":"S14"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastUpdatedAt":{"shape":"S3u"},"name":{"shape":"S14"}}}},"CreateProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership","responseCode":201},"input":{"type":"structure","required":["designation","domainIdentifier","member","projectIdentifier"],"members":{"designation":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S5j"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}}},"CreateSubscriptionGrant":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","grantedEntity","subscriptionTargetIdentifier"],"members":{"assetTargetNames":{"type":"list","member":{"type":"structure","required":["assetId","targetName"],"members":{"assetId":{},"targetName":{}}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{},"grantedEntity":{"type":"structure","members":{"listing":{"type":"structure","required":["identifier","revision"],"members":{"identifier":{},"revision":{}}}},"union":true},"subscriptionTargetIdentifier":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S5s"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S5x"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionRequest":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","requestReason","subscribedListings","subscribedPrincipals"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"requestReason":{"shape":"Sl"},"subscribedListings":{"type":"list","member":{"type":"structure","required":["identifier"],"members":{"identifier":{}}}},"subscribedPrincipals":{"type":"list","member":{"type":"structure","members":{"project":{"type":"structure","members":{"identifier":{}}}},"union":true}}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionTarget":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","domainIdentifier","environmentIdentifier","manageAccessRole","name","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S6e"},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6e"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateUserProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/user-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"userIdentifier":{},"userType":{}}},"output":{"type":"structure","members":{"details":{"shape":"S6m"},"domainId":{},"id":{},"status":{},"type":{}}},"idempotent":true},"DeleteAsset":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAssetType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1q"},"configuration":{"shape":"S2w"},"createdAt":{"shape":"S35"},"description":{"shape":"Sp"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S37"},"id":{},"lastRunAt":{"shape":"S35"},"lastRunErrorMessage":{"shape":"S37"},"lastRunStatus":{},"name":{"shape":"S2p"},"projectId":{},"publishOnImport":{"type":"boolean"},"schedule":{"shape":"S2r"},"status":{},"type":{},"updatedAt":{"shape":"S35"}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/v2/domains/{identifier}","responseCode":202},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"idempotent":true},"DeleteEnvironment":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteEnvironmentBlueprintConfiguration":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteEnvironmentProfile":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteFormType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"}}},"output":{"type":"structure","members":{}}},"DeleteGlossary":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGlossaryTerm":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteListing":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProject":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","member","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S5j"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSubscriptionGrant":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S5s"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S5x"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"DeleteSubscriptionRequest":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteSubscriptionTarget":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"GetAsset":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"externalIdentifier":{"shape":"S1d"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1q"},"glossaryTerms":{"shape":"S1j"},"id":{},"listing":{"shape":"S1t"},"name":{"shape":"S1l"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1q"},"revision":{},"typeIdentifier":{},"typeRevision":{}}}},"GetAssetType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"formsOutput":{"shape":"S21"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1q"},"configuration":{"shape":"S2w"},"createdAt":{"shape":"S35"},"description":{"shape":"Sp"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S37"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S35"},"lastRunErrorMessage":{"shape":"S37"},"lastRunStatus":{},"name":{"shape":"S2p"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S2q"},"schedule":{"shape":"S2r"},"status":{},"type":{},"updatedAt":{"shape":"S35"}}}},"GetDataSourceRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S35"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S37"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S7w"},"startedAt":{"shape":"S35"},"status":{},"stoppedAt":{"shape":"S35"},"type":{},"updatedAt":{"shape":"S35"}}}},"GetDomain":{"http":{"method":"GET","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainExecutionRole","id","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3f"},"status":{},"tags":{"shape":"S3i"}}}},"GetEnvironment":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"deploymentProperties":{"shape":"S3v"},"description":{"shape":"Sp"},"domainId":{},"environmentActions":{"shape":"S3y"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastDeployment":{"shape":"S44"},"name":{"shape":"S4a"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4b"},"provisioningProperties":{"shape":"S4d"},"status":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"GetEnvironmentBlueprint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S3u"},"deploymentProperties":{"shape":"S3v"},"description":{"shape":"Sp"},"glossaryTerms":{"shape":"S1j"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4d"},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"GetEnvironmentBlueprintConfiguration":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S3u"},"domainId":{},"enabledRegions":{"shape":"S87"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S89"},"updatedAt":{"shape":"S3u"}}}},"GetEnvironmentProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"GetFormType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","model","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"imports":{"shape":"S8f"},"model":{"shape":"S4n"},"name":{"shape":"S1s"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"GetGlossary":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S4s"},"domainId":{},"id":{},"name":{"shape":"S4t"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGlossaryTerm":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGroupProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S57"},"id":{},"status":{}}}},"GetIamPortalLoginUrl":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/get-portal-login-url","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["userProfileId"],"members":{"authCodeUrl":{},"userProfileId":{}}}},"GetListing":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"listingRevision":{"location":"querystring","locationName":"listingRevision"}}},"output":{"type":"structure","required":["domainId","id","listingRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"assetId":{},"assetRevision":{},"assetType":{},"createdAt":{"type":"timestamp"},"forms":{},"glossaryTerms":{"shape":"Sv"},"owningProjectId":{}}}},"union":true},"listingRevision":{},"name":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetProject":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastUpdatedAt":{"shape":"S3u"},"name":{"shape":"S14"}}}},"GetSubscription":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"So"},"subscribedPrincipal":{"shape":"S12"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionGrant":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S5s"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S5x"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionRequestDetails":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionTarget":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6e"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetUserProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"type":{"location":"querystring","locationName":"type"},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S6m"},"domainId":{},"id":{},"status":{},"type":{}}}},"ListAssetRevisions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"revision":{}}}},"nextToken":{}}}},"ListDataSourceRunActivities":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataAssetStatus","dataSourceRunId","database","projectId","technicalName","updatedAt"],"members":{"createdAt":{"shape":"S35"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S2p"},"errorMessage":{"shape":"S37"},"projectId":{},"technicalDescription":{"shape":"Sp"},"technicalName":{"shape":"S2p"},"updatedAt":{"shape":"S35"}}}},"nextToken":{}}}},"ListDataSourceRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataSourceId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S35"},"dataSourceId":{},"errorMessage":{"shape":"S37"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S7w"},"startedAt":{"shape":"S35"},"status":{},"stoppedAt":{"shape":"S35"},"type":{},"updatedAt":{"shape":"S35"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"querystring","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S2p","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["dataSourceId","domainId","environmentId","name","status","type"],"members":{"createdAt":{"shape":"S35"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S35"},"lastRunErrorMessage":{"shape":"S37"},"lastRunStatus":{},"name":{"shape":"S2p"},"schedule":{"shape":"S2r"},"status":{},"type":{},"updatedAt":{"shape":"S35"}}}},"nextToken":{}}}},"ListDomains":{"http":{"method":"GET","requestUri":"/v2/domains","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["arn","createdAt","id","managedAccountId","name","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{"type":"string","sensitive":true},"id":{},"lastUpdatedAt":{"type":"timestamp"},"managedAccountId":{},"name":{"type":"string","sensitive":true},"portalUrl":{},"status":{}}}},"nextToken":{}}}},"ListEnvironmentBlueprintConfigurations":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S3u"},"domainId":{},"enabledRegions":{"shape":"S87"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S89"},"updatedAt":{"shape":"S3u"}}}},"nextToken":{}}}},"ListEnvironmentBlueprints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"managed":{"location":"querystring","locationName":"managed","type":"boolean"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S3u"},"description":{"shape":"Sp"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4d"},"updatedAt":{"shape":"S3u"}}}},"nextToken":{}}}},"ListEnvironmentProfiles":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S4k","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"updatedAt":{"shape":"S3u"}}}},"nextToken":{}}}},"ListEnvironments":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"environmentProfileIdentifier":{"location":"querystring","locationName":"environmentProfileIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"provider":{"location":"querystring","locationName":"provider"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S4a"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S3u"}}}},"nextToken":{}}}},"ListNotifications":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/notifications","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","type"],"members":{"afterTimestamp":{"location":"querystring","locationName":"afterTimestamp","type":"timestamp"},"beforeTimestamp":{"location":"querystring","locationName":"beforeTimestamp","type":"timestamp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"subjects":{"location":"querystring","locationName":"subjects","type":"list","member":{}},"taskStatus":{"location":"querystring","locationName":"taskStatus"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"nextToken":{},"notifications":{"type":"list","member":{"type":"structure","required":["actionLink","creationTimestamp","domainIdentifier","identifier","lastUpdatedTimestamp","message","title","topic","type"],"members":{"actionLink":{"type":"string","sensitive":true},"creationTimestamp":{"type":"timestamp"},"domainIdentifier":{},"identifier":{},"lastUpdatedTimestamp":{"type":"timestamp"},"message":{"type":"string","sensitive":true},"metadata":{"type":"map","key":{},"value":{}},"status":{},"title":{"type":"string","sensitive":true},"topic":{"type":"structure","required":["resource","role","subject"],"members":{"resource":{"type":"structure","required":["id","type"],"members":{"id":{},"name":{},"type":{}}},"role":{},"subject":{}}},"type":{}}}}}}},"ListProjectMemberships":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["designation","memberDetails"],"members":{"designation":{},"memberDetails":{"type":"structure","members":{"group":{"type":"structure","required":["groupId"],"members":{"groupId":{}}},"user":{"type":"structure","required":["userId"],"members":{"userId":{}}}},"union":true}}}},"nextToken":{}}}},"ListProjects":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"querystring","locationName":"groupIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S14","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"userIdentifier":{"location":"querystring","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"id":{},"name":{"shape":"S14"},"updatedAt":{"shape":"S3u"}}}},"nextToken":{}}}},"ListSubscriptionGrants":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentId":{"location":"querystring","locationName":"environmentId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionId":{"location":"querystring","locationName":"subscriptionId"},"subscriptionTargetId":{"location":"querystring","locationName":"subscriptionTargetId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S5s"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S5x"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionRequests":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionTargets":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6e"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionRequestIdentifier":{"location":"querystring","locationName":"subscriptionRequestIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"So"},"subscribedPrincipal":{"shape":"S12"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3i"}}}},"PutEnvironmentBlueprintConfiguration":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","enabledRegions","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enabledRegions":{"shape":"S87"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S89"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S3u"},"domainId":{},"enabledRegions":{"shape":"S87"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S89"},"updatedAt":{"shape":"S3u"}}},"idempotent":true},"RejectPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"rejectChoices":{"type":"list","member":{"type":"structure","members":{"predictionChoices":{"type":"list","member":{"type":"integer"}},"predictionTarget":{}}}},"rejectRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","assetRevision","domainId"],"members":{"assetId":{},"assetRevision":{},"domainId":{}}},"idempotent":true},"RejectSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sg"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"RevokeSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"retainPermissions":{"type":"boolean"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"So"},"subscribedPrincipal":{"shape":"S12"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"Search":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","searchScope"],"members":{"additionalAttributes":{"shape":"Sc7"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sc9"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Sce"},"searchScope":{},"searchText":{},"sort":{"shape":"Sci"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetItem":{"type":"structure","required":["domainId","identifier","name","owningProjectId","typeIdentifier","typeRevision"],"members":{"additionalAttributes":{"type":"structure","members":{"formsOutput":{"shape":"S1q"},"readOnlyFormsOutput":{"shape":"S1q"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"externalIdentifier":{"shape":"S1d"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1j"},"identifier":{},"name":{"shape":"S1l"},"owningProjectId":{},"typeIdentifier":{},"typeRevision":{}}},"dataProductItem":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"dataProductItems":{"type":"list","member":{"type":"structure","members":{"domainId":{},"itemId":{}}}},"description":{"type":"string","sensitive":true},"domainId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"name":{"type":"string","sensitive":true},"owningProjectId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryItem":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S4s"},"domainId":{},"id":{},"name":{"shape":"S4t"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryTermItem":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchGroupProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-group-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupType":{},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S57"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sc7"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sc9"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sce"},"searchText":{},"sort":{"shape":"Sci"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sp"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sv"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1l"},"owningProjectId":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchTypes":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/types-search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","managed","searchScope"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sc9"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sce"},"searchScope":{},"searchText":{},"sort":{"shape":"Sci"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetTypeItem":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"formsOutput":{"shape":"S21"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"formTypeItem":{"type":"structure","required":["domainId","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"imports":{"shape":"S8f"},"model":{"shape":"S4n"},"name":{"shape":"S1s"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchUserProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-user-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true},"userType":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"details":{"shape":"S6m"},"domainId":{},"id":{},"status":{},"type":{}}}},"nextToken":{}}}},"StartDataSourceRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S35"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S37"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S7w"},"startedAt":{"shape":"S35"},"status":{},"stoppedAt":{"shape":"S35"},"type":{},"updatedAt":{"shape":"S35"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3i"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"assetFormsInput":{"shape":"S1e"},"configuration":{"shape":"S24"},"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S2p"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S2q"},"schedule":{"shape":"S2r"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1q"},"configuration":{"shape":"S2w"},"createdAt":{"shape":"S35"},"description":{"shape":"Sp"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S37"},"id":{},"lastRunAt":{"shape":"S35"},"lastRunErrorMessage":{"shape":"S37"},"lastRunStatus":{},"name":{"shape":"S2p"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S2q"},"schedule":{"shape":"S2r"},"status":{},"type":{},"updatedAt":{"shape":"S35"}}},"idempotent":true},"UpdateDomain":{"http":{"method":"PUT","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"description":{},"domainExecutionRole":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"singleSignOn":{"shape":"S3f"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S3f"}}},"idempotent":true},"UpdateEnvironment":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1j"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"deploymentProperties":{"shape":"S3v"},"description":{"shape":"Sp"},"domainId":{},"environmentActions":{"shape":"S3y"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastDeployment":{"shape":"S44"},"name":{"shape":"S4a"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4b"},"provisioningProperties":{"shape":"S4d"},"status":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"UpdateEnvironmentProfile":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S4k"},"userParameters":{"shape":"S3p"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"updatedAt":{"shape":"S3u"},"userParameters":{"shape":"S4g"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S4s"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S4t"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S4s"},"domainId":{},"id":{},"name":{"shape":"S4t"},"owningProjectId":{},"status":{}}},"idempotent":true},"UpdateGlossaryTerm":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"identifier":{"location":"uri","locationName":"identifier"},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S4y"},"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"},"status":{},"termRelations":{"shape":"S50"}}},"idempotent":true},"UpdateGroupProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier","status"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"},"status":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S57"},"id":{},"status":{}}}},"UpdateProject":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{"shape":"Sp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1j"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S14"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S3u"},"createdBy":{},"description":{"shape":"Sp"},"domainId":{},"glossaryTerms":{"shape":"S1j"},"id":{},"lastUpdatedAt":{"shape":"S3u"},"name":{"shape":"S14"}}},"idempotent":true},"UpdateSubscriptionGrantStatus":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier","status"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"failureCause":{"shape":"S5u"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S5s"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S5x"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionRequest":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","requestReason"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"requestReason":{"shape":"Sl"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sg"},"domainId":{},"id":{},"requestReason":{"shape":"Sl"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"So"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S12"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionTarget":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S6e"},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6b"},"authorizedPrincipals":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6e"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6f"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateUserProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","status","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"status":{},"type":{},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S6m"},"domainId":{},"id":{},"status":{},"type":{}}}}},"shapes":{"Sg":{"type":"string","sensitive":true},"Sl":{"type":"string","sensitive":true},"So":{"type":"structure","required":["description","id","item","name","ownerProjectId"],"members":{"description":{"shape":"Sp"},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"entityId":{},"entityRevision":{},"entityType":{},"forms":{},"glossaryTerms":{"shape":"Sv"}}}},"union":true},"name":{},"ownerProjectId":{},"ownerProjectName":{},"revision":{}}},"Sp":{"type":"string","sensitive":true},"Sv":{"type":"list","member":{"type":"structure","members":{"name":{"shape":"Sx"},"shortDescription":{"shape":"Sy"}}}},"Sx":{"type":"string","sensitive":true},"Sy":{"type":"string","sensitive":true},"S12":{"type":"structure","members":{"project":{"type":"structure","members":{"id":{},"name":{"shape":"S14"}}}},"union":true},"S14":{"type":"string","sensitive":true},"S1d":{"type":"string","sensitive":true},"S1e":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1j":{"type":"list","member":{}},"S1l":{"type":"string","sensitive":true},"S1m":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1q":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1s"},"typeRevision":{}}}},"S1s":{"type":"string","sensitive":true},"S1t":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S21":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1s"},"typeRevision":{}}}},"S24":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S27"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2h"},"redshiftStorage":{"shape":"S2j"},"relationalFilterConfigurations":{"shape":"S27"}}}},"union":true},"S27":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S2h":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S2j":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S2p":{"type":"string","sensitive":true},"S2q":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S2r":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S2w":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S27"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2h"},"redshiftStorage":{"shape":"S2j"},"region":{},"relationalFilterConfigurations":{"shape":"S27"}}}},"union":true},"S35":{"type":"timestamp","timestampFormat":"iso8601"},"S37":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S3f":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S3i":{"type":"map","key":{},"value":{}},"S3p":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S3u":{"type":"timestamp","timestampFormat":"iso8601"},"S3v":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S3y":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S44":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S4a":{"type":"string","sensitive":true},"S4b":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S4d":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S4g":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sp"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S4k":{"type":"string","sensitive":true},"S4n":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S4s":{"type":"string","sensitive":true},"S4t":{"type":"string","sensitive":true},"S4y":{"type":"string","sensitive":true},"S50":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S57":{"type":"string","sensitive":true},"S5j":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S5s":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S5u"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S5u":{"type":"structure","members":{"message":{}}},"S5x":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S6b":{"type":"list","member":{}},"S6c":{"type":"list","member":{}},"S6e":{"type":"string","sensitive":true},"S6f":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S6m":{"type":"structure","members":{"iam":{"type":"structure","members":{"arn":{}}},"sso":{"type":"structure","members":{"firstName":{"type":"string","sensitive":true},"lastName":{"type":"string","sensitive":true},"username":{"type":"string","sensitive":true}}}},"union":true},"S7w":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S87":{"type":"list","member":{}},"S89":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"S8f":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1s"},"revision":{}}}},"Sc7":{"type":"list","member":{}},"Sc9":{"type":"structure","members":{"and":{"shape":"Sca"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Sca"}},"union":true},"Sca":{"type":"list","member":{"shape":"Sc9"}},"Sce":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Sci":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
/***/ }),
-/* 1345 */
+/* 1342 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAssetRevisions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRunActivities":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDomains":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprintConfigurations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListNotifications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"notifications"},"ListProjectMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListProjects":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionGrants":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionRequests":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionTargets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"Search":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchGroupProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchListings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchTypes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchUserProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js
index 67a092a816..5fa4457f6f 100644
--- a/dist/aws-sdk.js
+++ b/dist/aws-sdk.js
@@ -1,4 +1,4 @@
-// AWS SDK for JavaScript v2.1476.0
+// AWS SDK for JavaScript v2.1477.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 `0`",state:"success"}]},CompositeAlarmExists:{delay:5,maxAttempts:40,operation:"DescribeAlarms",acceptors:[{matcher:"path",expected:!0,argument:"length(CompositeAlarms[]) > `0`",state:"success"}]}}}},{}],173:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2017-01-17",endpointPrefix:"mturk-requester",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Amazon MTurk",serviceFullName:"Amazon Mechanical Turk",serviceId:"MTurk",signatureVersion:"v4",targetPrefix:"MTurkRequesterServiceV20170117",uid:"mturk-requester-2017-01-17"},operations:{AcceptQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},IntegerValue:{type:"integer"}}},output:{type:"structure",members:{}}},ApproveAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{},RequesterFeedback:{},OverrideRejection:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},AssociateQualificationWithWorker:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{},IntegerValue:{type:"integer"},SendNotification:{type:"boolean"}}},output:{type:"structure",members:{}}},CreateAdditionalAssignmentsForHIT:{input:{type:"structure",required:["HITId","NumberOfAdditionalAssignments"],members:{HITId:{},NumberOfAdditionalAssignments:{type:"integer"},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},CreateHIT:{input:{type:"structure",required:["LifetimeInSeconds","AssignmentDurationInSeconds","Reward","Title","Description"],members:{MaxAssignments:{type:"integer"},AutoApprovalDelayInSeconds:{type:"long"},LifetimeInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},Question:{},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateHITType:{input:{type:"structure",required:["AssignmentDurationInSeconds","Reward","Title","Description"],members:{AutoApprovalDelayInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},QualificationRequirements:{shape:"Si"}}},output:{type:"structure",members:{HITTypeId:{}}},idempotent:!0},CreateHITWithHITType:{input:{type:"structure",required:["HITTypeId","LifetimeInSeconds"],members:{HITTypeId:{},MaxAssignments:{type:"integer"},LifetimeInSeconds:{type:"long"},Question:{},RequesterAnnotation:{},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateQualificationType:{input:{type:"structure",required:["Name","Description","QualificationTypeStatus"],members:{Name:{},Keywords:{},Description:{},QualificationTypeStatus:{},RetryDelayInSeconds:{type:"long"},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}},CreateWorkerBlock:{input:{type:"structure",required:["WorkerId","Reason"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}}},DeleteHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteWorkerBlock:{input:{type:"structure",required:["WorkerId"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}},idempotent:!0},DisassociateQualificationFromWorker:{input:{type:"structure",required:["WorkerId","QualificationTypeId"],members:{WorkerId:{},QualificationTypeId:{},Reason:{}}},output:{type:"structure",members:{}}},GetAccountBalance:{input:{type:"structure",members:{}},output:{type:"structure",members:{AvailableBalance:{},OnHoldBalance:{}}},idempotent:!0},GetAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{}}},output:{type:"structure",members:{Assignment:{shape:"S1p"},HIT:{shape:"Sz"}}},idempotent:!0},GetFileUploadURL:{input:{type:"structure",required:["AssignmentId","QuestionIdentifier"],members:{AssignmentId:{},QuestionIdentifier:{}}},output:{type:"structure",members:{FileUploadURL:{}}},idempotent:!0},GetHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}},idempotent:!0},GetQualificationScore:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{}}},output:{type:"structure",members:{Qualification:{shape:"S1x"}}},idempotent:!0},GetQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}},idempotent:!0},ListAssignmentsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},NextToken:{},MaxResults:{type:"integer"},AssignmentStatuses:{type:"list",member:{}}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Assignments:{type:"list",member:{shape:"S1p"}}}},idempotent:!0},ListBonusPayments:{input:{type:"structure",members:{HITId:{},AssignmentId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},BonusPayments:{type:"list",member:{type:"structure",members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},GrantTime:{type:"timestamp"}}}}}},idempotent:!0},ListHITs:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListHITsForQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListQualificationRequests:{input:{type:"structure",members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationRequests:{type:"list",member:{type:"structure",members:{QualificationRequestId:{},QualificationTypeId:{},WorkerId:{},Test:{},Answer:{},SubmitTime:{type:"timestamp"}}}}}},idempotent:!0},ListQualificationTypes:{input:{type:"structure",required:["MustBeRequestable"],members:{Query:{},MustBeRequestable:{type:"boolean"},MustBeOwnedByCaller:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationTypes:{type:"list",member:{shape:"S1a"}}}},idempotent:!0},ListReviewPolicyResultsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},PolicyLevels:{type:"list",member:{}},RetrieveActions:{type:"boolean"},RetrieveResults:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{HITId:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},AssignmentReviewReport:{shape:"S2r"},HITReviewReport:{shape:"S2r"},NextToken:{}}},idempotent:!0},ListReviewableHITs:{input:{type:"structure",members:{HITTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListWorkerBlocks:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},WorkerBlocks:{type:"list",member:{type:"structure",members:{WorkerId:{},Reason:{}}}}}},idempotent:!0},ListWorkersWithQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Qualifications:{type:"list",member:{shape:"S1x"}}}},idempotent:!0},NotifyWorkers:{input:{type:"structure",required:["Subject","MessageText","WorkerIds"],members:{Subject:{},MessageText:{},WorkerIds:{type:"list",member:{}}}},output:{type:"structure",members:{NotifyWorkersFailureStatuses:{type:"list",member:{type:"structure",members:{NotifyWorkersFailureCode:{},NotifyWorkersFailureMessage:{},WorkerId:{}}}}}}},RejectAssignment:{input:{type:"structure",required:["AssignmentId","RequesterFeedback"],members:{AssignmentId:{},RequesterFeedback:{}}},output:{type:"structure",members:{}},idempotent:!0},RejectQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},Reason:{}}},output:{type:"structure",members:{}}},SendBonus:{input:{type:"structure",required:["WorkerId","BonusAmount","AssignmentId","Reason"],members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},SendTestEventNotification:{input:{type:"structure",required:["Notification","TestEventType"],members:{Notification:{shape:"S3k"},TestEventType:{}}},output:{type:"structure",members:{}}},UpdateExpirationForHIT:{input:{type:"structure",required:["HITId","ExpireAt"],members:{HITId:{},ExpireAt:{type:"timestamp"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITReviewStatus:{input:{type:"structure",required:["HITId"],members:{HITId:{},Revert:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITTypeOfHIT:{input:{type:"structure",required:["HITId","HITTypeId"],members:{HITId:{},HITTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},UpdateNotificationSettings:{input:{type:"structure",required:["HITTypeId"],members:{HITTypeId:{},Notification:{shape:"S3k"},Active:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Description:{},QualificationTypeStatus:{},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},RetryDelayInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}}},shapes:{Si:{type:"list",member:{type:"structure",required:["QualificationTypeId","Comparator"],members:{QualificationTypeId:{},Comparator:{},IntegerValues:{type:"list",member:{type:"integer"}},LocaleValues:{type:"list",member:{shape:"Sn"}},RequiredToPreview:{deprecated:!0,type:"boolean"},ActionsGuarded:{}}}},Sn:{type:"structure",required:["Country"],members:{Country:{},Subdivision:{}}},Sq:{type:"structure",required:["PolicyName"],members:{PolicyName:{},Parameters:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"},MapEntries:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"}}}}}}}}},St:{type:"list",member:{}},Sw:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},Sz:{type:"structure",members:{HITId:{},HITTypeId:{},HITGroupId:{},HITLayoutId:{},CreationTime:{type:"timestamp"},Title:{},Description:{},Question:{},Keywords:{},HITStatus:{},MaxAssignments:{type:"integer"},Reward:{},AutoApprovalDelayInSeconds:{type:"long"},Expiration:{type:"timestamp"},AssignmentDurationInSeconds:{type:"long"},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},HITReviewStatus:{},NumberOfAssignmentsPending:{type:"integer"},NumberOfAssignmentsAvailable:{type:"integer"},NumberOfAssignmentsCompleted:{type:"integer"}}},S1a:{type:"structure",members:{QualificationTypeId:{},CreationTime:{type:"timestamp"},Name:{},Description:{},Keywords:{},QualificationTypeStatus:{},Test:{},TestDurationInSeconds:{type:"long"},AnswerKey:{},RetryDelayInSeconds:{type:"long"},IsRequestable:{type:"boolean"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},S1p:{type:"structure",members:{AssignmentId:{},WorkerId:{},HITId:{},AssignmentStatus:{},AutoApprovalTime:{type:"timestamp"},AcceptTime:{type:"timestamp"},SubmitTime:{type:"timestamp"},ApprovalTime:{type:"timestamp"},RejectionTime:{type:"timestamp"},Deadline:{type:"timestamp"},Answer:{},RequesterFeedback:{}}},S1x:{type:"structure",members:{QualificationTypeId:{},WorkerId:{},GrantTime:{type:"timestamp"},IntegerValue:{type:"integer"},LocaleValue:{shape:"Sn"},Status:{}}},S2d:{type:"list",member:{shape:"Sz"}},S2r:{type:"structure",members:{ReviewResults:{type:"list",member:{type:"structure",members:{ActionId:{},SubjectId:{},SubjectType:{},QuestionId:{},Key:{},Value:{}}}},ReviewActions:{type:"list",member:{type:"structure",members:{ActionId:{},ActionName:{},TargetId:{},TargetType:{},Status:{},CompleteTime:{type:"timestamp"},Result:{},ErrorCode:{}}}}}},S3k:{type:"structure",required:["Destination","Transport","Version","EventTypes"],members:{Destination:{},Transport:{},Version:{},EventTypes:{type:"list",member:{}}}}}}},{}],174:[function(e,t,r){t.exports={pagination:{ListAssignmentsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListBonusPayments:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITsForQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationRequests:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationTypes:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewPolicyResultsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewableHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkerBlocks:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkersWithQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},{}],175:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2013-02-18",endpointPrefix:"opsworks",jsonVersion:"1.1",protocol:"json",serviceFullName:"AWS OpsWorks",serviceId:"OpsWorks",signatureVersion:"v4",targetPrefix:"OpsWorks_20130218",uid:"opsworks-2013-02-18"},operations:{AssignInstance:{input:{type:"structure",required:["InstanceId","LayerIds"],members:{InstanceId:{},LayerIds:{shape:"S3"}}}},AssignVolume:{input:{type:"structure",required:["VolumeId"],members:{VolumeId:{},InstanceId:{}}}},AssociateElasticIp:{input:{type:"structure",required:["ElasticIp"],members:{ElasticIp:{},InstanceId:{}}}},AttachElasticLoadBalancer:{input:{type:"structure",required:["ElasticLoadBalancerName","LayerId"],members:{ElasticLoadBalancerName:{},LayerId:{}}}},CloneStack:{input:{type:"structure",required:["SourceStackId","ServiceRoleArn"],members:{SourceStackId:{},Name:{},Region:{},VpcId:{},Attributes:{shape:"S8"},ServiceRoleArn:{},DefaultInstanceProfileArn:{},DefaultOs:{},HostnameTheme:{},DefaultAvailabilityZone:{},DefaultSubnetId:{},CustomJson:{},ConfigurationManager:{shape:"Sa"},ChefConfiguration:{shape:"Sb"},UseCustomCookbooks:{type:"boolean"},UseOpsworksSecurityGroups:{type:"boolean"},CustomCookbooksSource:{shape:"Sd"},DefaultSshKeyName:{},ClonePermissions:{type:"boolean"},CloneAppIds:{shape:"S3"},DefaultRootDeviceType:{},AgentVersion:{}}},output:{type:"structure",members:{StackId:{}}}},CreateApp:{input:{type:"structure",required:["StackId","Name","Type"],members:{StackId:{},Shortname:{},Name:{},Description:{},DataSources:{shape:"Si"},Type:{},AppSource:{shape:"Sd"},Domains:{shape:"S3"},EnableSsl:{type:"boolean"},SslConfiguration:{shape:"Sl"},Attributes:{shape:"Sm"},Environment:{shape:"So"}}},output:{type:"structure",members:{AppId:{}}}},CreateDeployment:{input:{type:"structure",required:["StackId","Command"],members:{StackId:{},AppId:{},InstanceIds:{shape:"S3"},LayerIds:{shape:"S3"},Command:{shape:"Ss"},Comment:{},CustomJson:{}}},output:{type:"structure",members:{DeploymentId:{}}}},CreateInstance:{input:{type:"structure",required:["StackId","LayerIds","InstanceType"],members:{StackId:{},LayerIds:{shape:"S3"},InstanceType:{},AutoScalingType:{},Hostname:{},Os:{},AmiId:{},SshKeyName:{},AvailabilityZone:{},VirtualizationType:{},SubnetId:{},Architecture:{},RootDeviceType:{},BlockDeviceMappings:{shape:"Sz"},InstallUpdatesOnBoot:{type:"boolean"},EbsOptimized:{type:"boolean"},AgentVersion:{},Tenancy:{}}},output:{type:"structure",members:{InstanceId:{}}}},CreateLayer:{input:{type:"structure",required:["StackId","Type","Name","Shortname"],members:{StackId:{},Type:{},Name:{},Shortname:{},Attributes:{shape:"S17"},CloudWatchLogsConfiguration:{shape:"S19"},CustomInstanceProfileArn:{},CustomJson:{},CustomSecurityGroupIds:{shape:"S3"},Packages:{shape:"S3"},VolumeConfigurations:{shape:"S1f"},EnableAutoHealing:{type:"boolean"},AutoAssignElasticIps:{type:"boolean"},AutoAssignPublicIps:{type:"boolean"},CustomRecipes:{shape:"S1h"},InstallUpdatesOnBoot:{type:"boolean"},UseEbsOptimizedInstances:{type:"boolean"},LifecycleEventConfiguration:{shape:"S1i"}}},output:{type:"structure",members:{LayerId:{}}}},CreateStack:{input:{type:"structure",required:["Name","Region","ServiceRoleArn","DefaultInstanceProfileArn"],members:{Name:{},Region:{},VpcId:{},Attributes:{shape:"S8"},ServiceRoleArn:{},
+argument:"Results[].Status"}]}}}},{}],162:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2018-09-17",endpointPrefix:"catalog.marketplace",jsonVersion:"1.1",protocol:"rest-json",serviceAbbreviation:"AWS Marketplace Catalog",serviceFullName:"AWS Marketplace Catalog Service",serviceId:"Marketplace Catalog",signatureVersion:"v4",signingName:"aws-marketplace",uid:"marketplace-catalog-2018-09-17"},operations:{CancelChangeSet:{http:{method:"PATCH",requestUri:"/CancelChangeSet"},input:{type:"structure",required:["Catalog","ChangeSetId"],members:{Catalog:{location:"querystring",locationName:"catalog"},ChangeSetId:{location:"querystring",locationName:"changeSetId"}}},output:{type:"structure",members:{ChangeSetId:{},ChangeSetArn:{}}}},DeleteResourcePolicy:{http:{method:"DELETE",requestUri:"/DeleteResourcePolicy"},input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{location:"querystring",locationName:"resourceArn"}}},output:{type:"structure",members:{}}},DescribeChangeSet:{http:{method:"GET",requestUri:"/DescribeChangeSet"},input:{type:"structure",required:["Catalog","ChangeSetId"],members:{Catalog:{location:"querystring",locationName:"catalog"},ChangeSetId:{location:"querystring",locationName:"changeSetId"}}},output:{type:"structure",members:{ChangeSetId:{},ChangeSetArn:{},ChangeSetName:{},StartTime:{},EndTime:{},Status:{},FailureCode:{},FailureDescription:{},ChangeSet:{type:"list",member:{type:"structure",members:{ChangeType:{},Entity:{shape:"Sj"},Details:{},DetailsDocument:{shape:"Sn"},ErrorDetailList:{type:"list",member:{type:"structure",members:{ErrorCode:{},ErrorMessage:{}}}},ChangeName:{}}}}}}},DescribeEntity:{http:{method:"GET",requestUri:"/DescribeEntity"},input:{type:"structure",required:["Catalog","EntityId"],members:{Catalog:{location:"querystring",locationName:"catalog"},EntityId:{location:"querystring",locationName:"entityId"}}},output:{type:"structure",members:{EntityType:{},EntityIdentifier:{},EntityArn:{},LastModifiedDate:{},Details:{},DetailsDocument:{shape:"Sn"}}}},GetResourcePolicy:{http:{method:"GET",requestUri:"/GetResourcePolicy"},input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{location:"querystring",locationName:"resourceArn"}}},output:{type:"structure",members:{Policy:{}}}},ListChangeSets:{http:{requestUri:"/ListChangeSets"},input:{type:"structure",required:["Catalog"],members:{Catalog:{},FilterList:{shape:"Sy"},Sort:{shape:"S13"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ChangeSetSummaryList:{type:"list",member:{type:"structure",members:{ChangeSetId:{},ChangeSetArn:{},ChangeSetName:{},StartTime:{},EndTime:{},Status:{},EntityIdList:{type:"list",member:{}},FailureCode:{}}}},NextToken:{}}}},ListEntities:{http:{requestUri:"/ListEntities"},input:{type:"structure",required:["Catalog","EntityType"],members:{Catalog:{},EntityType:{},FilterList:{shape:"Sy"},Sort:{shape:"S13"},NextToken:{},MaxResults:{type:"integer"},OwnershipType:{}}},output:{type:"structure",members:{EntitySummaryList:{type:"list",member:{type:"structure",members:{Name:{},EntityType:{},EntityId:{},EntityArn:{},LastModifiedDate:{},Visibility:{}}}},NextToken:{}}}},ListTagsForResource:{http:{requestUri:"/ListTagsForResource"},input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{ResourceArn:{},Tags:{shape:"S1m"}}}},PutResourcePolicy:{http:{requestUri:"/PutResourcePolicy"},input:{type:"structure",required:["ResourceArn","Policy"],members:{ResourceArn:{},Policy:{}}},output:{type:"structure",members:{}}},StartChangeSet:{http:{requestUri:"/StartChangeSet"},input:{type:"structure",required:["Catalog","ChangeSet"],members:{Catalog:{},ChangeSet:{type:"list",member:{type:"structure",required:["ChangeType","Entity"],members:{ChangeType:{},Entity:{shape:"Sj"},EntityTags:{shape:"S1m"},Details:{},DetailsDocument:{shape:"Sn"},ChangeName:{}}}},ChangeSetName:{},ClientRequestToken:{idempotencyToken:!0},ChangeSetTags:{shape:"S1m"}}},output:{type:"structure",members:{ChangeSetId:{},ChangeSetArn:{}}}},TagResource:{http:{requestUri:"/TagResource"},input:{type:"structure",required:["ResourceArn","Tags"],members:{ResourceArn:{},Tags:{shape:"S1m"}}},output:{type:"structure",members:{}}},UntagResource:{http:{requestUri:"/UntagResource"},input:{type:"structure",required:["ResourceArn","TagKeys"],members:{ResourceArn:{},TagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}}},shapes:{Sj:{type:"structure",required:["Type"],members:{Type:{},Identifier:{}}},Sn:{type:"structure",members:{},document:!0},Sy:{type:"list",member:{type:"structure",members:{Name:{},ValueList:{type:"list",member:{}}}}},S13:{type:"structure",members:{SortBy:{},SortOrder:{}}},S1m:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}}}}},{}],163:[function(e,t,r){t.exports={pagination:{ListChangeSets:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"ChangeSetSummaryList"},ListEntities:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"EntitySummaryList"}}}},{}],164:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2015-07-01",endpointPrefix:"marketplacecommerceanalytics",jsonVersion:"1.1",protocol:"json",serviceFullName:"AWS Marketplace Commerce Analytics",serviceId:"Marketplace Commerce Analytics",signatureVersion:"v4",signingName:"marketplacecommerceanalytics",targetPrefix:"MarketplaceCommerceAnalytics20150701",uid:"marketplacecommerceanalytics-2015-07-01"},operations:{GenerateDataSet:{input:{type:"structure",required:["dataSetType","dataSetPublicationDate","roleNameArn","destinationS3BucketName","snsTopicArn"],members:{dataSetType:{},dataSetPublicationDate:{type:"timestamp"},roleNameArn:{},destinationS3BucketName:{},destinationS3Prefix:{},snsTopicArn:{},customerDefinedValues:{shape:"S8"}}},output:{type:"structure",members:{dataSetRequestId:{}}}},StartSupportDataExport:{input:{type:"structure",required:["dataSetType","fromDate","roleNameArn","destinationS3BucketName","snsTopicArn"],members:{dataSetType:{},fromDate:{type:"timestamp"},roleNameArn:{},destinationS3BucketName:{},destinationS3Prefix:{},snsTopicArn:{},customerDefinedValues:{shape:"S8"}}},output:{type:"structure",members:{dataSetRequestId:{}}}}},shapes:{S8:{type:"map",key:{},value:{}}}}},{}],165:[function(e,t,r){arguments[4][42][0].apply(r,arguments)},{dup:42}],166:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2017-09-01",endpointPrefix:"data.mediastore",protocol:"rest-json",serviceAbbreviation:"MediaStore Data",serviceFullName:"AWS Elemental MediaStore Data Plane",serviceId:"MediaStore Data",signatureVersion:"v4",signingName:"mediastore",uid:"mediastore-data-2017-09-01"},operations:{DeleteObject:{http:{method:"DELETE",requestUri:"/{Path+}"},input:{type:"structure",required:["Path"],members:{Path:{location:"uri",locationName:"Path"}}},output:{type:"structure",members:{}}},DescribeObject:{http:{method:"HEAD",requestUri:"/{Path+}"},input:{type:"structure",required:["Path"],members:{Path:{location:"uri",locationName:"Path"}}},output:{type:"structure",members:{ETag:{location:"header",locationName:"ETag"},ContentType:{location:"header",locationName:"Content-Type"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},CacheControl:{location:"header",locationName:"Cache-Control"},LastModified:{location:"header",locationName:"Last-Modified",type:"timestamp"}}}},GetObject:{http:{method:"GET",requestUri:"/{Path+}"},input:{type:"structure",required:["Path"],members:{Path:{location:"uri",locationName:"Path"},Range:{location:"header",locationName:"Range"}}},output:{type:"structure",required:["StatusCode"],members:{Body:{shape:"Se"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentRange:{location:"header",locationName:"Content-Range"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},ContentType:{location:"header",locationName:"Content-Type"},ETag:{location:"header",locationName:"ETag"},LastModified:{location:"header",locationName:"Last-Modified",type:"timestamp"},StatusCode:{location:"statusCode",type:"integer"}},payload:"Body"}},ListItems:{http:{method:"GET"},input:{type:"structure",members:{Path:{location:"querystring",locationName:"Path"},MaxResults:{location:"querystring",locationName:"MaxResults",type:"integer"},NextToken:{location:"querystring",locationName:"NextToken"}}},output:{type:"structure",members:{Items:{type:"list",member:{type:"structure",members:{Name:{},Type:{},ETag:{},LastModified:{type:"timestamp"},ContentType:{},ContentLength:{type:"long"}}}},NextToken:{}}}},PutObject:{http:{method:"PUT",requestUri:"/{Path+}"},input:{type:"structure",required:["Body","Path"],members:{Body:{shape:"Se"},Path:{location:"uri",locationName:"Path"},ContentType:{location:"header",locationName:"Content-Type"},CacheControl:{location:"header",locationName:"Cache-Control"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},UploadAvailability:{location:"header",locationName:"x-amz-upload-availability"}},payload:"Body"},output:{type:"structure",members:{ContentSHA256:{},ETag:{},StorageClass:{}}},authtype:"v4-unsigned-body"}},shapes:{Se:{type:"blob",streaming:!0}}}},{}],167:[function(e,t,r){t.exports={pagination:{ListItems:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},{}],168:[function(e,t,r){t.exports={acm:{name:"ACM",cors:!0},apigateway:{name:"APIGateway",cors:!0},applicationautoscaling:{prefix:"application-autoscaling",name:"ApplicationAutoScaling",cors:!0},appstream:{name:"AppStream"},autoscaling:{name:"AutoScaling",cors:!0},batch:{name:"Batch"},budgets:{name:"Budgets"},clouddirectory:{name:"CloudDirectory",versions:["2016-05-10*"]},cloudformation:{name:"CloudFormation",cors:!0},cloudfront:{name:"CloudFront",versions:["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],cors:!0},cloudhsm:{name:"CloudHSM",cors:!0},cloudsearch:{name:"CloudSearch"},cloudsearchdomain:{name:"CloudSearchDomain"},cloudtrail:{name:"CloudTrail",cors:!0},cloudwatch:{prefix:"monitoring",name:"CloudWatch",cors:!0},cloudwatchevents:{prefix:"events",name:"CloudWatchEvents",versions:["2014-02-03*"],cors:!0},cloudwatchlogs:{prefix:"logs",name:"CloudWatchLogs",cors:!0},codebuild:{name:"CodeBuild",cors:!0},codecommit:{name:"CodeCommit",cors:!0},codedeploy:{name:"CodeDeploy",cors:!0},codepipeline:{name:"CodePipeline",cors:!0},cognitoidentity:{prefix:"cognito-identity",name:"CognitoIdentity",cors:!0},cognitoidentityserviceprovider:{prefix:"cognito-idp",name:"CognitoIdentityServiceProvider",cors:!0},cognitosync:{prefix:"cognito-sync",name:"CognitoSync",cors:!0},configservice:{prefix:"config",name:"ConfigService",cors:!0},cur:{name:"CUR",cors:!0},datapipeline:{name:"DataPipeline"},devicefarm:{name:"DeviceFarm",cors:!0},directconnect:{name:"DirectConnect",cors:!0},directoryservice:{prefix:"ds",name:"DirectoryService"},discovery:{name:"Discovery"},dms:{name:"DMS"},dynamodb:{name:"DynamoDB",cors:!0},dynamodbstreams:{prefix:"streams.dynamodb",name:"DynamoDBStreams",cors:!0},ec2:{name:"EC2",versions:["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],cors:!0},ecr:{name:"ECR",cors:!0},ecs:{name:"ECS",cors:!0},efs:{prefix:"elasticfilesystem",name:"EFS",cors:!0},elasticache:{name:"ElastiCache",versions:["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],cors:!0},elasticbeanstalk:{name:"ElasticBeanstalk",cors:!0},elb:{prefix:"elasticloadbalancing",name:"ELB",cors:!0},elbv2:{prefix:"elasticloadbalancingv2",name:"ELBv2",cors:!0},emr:{prefix:"elasticmapreduce",name:"EMR",cors:!0},es:{name:"ES"},elastictranscoder:{name:"ElasticTranscoder",cors:!0},firehose:{name:"Firehose",cors:!0},gamelift:{name:"GameLift",cors:!0},glacier:{name:"Glacier"},health:{name:"Health"},iam:{name:"IAM",cors:!0},importexport:{name:"ImportExport"},inspector:{name:"Inspector",versions:["2015-08-18*"],cors:!0},iot:{name:"Iot",cors:!0},iotdata:{prefix:"iot-data",name:"IotData",cors:!0},kinesis:{name:"Kinesis",cors:!0},kinesisanalytics:{name:"KinesisAnalytics"},kms:{name:"KMS",cors:!0},lambda:{name:"Lambda",cors:!0},lexruntime:{prefix:"runtime.lex",name:"LexRuntime",cors:!0},lightsail:{name:"Lightsail"},machinelearning:{name:"MachineLearning",cors:!0},marketplacecommerceanalytics:{name:"MarketplaceCommerceAnalytics",cors:!0},marketplacemetering:{prefix:"meteringmarketplace",name:"MarketplaceMetering"},mturk:{prefix:"mturk-requester",name:"MTurk",cors:!0},mobileanalytics:{name:"MobileAnalytics",cors:!0},opsworks:{name:"OpsWorks",cors:!0},opsworkscm:{name:"OpsWorksCM"},organizations:{name:"Organizations"},pinpoint:{name:"Pinpoint"},polly:{name:"Polly",cors:!0},rds:{name:"RDS",versions:["2014-09-01*"],cors:!0},redshift:{name:"Redshift",cors:!0},rekognition:{name:"Rekognition",cors:!0},resourcegroupstaggingapi:{name:"ResourceGroupsTaggingAPI"},route53:{name:"Route53",cors:!0},route53domains:{name:"Route53Domains",cors:!0},s3:{name:"S3",dualstackAvailable:!0,cors:!0},s3control:{name:"S3Control",dualstackAvailable:!0,xmlNoDefaultLists:!0},servicecatalog:{name:"ServiceCatalog",cors:!0},ses:{prefix:"email",name:"SES",cors:!0},shield:{name:"Shield"},simpledb:{prefix:"sdb",name:"SimpleDB"},sms:{name:"SMS"},snowball:{name:"Snowball"},sns:{name:"SNS",cors:!0},sqs:{name:"SQS",cors:!0},ssm:{name:"SSM",cors:!0},storagegateway:{name:"StorageGateway",cors:!0},stepfunctions:{prefix:"states",name:"StepFunctions"},sts:{name:"STS",cors:!0},support:{name:"Support"},swf:{name:"SWF"},xray:{name:"XRay",cors:!0},waf:{name:"WAF",cors:!0},wafregional:{prefix:"waf-regional",name:"WAFRegional"},workdocs:{name:"WorkDocs",cors:!0},workspaces:{name:"WorkSpaces"},codestar:{name:"CodeStar"},lexmodelbuildingservice:{prefix:"lex-models",name:"LexModelBuildingService",cors:!0},marketplaceentitlementservice:{prefix:"entitlement.marketplace",name:"MarketplaceEntitlementService"},athena:{name:"Athena",cors:!0},greengrass:{name:"Greengrass"},dax:{name:"DAX"},migrationhub:{prefix:"AWSMigrationHub",name:"MigrationHub"},cloudhsmv2:{name:"CloudHSMV2",cors:!0},glue:{name:"Glue"},mobile:{name:"Mobile"},pricing:{name:"Pricing",cors:!0},costexplorer:{prefix:"ce",name:"CostExplorer",cors:!0},mediaconvert:{name:"MediaConvert"},medialive:{name:"MediaLive"},mediapackage:{name:"MediaPackage"},mediastore:{name:"MediaStore"},mediastoredata:{prefix:"mediastore-data",name:"MediaStoreData",cors:!0},appsync:{name:"AppSync"},guardduty:{name:"GuardDuty"},mq:{name:"MQ"},comprehend:{name:"Comprehend",cors:!0},iotjobsdataplane:{prefix:"iot-jobs-data",name:"IoTJobsDataPlane"},kinesisvideoarchivedmedia:{prefix:"kinesis-video-archived-media",name:"KinesisVideoArchivedMedia",cors:!0},kinesisvideomedia:{prefix:"kinesis-video-media",name:"KinesisVideoMedia",cors:!0},kinesisvideo:{name:"KinesisVideo",cors:!0},sagemakerruntime:{prefix:"runtime.sagemaker",name:"SageMakerRuntime"},sagemaker:{name:"SageMaker"},translate:{name:"Translate",cors:!0},resourcegroups:{prefix:"resource-groups",name:"ResourceGroups",cors:!0},alexaforbusiness:{name:"AlexaForBusiness"},cloud9:{name:"Cloud9"},serverlessapplicationrepository:{prefix:"serverlessrepo",name:"ServerlessApplicationRepository"},servicediscovery:{name:"ServiceDiscovery"},workmail:{name:"WorkMail"},autoscalingplans:{prefix:"autoscaling-plans",name:"AutoScalingPlans"},transcribeservice:{prefix:"transcribe",name:"TranscribeService"},connect:{name:"Connect",cors:!0},acmpca:{prefix:"acm-pca",name:"ACMPCA"},fms:{name:"FMS"},secretsmanager:{name:"SecretsManager",cors:!0},iotanalytics:{name:"IoTAnalytics",cors:!0},iot1clickdevicesservice:{prefix:"iot1click-devices",name:"IoT1ClickDevicesService"},iot1clickprojects:{prefix:"iot1click-projects",name:"IoT1ClickProjects"},pi:{name:"PI"},neptune:{name:"Neptune"},mediatailor:{name:"MediaTailor"},eks:{name:"EKS"},macie:{name:"Macie"},dlm:{name:"DLM"},signer:{name:"Signer"},chime:{name:"Chime"},pinpointemail:{prefix:"pinpoint-email",name:"PinpointEmail"},ram:{name:"RAM"},route53resolver:{name:"Route53Resolver"},pinpointsmsvoice:{prefix:"sms-voice",name:"PinpointSMSVoice"},quicksight:{name:"QuickSight"},rdsdataservice:{prefix:"rds-data",name:"RDSDataService"},amplify:{name:"Amplify"},datasync:{name:"DataSync"},robomaker:{name:"RoboMaker"},transfer:{name:"Transfer"},globalaccelerator:{name:"GlobalAccelerator"},comprehendmedical:{name:"ComprehendMedical",cors:!0},kinesisanalyticsv2:{name:"KinesisAnalyticsV2"},mediaconnect:{name:"MediaConnect"},fsx:{name:"FSx"},securityhub:{name:"SecurityHub"},appmesh:{name:"AppMesh",versions:["2018-10-01*"]},licensemanager:{prefix:"license-manager",name:"LicenseManager"},kafka:{name:"Kafka"},apigatewaymanagementapi:{name:"ApiGatewayManagementApi"},apigatewayv2:{name:"ApiGatewayV2"},docdb:{name:"DocDB"},backup:{name:"Backup"},worklink:{name:"WorkLink"},textract:{name:"Textract"},managedblockchain:{name:"ManagedBlockchain"},mediapackagevod:{prefix:"mediapackage-vod",name:"MediaPackageVod"},groundstation:{name:"GroundStation"},iotthingsgraph:{name:"IoTThingsGraph"},iotevents:{name:"IoTEvents"},ioteventsdata:{prefix:"iotevents-data",name:"IoTEventsData"},personalize:{name:"Personalize",cors:!0},personalizeevents:{prefix:"personalize-events",name:"PersonalizeEvents",cors:!0},personalizeruntime:{prefix:"personalize-runtime",name:"PersonalizeRuntime",cors:!0},applicationinsights:{prefix:"application-insights",name:"ApplicationInsights"},servicequotas:{prefix:"service-quotas",name:"ServiceQuotas"},ec2instanceconnect:{prefix:"ec2-instance-connect",name:"EC2InstanceConnect"},eventbridge:{name:"EventBridge"},lakeformation:{name:"LakeFormation"},forecastservice:{prefix:"forecast",name:"ForecastService",cors:!0},forecastqueryservice:{prefix:"forecastquery",name:"ForecastQueryService",cors:!0},qldb:{name:"QLDB"},qldbsession:{prefix:"qldb-session",name:"QLDBSession"},workmailmessageflow:{name:"WorkMailMessageFlow"},codestarnotifications:{prefix:"codestar-notifications",name:"CodeStarNotifications"},savingsplans:{name:"SavingsPlans"},sso:{name:"SSO"},ssooidc:{prefix:"sso-oidc",name:"SSOOIDC"},marketplacecatalog:{prefix:"marketplace-catalog",name:"MarketplaceCatalog",cors:!0},dataexchange:{name:"DataExchange"},sesv2:{name:"SESV2"},migrationhubconfig:{prefix:"migrationhub-config",name:"MigrationHubConfig"},connectparticipant:{name:"ConnectParticipant"},appconfig:{name:"AppConfig"},iotsecuretunneling:{name:"IoTSecureTunneling"},wafv2:{name:"WAFV2"},elasticinference:{prefix:"elastic-inference",name:"ElasticInference"},imagebuilder:{name:"Imagebuilder"},schemas:{name:"Schemas"},accessanalyzer:{name:"AccessAnalyzer"},codegurureviewer:{prefix:"codeguru-reviewer",name:"CodeGuruReviewer"},codeguruprofiler:{name:"CodeGuruProfiler"},computeoptimizer:{prefix:"compute-optimizer",name:"ComputeOptimizer"},frauddetector:{name:"FraudDetector"},kendra:{name:"Kendra"},networkmanager:{name:"NetworkManager"},outposts:{name:"Outposts"},augmentedairuntime:{prefix:"sagemaker-a2i-runtime",name:"AugmentedAIRuntime"},ebs:{name:"EBS"},kinesisvideosignalingchannels:{prefix:"kinesis-video-signaling",name:"KinesisVideoSignalingChannels",cors:!0},detective:{name:"Detective"},codestarconnections:{prefix:"codestar-connections",name:"CodeStarconnections"},synthetics:{name:"Synthetics"},iotsitewise:{name:"IoTSiteWise"},macie2:{name:"Macie2"},codeartifact:{name:"CodeArtifact"},honeycode:{name:"Honeycode"},ivs:{name:"IVS"},braket:{name:"Braket"},identitystore:{name:"IdentityStore"},appflow:{name:"Appflow"},redshiftdata:{prefix:"redshift-data",name:"RedshiftData"},ssoadmin:{prefix:"sso-admin",name:"SSOAdmin"},timestreamquery:{prefix:"timestream-query",name:"TimestreamQuery"},timestreamwrite:{prefix:"timestream-write",name:"TimestreamWrite"},s3outposts:{name:"S3Outposts"},databrew:{name:"DataBrew"},servicecatalogappregistry:{prefix:"servicecatalog-appregistry",name:"ServiceCatalogAppRegistry"},networkfirewall:{prefix:"network-firewall",name:"NetworkFirewall"},mwaa:{name:"MWAA"},amplifybackend:{name:"AmplifyBackend"},appintegrations:{name:"AppIntegrations"},connectcontactlens:{prefix:"connect-contact-lens",name:"ConnectContactLens"},devopsguru:{prefix:"devops-guru",name:"DevOpsGuru"},ecrpublic:{prefix:"ecr-public",name:"ECRPUBLIC"},lookoutvision:{name:"LookoutVision"},sagemakerfeaturestoreruntime:{prefix:"sagemaker-featurestore-runtime",name:"SageMakerFeatureStoreRuntime"},customerprofiles:{prefix:"customer-profiles",name:"CustomerProfiles"},auditmanager:{name:"AuditManager"},emrcontainers:{prefix:"emr-containers",name:"EMRcontainers"},healthlake:{name:"HealthLake"},sagemakeredge:{prefix:"sagemaker-edge",name:"SagemakerEdge"},amp:{name:"Amp",cors:!0},greengrassv2:{name:"GreengrassV2"},iotdeviceadvisor:{name:"IotDeviceAdvisor"},iotfleethub:{name:"IoTFleetHub"},iotwireless:{name:"IoTWireless"},location:{name:"Location",cors:!0},wellarchitected:{name:"WellArchitected"},lexmodelsv2:{prefix:"models.lex.v2",name:"LexModelsV2"},lexruntimev2:{prefix:"runtime.lex.v2",name:"LexRuntimeV2",cors:!0},fis:{name:"Fis"},lookoutmetrics:{name:"LookoutMetrics"},mgn:{name:"Mgn"},lookoutequipment:{name:"LookoutEquipment"},nimble:{name:"Nimble"},finspace:{name:"Finspace"},finspacedata:{prefix:"finspace-data",name:"Finspacedata"},ssmcontacts:{prefix:"ssm-contacts",name:"SSMContacts"},ssmincidents:{prefix:"ssm-incidents",name:"SSMIncidents"},applicationcostprofiler:{name:"ApplicationCostProfiler"},apprunner:{name:"AppRunner"},proton:{name:"Proton"},route53recoverycluster:{prefix:"route53-recovery-cluster",name:"Route53RecoveryCluster"},route53recoverycontrolconfig:{prefix:"route53-recovery-control-config",name:"Route53RecoveryControlConfig"},route53recoveryreadiness:{prefix:"route53-recovery-readiness",name:"Route53RecoveryReadiness"},chimesdkidentity:{prefix:"chime-sdk-identity",name:"ChimeSDKIdentity"},chimesdkmessaging:{prefix:"chime-sdk-messaging",name:"ChimeSDKMessaging"},snowdevicemanagement:{prefix:"snow-device-management",name:"SnowDeviceManagement"},memorydb:{name:"MemoryDB"},opensearch:{name:"OpenSearch"},kafkaconnect:{name:"KafkaConnect"},voiceid:{prefix:"voice-id",name:"VoiceID"},wisdom:{name:"Wisdom"},account:{name:"Account"},cloudcontrol:{name:"CloudControl"},grafana:{name:"Grafana"},panorama:{name:"Panorama"},chimesdkmeetings:{prefix:"chime-sdk-meetings",name:"ChimeSDKMeetings"},resiliencehub:{name:"Resiliencehub"},migrationhubstrategy:{name:"MigrationHubStrategy"},appconfigdata:{name:"AppConfigData"},drs:{name:"Drs"},migrationhubrefactorspaces:{prefix:"migration-hub-refactor-spaces",name:"MigrationHubRefactorSpaces"},evidently:{name:"Evidently"},inspector2:{name:"Inspector2"},rbin:{name:"Rbin"},rum:{name:"RUM"},backupgateway:{prefix:"backup-gateway",name:"BackupGateway"},iottwinmaker:{name:"IoTTwinMaker"},workspacesweb:{prefix:"workspaces-web",name:"WorkSpacesWeb"},amplifyuibuilder:{name:"AmplifyUIBuilder"},keyspaces:{name:"Keyspaces"},billingconductor:{name:"Billingconductor"},pinpointsmsvoicev2:{prefix:"pinpoint-sms-voice-v2",name:"PinpointSMSVoiceV2"},ivschat:{name:"Ivschat"},chimesdkmediapipelines:{prefix:"chime-sdk-media-pipelines",name:"ChimeSDKMediaPipelines"},emrserverless:{prefix:"emr-serverless",name:"EMRServerless"},m2:{name:"M2"},connectcampaigns:{name:"ConnectCampaigns"},redshiftserverless:{prefix:"redshift-serverless",name:"RedshiftServerless"},rolesanywhere:{name:"RolesAnywhere"},licensemanagerusersubscriptions:{prefix:"license-manager-user-subscriptions",name:"LicenseManagerUserSubscriptions"},backupstorage:{name:"BackupStorage"},privatenetworks:{name:"PrivateNetworks"},supportapp:{prefix:"support-app",name:"SupportApp"},controltower:{name:"ControlTower"},iotfleetwise:{name:"IoTFleetWise"},migrationhuborchestrator:{name:"MigrationHubOrchestrator"},connectcases:{name:"ConnectCases"},resourceexplorer2:{prefix:"resource-explorer-2",name:"ResourceExplorer2"},scheduler:{name:"Scheduler"},chimesdkvoice:{prefix:"chime-sdk-voice",name:"ChimeSDKVoice"},iotroborunner:{prefix:"iot-roborunner",name:"IoTRoboRunner"},ssmsap:{prefix:"ssm-sap",name:"SsmSap"},oam:{name:"OAM"},arczonalshift:{prefix:"arc-zonal-shift",name:"ARCZonalShift"},omics:{name:"Omics"},opensearchserverless:{name:"OpenSearchServerless"},securitylake:{name:"SecurityLake"},simspaceweaver:{name:"SimSpaceWeaver"},docdbelastic:{prefix:"docdb-elastic",name:"DocDBElastic"},sagemakergeospatial:{prefix:"sagemaker-geospatial",name:"SageMakerGeospatial"},codecatalyst:{name:"CodeCatalyst"},pipes:{name:"Pipes"},sagemakermetrics:{prefix:"sagemaker-metrics",name:"SageMakerMetrics"},kinesisvideowebrtcstorage:{prefix:"kinesis-video-webrtc-storage",name:"KinesisVideoWebRTCStorage"},licensemanagerlinuxsubscriptions:{prefix:"license-manager-linux-subscriptions",name:"LicenseManagerLinuxSubscriptions"},kendraranking:{prefix:"kendra-ranking",name:"KendraRanking"},cleanrooms:{name:"CleanRooms"},cloudtraildata:{prefix:"cloudtrail-data",name:"CloudTrailData"},tnb:{name:"Tnb"},internetmonitor:{name:"InternetMonitor"},ivsrealtime:{prefix:"ivs-realtime",name:"IVSRealTime"},vpclattice:{prefix:"vpc-lattice",name:"VPCLattice"},osis:{name:"OSIS"},mediapackagev2:{name:"MediaPackageV2"},paymentcryptography:{prefix:"payment-cryptography",name:"PaymentCryptography"},paymentcryptographydata:{prefix:"payment-cryptography-data",name:"PaymentCryptographyData"},codegurusecurity:{prefix:"codeguru-security",name:"CodeGuruSecurity"},verifiedpermissions:{name:"VerifiedPermissions"},appfabric:{name:"AppFabric"},medicalimaging:{prefix:"medical-imaging",name:"MedicalImaging"},entityresolution:{name:"EntityResolution"},managedblockchainquery:{prefix:"managedblockchain-query",name:"ManagedBlockchainQuery"},neptunedata:{name:"Neptunedata"},pcaconnectorad:{prefix:"pca-connector-ad",name:"PcaConnectorAd"},bedrock:{name:"Bedrock"},bedrockruntime:{prefix:"bedrock-runtime",name:"BedrockRuntime"},datazone:{name:"DataZone"}}},{}],169:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2014-06-05",endpointPrefix:"mobileanalytics",serviceFullName:"Amazon Mobile Analytics",serviceId:"Mobile Analytics",signatureVersion:"v4",protocol:"rest-json"},operations:{PutEvents:{http:{requestUri:"/2014-06-05/events",responseCode:202},input:{type:"structure",required:["events","clientContext"],members:{events:{type:"list",member:{type:"structure",required:["eventType","timestamp"],members:{eventType:{},timestamp:{},session:{type:"structure",members:{id:{},duration:{type:"long"},startTimestamp:{},stopTimestamp:{}}},version:{},attributes:{type:"map",key:{},value:{}},metrics:{type:"map",key:{},value:{type:"double"}}}}},clientContext:{location:"header",locationName:"x-amz-Client-Context"},clientContextEncoding:{location:"header",locationName:"x-amz-Client-Context-Encoding"}}}}},shapes:{}}},{}],170:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2010-08-01",endpointPrefix:"monitoring",protocol:"query",serviceAbbreviation:"CloudWatch",serviceFullName:"Amazon CloudWatch",serviceId:"CloudWatch",signatureVersion:"v4",uid:"monitoring-2010-08-01",xmlNamespace:"http://monitoring.amazonaws.com/doc/2010-08-01/"},operations:{DeleteAlarms:{input:{type:"structure",required:["AlarmNames"],members:{AlarmNames:{shape:"S2"}}}},DeleteAnomalyDetector:{input:{type:"structure",members:{Namespace:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},MetricName:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},Dimensions:{shape:"S7",deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},Stat:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},SingleMetricAnomalyDetector:{shape:"Sc"},MetricMathAnomalyDetector:{shape:"Sd"}}},output:{resultWrapper:"DeleteAnomalyDetectorResult",type:"structure",members:{}}},DeleteDashboards:{input:{type:"structure",required:["DashboardNames"],members:{DashboardNames:{type:"list",member:{}}}},output:{resultWrapper:"DeleteDashboardsResult",type:"structure",members:{}}},DeleteInsightRules:{input:{type:"structure",required:["RuleNames"],members:{RuleNames:{shape:"Sw"}}},output:{resultWrapper:"DeleteInsightRulesResult",type:"structure",members:{Failures:{shape:"Sz"}}}},DeleteMetricStream:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{resultWrapper:"DeleteMetricStreamResult",type:"structure",members:{}}},DescribeAlarmHistory:{input:{type:"structure",members:{AlarmName:{},AlarmTypes:{shape:"S19"},HistoryItemType:{},StartDate:{type:"timestamp"},EndDate:{type:"timestamp"},MaxRecords:{type:"integer"},NextToken:{},ScanBy:{}}},output:{resultWrapper:"DescribeAlarmHistoryResult",type:"structure",members:{AlarmHistoryItems:{type:"list",member:{type:"structure",members:{AlarmName:{},AlarmType:{},Timestamp:{type:"timestamp"},HistoryItemType:{},HistorySummary:{},HistoryData:{}}}},NextToken:{}}}},DescribeAlarms:{input:{type:"structure",members:{AlarmNames:{shape:"S2"},AlarmNamePrefix:{},AlarmTypes:{shape:"S19"},ChildrenOfAlarmName:{},ParentsOfAlarmName:{},StateValue:{},ActionPrefix:{},MaxRecords:{type:"integer"},NextToken:{}}},output:{resultWrapper:"DescribeAlarmsResult",type:"structure",members:{CompositeAlarms:{type:"list",member:{type:"structure",members:{ActionsEnabled:{type:"boolean"},AlarmActions:{shape:"S1t"},AlarmArn:{},AlarmConfigurationUpdatedTimestamp:{type:"timestamp"},AlarmDescription:{},AlarmName:{},AlarmRule:{},InsufficientDataActions:{shape:"S1t"},OKActions:{shape:"S1t"},StateReason:{},StateReasonData:{},StateUpdatedTimestamp:{type:"timestamp"},StateValue:{},StateTransitionedTimestamp:{type:"timestamp"},ActionsSuppressedBy:{},ActionsSuppressedReason:{},ActionsSuppressor:{},ActionsSuppressorWaitPeriod:{type:"integer"},ActionsSuppressorExtensionPeriod:{type:"integer"}},xmlOrder:["ActionsEnabled","AlarmActions","AlarmArn","AlarmConfigurationUpdatedTimestamp","AlarmDescription","AlarmName","AlarmRule","InsufficientDataActions","OKActions","StateReason","StateReasonData","StateUpdatedTimestamp","StateValue","StateTransitionedTimestamp","ActionsSuppressedBy","ActionsSuppressedReason","ActionsSuppressor","ActionsSuppressorWaitPeriod","ActionsSuppressorExtensionPeriod"]}},MetricAlarms:{shape:"S23"},NextToken:{}}}},DescribeAlarmsForMetric:{input:{type:"structure",required:["MetricName","Namespace"],members:{MetricName:{},Namespace:{},Statistic:{},ExtendedStatistic:{},Dimensions:{shape:"S7"},Period:{type:"integer"},Unit:{}}},output:{resultWrapper:"DescribeAlarmsForMetricResult",type:"structure",members:{MetricAlarms:{shape:"S23"}}}},DescribeAnomalyDetectors:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"},Namespace:{},MetricName:{},Dimensions:{shape:"S7"},AnomalyDetectorTypes:{type:"list",member:{}}}},output:{resultWrapper:"DescribeAnomalyDetectorsResult",type:"structure",members:{AnomalyDetectors:{type:"list",member:{type:"structure",members:{Namespace:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector.Namespace property."},MetricName:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector.MetricName property."},Dimensions:{shape:"S7",deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector.Dimensions property."},Stat:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector.Stat property."},Configuration:{shape:"S2n"},StateValue:{},SingleMetricAnomalyDetector:{shape:"Sc"},MetricMathAnomalyDetector:{shape:"Sd"}}}},NextToken:{}}}},DescribeInsightRules:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"DescribeInsightRulesResult",type:"structure",members:{NextToken:{},InsightRules:{type:"list",member:{type:"structure",required:["Name","State","Schema","Definition"],members:{Name:{},State:{},Schema:{},Definition:{},ManagedRule:{type:"boolean"}}}}}}},
+DisableAlarmActions:{input:{type:"structure",required:["AlarmNames"],members:{AlarmNames:{shape:"S2"}}}},DisableInsightRules:{input:{type:"structure",required:["RuleNames"],members:{RuleNames:{shape:"Sw"}}},output:{resultWrapper:"DisableInsightRulesResult",type:"structure",members:{Failures:{shape:"Sz"}}}},EnableAlarmActions:{input:{type:"structure",required:["AlarmNames"],members:{AlarmNames:{shape:"S2"}}}},EnableInsightRules:{input:{type:"structure",required:["RuleNames"],members:{RuleNames:{shape:"Sw"}}},output:{resultWrapper:"EnableInsightRulesResult",type:"structure",members:{Failures:{shape:"Sz"}}}},GetDashboard:{input:{type:"structure",required:["DashboardName"],members:{DashboardName:{}}},output:{resultWrapper:"GetDashboardResult",type:"structure",members:{DashboardArn:{},DashboardBody:{},DashboardName:{}}}},GetInsightRuleReport:{input:{type:"structure",required:["RuleName","StartTime","EndTime","Period"],members:{RuleName:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Period:{type:"integer"},MaxContributorCount:{type:"integer"},Metrics:{type:"list",member:{}},OrderBy:{}}},output:{resultWrapper:"GetInsightRuleReportResult",type:"structure",members:{KeyLabels:{type:"list",member:{}},AggregationStatistic:{},AggregateValue:{type:"double"},ApproximateUniqueCount:{type:"long"},Contributors:{type:"list",member:{type:"structure",required:["Keys","ApproximateAggregateValue","Datapoints"],members:{Keys:{type:"list",member:{}},ApproximateAggregateValue:{type:"double"},Datapoints:{type:"list",member:{type:"structure",required:["Timestamp","ApproximateValue"],members:{Timestamp:{type:"timestamp"},ApproximateValue:{type:"double"}}}}}}},MetricDatapoints:{type:"list",member:{type:"structure",required:["Timestamp"],members:{Timestamp:{type:"timestamp"},UniqueContributors:{type:"double"},MaxContributorValue:{type:"double"},SampleCount:{type:"double"},Average:{type:"double"},Sum:{type:"double"},Minimum:{type:"double"},Maximum:{type:"double"}}}}}}},GetMetricData:{input:{type:"structure",required:["MetricDataQueries","StartTime","EndTime"],members:{MetricDataQueries:{shape:"Se"},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},NextToken:{},ScanBy:{},MaxDatapoints:{type:"integer"},LabelOptions:{type:"structure",members:{Timezone:{}}}}},output:{resultWrapper:"GetMetricDataResult",type:"structure",members:{MetricDataResults:{type:"list",member:{type:"structure",members:{Id:{},Label:{},Timestamps:{type:"list",member:{type:"timestamp"}},Values:{type:"list",member:{type:"double"}},StatusCode:{},Messages:{shape:"S45"}}}},NextToken:{},Messages:{shape:"S45"}}}},GetMetricStatistics:{input:{type:"structure",required:["Namespace","MetricName","StartTime","EndTime","Period"],members:{Namespace:{},MetricName:{},Dimensions:{shape:"S7"},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Period:{type:"integer"},Statistics:{type:"list",member:{}},ExtendedStatistics:{type:"list",member:{}},Unit:{}}},output:{resultWrapper:"GetMetricStatisticsResult",type:"structure",members:{Label:{},Datapoints:{type:"list",member:{type:"structure",members:{Timestamp:{type:"timestamp"},SampleCount:{type:"double"},Average:{type:"double"},Sum:{type:"double"},Minimum:{type:"double"},Maximum:{type:"double"},Unit:{},ExtendedStatistics:{type:"map",key:{},value:{type:"double"}}},xmlOrder:["Timestamp","SampleCount","Average","Sum","Minimum","Maximum","Unit","ExtendedStatistics"]}}}}},GetMetricStream:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{resultWrapper:"GetMetricStreamResult",type:"structure",members:{Arn:{},Name:{},IncludeFilters:{shape:"S4j"},ExcludeFilters:{shape:"S4j"},FirehoseArn:{},RoleArn:{},State:{},CreationDate:{type:"timestamp"},LastUpdateDate:{type:"timestamp"},OutputFormat:{},StatisticsConfigurations:{shape:"S4o"},IncludeLinkedAccountsMetrics:{type:"boolean"}}}},GetMetricWidgetImage:{input:{type:"structure",required:["MetricWidget"],members:{MetricWidget:{},OutputFormat:{}}},output:{resultWrapper:"GetMetricWidgetImageResult",type:"structure",members:{MetricWidgetImage:{type:"blob"}}}},ListDashboards:{input:{type:"structure",members:{DashboardNamePrefix:{},NextToken:{}}},output:{resultWrapper:"ListDashboardsResult",type:"structure",members:{DashboardEntries:{type:"list",member:{type:"structure",members:{DashboardName:{},DashboardArn:{},LastModified:{type:"timestamp"},Size:{type:"long"}}}},NextToken:{}}}},ListManagedInsightRules:{input:{type:"structure",required:["ResourceARN"],members:{ResourceARN:{},NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"ListManagedInsightRulesResult",type:"structure",members:{ManagedRules:{type:"list",member:{type:"structure",members:{TemplateName:{},ResourceARN:{},RuleState:{type:"structure",required:["RuleName","State"],members:{RuleName:{},State:{}}}}}},NextToken:{}}}},ListMetricStreams:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"ListMetricStreamsResult",type:"structure",members:{NextToken:{},Entries:{type:"list",member:{type:"structure",members:{Arn:{},CreationDate:{type:"timestamp"},LastUpdateDate:{type:"timestamp"},Name:{},FirehoseArn:{},State:{},OutputFormat:{}}}}}}},ListMetrics:{input:{type:"structure",members:{Namespace:{},MetricName:{},Dimensions:{type:"list",member:{type:"structure",required:["Name"],members:{Name:{},Value:{}}}},NextToken:{},RecentlyActive:{},IncludeLinkedAccounts:{type:"boolean"},OwningAccount:{}}},output:{resultWrapper:"ListMetricsResult",type:"structure",members:{Metrics:{type:"list",member:{shape:"Si"}},NextToken:{},OwningAccounts:{type:"list",member:{}}},xmlOrder:["Metrics","NextToken","OwningAccounts"]}},ListTagsForResource:{input:{type:"structure",required:["ResourceARN"],members:{ResourceARN:{}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{Tags:{shape:"S5s"}}}},PutAnomalyDetector:{input:{type:"structure",members:{Namespace:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},MetricName:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},Dimensions:{shape:"S7",deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},Stat:{deprecated:!0,deprecatedMessage:"Use SingleMetricAnomalyDetector."},Configuration:{shape:"S2n"},SingleMetricAnomalyDetector:{shape:"Sc"},MetricMathAnomalyDetector:{shape:"Sd"}}},output:{resultWrapper:"PutAnomalyDetectorResult",type:"structure",members:{}}},PutCompositeAlarm:{input:{type:"structure",required:["AlarmName","AlarmRule"],members:{ActionsEnabled:{type:"boolean"},AlarmActions:{shape:"S1t"},AlarmDescription:{},AlarmName:{},AlarmRule:{},InsufficientDataActions:{shape:"S1t"},OKActions:{shape:"S1t"},Tags:{shape:"S5s"},ActionsSuppressor:{},ActionsSuppressorWaitPeriod:{type:"integer"},ActionsSuppressorExtensionPeriod:{type:"integer"}}}},PutDashboard:{input:{type:"structure",required:["DashboardName","DashboardBody"],members:{DashboardName:{},DashboardBody:{}}},output:{resultWrapper:"PutDashboardResult",type:"structure",members:{DashboardValidationMessages:{type:"list",member:{type:"structure",members:{DataPath:{},Message:{}}}}}}},PutInsightRule:{input:{type:"structure",required:["RuleName","RuleDefinition"],members:{RuleName:{},RuleState:{},RuleDefinition:{},Tags:{shape:"S5s"}}},output:{resultWrapper:"PutInsightRuleResult",type:"structure",members:{}}},PutManagedInsightRules:{input:{type:"structure",required:["ManagedRules"],members:{ManagedRules:{type:"list",member:{type:"structure",required:["TemplateName","ResourceARN"],members:{TemplateName:{},ResourceARN:{},Tags:{shape:"S5s"}}}}}},output:{resultWrapper:"PutManagedInsightRulesResult",type:"structure",members:{Failures:{shape:"Sz"}}}},PutMetricAlarm:{input:{type:"structure",required:["AlarmName","EvaluationPeriods","ComparisonOperator"],members:{AlarmName:{},AlarmDescription:{},ActionsEnabled:{type:"boolean"},OKActions:{shape:"S1t"},AlarmActions:{shape:"S1t"},InsufficientDataActions:{shape:"S1t"},MetricName:{},Namespace:{},Statistic:{},ExtendedStatistic:{},Dimensions:{shape:"S7"},Period:{type:"integer"},Unit:{},EvaluationPeriods:{type:"integer"},DatapointsToAlarm:{type:"integer"},Threshold:{type:"double"},ComparisonOperator:{},TreatMissingData:{},EvaluateLowSampleCountPercentile:{},Metrics:{shape:"Se"},Tags:{shape:"S5s"},ThresholdMetricId:{}}}},PutMetricData:{input:{type:"structure",required:["Namespace","MetricData"],members:{Namespace:{},MetricData:{type:"list",member:{type:"structure",required:["MetricName"],members:{MetricName:{},Dimensions:{shape:"S7"},Timestamp:{type:"timestamp"},Value:{type:"double"},StatisticValues:{type:"structure",required:["SampleCount","Sum","Minimum","Maximum"],members:{SampleCount:{type:"double"},Sum:{type:"double"},Minimum:{type:"double"},Maximum:{type:"double"}}},Values:{type:"list",member:{type:"double"}},Counts:{type:"list",member:{type:"double"}},Unit:{},StorageResolution:{type:"integer"}}}}}}},PutMetricStream:{input:{type:"structure",required:["Name","FirehoseArn","RoleArn","OutputFormat"],members:{Name:{},IncludeFilters:{shape:"S4j"},ExcludeFilters:{shape:"S4j"},FirehoseArn:{},RoleArn:{},OutputFormat:{},Tags:{shape:"S5s"},StatisticsConfigurations:{shape:"S4o"},IncludeLinkedAccountsMetrics:{type:"boolean"}}},output:{resultWrapper:"PutMetricStreamResult",type:"structure",members:{Arn:{}}}},SetAlarmState:{input:{type:"structure",required:["AlarmName","StateValue","StateReason"],members:{AlarmName:{},StateValue:{},StateReason:{},StateReasonData:{}}}},StartMetricStreams:{input:{type:"structure",required:["Names"],members:{Names:{shape:"S6n"}}},output:{resultWrapper:"StartMetricStreamsResult",type:"structure",members:{}}},StopMetricStreams:{input:{type:"structure",required:["Names"],members:{Names:{shape:"S6n"}}},output:{resultWrapper:"StopMetricStreamsResult",type:"structure",members:{}}},TagResource:{input:{type:"structure",required:["ResourceARN","Tags"],members:{ResourceARN:{},Tags:{shape:"S5s"}}},output:{resultWrapper:"TagResourceResult",type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["ResourceARN","TagKeys"],members:{ResourceARN:{},TagKeys:{type:"list",member:{}}}},output:{resultWrapper:"UntagResourceResult",type:"structure",members:{}}}},shapes:{S2:{type:"list",member:{}},S7:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}},xmlOrder:["Name","Value"]}},Sc:{type:"structure",members:{Namespace:{},MetricName:{},Dimensions:{shape:"S7"},Stat:{}}},Sd:{type:"structure",members:{MetricDataQueries:{shape:"Se"}}},Se:{type:"list",member:{type:"structure",required:["Id"],members:{Id:{},MetricStat:{type:"structure",required:["Metric","Period","Stat"],members:{Metric:{shape:"Si"},Period:{type:"integer"},Stat:{},Unit:{}}},Expression:{},Label:{},ReturnData:{type:"boolean"},Period:{type:"integer"},AccountId:{}}}},Si:{type:"structure",members:{Namespace:{},MetricName:{},Dimensions:{shape:"S7"}},xmlOrder:["Namespace","MetricName","Dimensions"]},Sw:{type:"list",member:{}},Sz:{type:"list",member:{type:"structure",members:{FailureResource:{},ExceptionType:{},FailureCode:{},FailureDescription:{}}}},S19:{type:"list",member:{}},S1t:{type:"list",member:{}},S23:{type:"list",member:{type:"structure",members:{AlarmName:{},AlarmArn:{},AlarmDescription:{},AlarmConfigurationUpdatedTimestamp:{type:"timestamp"},ActionsEnabled:{type:"boolean"},OKActions:{shape:"S1t"},AlarmActions:{shape:"S1t"},InsufficientDataActions:{shape:"S1t"},StateValue:{},StateReason:{},StateReasonData:{},StateUpdatedTimestamp:{type:"timestamp"},MetricName:{},Namespace:{},Statistic:{},ExtendedStatistic:{},Dimensions:{shape:"S7"},Period:{type:"integer"},Unit:{},EvaluationPeriods:{type:"integer"},DatapointsToAlarm:{type:"integer"},Threshold:{type:"double"},ComparisonOperator:{},TreatMissingData:{},EvaluateLowSampleCountPercentile:{},Metrics:{shape:"Se"},ThresholdMetricId:{},EvaluationState:{},StateTransitionedTimestamp:{type:"timestamp"}},xmlOrder:["AlarmName","AlarmArn","AlarmDescription","AlarmConfigurationUpdatedTimestamp","ActionsEnabled","OKActions","AlarmActions","InsufficientDataActions","StateValue","StateReason","StateReasonData","StateUpdatedTimestamp","MetricName","Namespace","Statistic","Dimensions","Period","Unit","EvaluationPeriods","Threshold","ComparisonOperator","ExtendedStatistic","TreatMissingData","EvaluateLowSampleCountPercentile","DatapointsToAlarm","Metrics","ThresholdMetricId","EvaluationState","StateTransitionedTimestamp"]}},S2n:{type:"structure",members:{ExcludedTimeRanges:{type:"list",member:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}},xmlOrder:["StartTime","EndTime"]}},MetricTimezone:{}}},S45:{type:"list",member:{type:"structure",members:{Code:{},Value:{}}}},S4j:{type:"list",member:{type:"structure",members:{Namespace:{},MetricNames:{type:"list",member:{}}}}},S4o:{type:"list",member:{type:"structure",required:["IncludeMetrics","AdditionalStatistics"],members:{IncludeMetrics:{type:"list",member:{type:"structure",required:["Namespace","MetricName"],members:{Namespace:{},MetricName:{}}}},AdditionalStatistics:{type:"list",member:{}}}}},S5s:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},S6n:{type:"list",member:{}}}}},{}],171:[function(e,t,r){t.exports={pagination:{DescribeAlarmHistory:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"AlarmHistoryItems"},DescribeAlarms:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:["MetricAlarms","CompositeAlarms"]},DescribeAlarmsForMetric:{result_key:"MetricAlarms"},DescribeAnomalyDetectors:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"AnomalyDetectors"},DescribeInsightRules:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetMetricData:{input_token:"NextToken",limit_key:"MaxDatapoints",output_token:"NextToken",result_key:["MetricDataResults","Messages"]},ListDashboards:{input_token:"NextToken",output_token:"NextToken",result_key:"DashboardEntries"},ListManagedInsightRules:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},ListMetricStreams:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},ListMetrics:{input_token:"NextToken",output_token:"NextToken",result_key:["Metrics","OwningAccounts"]}}}},{}],172:[function(e,t,r){t.exports={version:2,waiters:{AlarmExists:{delay:5,maxAttempts:40,operation:"DescribeAlarms",acceptors:[{matcher:"path",expected:!0,argument:"length(MetricAlarms[]) > `0`",state:"success"}]},CompositeAlarmExists:{delay:5,maxAttempts:40,operation:"DescribeAlarms",acceptors:[{matcher:"path",expected:!0,argument:"length(CompositeAlarms[]) > `0`",state:"success"}]}}}},{}],173:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2017-01-17",endpointPrefix:"mturk-requester",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Amazon MTurk",serviceFullName:"Amazon Mechanical Turk",serviceId:"MTurk",signatureVersion:"v4",targetPrefix:"MTurkRequesterServiceV20170117",uid:"mturk-requester-2017-01-17"},operations:{AcceptQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},IntegerValue:{type:"integer"}}},output:{type:"structure",members:{}}},ApproveAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{},RequesterFeedback:{},OverrideRejection:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},AssociateQualificationWithWorker:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{},IntegerValue:{type:"integer"},SendNotification:{type:"boolean"}}},output:{type:"structure",members:{}}},CreateAdditionalAssignmentsForHIT:{input:{type:"structure",required:["HITId","NumberOfAdditionalAssignments"],members:{HITId:{},NumberOfAdditionalAssignments:{type:"integer"},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},CreateHIT:{input:{type:"structure",required:["LifetimeInSeconds","AssignmentDurationInSeconds","Reward","Title","Description"],members:{MaxAssignments:{type:"integer"},AutoApprovalDelayInSeconds:{type:"long"},LifetimeInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},Question:{},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateHITType:{input:{type:"structure",required:["AssignmentDurationInSeconds","Reward","Title","Description"],members:{AutoApprovalDelayInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},QualificationRequirements:{shape:"Si"}}},output:{type:"structure",members:{HITTypeId:{}}},idempotent:!0},CreateHITWithHITType:{input:{type:"structure",required:["HITTypeId","LifetimeInSeconds"],members:{HITTypeId:{},MaxAssignments:{type:"integer"},LifetimeInSeconds:{type:"long"},Question:{},RequesterAnnotation:{},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateQualificationType:{input:{type:"structure",required:["Name","Description","QualificationTypeStatus"],members:{Name:{},Keywords:{},Description:{},QualificationTypeStatus:{},RetryDelayInSeconds:{type:"long"},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}},CreateWorkerBlock:{input:{type:"structure",required:["WorkerId","Reason"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}}},DeleteHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteWorkerBlock:{input:{type:"structure",required:["WorkerId"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}},idempotent:!0},DisassociateQualificationFromWorker:{input:{type:"structure",required:["WorkerId","QualificationTypeId"],members:{WorkerId:{},QualificationTypeId:{},Reason:{}}},output:{type:"structure",members:{}}},GetAccountBalance:{input:{type:"structure",members:{}},output:{type:"structure",members:{AvailableBalance:{},OnHoldBalance:{}}},idempotent:!0},GetAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{}}},output:{type:"structure",members:{Assignment:{shape:"S1p"},HIT:{shape:"Sz"}}},idempotent:!0},GetFileUploadURL:{input:{type:"structure",required:["AssignmentId","QuestionIdentifier"],members:{AssignmentId:{},QuestionIdentifier:{}}},output:{type:"structure",members:{FileUploadURL:{}}},idempotent:!0},GetHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}},idempotent:!0},GetQualificationScore:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{}}},output:{type:"structure",members:{Qualification:{shape:"S1x"}}},idempotent:!0},GetQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}},idempotent:!0},ListAssignmentsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},NextToken:{},MaxResults:{type:"integer"},AssignmentStatuses:{type:"list",member:{}}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Assignments:{type:"list",member:{shape:"S1p"}}}},idempotent:!0},ListBonusPayments:{input:{type:"structure",members:{HITId:{},AssignmentId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},BonusPayments:{type:"list",member:{type:"structure",members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},GrantTime:{type:"timestamp"}}}}}},idempotent:!0},ListHITs:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListHITsForQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListQualificationRequests:{input:{type:"structure",members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationRequests:{type:"list",member:{type:"structure",members:{QualificationRequestId:{},QualificationTypeId:{},WorkerId:{},Test:{},Answer:{},SubmitTime:{type:"timestamp"}}}}}},idempotent:!0},ListQualificationTypes:{input:{type:"structure",required:["MustBeRequestable"],members:{Query:{},MustBeRequestable:{type:"boolean"},MustBeOwnedByCaller:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationTypes:{type:"list",member:{shape:"S1a"}}}},idempotent:!0},ListReviewPolicyResultsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},PolicyLevels:{type:"list",member:{}},RetrieveActions:{type:"boolean"},RetrieveResults:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{HITId:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},AssignmentReviewReport:{shape:"S2r"},HITReviewReport:{shape:"S2r"},NextToken:{}}},idempotent:!0},ListReviewableHITs:{input:{type:"structure",members:{HITTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListWorkerBlocks:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},WorkerBlocks:{type:"list",member:{type:"structure",members:{WorkerId:{},Reason:{}}}}}},idempotent:!0},ListWorkersWithQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Qualifications:{type:"list",member:{shape:"S1x"}}}},idempotent:!0},NotifyWorkers:{input:{type:"structure",required:["Subject","MessageText","WorkerIds"],members:{Subject:{},MessageText:{},WorkerIds:{type:"list",member:{}}}},output:{type:"structure",members:{NotifyWorkersFailureStatuses:{type:"list",member:{type:"structure",members:{NotifyWorkersFailureCode:{},NotifyWorkersFailureMessage:{},WorkerId:{}}}}}}},RejectAssignment:{input:{type:"structure",required:["AssignmentId","RequesterFeedback"],members:{AssignmentId:{},RequesterFeedback:{}}},output:{type:"structure",members:{}},idempotent:!0},RejectQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},Reason:{}}},output:{type:"structure",members:{}}},SendBonus:{input:{type:"structure",required:["WorkerId","BonusAmount","AssignmentId","Reason"],members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},SendTestEventNotification:{input:{type:"structure",required:["Notification","TestEventType"],members:{Notification:{shape:"S3k"},TestEventType:{}}},output:{type:"structure",members:{}}},UpdateExpirationForHIT:{input:{type:"structure",required:["HITId","ExpireAt"],members:{HITId:{},ExpireAt:{type:"timestamp"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITReviewStatus:{input:{type:"structure",required:["HITId"],members:{HITId:{},Revert:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITTypeOfHIT:{input:{type:"structure",required:["HITId","HITTypeId"],members:{HITId:{},HITTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},UpdateNotificationSettings:{input:{type:"structure",required:["HITTypeId"],members:{HITTypeId:{},Notification:{shape:"S3k"},Active:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Description:{},QualificationTypeStatus:{},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},RetryDelayInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}}},shapes:{Si:{type:"list",member:{type:"structure",required:["QualificationTypeId","Comparator"],members:{QualificationTypeId:{},Comparator:{},IntegerValues:{type:"list",member:{type:"integer"}},LocaleValues:{type:"list",member:{shape:"Sn"}},RequiredToPreview:{deprecated:!0,type:"boolean"},ActionsGuarded:{}}}},Sn:{type:"structure",required:["Country"],members:{Country:{},Subdivision:{}}},Sq:{type:"structure",required:["PolicyName"],members:{PolicyName:{},Parameters:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"},MapEntries:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"}}}}}}}}},St:{type:"list",member:{}},Sw:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},Sz:{type:"structure",members:{HITId:{},HITTypeId:{},HITGroupId:{},HITLayoutId:{},CreationTime:{type:"timestamp"},Title:{},Description:{},Question:{},Keywords:{},HITStatus:{},MaxAssignments:{type:"integer"},Reward:{},AutoApprovalDelayInSeconds:{type:"long"},Expiration:{type:"timestamp"},AssignmentDurationInSeconds:{type:"long"},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},HITReviewStatus:{},NumberOfAssignmentsPending:{type:"integer"},NumberOfAssignmentsAvailable:{type:"integer"},NumberOfAssignmentsCompleted:{type:"integer"}}},S1a:{type:"structure",members:{QualificationTypeId:{},CreationTime:{type:"timestamp"},Name:{},Description:{},Keywords:{},QualificationTypeStatus:{},Test:{},TestDurationInSeconds:{type:"long"},AnswerKey:{},RetryDelayInSeconds:{type:"long"},IsRequestable:{type:"boolean"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},S1p:{type:"structure",members:{AssignmentId:{},WorkerId:{},HITId:{},AssignmentStatus:{},AutoApprovalTime:{type:"timestamp"},AcceptTime:{type:"timestamp"},SubmitTime:{type:"timestamp"},ApprovalTime:{type:"timestamp"},RejectionTime:{type:"timestamp"},Deadline:{type:"timestamp"},Answer:{},RequesterFeedback:{}}},S1x:{type:"structure",members:{QualificationTypeId:{},WorkerId:{},GrantTime:{type:"timestamp"},IntegerValue:{type:"integer"},LocaleValue:{shape:"Sn"},Status:{}}},S2d:{type:"list",member:{shape:"Sz"}},S2r:{type:"structure",members:{ReviewResults:{type:"list",member:{type:"structure",members:{ActionId:{},SubjectId:{},SubjectType:{},QuestionId:{},Key:{},Value:{}}}},ReviewActions:{type:"list",member:{type:"structure",members:{ActionId:{},ActionName:{},TargetId:{},TargetType:{},Status:{},CompleteTime:{type:"timestamp"},Result:{},ErrorCode:{}}}}}},S3k:{type:"structure",required:["Destination","Transport","Version","EventTypes"],members:{Destination:{},Transport:{},Version:{},EventTypes:{type:"list",member:{}}}}}}},{}],174:[function(e,t,r){t.exports={pagination:{ListAssignmentsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListBonusPayments:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITsForQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationRequests:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationTypes:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewPolicyResultsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewableHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkerBlocks:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkersWithQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},{}],175:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2013-02-18",endpointPrefix:"opsworks",jsonVersion:"1.1",protocol:"json",serviceFullName:"AWS OpsWorks",serviceId:"OpsWorks",signatureVersion:"v4",targetPrefix:"OpsWorks_20130218",uid:"opsworks-2013-02-18"},operations:{AssignInstance:{input:{type:"structure",required:["InstanceId","LayerIds"],members:{InstanceId:{},LayerIds:{shape:"S3"}}}},AssignVolume:{input:{type:"structure",required:["VolumeId"],members:{VolumeId:{},InstanceId:{}}}},AssociateElasticIp:{input:{type:"structure",required:["ElasticIp"],members:{ElasticIp:{},InstanceId:{}}}},AttachElasticLoadBalancer:{input:{type:"structure",required:["ElasticLoadBalancerName","LayerId"],members:{ElasticLoadBalancerName:{},LayerId:{}}}},CloneStack:{input:{type:"structure",required:["SourceStackId","ServiceRoleArn"],members:{SourceStackId:{},Name:{},Region:{},VpcId:{},Attributes:{shape:"S8"},ServiceRoleArn:{},DefaultInstanceProfileArn:{},DefaultOs:{},HostnameTheme:{},DefaultAvailabilityZone:{},DefaultSubnetId:{},CustomJson:{},ConfigurationManager:{shape:"Sa"},ChefConfiguration:{shape:"Sb"},UseCustomCookbooks:{type:"boolean"},UseOpsworksSecurityGroups:{type:"boolean"},CustomCookbooksSource:{shape:"Sd"},DefaultSshKeyName:{},ClonePermissions:{type:"boolean"},CloneAppIds:{shape:"S3"},DefaultRootDeviceType:{},AgentVersion:{}}},output:{type:"structure",members:{StackId:{}}}},CreateApp:{input:{type:"structure",required:["StackId","Name","Type"],members:{StackId:{},Shortname:{},Name:{},Description:{},DataSources:{shape:"Si"},Type:{},AppSource:{shape:"Sd"},Domains:{shape:"S3"},EnableSsl:{type:"boolean"},SslConfiguration:{shape:"Sl"},Attributes:{shape:"Sm"},Environment:{shape:"So"}}},output:{type:"structure",members:{AppId:{}}}},CreateDeployment:{input:{type:"structure",required:["StackId","Command"],members:{StackId:{},AppId:{},InstanceIds:{shape:"S3"},LayerIds:{shape:"S3"},Command:{shape:"Ss"},Comment:{},CustomJson:{}}},output:{type:"structure",members:{DeploymentId:{}}}},CreateInstance:{input:{type:"structure",required:["StackId","LayerIds","InstanceType"],members:{StackId:{},LayerIds:{shape:"S3"},InstanceType:{},AutoScalingType:{},Hostname:{},Os:{},AmiId:{},SshKeyName:{},AvailabilityZone:{},VirtualizationType:{},SubnetId:{},Architecture:{},RootDeviceType:{},BlockDeviceMappings:{shape:"Sz"},InstallUpdatesOnBoot:{type:"boolean"},EbsOptimized:{type:"boolean"},AgentVersion:{},Tenancy:{}}},output:{type:"structure",members:{InstanceId:{}}}},CreateLayer:{input:{type:"structure",required:["StackId","Type","Name","Shortname"],members:{StackId:{},Type:{},Name:{},Shortname:{},Attributes:{shape:"S17"},CloudWatchLogsConfiguration:{shape:"S19"},CustomInstanceProfileArn:{},CustomJson:{},CustomSecurityGroupIds:{shape:"S3"},Packages:{shape:"S3"},VolumeConfigurations:{shape:"S1f"},EnableAutoHealing:{type:"boolean"},AutoAssignElasticIps:{type:"boolean"},AutoAssignPublicIps:{type:"boolean"},CustomRecipes:{shape:"S1h"},InstallUpdatesOnBoot:{type:"boolean"},UseEbsOptimizedInstances:{type:"boolean"},LifecycleEventConfiguration:{shape:"S1i"}}},output:{type:"structure",members:{LayerId:{}}}},CreateStack:{input:{type:"structure",required:["Name","Region","ServiceRoleArn","DefaultInstanceProfileArn"],members:{Name:{},Region:{},VpcId:{},Attributes:{shape:"S8"},ServiceRoleArn:{},
DefaultInstanceProfileArn:{},DefaultOs:{},HostnameTheme:{},DefaultAvailabilityZone:{},DefaultSubnetId:{},CustomJson:{},ConfigurationManager:{shape:"Sa"},ChefConfiguration:{shape:"Sb"},UseCustomCookbooks:{type:"boolean"},UseOpsworksSecurityGroups:{type:"boolean"},CustomCookbooksSource:{shape:"Sd"},DefaultSshKeyName:{},DefaultRootDeviceType:{},AgentVersion:{}}},output:{type:"structure",members:{StackId:{}}}},CreateUserProfile:{input:{type:"structure",required:["IamUserArn"],members:{IamUserArn:{},SshUsername:{},SshPublicKey:{},AllowSelfManagement:{type:"boolean"}}},output:{type:"structure",members:{IamUserArn:{}}}},DeleteApp:{input:{type:"structure",required:["AppId"],members:{AppId:{}}}},DeleteInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},DeleteElasticIp:{type:"boolean"},DeleteVolumes:{type:"boolean"}}}},DeleteLayer:{input:{type:"structure",required:["LayerId"],members:{LayerId:{}}}},DeleteStack:{input:{type:"structure",required:["StackId"],members:{StackId:{}}}},DeleteUserProfile:{input:{type:"structure",required:["IamUserArn"],members:{IamUserArn:{}}}},DeregisterEcsCluster:{input:{type:"structure",required:["EcsClusterArn"],members:{EcsClusterArn:{}}}},DeregisterElasticIp:{input:{type:"structure",required:["ElasticIp"],members:{ElasticIp:{}}}},DeregisterInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{}}}},DeregisterRdsDbInstance:{input:{type:"structure",required:["RdsDbInstanceArn"],members:{RdsDbInstanceArn:{}}}},DeregisterVolume:{input:{type:"structure",required:["VolumeId"],members:{VolumeId:{}}}},DescribeAgentVersions:{input:{type:"structure",members:{StackId:{},ConfigurationManager:{shape:"Sa"}}},output:{type:"structure",members:{AgentVersions:{type:"list",member:{type:"structure",members:{Version:{},ConfigurationManager:{shape:"Sa"}}}}}}},DescribeApps:{input:{type:"structure",members:{StackId:{},AppIds:{shape:"S3"}}},output:{type:"structure",members:{Apps:{type:"list",member:{type:"structure",members:{AppId:{},StackId:{},Shortname:{},Name:{},Description:{},DataSources:{shape:"Si"},Type:{},AppSource:{shape:"Sd"},Domains:{shape:"S3"},EnableSsl:{type:"boolean"},SslConfiguration:{shape:"Sl"},Attributes:{shape:"Sm"},CreatedAt:{},Environment:{shape:"So"}}}}}}},DescribeCommands:{input:{type:"structure",members:{DeploymentId:{},InstanceId:{},CommandIds:{shape:"S3"}}},output:{type:"structure",members:{Commands:{type:"list",member:{type:"structure",members:{CommandId:{},InstanceId:{},DeploymentId:{},CreatedAt:{},AcknowledgedAt:{},CompletedAt:{},Status:{},ExitCode:{type:"integer"},LogUrl:{},Type:{}}}}}}},DescribeDeployments:{input:{type:"structure",members:{StackId:{},AppId:{},DeploymentIds:{shape:"S3"}}},output:{type:"structure",members:{Deployments:{type:"list",member:{type:"structure",members:{DeploymentId:{},StackId:{},AppId:{},CreatedAt:{},CompletedAt:{},Duration:{type:"integer"},IamUserArn:{},Comment:{},Command:{shape:"Ss"},Status:{},CustomJson:{},InstanceIds:{shape:"S3"}}}}}}},DescribeEcsClusters:{input:{type:"structure",members:{EcsClusterArns:{shape:"S3"},StackId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{EcsClusters:{type:"list",member:{type:"structure",members:{EcsClusterArn:{},EcsClusterName:{},StackId:{},RegisteredAt:{}}}},NextToken:{}}}},DescribeElasticIps:{input:{type:"structure",members:{InstanceId:{},StackId:{},Ips:{shape:"S3"}}},output:{type:"structure",members:{ElasticIps:{type:"list",member:{type:"structure",members:{Ip:{},Name:{},Domain:{},Region:{},InstanceId:{}}}}}}},DescribeElasticLoadBalancers:{input:{type:"structure",members:{StackId:{},LayerIds:{shape:"S3"}}},output:{type:"structure",members:{ElasticLoadBalancers:{type:"list",member:{type:"structure",members:{ElasticLoadBalancerName:{},Region:{},DnsName:{},StackId:{},LayerId:{},VpcId:{},AvailabilityZones:{shape:"S3"},SubnetIds:{shape:"S3"},Ec2InstanceIds:{shape:"S3"}}}}}}},DescribeInstances:{input:{type:"structure",members:{StackId:{},LayerId:{},InstanceIds:{shape:"S3"}}},output:{type:"structure",members:{Instances:{type:"list",member:{type:"structure",members:{AgentVersion:{},AmiId:{},Architecture:{},Arn:{},AutoScalingType:{},AvailabilityZone:{},BlockDeviceMappings:{shape:"Sz"},CreatedAt:{},EbsOptimized:{type:"boolean"},Ec2InstanceId:{},EcsClusterArn:{},EcsContainerInstanceArn:{},ElasticIp:{},Hostname:{},InfrastructureClass:{},InstallUpdatesOnBoot:{type:"boolean"},InstanceId:{},InstanceProfileArn:{},InstanceType:{},LastServiceErrorId:{},LayerIds:{shape:"S3"},Os:{},Platform:{},PrivateDns:{},PrivateIp:{},PublicDns:{},PublicIp:{},RegisteredBy:{},ReportedAgentVersion:{},ReportedOs:{type:"structure",members:{Family:{},Name:{},Version:{}}},RootDeviceType:{},RootDeviceVolumeId:{},SecurityGroupIds:{shape:"S3"},SshHostDsaKeyFingerprint:{},SshHostRsaKeyFingerprint:{},SshKeyName:{},StackId:{},Status:{},SubnetId:{},Tenancy:{},VirtualizationType:{}}}}}}},DescribeLayers:{input:{type:"structure",members:{StackId:{},LayerIds:{shape:"S3"}}},output:{type:"structure",members:{Layers:{type:"list",member:{type:"structure",members:{Arn:{},StackId:{},LayerId:{},Type:{},Name:{},Shortname:{},Attributes:{shape:"S17"},CloudWatchLogsConfiguration:{shape:"S19"},CustomInstanceProfileArn:{},CustomJson:{},CustomSecurityGroupIds:{shape:"S3"},DefaultSecurityGroupNames:{shape:"S3"},Packages:{shape:"S3"},VolumeConfigurations:{shape:"S1f"},EnableAutoHealing:{type:"boolean"},AutoAssignElasticIps:{type:"boolean"},AutoAssignPublicIps:{type:"boolean"},DefaultRecipes:{shape:"S1h"},CustomRecipes:{shape:"S1h"},CreatedAt:{},InstallUpdatesOnBoot:{type:"boolean"},UseEbsOptimizedInstances:{type:"boolean"},LifecycleEventConfiguration:{shape:"S1i"}}}}}}},DescribeLoadBasedAutoScaling:{input:{type:"structure",required:["LayerIds"],members:{LayerIds:{shape:"S3"}}},output:{type:"structure",members:{LoadBasedAutoScalingConfigurations:{type:"list",member:{type:"structure",members:{LayerId:{},Enable:{type:"boolean"},UpScaling:{shape:"S36"},DownScaling:{shape:"S36"}}}}}}},DescribeMyUserProfile:{output:{type:"structure",members:{UserProfile:{type:"structure",members:{IamUserArn:{},Name:{},SshUsername:{},SshPublicKey:{}}}}}},DescribeOperatingSystems:{output:{type:"structure",members:{OperatingSystems:{type:"list",member:{type:"structure",members:{Name:{},Id:{},Type:{},ConfigurationManagers:{type:"list",member:{type:"structure",members:{Name:{},Version:{}}}},ReportedName:{},ReportedVersion:{},Supported:{type:"boolean"}}}}}}},DescribePermissions:{input:{type:"structure",members:{IamUserArn:{},StackId:{}}},output:{type:"structure",members:{Permissions:{type:"list",member:{type:"structure",members:{StackId:{},IamUserArn:{},AllowSsh:{type:"boolean"},AllowSudo:{type:"boolean"},Level:{}}}}}}},DescribeRaidArrays:{input:{type:"structure",members:{InstanceId:{},StackId:{},RaidArrayIds:{shape:"S3"}}},output:{type:"structure",members:{RaidArrays:{type:"list",member:{type:"structure",members:{RaidArrayId:{},InstanceId:{},Name:{},RaidLevel:{type:"integer"},NumberOfDisks:{type:"integer"},Size:{type:"integer"},Device:{},MountPoint:{},AvailabilityZone:{},CreatedAt:{},StackId:{},VolumeType:{},Iops:{type:"integer"}}}}}}},DescribeRdsDbInstances:{input:{type:"structure",required:["StackId"],members:{StackId:{},RdsDbInstanceArns:{shape:"S3"}}},output:{type:"structure",members:{RdsDbInstances:{type:"list",member:{type:"structure",members:{RdsDbInstanceArn:{},DbInstanceIdentifier:{},DbUser:{},DbPassword:{},Region:{},Address:{},Engine:{},StackId:{},MissingOnRds:{type:"boolean"}}}}}}},DescribeServiceErrors:{input:{type:"structure",members:{StackId:{},InstanceId:{},ServiceErrorIds:{shape:"S3"}}},output:{type:"structure",members:{ServiceErrors:{type:"list",member:{type:"structure",members:{ServiceErrorId:{},StackId:{},InstanceId:{},Type:{},Message:{},CreatedAt:{}}}}}}},DescribeStackProvisioningParameters:{input:{type:"structure",required:["StackId"],members:{StackId:{}}},output:{type:"structure",members:{AgentInstallerUrl:{},Parameters:{type:"map",key:{},value:{}}}}},DescribeStackSummary:{input:{type:"structure",required:["StackId"],members:{StackId:{}}},output:{type:"structure",members:{StackSummary:{type:"structure",members:{StackId:{},Name:{},Arn:{},LayersCount:{type:"integer"},AppsCount:{type:"integer"},InstancesCount:{type:"structure",members:{Assigning:{type:"integer"},Booting:{type:"integer"},ConnectionLost:{type:"integer"},Deregistering:{type:"integer"},Online:{type:"integer"},Pending:{type:"integer"},Rebooting:{type:"integer"},Registered:{type:"integer"},Registering:{type:"integer"},Requested:{type:"integer"},RunningSetup:{type:"integer"},SetupFailed:{type:"integer"},ShuttingDown:{type:"integer"},StartFailed:{type:"integer"},StopFailed:{type:"integer"},Stopped:{type:"integer"},Stopping:{type:"integer"},Terminated:{type:"integer"},Terminating:{type:"integer"},Unassigning:{type:"integer"}}}}}}}},DescribeStacks:{input:{type:"structure",members:{StackIds:{shape:"S3"}}},output:{type:"structure",members:{Stacks:{type:"list",member:{type:"structure",members:{StackId:{},Name:{},Arn:{},Region:{},VpcId:{},Attributes:{shape:"S8"},ServiceRoleArn:{},DefaultInstanceProfileArn:{},DefaultOs:{},HostnameTheme:{},DefaultAvailabilityZone:{},DefaultSubnetId:{},CustomJson:{},ConfigurationManager:{shape:"Sa"},ChefConfiguration:{shape:"Sb"},UseCustomCookbooks:{type:"boolean"},UseOpsworksSecurityGroups:{type:"boolean"},CustomCookbooksSource:{shape:"Sd"},DefaultSshKeyName:{},CreatedAt:{},DefaultRootDeviceType:{},AgentVersion:{}}}}}}},DescribeTimeBasedAutoScaling:{input:{type:"structure",required:["InstanceIds"],members:{InstanceIds:{shape:"S3"}}},output:{type:"structure",members:{TimeBasedAutoScalingConfigurations:{type:"list",member:{type:"structure",members:{InstanceId:{},AutoScalingSchedule:{shape:"S4b"}}}}}}},DescribeUserProfiles:{input:{type:"structure",members:{IamUserArns:{shape:"S3"}}},output:{type:"structure",members:{UserProfiles:{type:"list",member:{type:"structure",members:{IamUserArn:{},Name:{},SshUsername:{},SshPublicKey:{},AllowSelfManagement:{type:"boolean"}}}}}}},DescribeVolumes:{input:{type:"structure",members:{InstanceId:{},StackId:{},RaidArrayId:{},VolumeIds:{shape:"S3"}}},output:{type:"structure",members:{Volumes:{type:"list",member:{type:"structure",members:{VolumeId:{},Ec2VolumeId:{},Name:{},RaidArrayId:{},InstanceId:{},Status:{},Size:{type:"integer"},Device:{},MountPoint:{},Region:{},AvailabilityZone:{},VolumeType:{},Iops:{type:"integer"},Encrypted:{type:"boolean"}}}}}}},DetachElasticLoadBalancer:{input:{type:"structure",required:["ElasticLoadBalancerName","LayerId"],members:{ElasticLoadBalancerName:{},LayerId:{}}}},DisassociateElasticIp:{input:{type:"structure",required:["ElasticIp"],members:{ElasticIp:{}}}},GetHostnameSuggestion:{input:{type:"structure",required:["LayerId"],members:{LayerId:{}}},output:{type:"structure",members:{LayerId:{},Hostname:{}}}},GrantAccess:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},ValidForInMinutes:{type:"integer"}}},output:{type:"structure",members:{TemporaryCredential:{type:"structure",members:{Username:{},Password:{},ValidForInMinutes:{type:"integer"},InstanceId:{}}}}}},ListTags:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Tags:{shape:"S50"},NextToken:{}}}},RebootInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{}}}},RegisterEcsCluster:{input:{type:"structure",required:["EcsClusterArn","StackId"],members:{EcsClusterArn:{},StackId:{}}},output:{type:"structure",members:{EcsClusterArn:{}}}},RegisterElasticIp:{input:{type:"structure",required:["ElasticIp","StackId"],members:{ElasticIp:{},StackId:{}}},output:{type:"structure",members:{ElasticIp:{}}}},RegisterInstance:{input:{type:"structure",required:["StackId"],members:{StackId:{},Hostname:{},PublicIp:{},PrivateIp:{},RsaPublicKey:{},RsaPublicKeyFingerprint:{},InstanceIdentity:{type:"structure",members:{Document:{},Signature:{}}}}},output:{type:"structure",members:{InstanceId:{}}}},RegisterRdsDbInstance:{input:{type:"structure",required:["StackId","RdsDbInstanceArn","DbUser","DbPassword"],members:{StackId:{},RdsDbInstanceArn:{},DbUser:{},DbPassword:{}}}},RegisterVolume:{input:{type:"structure",required:["StackId"],members:{Ec2VolumeId:{},StackId:{}}},output:{type:"structure",members:{VolumeId:{}}}},SetLoadBasedAutoScaling:{input:{type:"structure",required:["LayerId"],members:{LayerId:{},Enable:{type:"boolean"},UpScaling:{shape:"S36"},DownScaling:{shape:"S36"}}}},SetPermission:{input:{type:"structure",required:["StackId","IamUserArn"],members:{StackId:{},IamUserArn:{},AllowSsh:{type:"boolean"},AllowSudo:{type:"boolean"},Level:{}}}},SetTimeBasedAutoScaling:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},AutoScalingSchedule:{shape:"S4b"}}}},StartInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{}}}},StartStack:{input:{type:"structure",required:["StackId"],members:{StackId:{}}}},StopInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},Force:{type:"boolean"}}}},StopStack:{input:{type:"structure",required:["StackId"],members:{StackId:{}}}},TagResource:{input:{type:"structure",required:["ResourceArn","Tags"],members:{ResourceArn:{},Tags:{shape:"S50"}}}},UnassignInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{}}}},UnassignVolume:{input:{type:"structure",required:["VolumeId"],members:{VolumeId:{}}}},UntagResource:{input:{type:"structure",required:["ResourceArn","TagKeys"],members:{ResourceArn:{},TagKeys:{type:"list",member:{}}}}},UpdateApp:{input:{type:"structure",required:["AppId"],members:{AppId:{},Name:{},Description:{},DataSources:{shape:"Si"},Type:{},AppSource:{shape:"Sd"},Domains:{shape:"S3"},EnableSsl:{type:"boolean"},SslConfiguration:{shape:"Sl"},Attributes:{shape:"Sm"},Environment:{shape:"So"}}}},UpdateElasticIp:{input:{type:"structure",required:["ElasticIp"],members:{ElasticIp:{},Name:{}}}},UpdateInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},LayerIds:{shape:"S3"},InstanceType:{},AutoScalingType:{},Hostname:{},Os:{},AmiId:{},SshKeyName:{},Architecture:{},InstallUpdatesOnBoot:{type:"boolean"},EbsOptimized:{type:"boolean"},AgentVersion:{}}}},UpdateLayer:{input:{type:"structure",required:["LayerId"],members:{LayerId:{},Name:{},Shortname:{},Attributes:{shape:"S17"},CloudWatchLogsConfiguration:{shape:"S19"},CustomInstanceProfileArn:{},CustomJson:{},CustomSecurityGroupIds:{shape:"S3"},Packages:{shape:"S3"},VolumeConfigurations:{shape:"S1f"},EnableAutoHealing:{type:"boolean"},AutoAssignElasticIps:{type:"boolean"},AutoAssignPublicIps:{type:"boolean"},CustomRecipes:{shape:"S1h"},InstallUpdatesOnBoot:{type:"boolean"},UseEbsOptimizedInstances:{type:"boolean"},LifecycleEventConfiguration:{shape:"S1i"}}}},UpdateMyUserProfile:{input:{type:"structure",members:{SshPublicKey:{}}}},UpdateRdsDbInstance:{input:{type:"structure",required:["RdsDbInstanceArn"],members:{RdsDbInstanceArn:{},DbUser:{},DbPassword:{}}}},UpdateStack:{input:{type:"structure",required:["StackId"],members:{StackId:{},Name:{},Attributes:{shape:"S8"},ServiceRoleArn:{},DefaultInstanceProfileArn:{},DefaultOs:{},HostnameTheme:{},DefaultAvailabilityZone:{},DefaultSubnetId:{},CustomJson:{},ConfigurationManager:{shape:"Sa"},ChefConfiguration:{shape:"Sb"},UseCustomCookbooks:{type:"boolean"},CustomCookbooksSource:{shape:"Sd"},DefaultSshKeyName:{},DefaultRootDeviceType:{},UseOpsworksSecurityGroups:{type:"boolean"},AgentVersion:{}}}},UpdateUserProfile:{input:{type:"structure",required:["IamUserArn"],members:{IamUserArn:{},SshUsername:{},SshPublicKey:{},AllowSelfManagement:{type:"boolean"}}}},UpdateVolume:{input:{type:"structure",required:["VolumeId"],members:{VolumeId:{},Name:{},MountPoint:{}}}}},shapes:{S3:{type:"list",member:{}},S8:{type:"map",key:{},value:{}},Sa:{type:"structure",members:{Name:{},Version:{}}},Sb:{type:"structure",members:{ManageBerkshelf:{type:"boolean"},BerkshelfVersion:{}}},Sd:{type:"structure",members:{Type:{},Url:{},Username:{},Password:{},SshKey:{},Revision:{}}},Si:{type:"list",member:{type:"structure",members:{Type:{},Arn:{},DatabaseName:{}}}},Sl:{type:"structure",required:["Certificate","PrivateKey"],members:{Certificate:{},PrivateKey:{},Chain:{}}},Sm:{type:"map",key:{},value:{}},So:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{},Secure:{type:"boolean"}}}},Ss:{type:"structure",required:["Name"],members:{Name:{},Args:{type:"map",key:{},value:{shape:"S3"}}}},Sz:{type:"list",member:{type:"structure",members:{DeviceName:{},NoDevice:{},VirtualName:{},Ebs:{type:"structure",members:{SnapshotId:{},Iops:{type:"integer"},VolumeSize:{type:"integer"},VolumeType:{},DeleteOnTermination:{type:"boolean"}}}}}},S17:{type:"map",key:{},value:{}},S19:{type:"structure",members:{Enabled:{type:"boolean"},LogStreams:{type:"list",member:{type:"structure",members:{LogGroupName:{},DatetimeFormat:{},TimeZone:{},File:{},FileFingerprintLines:{},MultiLineStartPattern:{},InitialPosition:{},Encoding:{},BufferDuration:{type:"integer"},BatchCount:{type:"integer"},BatchSize:{type:"integer"}}}}}},S1f:{type:"list",member:{type:"structure",required:["MountPoint","NumberOfDisks","Size"],members:{MountPoint:{},RaidLevel:{type:"integer"},NumberOfDisks:{type:"integer"},Size:{type:"integer"},VolumeType:{},Iops:{type:"integer"},Encrypted:{type:"boolean"}}}},S1h:{type:"structure",members:{Setup:{shape:"S3"},Configure:{shape:"S3"},Deploy:{shape:"S3"},Undeploy:{shape:"S3"},Shutdown:{shape:"S3"}}},S1i:{type:"structure",members:{Shutdown:{type:"structure",members:{ExecutionTimeout:{type:"integer"},DelayUntilElbConnectionsDrained:{type:"boolean"}}}}},S36:{type:"structure",members:{InstanceCount:{type:"integer"},ThresholdsWaitTime:{type:"integer"},IgnoreMetricsTime:{type:"integer"},CpuThreshold:{type:"double"},MemoryThreshold:{type:"double"},LoadThreshold:{type:"double"},Alarms:{shape:"S3"}}},S4b:{type:"structure",members:{Monday:{shape:"S4c"},Tuesday:{shape:"S4c"},Wednesday:{shape:"S4c"},Thursday:{shape:"S4c"},Friday:{shape:"S4c"},Saturday:{shape:"S4c"},Sunday:{shape:"S4c"}}},S4c:{type:"map",key:{},value:{}},S50:{type:"map",key:{},value:{}}}}},{}],176:[function(e,t,r){t.exports={pagination:{DescribeApps:{result_key:"Apps"},DescribeCommands:{result_key:"Commands"},DescribeDeployments:{result_key:"Deployments"},DescribeEcsClusters:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"EcsClusters"},DescribeElasticIps:{result_key:"ElasticIps"},DescribeElasticLoadBalancers:{result_key:"ElasticLoadBalancers"},DescribeInstances:{result_key:"Instances"},DescribeLayers:{result_key:"Layers"},DescribeLoadBasedAutoScaling:{result_key:"LoadBasedAutoScalingConfigurations"},DescribePermissions:{result_key:"Permissions"},DescribeRaidArrays:{result_key:"RaidArrays"},DescribeServiceErrors:{result_key:"ServiceErrors"},DescribeStacks:{result_key:"Stacks"},DescribeTimeBasedAutoScaling:{result_key:"TimeBasedAutoScalingConfigurations"},DescribeUserProfiles:{result_key:"UserProfiles"},DescribeVolumes:{result_key:"Volumes"}}}},{}],177:[function(e,t,r){t.exports={version:2,waiters:{AppExists:{delay:1,operation:"DescribeApps",maxAttempts:40,acceptors:[{expected:200,matcher:"status",state:"success"},{matcher:"status",expected:400,state:"failure"}]},DeploymentSuccessful:{delay:15,operation:"DescribeDeployments",maxAttempts:40,description:"Wait until a deployment has completed successfully.",acceptors:[{expected:"successful",matcher:"pathAll",state:"success",argument:"Deployments[].Status"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"Deployments[].Status"}]},InstanceOnline:{delay:15,operation:"DescribeInstances",maxAttempts:40,description:"Wait until OpsWorks instance is online.",acceptors:[{expected:"online",matcher:"pathAll",state:"success",argument:"Instances[].Status"},{expected:"setup_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"shutting_down",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"start_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stopped",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"terminating",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stop_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"}]},InstanceRegistered:{delay:15,operation:"DescribeInstances",maxAttempts:40,description:"Wait until OpsWorks instance is registered.",acceptors:[{expected:"registered",matcher:"pathAll",state:"success",argument:"Instances[].Status"},{expected:"setup_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"shutting_down",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stopped",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"terminating",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stop_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"}]},InstanceStopped:{delay:15,operation:"DescribeInstances",maxAttempts:40,description:"Wait until OpsWorks instance is stopped.",acceptors:[{expected:"stopped",matcher:"pathAll",state:"success",argument:"Instances[].Status"},{expected:"booting",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"rebooting",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"requested",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"running_setup",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"setup_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"start_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"stop_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"}]},InstanceTerminated:{delay:15,operation:"DescribeInstances",maxAttempts:40,description:"Wait until OpsWorks instance is terminated.",acceptors:[{expected:"terminated",matcher:"pathAll",state:"success",argument:"Instances[].Status"},{expected:"ResourceNotFoundException",matcher:"error",state:"success"},{expected:"booting",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"online",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"rebooting",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"requested",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"running_setup",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"setup_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"},{expected:"start_failed",matcher:"pathAny",state:"failure",argument:"Instances[].Status"}]}}}},{}],178:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2018-05-22",endpointPrefix:"personalize",jsonVersion:"1.1",protocol:"json",serviceFullName:"Amazon Personalize",serviceId:"Personalize",signatureVersion:"v4",signingName:"personalize",targetPrefix:"AmazonPersonalize",uid:"personalize-2018-05-22"},operations:{CreateBatchInferenceJob:{input:{type:"structure",required:["jobName","solutionVersionArn","jobInput","jobOutput","roleArn"],members:{jobName:{},solutionVersionArn:{},filterArn:{},numResults:{type:"integer"},jobInput:{shape:"S5"},jobOutput:{shape:"S9"},roleArn:{},batchInferenceJobConfig:{shape:"Sb"},tags:{shape:"Sf"}}},output:{type:"structure",members:{batchInferenceJobArn:{}}}},CreateBatchSegmentJob:{input:{type:"structure",required:["jobName","solutionVersionArn","jobInput","jobOutput","roleArn"],members:{jobName:{},solutionVersionArn:{},filterArn:{},numResults:{type:"integer"},jobInput:{shape:"Sl"},jobOutput:{shape:"Sm"},roleArn:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{batchSegmentJobArn:{}}}},CreateCampaign:{input:{type:"structure",required:["name","solutionVersionArn"],members:{name:{},solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Sq"},tags:{shape:"Sf"}}},output:{type:"structure",members:{campaignArn:{}}},idempotent:!0},CreateDataset:{input:{type:"structure",required:["name","schemaArn","datasetGroupArn","datasetType"],members:{name:{},schemaArn:{},datasetGroupArn:{},datasetType:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{datasetArn:{}}},idempotent:!0},CreateDatasetExportJob:{input:{type:"structure",required:["jobName","datasetArn","roleArn","jobOutput"],members:{jobName:{},datasetArn:{},ingestionMode:{},roleArn:{},jobOutput:{shape:"Sx"},tags:{shape:"Sf"}}},output:{type:"structure",members:{datasetExportJobArn:{}}},idempotent:!0},CreateDatasetGroup:{input:{type:"structure",required:["name"],members:{name:{},roleArn:{},kmsKeyArn:{},domain:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{datasetGroupArn:{},domain:{}}}},CreateDatasetImportJob:{input:{type:"structure",required:["jobName","datasetArn","dataSource","roleArn"],members:{jobName:{},datasetArn:{},dataSource:{shape:"S13"},roleArn:{},tags:{shape:"Sf"},importMode:{},publishAttributionMetricsToS3:{type:"boolean"}}},output:{type:"structure",members:{datasetImportJobArn:{}}}},CreateEventTracker:{input:{type:"structure",required:["name","datasetGroupArn"],members:{name:{},datasetGroupArn:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{eventTrackerArn:{},trackingId:{}}},idempotent:!0},CreateFilter:{input:{type:"structure",required:["name","datasetGroupArn","filterExpression"],members:{name:{},datasetGroupArn:{},filterExpression:{shape:"S1b"},tags:{shape:"Sf"}}},output:{type:"structure",members:{filterArn:{}}}},CreateMetricAttribution:{input:{type:"structure",required:["name","datasetGroupArn","metrics","metricsOutputConfig"],members:{name:{},datasetGroupArn:{},metrics:{shape:"S1e"},metricsOutputConfig:{shape:"S1j"}}},output:{type:"structure",members:{metricAttributionArn:{}}}},CreateRecommender:{input:{type:"structure",required:["name","datasetGroupArn","recipeArn"],members:{name:{},datasetGroupArn:{},recipeArn:{},recommenderConfig:{shape:"S1m"},tags:{shape:"Sf"}}},output:{type:"structure",members:{recommenderArn:{}}},idempotent:!0},CreateSchema:{input:{type:"structure",required:["name","schema"],members:{name:{},schema:{},domain:{}}},output:{type:"structure",members:{schemaArn:{}}},idempotent:!0},CreateSolution:{input:{type:"structure",required:["name","datasetGroupArn"],members:{name:{},performHPO:{type:"boolean"},performAutoML:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S1x"},tags:{shape:"Sf"}}},output:{type:"structure",members:{solutionArn:{}}}},CreateSolutionVersion:{input:{type:"structure",required:["solutionArn"],members:{name:{},solutionArn:{},trainingMode:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{solutionVersionArn:{}}}},DeleteCampaign:{input:{type:"structure",required:["campaignArn"],members:{campaignArn:{}}},idempotent:!0},DeleteDataset:{input:{type:"structure",required:["datasetArn"],members:{datasetArn:{}}},idempotent:!0},DeleteDatasetGroup:{input:{type:"structure",required:["datasetGroupArn"],members:{datasetGroupArn:{}}},idempotent:!0},DeleteEventTracker:{input:{type:"structure",required:["eventTrackerArn"],members:{eventTrackerArn:{}}},idempotent:!0},DeleteFilter:{input:{type:"structure",required:["filterArn"],members:{filterArn:{}}}},DeleteMetricAttribution:{input:{type:"structure",required:["metricAttributionArn"],members:{metricAttributionArn:{}}},idempotent:!0},DeleteRecommender:{input:{type:"structure",required:["recommenderArn"],members:{recommenderArn:{}}},idempotent:!0},DeleteSchema:{input:{type:"structure",required:["schemaArn"],members:{schemaArn:{}}},idempotent:!0},DeleteSolution:{input:{type:"structure",required:["solutionArn"],members:{solutionArn:{}}},idempotent:!0},DescribeAlgorithm:{input:{type:"structure",required:["algorithmArn"],members:{algorithmArn:{}}},output:{type:"structure",members:{algorithm:{type:"structure",members:{name:{},algorithmArn:{},algorithmImage:{type:"structure",required:["dockerURI"],members:{name:{},dockerURI:{}}},defaultHyperParameters:{shape:"Sc"},defaultHyperParameterRanges:{type:"structure",members:{integerHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},minValue:{type:"integer"},maxValue:{type:"integer"},isTunable:{type:"boolean"}}}},continuousHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},minValue:{type:"double"},maxValue:{type:"double"},isTunable:{type:"boolean"}}}},categoricalHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},values:{shape:"S2g"},isTunable:{type:"boolean"}}}}}},defaultResourceConfig:{type:"map",key:{},value:{}},trainingInputMode:{},roleArn:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},DescribeBatchInferenceJob:{input:{type:"structure",required:["batchInferenceJobArn"],members:{batchInferenceJobArn:{}}},output:{type:"structure",members:{batchInferenceJob:{type:"structure",members:{jobName:{},batchInferenceJobArn:{},filterArn:{},failureReason:{},solutionVersionArn:{},numResults:{type:"integer"},jobInput:{shape:"S5"},jobOutput:{shape:"S9"},batchInferenceJobConfig:{shape:"Sb"},roleArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},DescribeBatchSegmentJob:{input:{type:"structure",required:["batchSegmentJobArn"],members:{batchSegmentJobArn:{}}},output:{type:"structure",members:{batchSegmentJob:{type:"structure",members:{jobName:{},batchSegmentJobArn:{},filterArn:{},failureReason:{},solutionVersionArn:{},numResults:{type:"integer"},jobInput:{shape:"Sl"},jobOutput:{shape:"Sm"},roleArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},DescribeCampaign:{input:{type:"structure",required:["campaignArn"],members:{campaignArn:{}}},output:{type:"structure",members:{campaign:{type:"structure",members:{name:{},campaignArn:{},solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Sq"},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestCampaignUpdate:{type:"structure",members:{solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Sq"},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}}}},idempotent:!0},DescribeDataset:{input:{type:"structure",required:["datasetArn"],members:{datasetArn:{}}},output:{type:"structure",members:{dataset:{type:"structure",members:{name:{},datasetArn:{},datasetGroupArn:{},datasetType:{},schemaArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestDatasetUpdate:{type:"structure",members:{schemaArn:{},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}}}},idempotent:!0},DescribeDatasetExportJob:{input:{type:"structure",required:["datasetExportJobArn"],members:{datasetExportJobArn:{}}},output:{type:"structure",members:{datasetExportJob:{type:"structure",members:{jobName:{},datasetExportJobArn:{},datasetArn:{},ingestionMode:{},roleArn:{},status:{},jobOutput:{shape:"Sx"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}}},idempotent:!0},DescribeDatasetGroup:{input:{type:"structure",
required:["datasetGroupArn"],members:{datasetGroupArn:{}}},output:{type:"structure",members:{datasetGroup:{type:"structure",members:{name:{},datasetGroupArn:{},status:{},roleArn:{},kmsKeyArn:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},domain:{}}}}},idempotent:!0},DescribeDatasetImportJob:{input:{type:"structure",required:["datasetImportJobArn"],members:{datasetImportJobArn:{}}},output:{type:"structure",members:{datasetImportJob:{type:"structure",members:{jobName:{},datasetImportJobArn:{},datasetArn:{},dataSource:{shape:"S13"},roleArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},importMode:{},publishAttributionMetricsToS3:{type:"boolean"}}}}},idempotent:!0},DescribeEventTracker:{input:{type:"structure",required:["eventTrackerArn"],members:{eventTrackerArn:{}}},output:{type:"structure",members:{eventTracker:{type:"structure",members:{name:{},eventTrackerArn:{},accountId:{},trackingId:{},datasetGroupArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},DescribeFeatureTransformation:{input:{type:"structure",required:["featureTransformationArn"],members:{featureTransformationArn:{}}},output:{type:"structure",members:{featureTransformation:{type:"structure",members:{name:{},featureTransformationArn:{},defaultParameters:{type:"map",key:{},value:{}},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{}}}}},idempotent:!0},DescribeFilter:{input:{type:"structure",required:["filterArn"],members:{filterArn:{}}},output:{type:"structure",members:{filter:{type:"structure",members:{name:{},filterArn:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},datasetGroupArn:{},failureReason:{},filterExpression:{shape:"S1b"},status:{}}}}},idempotent:!0},DescribeMetricAttribution:{input:{type:"structure",required:["metricAttributionArn"],members:{metricAttributionArn:{}}},output:{type:"structure",members:{metricAttribution:{type:"structure",members:{name:{},metricAttributionArn:{},datasetGroupArn:{},metricsOutputConfig:{shape:"S1j"},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}}}},DescribeRecipe:{input:{type:"structure",required:["recipeArn"],members:{recipeArn:{}}},output:{type:"structure",members:{recipe:{type:"structure",members:{name:{},recipeArn:{},algorithmArn:{},featureTransformationArn:{},status:{},description:{},creationDateTime:{type:"timestamp"},recipeType:{},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},DescribeRecommender:{input:{type:"structure",required:["recommenderArn"],members:{recommenderArn:{}}},output:{type:"structure",members:{recommender:{type:"structure",members:{recommenderArn:{},datasetGroupArn:{},name:{},recipeArn:{},recommenderConfig:{shape:"S1m"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{},latestRecommenderUpdate:{type:"structure",members:{recommenderConfig:{shape:"S1m"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{}}},modelMetrics:{shape:"S4t"}}}}},idempotent:!0},DescribeSchema:{input:{type:"structure",required:["schemaArn"],members:{schemaArn:{}}},output:{type:"structure",members:{schema:{type:"structure",members:{name:{},schemaArn:{},schema:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},domain:{}}}}},idempotent:!0},DescribeSolution:{input:{type:"structure",required:["solutionArn"],members:{solutionArn:{}}},output:{type:"structure",members:{solution:{type:"structure",members:{name:{},solutionArn:{},performHPO:{type:"boolean"},performAutoML:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S1x"},autoMLResult:{type:"structure",members:{bestRecipeArn:{}}},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestSolutionVersion:{shape:"S53"}}}}},idempotent:!0},DescribeSolutionVersion:{input:{type:"structure",required:["solutionVersionArn"],members:{solutionVersionArn:{}}},output:{type:"structure",members:{solutionVersion:{type:"structure",members:{name:{},solutionVersionArn:{},solutionArn:{},performHPO:{type:"boolean"},performAutoML:{type:"boolean"},recipeArn:{},eventType:{},datasetGroupArn:{},solutionConfig:{shape:"S1x"},trainingHours:{type:"double"},trainingMode:{},tunedHPOParams:{type:"structure",members:{algorithmHyperParameters:{shape:"Sc"}}},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}}},idempotent:!0},GetSolutionMetrics:{input:{type:"structure",required:["solutionVersionArn"],members:{solutionVersionArn:{}}},output:{type:"structure",members:{solutionVersionArn:{},metrics:{shape:"S4t"}}}},ListBatchInferenceJobs:{input:{type:"structure",members:{solutionVersionArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{batchInferenceJobs:{type:"list",member:{type:"structure",members:{batchInferenceJobArn:{},jobName:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},solutionVersionArn:{}}}},nextToken:{}}},idempotent:!0},ListBatchSegmentJobs:{input:{type:"structure",members:{solutionVersionArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{batchSegmentJobs:{type:"list",member:{type:"structure",members:{batchSegmentJobArn:{},jobName:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},solutionVersionArn:{}}}},nextToken:{}}},idempotent:!0},ListCampaigns:{input:{type:"structure",members:{solutionArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{campaigns:{type:"list",member:{type:"structure",members:{name:{},campaignArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}},nextToken:{}}},idempotent:!0},ListDatasetExportJobs:{input:{type:"structure",members:{datasetArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{datasetExportJobs:{type:"list",member:{type:"structure",members:{datasetExportJobArn:{},jobName:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}},nextToken:{}}},idempotent:!0},ListDatasetGroups:{input:{type:"structure",members:{nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{datasetGroups:{type:"list",member:{type:"structure",members:{name:{},datasetGroupArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},domain:{}}}},nextToken:{}}},idempotent:!0},ListDatasetImportJobs:{input:{type:"structure",members:{datasetArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{datasetImportJobs:{type:"list",member:{type:"structure",members:{datasetImportJobArn:{},jobName:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{},importMode:{}}}},nextToken:{}}},idempotent:!0},ListDatasets:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{datasets:{type:"list",member:{type:"structure",members:{name:{},datasetArn:{},datasetType:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}},nextToken:{}}},idempotent:!0},ListEventTrackers:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{eventTrackers:{type:"list",member:{type:"structure",members:{name:{},eventTrackerArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}},nextToken:{}}},idempotent:!0},ListFilters:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",members:{name:{},filterArn:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},datasetGroupArn:{},failureReason:{},status:{}}}},nextToken:{}}},idempotent:!0},ListMetricAttributionMetrics:{input:{type:"structure",members:{metricAttributionArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{metrics:{shape:"S1e"},nextToken:{}}},idempotent:!0},ListMetricAttributions:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{metricAttributions:{type:"list",member:{type:"structure",members:{name:{},metricAttributionArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}},nextToken:{}}},idempotent:!0},ListRecipes:{input:{type:"structure",members:{recipeProvider:{},nextToken:{},maxResults:{type:"integer"},domain:{}}},output:{type:"structure",members:{recipes:{type:"list",member:{type:"structure",members:{name:{},recipeArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},domain:{}}}},nextToken:{}}},idempotent:!0},ListRecommenders:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{recommenders:{type:"list",member:{type:"structure",members:{name:{},recommenderArn:{},datasetGroupArn:{},recipeArn:{},recommenderConfig:{shape:"S1m"},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"}}}},nextToken:{}}},idempotent:!0},ListSchemas:{input:{type:"structure",members:{nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{schemas:{type:"list",member:{type:"structure",members:{name:{},schemaArn:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},domain:{}}}},nextToken:{}}},idempotent:!0},ListSolutionVersions:{input:{type:"structure",members:{solutionArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{solutionVersions:{type:"list",member:{shape:"S53"}},nextToken:{}}},idempotent:!0},ListSolutions:{input:{type:"structure",members:{datasetGroupArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{solutions:{type:"list",member:{type:"structure",members:{name:{},solutionArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},recipeArn:{}}}},nextToken:{}}},idempotent:!0},ListTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{}}},output:{type:"structure",members:{tags:{shape:"Sf"}}}},StartRecommender:{input:{type:"structure",required:["recommenderArn"],members:{recommenderArn:{}}},output:{type:"structure",members:{recommenderArn:{}}},idempotent:!0},StopRecommender:{input:{type:"structure",required:["recommenderArn"],members:{recommenderArn:{}}},output:{type:"structure",members:{recommenderArn:{}}},idempotent:!0},StopSolutionVersionCreation:{input:{type:"structure",required:["solutionVersionArn"],members:{solutionVersionArn:{}}},idempotent:!0},TagResource:{input:{type:"structure",required:["resourceArn","tags"],members:{resourceArn:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["resourceArn","tagKeys"],members:{resourceArn:{},tagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdateCampaign:{input:{type:"structure",required:["campaignArn"],members:{campaignArn:{},solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Sq"}}},output:{type:"structure",members:{campaignArn:{}}},idempotent:!0},UpdateDataset:{input:{type:"structure",required:["datasetArn","schemaArn"],members:{datasetArn:{},schemaArn:{}}},output:{type:"structure",members:{datasetArn:{}}},idempotent:!0},UpdateMetricAttribution:{input:{type:"structure",members:{addMetrics:{shape:"S1e"},removeMetrics:{type:"list",member:{}},metricsOutputConfig:{shape:"S1j"},metricAttributionArn:{}}},output:{type:"structure",members:{metricAttributionArn:{}}}},UpdateRecommender:{input:{type:"structure",required:["recommenderArn","recommenderConfig"],members:{recommenderArn:{},recommenderConfig:{shape:"S1m"}}},output:{type:"structure",members:{recommenderArn:{}}},idempotent:!0}},shapes:{S5:{type:"structure",required:["s3DataSource"],members:{s3DataSource:{shape:"S6"}}},S6:{type:"structure",required:["path"],members:{path:{},kmsKeyArn:{}}},S9:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},Sb:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"}}},Sc:{type:"map",key:{},value:{}},Sf:{type:"list",member:{type:"structure",required:["tagKey","tagValue"],members:{tagKey:{},tagValue:{}}}},Sl:{type:"structure",required:["s3DataSource"],members:{s3DataSource:{shape:"S6"}}},Sm:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},Sq:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"}}},Sx:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},S13:{type:"structure",members:{dataLocation:{}}},S1b:{type:"string",sensitive:!0},S1e:{type:"list",member:{type:"structure",required:["eventType","metricName","expression"],members:{eventType:{},metricName:{},expression:{}}}},S1j:{type:"structure",required:["roleArn"],members:{s3DataDestination:{shape:"S6"},roleArn:{}}},S1m:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"},minRecommendationRequestsPerSecond:{type:"integer"},trainingDataConfig:{shape:"S1n"}}},S1n:{type:"structure",members:{excludedDatasetColumns:{type:"map",key:{},value:{type:"list",member:{}}}}},S1x:{type:"structure",members:{eventValueThreshold:{},hpoConfig:{type:"structure",members:{hpoObjective:{type:"structure",members:{type:{},metricName:{},metricRegex:{}}},hpoResourceConfig:{type:"structure",members:{maxNumberOfTrainingJobs:{},maxParallelTrainingJobs:{}}},algorithmHyperParameterRanges:{type:"structure",members:{integerHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},minValue:{type:"integer"},maxValue:{type:"integer"}}}},continuousHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},minValue:{type:"double"},maxValue:{type:"double"}}}},categoricalHyperParameterRanges:{type:"list",member:{type:"structure",members:{name:{},values:{shape:"S2g"}}}}}}}},algorithmHyperParameters:{shape:"Sc"},featureTransformationParameters:{type:"map",key:{},value:{}},autoMLConfig:{type:"structure",members:{metricName:{},recipeList:{type:"list",member:{}}}},optimizationObjective:{type:"structure",members:{itemAttribute:{},objectiveSensitivity:{}}},trainingDataConfig:{shape:"S1n"}}},S2g:{type:"list",member:{}},S4t:{type:"map",key:{},value:{type:"double"}},S53:{type:"structure",members:{solutionVersionArn:{},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},failureReason:{}}}}}},{}],179:[function(e,t,r){t.exports={pagination:{ListBatchInferenceJobs:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"batchInferenceJobs"},ListBatchSegmentJobs:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"batchSegmentJobs"},ListCampaigns:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"campaigns"},ListDatasetExportJobs:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"datasetExportJobs"},ListDatasetGroups:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"datasetGroups"},ListDatasetImportJobs:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"datasetImportJobs"},ListDatasets:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"datasets"},ListEventTrackers:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"eventTrackers"},ListFilters:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"Filters"},ListMetricAttributionMetrics:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"metrics"},ListMetricAttributions:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"metricAttributions"},ListRecipes:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"recipes"},ListRecommenders:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"recommenders"},ListSchemas:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"schemas"},ListSolutionVersions:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"solutionVersions"},ListSolutions:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"solutions"}}}},{}],180:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2018-03-22",endpointPrefix:"personalize-events",jsonVersion:"1.1",protocol:"rest-json",serviceFullName:"Amazon Personalize Events",serviceId:"Personalize Events",signatureVersion:"v4",signingName:"personalize",uid:"personalize-events-2018-03-22"},operations:{PutEvents:{http:{requestUri:"/events"},input:{type:"structure",required:["trackingId","sessionId","eventList"],members:{trackingId:{},userId:{type:"string",sensitive:!0},sessionId:{},eventList:{type:"list",member:{type:"structure",required:["eventType","sentAt"],members:{eventId:{},eventType:{},eventValue:{type:"float"},itemId:{shape:"S7"},properties:{jsonvalue:!0,type:"string",sensitive:!0},sentAt:{type:"timestamp"},recommendationId:{},impression:{type:"list",member:{shape:"S7"}},metricAttribution:{type:"structure",required:["eventAttributionSource"],members:{eventAttributionSource:{}}}},sensitive:!0}}}}},PutItems:{http:{requestUri:"/items"},input:{type:"structure",required:["datasetArn","items"],members:{datasetArn:{},items:{type:"list",member:{type:"structure",required:["itemId"],members:{itemId:{},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}},PutUsers:{http:{requestUri:"/users"},input:{type:"structure",required:["datasetArn","users"],members:{datasetArn:{},users:{type:"list",member:{type:"structure",required:["userId"],members:{userId:{},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}}},shapes:{S7:{type:"string",sensitive:!0}}}},{}],181:[function(e,t,r){arguments[4][42][0].apply(r,arguments)},{dup:42}],182:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2018-05-22",endpointPrefix:"personalize-runtime",jsonVersion:"1.1",protocol:"rest-json",serviceFullName:"Amazon Personalize Runtime",serviceId:"Personalize Runtime",signatureVersion:"v4",signingName:"personalize",uid:"personalize-runtime-2018-05-22"},operations:{GetPersonalizedRanking:{http:{requestUri:"/personalize-ranking"},input:{type:"structure",required:["campaignArn","inputList","userId"],members:{campaignArn:{},inputList:{type:"list",member:{}},userId:{},context:{shape:"S6"},filterArn:{},filterValues:{shape:"S9"}}},output:{type:"structure",members:{personalizedRanking:{shape:"Sd"},recommendationId:{}}},idempotent:!0},GetRecommendations:{http:{requestUri:"/recommendations"},input:{type:"structure",members:{campaignArn:{},itemId:{},userId:{},numResults:{type:"integer"},context:{shape:"S6"},filterArn:{},filterValues:{shape:"S9"},recommenderArn:{},promotions:{type:"list",member:{type:"structure",members:{name:{},percentPromotedItems:{type:"integer"},filterArn:{},filterValues:{shape:"S9"}}}}}},output:{type:"structure",members:{itemList:{shape:"Sd"},recommendationId:{}}},idempotent:!0}},shapes:{S6:{type:"map",key:{},value:{type:"string",sensitive:!0}},S9:{type:"map",key:{},value:{type:"string",sensitive:!0}},Sd:{type:"list",member:{type:"structure",members:{itemId:{},score:{type:"double"},promotionName:{}}}}}}},{}],183:[function(e,t,r){arguments[4][42][0].apply(r,arguments)},{dup:42}],184:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2016-06-10",endpointPrefix:"polly",protocol:"rest-json",serviceFullName:"Amazon Polly",serviceId:"Polly",signatureVersion:"v4",uid:"polly-2016-06-10"},operations:{DeleteLexicon:{http:{method:"DELETE",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name"],members:{Name:{location:"uri",locationName:"LexiconName"}}},output:{type:"structure",members:{}}},DescribeVoices:{http:{method:"GET",requestUri:"/v1/voices",responseCode:200},input:{type:"structure",members:{Engine:{location:"querystring",locationName:"Engine"},LanguageCode:{location:"querystring",locationName:"LanguageCode"},IncludeAdditionalLanguageCodes:{location:"querystring",locationName:"IncludeAdditionalLanguageCodes",type:"boolean"},NextToken:{location:"querystring",locationName:"NextToken"}}},output:{type:"structure",members:{Voices:{type:"list",member:{type:"structure",members:{Gender:{},Id:{},LanguageCode:{},LanguageName:{},Name:{},AdditionalLanguageCodes:{type:"list",member:{}},SupportedEngines:{type:"list",member:{}}}}},NextToken:{}}}},GetLexicon:{http:{method:"GET",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name"],members:{Name:{location:"uri",locationName:"LexiconName"}}},output:{type:"structure",members:{Lexicon:{type:"structure",members:{Content:{shape:"Sl"},Name:{}}},LexiconAttributes:{shape:"Sm"}}}},GetSpeechSynthesisTask:{http:{method:"GET",requestUri:"/v1/synthesisTasks/{TaskId}",responseCode:200},input:{type:"structure",required:["TaskId"],members:{TaskId:{location:"uri",locationName:"TaskId"}}},output:{type:"structure",members:{SynthesisTask:{shape:"Sv"}}}},ListLexicons:{http:{method:"GET",requestUri:"/v1/lexicons",responseCode:200},input:{type:"structure",members:{NextToken:{location:"querystring",locationName:"NextToken"}}},output:{type:"structure",members:{Lexicons:{type:"list",member:{type:"structure",members:{Name:{},Attributes:{shape:"Sm"}}}},NextToken:{}}}},ListSpeechSynthesisTasks:{http:{method:"GET",requestUri:"/v1/synthesisTasks",responseCode:200},input:{type:"structure",members:{MaxResults:{location:"querystring",locationName:"MaxResults",type:"integer"},NextToken:{location:"querystring",locationName:"NextToken"},Status:{location:"querystring",locationName:"Status"}}},output:{type:"structure",members:{NextToken:{},SynthesisTasks:{type:"list",member:{shape:"Sv"}}}}},PutLexicon:{http:{method:"PUT",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name","Content"],members:{Name:{location:"uri",locationName:"LexiconName"},Content:{shape:"Sl"}}},output:{type:"structure",members:{}}},StartSpeechSynthesisTask:{http:{requestUri:"/v1/synthesisTasks",responseCode:200},input:{type:"structure",required:["OutputFormat","OutputS3BucketName","Text","VoiceId"],members:{Engine:{},LanguageCode:{},LexiconNames:{shape:"S12"},OutputFormat:{},OutputS3BucketName:{},OutputS3KeyPrefix:{},SampleRate:{},SnsTopicArn:{},SpeechMarkTypes:{shape:"S15"},Text:{},TextType:{},VoiceId:{}}},output:{type:"structure",members:{SynthesisTask:{shape:"Sv"}}}},SynthesizeSpeech:{http:{requestUri:"/v1/speech",responseCode:200},input:{type:"structure",required:["OutputFormat","Text","VoiceId"],members:{Engine:{},LanguageCode:{},LexiconNames:{shape:"S12"},OutputFormat:{},SampleRate:{},SpeechMarkTypes:{shape:"S15"},Text:{},TextType:{},VoiceId:{}}},output:{type:"structure",members:{AudioStream:{type:"blob",streaming:!0},ContentType:{location:"header",locationName:"Content-Type"},RequestCharacters:{location:"header",locationName:"x-amzn-RequestCharacters",type:"integer"}},payload:"AudioStream"}}},shapes:{Sl:{type:"string",sensitive:!0},Sm:{type:"structure",members:{Alphabet:{},LanguageCode:{},LastModified:{type:"timestamp"},LexiconArn:{},LexemesCount:{type:"integer"},Size:{type:"integer"}}},Sv:{type:"structure",members:{Engine:{},TaskId:{},TaskStatus:{},TaskStatusReason:{},OutputUri:{},CreationTime:{type:"timestamp"},RequestCharacters:{type:"integer"},SnsTopicArn:{},LexiconNames:{shape:"S12"},OutputFormat:{},SampleRate:{},SpeechMarkTypes:{shape:"S15"},TextType:{},VoiceId:{},LanguageCode:{}}},S12:{type:"list",member:{}},S15:{type:"list",member:{}}}}},{}],185:[function(e,t,r){t.exports={pagination:{ListSpeechSynthesisTasks:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},{}],186:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2017-10-15",endpointPrefix:"api.pricing",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"AWS Pricing",serviceFullName:"AWS Price List Service",serviceId:"Pricing",signatureVersion:"v4",signingName:"pricing",targetPrefix:"AWSPriceListService",uid:"pricing-2017-10-15"},operations:{DescribeServices:{input:{type:"structure",members:{ServiceCode:{},FormatVersion:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{Services:{type:"list",member:{type:"structure",required:["ServiceCode"],members:{ServiceCode:{},AttributeNames:{type:"list",member:{}}}}},FormatVersion:{},NextToken:{}}}},GetAttributeValues:{input:{type:"structure",required:["ServiceCode","AttributeName"],members:{ServiceCode:{},AttributeName:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{AttributeValues:{type:"list",member:{type:"structure",members:{Value:{}}}},NextToken:{}}}},GetPriceListFileUrl:{input:{type:"structure",required:["PriceListArn","FileFormat"],members:{PriceListArn:{},FileFormat:{}}},output:{type:"structure",members:{Url:{}}}},GetProducts:{input:{type:"structure",required:["ServiceCode"],members:{ServiceCode:{},Filters:{type:"list",member:{type:"structure",required:["Type","Field","Value"],members:{Type:{},Field:{},Value:{}}}},FormatVersion:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{FormatVersion:{},PriceList:{type:"list",member:{jsonvalue:!0}},NextToken:{}}}},ListPriceLists:{input:{type:"structure",required:["ServiceCode","EffectiveDate","CurrencyCode"],members:{ServiceCode:{},EffectiveDate:{type:"timestamp"},RegionCode:{},CurrencyCode:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{PriceLists:{type:"list",member:{type:"structure",members:{PriceListArn:{},RegionCode:{},CurrencyCode:{},FileFormats:{type:"list",member:{}}}}},NextToken:{}}}}},shapes:{}}},{}],187:[function(e,t,r){t.exports={pagination:{DescribeServices:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"Services"},GetAttributeValues:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"AttributeValues"},GetProducts:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"PriceList"},ListPriceLists:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults",result_key:"PriceLists"}}}},{}],188:[function(e,t,r){t.exports={version:2,waiters:{}}},{}],189:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2013-01-10",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2013-01-10",xmlNamespace:"http://rds.amazonaws.com/doc/2013-01-10/"},operations:{AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S9"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S1c"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1i"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1o"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",
required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S25"},SupportedCharacterSets:{type:"list",member:{shape:"S25",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"St",locationName:"DBInstance"}}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S1c",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2f"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sd",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sk",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S11",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2f"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S6"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S4",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S6"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S6"},Date:{type:"timestamp"}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1o",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S14",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S3m",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},ReservedDBInstancesOfferings:{type:"list",member:{locationName:"ReservedDBInstancesOffering",type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},RecurringCharges:{shape:"S3o"}},wrapper:!0}}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"S9"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},ApplyImmediately:{type:"boolean"},MasterUserPassword:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},MultiAZ:{type:"boolean"},EngineVersion:{},AllowMajorVersionUpgrade:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},NewDBInstanceIdentifier:{}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S2f"}}},output:{shape:"S3z",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1i"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},ModifyEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},Enabled:{type:"boolean"}}},output:{resultWrapper:"ModifyEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},ModifyOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{},OptionsToInclude:{type:"list",member:{locationName:"OptionConfiguration",type:"structure",required:["OptionName"],members:{OptionName:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"Sp"},VpcSecurityGroupMemberships:{shape:"Sq"}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1o"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S3m"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RemoveSourceIdentifierFromSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"RemoveSourceIdentifierFromSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}}},ResetDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S2f"}}},output:{shape:"S3z",resultWrapper:"ResetDBParameterGroupResult"}},RestoreDBInstanceFromDBSnapshot:{input:{type:"structure",required:["DBInstanceIdentifier","DBSnapshotIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{}}},output:{resultWrapper:"RestoreDBInstanceFromDBSnapshotResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RestoreDBInstanceToPointInTime:{input:{type:"structure",required:["SourceDBInstanceIdentifier","TargetDBInstanceIdentifier"],members:{SourceDBInstanceIdentifier:{},TargetDBInstanceIdentifier:{},RestoreTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{}}},output:{resultWrapper:"RestoreDBInstanceToPointInTimeResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RevokeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}}},shapes:{S4:{type:"structure",members:{Id:{},CustomerAwsId:{},CustSubscriptionId:{},SnsTopicArn:{},Status:{},SubscriptionCreationTime:{},SourceType:{},SourceIdsList:{shape:"S5"},EventCategoriesList:{shape:"S6"},Enabled:{type:"boolean"}},wrapper:!0},S5:{type:"list",member:{locationName:"SourceId"}},S6:{type:"list",member:{locationName:"EventCategory"}},S9:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},Sd:{type:"structure",members:{OwnerId:{},DBSecurityGroupName:{},DBSecurityGroupDescription:{},VpcId:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}}},IPRanges:{type:"list",member:{locationName:"IPRange",type:"structure",members:{Status:{},CIDRIP:{}}}}},wrapper:!0},Sk:{type:"structure",members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},AvailabilityZone:{},VpcId:{},InstanceCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},Iops:{type:"integer"}},wrapper:!0},Sp:{type:"list",member:{locationName:"DBSecurityGroupName"}},Sq:{type:"list",member:{locationName:"VpcSecurityGroupId"}},St:{type:"structure",members:{DBInstanceIdentifier:{},DBInstanceClass:{},Engine:{},DBInstanceStatus:{},MasterUsername:{},DBName:{},Endpoint:{type:"structure",members:{Address:{},Port:{type:"integer"}}},AllocatedStorage:{type:"integer"},InstanceCreateTime:{type:"timestamp"},PreferredBackupWindow:{},BackupRetentionPeriod:{type:"integer"},DBSecurityGroups:{shape:"Sv"},VpcSecurityGroups:{shape:"Sx"},DBParameterGroups:{type:"list",member:{locationName:"DBParameterGroup",type:"structure",members:{DBParameterGroupName:{},ParameterApplyStatus:{}}}},AvailabilityZone:{},DBSubnetGroup:{shape:"S11"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{DBInstanceClass:{},AllocatedStorage:{type:"integer"},MasterUserPassword:{},Port:{type:"integer"},BackupRetentionPeriod:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},Iops:{type:"integer"},DBInstanceIdentifier:{}}},LatestRestorableTime:{type:"timestamp"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},ReadReplicaSourceDBInstanceIdentifier:{},ReadReplicaDBInstanceIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBInstanceIdentifier"}},LicenseModel:{},Iops:{type:"integer"},OptionGroupMembership:{type:"structure",members:{OptionGroupName:{},Status:{}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"}},wrapper:!0},Sv:{type:"list",member:{locationName:"DBSecurityGroup",type:"structure",members:{DBSecurityGroupName:{},Status:{}}}},Sx:{type:"list",member:{locationName:"VpcSecurityGroupMembership",type:"structure",members:{VpcSecurityGroupId:{},Status:{}}}},S11:{type:"structure",members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},VpcId:{},SubnetGroupStatus:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{shape:"S14"},SubnetStatus:{}}}}},wrapper:!0},S14:{type:"structure",members:{Name:{},ProvisionedIopsCapable:{type:"boolean"}},wrapper:!0},S1c:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},S1i:{type:"list",member:{locationName:"SubnetIdentifier"}},S1o:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"Sv"},VpcSecurityGroupMemberships:{shape:"Sx"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},S25:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2f:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S3m:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},DBInstanceCount:{type:"integer"},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},State:{},RecurringCharges:{shape:"S3o"}},wrapper:!0},S3o:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S3z:{type:"structure",members:{DBParameterGroupName:{}}}}}},{}],190:[function(e,t,r){t.exports={pagination:{DescribeDBEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBEngineVersions"},DescribeDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBInstances"},DescribeDBParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBParameterGroups"},DescribeDBParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeDBSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSecurityGroups"},DescribeDBSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSnapshots"},DescribeDBSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEventSubscriptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"EventSubscriptionsList"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeOptionGroupOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupOptions"},DescribeOptionGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupsList"},DescribeOrderableDBInstanceOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OrderableDBInstanceOptions"},DescribeReservedDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstances"},DescribeReservedDBInstancesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstancesOfferings"},ListTagsForResource:{result_key:"TagList"}}}},{}],191:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2013-02-12",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2013-02-12",xmlNamespace:"http://rds.amazonaws.com/doc/2013-02-12/"},operations:{AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S9"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S1d"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1j"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1p"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S28"},SupportedCharacterSets:{type:"list",member:{shape:"S28",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"St",locationName:"DBInstance"}}}}},DescribeDBLogFiles:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},FilenameContains:{},FileLastWritten:{type:"long"},FileSize:{type:"long"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBLogFilesResult",type:"structure",members:{DescribeDBLogFiles:{type:"list",member:{locationName:"DescribeDBLogFilesDetails",type:"structure",members:{LogFileName:{},LastWritten:{type:"long"},Size:{type:"long"}}}},Marker:{}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S1d",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2n"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sd",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sk",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S11",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2n"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S6"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S4",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S6"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S6"},Date:{type:"timestamp"}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}},Persistent:{type:"boolean"},OptionGroupOptionSettings:{type:"list",member:{locationName:"OptionGroupOptionSetting",type:"structure",members:{SettingName:{},SettingDescription:{},DefaultValue:{},ApplyType:{},AllowedValues:{},IsModifiable:{type:"boolean"}}}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1p",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S14",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S3w",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},
@@ -93,7 +93,7 @@ members:{SizeConstraintSetId:{},Name:{}}}}}}},ListSqlInjectionMatchSets:{input:{
shape:"S8"}}}}},shapes:{S2:{type:"string",sensitive:!0},S8:{type:"structure",members:{Id:{},Username:{shape:"S9"},EmailAddress:{shape:"Sa"},GivenName:{shape:"Sb"},Surname:{shape:"Sb"},OrganizationId:{},RootFolderId:{},RecycleBinFolderId:{},Status:{},Type:{},CreatedTimestamp:{type:"timestamp"},ModifiedTimestamp:{type:"timestamp"},TimeZoneId:{},Locale:{},Storage:{type:"structure",members:{StorageUtilizedInBytes:{type:"long"},StorageRule:{shape:"Sj"}}}}},S9:{type:"string",sensitive:!0},Sa:{type:"string",sensitive:!0},Sb:{type:"string",sensitive:!0},Sj:{type:"structure",members:{StorageAllocatedInBytes:{type:"long"},StorageType:{}}},St:{type:"string",sensitive:!0},S10:{type:"string",sensitive:!0},S13:{type:"structure",required:["CommentId"],members:{CommentId:{},ParentId:{},ThreadId:{},Text:{shape:"S10"},Contributor:{shape:"S8"},CreatedTimestamp:{type:"timestamp"},Status:{},Visibility:{},RecipientId:{}}},S16:{type:"map",key:{},value:{}},S1b:{type:"string",sensitive:!0},S1d:{type:"structure",members:{Id:{},Name:{shape:"S1b"},CreatorId:{},ParentFolderId:{},CreatedTimestamp:{type:"timestamp"},ModifiedTimestamp:{type:"timestamp"},ResourceState:{},Signature:{},Labels:{shape:"S1g"},Size:{type:"long"},LatestVersionSize:{type:"long"}}},S1g:{type:"list",member:{}},S1p:{type:"structure",members:{SubscriptionId:{},EndPoint:{},Protocol:{}}},S2e:{type:"structure",members:{Id:{},Username:{shape:"S9"},GivenName:{shape:"Sb"},Surname:{shape:"Sb"},EmailAddress:{shape:"Sa"}}},S2h:{type:"list",member:{type:"structure",members:{Id:{},Name:{}}}},S2k:{type:"structure",members:{Type:{},Name:{shape:"S1b"},OriginalName:{shape:"S1b"},Id:{},VersionId:{},Owner:{shape:"S2e"},ParentId:{}}},S2m:{type:"structure",members:{CommentId:{},Contributor:{shape:"S8"},CreatedTimestamp:{type:"timestamp"},CommentStatus:{},RecipientId:{},ContributorId:{}}},S2w:{type:"structure",members:{Id:{},Name:{shape:"S1b"},ContentType:{},Size:{type:"long"},Signature:{},Status:{},CreatedTimestamp:{type:"timestamp"},ModifiedTimestamp:{type:"timestamp"},ContentCreatedTimestamp:{type:"timestamp"},ContentModifiedTimestamp:{type:"timestamp"},CreatorId:{},Thumbnail:{type:"map",key:{},value:{shape:"S31"}},Source:{type:"map",key:{},value:{shape:"S31"}}}},S31:{type:"string",sensitive:!0},S39:{type:"list",member:{shape:"S1d"}},S3a:{type:"list",member:{shape:"S3b"}},S3b:{type:"structure",members:{Id:{},CreatorId:{},ParentFolderId:{},CreatedTimestamp:{type:"timestamp"},ModifiedTimestamp:{type:"timestamp"},LatestVersionMetadata:{shape:"S2w"},ResourceState:{},Labels:{shape:"S1g"}}},S3d:{type:"string",sensitive:!0},S44:{type:"structure",members:{Components:{type:"list",member:{type:"structure",members:{Id:{},Name:{shape:"S1b"}}}}}},S5d:{type:"structure",members:{StartValue:{type:"timestamp"},EndValue:{type:"timestamp"}}}}}},{}],243:[function(e,t,r){t.exports={pagination:{DescribeActivities:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"UserActivities"},DescribeComments:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Comments"},DescribeDocumentVersions:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"DocumentVersions"},DescribeFolderContents:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:["Folders","Documents"]},DescribeGroups:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Groups"},DescribeNotificationSubscriptions:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Subscriptions"},DescribeResourcePermissions:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Principals"},DescribeRootFolders:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Folders"},DescribeUsers:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Users"},SearchResources:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Items"}}}},{}],244:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2016-04-12",endpointPrefix:"xray",protocol:"rest-json",serviceFullName:"AWS X-Ray",serviceId:"XRay",signatureVersion:"v4",uid:"xray-2016-04-12"},operations:{BatchGetTraces:{http:{requestUri:"/Traces"},input:{type:"structure",required:["TraceIds"],members:{TraceIds:{shape:"S2"},NextToken:{}}},output:{type:"structure",members:{Traces:{type:"list",member:{type:"structure",members:{Id:{},Duration:{type:"double"},LimitExceeded:{type:"boolean"},Segments:{type:"list",member:{type:"structure",members:{Id:{},Document:{}}}}}}},UnprocessedTraceIds:{type:"list",member:{}},NextToken:{}}}},CreateGroup:{http:{requestUri:"/CreateGroup"},input:{type:"structure",required:["GroupName"],members:{GroupName:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"},Tags:{shape:"Sj"}}},output:{type:"structure",members:{Group:{shape:"So"}}}},CreateSamplingRule:{http:{requestUri:"/CreateSamplingRule"},input:{type:"structure",required:["SamplingRule"],members:{SamplingRule:{shape:"Sq"},Tags:{shape:"Sj"}}},output:{type:"structure",members:{SamplingRuleRecord:{shape:"S16"}}}},DeleteGroup:{http:{requestUri:"/DeleteGroup"},input:{type:"structure",members:{GroupName:{},GroupARN:{}}},output:{type:"structure",members:{}}},DeleteResourcePolicy:{http:{requestUri:"/DeleteResourcePolicy"},input:{type:"structure",required:["PolicyName"],members:{PolicyName:{},PolicyRevisionId:{}}},output:{type:"structure",members:{}}},DeleteSamplingRule:{http:{requestUri:"/DeleteSamplingRule"},input:{type:"structure",members:{RuleName:{},RuleARN:{}}},output:{type:"structure",members:{SamplingRuleRecord:{shape:"S16"}}}},GetEncryptionConfig:{http:{requestUri:"/EncryptionConfig"},input:{type:"structure",members:{}},output:{type:"structure",members:{EncryptionConfig:{shape:"S1j"}}}},GetGroup:{http:{requestUri:"/GetGroup"},input:{type:"structure",members:{GroupName:{},GroupARN:{}}},output:{type:"structure",members:{Group:{shape:"So"}}}},GetGroups:{http:{requestUri:"/Groups"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{Groups:{type:"list",member:{type:"structure",members:{GroupName:{},GroupARN:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"}}}},NextToken:{}}}},GetInsight:{http:{requestUri:"/Insight"},input:{type:"structure",required:["InsightId"],members:{InsightId:{}}},output:{type:"structure",members:{Insight:{type:"structure",members:{InsightId:{},GroupARN:{},GroupName:{},RootCauseServiceId:{shape:"S1x"},Categories:{shape:"S1z"},State:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Summary:{},ClientRequestImpactStatistics:{shape:"S23"},RootCauseServiceRequestImpactStatistics:{shape:"S23"},TopAnomalousServices:{shape:"S25"}}}}}},GetInsightEvents:{http:{requestUri:"/InsightEvents"},input:{type:"structure",required:["InsightId"],members:{InsightId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{InsightEvents:{type:"list",member:{type:"structure",members:{Summary:{},EventTime:{type:"timestamp"},ClientRequestImpactStatistics:{shape:"S23"},RootCauseServiceRequestImpactStatistics:{shape:"S23"},TopAnomalousServices:{shape:"S25"}}}},NextToken:{}}}},GetInsightImpactGraph:{http:{requestUri:"/InsightImpactGraph"},input:{type:"structure",required:["InsightId","StartTime","EndTime"],members:{InsightId:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},NextToken:{}}},output:{type:"structure",members:{InsightId:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},ServiceGraphStartTime:{type:"timestamp"},ServiceGraphEndTime:{type:"timestamp"},Services:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},Type:{},Name:{},Names:{shape:"S1y"},AccountId:{},Edges:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"}}}}}}},NextToken:{}}}},GetInsightSummaries:{http:{requestUri:"/InsightSummaries"},input:{type:"structure",required:["StartTime","EndTime"],members:{States:{type:"list",member:{}},GroupARN:{},GroupName:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{InsightSummaries:{type:"list",member:{type:"structure",members:{InsightId:{},GroupARN:{},GroupName:{},RootCauseServiceId:{shape:"S1x"},Categories:{shape:"S1z"},State:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Summary:{},ClientRequestImpactStatistics:{shape:"S23"},RootCauseServiceRequestImpactStatistics:{shape:"S23"},TopAnomalousServices:{shape:"S25"},LastUpdateTime:{type:"timestamp"}}}},NextToken:{}}}},GetSamplingRules:{http:{requestUri:"/GetSamplingRules"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{SamplingRuleRecords:{type:"list",member:{shape:"S16"}},NextToken:{}}}},GetSamplingStatisticSummaries:{http:{requestUri:"/SamplingStatisticSummaries"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{SamplingStatisticSummaries:{type:"list",member:{type:"structure",members:{RuleName:{},Timestamp:{type:"timestamp"},RequestCount:{type:"integer"},BorrowCount:{type:"integer"},SampledCount:{type:"integer"}}}},NextToken:{}}}},GetSamplingTargets:{http:{requestUri:"/SamplingTargets"},input:{type:"structure",required:["SamplingStatisticsDocuments"],members:{SamplingStatisticsDocuments:{type:"list",member:{type:"structure",required:["RuleName","ClientID","Timestamp","RequestCount","SampledCount"],members:{RuleName:{},ClientID:{},Timestamp:{type:"timestamp"},RequestCount:{type:"integer"},SampledCount:{type:"integer"},BorrowCount:{type:"integer"}}}}}},output:{type:"structure",members:{SamplingTargetDocuments:{type:"list",member:{type:"structure",members:{RuleName:{},FixedRate:{type:"double"},ReservoirQuota:{type:"integer"},ReservoirQuotaTTL:{type:"timestamp"},Interval:{type:"integer"}}}},LastRuleModification:{type:"timestamp"},UnprocessedStatistics:{type:"list",member:{type:"structure",members:{RuleName:{},ErrorCode:{},Message:{}}}}}}},GetServiceGraph:{http:{requestUri:"/ServiceGraph"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},GroupName:{},GroupARN:{},NextToken:{}}},output:{type:"structure",members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Services:{shape:"S3e"},ContainsOldGroupVersions:{type:"boolean"},NextToken:{}}}},GetTimeSeriesServiceStatistics:{http:{requestUri:"/TimeSeriesServiceStatistics"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},GroupName:{},GroupARN:{},EntitySelectorExpression:{},Period:{type:"integer"},ForecastStatistics:{type:"boolean"},NextToken:{}}},output:{type:"structure",members:{TimeSeriesServiceStatistics:{type:"list",member:{type:"structure",members:{Timestamp:{type:"timestamp"},EdgeSummaryStatistics:{shape:"S3i"},ServiceSummaryStatistics:{shape:"S3q"},ServiceForecastStatistics:{type:"structure",members:{FaultCountHigh:{type:"long"},FaultCountLow:{type:"long"}}},ResponseTimeHistogram:{shape:"S3l"}}}},ContainsOldGroupVersions:{type:"boolean"},NextToken:{}}}},GetTraceGraph:{http:{requestUri:"/TraceGraph"},input:{type:"structure",required:["TraceIds"],members:{TraceIds:{shape:"S2"},NextToken:{}}},output:{type:"structure",members:{Services:{shape:"S3e"},NextToken:{}}}},GetTraceSummaries:{http:{requestUri:"/TraceSummaries"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},TimeRangeType:{},Sampling:{type:"boolean"},SamplingStrategy:{type:"structure",members:{Name:{},Value:{type:"double"}}},FilterExpression:{},NextToken:{}}},output:{type:"structure",members:{TraceSummaries:{type:"list",member:{type:"structure",members:{Id:{},StartTime:{type:"timestamp"},Duration:{type:"double"},ResponseTime:{type:"double"},HasFault:{type:"boolean"},HasError:{type:"boolean"},HasThrottle:{type:"boolean"},IsPartial:{type:"boolean"},Http:{type:"structure",members:{HttpURL:{},HttpStatus:{type:"integer"},HttpMethod:{},UserAgent:{},ClientIp:{}}},Annotations:{type:"map",key:{},value:{type:"list",member:{type:"structure",members:{AnnotationValue:{type:"structure",members:{NumberValue:{type:"double"},BooleanValue:{type:"boolean"},StringValue:{}}},ServiceIds:{shape:"S4d"}}}}},Users:{type:"list",member:{type:"structure",members:{UserName:{},ServiceIds:{shape:"S4d"}}}},ServiceIds:{shape:"S4d"},ResourceARNs:{type:"list",member:{type:"structure",members:{ARN:{}}}},InstanceIds:{type:"list",member:{type:"structure",members:{Id:{}}}},AvailabilityZones:{type:"list",member:{type:"structure",members:{Name:{}}}},EntryPoint:{shape:"S1x"},FaultRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Exceptions:{shape:"S4s"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},ErrorRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Exceptions:{shape:"S4s"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},ResponseTimeRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Coverage:{type:"double"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},Revision:{type:"integer"},MatchedEventTime:{type:"timestamp"}}}},ApproximateTime:{type:"timestamp"},TracesProcessedCount:{type:"long"},NextToken:{}}}},ListResourcePolicies:{http:{requestUri:"/ListResourcePolicies"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{ResourcePolicies:{type:"list",member:{shape:"S5a"}},NextToken:{}}}},ListTagsForResource:{http:{requestUri:"/ListTagsForResource"},input:{type:"structure",required:["ResourceARN"],members:{ResourceARN:{},NextToken:{}}},output:{type:"structure",members:{Tags:{shape:"Sj"},NextToken:{}}}},PutEncryptionConfig:{http:{requestUri:"/PutEncryptionConfig"},input:{type:"structure",required:["Type"],members:{KeyId:{},Type:{}}},output:{type:"structure",members:{EncryptionConfig:{shape:"S1j"}}}},PutResourcePolicy:{http:{requestUri:"/PutResourcePolicy"},input:{type:"structure",required:["PolicyName","PolicyDocument"],members:{PolicyName:{},PolicyDocument:{},PolicyRevisionId:{},BypassPolicyLockoutCheck:{type:"boolean"}}},output:{type:"structure",members:{ResourcePolicy:{shape:"S5a"}}}},PutTelemetryRecords:{http:{requestUri:"/TelemetryRecords"},input:{type:"structure",required:["TelemetryRecords"],members:{TelemetryRecords:{type:"list",member:{type:"structure",required:["Timestamp"],members:{Timestamp:{type:"timestamp"},SegmentsReceivedCount:{type:"integer"},SegmentsSentCount:{type:"integer"},SegmentsSpilloverCount:{type:"integer"},SegmentsRejectedCount:{type:"integer"},BackendConnectionErrors:{type:"structure",members:{TimeoutCount:{type:"integer"},ConnectionRefusedCount:{type:"integer"},HTTPCode4XXCount:{type:"integer"},HTTPCode5XXCount:{type:"integer"},UnknownHostCount:{type:"integer"},OtherCount:{type:"integer"}}}}}},EC2InstanceId:{},Hostname:{},ResourceARN:{}}},output:{type:"structure",members:{}}},PutTraceSegments:{http:{requestUri:"/TraceSegments"},input:{type:"structure",required:["TraceSegmentDocuments"],members:{TraceSegmentDocuments:{type:"list",member:{}}}},output:{type:"structure",members:{UnprocessedTraceSegments:{type:"list",member:{type:"structure",members:{Id:{},ErrorCode:{},Message:{}}}}}}},TagResource:{http:{requestUri:"/TagResource"},input:{type:"structure",required:["ResourceARN","Tags"],members:{ResourceARN:{},Tags:{shape:"Sj"}}},output:{type:"structure",members:{}}},UntagResource:{http:{requestUri:"/UntagResource"},input:{type:"structure",required:["ResourceARN","TagKeys"],members:{ResourceARN:{},TagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdateGroup:{http:{requestUri:"/UpdateGroup"},input:{type:"structure",members:{GroupName:{},GroupARN:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"}}},output:{type:"structure",members:{Group:{shape:"So"}}}},UpdateSamplingRule:{http:{requestUri:"/UpdateSamplingRule"},input:{type:"structure",required:["SamplingRuleUpdate"],members:{SamplingRuleUpdate:{type:"structure",members:{RuleName:{},RuleARN:{},ResourceARN:{},Priority:{type:"integer"},FixedRate:{type:"double"},ReservoirSize:{type:"integer"},Host:{},ServiceName:{},ServiceType:{},HTTPMethod:{},URLPath:{},Attributes:{shape:"S12"}}}}},output:{type:"structure",members:{SamplingRuleRecord:{shape:"S16"}}}}},shapes:{S2:{type:"list",member:{}},Si:{type:"structure",members:{InsightsEnabled:{type:"boolean"},NotificationsEnabled:{type:"boolean"}}},Sj:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},So:{type:"structure",members:{GroupName:{},GroupARN:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"}}},Sq:{type:"structure",required:["ResourceARN","Priority","FixedRate","ReservoirSize","ServiceName","ServiceType","Host","HTTPMethod","URLPath","Version"],members:{RuleName:{},RuleARN:{},ResourceARN:{},Priority:{type:"integer"},FixedRate:{type:"double"},ReservoirSize:{type:"integer"},ServiceName:{},ServiceType:{},Host:{},HTTPMethod:{},URLPath:{},Version:{type:"integer"},Attributes:{shape:"S12"}}},S12:{type:"map",key:{},value:{}},S16:{type:"structure",members:{SamplingRule:{shape:"Sq"},CreatedAt:{type:"timestamp"},ModifiedAt:{type:"timestamp"}}},S1j:{type:"structure",members:{KeyId:{},Status:{},Type:{}}},S1x:{type:"structure",members:{Name:{},Names:{shape:"S1y"},AccountId:{},Type:{}}},S1y:{type:"list",member:{}},S1z:{type:"list",member:{}},S23:{type:"structure",members:{FaultCount:{type:"long"},OkCount:{type:"long"},TotalCount:{type:"long"}}},S25:{type:"list",member:{type:"structure",members:{ServiceId:{shape:"S1x"}}}},S3e:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},Name:{},Names:{shape:"S1y"},Root:{type:"boolean"},AccountId:{},Type:{},State:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Edges:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},SummaryStatistics:{shape:"S3i"},ResponseTimeHistogram:{shape:"S3l"},Aliases:{type:"list",member:{type:"structure",members:{Name:{},Names:{type:"list",member:{}},Type:{}}}},EdgeType:{},ReceivedEventAgeHistogram:{shape:"S3l"}}}},SummaryStatistics:{shape:"S3q"},DurationHistogram:{shape:"S3l"},ResponseTimeHistogram:{shape:"S3l"}}}},S3i:{type:"structure",members:{OkCount:{type:"long"},ErrorStatistics:{shape:"S3j"},FaultStatistics:{shape:"S3k"},TotalCount:{type:"long"},TotalResponseTime:{type:"double"}}},S3j:{type:"structure",members:{ThrottleCount:{type:"long"},OtherCount:{type:"long"},TotalCount:{type:"long"}}},S3k:{type:"structure",members:{OtherCount:{type:"long"},TotalCount:{type:"long"}}},S3l:{type:"list",member:{type:"structure",members:{Value:{type:"double"},Count:{type:"integer"}}}},S3q:{type:"structure",members:{OkCount:{type:"long"},ErrorStatistics:{shape:"S3j"},FaultStatistics:{shape:"S3k"},TotalCount:{type:"long"},TotalResponseTime:{type:"double"}}},S4d:{type:"list",member:{shape:"S1x"}},S4s:{type:"list",member:{type:"structure",members:{Name:{},Message:{}}}},S5a:{type:"structure",members:{PolicyName:{},PolicyDocument:{},PolicyRevisionId:{},LastUpdatedTime:{type:"timestamp"}}}}}},{}],245:[function(e,t,r){t.exports={pagination:{BatchGetTraces:{input_token:"NextToken",non_aggregate_keys:["UnprocessedTraceIds"],output_token:"NextToken",result_key:"Traces"},GetGroups:{input_token:"NextToken",output_token:"NextToken",result_key:"Groups"},GetInsightEvents:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetInsightSummaries:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetSamplingRules:{input_token:"NextToken",output_token:"NextToken",result_key:"SamplingRuleRecords"},GetSamplingStatisticSummaries:{input_token:"NextToken",output_token:"NextToken",result_key:"SamplingStatisticSummaries"},GetServiceGraph:{input_token:"NextToken",non_aggregate_keys:["StartTime","EndTime","ContainsOldGroupVersions"],output_token:"NextToken",result_key:"Services"},GetTimeSeriesServiceStatistics:{input_token:"NextToken",non_aggregate_keys:["ContainsOldGroupVersions"],output_token:"NextToken",result_key:"TimeSeriesServiceStatistics"},GetTraceGraph:{input_token:"NextToken",output_token:"NextToken",result_key:"Services"},GetTraceSummaries:{input_token:"NextToken",non_aggregate_keys:["TracesProcessedCount","ApproximateTime"],output_token:"NextToken",result_key:"TraceSummaries"},ListResourcePolicies:{input_token:"NextToken",output_token:"NextToken",result_key:"ResourcePolicies"},ListTagsForResource:{input_token:"NextToken",output_token:"NextToken",result_key:"Tags"}}}},{}],246:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.acm={},a.ACM=i.defineService("acm",["2015-12-08"]),Object.defineProperty(s.services.acm,"2015-12-08",{get:function(){var t=e("../apis/acm-2015-12-08.min.json");return t.paginators=e("../apis/acm-2015-12-08.paginators.json").pagination,t.waiters=e("../apis/acm-2015-12-08.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ACM},{"../apis/acm-2015-12-08.min.json":1,"../apis/acm-2015-12-08.paginators.json":2,"../apis/acm-2015-12-08.waiters2.json":3,"../lib/core":350,"../lib/node_loader":346}],247:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.amp={},a.Amp=i.defineService("amp",["2020-08-01"]),Object.defineProperty(s.services.amp,"2020-08-01",{get:function(){var t=e("../apis/amp-2020-08-01.min.json");return t.paginators=e("../apis/amp-2020-08-01.paginators.json").pagination,t.waiters=e("../apis/amp-2020-08-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Amp},{"../apis/amp-2020-08-01.min.json":4,"../apis/amp-2020-08-01.paginators.json":5,"../apis/amp-2020-08-01.waiters2.json":6,"../lib/core":350,"../lib/node_loader":346}],248:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.apigateway={},a.APIGateway=i.defineService("apigateway",["2015-07-09"]),e("../lib/services/apigateway"),Object.defineProperty(s.services.apigateway,"2015-07-09",{get:function(){var t=e("../apis/apigateway-2015-07-09.min.json");return t.paginators=e("../apis/apigateway-2015-07-09.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.APIGateway},{"../apis/apigateway-2015-07-09.min.json":7,"../apis/apigateway-2015-07-09.paginators.json":8,"../lib/core":350,"../lib/node_loader":346,"../lib/services/apigateway":403}],249:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.applicationautoscaling={},a.ApplicationAutoScaling=i.defineService("applicationautoscaling",["2016-02-06"]),Object.defineProperty(s.services.applicationautoscaling,"2016-02-06",{get:function(){var t=e("../apis/application-autoscaling-2016-02-06.min.json");return t.paginators=e("../apis/application-autoscaling-2016-02-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ApplicationAutoScaling},{"../apis/application-autoscaling-2016-02-06.min.json":9,"../apis/application-autoscaling-2016-02-06.paginators.json":10,"../lib/core":350,"../lib/node_loader":346}],250:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.athena={},a.Athena=i.defineService("athena",["2017-05-18"]),Object.defineProperty(s.services.athena,"2017-05-18",{get:function(){var t=e("../apis/athena-2017-05-18.min.json");return t.paginators=e("../apis/athena-2017-05-18.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Athena},{"../apis/athena-2017-05-18.min.json":11,"../apis/athena-2017-05-18.paginators.json":12,"../lib/core":350,"../lib/node_loader":346}],251:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.autoscaling={},a.AutoScaling=i.defineService("autoscaling",["2011-01-01"]),Object.defineProperty(s.services.autoscaling,"2011-01-01",{get:function(){var t=e("../apis/autoscaling-2011-01-01.min.json");return t.paginators=e("../apis/autoscaling-2011-01-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.AutoScaling},{"../apis/autoscaling-2011-01-01.min.json":13,"../apis/autoscaling-2011-01-01.paginators.json":14,"../lib/core":350,"../lib/node_loader":346}],252:[function(e,t,r){e("../lib/node_loader"),t.exports={ACM:e("./acm"),APIGateway:e("./apigateway"),ApplicationAutoScaling:e("./applicationautoscaling"),AutoScaling:e("./autoscaling"),CloudFormation:e("./cloudformation"),CloudFront:e("./cloudfront"),CloudHSM:e("./cloudhsm"),CloudTrail:e("./cloudtrail"),CloudWatch:e("./cloudwatch"),CloudWatchEvents:e("./cloudwatchevents"),CloudWatchLogs:e("./cloudwatchlogs"),CodeBuild:e("./codebuild"),CodeCommit:e("./codecommit"),CodeDeploy:e("./codedeploy"),CodePipeline:e("./codepipeline"),CognitoIdentity:e("./cognitoidentity"),CognitoIdentityServiceProvider:e("./cognitoidentityserviceprovider"),CognitoSync:e("./cognitosync"),ConfigService:e("./configservice"),CUR:e("./cur"),DeviceFarm:e("./devicefarm"),DirectConnect:e("./directconnect"),DynamoDB:e("./dynamodb"),DynamoDBStreams:e("./dynamodbstreams"),EC2:e("./ec2"),ECR:e("./ecr"),ECS:e("./ecs"),EFS:e("./efs"),ElastiCache:e("./elasticache"),ElasticBeanstalk:e("./elasticbeanstalk"),ELB:e("./elb"),ELBv2:e("./elbv2"),EMR:e("./emr"),ElasticTranscoder:e("./elastictranscoder"),Firehose:e("./firehose"),GameLift:e("./gamelift"),IAM:e("./iam"),Inspector:e("./inspector"),Iot:e("./iot"),IotData:e("./iotdata"),Kinesis:e("./kinesis"),KMS:e("./kms"),Lambda:e("./lambda"),LexRuntime:e("./lexruntime"),MachineLearning:e("./machinelearning"),MarketplaceCommerceAnalytics:e("./marketplacecommerceanalytics"),MTurk:e("./mturk"),MobileAnalytics:e("./mobileanalytics"),OpsWorks:e("./opsworks"),Polly:e("./polly"),RDS:e("./rds"),Redshift:e("./redshift"),Rekognition:e("./rekognition"),Route53:e("./route53"),Route53Domains:e("./route53domains"),S3:e("./s3"),ServiceCatalog:e("./servicecatalog"),SES:e("./ses"),SNS:e("./sns"),SQS:e("./sqs"),SSM:e("./ssm"),StorageGateway:e("./storagegateway"),STS:e("./sts"),XRay:e("./xray"),WAF:e("./waf"),WorkDocs:e("./workdocs"),LexModelBuildingService:e("./lexmodelbuildingservice"),Athena:e("./athena"),CloudHSMV2:e("./cloudhsmv2"),Pricing:e("./pricing"),CostExplorer:e("./costexplorer"),MediaStoreData:e("./mediastoredata"),Comprehend:e("./comprehend"),KinesisVideoArchivedMedia:e("./kinesisvideoarchivedmedia"),KinesisVideoMedia:e("./kinesisvideomedia"),KinesisVideo:e("./kinesisvideo"),Translate:e("./translate"),ResourceGroups:e("./resourcegroups"),Connect:e("./connect"),SecretsManager:e("./secretsmanager"),IoTAnalytics:e("./iotanalytics"),ComprehendMedical:e("./comprehendmedical"),Personalize:e("./personalize"),PersonalizeEvents:e("./personalizeevents"),PersonalizeRuntime:e("./personalizeruntime"),ForecastService:e("./forecastservice"),ForecastQueryService:e("./forecastqueryservice"),MarketplaceCatalog:e("./marketplacecatalog"),KinesisVideoSignalingChannels:e("./kinesisvideosignalingchannels"),Amp:e("./amp"),Location:e("./location"),LexRuntimeV2:e("./lexruntimev2")}},{"../lib/node_loader":346,"./acm":246,"./amp":247,"./apigateway":248,"./applicationautoscaling":249,"./athena":250,"./autoscaling":251,"./cloudformation":253,"./cloudfront":254,"./cloudhsm":255,"./cloudhsmv2":256,"./cloudtrail":257,"./cloudwatch":258,"./cloudwatchevents":259,"./cloudwatchlogs":260,"./codebuild":261,"./codecommit":262,"./codedeploy":263,"./codepipeline":264,"./cognitoidentity":265,"./cognitoidentityserviceprovider":266,"./cognitosync":267,"./comprehend":268,"./comprehendmedical":269,"./configservice":270,"./connect":271,"./costexplorer":272,"./cur":273,"./devicefarm":274,"./directconnect":275,"./dynamodb":276,"./dynamodbstreams":277,"./ec2":278,"./ecr":279,"./ecs":280,"./efs":281,"./elasticache":282,"./elasticbeanstalk":283,"./elastictranscoder":284,"./elb":285,"./elbv2":286,"./emr":287,"./firehose":288,"./forecastqueryservice":289,"./forecastservice":290,"./gamelift":291,"./iam":292,"./inspector":293,"./iot":294,"./iotanalytics":295,"./iotdata":296,"./kinesis":297,"./kinesisvideo":298,"./kinesisvideoarchivedmedia":299,"./kinesisvideomedia":300,"./kinesisvideosignalingchannels":301,"./kms":302,"./lambda":303,"./lexmodelbuildingservice":304,"./lexruntime":305,"./lexruntimev2":306,"./location":307,"./machinelearning":308,"./marketplacecatalog":309,"./marketplacecommerceanalytics":310,"./mediastoredata":311,"./mobileanalytics":312,"./mturk":313,"./opsworks":314,"./personalize":315,"./personalizeevents":316,"./personalizeruntime":317,"./polly":318,"./pricing":319,"./rds":320,"./redshift":321,"./rekognition":322,"./resourcegroups":323,"./route53":324,"./route53domains":325,"./s3":326,"./secretsmanager":327,"./servicecatalog":328,"./ses":329,"./sns":330,"./sqs":331,"./ssm":332,"./storagegateway":333,"./sts":334,"./translate":335,"./waf":336,"./workdocs":337,"./xray":338}],253:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudformation={},a.CloudFormation=i.defineService("cloudformation",["2010-05-15"]),Object.defineProperty(s.services.cloudformation,"2010-05-15",{get:function(){var t=e("../apis/cloudformation-2010-05-15.min.json");return t.paginators=e("../apis/cloudformation-2010-05-15.paginators.json").pagination,t.waiters=e("../apis/cloudformation-2010-05-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudFormation},{"../apis/cloudformation-2010-05-15.min.json":17,"../apis/cloudformation-2010-05-15.paginators.json":18,"../apis/cloudformation-2010-05-15.waiters2.json":19,"../lib/core":350,"../lib/node_loader":346}],254:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudfront={},a.CloudFront=i.defineService("cloudfront",["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25","2016-11-25*","2017-03-25","2017-03-25*","2017-10-30","2017-10-30*","2018-06-18","2018-06-18*","2018-11-05","2018-11-05*","2019-03-26","2019-03-26*","2020-05-31"]),e("../lib/services/cloudfront"),Object.defineProperty(s.services.cloudfront,"2016-11-25",{get:function(){var t=e("../apis/cloudfront-2016-11-25.min.json");return t.paginators=e("../apis/cloudfront-2016-11-25.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2016-11-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2017-03-25",{get:function(){var t=e("../apis/cloudfront-2017-03-25.min.json");return t.paginators=e("../apis/cloudfront-2017-03-25.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2017-03-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2017-10-30",{get:function(){var t=e("../apis/cloudfront-2017-10-30.min.json");return t.paginators=e("../apis/cloudfront-2017-10-30.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2017-10-30.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2018-06-18",{get:function(){var t=e("../apis/cloudfront-2018-06-18.min.json");return t.paginators=e("../apis/cloudfront-2018-06-18.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2018-06-18.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),
Object.defineProperty(s.services.cloudfront,"2018-11-05",{get:function(){var t=e("../apis/cloudfront-2018-11-05.min.json");return t.paginators=e("../apis/cloudfront-2018-11-05.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2018-11-05.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2019-03-26",{get:function(){var t=e("../apis/cloudfront-2019-03-26.min.json");return t.paginators=e("../apis/cloudfront-2019-03-26.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2019-03-26.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2020-05-31",{get:function(){var t=e("../apis/cloudfront-2020-05-31.min.json");return t.paginators=e("../apis/cloudfront-2020-05-31.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2020-05-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudFront},{"../apis/cloudfront-2016-11-25.min.json":20,"../apis/cloudfront-2016-11-25.paginators.json":21,"../apis/cloudfront-2016-11-25.waiters2.json":22,"../apis/cloudfront-2017-03-25.min.json":23,"../apis/cloudfront-2017-03-25.paginators.json":24,"../apis/cloudfront-2017-03-25.waiters2.json":25,"../apis/cloudfront-2017-10-30.min.json":26,"../apis/cloudfront-2017-10-30.paginators.json":27,"../apis/cloudfront-2017-10-30.waiters2.json":28,"../apis/cloudfront-2018-06-18.min.json":29,"../apis/cloudfront-2018-06-18.paginators.json":30,"../apis/cloudfront-2018-06-18.waiters2.json":31,"../apis/cloudfront-2018-11-05.min.json":32,"../apis/cloudfront-2018-11-05.paginators.json":33,"../apis/cloudfront-2018-11-05.waiters2.json":34,"../apis/cloudfront-2019-03-26.min.json":35,"../apis/cloudfront-2019-03-26.paginators.json":36,"../apis/cloudfront-2019-03-26.waiters2.json":37,"../apis/cloudfront-2020-05-31.min.json":38,"../apis/cloudfront-2020-05-31.paginators.json":39,"../apis/cloudfront-2020-05-31.waiters2.json":40,"../lib/core":350,"../lib/node_loader":346,"../lib/services/cloudfront":404}],255:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudhsm={},a.CloudHSM=i.defineService("cloudhsm",["2014-05-30"]),Object.defineProperty(s.services.cloudhsm,"2014-05-30",{get:function(){var t=e("../apis/cloudhsm-2014-05-30.min.json");return t.paginators=e("../apis/cloudhsm-2014-05-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudHSM},{"../apis/cloudhsm-2014-05-30.min.json":41,"../apis/cloudhsm-2014-05-30.paginators.json":42,"../lib/core":350,"../lib/node_loader":346}],256:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudhsmv2={},a.CloudHSMV2=i.defineService("cloudhsmv2",["2017-04-28"]),Object.defineProperty(s.services.cloudhsmv2,"2017-04-28",{get:function(){var t=e("../apis/cloudhsmv2-2017-04-28.min.json");return t.paginators=e("../apis/cloudhsmv2-2017-04-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudHSMV2},{"../apis/cloudhsmv2-2017-04-28.min.json":43,"../apis/cloudhsmv2-2017-04-28.paginators.json":44,"../lib/core":350,"../lib/node_loader":346}],257:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudtrail={},a.CloudTrail=i.defineService("cloudtrail",["2013-11-01"]),Object.defineProperty(s.services.cloudtrail,"2013-11-01",{get:function(){var t=e("../apis/cloudtrail-2013-11-01.min.json");return t.paginators=e("../apis/cloudtrail-2013-11-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudTrail},{"../apis/cloudtrail-2013-11-01.min.json":45,"../apis/cloudtrail-2013-11-01.paginators.json":46,"../lib/core":350,"../lib/node_loader":346}],258:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatch={},a.CloudWatch=i.defineService("cloudwatch",["2010-08-01"]),Object.defineProperty(s.services.cloudwatch,"2010-08-01",{get:function(){var t=e("../apis/monitoring-2010-08-01.min.json");return t.paginators=e("../apis/monitoring-2010-08-01.paginators.json").pagination,t.waiters=e("../apis/monitoring-2010-08-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatch},{"../apis/monitoring-2010-08-01.min.json":170,"../apis/monitoring-2010-08-01.paginators.json":171,"../apis/monitoring-2010-08-01.waiters2.json":172,"../lib/core":350,"../lib/node_loader":346}],259:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatchevents={},a.CloudWatchEvents=i.defineService("cloudwatchevents",["2014-02-03*","2015-10-07"]),Object.defineProperty(s.services.cloudwatchevents,"2015-10-07",{get:function(){var t=e("../apis/events-2015-10-07.min.json");return t.paginators=e("../apis/events-2015-10-07.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatchEvents},{"../apis/events-2015-10-07.min.json":114,"../apis/events-2015-10-07.paginators.json":115,"../lib/core":350,"../lib/node_loader":346}],260:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatchlogs={},a.CloudWatchLogs=i.defineService("cloudwatchlogs",["2014-03-28"]),Object.defineProperty(s.services.cloudwatchlogs,"2014-03-28",{get:function(){var t=e("../apis/logs-2014-03-28.min.json");return t.paginators=e("../apis/logs-2014-03-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatchLogs},{"../apis/logs-2014-03-28.min.json":157,"../apis/logs-2014-03-28.paginators.json":158,"../lib/core":350,"../lib/node_loader":346}],261:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codebuild={},a.CodeBuild=i.defineService("codebuild",["2016-10-06"]),Object.defineProperty(s.services.codebuild,"2016-10-06",{get:function(){var t=e("../apis/codebuild-2016-10-06.min.json");return t.paginators=e("../apis/codebuild-2016-10-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodeBuild},{"../apis/codebuild-2016-10-06.min.json":47,"../apis/codebuild-2016-10-06.paginators.json":48,"../lib/core":350,"../lib/node_loader":346}],262:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codecommit={},a.CodeCommit=i.defineService("codecommit",["2015-04-13"]),Object.defineProperty(s.services.codecommit,"2015-04-13",{get:function(){var t=e("../apis/codecommit-2015-04-13.min.json");return t.paginators=e("../apis/codecommit-2015-04-13.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodeCommit},{"../apis/codecommit-2015-04-13.min.json":49,"../apis/codecommit-2015-04-13.paginators.json":50,"../lib/core":350,"../lib/node_loader":346}],263:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codedeploy={},a.CodeDeploy=i.defineService("codedeploy",["2014-10-06"]),Object.defineProperty(s.services.codedeploy,"2014-10-06",{get:function(){var t=e("../apis/codedeploy-2014-10-06.min.json");return t.paginators=e("../apis/codedeploy-2014-10-06.paginators.json").pagination,t.waiters=e("../apis/codedeploy-2014-10-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CodeDeploy},{"../apis/codedeploy-2014-10-06.min.json":51,"../apis/codedeploy-2014-10-06.paginators.json":52,"../apis/codedeploy-2014-10-06.waiters2.json":53,"../lib/core":350,"../lib/node_loader":346}],264:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codepipeline={},a.CodePipeline=i.defineService("codepipeline",["2015-07-09"]),Object.defineProperty(s.services.codepipeline,"2015-07-09",{get:function(){var t=e("../apis/codepipeline-2015-07-09.min.json");return t.paginators=e("../apis/codepipeline-2015-07-09.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodePipeline},{"../apis/codepipeline-2015-07-09.min.json":54,"../apis/codepipeline-2015-07-09.paginators.json":55,"../lib/core":350,"../lib/node_loader":346}],265:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitoidentity={},a.CognitoIdentity=i.defineService("cognitoidentity",["2014-06-30"]),Object.defineProperty(s.services.cognitoidentity,"2014-06-30",{get:function(){var t=e("../apis/cognito-identity-2014-06-30.min.json");return t.paginators=e("../apis/cognito-identity-2014-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoIdentity},{"../apis/cognito-identity-2014-06-30.min.json":56,"../apis/cognito-identity-2014-06-30.paginators.json":57,"../lib/core":350,"../lib/node_loader":346}],266:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitoidentityserviceprovider={},a.CognitoIdentityServiceProvider=i.defineService("cognitoidentityserviceprovider",["2016-04-18"]),Object.defineProperty(s.services.cognitoidentityserviceprovider,"2016-04-18",{get:function(){var t=e("../apis/cognito-idp-2016-04-18.min.json");return t.paginators=e("../apis/cognito-idp-2016-04-18.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoIdentityServiceProvider},{"../apis/cognito-idp-2016-04-18.min.json":58,"../apis/cognito-idp-2016-04-18.paginators.json":59,"../lib/core":350,"../lib/node_loader":346}],267:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitosync={},a.CognitoSync=i.defineService("cognitosync",["2014-06-30"]),Object.defineProperty(s.services.cognitosync,"2014-06-30",{get:function(){var t=e("../apis/cognito-sync-2014-06-30.min.json");return t.paginators=e("../apis/cognito-sync-2014-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoSync},{"../apis/cognito-sync-2014-06-30.min.json":60,"../apis/cognito-sync-2014-06-30.paginators.json":61,"../lib/core":350,"../lib/node_loader":346}],268:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.comprehend={},a.Comprehend=i.defineService("comprehend",["2017-11-27"]),Object.defineProperty(s.services.comprehend,"2017-11-27",{get:function(){var t=e("../apis/comprehend-2017-11-27.min.json");return t.paginators=e("../apis/comprehend-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Comprehend},{"../apis/comprehend-2017-11-27.min.json":62,"../apis/comprehend-2017-11-27.paginators.json":63,"../lib/core":350,"../lib/node_loader":346}],269:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.comprehendmedical={},a.ComprehendMedical=i.defineService("comprehendmedical",["2018-10-30"]),Object.defineProperty(s.services.comprehendmedical,"2018-10-30",{get:function(){var t=e("../apis/comprehendmedical-2018-10-30.min.json");return t.paginators=e("../apis/comprehendmedical-2018-10-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ComprehendMedical},{"../apis/comprehendmedical-2018-10-30.min.json":64,"../apis/comprehendmedical-2018-10-30.paginators.json":65,"../lib/core":350,"../lib/node_loader":346}],270:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.configservice={},a.ConfigService=i.defineService("configservice",["2014-11-12"]),Object.defineProperty(s.services.configservice,"2014-11-12",{get:function(){var t=e("../apis/config-2014-11-12.min.json");return t.paginators=e("../apis/config-2014-11-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ConfigService},{"../apis/config-2014-11-12.min.json":66,"../apis/config-2014-11-12.paginators.json":67,"../lib/core":350,"../lib/node_loader":346}],271:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.connect={},a.Connect=i.defineService("connect",["2017-08-08"]),Object.defineProperty(s.services.connect,"2017-08-08",{get:function(){var t=e("../apis/connect-2017-08-08.min.json");return t.paginators=e("../apis/connect-2017-08-08.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Connect},{"../apis/connect-2017-08-08.min.json":68,"../apis/connect-2017-08-08.paginators.json":69,"../lib/core":350,"../lib/node_loader":346}],272:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.costexplorer={},a.CostExplorer=i.defineService("costexplorer",["2017-10-25"]),Object.defineProperty(s.services.costexplorer,"2017-10-25",{get:function(){var t=e("../apis/ce-2017-10-25.min.json");return t.paginators=e("../apis/ce-2017-10-25.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CostExplorer},{"../apis/ce-2017-10-25.min.json":15,"../apis/ce-2017-10-25.paginators.json":16,"../lib/core":350,"../lib/node_loader":346}],273:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cur={},a.CUR=i.defineService("cur",["2017-01-06"]),Object.defineProperty(s.services.cur,"2017-01-06",{get:function(){var t=e("../apis/cur-2017-01-06.min.json");return t.paginators=e("../apis/cur-2017-01-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CUR},{"../apis/cur-2017-01-06.min.json":70,"../apis/cur-2017-01-06.paginators.json":71,"../lib/core":350,"../lib/node_loader":346}],274:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.devicefarm={},a.DeviceFarm=i.defineService("devicefarm",["2015-06-23"]),Object.defineProperty(s.services.devicefarm,"2015-06-23",{get:function(){var t=e("../apis/devicefarm-2015-06-23.min.json");return t.paginators=e("../apis/devicefarm-2015-06-23.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DeviceFarm},{"../apis/devicefarm-2015-06-23.min.json":72,"../apis/devicefarm-2015-06-23.paginators.json":73,"../lib/core":350,"../lib/node_loader":346}],275:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.directconnect={},a.DirectConnect=i.defineService("directconnect",["2012-10-25"]),Object.defineProperty(s.services.directconnect,"2012-10-25",{get:function(){var t=e("../apis/directconnect-2012-10-25.min.json");return t.paginators=e("../apis/directconnect-2012-10-25.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DirectConnect},{"../apis/directconnect-2012-10-25.min.json":74,"../apis/directconnect-2012-10-25.paginators.json":75,"../lib/core":350,"../lib/node_loader":346}],276:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.dynamodb={},a.DynamoDB=i.defineService("dynamodb",["2011-12-05","2012-08-10"]),e("../lib/services/dynamodb"),Object.defineProperty(s.services.dynamodb,"2011-12-05",{get:function(){var t=e("../apis/dynamodb-2011-12-05.min.json");return t.paginators=e("../apis/dynamodb-2011-12-05.paginators.json").pagination,t.waiters=e("../apis/dynamodb-2011-12-05.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.dynamodb,"2012-08-10",{get:function(){var t=e("../apis/dynamodb-2012-08-10.min.json");return t.paginators=e("../apis/dynamodb-2012-08-10.paginators.json").pagination,t.waiters=e("../apis/dynamodb-2012-08-10.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.DynamoDB},{"../apis/dynamodb-2011-12-05.min.json":76,"../apis/dynamodb-2011-12-05.paginators.json":77,"../apis/dynamodb-2011-12-05.waiters2.json":78,"../apis/dynamodb-2012-08-10.min.json":79,"../apis/dynamodb-2012-08-10.paginators.json":80,"../apis/dynamodb-2012-08-10.waiters2.json":81,"../lib/core":350,"../lib/node_loader":346,"../lib/services/dynamodb":405}],277:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.dynamodbstreams={},a.DynamoDBStreams=i.defineService("dynamodbstreams",["2012-08-10"]),Object.defineProperty(s.services.dynamodbstreams,"2012-08-10",{get:function(){var t=e("../apis/streams.dynamodb-2012-08-10.min.json");return t.paginators=e("../apis/streams.dynamodb-2012-08-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DynamoDBStreams},{"../apis/streams.dynamodb-2012-08-10.min.json":234,"../apis/streams.dynamodb-2012-08-10.paginators.json":235,"../lib/core":350,"../lib/node_loader":346}],278:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ec2={},a.EC2=i.defineService("ec2",["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*","2016-11-15"]),e("../lib/services/ec2"),Object.defineProperty(s.services.ec2,"2016-11-15",{get:function(){var t=e("../apis/ec2-2016-11-15.min.json");return t.paginators=e("../apis/ec2-2016-11-15.paginators.json").pagination,t.waiters=e("../apis/ec2-2016-11-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.EC2},{"../apis/ec2-2016-11-15.min.json":82,"../apis/ec2-2016-11-15.paginators.json":83,"../apis/ec2-2016-11-15.waiters2.json":84,"../lib/core":350,"../lib/node_loader":346,"../lib/services/ec2":406}],279:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ecr={},a.ECR=i.defineService("ecr",["2015-09-21"]),Object.defineProperty(s.services.ecr,"2015-09-21",{get:function(){var t=e("../apis/ecr-2015-09-21.min.json");return t.paginators=e("../apis/ecr-2015-09-21.paginators.json").pagination,t.waiters=e("../apis/ecr-2015-09-21.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ECR},{"../apis/ecr-2015-09-21.min.json":85,"../apis/ecr-2015-09-21.paginators.json":86,"../apis/ecr-2015-09-21.waiters2.json":87,"../lib/core":350,"../lib/node_loader":346}],280:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ecs={},a.ECS=i.defineService("ecs",["2014-11-13"]),Object.defineProperty(s.services.ecs,"2014-11-13",{get:function(){var t=e("../apis/ecs-2014-11-13.min.json");return t.paginators=e("../apis/ecs-2014-11-13.paginators.json").pagination,t.waiters=e("../apis/ecs-2014-11-13.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ECS},{"../apis/ecs-2014-11-13.min.json":88,"../apis/ecs-2014-11-13.paginators.json":89,"../apis/ecs-2014-11-13.waiters2.json":90,"../lib/core":350,"../lib/node_loader":346}],281:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.efs={},a.EFS=i.defineService("efs",["2015-02-01"]),Object.defineProperty(s.services.efs,"2015-02-01",{get:function(){var t=e("../apis/elasticfilesystem-2015-02-01.min.json");return t.paginators=e("../apis/elasticfilesystem-2015-02-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.EFS},{"../apis/elasticfilesystem-2015-02-01.min.json":97,"../apis/elasticfilesystem-2015-02-01.paginators.json":98,"../lib/core":350,"../lib/node_loader":346}],282:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elasticache={},a.ElastiCache=i.defineService("elasticache",["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*","2015-02-02"]),Object.defineProperty(s.services.elasticache,"2015-02-02",{get:function(){var t=e("../apis/elasticache-2015-02-02.min.json");return t.paginators=e("../apis/elasticache-2015-02-02.paginators.json").pagination,t.waiters=e("../apis/elasticache-2015-02-02.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElastiCache},{"../apis/elasticache-2015-02-02.min.json":91,"../apis/elasticache-2015-02-02.paginators.json":92,"../apis/elasticache-2015-02-02.waiters2.json":93,"../lib/core":350,"../lib/node_loader":346}],283:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elasticbeanstalk={},a.ElasticBeanstalk=i.defineService("elasticbeanstalk",["2010-12-01"]),Object.defineProperty(s.services.elasticbeanstalk,"2010-12-01",{get:function(){var t=e("../apis/elasticbeanstalk-2010-12-01.min.json");return t.paginators=e("../apis/elasticbeanstalk-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/elasticbeanstalk-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElasticBeanstalk},{"../apis/elasticbeanstalk-2010-12-01.min.json":94,"../apis/elasticbeanstalk-2010-12-01.paginators.json":95,"../apis/elasticbeanstalk-2010-12-01.waiters2.json":96,"../lib/core":350,"../lib/node_loader":346}],284:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elastictranscoder={},a.ElasticTranscoder=i.defineService("elastictranscoder",["2012-09-25"]),Object.defineProperty(s.services.elastictranscoder,"2012-09-25",{get:function(){var t=e("../apis/elastictranscoder-2012-09-25.min.json");return t.paginators=e("../apis/elastictranscoder-2012-09-25.paginators.json").pagination,t.waiters=e("../apis/elastictranscoder-2012-09-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElasticTranscoder},{"../apis/elastictranscoder-2012-09-25.min.json":108,"../apis/elastictranscoder-2012-09-25.paginators.json":109,"../apis/elastictranscoder-2012-09-25.waiters2.json":110,"../lib/core":350,"../lib/node_loader":346}],285:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elb={},a.ELB=i.defineService("elb",["2012-06-01"]),Object.defineProperty(s.services.elb,"2012-06-01",{get:function(){var t=e("../apis/elasticloadbalancing-2012-06-01.min.json");return t.paginators=e("../apis/elasticloadbalancing-2012-06-01.paginators.json").pagination,t.waiters=e("../apis/elasticloadbalancing-2012-06-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ELB},{"../apis/elasticloadbalancing-2012-06-01.min.json":99,"../apis/elasticloadbalancing-2012-06-01.paginators.json":100,"../apis/elasticloadbalancing-2012-06-01.waiters2.json":101,"../lib/core":350,"../lib/node_loader":346}],286:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elbv2={},a.ELBv2=i.defineService("elbv2",["2015-12-01"]),Object.defineProperty(s.services.elbv2,"2015-12-01",{get:function(){var t=e("../apis/elasticloadbalancingv2-2015-12-01.min.json");return t.paginators=e("../apis/elasticloadbalancingv2-2015-12-01.paginators.json").pagination,t.waiters=e("../apis/elasticloadbalancingv2-2015-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ELBv2},{"../apis/elasticloadbalancingv2-2015-12-01.min.json":102,"../apis/elasticloadbalancingv2-2015-12-01.paginators.json":103,"../apis/elasticloadbalancingv2-2015-12-01.waiters2.json":104,"../lib/core":350,"../lib/node_loader":346}],287:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.emr={},a.EMR=i.defineService("emr",["2009-03-31"]),Object.defineProperty(s.services.emr,"2009-03-31",{get:function(){var t=e("../apis/elasticmapreduce-2009-03-31.min.json");return t.paginators=e("../apis/elasticmapreduce-2009-03-31.paginators.json").pagination,t.waiters=e("../apis/elasticmapreduce-2009-03-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.EMR},{"../apis/elasticmapreduce-2009-03-31.min.json":105,"../apis/elasticmapreduce-2009-03-31.paginators.json":106,"../apis/elasticmapreduce-2009-03-31.waiters2.json":107,"../lib/core":350,"../lib/node_loader":346}],288:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.firehose={},a.Firehose=i.defineService("firehose",["2015-08-04"]),Object.defineProperty(s.services.firehose,"2015-08-04",{get:function(){var t=e("../apis/firehose-2015-08-04.min.json");return t.paginators=e("../apis/firehose-2015-08-04.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Firehose},{"../apis/firehose-2015-08-04.min.json":116,"../apis/firehose-2015-08-04.paginators.json":117,"../lib/core":350,"../lib/node_loader":346}],289:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.forecastqueryservice={},a.ForecastQueryService=i.defineService("forecastqueryservice",["2018-06-26"]),Object.defineProperty(s.services.forecastqueryservice,"2018-06-26",{get:function(){var t=e("../apis/forecastquery-2018-06-26.min.json");return t.paginators=e("../apis/forecastquery-2018-06-26.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ForecastQueryService},{"../apis/forecastquery-2018-06-26.min.json":120,"../apis/forecastquery-2018-06-26.paginators.json":121,"../lib/core":350,"../lib/node_loader":346}],290:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.forecastservice={},a.ForecastService=i.defineService("forecastservice",["2018-06-26"]),Object.defineProperty(s.services.forecastservice,"2018-06-26",{get:function(){var t=e("../apis/forecast-2018-06-26.min.json");return t.paginators=e("../apis/forecast-2018-06-26.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ForecastService},{"../apis/forecast-2018-06-26.min.json":118,"../apis/forecast-2018-06-26.paginators.json":119,"../lib/core":350,"../lib/node_loader":346}],291:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.gamelift={},a.GameLift=i.defineService("gamelift",["2015-10-01"]),Object.defineProperty(s.services.gamelift,"2015-10-01",{get:function(){var t=e("../apis/gamelift-2015-10-01.min.json");return t.paginators=e("../apis/gamelift-2015-10-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.GameLift},{"../apis/gamelift-2015-10-01.min.json":122,"../apis/gamelift-2015-10-01.paginators.json":123,"../lib/core":350,"../lib/node_loader":346}],292:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iam={},a.IAM=i.defineService("iam",["2010-05-08"]),Object.defineProperty(s.services.iam,"2010-05-08",{get:function(){var t=e("../apis/iam-2010-05-08.min.json");return t.paginators=e("../apis/iam-2010-05-08.paginators.json").pagination,t.waiters=e("../apis/iam-2010-05-08.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.IAM},{"../apis/iam-2010-05-08.min.json":124,"../apis/iam-2010-05-08.paginators.json":125,"../apis/iam-2010-05-08.waiters2.json":126,"../lib/core":350,"../lib/node_loader":346}],293:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.inspector={},a.Inspector=i.defineService("inspector",["2015-08-18*","2016-02-16"]),Object.defineProperty(s.services.inspector,"2016-02-16",{get:function(){var t=e("../apis/inspector-2016-02-16.min.json");return t.paginators=e("../apis/inspector-2016-02-16.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Inspector},{"../apis/inspector-2016-02-16.min.json":127,"../apis/inspector-2016-02-16.paginators.json":128,"../lib/core":350,"../lib/node_loader":346}],294:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iot={},a.Iot=i.defineService("iot",["2015-05-28"]),Object.defineProperty(s.services.iot,"2015-05-28",{get:function(){var t=e("../apis/iot-2015-05-28.min.json");return t.paginators=e("../apis/iot-2015-05-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Iot},{"../apis/iot-2015-05-28.min.json":129,"../apis/iot-2015-05-28.paginators.json":130,"../lib/core":350,"../lib/node_loader":346}],295:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iotanalytics={},a.IoTAnalytics=i.defineService("iotanalytics",["2017-11-27"]),Object.defineProperty(s.services.iotanalytics,"2017-11-27",{get:function(){var t=e("../apis/iotanalytics-2017-11-27.min.json");return t.paginators=e("../apis/iotanalytics-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.IoTAnalytics},{"../apis/iotanalytics-2017-11-27.min.json":133,"../apis/iotanalytics-2017-11-27.paginators.json":134,"../lib/core":350,"../lib/node_loader":346}],296:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iotdata={},a.IotData=i.defineService("iotdata",["2015-05-28"]),e("../lib/services/iotdata"),Object.defineProperty(s.services.iotdata,"2015-05-28",{get:function(){var t=e("../apis/iot-data-2015-05-28.min.json");return t.paginators=e("../apis/iot-data-2015-05-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.IotData},{"../apis/iot-data-2015-05-28.min.json":131,"../apis/iot-data-2015-05-28.paginators.json":132,"../lib/core":350,"../lib/node_loader":346,"../lib/services/iotdata":407}],297:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesis={},a.Kinesis=i.defineService("kinesis",["2013-12-02"]),Object.defineProperty(s.services.kinesis,"2013-12-02",{get:function(){var t=e("../apis/kinesis-2013-12-02.min.json");return t.paginators=e("../apis/kinesis-2013-12-02.paginators.json").pagination,t.waiters=e("../apis/kinesis-2013-12-02.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Kinesis},{"../apis/kinesis-2013-12-02.min.json":135,"../apis/kinesis-2013-12-02.paginators.json":136,"../apis/kinesis-2013-12-02.waiters2.json":137,"../lib/core":350,"../lib/node_loader":346}],298:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideo={},a.KinesisVideo=i.defineService("kinesisvideo",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideo,"2017-09-30",{get:function(){var t=e("../apis/kinesisvideo-2017-09-30.min.json");return t.paginators=e("../apis/kinesisvideo-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideo},{"../apis/kinesisvideo-2017-09-30.min.json":144,"../apis/kinesisvideo-2017-09-30.paginators.json":145,"../lib/core":350,"../lib/node_loader":346}],299:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideoarchivedmedia={},a.KinesisVideoArchivedMedia=i.defineService("kinesisvideoarchivedmedia",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideoarchivedmedia,"2017-09-30",{get:function(){var t=e("../apis/kinesis-video-archived-media-2017-09-30.min.json");return t.paginators=e("../apis/kinesis-video-archived-media-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoArchivedMedia},{"../apis/kinesis-video-archived-media-2017-09-30.min.json":138,"../apis/kinesis-video-archived-media-2017-09-30.paginators.json":139,"../lib/core":350,"../lib/node_loader":346}],300:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideomedia={},a.KinesisVideoMedia=i.defineService("kinesisvideomedia",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideomedia,"2017-09-30",{get:function(){var t=e("../apis/kinesis-video-media-2017-09-30.min.json");return t.paginators=e("../apis/kinesis-video-media-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoMedia},{"../apis/kinesis-video-media-2017-09-30.min.json":140,"../apis/kinesis-video-media-2017-09-30.paginators.json":141,"../lib/core":350,"../lib/node_loader":346}],301:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideosignalingchannels={},a.KinesisVideoSignalingChannels=i.defineService("kinesisvideosignalingchannels",["2019-12-04"]),Object.defineProperty(s.services.kinesisvideosignalingchannels,"2019-12-04",{get:function(){var t=e("../apis/kinesis-video-signaling-2019-12-04.min.json")
;return t.paginators=e("../apis/kinesis-video-signaling-2019-12-04.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoSignalingChannels},{"../apis/kinesis-video-signaling-2019-12-04.min.json":142,"../apis/kinesis-video-signaling-2019-12-04.paginators.json":143,"../lib/core":350,"../lib/node_loader":346}],302:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kms={},a.KMS=i.defineService("kms",["2014-11-01"]),Object.defineProperty(s.services.kms,"2014-11-01",{get:function(){var t=e("../apis/kms-2014-11-01.min.json");return t.paginators=e("../apis/kms-2014-11-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KMS},{"../apis/kms-2014-11-01.min.json":146,"../apis/kms-2014-11-01.paginators.json":147,"../lib/core":350,"../lib/node_loader":346}],303:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lambda={},a.Lambda=i.defineService("lambda",["2014-11-11","2015-03-31"]),e("../lib/services/lambda"),Object.defineProperty(s.services.lambda,"2014-11-11",{get:function(){var t=e("../apis/lambda-2014-11-11.min.json");return t.paginators=e("../apis/lambda-2014-11-11.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.lambda,"2015-03-31",{get:function(){var t=e("../apis/lambda-2015-03-31.min.json");return t.paginators=e("../apis/lambda-2015-03-31.paginators.json").pagination,t.waiters=e("../apis/lambda-2015-03-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Lambda},{"../apis/lambda-2014-11-11.min.json":148,"../apis/lambda-2014-11-11.paginators.json":149,"../apis/lambda-2015-03-31.min.json":150,"../apis/lambda-2015-03-31.paginators.json":151,"../apis/lambda-2015-03-31.waiters2.json":152,"../lib/core":350,"../lib/node_loader":346,"../lib/services/lambda":408}],304:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexmodelbuildingservice={},a.LexModelBuildingService=i.defineService("lexmodelbuildingservice",["2017-04-19"]),Object.defineProperty(s.services.lexmodelbuildingservice,"2017-04-19",{get:function(){var t=e("../apis/lex-models-2017-04-19.min.json");return t.paginators=e("../apis/lex-models-2017-04-19.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexModelBuildingService},{"../apis/lex-models-2017-04-19.min.json":153,"../apis/lex-models-2017-04-19.paginators.json":154,"../lib/core":350,"../lib/node_loader":346}],305:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexruntime={},a.LexRuntime=i.defineService("lexruntime",["2016-11-28"]),Object.defineProperty(s.services.lexruntime,"2016-11-28",{get:function(){var t=e("../apis/runtime.lex-2016-11-28.min.json");return t.paginators=e("../apis/runtime.lex-2016-11-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexRuntime},{"../apis/runtime.lex-2016-11-28.min.json":214,"../apis/runtime.lex-2016-11-28.paginators.json":215,"../lib/core":350,"../lib/node_loader":346}],306:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexruntimev2={},a.LexRuntimeV2=i.defineService("lexruntimev2",["2020-08-07"]),Object.defineProperty(s.services.lexruntimev2,"2020-08-07",{get:function(){var t=e("../apis/runtime.lex.v2-2020-08-07.min.json");return t.paginators=e("../apis/runtime.lex.v2-2020-08-07.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexRuntimeV2},{"../apis/runtime.lex.v2-2020-08-07.min.json":216,"../apis/runtime.lex.v2-2020-08-07.paginators.json":217,"../lib/core":350,"../lib/node_loader":346}],307:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.location={},a.Location=i.defineService("location",["2020-11-19"]),Object.defineProperty(s.services.location,"2020-11-19",{get:function(){var t=e("../apis/location-2020-11-19.min.json");return t.paginators=e("../apis/location-2020-11-19.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Location},{"../apis/location-2020-11-19.min.json":155,"../apis/location-2020-11-19.paginators.json":156,"../lib/core":350,"../lib/node_loader":346}],308:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.machinelearning={},a.MachineLearning=i.defineService("machinelearning",["2014-12-12"]),e("../lib/services/machinelearning"),Object.defineProperty(s.services.machinelearning,"2014-12-12",{get:function(){var t=e("../apis/machinelearning-2014-12-12.min.json");return t.paginators=e("../apis/machinelearning-2014-12-12.paginators.json").pagination,t.waiters=e("../apis/machinelearning-2014-12-12.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.MachineLearning},{"../apis/machinelearning-2014-12-12.min.json":159,"../apis/machinelearning-2014-12-12.paginators.json":160,"../apis/machinelearning-2014-12-12.waiters2.json":161,"../lib/core":350,"../lib/node_loader":346,"../lib/services/machinelearning":409}],309:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.marketplacecatalog={},a.MarketplaceCatalog=i.defineService("marketplacecatalog",["2018-09-17"]),Object.defineProperty(s.services.marketplacecatalog,"2018-09-17",{get:function(){var t=e("../apis/marketplace-catalog-2018-09-17.min.json");return t.paginators=e("../apis/marketplace-catalog-2018-09-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MarketplaceCatalog},{"../apis/marketplace-catalog-2018-09-17.min.json":162,"../apis/marketplace-catalog-2018-09-17.paginators.json":163,"../lib/core":350,"../lib/node_loader":346}],310:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.marketplacecommerceanalytics={},a.MarketplaceCommerceAnalytics=i.defineService("marketplacecommerceanalytics",["2015-07-01"]),Object.defineProperty(s.services.marketplacecommerceanalytics,"2015-07-01",{get:function(){var t=e("../apis/marketplacecommerceanalytics-2015-07-01.min.json");return t.paginators=e("../apis/marketplacecommerceanalytics-2015-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MarketplaceCommerceAnalytics},{"../apis/marketplacecommerceanalytics-2015-07-01.min.json":164,"../apis/marketplacecommerceanalytics-2015-07-01.paginators.json":165,"../lib/core":350,"../lib/node_loader":346}],311:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.mediastoredata={},a.MediaStoreData=i.defineService("mediastoredata",["2017-09-01"]),Object.defineProperty(s.services.mediastoredata,"2017-09-01",{get:function(){var t=e("../apis/mediastore-data-2017-09-01.min.json");return t.paginators=e("../apis/mediastore-data-2017-09-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MediaStoreData},{"../apis/mediastore-data-2017-09-01.min.json":166,"../apis/mediastore-data-2017-09-01.paginators.json":167,"../lib/core":350,"../lib/node_loader":346}],312:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.mobileanalytics={},a.MobileAnalytics=i.defineService("mobileanalytics",["2014-06-05"]),Object.defineProperty(s.services.mobileanalytics,"2014-06-05",{get:function(){return e("../apis/mobileanalytics-2014-06-05.min.json")},enumerable:!0,configurable:!0}),t.exports=a.MobileAnalytics},{"../apis/mobileanalytics-2014-06-05.min.json":169,"../lib/core":350,"../lib/node_loader":346}],313:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.mturk={},a.MTurk=i.defineService("mturk",["2017-01-17"]),Object.defineProperty(s.services.mturk,"2017-01-17",{get:function(){var t=e("../apis/mturk-requester-2017-01-17.min.json");return t.paginators=e("../apis/mturk-requester-2017-01-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MTurk},{"../apis/mturk-requester-2017-01-17.min.json":173,"../apis/mturk-requester-2017-01-17.paginators.json":174,"../lib/core":350,"../lib/node_loader":346}],314:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.opsworks={},a.OpsWorks=i.defineService("opsworks",["2013-02-18"]),Object.defineProperty(s.services.opsworks,"2013-02-18",{get:function(){var t=e("../apis/opsworks-2013-02-18.min.json");return t.paginators=e("../apis/opsworks-2013-02-18.paginators.json").pagination,t.waiters=e("../apis/opsworks-2013-02-18.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.OpsWorks},{"../apis/opsworks-2013-02-18.min.json":175,"../apis/opsworks-2013-02-18.paginators.json":176,"../apis/opsworks-2013-02-18.waiters2.json":177,"../lib/core":350,"../lib/node_loader":346}],315:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalize={},a.Personalize=i.defineService("personalize",["2018-05-22"]),Object.defineProperty(s.services.personalize,"2018-05-22",{get:function(){var t=e("../apis/personalize-2018-05-22.min.json");return t.paginators=e("../apis/personalize-2018-05-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Personalize},{"../apis/personalize-2018-05-22.min.json":178,"../apis/personalize-2018-05-22.paginators.json":179,"../lib/core":350,"../lib/node_loader":346}],316:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalizeevents={},a.PersonalizeEvents=i.defineService("personalizeevents",["2018-03-22"]),Object.defineProperty(s.services.personalizeevents,"2018-03-22",{get:function(){var t=e("../apis/personalize-events-2018-03-22.min.json");return t.paginators=e("../apis/personalize-events-2018-03-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.PersonalizeEvents},{"../apis/personalize-events-2018-03-22.min.json":180,"../apis/personalize-events-2018-03-22.paginators.json":181,"../lib/core":350,"../lib/node_loader":346}],317:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalizeruntime={},a.PersonalizeRuntime=i.defineService("personalizeruntime",["2018-05-22"]),Object.defineProperty(s.services.personalizeruntime,"2018-05-22",{get:function(){var t=e("../apis/personalize-runtime-2018-05-22.min.json");return t.paginators=e("../apis/personalize-runtime-2018-05-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.PersonalizeRuntime},{"../apis/personalize-runtime-2018-05-22.min.json":182,"../apis/personalize-runtime-2018-05-22.paginators.json":183,"../lib/core":350,"../lib/node_loader":346}],318:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.polly={},a.Polly=i.defineService("polly",["2016-06-10"]),e("../lib/services/polly"),Object.defineProperty(s.services.polly,"2016-06-10",{get:function(){var t=e("../apis/polly-2016-06-10.min.json");return t.paginators=e("../apis/polly-2016-06-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Polly},{"../apis/polly-2016-06-10.min.json":184,"../apis/polly-2016-06-10.paginators.json":185,"../lib/core":350,"../lib/node_loader":346,"../lib/services/polly":410}],319:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.pricing={},a.Pricing=i.defineService("pricing",["2017-10-15"]),Object.defineProperty(s.services.pricing,"2017-10-15",{get:function(){var t=e("../apis/pricing-2017-10-15.min.json");return t.paginators=e("../apis/pricing-2017-10-15.paginators.json").pagination,t.waiters=e("../apis/pricing-2017-10-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Pricing},{"../apis/pricing-2017-10-15.min.json":186,"../apis/pricing-2017-10-15.paginators.json":187,"../apis/pricing-2017-10-15.waiters2.json":188,"../lib/core":350,"../lib/node_loader":346}],320:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.rds={},a.RDS=i.defineService("rds",["2013-01-10","2013-02-12","2013-09-09","2014-09-01","2014-09-01*","2014-10-31"]),e("../lib/services/rds"),Object.defineProperty(s.services.rds,"2013-01-10",{get:function(){var t=e("../apis/rds-2013-01-10.min.json");return t.paginators=e("../apis/rds-2013-01-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2013-02-12",{get:function(){var t=e("../apis/rds-2013-02-12.min.json");return t.paginators=e("../apis/rds-2013-02-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2013-09-09",{get:function(){var t=e("../apis/rds-2013-09-09.min.json");return t.paginators=e("../apis/rds-2013-09-09.paginators.json").pagination,t.waiters=e("../apis/rds-2013-09-09.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2014-09-01",{get:function(){var t=e("../apis/rds-2014-09-01.min.json");return t.paginators=e("../apis/rds-2014-09-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2014-10-31",{get:function(){var t=e("../apis/rds-2014-10-31.min.json");return t.paginators=e("../apis/rds-2014-10-31.paginators.json").pagination,t.waiters=e("../apis/rds-2014-10-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.RDS},{"../apis/rds-2013-01-10.min.json":189,"../apis/rds-2013-01-10.paginators.json":190,"../apis/rds-2013-02-12.min.json":191,"../apis/rds-2013-02-12.paginators.json":192,"../apis/rds-2013-09-09.min.json":193,"../apis/rds-2013-09-09.paginators.json":194,"../apis/rds-2013-09-09.waiters2.json":195,"../apis/rds-2014-09-01.min.json":196,"../apis/rds-2014-09-01.paginators.json":197,"../apis/rds-2014-10-31.min.json":198,"../apis/rds-2014-10-31.paginators.json":199,"../apis/rds-2014-10-31.waiters2.json":200,"../lib/core":350,"../lib/node_loader":346,"../lib/services/rds":411}],321:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.redshift={},a.Redshift=i.defineService("redshift",["2012-12-01"]),Object.defineProperty(s.services.redshift,"2012-12-01",{get:function(){var t=e("../apis/redshift-2012-12-01.min.json");return t.paginators=e("../apis/redshift-2012-12-01.paginators.json").pagination,t.waiters=e("../apis/redshift-2012-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Redshift},{"../apis/redshift-2012-12-01.min.json":201,"../apis/redshift-2012-12-01.paginators.json":202,"../apis/redshift-2012-12-01.waiters2.json":203,"../lib/core":350,"../lib/node_loader":346}],322:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.rekognition={},a.Rekognition=i.defineService("rekognition",["2016-06-27"]),Object.defineProperty(s.services.rekognition,"2016-06-27",{get:function(){var t=e("../apis/rekognition-2016-06-27.min.json");return t.paginators=e("../apis/rekognition-2016-06-27.paginators.json").pagination,t.waiters=e("../apis/rekognition-2016-06-27.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Rekognition},{"../apis/rekognition-2016-06-27.min.json":204,"../apis/rekognition-2016-06-27.paginators.json":205,"../apis/rekognition-2016-06-27.waiters2.json":206,"../lib/core":350,"../lib/node_loader":346}],323:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.resourcegroups={},a.ResourceGroups=i.defineService("resourcegroups",["2017-11-27"]),Object.defineProperty(s.services.resourcegroups,"2017-11-27",{get:function(){var t=e("../apis/resource-groups-2017-11-27.min.json");return t.paginators=e("../apis/resource-groups-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ResourceGroups},{"../apis/resource-groups-2017-11-27.min.json":207,"../apis/resource-groups-2017-11-27.paginators.json":208,"../lib/core":350,"../lib/node_loader":346}],324:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53={},a.Route53=i.defineService("route53",["2013-04-01"]),e("../lib/services/route53"),Object.defineProperty(s.services.route53,"2013-04-01",{get:function(){var t=e("../apis/route53-2013-04-01.min.json");return t.paginators=e("../apis/route53-2013-04-01.paginators.json").pagination,t.waiters=e("../apis/route53-2013-04-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Route53},{"../apis/route53-2013-04-01.min.json":209,"../apis/route53-2013-04-01.paginators.json":210,"../apis/route53-2013-04-01.waiters2.json":211,"../lib/core":350,"../lib/node_loader":346,"../lib/services/route53":413}],325:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53domains={},a.Route53Domains=i.defineService("route53domains",["2014-05-15"]),Object.defineProperty(s.services.route53domains,"2014-05-15",{get:function(){var t=e("../apis/route53domains-2014-05-15.min.json");return t.paginators=e("../apis/route53domains-2014-05-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Route53Domains},{"../apis/route53domains-2014-05-15.min.json":212,"../apis/route53domains-2014-05-15.paginators.json":213,"../lib/core":350,"../lib/node_loader":346}],326:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.s3={},a.S3=i.defineService("s3",["2006-03-01"]),e("../lib/services/s3"),Object.defineProperty(s.services.s3,"2006-03-01",{get:function(){var t=e("../apis/s3-2006-03-01.min.json");return t.paginators=e("../apis/s3-2006-03-01.paginators.json").pagination,t.waiters=e("../apis/s3-2006-03-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.S3},{"../apis/s3-2006-03-01.min.json":218,"../apis/s3-2006-03-01.paginators.json":219,"../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.1476.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;a14||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.1477.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,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+="[33m"),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+="[0;1m"),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+="[0m"),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":350}],402:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||s.configureEndpoint(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),a.SequentialExecutor.call(this),a.Service.addDefaultMonitoringListeners(this),(this.config.clientSideMonitoring||a.Service._clientSideMonitoring)&&this.publisher){var i=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){r.nextTick(function(){i.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){r.nextTick(function(){i.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(a.util.isEmpty(this.api)){if(t.apiConfig)return a.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){t=new a.Config(a.config),t.update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return r=r||t.apiVersion,this.getLatestServiceClass(r)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&a.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?a.util.isType(e,Date)&&(e=a.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=a.util.copy(t),a.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))}var s=new a.Request(this,e,t);return this.addAllRequestListeners(s),this.attachMonitoringEmitter(s),r&&s.send(r),s},makeUnauthenticatedRequest:function(e,t,r){"function"==typeof t&&(r=t,t={});var a=this.makeRequest(e,t).toUnauthenticated();return r?a.send(r):a},waitFor:function(e,t,r){return new a.ResourceWaiter(this,e).wait(t,r)},addAllRequestListeners:function(e){for(var t=[a.events,a.EventListeners.Core,this.serviceInterface(),a.EventListeners.CorePost],r=0;r299?(i.code&&(r.FinalAwsException=i.code),i.message&&(r.FinalAwsExceptionMessage=i.message)):((i.code||i.name)&&(r.FinalSdkException=i.code||i.name),i.message&&(r.FinalSdkExceptionMessage=i.message))}return r},apiAttemptEvent:function(e){var t=e.service.api.operations[e.operation],r={Type:"ApiCallAttempt",Api:t?t.name:e.operation,Version:1,Service:e.service.api.serviceId||e.service.api.endpointPrefix,Fqdn:e.httpRequest.endpoint.hostname,UserAgent:e.httpRequest.getUserAgent()},a=e.response;return a.httpResponse.statusCode&&(r.HttpStatusCode=a.httpResponse.statusCode),!e._unAuthenticated&&e.service.config.credentials&&e.service.config.credentials.accessKeyId&&(r.AccessKey=e.service.config.credentials.accessKeyId),a.httpResponse.headers?(e.httpRequest.headers["x-amz-security-token"]&&(r.SessionToken=e.httpRequest.headers["x-amz-security-token"]),a.httpResponse.headers["x-amzn-requestid"]&&(r.XAmznRequestId=a.httpResponse.headers["x-amzn-requestid"]),a.httpResponse.headers["x-amz-request-id"]&&(r.XAmzRequestId=a.httpResponse.headers["x-amz-request-id"]),a.httpResponse.headers["x-amz-id-2"]&&(r.XAmzId2=a.httpResponse.headers["x-amz-id-2"]),r):r},attemptFailEvent:function(e){var t=this.apiAttemptEvent(e),r=e.response,a=r.error;return r.httpResponse.statusCode>299?(a.code&&(t.AwsException=a.code),a.message&&(t.AwsExceptionMessage=a.message)):((a.code||a.name)&&(t.SdkException=a.code||a.name),a.message&&(t.SdkExceptionMessage=a.message)),t},attachMonitoringEmitter:function(e){var t,r,i,s,o,n,u=0,p=this;e.on("validate",function(){s=a.util.realClock.now(),n=Date.now()},!0),e.on("sign",function(){r=a.util.realClock.now(),t=Date.now(),o=e.httpRequest.region,u++},!0),e.on("validateResponse",function(){i=Math.round(a.util.realClock.now()-r)}),e.addNamedListener("API_CALL_ATTEMPT","success",function(){var r=p.apiAttemptEvent(e);r.Timestamp=t,r.AttemptLatency=i>=0?i:0,r.Region=o,p.emit("apiCallAttempt",[r])}),e.addNamedListener("API_CALL_ATTEMPT_RETRY","retry",function(){var s=p.attemptFailEvent(e);s.Timestamp=t,i=i||Math.round(a.util.realClock.now()-r),s.AttemptLatency=i>=0?i:0,s.Region=o,p.emit("apiCallAttempt",[s])}),e.addNamedListener("API_CALL","complete",function(){var t=p.apiCallEvent(e);if(t.AttemptCount=u,!(t.AttemptCount<=0)){t.Timestamp=n;var r=Math.round(a.util.realClock.now()-s);t.Latency=r>=0?r:0;var i=e.response;i.error&&i.error.retryable&&"number"==typeof i.retryCount&&"number"==typeof i.maxRetries&&i.retryCount>=i.maxRetries&&(t.MaxRetriesExceeded=1),p.emit("apiCall",[t])}})},setupRequestListeners:function(e){},getSigningName:function(){return this.api.signingName||this.api.endpointPrefix},getSignerClass:function(e){var t,r=null,i="";if(e){r=(e.service.api.operations||{})[e.operation]||null,i=r?r.authtype:""}return t=this.config.signatureVersion?this.config.signatureVersion:"v4"===i||"v4-unsigned-body"===i?"v4":"bearer"===i?"bearer":this.api.signatureVersion,a.Signers.RequestSigner.getVersion(t)},serviceInterface:function(){switch(this.api.protocol){case"ec2":case"query":return a.EventListeners.Query;case"json":return a.EventListeners.Json;case"rest-json":return a.EventListeners.RestJson;case"rest-xml":return a.EventListeners.RestXml}if(this.api.protocol)throw new Error("Invalid service `protocol' "+this.api.protocol+" in API config")},successfulResponse:function(e){return e.httpResponse.statusCode<300},numRetries:function(){return void 0!==this.config.maxRetries?this.config.maxRetries:this.defaultRetryCount},retryDelays:function(e,t){return a.util.calculateRetryDelay(e,this.config.retryDelayOptions,t)},retryableError:function(e){return!!this.timeoutError(e)||(!!this.networkingError(e)||(!!this.expiredCredentialsError(e)||(!!this.throttledError(e)||e.statusCode>=500)))},networkingError:function(e){return"NetworkingError"===e.code},timeoutError:function(e){return"TimeoutError"===e.code},expiredCredentialsError:function(e){return"ExpiredTokenException"===e.code},clockSkewError:function(e){switch(e.code){case"RequestTimeTooSkewed":case"RequestExpired":case"InvalidSignatureException":case"SignatureDoesNotMatch":case"AuthFailure":case"RequestInTheFuture":return!0;default:return!1}},getSkewCorrectedDate:function(){return new Date(Date.now()+this.config.systemClockOffset)},applyClockOffset:function(e){e&&(this.config.systemClockOffset=e-Date.now())},isClockSkewed:function(e){if(e)return Math.abs(this.getSkewCorrectedDate().getTime()-e)>=3e5},throttledError:function(e){if(429===e.statusCode)return!0;switch(e.code){case"ProvisionedThroughputExceededException":case"Throttling":case"ThrottlingException":case"RequestLimitExceeded":case"RequestThrottled":case"RequestThrottledException":case"TooManyRequestsException":case"TransactionInProgressException":case"EC2ThrottledException":return!0;default:return!1}},
diff --git a/lib/core.js b/lib/core.js
index a221b8e71b..127c3279d0 100644
--- a/lib/core.js
+++ b/lib/core.js
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
- VERSION: '2.1476.0',
+ VERSION: '2.1477.0',
/**
* @api private
diff --git a/package.json b/package.json
index 4a33088ce8..bd32e39f7a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
- "version": "2.1476.0",
+ "version": "2.1477.0",
"author": {
"name": "Amazon Web Services",
"email": "",