From fd95d9fe09aaef540f6a50763e385506d4c9abb6 Mon Sep 17 00:00:00 2001
From: awstools
Date: Mon, 22 Apr 2024 18:22:51 +0000
Subject: [PATCH] Updates SDK to v2.1604.0
---
.changes/2.1604.0.json | 32 +
CHANGELOG.md | 10 +-
README.md | 2 +-
apis/bedrock-agent-2023-06-05.min.json | 150 +-
apis/bedrock-agent-2023-06-05.normal.json | 112 +-
.../bedrock-agent-runtime-2023-07-26.min.json | 248 ++-
...drock-agent-runtime-2023-07-26.normal.json | 328 +++-
apis/metadata.json | 3 +
apis/payment-cryptography-2021-09-14.min.json | 408 ++---
...ayment-cryptography-2021-09-14.normal.json | 552 ++++---
...ment-cryptography-2021-09-14.waiters2.json | 5 +
...redshift-serverless-2021-04-21.normal.json | 10 +-
apis/route53profiles-2018-05-10.examples.json | 5 +
apis/route53profiles-2018-05-10.min.json | 598 ++++++++
apis/route53profiles-2018-05-10.normal.json | 1343 +++++++++++++++++
...route53profiles-2018-05-10.paginators.json | 22 +
apis/sagemaker-2017-07-24.min.json | 150 +-
apis/sagemaker-2017-07-24.normal.json | 41 +-
.../servicediscovery-2017-03-14.examples.json | 86 ++
apis/servicediscovery-2017-03-14.normal.json | 6 +-
apis/transfer-2018-11-05.min.json | 35 +-
apis/transfer-2018-11-05.normal.json | 100 +-
clients/all.d.ts | 1 +
clients/all.js | 3 +-
clients/bedrockagent.d.ts | 56 +
clients/bedrockagentruntime.d.ts | 191 ++-
clients/paymentcryptography.d.ts | 322 ++--
clients/paymentcryptography.js | 1 +
clients/redshiftserverless.d.ts | 10 +-
clients/route53profiles.d.ts | 614 ++++++++
clients/route53profiles.js | 18 +
clients/sagemaker.d.ts | 27 +-
clients/servicediscovery.d.ts | 8 +-
clients/transfer.d.ts | 49 +-
dist/aws-sdk-core-react-native.js | 4 +-
dist/aws-sdk-react-native.js | 538 ++++---
dist/aws-sdk.js | 9 +-
dist/aws-sdk.min.js | 12 +-
lib/config_service_placeholders.d.ts | 2 +
lib/core.js | 2 +-
package.json | 2 +-
41 files changed, 5041 insertions(+), 1074 deletions(-)
create mode 100644 .changes/2.1604.0.json
create mode 100644 apis/payment-cryptography-2021-09-14.waiters2.json
create mode 100644 apis/route53profiles-2018-05-10.examples.json
create mode 100644 apis/route53profiles-2018-05-10.min.json
create mode 100644 apis/route53profiles-2018-05-10.normal.json
create mode 100644 apis/route53profiles-2018-05-10.paginators.json
create mode 100644 clients/route53profiles.d.ts
create mode 100644 clients/route53profiles.js
diff --git a/.changes/2.1604.0.json b/.changes/2.1604.0.json
new file mode 100644
index 0000000000..711a11667b
--- /dev/null
+++ b/.changes/2.1604.0.json
@@ -0,0 +1,32 @@
+[
+ {
+ "type": "feature",
+ "category": "BedrockAgent",
+ "description": "Releasing the support for simplified configuration and return of control"
+ },
+ {
+ "type": "feature",
+ "category": "BedrockAgentRuntime",
+ "description": "Releasing the support for simplified configuration and return of control"
+ },
+ {
+ "type": "feature",
+ "category": "PaymentCryptography",
+ "description": "Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service."
+ },
+ {
+ "type": "feature",
+ "category": "Route53Profiles",
+ "description": "Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account."
+ },
+ {
+ "type": "feature",
+ "category": "SageMaker",
+ "description": "This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio."
+ },
+ {
+ "type": "feature",
+ "category": "Transfer",
+ "description": "Adding new API to support remote directory listing using SFTP connector"
+ }
+]
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7234857cd..4fa008aa33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
-
+
+## 2.1604.0
+* feature: BedrockAgent: Releasing the support for simplified configuration and return of control
+* feature: BedrockAgentRuntime: Releasing the support for simplified configuration and return of control
+* feature: PaymentCryptography: Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
+* feature: Route53Profiles: Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
+* feature: SageMaker: This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
+* feature: Transfer: Adding new API to support remote directory listing using SFTP connector
+
## 2.1603.0
* feature: Glue: Adding RowFilter in the response for GetUnfilteredTableMetadata API
* feature: InternetMonitor: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.
diff --git a/README.md b/README.md
index 0bb1e9d2b8..a31628696e 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:
-
+
You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
diff --git a/apis/bedrock-agent-2023-06-05.min.json b/apis/bedrock-agent-2023-06-05.min.json
index 39423ae919..7538905a1f 100644
--- a/apis/bedrock-agent-2023-06-05.min.json
+++ b/apis/bedrock-agent-2023-06-05.min.json
@@ -128,12 +128,15 @@
"locationName": "agentVersion"
},
"apiSchema": {
- "shape": "S1b"
+ "shape": "S1c"
},
"clientToken": {
"idempotencyToken": true
},
"description": {},
+ "functionSchema": {
+ "shape": "S1h"
+ },
"parentActionGroupSignature": {}
}
},
@@ -144,7 +147,7 @@
],
"members": {
"agentActionGroup": {
- "shape": "S1i"
+ "shape": "S1s"
}
}
},
@@ -173,7 +176,7 @@
},
"description": {},
"routingConfiguration": {
- "shape": "S1k"
+ "shape": "S1u"
},
"tags": {
"shape": "Sx"
@@ -187,7 +190,7 @@
],
"members": {
"agentAlias": {
- "shape": "S1n"
+ "shape": "S1x"
}
}
},
@@ -211,7 +214,7 @@
"idempotencyToken": true
},
"dataSourceConfiguration": {
- "shape": "S1u"
+ "shape": "S24"
},
"description": {},
"knowledgeBaseId": {
@@ -220,10 +223,10 @@
},
"name": {},
"serverSideEncryptionConfiguration": {
- "shape": "S20"
+ "shape": "S2a"
},
"vectorIngestionConfiguration": {
- "shape": "S21"
+ "shape": "S2b"
}
}
},
@@ -234,7 +237,7 @@
],
"members": {
"dataSource": {
- "shape": "S28"
+ "shape": "S2i"
}
}
},
@@ -260,12 +263,12 @@
},
"description": {},
"knowledgeBaseConfiguration": {
- "shape": "S2b"
+ "shape": "S2l"
},
"name": {},
"roleArn": {},
"storageConfiguration": {
- "shape": "S2g"
+ "shape": "S2q"
},
"tags": {
"shape": "Sx"
@@ -279,7 +282,7 @@
],
"members": {
"knowledgeBase": {
- "shape": "S33"
+ "shape": "S3d"
}
}
},
@@ -609,7 +612,7 @@
],
"members": {
"agentActionGroup": {
- "shape": "S1i"
+ "shape": "S1s"
}
}
}
@@ -644,7 +647,7 @@
],
"members": {
"agentAlias": {
- "shape": "S1n"
+ "shape": "S1x"
}
}
}
@@ -797,7 +800,7 @@
],
"members": {
"dataSource": {
- "shape": "S28"
+ "shape": "S2i"
}
}
}
@@ -837,7 +840,7 @@
],
"members": {
"ingestionJob": {
- "shape": "S41"
+ "shape": "S4a"
}
}
}
@@ -867,7 +870,7 @@
],
"members": {
"knowledgeBase": {
- "shape": "S33"
+ "shape": "S3d"
}
}
}
@@ -976,7 +979,7 @@
},
"description": {},
"routingConfiguration": {
- "shape": "S1k"
+ "shape": "S1u"
},
"updatedAt": {
"shape": "S9"
@@ -1282,7 +1285,7 @@
"shape": "S9"
},
"statistics": {
- "shape": "S42"
+ "shape": "S4b"
},
"status": {},
"updatedAt": {
@@ -1436,7 +1439,7 @@
],
"members": {
"ingestionJob": {
- "shape": "S41"
+ "shape": "S4a"
}
}
},
@@ -1580,9 +1583,12 @@
"locationName": "agentVersion"
},
"apiSchema": {
- "shape": "S1b"
+ "shape": "S1c"
},
"description": {},
+ "functionSchema": {
+ "shape": "S1h"
+ },
"parentActionGroupSignature": {}
}
},
@@ -1593,7 +1599,7 @@
],
"members": {
"agentActionGroup": {
- "shape": "S1i"
+ "shape": "S1s"
}
}
},
@@ -1624,7 +1630,7 @@
},
"description": {},
"routingConfiguration": {
- "shape": "S1k"
+ "shape": "S1u"
}
}
},
@@ -1635,7 +1641,7 @@
],
"members": {
"agentAlias": {
- "shape": "S1n"
+ "shape": "S1x"
}
}
},
@@ -1700,7 +1706,7 @@
],
"members": {
"dataSourceConfiguration": {
- "shape": "S1u"
+ "shape": "S24"
},
"dataSourceId": {
"location": "uri",
@@ -1713,10 +1719,10 @@
},
"name": {},
"serverSideEncryptionConfiguration": {
- "shape": "S20"
+ "shape": "S2a"
},
"vectorIngestionConfiguration": {
- "shape": "S21"
+ "shape": "S2b"
}
}
},
@@ -1727,7 +1733,7 @@
],
"members": {
"dataSource": {
- "shape": "S28"
+ "shape": "S2i"
}
}
},
@@ -1751,7 +1757,7 @@
"members": {
"description": {},
"knowledgeBaseConfiguration": {
- "shape": "S2b"
+ "shape": "S2l"
},
"knowledgeBaseId": {
"location": "uri",
@@ -1760,7 +1766,7 @@
"name": {},
"roleArn": {},
"storageConfiguration": {
- "shape": "S2g"
+ "shape": "S2q"
}
}
},
@@ -1771,7 +1777,7 @@
],
"members": {
"knowledgeBase": {
- "shape": "S33"
+ "shape": "S3d"
}
}
},
@@ -1922,11 +1928,12 @@
"S19": {
"type": "structure",
"members": {
+ "customControl": {},
"lambda": {}
},
"union": true
},
- "S1b": {
+ "S1c": {
"type": "structure",
"members": {
"payload": {
@@ -1943,7 +1950,43 @@
},
"union": true
},
- "S1i": {
+ "S1h": {
+ "type": "structure",
+ "members": {
+ "functions": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "name"
+ ],
+ "members": {
+ "description": {},
+ "name": {},
+ "parameters": {
+ "type": "map",
+ "key": {},
+ "value": {
+ "type": "structure",
+ "required": [
+ "type"
+ ],
+ "members": {
+ "description": {},
+ "required": {
+ "type": "boolean"
+ },
+ "type": {}
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "union": true
+ },
+ "S1s": {
"type": "structure",
"required": [
"actionGroupId",
@@ -1964,20 +2007,23 @@
"agentId": {},
"agentVersion": {},
"apiSchema": {
- "shape": "S1b"
+ "shape": "S1c"
},
"clientToken": {},
"createdAt": {
"shape": "S9"
},
"description": {},
+ "functionSchema": {
+ "shape": "S1h"
+ },
"parentActionSignature": {},
"updatedAt": {
"shape": "S9"
}
}
},
- "S1k": {
+ "S1u": {
"type": "list",
"member": {
"type": "structure",
@@ -1989,7 +2035,7 @@
}
}
},
- "S1n": {
+ "S1x": {
"type": "structure",
"required": [
"agentAliasArn",
@@ -2012,7 +2058,7 @@
"shape": "S9"
},
"routingConfiguration": {
- "shape": "S1k"
+ "shape": "S1u"
},
"startDate": {
"shape": "S9"
@@ -2030,14 +2076,14 @@
},
"description": {},
"routingConfiguration": {
- "shape": "S1k"
+ "shape": "S1u"
},
"updatedAt": {
"shape": "S9"
}
}
},
- "S1u": {
+ "S24": {
"type": "structure",
"required": [
"type"
@@ -2059,13 +2105,13 @@
"type": {}
}
},
- "S20": {
+ "S2a": {
"type": "structure",
"members": {
"kmsKeyArn": {}
}
},
- "S21": {
+ "S2b": {
"type": "structure",
"members": {
"chunkingConfiguration": {
@@ -2094,7 +2140,7 @@
}
}
},
- "S28": {
+ "S2i": {
"type": "structure",
"required": [
"createdAt",
@@ -2110,25 +2156,25 @@
"shape": "S9"
},
"dataSourceConfiguration": {
- "shape": "S1u"
+ "shape": "S24"
},
"dataSourceId": {},
"description": {},
"knowledgeBaseId": {},
"name": {},
"serverSideEncryptionConfiguration": {
- "shape": "S20"
+ "shape": "S2a"
},
"status": {},
"updatedAt": {
"shape": "S9"
},
"vectorIngestionConfiguration": {
- "shape": "S21"
+ "shape": "S2b"
}
}
},
- "S2b": {
+ "S2l": {
"type": "structure",
"required": [
"type"
@@ -2146,7 +2192,7 @@
}
}
},
- "S2g": {
+ "S2q": {
"type": "structure",
"required": [
"type"
@@ -2262,7 +2308,7 @@
"type": {}
}
},
- "S33": {
+ "S3d": {
"type": "structure",
"required": [
"createdAt",
@@ -2285,21 +2331,21 @@
},
"knowledgeBaseArn": {},
"knowledgeBaseConfiguration": {
- "shape": "S2b"
+ "shape": "S2l"
},
"knowledgeBaseId": {},
"name": {},
"roleArn": {},
"status": {},
"storageConfiguration": {
- "shape": "S2g"
+ "shape": "S2q"
},
"updatedAt": {
"shape": "S9"
}
}
},
- "S41": {
+ "S4a": {
"type": "structure",
"required": [
"dataSourceId",
@@ -2321,7 +2367,7 @@
"shape": "S9"
},
"statistics": {
- "shape": "S42"
+ "shape": "S4b"
},
"status": {},
"updatedAt": {
@@ -2329,7 +2375,7 @@
}
}
},
- "S42": {
+ "S4b": {
"type": "structure",
"members": {
"numberOfDocumentsDeleted": {
diff --git a/apis/bedrock-agent-2023-06-05.normal.json b/apis/bedrock-agent-2023-06-05.normal.json
index 7f961e59e9..00f7c5da05 100644
--- a/apis/bedrock-agent-2023-06-05.normal.json
+++ b/apis/bedrock-agent-2023-06-05.normal.json
@@ -1417,6 +1417,10 @@
"ActionGroupExecutor": {
"type": "structure",
"members": {
+ "customControl": {
+ "shape": "CustomControlMethod",
+ "documentation": "To return the action group invocation results directly in the InvokeAgent
response, specify RETURN_CONTROL
.
"
+ },
"lambda": {
"shape": "LambdaArn",
"documentation": "The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
"
@@ -1619,6 +1623,10 @@
"shape": "Description",
"documentation": "The description of the action group.
"
},
+ "functionSchema": {
+ "shape": "FunctionSchema",
+ "documentation": "Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
"
+ },
"parentActionSignature": {
"shape": "ActionGroupSignature",
"documentation": "If this field is set as AMAZON.UserInput
, the agent can request the user for additional information when trying to complete a task. The description
, apiSchema
, and actionGroupExecutor
fields must be blank for this action group.
During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
@@ -2224,6 +2232,10 @@
"shape": "Description",
"documentation": "A description of the action group.
"
},
+ "functionSchema": {
+ "shape": "FunctionSchema",
+ "documentation": "Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
"
+ },
"parentActionGroupSignature": {
"shape": "ActionGroupSignature",
"documentation": "To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput
. You must leave the description
, apiSchema
, and actionGroupExecutor
fields blank for this action group.
During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
@@ -2463,6 +2475,12 @@
"OVERRIDDEN"
]
},
+ "CustomControlMethod": {
+ "type": "string",
+ "enum": [
+ "RETURN_CONTROL"
+ ]
+ },
"DataSource": {
"type": "structure",
"required": [
@@ -2927,6 +2945,49 @@
"max": 99,
"min": 1
},
+ "Function": {
+ "type": "structure",
+ "required": [
+ "name"
+ ],
+ "members": {
+ "description": {
+ "shape": "FunctionDescription",
+ "documentation": "A description of the function and its purpose.
"
+ },
+ "name": {
+ "shape": "Name",
+ "documentation": "A name for the function.
"
+ },
+ "parameters": {
+ "shape": "ParameterMap",
+ "documentation": "The parameters that the agent elicits from the user to fulfill the function.
"
+ }
+ },
+ "documentation": "Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group.
This data type is used in the following API operations:
"
+ },
+ "FunctionDescription": {
+ "type": "string",
+ "max": 1200,
+ "min": 1
+ },
+ "FunctionSchema": {
+ "type": "structure",
+ "members": {
+ "functions": {
+ "shape": "Functions",
+ "documentation": "A list of functions that each define an action in the action group.
"
+ }
+ },
+ "documentation": "Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
This data type is used in the following API operations:
",
+ "union": true
+ },
+ "Functions": {
+ "type": "list",
+ "member": {
+ "shape": "Function"
+ }
+ },
"GetAgentActionGroupRequest": {
"type": "structure",
"required": [
@@ -3276,7 +3337,7 @@
"documentation": "The time at which the ingestion job was last updated.
"
}
},
- "documentation": "Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.
This data type is used in the following API operations:
"
+ "documentation": "Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.
This data type is used in the following API operations:
"
},
"IngestionJobFilter": {
"type": "structure",
@@ -4061,6 +4122,41 @@
"min": 0,
"pattern": "^.*$"
},
+ "ParameterDescription": {
+ "type": "string",
+ "max": 500,
+ "min": 1
+ },
+ "ParameterDetail": {
+ "type": "structure",
+ "required": [
+ "type"
+ ],
+ "members": {
+ "description": {
+ "shape": "ParameterDescription",
+ "documentation": "A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.
"
+ },
+ "required": {
+ "shape": "Boolean",
+ "documentation": "Whether the parameter is required for the agent to complete the function for action group invocation.
"
+ },
+ "type": {
+ "shape": "Type",
+ "documentation": "The data type of the parameter.
"
+ }
+ },
+ "documentation": "Contains details about a parameter in a function for an action group.
This data type is used in the following API operations:
"
+ },
+ "ParameterMap": {
+ "type": "map",
+ "key": {
+ "shape": "Name"
+ },
+ "value": {
+ "shape": "ParameterDetail"
+ }
+ },
"Payload": {
"type": "string",
"sensitive": true
@@ -4638,6 +4734,16 @@
"max": 1,
"min": 0
},
+ "Type": {
+ "type": "string",
+ "enum": [
+ "string",
+ "number",
+ "integer",
+ "boolean",
+ "array"
+ ]
+ },
"UntagResourceRequest": {
"type": "structure",
"required": [
@@ -4710,6 +4816,10 @@
"shape": "Description",
"documentation": "Specifies a new name for the action group.
"
},
+ "functionSchema": {
+ "shape": "FunctionSchema",
+ "documentation": "Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
"
+ },
"parentActionGroupSignature": {
"shape": "ActionGroupSignature",
"documentation": "To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput
. You must leave the description
, apiSchema
, and actionGroupExecutor
fields blank for this action group.
During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
diff --git a/apis/bedrock-agent-runtime-2023-07-26.min.json b/apis/bedrock-agent-runtime-2023-07-26.min.json
index 6375c4cc95..909cc28361 100644
--- a/apis/bedrock-agent-runtime-2023-07-26.min.json
+++ b/apis/bedrock-agent-runtime-2023-07-26.min.json
@@ -22,7 +22,6 @@
"required": [
"agentAliasId",
"agentId",
- "inputText",
"sessionId"
],
"members": {
@@ -51,11 +50,55 @@
"sessionState": {
"type": "structure",
"members": {
+ "invocationId": {},
"promptSessionAttributes": {
"type": "map",
"key": {},
"value": {}
},
+ "returnControlInvocationResults": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "apiResult": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {},
+ "apiPath": {
+ "shape": "Sd"
+ },
+ "httpMethod": {},
+ "httpStatusCode": {
+ "type": "integer"
+ },
+ "responseBody": {
+ "shape": "Sf"
+ },
+ "responseState": {}
+ }
+ },
+ "functionResult": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {},
+ "function": {},
+ "responseBody": {
+ "shape": "Sf"
+ },
+ "responseState": {}
+ }
+ }
+ },
+ "union": true
+ }
+ },
"sessionAttributes": {
"type": "map",
"key": {},
@@ -106,7 +149,7 @@
"type": "structure",
"members": {
"citations": {
- "shape": "Si"
+ "shape": "Sr"
}
}
},
@@ -163,6 +206,88 @@
},
"exception": true
},
+ "returnControl": {
+ "type": "structure",
+ "members": {
+ "invocationId": {},
+ "invocationInputs": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "apiInvocationInput": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {},
+ "apiPath": {
+ "shape": "Sd"
+ },
+ "httpMethod": {},
+ "parameters": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "name": {},
+ "type": {},
+ "value": {}
+ }
+ }
+ },
+ "requestBody": {
+ "type": "structure",
+ "members": {
+ "content": {
+ "type": "map",
+ "key": {},
+ "value": {
+ "type": "structure",
+ "members": {
+ "properties": {
+ "type": "list",
+ "member": {
+ "shape": "S1m"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "functionInvocationInput": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {},
+ "function": {},
+ "parameters": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "name": {},
+ "type": {},
+ "value": {}
+ }
+ }
+ }
+ }
+ }
+ },
+ "union": true
+ }
+ }
+ },
+ "event": true,
+ "sensitive": true
+ },
"serviceQuotaExceededException": {
"type": "structure",
"members": {
@@ -190,6 +315,7 @@
"members": {
"agentAliasId": {},
"agentId": {},
+ "agentVersion": {},
"sessionId": {},
"trace": {
"type": "structure",
@@ -219,11 +345,14 @@
"sensitive": true
},
"apiPath": {
+ "shape": "Sd"
+ },
+ "function": {
"type": "string",
"sensitive": true
},
"parameters": {
- "shape": "S1f"
+ "shape": "S23"
},
"requestBody": {
"type": "structure",
@@ -232,7 +361,7 @@
"type": "map",
"key": {},
"value": {
- "shape": "S1f"
+ "shape": "S23"
}
}
}
@@ -262,7 +391,7 @@
"sensitive": true
},
"modelInvocationInput": {
- "shape": "S1o"
+ "shape": "S2b"
},
"observation": {
"type": "structure",
@@ -289,7 +418,7 @@
"type": "structure",
"members": {
"retrievedReferences": {
- "shape": "Sp"
+ "shape": "Sy"
}
}
},
@@ -313,7 +442,7 @@
"type": "structure",
"members": {
"text": {
- "shape": "S29"
+ "shape": "S2w"
},
"traceId": {}
},
@@ -327,7 +456,7 @@
"type": "structure",
"members": {
"modelInvocationInput": {
- "shape": "S1o"
+ "shape": "S2b"
},
"modelInvocationOutput": {
"type": "structure",
@@ -354,7 +483,7 @@
"type": "structure",
"members": {
"modelInvocationInput": {
- "shape": "S1o"
+ "shape": "S2b"
},
"modelInvocationOutput": {
"type": "structure",
@@ -366,7 +495,7 @@
"type": "boolean"
},
"rationale": {
- "shape": "S29"
+ "shape": "S2w"
}
},
"sensitive": true
@@ -431,7 +560,7 @@
},
"nextToken": {},
"retrievalConfiguration": {
- "shape": "S2m"
+ "shape": "S39"
},
"retrievalQuery": {
"type": "structure",
@@ -461,13 +590,13 @@
],
"members": {
"content": {
- "shape": "Sr"
+ "shape": "S10"
},
"location": {
- "shape": "Ss"
+ "shape": "S11"
},
"metadata": {
- "shape": "Sv"
+ "shape": "S14"
},
"score": {
"type": "double"
@@ -530,7 +659,7 @@
"knowledgeBaseId": {},
"modelArn": {},
"retrievalConfiguration": {
- "shape": "S2m"
+ "shape": "S39"
}
}
},
@@ -557,7 +686,7 @@
],
"members": {
"citations": {
- "shape": "Si"
+ "shape": "Sr"
},
"output": {
"type": "structure",
@@ -575,7 +704,21 @@
}
},
"shapes": {
- "Si": {
+ "Sd": {
+ "type": "string",
+ "sensitive": true
+ },
+ "Sf": {
+ "type": "map",
+ "key": {},
+ "value": {
+ "type": "structure",
+ "members": {
+ "body": {}
+ }
+ }
+ },
+ "Sr": {
"type": "list",
"member": {
"type": "structure",
@@ -604,29 +747,29 @@
}
},
"retrievedReferences": {
- "shape": "Sp"
+ "shape": "Sy"
}
}
}
},
- "Sp": {
+ "Sy": {
"type": "list",
"member": {
"type": "structure",
"members": {
"content": {
- "shape": "Sr"
+ "shape": "S10"
},
"location": {
- "shape": "Ss"
+ "shape": "S11"
},
"metadata": {
- "shape": "Sv"
+ "shape": "S14"
}
}
}
},
- "Sr": {
+ "S10": {
"type": "structure",
"required": [
"text"
@@ -636,7 +779,7 @@
},
"sensitive": true
},
- "Ss": {
+ "S11": {
"type": "structure",
"required": [
"type"
@@ -652,7 +795,7 @@
},
"sensitive": true
},
- "Sv": {
+ "S14": {
"type": "map",
"key": {},
"value": {
@@ -662,18 +805,21 @@
},
"sensitive": true
},
- "S1f": {
+ "S1m": {
+ "type": "structure",
+ "members": {
+ "name": {},
+ "type": {},
+ "value": {}
+ }
+ },
+ "S23": {
"type": "list",
"member": {
- "type": "structure",
- "members": {
- "name": {},
- "type": {},
- "value": {}
- }
+ "shape": "S1m"
}
},
- "S1o": {
+ "S2b": {
"type": "structure",
"members": {
"inferenceConfiguration": {
@@ -709,11 +855,11 @@
},
"sensitive": true
},
- "S29": {
+ "S2w": {
"type": "string",
"sensitive": true
},
- "S2m": {
+ "S39": {
"type": "structure",
"required": [
"vectorSearchConfiguration"
@@ -723,7 +869,7 @@
"type": "structure",
"members": {
"filter": {
- "shape": "S2o"
+ "shape": "S3b"
},
"numberOfResults": {
"type": "integer"
@@ -733,53 +879,53 @@
}
}
},
- "S2o": {
+ "S3b": {
"type": "structure",
"members": {
"andAll": {
- "shape": "S2p"
+ "shape": "S3c"
},
"equals": {
- "shape": "S2q"
+ "shape": "S3d"
},
"greaterThan": {
- "shape": "S2q"
+ "shape": "S3d"
},
"greaterThanOrEquals": {
- "shape": "S2q"
+ "shape": "S3d"
},
"in": {
- "shape": "S2q"
+ "shape": "S3d"
},
"lessThan": {
- "shape": "S2q"
+ "shape": "S3d"
},
"lessThanOrEquals": {
- "shape": "S2q"
+ "shape": "S3d"
},
"notEquals": {
- "shape": "S2q"
+ "shape": "S3d"
},
"notIn": {
- "shape": "S2q"
+ "shape": "S3d"
},
"orAll": {
- "shape": "S2p"
+ "shape": "S3c"
},
"startsWith": {
- "shape": "S2q"
+ "shape": "S3d"
}
},
"sensitive": true,
"union": true
},
- "S2p": {
+ "S3c": {
"type": "list",
"member": {
- "shape": "S2o"
+ "shape": "S3b"
}
},
- "S2q": {
+ "S3d": {
"type": "structure",
"required": [
"key",
diff --git a/apis/bedrock-agent-runtime-2023-07-26.normal.json b/apis/bedrock-agent-runtime-2023-07-26.normal.json
index 72b7f4aafc..03fc6b98c4 100644
--- a/apis/bedrock-agent-runtime-2023-07-26.normal.json
+++ b/apis/bedrock-agent-runtime-2023-07-26.normal.json
@@ -54,7 +54,7 @@
"shape": "ServiceQuotaExceededException"
}
],
- "documentation": "Sends a prompt for the agent to process and respond to.
The CLI doesn't support InvokeAgent
.
-
To continue the same conversation with an agent, use the same sessionId
value in the request.
-
To activate trace enablement, turn enableTrace
to true
. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement.
-
End a conversation by setting endSession
to true
.
-
Include attributes for the session or prompt in the sessionState
object.
The response is returned in the bytes
field of the chunk
object.
-
The attribution
object contains citations for parts of the response.
-
If you set enableTrace
to true
in the request, you can trace the agent's steps and reasoning process that led it to the response.
-
Errors are also surfaced in the response.
"
+ "documentation": "Sends a prompt for the agent to process and respond to. Use return control event type for function calling.
The CLI doesn't support InvokeAgent
.
-
To continue the same conversation with an agent, use the same sessionId
value in the request.
-
To activate trace enablement, turn enableTrace
to true
. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement.
-
End a conversation by setting endSession
to true
.
-
In the sessionState
object, you can include attributes for the session or prompt or parameters returned from the action group.
-
Use return control event type for function calling.
The response is returned in the bytes
field of the chunk
object.
-
The attribution
object contains citations for parts of the response.
-
If you set enableTrace
to true
in the request, you can trace the agent's steps and reasoning process that led it to the response.
-
Errors are also surfaced in the response.
"
},
"Retrieve": {
"name": "Retrieve",
@@ -171,6 +171,10 @@
"shape": "ApiPath",
"documentation": "The path to the API to call, based off the action group.
"
},
+ "function": {
+ "shape": "Function",
+ "documentation": "The function in the action group to call.
"
+ },
"parameters": {
"shape": "Parameters",
"documentation": "The parameters in the Lambda input event.
"
@@ -184,7 +188,7 @@
"documentation": "The API method being used, based off the action group.
"
}
},
- "documentation": "Contains information about the action group being invoked.
"
+ "documentation": "Contains information about the action group being invoked. For more information about the possible structures, see the InvocationInput tab in OrchestrationTrace in the Amazon Bedrock User Guide.
"
},
"ActionGroupInvocationOutput": {
"type": "structure",
@@ -216,10 +220,121 @@
"min": 0,
"pattern": "^[0-9a-zA-Z]+$"
},
+ "AgentVersion": {
+ "type": "string",
+ "max": 5,
+ "min": 1,
+ "pattern": "^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$"
+ },
+ "ApiContentMap": {
+ "type": "map",
+ "key": {
+ "shape": "String"
+ },
+ "value": {
+ "shape": "PropertyParameters"
+ }
+ },
+ "ApiInvocationInput": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {
+ "shape": "String",
+ "documentation": "The action group that the API operation belongs to.
"
+ },
+ "apiPath": {
+ "shape": "ApiPath",
+ "documentation": "The path to the API operation.
"
+ },
+ "httpMethod": {
+ "shape": "String",
+ "documentation": "The HTTP method of the API operation.
"
+ },
+ "parameters": {
+ "shape": "ApiParameters",
+ "documentation": "The parameters to provide for the API request, as the agent elicited from the user.
"
+ },
+ "requestBody": {
+ "shape": "ApiRequestBody",
+ "documentation": "The request body to provide for the API request, as the agent elicited from the user.
"
+ }
+ },
+ "documentation": "Contains information about the API operation that the agent predicts should be called.
This data type is used in the following API operations:
"
+ },
+ "ApiParameter": {
+ "type": "structure",
+ "members": {
+ "name": {
+ "shape": "String",
+ "documentation": "The name of the parameter.
"
+ },
+ "type": {
+ "shape": "String",
+ "documentation": "The data type for the parameter.
"
+ },
+ "value": {
+ "shape": "String",
+ "documentation": "The value of the parameter.
"
+ }
+ },
+ "documentation": "Information about a parameter to provide to the API request.
This data type is used in the following API operations:
"
+ },
+ "ApiParameters": {
+ "type": "list",
+ "member": {
+ "shape": "ApiParameter"
+ }
+ },
"ApiPath": {
"type": "string",
"sensitive": true
},
+ "ApiRequestBody": {
+ "type": "structure",
+ "members": {
+ "content": {
+ "shape": "ApiContentMap",
+ "documentation": "The content of the request body. The key of the object in this field is a media type defining the format of the request body.
"
+ }
+ },
+ "documentation": "The request body to provide for the API request, as the agent elicited from the user.
This data type is used in the following API operations:
"
+ },
+ "ApiResult": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {
+ "shape": "String",
+ "documentation": "The action group that the API operation belongs to.
"
+ },
+ "apiPath": {
+ "shape": "ApiPath",
+ "documentation": "The path to the API operation.
"
+ },
+ "httpMethod": {
+ "shape": "String",
+ "documentation": "The HTTP method for the API operation.
"
+ },
+ "httpStatusCode": {
+ "shape": "Integer",
+ "documentation": "http status code from API execution response (for example: 200, 400, 500).
"
+ },
+ "responseBody": {
+ "shape": "ResponseBody",
+ "documentation": "The response body from the API operation. The key of the object is the content type. The response may be returned directly or from the Lambda function.
"
+ },
+ "responseState": {
+ "shape": "ResponseState",
+ "documentation": "Controls the final response state returned to end user when API/Function execution failed. When this state is FAILURE, the request would fail with dependency failure exception. When this state is REPROMPT, the API/function response will be sent to model for re-prompt
"
+ }
+ },
+ "documentation": "Contains information about the API operation that was called from the action group and the response body that was returned.
This data type is used in the following API operations:
"
+ },
"Attribution": {
"type": "structure",
"members": {
@@ -292,6 +407,16 @@
},
"exception": true
},
+ "ContentBody": {
+ "type": "structure",
+ "members": {
+ "body": {
+ "shape": "String",
+ "documentation": "The body of the API response.
"
+ }
+ },
+ "documentation": "Contains the body of the API response.
This data type is used in the following API operations:
"
+ },
"ContentMap": {
"type": "map",
"key": {
@@ -391,6 +516,80 @@
"type": "string",
"sensitive": true
},
+ "Function": {
+ "type": "string",
+ "sensitive": true
+ },
+ "FunctionInvocationInput": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {
+ "shape": "String",
+ "documentation": "The action group that the function belongs to.
"
+ },
+ "function": {
+ "shape": "String",
+ "documentation": "The name of the function.
"
+ },
+ "parameters": {
+ "shape": "FunctionParameters",
+ "documentation": "A list of parameters of the function.
"
+ }
+ },
+ "documentation": "Contains information about the function that the agent predicts should be called.
This data type is used in the following API operations:
"
+ },
+ "FunctionParameter": {
+ "type": "structure",
+ "members": {
+ "name": {
+ "shape": "String",
+ "documentation": "The name of the parameter.
"
+ },
+ "type": {
+ "shape": "String",
+ "documentation": "The data type of the parameter.
"
+ },
+ "value": {
+ "shape": "String",
+ "documentation": "The value of the parameter.
"
+ }
+ },
+ "documentation": "Contains information about a parameter of the function.
This data type is used in the following API operations:
"
+ },
+ "FunctionParameters": {
+ "type": "list",
+ "member": {
+ "shape": "FunctionParameter"
+ }
+ },
+ "FunctionResult": {
+ "type": "structure",
+ "required": [
+ "actionGroup"
+ ],
+ "members": {
+ "actionGroup": {
+ "shape": "String",
+ "documentation": "The action group that the function belongs to.
"
+ },
+ "function": {
+ "shape": "String",
+ "documentation": "The name of the function that was called.
"
+ },
+ "responseBody": {
+ "shape": "ResponseBody",
+ "documentation": "The response from the function call using the parameters. The response may be returned directly or from the Lambda function.
"
+ },
+ "responseState": {
+ "shape": "ResponseState",
+ "documentation": "Controls the final response state returned to end user when API/Function execution failed. When this state is FAILURE, the request would fail with dependency failure exception. When this state is REPROMPT, the API/function response will be sent to model for re-prompt
"
+ }
+ },
+ "documentation": "Contains information about the function that was called from the action group and the response that was returned.
This data type is used in the following API operations:
"
+ },
"GeneratedResponsePart": {
"type": "structure",
"members": {
@@ -443,6 +642,10 @@
"min": 0,
"sensitive": true
},
+ "Integer": {
+ "type": "integer",
+ "box": true
+ },
"InternalServerException": {
"type": "structure",
"members": {
@@ -480,6 +683,44 @@
"documentation": "Contains information pertaining to the action group or knowledge base that is being invoked.
",
"sensitive": true
},
+ "InvocationInputMember": {
+ "type": "structure",
+ "members": {
+ "apiInvocationInput": {
+ "shape": "ApiInvocationInput",
+ "documentation": "Contains information about the API operation that the agent predicts should be called.
"
+ },
+ "functionInvocationInput": {
+ "shape": "FunctionInvocationInput",
+ "documentation": "Contains information about the function that the agent predicts should be called.
"
+ }
+ },
+ "documentation": "Contains details about the API operation or function that the agent predicts should be called.
This data type is used in the following API operations:
",
+ "union": true
+ },
+ "InvocationInputs": {
+ "type": "list",
+ "member": {
+ "shape": "InvocationInputMember"
+ },
+ "max": 5,
+ "min": 1
+ },
+ "InvocationResultMember": {
+ "type": "structure",
+ "members": {
+ "apiResult": {
+ "shape": "ApiResult",
+ "documentation": "The result from the API response from the action group invocation.
"
+ },
+ "functionResult": {
+ "shape": "FunctionResult",
+ "documentation": "The result from the function from the action group invocation.
"
+ }
+ },
+ "documentation": "A result from the action group invocation.
This data type is used in the following API operations:
",
+ "union": true
+ },
"InvocationType": {
"type": "string",
"enum": [
@@ -493,7 +734,6 @@
"required": [
"agentAliasId",
"agentId",
- "inputText",
"sessionId"
],
"members": {
@@ -847,7 +1087,13 @@
"documentation": "The value of the parameter.
"
}
},
- "documentation": "A parameter in the Lambda input event.
"
+ "documentation": "A parameter for the API request or function.
"
+ },
+ "ParameterList": {
+ "type": "list",
+ "member": {
+ "shape": "Parameter"
+ }
},
"Parameters": {
"type": "list",
@@ -997,6 +1243,16 @@
"POST_PROCESSING"
]
},
+ "PropertyParameters": {
+ "type": "structure",
+ "members": {
+ "properties": {
+ "shape": "ParameterList",
+ "documentation": "A list of parameters in the request body.
"
+ }
+ },
+ "documentation": "Contains the parameters in the request body.
"
+ },
"Rationale": {
"type": "structure",
"members": {
@@ -1039,7 +1295,7 @@
"documentation": "The content in the request body.
"
}
},
- "documentation": "The parameters in the request body for the Lambda input event.
"
+ "documentation": "The parameters in the API request body.
"
},
"ResourceNotFoundException": {
"type": "structure",
@@ -1048,13 +1304,29 @@
"shape": "NonBlankString"
}
},
- "documentation": "The specified resource ARN was not found. Check the ARN and try your request again.
",
+ "documentation": "The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
",
"error": {
"httpStatusCode": 404,
"senderFault": true
},
"exception": true
},
+ "ResponseBody": {
+ "type": "map",
+ "key": {
+ "shape": "String"
+ },
+ "value": {
+ "shape": "ContentBody"
+ }
+ },
+ "ResponseState": {
+ "type": "string",
+ "enum": [
+ "FAILURE",
+ "REPROMPT"
+ ]
+ },
"ResponseStream": {
"type": "structure",
"members": {
@@ -1084,7 +1356,11 @@
},
"resourceNotFoundException": {
"shape": "ResourceNotFoundException",
- "documentation": "The specified resource ARN was not found. Check the ARN and try your request again.
"
+ "documentation": "The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
"
+ },
+ "returnControl": {
+ "shape": "ReturnControlPayload",
+ "documentation": "Contains the parameters and information that the agent elicited from the customer to carry out an action. This information is returned to the system and can be used in your own setup for fulfilling the action.
"
},
"serviceQuotaExceededException": {
"shape": "ServiceQuotaExceededException",
@@ -1096,7 +1372,7 @@
},
"trace": {
"shape": "TracePart",
- "documentation": "Contains information about the agent and session, alongside the agent's reasoning process and results from calling API actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace events.
"
+ "documentation": "Contains information about the agent and session, alongside the agent's reasoning process and results from calling actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace events.
"
},
"validationException": {
"shape": "ValidationException",
@@ -1416,6 +1692,30 @@
"shape": "RetrievedReference"
}
},
+ "ReturnControlInvocationResults": {
+ "type": "list",
+ "member": {
+ "shape": "InvocationResultMember"
+ },
+ "max": 5,
+ "min": 1
+ },
+ "ReturnControlPayload": {
+ "type": "structure",
+ "members": {
+ "invocationId": {
+ "shape": "String",
+ "documentation": "The identifier of the action group invocation.
"
+ },
+ "invocationInputs": {
+ "shape": "InvocationInputs",
+ "documentation": "A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.
"
+ }
+ },
+ "documentation": "Contains information to return from the action group that the agent has predicted to invoke.
This data type is used in the following API operations:
",
+ "event": true,
+ "sensitive": true
+ },
"SearchType": {
"type": "string",
"enum": [
@@ -1455,10 +1755,18 @@
"SessionState": {
"type": "structure",
"members": {
+ "invocationId": {
+ "shape": "String",
+ "documentation": "The identifier of the invocation.
"
+ },
"promptSessionAttributes": {
"shape": "PromptSessionAttributesMap",
"documentation": "Contains attributes that persist across a prompt and the values of those attributes. These attributes replace the $prompt_session_attributes$ placeholder variable in the orchestration prompt template. For more information, see Prompt template placeholder variables.
"
},
+ "returnControlInvocationResults": {
+ "shape": "ReturnControlInvocationResults",
+ "documentation": "Contains information about the results from the action group invocation.
"
+ },
"sessionAttributes": {
"shape": "SessionAttributesMap",
"documentation": "Contains attributes that persist across a session and the values of those attributes.
"
@@ -1607,6 +1915,10 @@
"shape": "AgentId",
"documentation": "The unique identifier of the agent.
"
},
+ "agentVersion": {
+ "shape": "AgentVersion",
+ "documentation": "The version of the agent.
"
+ },
"sessionId": {
"shape": "SessionId",
"documentation": "The unique identifier of the session with the agent.
"
diff --git a/apis/metadata.json b/apis/metadata.json
index 4f80b42749..70d4b1eabc 100644
--- a/apis/metadata.json
+++ b/apis/metadata.json
@@ -1421,5 +1421,8 @@
},
"controlcatalog": {
"name": "ControlCatalog"
+ },
+ "route53profiles": {
+ "name": "Route53Profiles"
}
}
\ No newline at end of file
diff --git a/apis/payment-cryptography-2021-09-14.min.json b/apis/payment-cryptography-2021-09-14.min.json
index b102ff0f30..d46c5f5e00 100644
--- a/apis/payment-cryptography-2021-09-14.min.json
+++ b/apis/payment-cryptography-2021-09-14.min.json
@@ -41,20 +41,20 @@
"input": {
"type": "structure",
"required": [
- "Exportable",
- "KeyAttributes"
+ "KeyAttributes",
+ "Exportable"
],
"members": {
- "Enabled": {
- "type": "boolean"
+ "KeyAttributes": {
+ "shape": "S7"
},
+ "KeyCheckValueAlgorithm": {},
"Exportable": {
"type": "boolean"
},
- "KeyAttributes": {
- "shape": "S8"
+ "Enabled": {
+ "type": "boolean"
},
- "KeyCheckValueAlgorithm": {},
"Tags": {
"shape": "Sf"
}
@@ -95,10 +95,10 @@
"KeyIdentifier"
],
"members": {
+ "KeyIdentifier": {},
"DeleteKeyInDays": {
"type": "integer"
- },
- "KeyIdentifier": {}
+ }
}
},
"output": {
@@ -118,72 +118,78 @@
"input": {
"type": "structure",
"required": [
- "ExportKeyIdentifier",
- "KeyMaterial"
+ "KeyMaterial",
+ "ExportKeyIdentifier"
],
"members": {
- "ExportAttributes": {
+ "KeyMaterial": {
"type": "structure",
"members": {
- "ExportDukptInitialKey": {
+ "Tr31KeyBlock": {
"type": "structure",
"required": [
- "KeySerialNumber"
+ "WrappingKeyIdentifier"
],
"members": {
- "KeySerialNumber": {}
+ "WrappingKeyIdentifier": {},
+ "KeyBlockHeaders": {
+ "shape": "Sy"
+ }
}
},
- "KeyCheckValueAlgorithm": {}
- }
- },
- "ExportKeyIdentifier": {},
- "KeyMaterial": {
- "type": "structure",
- "members": {
- "KeyCryptogram": {
+ "Tr34KeyBlock": {
"type": "structure",
"required": [
"CertificateAuthorityPublicKeyIdentifier",
- "WrappingKeyCertificate"
+ "WrappingKeyCertificate",
+ "ExportToken",
+ "KeyBlockFormat"
],
"members": {
"CertificateAuthorityPublicKeyIdentifier": {},
"WrappingKeyCertificate": {
- "shape": "S11"
+ "shape": "S15"
},
- "WrappingSpec": {}
- }
- },
- "Tr31KeyBlock": {
- "type": "structure",
- "required": [
- "WrappingKeyIdentifier"
- ],
- "members": {
- "WrappingKeyIdentifier": {}
+ "ExportToken": {},
+ "KeyBlockFormat": {},
+ "RandomNonce": {},
+ "KeyBlockHeaders": {
+ "shape": "Sy"
+ }
}
},
- "Tr34KeyBlock": {
+ "KeyCryptogram": {
"type": "structure",
"required": [
"CertificateAuthorityPublicKeyIdentifier",
- "ExportToken",
- "KeyBlockFormat",
"WrappingKeyCertificate"
],
"members": {
"CertificateAuthorityPublicKeyIdentifier": {},
- "ExportToken": {},
- "KeyBlockFormat": {},
- "RandomNonce": {},
"WrappingKeyCertificate": {
- "shape": "S11"
- }
+ "shape": "S15"
+ },
+ "WrappingSpec": {}
}
}
},
"union": true
+ },
+ "ExportKeyIdentifier": {},
+ "ExportAttributes": {
+ "type": "structure",
+ "members": {
+ "ExportDukptInitialKey": {
+ "type": "structure",
+ "required": [
+ "KeySerialNumber"
+ ],
+ "members": {
+ "KeySerialNumber": {}
+ }
+ },
+ "KeyCheckValueAlgorithm": {}
+ }
}
}
},
@@ -193,19 +199,19 @@
"WrappedKey": {
"type": "structure",
"required": [
- "KeyMaterial",
+ "WrappingKeyArn",
"WrappedKeyMaterialFormat",
- "WrappingKeyArn"
+ "KeyMaterial"
],
"members": {
- "KeyCheckValue": {},
- "KeyCheckValueAlgorithm": {},
+ "WrappingKeyArn": {},
+ "WrappedKeyMaterialFormat": {},
"KeyMaterial": {
"type": "string",
"sensitive": true
},
- "WrappedKeyMaterialFormat": {},
- "WrappingKeyArn": {}
+ "KeyCheckValue": {},
+ "KeyCheckValueAlgorithm": {}
}
}
}
@@ -270,23 +276,23 @@
"output": {
"type": "structure",
"required": [
- "ExportToken",
- "ParametersValidUntilTimestamp",
- "SigningKeyAlgorithm",
"SigningKeyCertificate",
- "SigningKeyCertificateChain"
+ "SigningKeyCertificateChain",
+ "SigningKeyAlgorithm",
+ "ExportToken",
+ "ParametersValidUntilTimestamp"
],
"members": {
- "ExportToken": {},
- "ParametersValidUntilTimestamp": {
- "type": "timestamp"
- },
- "SigningKeyAlgorithm": {},
"SigningKeyCertificate": {
- "shape": "S11"
+ "shape": "S15"
},
"SigningKeyCertificateChain": {
- "shape": "S11"
+ "shape": "S15"
+ },
+ "SigningKeyAlgorithm": {},
+ "ExportToken": {},
+ "ParametersValidUntilTimestamp": {
+ "type": "timestamp"
}
}
}
@@ -306,23 +312,23 @@
"output": {
"type": "structure",
"required": [
- "ImportToken",
- "ParametersValidUntilTimestamp",
- "WrappingKeyAlgorithm",
"WrappingKeyCertificate",
- "WrappingKeyCertificateChain"
+ "WrappingKeyCertificateChain",
+ "WrappingKeyAlgorithm",
+ "ImportToken",
+ "ParametersValidUntilTimestamp"
],
"members": {
- "ImportToken": {},
- "ParametersValidUntilTimestamp": {
- "type": "timestamp"
- },
- "WrappingKeyAlgorithm": {},
"WrappingKeyCertificate": {
- "shape": "S11"
+ "shape": "S15"
},
"WrappingKeyCertificateChain": {
- "shape": "S11"
+ "shape": "S15"
+ },
+ "WrappingKeyAlgorithm": {},
+ "ImportToken": {},
+ "ParametersValidUntilTimestamp": {
+ "type": "timestamp"
}
}
}
@@ -345,10 +351,10 @@
],
"members": {
"KeyCertificate": {
- "shape": "S11"
+ "shape": "S15"
},
"KeyCertificateChain": {
- "shape": "S11"
+ "shape": "S15"
}
}
}
@@ -360,99 +366,99 @@
"KeyMaterial"
],
"members": {
- "Enabled": {
- "type": "boolean"
- },
- "KeyCheckValueAlgorithm": {},
"KeyMaterial": {
"type": "structure",
"members": {
- "KeyCryptogram": {
+ "RootCertificatePublicKey": {
"type": "structure",
"required": [
- "Exportable",
- "ImportToken",
"KeyAttributes",
- "WrappedKeyCryptogram"
+ "PublicKeyCertificate"
],
"members": {
- "Exportable": {
- "type": "boolean"
- },
- "ImportToken": {},
"KeyAttributes": {
- "shape": "S8"
+ "shape": "S7"
},
- "WrappedKeyCryptogram": {},
- "WrappingSpec": {}
+ "PublicKeyCertificate": {
+ "shape": "S15"
+ }
}
},
- "RootCertificatePublicKey": {
+ "TrustedCertificatePublicKey": {
"type": "structure",
"required": [
"KeyAttributes",
- "PublicKeyCertificate"
+ "PublicKeyCertificate",
+ "CertificateAuthorityPublicKeyIdentifier"
],
"members": {
"KeyAttributes": {
- "shape": "S8"
+ "shape": "S7"
},
"PublicKeyCertificate": {
- "shape": "S11"
- }
+ "shape": "S15"
+ },
+ "CertificateAuthorityPublicKeyIdentifier": {}
}
},
"Tr31KeyBlock": {
"type": "structure",
"required": [
- "WrappedKeyBlock",
- "WrappingKeyIdentifier"
+ "WrappingKeyIdentifier",
+ "WrappedKeyBlock"
],
"members": {
- "WrappedKeyBlock": {},
- "WrappingKeyIdentifier": {}
+ "WrappingKeyIdentifier": {},
+ "WrappedKeyBlock": {}
}
},
"Tr34KeyBlock": {
"type": "structure",
"required": [
"CertificateAuthorityPublicKeyIdentifier",
- "ImportToken",
- "KeyBlockFormat",
"SigningKeyCertificate",
- "WrappedKeyBlock"
+ "ImportToken",
+ "WrappedKeyBlock",
+ "KeyBlockFormat"
],
"members": {
"CertificateAuthorityPublicKeyIdentifier": {},
- "ImportToken": {},
- "KeyBlockFormat": {},
- "RandomNonce": {},
"SigningKeyCertificate": {
- "shape": "S11"
+ "shape": "S15"
},
- "WrappedKeyBlock": {}
+ "ImportToken": {},
+ "WrappedKeyBlock": {},
+ "KeyBlockFormat": {},
+ "RandomNonce": {}
}
},
- "TrustedCertificatePublicKey": {
+ "KeyCryptogram": {
"type": "structure",
"required": [
- "CertificateAuthorityPublicKeyIdentifier",
"KeyAttributes",
- "PublicKeyCertificate"
+ "Exportable",
+ "WrappedKeyCryptogram",
+ "ImportToken"
],
"members": {
- "CertificateAuthorityPublicKeyIdentifier": {},
"KeyAttributes": {
- "shape": "S8"
+ "shape": "S7"
},
- "PublicKeyCertificate": {
- "shape": "S11"
- }
+ "Exportable": {
+ "type": "boolean"
+ },
+ "WrappedKeyCryptogram": {},
+ "ImportToken": {},
+ "WrappingSpec": {}
}
}
},
"union": true
},
+ "KeyCheckValueAlgorithm": {},
+ "Enabled": {
+ "type": "boolean"
+ },
"Tags": {
"shape": "Sf"
}
@@ -474,10 +480,10 @@
"input": {
"type": "structure",
"members": {
+ "NextToken": {},
"MaxResults": {
"type": "integer"
- },
- "NextToken": {}
+ }
}
},
"output": {
@@ -501,10 +507,10 @@
"type": "structure",
"members": {
"KeyState": {},
+ "NextToken": {},
"MaxResults": {
"type": "integer"
- },
- "NextToken": {}
+ }
}
},
"output": {
@@ -518,26 +524,26 @@
"member": {
"type": "structure",
"required": [
- "Enabled",
- "Exportable",
"KeyArn",
+ "KeyState",
"KeyAttributes",
"KeyCheckValue",
- "KeyState"
+ "Exportable",
+ "Enabled"
],
"members": {
- "Enabled": {
- "type": "boolean"
- },
- "Exportable": {
- "type": "boolean"
- },
"KeyArn": {},
+ "KeyState": {},
"KeyAttributes": {
- "shape": "S8"
+ "shape": "S7"
},
"KeyCheckValue": {},
- "KeyState": {}
+ "Exportable": {
+ "type": "boolean"
+ },
+ "Enabled": {
+ "type": "boolean"
+ }
}
}
},
@@ -552,11 +558,11 @@
"ResourceArn"
],
"members": {
+ "ResourceArn": {},
+ "NextToken": {},
"MaxResults": {
"type": "integer"
- },
- "NextToken": {},
- "ResourceArn": {}
+ }
}
},
"output": {
@@ -565,10 +571,10 @@
"Tags"
],
"members": {
- "NextToken": {},
"Tags": {
"shape": "Sf"
- }
+ },
+ "NextToken": {}
}
}
},
@@ -712,50 +718,53 @@
"KeyArn": {}
}
},
- "S8": {
+ "S7": {
"type": "structure",
"required": [
- "KeyAlgorithm",
+ "KeyUsage",
"KeyClass",
- "KeyModesOfUse",
- "KeyUsage"
+ "KeyAlgorithm",
+ "KeyModesOfUse"
],
"members": {
- "KeyAlgorithm": {},
+ "KeyUsage": {},
"KeyClass": {},
+ "KeyAlgorithm": {},
"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"
- }
- }
+ "shape": "Sb"
+ }
+ }
+ },
+ "Sb": {
+ "type": "structure",
+ "members": {
+ "Encrypt": {
+ "type": "boolean"
+ },
+ "Decrypt": {
+ "type": "boolean"
+ },
+ "Wrap": {
+ "type": "boolean"
+ },
+ "Unwrap": {
+ "type": "boolean"
+ },
+ "Generate": {
+ "type": "boolean"
},
- "KeyUsage": {}
+ "Sign": {
+ "type": "boolean"
+ },
+ "Verify": {
+ "type": "boolean"
+ },
+ "DeriveKey": {
+ "type": "boolean"
+ },
+ "NoRestrictions": {
+ "type": "boolean"
+ }
}
},
"Sf": {
@@ -774,49 +783,70 @@
"Sk": {
"type": "structure",
"required": [
- "CreateTimestamp",
- "Enabled",
- "Exportable",
"KeyArn",
"KeyAttributes",
"KeyCheckValue",
"KeyCheckValueAlgorithm",
+ "Enabled",
+ "Exportable",
+ "KeyState",
"KeyOrigin",
- "KeyState"
+ "CreateTimestamp"
],
"members": {
- "CreateTimestamp": {
- "type": "timestamp"
- },
- "DeletePendingTimestamp": {
- "type": "timestamp"
- },
- "DeleteTimestamp": {
- "type": "timestamp"
+ "KeyArn": {},
+ "KeyAttributes": {
+ "shape": "S7"
},
+ "KeyCheckValue": {},
+ "KeyCheckValueAlgorithm": {},
"Enabled": {
"type": "boolean"
},
"Exportable": {
"type": "boolean"
},
- "KeyArn": {},
- "KeyAttributes": {
- "shape": "S8"
- },
- "KeyCheckValue": {},
- "KeyCheckValueAlgorithm": {},
- "KeyOrigin": {},
"KeyState": {},
+ "KeyOrigin": {},
+ "CreateTimestamp": {
+ "type": "timestamp"
+ },
"UsageStartTimestamp": {
"type": "timestamp"
},
"UsageStopTimestamp": {
"type": "timestamp"
+ },
+ "DeletePendingTimestamp": {
+ "type": "timestamp"
+ },
+ "DeleteTimestamp": {
+ "type": "timestamp"
+ }
+ }
+ },
+ "Sy": {
+ "type": "structure",
+ "members": {
+ "KeyModesOfUse": {
+ "shape": "Sb"
+ },
+ "KeyExportability": {},
+ "KeyVersion": {},
+ "OptionalBlocks": {
+ "type": "map",
+ "key": {
+ "type": "string",
+ "sensitive": true
+ },
+ "value": {
+ "type": "string",
+ "sensitive": true
+ }
}
}
},
- "S11": {
+ "S15": {
"type": "string",
"sensitive": true
}
diff --git a/apis/payment-cryptography-2021-09-14.normal.json b/apis/payment-cryptography-2021-09-14.normal.json
index 5a6db80a4e..093f03acaf 100644
--- a/apis/payment-cryptography-2021-09-14.normal.json
+++ b/apis/payment-cryptography-2021-09-14.normal.json
@@ -51,7 +51,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key. You can use an alias to identify a key in the console and when you call cryptographic operations such as EncryptData or DecryptData.
You can associate the alias with any key in the same Amazon Web Services Region. Each alias is associated with only one key at a time, but a key can have multiple aliases. You can't create an alias without a key. The alias must be unique in the account and Amazon Web Services Region, but you can create another alias with the same name in a different Amazon Web Services Region.
To change the key that's associated with the alias, call UpdateAlias. To delete the alias, call DeleteAlias. These operations don't affect the underlying key. To get the alias that you created, call ListAliases.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
+ "documentation": "Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key. You can use an alias to identify a key in the console and when you call cryptographic operations such as EncryptData or DecryptData.
You can associate the alias with any key in the same Amazon Web Services Region. Each alias is associated with only one key at a time, but a key can have multiple aliases. You can't create an alias without a key. The alias must be unique in the account and Amazon Web Services Region, but you can create another alias with the same name in a different Amazon Web Services Region.
To change the key that's associated with the alias, call UpdateAlias. To delete the alias, call DeleteAlias. These operations don't affect the underlying key. To get the alias that you created, call ListAliases.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
"idempotent": true
},
"CreateKey": {
@@ -92,7 +92,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is unique in your account and Amazon Web Services Region. You use keys for cryptographic functions such as encryption and decryption.
In addition to the key material used in cryptographic operations, an Amazon Web Services Payment Cryptography key includes metadata such as the key ARN, key usage, key origin, creation date, description, and key state.
When you create a key, you specify both immutable and mutable data about the key. The immutable data contains key attributes that define the scope and cryptographic operations that you can perform using the key, for example key class (example: SYMMETRIC_KEY
), key algorithm (example: TDES_2KEY
), key usage (example: TR31_P0_PIN_ENCRYPTION_KEY
) and key modes of use (example: Encrypt
). For information about valid combinations of key attributes, see Understanding key attributes in the Amazon Web Services Payment Cryptography User Guide. The mutable data contained within a key includes usage timestamp and key deletion timestamp and can be modified after creation.
Amazon Web Services Payment Cryptography binds key attributes to keys using key blocks when you store or export them. Amazon Web Services Payment Cryptography stores the key contents wrapped and never stores or transmits them in the clear.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is unique in your account and Amazon Web Services Region. You use keys for cryptographic functions such as encryption and decryption.
In addition to the key material used in cryptographic operations, an Amazon Web Services Payment Cryptography key includes metadata such as the key ARN, key usage, key origin, creation date, description, and key state.
When you create a key, you specify both immutable and mutable data about the key. The immutable data contains key attributes that define the scope and cryptographic operations that you can perform using the key, for example key class (example: SYMMETRIC_KEY
), key algorithm (example: TDES_2KEY
), key usage (example: TR31_P0_PIN_ENCRYPTION_KEY
) and key modes of use (example: Encrypt
). For information about valid combinations of key attributes, see Understanding key attributes in the Amazon Web Services Payment Cryptography User Guide. The mutable data contained within a key includes usage timestamp and key deletion timestamp and can be modified after creation.
Amazon Web Services Payment Cryptography binds key attributes to keys using key blocks when you store or export them. Amazon Web Services Payment Cryptography stores the key contents wrapped and never stores or transmits them in the clear.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"DeleteAlias": {
"name": "DeleteAlias",
@@ -129,7 +129,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Deletes the alias, but doesn't affect the underlying key.
Each key can have multiple aliases. To get the aliases of all keys, use the ListAliases operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
+ "documentation": "Deletes the alias, but doesn't affect the underlying key.
Each key can have multiple aliases. To get the aliases of all keys, use the UpdateAlias operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
"idempotent": true
},
"DeleteKey": {
@@ -167,7 +167,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
Key deletion is irreversible. After a key is deleted, you can't perform cryptographic operations using the key. For example, you can't decrypt data that was encrypted by a deleted Amazon Web Services Payment Cryptography key, and the data may become unrecoverable. Because key deletion is destructive, Amazon Web Services Payment Cryptography has a safety mechanism to prevent accidental deletion of a key. When you call this operation, Amazon Web Services Payment Cryptography disables the specified key but doesn't delete it until after a waiting period set using DeleteKeyInDays
. The default waiting period is 7 days. During the waiting period, the KeyState
is DELETE_PENDING
. After the key is deleted, the KeyState
is DELETE_COMPLETE
.
You should delete a key only when you are sure that you don't need to use it anymore and no other parties are utilizing this key. If you aren't sure, consider deactivating it instead by calling StopKeyUsage.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
+ "documentation": "Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
Key deletion is irreversible. After a key is deleted, you can't perform cryptographic operations using the key. For example, you can't decrypt data that was encrypted by a deleted Amazon Web Services Payment Cryptography key, and the data may become unrecoverable. Because key deletion is destructive, Amazon Web Services Payment Cryptography has a safety mechanism to prevent accidental deletion of a key. When you call this operation, Amazon Web Services Payment Cryptography disables the specified key but doesn't delete it until after a waiting period set using DeleteKeyInDays
. The default waiting period is 7 days. During the waiting period, the KeyState
is DELETE_PENDING
. After the key is deleted, the KeyState
is DELETE_COMPLETE
.
You should delete a key only when you are sure that you don't need to use it anymore and no other parties are utilizing this key. If you aren't sure, consider deactivating it instead by calling StopKeyUsage.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
",
"idempotent": true
},
"ExportKey": {
@@ -205,7 +205,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Exports a key from Amazon Web Services Payment Cryptography.
Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey
you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography
For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.
The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import.
You can also use ExportKey
functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey
attribute KSN (KeySerialNumber
). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export.
To export initial keys (KEK) or IPEK using TR-34
Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key.
To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days.
Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey
. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide.
Set the following parameters:
-
ExportAttributes
: Specify export attributes in case of IPEK export. This parameter is optional for KEK export.
-
ExportKeyIdentifier
: The KeyARN
of the KEK or BDK (in case of IPEK) under export.
-
KeyMaterial
: Use Tr34KeyBlock
parameters.
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed the KRD wrapping key certificate.
-
ExportToken
: Obtained from KDH by calling GetParametersForImport.
-
WrappingKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography.
When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock.
To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap
Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey
.
Next call ExportKey
and set the following parameters:
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed wrapping key certificate.
-
KeyMaterial
: Set to KeyCryptogram
.
-
WrappingKeyCertificate
: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram.
When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram.
To export working keys or IPEK using TR-31
Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey.
Set the following parameters:
-
ExportAttributes
: Specify export attributes in case of IPEK export. This parameter is optional for KEK export.
-
ExportKeyIdentifier
: The KeyARN
of the KEK or BDK (in case of IPEK) under export.
-
KeyMaterial
: Use Tr31KeyBlock
parameters.
When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Exports a key from Amazon Web Services Payment Cryptography.
Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey
you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography
For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.
The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import.
You can also use ExportKey
functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey
attribute KSN (KeySerialNumber
). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export.
For key exchange using TR-31 or TR-34 key blocks, you can also export optional blocks within the key block header which contain additional attribute information about the key. The KeyVersion
within KeyBlockHeaders
indicates the version of the key within the key block. Furthermore, KeyExportability
within KeyBlockHeaders
can be used to further restrict exportability of the key after export from Amazon Web Services Payment Cryptography.
The OptionalBlocks
contain the additional data related to the key. For information on data type that can be included within optional blocks, refer to ASC X9.143-2022.
Data included in key block headers is signed but transmitted in clear text. Sensitive or confidential information should not be included in optional blocks. Refer to ASC X9.143-2022 standard for information on allowed data type.
To export initial keys (KEK) or IPEK using TR-34
Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key.
To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days.
Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey
. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide.
Set the following parameters:
-
ExportAttributes
: Specify export attributes in case of IPEK export. This parameter is optional for KEK export.
-
ExportKeyIdentifier
: The KeyARN
of the KEK or BDK (in case of IPEK) under export.
-
KeyMaterial
: Use Tr34KeyBlock
parameters.
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed the KRD wrapping key certificate.
-
ExportToken
: Obtained from KDH by calling GetParametersForImport.
-
WrappingKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography.
When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock.
To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap
Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey
.
Next call ExportKey
and set the following parameters:
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed wrapping key certificate.
-
KeyMaterial
: Set to KeyCryptogram
.
-
WrappingKeyCertificate
: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram.
When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram.
To export working keys or IPEK using TR-31
Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey.
Set the following parameters:
-
ExportAttributes
: Specify export attributes in case of IPEK export. This parameter is optional for KEK export.
-
ExportKeyIdentifier
: The KeyARN
of the KEK or BDK (in case of IPEK) under export.
-
KeyMaterial
: Use Tr31KeyBlock
parameters.
When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"GetAlias": {
"name": "GetAlias",
@@ -239,7 +239,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Gets the Amazon Web Services Payment Cryptography key associated with the alias.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Gets the Amazon Web Services Payment Cryptography key associated with the alias.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"GetKey": {
"name": "GetKey",
@@ -273,7 +273,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"GetParametersForExport": {
"name": "GetParametersForExport",
@@ -313,7 +313,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
The signing key certificate signs the wrapped key under export within the TR-34 key payload. The export token and signing key certificate must be in place and operational before calling ExportKey. The export token expires in 7 days. You can use the same export token to export multiple keys from your service account.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
The signing key certificate signs the wrapped key under export within the TR-34 key payload. The export token and signing key certificate must be in place and operational before calling ExportKey. The export token expires in 7 days. You can use the same export token to export multiple keys from your service account.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"GetParametersForImport": {
"name": "GetParametersForImport",
@@ -353,7 +353,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
The wrapping key certificate wraps the key under import. The import token and wrapping key certificate must be in place and operational before calling ImportKey. The import token expires in 7 days. You can use the same import token to import multiple keys into your service account.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
The wrapping key certificate wraps the key under import. The import token and wrapping key certificate must be in place and operational before calling ImportKey. The import token expires in 7 days. You can use the same import token to import multiple keys into your service account.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"GetPublicKeyCertificate": {
"name": "GetPublicKeyCertificate",
@@ -427,7 +427,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.
Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ImportKey
you can import symmetric keys using either symmetric and asymmetric key exchange mechanisms.
For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanisms. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK) or Zone Master Key (ZMK). After which you can import working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.
The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import.
You can also import a root public key certificate, used to sign other public key certificates, or a trusted public key certificate under an already established root public key certificate.
To import a public root key certificate
You can also import a root public key certificate, used to sign other public key certificates, or a trusted public key certificate under an already established root public key certificate.
To import a public root key certificate
Using this operation, you can import the public component (in PEM cerificate format) of your private root key. You can use the imported public root key certificate for digital signatures, for example signing wrapping key or signing key in TR-34, within your Amazon Web Services Payment Cryptography account.
Set the following parameters:
-
KeyMaterial
: RootCertificatePublicKey
-
KeyClass
: PUBLIC_KEY
-
KeyModesOfUse
: Verify
-
KeyUsage
: TR31_S0_ASYMMETRIC_KEY_FOR_DIGITAL_SIGNATURE
-
PublicKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the private root key under import.
To import a trusted public key certificate
The root public key certificate must be in place and operational before you import a trusted public key certificate. Set the following parameters:
-
KeyMaterial
: TrustedCertificatePublicKey
-
CertificateAuthorityPublicKeyIdentifier
: KeyArn
of the RootCertificatePublicKey
.
-
KeyModesOfUse
and KeyUsage
: Corresponding to the cryptographic operations such as wrap, sign, or encrypt that you will allow the trusted public key certificate to perform.
-
PublicKeyCertificate
: The trusted public key certificate in PEM format (base64 encoded) under import.
To import initial keys (KEK or ZMK or similar) using TR-34
Using this operation, you can import initial key using TR-34 asymmetric key exchange. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During the key import process, KDH is the user who initiates the key import and KRD is Amazon Web Services Payment Cryptography who receives the key.
To initiate TR-34 key import, the KDH must obtain an import token by calling GetParametersForImport. This operation generates an encryption keypair for the purpose of key import, signs the key and returns back the wrapping key certificate (also known as KRD wrapping certificate) and the root certificate chain. The KDH must trust and install the KRD wrapping certificate on its HSM and use it to encrypt (wrap) the KDH key during TR-34 WrappedKeyBlock generation. The import token and associated KRD wrapping certificate expires after 7 days.
Next the KDH generates a key pair for the purpose of signing the encrypted KDH key and provides the public certificate of the signing key to Amazon Web Services Payment Cryptography. The KDH will also need to import the root certificate chain of the KDH signing certificate by calling ImportKey
for RootCertificatePublicKey
. For more information on TR-34 key import, see section Importing symmetric keys in the Amazon Web Services Payment Cryptography User Guide.
Set the following parameters:
-
KeyMaterial
: Use Tr34KeyBlock
parameters.
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed the KDH signing key certificate.
-
ImportToken
: Obtained from KRD by calling GetParametersForImport.
-
WrappedKeyBlock
: The TR-34 wrapped key material from KDH. It contains the KDH key under import, wrapped with KRD wrapping certificate and signed by KDH signing private key. This TR-34 key block is typically generated by the KDH Hardware Security Module (HSM) outside of Amazon Web Services Payment Cryptography.
-
SigningKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the KDH signing key generated under the root certificate (CertificateAuthorityPublicKeyIdentifier) imported in Amazon Web Services Payment Cryptography.
To import initial keys (KEK or ZMK or similar) using RSA Wrap and Unwrap
Using this operation, you can import initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate import, call GetParametersForImport with KeyMaterial
set to KEY_CRYPTOGRAM
to generate an import token. This operation also generates an encryption keypair for the purpose of key import, signs the key and returns back the wrapping key certificate in PEM format (base64 encoded) and its root certificate chain. The import token and associated KRD wrapping certificate expires after 7 days.
You must trust and install the wrapping certificate and its certificate chain on the sending HSM and use it to wrap the key under export for WrappedKeyCryptogram generation. Next call ImportKey
with KeyMaterial
set to KEY_CRYPTOGRAM
and provide the ImportToken
and KeyAttributes
for the key under import.
To import working keys using TR-31
Amazon Web Services Payment Cryptography uses TR-31 symmetric key exchange norm to import working keys. A KEK must be established within Amazon Web Services Payment Cryptography by using TR-34 key import or by using CreateKey. To initiate a TR-31 key import, set the following parameters:
-
KeyMaterial
: Use Tr31KeyBlock
parameters.
-
WrappedKeyBlock
: The TR-31 wrapped key material. It contains the key under import, encrypted using KEK. The TR-31 key block is typically generated by a HSM outside of Amazon Web Services Payment Cryptography.
-
WrappingKeyIdentifier
: The KeyArn
of the KEK that Amazon Web Services Payment Cryptography uses to decrypt or unwrap the key under import.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.
Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ImportKey
you can import symmetric keys using either symmetric and asymmetric key exchange mechanisms.
For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanisms. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK) or Zone Master Key (ZMK). After which you can import working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.
The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import.
You can also import a root public key certificate, used to sign other public key certificates, or a trusted public key certificate under an already established root public key certificate.
To import a public root key certificate
You can also import a root public key certificate, used to sign other public key certificates, or a trusted public key certificate under an already established root public key certificate.
To import a public root key certificate
Using this operation, you can import the public component (in PEM cerificate format) of your private root key. You can use the imported public root key certificate for digital signatures, for example signing wrapping key or signing key in TR-34, within your Amazon Web Services Payment Cryptography account.
Set the following parameters:
-
KeyMaterial
: RootCertificatePublicKey
-
KeyClass
: PUBLIC_KEY
-
KeyModesOfUse
: Verify
-
KeyUsage
: TR31_S0_ASYMMETRIC_KEY_FOR_DIGITAL_SIGNATURE
-
PublicKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the private root key under import.
To import a trusted public key certificate
The root public key certificate must be in place and operational before you import a trusted public key certificate. Set the following parameters:
-
KeyMaterial
: TrustedCertificatePublicKey
-
CertificateAuthorityPublicKeyIdentifier
: KeyArn
of the RootCertificatePublicKey
.
-
KeyModesOfUse
and KeyUsage
: Corresponding to the cryptographic operations such as wrap, sign, or encrypt that you will allow the trusted public key certificate to perform.
-
PublicKeyCertificate
: The trusted public key certificate in PEM format (base64 encoded) under import.
To import initial keys (KEK or ZMK or similar) using TR-34
Using this operation, you can import initial key using TR-34 asymmetric key exchange. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During the key import process, KDH is the user who initiates the key import and KRD is Amazon Web Services Payment Cryptography who receives the key.
To initiate TR-34 key import, the KDH must obtain an import token by calling GetParametersForImport. This operation generates an encryption keypair for the purpose of key import, signs the key and returns back the wrapping key certificate (also known as KRD wrapping certificate) and the root certificate chain. The KDH must trust and install the KRD wrapping certificate on its HSM and use it to encrypt (wrap) the KDH key during TR-34 WrappedKeyBlock generation. The import token and associated KRD wrapping certificate expires after 7 days.
Next the KDH generates a key pair for the purpose of signing the encrypted KDH key and provides the public certificate of the signing key to Amazon Web Services Payment Cryptography. The KDH will also need to import the root certificate chain of the KDH signing certificate by calling ImportKey
for RootCertificatePublicKey
. For more information on TR-34 key import, see section Importing symmetric keys in the Amazon Web Services Payment Cryptography User Guide.
Set the following parameters:
-
KeyMaterial
: Use Tr34KeyBlock
parameters.
-
CertificateAuthorityPublicKeyIdentifier
: The KeyARN
of the certificate chain that signed the KDH signing key certificate.
-
ImportToken
: Obtained from KRD by calling GetParametersForImport.
-
WrappedKeyBlock
: The TR-34 wrapped key material from KDH. It contains the KDH key under import, wrapped with KRD wrapping certificate and signed by KDH signing private key. This TR-34 key block is typically generated by the KDH Hardware Security Module (HSM) outside of Amazon Web Services Payment Cryptography.
-
SigningKeyCertificate
: The public key certificate in PEM format (base64 encoded) of the KDH signing key generated under the root certificate (CertificateAuthorityPublicKeyIdentifier) imported in Amazon Web Services Payment Cryptography.
To import initial keys (KEK or ZMK or similar) using RSA Wrap and Unwrap
Using this operation, you can import initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate import, call GetParametersForImport with KeyMaterial
set to KEY_CRYPTOGRAM
to generate an import token. This operation also generates an encryption keypair for the purpose of key import, signs the key and returns back the wrapping key certificate in PEM format (base64 encoded) and its root certificate chain. The import token and associated KRD wrapping certificate expires after 7 days.
You must trust and install the wrapping certificate and its certificate chain on the sending HSM and use it to wrap the key under export for WrappedKeyCryptogram generation. Next call ImportKey
with KeyMaterial
set to KEY_CRYPTOGRAM
and provide the ImportToken
and KeyAttributes
for the key under import.
To import working keys using TR-31
Amazon Web Services Payment Cryptography uses TR-31 symmetric key exchange norm to import working keys. A KEK must be established within Amazon Web Services Payment Cryptography by using TR-34 key import or by using CreateKey. To initiate a TR-31 key import, set the following parameters:
-
KeyMaterial
: Use Tr31KeyBlock
parameters.
-
WrappedKeyBlock
: The TR-31 wrapped key material. It contains the key under import, encrypted using KEK. The TR-31 key block is typically generated by a HSM outside of Amazon Web Services Payment Cryptography.
-
WrappingKeyIdentifier
: The KeyArn
of the KEK that Amazon Web Services Payment Cryptography uses to decrypt or unwrap the key under import.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"ListAliases": {
"name": "ListAliases",
@@ -461,7 +461,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of aliases. For more information, see Using aliases in the Amazon Web Services Payment Cryptography User Guide.
This is a paginated operation, which means that each response might contain only a subset of all the aliases. When the response contains only a subset of aliases, it includes a NextToken
value. Use this value in a subsequent ListAliases
request to get more aliases. When you receive a response with no NextToken (or an empty or null value), that means there are no more aliases to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of aliases. For more information, see Using aliases in the Amazon Web Services Payment Cryptography User Guide.
This is a paginated operation, which means that each response might contain only a subset of all the aliases. When the response contains only a subset of aliases, it includes a NextToken
value. Use this value in a subsequent ListAliases
request to get more aliases. When you receive a response with no NextToken (or an empty or null value), that means there are no more aliases to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"ListKeys": {
"name": "ListKeys",
@@ -495,7 +495,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of keys.
This is a paginated operation, which means that each response might contain only a subset of all the keys. When the response contains only a subset of keys, it includes a NextToken
value. Use this value in a subsequent ListKeys
request to get more keys. When you receive a response with no NextToken (or an empty or null value), that means there are no more keys to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of keys.
This is a paginated operation, which means that each response might contain only a subset of all the keys. When the response contains only a subset of keys, it includes a NextToken
value. Use this value in a subsequent ListKeys
request to get more keys. When you receive a response with no NextToken (or an empty or null value), that means there are no more keys to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
@@ -529,7 +529,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Lists the tags for an Amazon Web Services resource.
This is a paginated operation, which means that each response might contain only a subset of all the tags. When the response contains only a subset of tags, it includes a NextToken
value. Use this value in a subsequent ListTagsForResource
request to get more tags. When you receive a response with no NextToken (or an empty or null value), that means there are no more tags to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Lists the tags for an Amazon Web Services resource.
This is a paginated operation, which means that each response might contain only a subset of all the tags. When the response contains only a subset of tags, it includes a NextToken
value. Use this value in a subsequent ListTagsForResource
request to get more tags. When you receive a response with no NextToken (or an empty or null value), that means there are no more tags to get.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"RestoreKey": {
"name": "RestoreKey",
@@ -569,7 +569,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Cancels a scheduled key deletion during the waiting period. Use this operation to restore a Key
that is scheduled for deletion.
During the waiting period, the KeyState
is DELETE_PENDING
and deletePendingTimestamp
contains the date and time after which the Key
will be deleted. After Key
is restored, the KeyState
is CREATE_COMPLETE
, and the value for deletePendingTimestamp
is removed.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Cancels a scheduled key deletion during the waiting period. Use this operation to restore a Key
that is scheduled for deletion.
During the waiting period, the KeyState
is DELETE_PENDING
and deletePendingTimestamp
contains the date and time after which the Key
will be deleted. After Key
is restored, the KeyState
is CREATE_COMPLETE
, and the value for deletePendingTimestamp
is removed.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"StartKeyUsage": {
"name": "StartKeyUsage",
@@ -609,7 +609,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"StopKeyUsage": {
"name": "StopKeyUsage",
@@ -649,7 +649,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.
You can use this operation instead of DeleteKey to deactivate a key. You can enable the key in the future by calling StartKeyUsage.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.
You can use this operation instead of DeleteKey to deactivate a key. You can enable the key in the future by calling StartKeyUsage.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"TagResource": {
"name": "TagResource",
@@ -689,7 +689,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Adds or edits tags on an Amazon Web Services Payment Cryptography key.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
Each tag consists of a tag key and a tag value, both of which are case-sensitive strings. The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value. You can also add tags to an Amazon Web Services Payment Cryptography key when you create it with CreateKey.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Adds or edits tags on an Amazon Web Services Payment Cryptography key.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
Each tag consists of a tag key and a tag value, both of which are case-sensitive strings. The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value. You can also add tags to an Amazon Web Services Payment Cryptography key when you create it with CreateKey.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"UntagResource": {
"name": "UntagResource",
@@ -726,7 +726,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Deletes a tag from an Amazon Web Services Payment Cryptography key.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Deletes a tag from an Amazon Web Services Payment Cryptography key.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
},
"UpdateAlias": {
"name": "UpdateAlias",
@@ -763,7 +763,7 @@
"shape": "InternalServerException"
}
],
- "documentation": "Associates an existing Amazon Web Services Payment Cryptography alias with a different key. Each alias is associated with only one Amazon Web Services Payment Cryptography key at a time, although a key can have multiple aliases. The alias and the Amazon Web Services Payment Cryptography key must be in the same Amazon Web Services account and Amazon Web Services Region
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
+ "documentation": "Associates an existing Amazon Web Services Payment Cryptography alias with a different key. Each alias is associated with only one Amazon Web Services Payment Cryptography key at a time, although a key can have multiple aliases. The alias and the Amazon Web Services Payment Cryptography key must be in the same Amazon Web Services account and Amazon Web Services Region
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
"
}
},
"shapes": {
@@ -788,7 +788,7 @@
"type": "string",
"max": 256,
"min": 7,
- "pattern": "^alias/[a-zA-Z0-9/_-]+$"
+ "pattern": "alias/[a-zA-Z0-9/_-]+"
},
"Aliases": {
"type": "list",
@@ -804,7 +804,7 @@
"type": "string",
"max": 32768,
"min": 1,
- "pattern": "^[^\\[;\\]<>]+$",
+ "pattern": "[^\\[;\\]<>]+",
"sensitive": true
},
"CreateAliasInput": {
@@ -838,18 +838,10 @@
"CreateKeyInput": {
"type": "structure",
"required": [
- "Exportable",
- "KeyAttributes"
+ "KeyAttributes",
+ "Exportable"
],
"members": {
- "Enabled": {
- "shape": "Boolean",
- "documentation": "Specifies whether to enable the key. If the key is enabled, it is activated for use within the service. If the key is not enabled, then it is created but not activated. The default value is enabled.
"
- },
- "Exportable": {
- "shape": "Boolean",
- "documentation": "Specifies whether the key is exportable from the service.
"
- },
"KeyAttributes": {
"shape": "KeyAttributes",
"documentation": "The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
"
@@ -858,9 +850,17 @@
"shape": "KeyCheckValueAlgorithm",
"documentation": "The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.
For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
"
},
+ "Exportable": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether the key is exportable from the service.
"
+ },
+ "Enabled": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether to enable the key. If the key is enabled, it is activated for use within the service. If the key is not enabled, then it is created but not activated. The default value is enabled.
"
+ },
"Tags": {
"shape": "Tags",
- "documentation": "Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is created. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
"
+ "documentation": "Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is created. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
"
}
}
},
@@ -898,13 +898,13 @@
"KeyIdentifier"
],
"members": {
- "DeleteKeyInDays": {
- "shape": "DeleteKeyInputDeleteKeyInDaysInteger",
- "documentation": "The waiting period for key deletion. The default value is seven days.
"
- },
"KeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the key that is scheduled for deletion.
"
+ },
+ "DeleteKeyInDays": {
+ "shape": "DeleteKeyInputDeleteKeyInDaysInteger",
+ "documentation": "The waiting period for key deletion. The default value is seven days.
"
}
}
},
@@ -978,31 +978,27 @@
"ExportKeyInput": {
"type": "structure",
"required": [
- "ExportKeyIdentifier",
- "KeyMaterial"
+ "KeyMaterial",
+ "ExportKeyIdentifier"
],
"members": {
- "ExportAttributes": {
- "shape": "ExportAttributes",
- "documentation": "The attributes for IPEK generation during export.
"
+ "KeyMaterial": {
+ "shape": "ExportKeyMaterial",
+ "documentation": "The key block format type, for example, TR-34 or TR-31, to use during key material export.
"
},
"ExportKeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the key under export from Amazon Web Services Payment Cryptography.
"
},
- "KeyMaterial": {
- "shape": "ExportKeyMaterial",
- "documentation": "The key block format type, for example, TR-34 or TR-31, to use during key material export.
"
+ "ExportAttributes": {
+ "shape": "ExportAttributes",
+ "documentation": "The attributes for IPEK generation during export.
"
}
}
},
"ExportKeyMaterial": {
"type": "structure",
"members": {
- "KeyCryptogram": {
- "shape": "ExportKeyCryptogram",
- "documentation": "Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
"
- },
"Tr31KeyBlock": {
"shape": "ExportTr31KeyBlock",
"documentation": "Parameter information for key material export using symmetric TR-31 key exchange method.
"
@@ -1010,6 +1006,10 @@
"Tr34KeyBlock": {
"shape": "ExportTr34KeyBlock",
"documentation": "Parameter information for key material export using the asymmetric TR-34 key exchange method.
"
+ },
+ "KeyCryptogram": {
+ "shape": "ExportKeyCryptogram",
+ "documentation": "Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
"
}
},
"documentation": "Parameter information for key material export from Amazon Web Services Payment Cryptography using TR-31 or TR-34 or RSA wrap and unwrap key exchange method.
",
@@ -1026,7 +1026,7 @@
},
"ExportTokenId": {
"type": "string",
- "pattern": "^export-token-[0-9a-zA-Z]{16,64}$"
+ "pattern": "export-token-[0-9a-zA-Z]{16,64}"
},
"ExportTr31KeyBlock": {
"type": "structure",
@@ -1037,6 +1037,10 @@
"WrappingKeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.
"
+ },
+ "KeyBlockHeaders": {
+ "shape": "KeyBlockHeaders",
+ "documentation": "Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
"
}
},
"documentation": "Parameter information for key material export using symmetric TR-31 key exchange method.
"
@@ -1045,18 +1049,22 @@
"type": "structure",
"required": [
"CertificateAuthorityPublicKeyIdentifier",
+ "WrappingKeyCertificate",
"ExportToken",
- "KeyBlockFormat",
- "WrappingKeyCertificate"
+ "KeyBlockFormat"
],
"members": {
"CertificateAuthorityPublicKeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the certificate chain that signs the wrapping key certificate during TR-34 key export.
"
},
+ "WrappingKeyCertificate": {
+ "shape": "CertificateType",
+ "documentation": "The KeyARN
of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
"
+ },
"ExportToken": {
"shape": "ExportTokenId",
- "documentation": "The export token to initiate key export from Amazon Web Services Payment Cryptography. It also contains the signing key certificate that will sign the wrapped key during TR-34 key block generation. Call GetParametersForExport to receive an export token. It expires after 7 days. You can use the same export token to export multiple keys from the same service account.
"
+ "documentation": "The export token to initiate key export from Amazon Web Services Payment Cryptography. It also contains the signing key certificate that will sign the wrapped key during TR-34 key block generation. Call GetParametersForExport to receive an export token. It expires after 7 days. You can use the same export token to export multiple keys from the same service account.
"
},
"KeyBlockFormat": {
"shape": "Tr34KeyBlockFormat",
@@ -1066,9 +1074,9 @@
"shape": "HexLength16",
"documentation": "A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
"
},
- "WrappingKeyCertificate": {
- "shape": "CertificateType",
- "documentation": "The KeyARN
of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
"
+ "KeyBlockHeaders": {
+ "shape": "KeyBlockHeaders",
+ "documentation": "Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
"
}
},
"documentation": "Parameter information for key material export using the asymmetric TR-34 key exchange method.
"
@@ -1141,25 +1149,13 @@
"GetParametersForExportOutput": {
"type": "structure",
"required": [
- "ExportToken",
- "ParametersValidUntilTimestamp",
- "SigningKeyAlgorithm",
"SigningKeyCertificate",
- "SigningKeyCertificateChain"
+ "SigningKeyCertificateChain",
+ "SigningKeyAlgorithm",
+ "ExportToken",
+ "ParametersValidUntilTimestamp"
],
"members": {
- "ExportToken": {
- "shape": "ExportTokenId",
- "documentation": "The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
"
- },
- "ParametersValidUntilTimestamp": {
- "shape": "Timestamp",
- "documentation": "The validity period of the export token.
"
- },
- "SigningKeyAlgorithm": {
- "shape": "KeyAlgorithm",
- "documentation": "The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the only signing key algorithm allowed.
"
- },
"SigningKeyCertificate": {
"shape": "CertificateType",
"documentation": "The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block. The certificate expires after 7 days.
"
@@ -1167,6 +1163,18 @@
"SigningKeyCertificateChain": {
"shape": "CertificateType",
"documentation": "The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
"
+ },
+ "SigningKeyAlgorithm": {
+ "shape": "KeyAlgorithm",
+ "documentation": "The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the only signing key algorithm allowed.
"
+ },
+ "ExportToken": {
+ "shape": "ExportTokenId",
+ "documentation": "The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
"
+ },
+ "ParametersValidUntilTimestamp": {
+ "shape": "Timestamp",
+ "documentation": "The validity period of the export token.
"
}
}
},
@@ -1190,25 +1198,13 @@
"GetParametersForImportOutput": {
"type": "structure",
"required": [
- "ImportToken",
- "ParametersValidUntilTimestamp",
- "WrappingKeyAlgorithm",
"WrappingKeyCertificate",
- "WrappingKeyCertificateChain"
+ "WrappingKeyCertificateChain",
+ "WrappingKeyAlgorithm",
+ "ImportToken",
+ "ParametersValidUntilTimestamp"
],
"members": {
- "ImportToken": {
- "shape": "ImportTokenId",
- "documentation": "The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
"
- },
- "ParametersValidUntilTimestamp": {
- "shape": "Timestamp",
- "documentation": "The validity period of the import token.
"
- },
- "WrappingKeyAlgorithm": {
- "shape": "KeyAlgorithm",
- "documentation": "The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
"
- },
"WrappingKeyCertificate": {
"shape": "CertificateType",
"documentation": "The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
"
@@ -1216,6 +1212,18 @@
"WrappingKeyCertificateChain": {
"shape": "CertificateType",
"documentation": "The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).
"
+ },
+ "WrappingKeyAlgorithm": {
+ "shape": "KeyAlgorithm",
+ "documentation": "The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
"
+ },
+ "ImportToken": {
+ "shape": "ImportTokenId",
+ "documentation": "The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
"
+ },
+ "ParametersValidUntilTimestamp": {
+ "shape": "Timestamp",
+ "documentation": "The validity period of the import token.
"
}
}
},
@@ -1252,38 +1260,38 @@
"type": "string",
"max": 16,
"min": 16,
- "pattern": "^[0-9A-F]+$"
+ "pattern": "[0-9A-F]+"
},
"HexLength20Or24": {
"type": "string",
"max": 24,
"min": 20,
- "pattern": "^[0-9A-F]{20}$|^[0-9A-F]{24}$"
+ "pattern": "[0-9A-F]{20}$|^[0-9A-F]{24}"
},
"ImportKeyCryptogram": {
"type": "structure",
"required": [
- "Exportable",
- "ImportToken",
"KeyAttributes",
- "WrappedKeyCryptogram"
+ "Exportable",
+ "WrappedKeyCryptogram",
+ "ImportToken"
],
"members": {
+ "KeyAttributes": {
+ "shape": "KeyAttributes"
+ },
"Exportable": {
"shape": "Boolean",
"documentation": "Specifies whether the key is exportable from the service.
"
},
- "ImportToken": {
- "shape": "ImportTokenId",
- "documentation": "The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
"
- },
- "KeyAttributes": {
- "shape": "KeyAttributes"
- },
"WrappedKeyCryptogram": {
"shape": "WrappedKeyCryptogram",
"documentation": "The RSA wrapped key cryptogram under import.
"
},
+ "ImportToken": {
+ "shape": "ImportTokenId",
+ "documentation": "The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
"
+ },
"WrappingSpec": {
"shape": "WrappingKeySpec",
"documentation": "The wrapping spec for the wrapped key cryptogram.
"
@@ -1297,35 +1305,35 @@
"KeyMaterial"
],
"members": {
- "Enabled": {
- "shape": "Boolean",
- "documentation": "Specifies whether import key is enabled.
"
+ "KeyMaterial": {
+ "shape": "ImportKeyMaterial",
+ "documentation": "The key or public key certificate type to use during key material import, for example TR-34 or RootCertificatePublicKey.
"
},
"KeyCheckValueAlgorithm": {
"shape": "KeyCheckValueAlgorithm",
"documentation": "The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.
For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
"
},
- "KeyMaterial": {
- "shape": "ImportKeyMaterial",
- "documentation": "The key or public key certificate type to use during key material import, for example TR-34 or RootCertificatePublicKey.
"
+ "Enabled": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether import key is enabled.
"
},
"Tags": {
"shape": "Tags",
- "documentation": "Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is imported. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. If you specify an existing tag key with a different tag value, Amazon Web Services Payment Cryptography replaces the current tag value with the specified one.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
"
+ "documentation": "Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is imported. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. If you specify an existing tag key with a different tag value, Amazon Web Services Payment Cryptography replaces the current tag value with the specified one.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
"
}
}
},
"ImportKeyMaterial": {
"type": "structure",
"members": {
- "KeyCryptogram": {
- "shape": "ImportKeyCryptogram",
- "documentation": "Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
"
- },
"RootCertificatePublicKey": {
"shape": "RootCertificatePublicKey",
"documentation": "Parameter information for root public key certificate import.
"
},
+ "TrustedCertificatePublicKey": {
+ "shape": "TrustedCertificatePublicKey",
+ "documentation": "Parameter information for trusted public key certificate import.
"
+ },
"Tr31KeyBlock": {
"shape": "ImportTr31KeyBlock",
"documentation": "Parameter information for key material import using symmetric TR-31 key exchange method.
"
@@ -1334,9 +1342,9 @@
"shape": "ImportTr34KeyBlock",
"documentation": "Parameter information for key material import using the asymmetric TR-34 key exchange method.
"
},
- "TrustedCertificatePublicKey": {
- "shape": "TrustedCertificatePublicKey",
- "documentation": "Parameter information for trusted public key certificate import.
"
+ "KeyCryptogram": {
+ "shape": "ImportKeyCryptogram",
+ "documentation": "Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
"
}
},
"documentation": "Parameter information for key material import into Amazon Web Services Payment Cryptography using TR-31 or TR-34 or RSA wrap and unwrap key exchange method.
",
@@ -1356,22 +1364,22 @@
},
"ImportTokenId": {
"type": "string",
- "pattern": "^import-token-[0-9a-zA-Z]{16,64}$"
+ "pattern": "import-token-[0-9a-zA-Z]{16,64}"
},
"ImportTr31KeyBlock": {
"type": "structure",
"required": [
- "WrappedKeyBlock",
- "WrappingKeyIdentifier"
+ "WrappingKeyIdentifier",
+ "WrappedKeyBlock"
],
"members": {
- "WrappedKeyBlock": {
- "shape": "Tr31WrappedKeyBlock",
- "documentation": "The TR-31 wrapped key block to import.
"
- },
"WrappingKeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.
"
+ },
+ "WrappedKeyBlock": {
+ "shape": "Tr31WrappedKeyBlock",
+ "documentation": "The TR-31 wrapped key block to import.
"
}
},
"documentation": "Parameter information for key material import using symmetric TR-31 key exchange method.
"
@@ -1380,20 +1388,28 @@
"type": "structure",
"required": [
"CertificateAuthorityPublicKeyIdentifier",
- "ImportToken",
- "KeyBlockFormat",
"SigningKeyCertificate",
- "WrappedKeyBlock"
+ "ImportToken",
+ "WrappedKeyBlock",
+ "KeyBlockFormat"
],
"members": {
"CertificateAuthorityPublicKeyIdentifier": {
"shape": "KeyArnOrKeyAliasType",
"documentation": "The KeyARN
of the certificate chain that signs the signing key certificate during TR-34 key import.
"
},
+ "SigningKeyCertificate": {
+ "shape": "CertificateType",
+ "documentation": "The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.
"
+ },
"ImportToken": {
"shape": "ImportTokenId",
"documentation": "The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
"
},
+ "WrappedKeyBlock": {
+ "shape": "Tr34WrappedKeyBlock",
+ "documentation": "The TR-34 wrapped key block to import.
"
+ },
"KeyBlockFormat": {
"shape": "Tr34KeyBlockFormat",
"documentation": "The key block format to use during key import. The only value allowed is X9_TR34_2012
.
"
@@ -1401,14 +1417,6 @@
"RandomNonce": {
"shape": "HexLength16",
"documentation": "A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
"
- },
- "SigningKeyCertificate": {
- "shape": "CertificateType",
- "documentation": "The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.
"
- },
- "WrappedKeyBlock": {
- "shape": "Tr34WrappedKeyBlock",
- "documentation": "The TR-34 wrapped key block to import.
"
}
},
"documentation": "Parameter information for key material import using the asymmetric TR-34 key exchange method.
"
@@ -1416,37 +1424,17 @@
"Key": {
"type": "structure",
"required": [
- "CreateTimestamp",
- "Enabled",
- "Exportable",
"KeyArn",
"KeyAttributes",
"KeyCheckValue",
"KeyCheckValueAlgorithm",
+ "Enabled",
+ "Exportable",
+ "KeyState",
"KeyOrigin",
- "KeyState"
+ "CreateTimestamp"
],
"members": {
- "CreateTimestamp": {
- "shape": "Timestamp",
- "documentation": "The date and time when the key was created.
"
- },
- "DeletePendingTimestamp": {
- "shape": "Timestamp",
- "documentation": "The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when KeyState
is DELETE_PENDING
and the key is scheduled for deletion.
"
- },
- "DeleteTimestamp": {
- "shape": "Timestamp",
- "documentation": "The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when when the KeyState
is DELETE_COMPLETE
and the Amazon Web Services Payment Cryptography key is deleted.
"
- },
- "Enabled": {
- "shape": "Boolean",
- "documentation": "Specifies whether the key is enabled.
"
- },
- "Exportable": {
- "shape": "Boolean",
- "documentation": "Specifies whether the key is exportable. This data is immutable after the key is created.
"
- },
"KeyArn": {
"shape": "KeyArn",
"documentation": "The Amazon Resource Name (ARN) of the key.
"
@@ -1463,14 +1451,26 @@
"shape": "KeyCheckValueAlgorithm",
"documentation": "The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.
For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
"
},
- "KeyOrigin": {
- "shape": "KeyOrigin",
- "documentation": "The source of the key material. For keys created within Amazon Web Services Payment Cryptography, the value is AWS_PAYMENT_CRYPTOGRAPHY
. For keys imported into Amazon Web Services Payment Cryptography, the value is EXTERNAL
.
"
+ "Enabled": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether the key is enabled.
"
+ },
+ "Exportable": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether the key is exportable. This data is immutable after the key is created.
"
},
"KeyState": {
"shape": "KeyState",
"documentation": "The state of key that is being created or deleted.
"
},
+ "KeyOrigin": {
+ "shape": "KeyOrigin",
+ "documentation": "The source of the key material. For keys created within Amazon Web Services Payment Cryptography, the value is AWS_PAYMENT_CRYPTOGRAPHY
. For keys imported into Amazon Web Services Payment Cryptography, the value is EXTERNAL
.
"
+ },
+ "CreateTimestamp": {
+ "shape": "Timestamp",
+ "documentation": "The date and time when the key was created.
"
+ },
"UsageStartTimestamp": {
"shape": "Timestamp",
"documentation": "The date and time after which Amazon Web Services Payment Cryptography will start using the key material for cryptographic operations.
"
@@ -1478,6 +1478,14 @@
"UsageStopTimestamp": {
"shape": "Timestamp",
"documentation": "The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for cryptographic operations.
"
+ },
+ "DeletePendingTimestamp": {
+ "shape": "Timestamp",
+ "documentation": "The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when KeyState
is DELETE_PENDING
and the key is scheduled for deletion.
"
+ },
+ "DeleteTimestamp": {
+ "shape": "Timestamp",
+ "documentation": "The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when when the KeyState
is DELETE_COMPLETE
and the Amazon Web Services Payment Cryptography key is deleted.
"
}
},
"documentation": "Metadata about an Amazon Web Services Payment Cryptography key.
"
@@ -1499,47 +1507,68 @@
"type": "string",
"max": 150,
"min": 70,
- "pattern": "^arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:key/[0-9a-zA-Z]{16,64}$"
+ "pattern": "arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:key/[0-9a-zA-Z]{16,64}"
},
"KeyArnOrKeyAliasType": {
"type": "string",
"max": 322,
"min": 7,
- "pattern": "^arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:(key/[0-9a-zA-Z]{16,64}|alias/[a-zA-Z0-9/_-]+)$|^alias/[a-zA-Z0-9/_-]+$"
+ "pattern": "arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:(key/[0-9a-zA-Z]{16,64}|alias/[a-zA-Z0-9/_-]+)$|^alias/[a-zA-Z0-9/_-]+"
},
"KeyAttributes": {
"type": "structure",
"required": [
- "KeyAlgorithm",
+ "KeyUsage",
"KeyClass",
- "KeyModesOfUse",
- "KeyUsage"
+ "KeyAlgorithm",
+ "KeyModesOfUse"
],
"members": {
- "KeyAlgorithm": {
- "shape": "KeyAlgorithm",
- "documentation": "The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
For symmetric keys, Amazon Web Services Payment Cryptography supports AES
and TDES
algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA
and ECC_NIST
algorithms.
"
+ "KeyUsage": {
+ "shape": "KeyUsage",
+ "documentation": "The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
"
},
"KeyClass": {
"shape": "KeyClass",
"documentation": "The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.
"
},
+ "KeyAlgorithm": {
+ "shape": "KeyAlgorithm",
+ "documentation": "The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
For symmetric keys, Amazon Web Services Payment Cryptography supports AES
and TDES
algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA
and ECC_NIST
algorithms.
"
+ },
"KeyModesOfUse": {
"shape": "KeyModesOfUse",
"documentation": "The list of cryptographic operations that you can perform using the key.
"
- },
- "KeyUsage": {
- "shape": "KeyUsage",
- "documentation": "The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
"
}
},
"documentation": "The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
"
},
+ "KeyBlockHeaders": {
+ "type": "structure",
+ "members": {
+ "KeyModesOfUse": {
+ "shape": "KeyModesOfUse"
+ },
+ "KeyExportability": {
+ "shape": "KeyExportability",
+ "documentation": "Specifies subsequent exportability of the key within the key block after it is received by the receiving party. It can be used to further restrict exportability of the key after export from Amazon Web Services Payment Cryptography.
When set to EXPORTABLE
, the key can be subsequently exported by the receiver under a KEK using TR-31 or TR-34 key block export only. When set to NON_EXPORTABLE
, the key cannot be subsequently exported by the receiver. When set to SENSITIVE
, the key can be exported by the receiver under a KEK using TR-31, TR-34, RSA wrap and unwrap cryptogram or using a symmetric cryptogram key export method. For further information refer to ANSI X9.143-2022.
"
+ },
+ "KeyVersion": {
+ "shape": "KeyVersion",
+ "documentation": "Parameter used to indicate the version of the key carried in the key block or indicate the value carried in the key block is a component of a key.
"
+ },
+ "OptionalBlocks": {
+ "shape": "OptionalBlocks",
+ "documentation": "Parameter used to indicate the type of optional data in key block headers. Refer to ANSI X9.143-2022 for information on allowed data type for optional blocks.
Optional block character limit is 112 characters. For each optional block, 2 characters are reserved for optional block ID and 2 characters reserved for optional block length. More than one optional blocks can be included as long as the combined length does not increase 112 characters.
"
+ }
+ },
+ "documentation": "Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
"
+ },
"KeyCheckValue": {
"type": "string",
"max": 16,
"min": 4,
- "pattern": "^[0-9a-fA-F]+$"
+ "pattern": "[0-9a-fA-F]+"
},
"KeyCheckValueAlgorithm": {
"type": "string",
@@ -1557,6 +1586,14 @@
"PUBLIC_KEY"
]
},
+ "KeyExportability": {
+ "type": "string",
+ "enum": [
+ "EXPORTABLE",
+ "NON_EXPORTABLE",
+ "SENSITIVE"
+ ]
+ },
"KeyMaterial": {
"type": "string",
"max": 16384,
@@ -1576,41 +1613,41 @@
"KeyModesOfUse": {
"type": "structure",
"members": {
+ "Encrypt": {
+ "shape": "PrimitiveBoolean",
+ "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
"
+ },
"Decrypt": {
"shape": "PrimitiveBoolean",
"documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
"
},
- "DeriveKey": {
+ "Wrap": {
"shape": "PrimitiveBoolean",
- "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
"
+ "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
"
},
- "Encrypt": {
+ "Unwrap": {
"shape": "PrimitiveBoolean",
- "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
"
+ "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
"
},
"Generate": {
"shape": "PrimitiveBoolean",
"documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other card and PIN verification keys.
"
},
- "NoRestrictions": {
- "shape": "PrimitiveBoolean",
- "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage
.
"
- },
"Sign": {
"shape": "PrimitiveBoolean",
"documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
"
},
- "Unwrap": {
- "shape": "PrimitiveBoolean",
- "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
"
- },
"Verify": {
"shape": "PrimitiveBoolean",
"documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
"
},
- "Wrap": {
+ "DeriveKey": {
"shape": "PrimitiveBoolean",
- "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
"
+ "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
"
+ },
+ "NoRestrictions": {
+ "shape": "PrimitiveBoolean",
+ "documentation": "Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage
.
"
}
},
"documentation": "The list of cryptographic operations that you can perform using the key. The modes of use are defined in section A.5.3 of the TR-31 spec.
"
@@ -1636,26 +1673,22 @@
"KeySummary": {
"type": "structure",
"required": [
- "Enabled",
- "Exportable",
"KeyArn",
+ "KeyState",
"KeyAttributes",
"KeyCheckValue",
- "KeyState"
+ "Exportable",
+ "Enabled"
],
"members": {
- "Enabled": {
- "shape": "Boolean",
- "documentation": "Specifies whether the key is enabled.
"
- },
- "Exportable": {
- "shape": "Boolean",
- "documentation": "Specifies whether the key is exportable. This data is immutable after the key is created.
"
- },
"KeyArn": {
"shape": "KeyArn",
"documentation": "The Amazon Resource Name (ARN) of the key.
"
},
+ "KeyState": {
+ "shape": "KeyState",
+ "documentation": "The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
"
+ },
"KeyAttributes": {
"shape": "KeyAttributes",
"documentation": "The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
"
@@ -1664,9 +1697,13 @@
"shape": "KeyCheckValue",
"documentation": "The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
"
},
- "KeyState": {
- "shape": "KeyState",
- "documentation": "The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
"
+ "Exportable": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether the key is exportable. This data is immutable after the key is created.
"
+ },
+ "Enabled": {
+ "shape": "Boolean",
+ "documentation": "Specifies whether the key is enabled.
"
}
},
"documentation": "Metadata about an Amazon Web Services Payment Cryptography key.
"
@@ -1705,16 +1742,22 @@
"TR31_K2_TR34_ASYMMETRIC_KEY"
]
},
+ "KeyVersion": {
+ "type": "string",
+ "max": 2,
+ "min": 2,
+ "pattern": "[0-9A-Z]{2}+"
+ },
"ListAliasesInput": {
"type": "structure",
"members": {
- "MaxResults": {
- "shape": "MaxResults",
- "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
- },
"NextToken": {
"shape": "NextToken",
"documentation": "Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken
from the truncated response you just received.
"
+ },
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
}
}
},
@@ -1741,13 +1784,13 @@
"shape": "KeyState",
"documentation": "The key state of the keys you want to list.
"
},
- "MaxResults": {
- "shape": "MaxResults",
- "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
- },
"NextToken": {
"shape": "NextToken",
"documentation": "Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken
from the truncated response you just received.
"
+ },
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
}
}
},
@@ -1773,17 +1816,17 @@
"ResourceArn"
],
"members": {
- "MaxResults": {
- "shape": "MaxResults",
- "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
+ "ResourceArn": {
+ "shape": "ResourceArn",
+ "documentation": "The KeyARN
of the key whose tags you are getting.
"
},
"NextToken": {
"shape": "NextToken",
"documentation": "Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken
from the truncated response you just received.
"
},
- "ResourceArn": {
- "shape": "ResourceArn",
- "documentation": "The KeyARN
of the key whose tags you are getting.
"
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": "Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
"
}
}
},
@@ -1793,13 +1836,13 @@
"Tags"
],
"members": {
- "NextToken": {
- "shape": "NextToken",
- "documentation": "The token for the next set of results, or an empty or null value if there are no more results.
"
- },
"Tags": {
"shape": "Tags",
"documentation": "The list of tags associated with a ResourceArn
. Each tag will list the key-value pair contained within that tag.
"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": "The token for the next set of results, or an empty or null value if there are no more results.
"
}
}
},
@@ -1814,6 +1857,29 @@
"max": 8192,
"min": 1
},
+ "OptionalBlockId": {
+ "type": "string",
+ "max": 2,
+ "min": 2,
+ "pattern": "[0-9A-Z]{2}+",
+ "sensitive": true
+ },
+ "OptionalBlockValue": {
+ "type": "string",
+ "max": 108,
+ "min": 1,
+ "pattern": "[0-9A-Z]+",
+ "sensitive": true
+ },
+ "OptionalBlocks": {
+ "type": "map",
+ "key": {
+ "shape": "OptionalBlockId"
+ },
+ "value": {
+ "shape": "OptionalBlockValue"
+ }
+ },
"PrimitiveBoolean": {
"type": "boolean"
},
@@ -1821,7 +1887,7 @@
"type": "string",
"max": 150,
"min": 70,
- "pattern": "^arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:key/[0-9a-zA-Z]{16,64}$"
+ "pattern": "arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:key/[0-9a-zA-Z]{16,64}"
},
"RestoreKeyInput": {
"type": "structure",
@@ -1956,7 +2022,7 @@
},
"Tags": {
"shape": "Tags",
- "documentation": "One or more tags. Each tag consists of a tag key and a tag value. The tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. If you specify an existing tag key with a different tag value, Amazon Web Services Payment Cryptography replaces the current tag value with the new one.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
To use this parameter, you must have TagResource permission in an IAM policy.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
"
+ "documentation": "One or more tags. Each tag consists of a tag key and a tag value. The tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. If you specify an existing tag key with a different tag value, Amazon Web Services Payment Cryptography replaces the current tag value with the new one.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
To use this parameter, you must have TagResource permission in an IAM policy.
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
"
}
}
},
@@ -1984,7 +2050,7 @@
"type": "string",
"max": 9984,
"min": 56,
- "pattern": "^[0-9A-Z]+$"
+ "pattern": "[0-9A-Z]+"
},
"Tr34KeyBlockFormat": {
"type": "string",
@@ -1996,20 +2062,16 @@
"type": "string",
"max": 4096,
"min": 2,
- "pattern": "^[0-9A-F]+$"
+ "pattern": "[0-9A-F]+"
},
"TrustedCertificatePublicKey": {
"type": "structure",
"required": [
- "CertificateAuthorityPublicKeyIdentifier",
"KeyAttributes",
- "PublicKeyCertificate"
+ "PublicKeyCertificate",
+ "CertificateAuthorityPublicKeyIdentifier"
],
"members": {
- "CertificateAuthorityPublicKeyIdentifier": {
- "shape": "KeyArnOrKeyAliasType",
- "documentation": "The KeyARN
of the root public key certificate or certificate chain that signs the trusted public key certificate import.
"
- },
"KeyAttributes": {
"shape": "KeyAttributes",
"documentation": "The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
"
@@ -2017,6 +2079,10 @@
"PublicKeyCertificate": {
"shape": "CertificateType",
"documentation": "Parameter information for trusted public key certificate import.
"
+ },
+ "CertificateAuthorityPublicKeyIdentifier": {
+ "shape": "KeyArnOrKeyAliasType",
+ "documentation": "The KeyARN
of the root public key certificate or certificate chain that signs the trusted public key certificate import.
"
}
},
"documentation": "Parameter information for trusted public key certificate import.
"
@@ -2034,7 +2100,7 @@
},
"TagKeys": {
"shape": "TagKeys",
- "documentation": "One or more tag keys. Don't include the tag values.
If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.
"
+ "documentation": "One or more tag keys. Don't include the tag values.
If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.
"
}
}
},
@@ -2073,30 +2139,30 @@
"WrappedKey": {
"type": "structure",
"required": [
- "KeyMaterial",
+ "WrappingKeyArn",
"WrappedKeyMaterialFormat",
- "WrappingKeyArn"
+ "KeyMaterial"
],
"members": {
- "KeyCheckValue": {
- "shape": "KeyCheckValue",
- "documentation": "The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
"
+ "WrappingKeyArn": {
+ "shape": "KeyArn",
+ "documentation": "The KeyARN
of the wrapped key.
"
},
- "KeyCheckValueAlgorithm": {
- "shape": "KeyCheckValueAlgorithm",
- "documentation": "The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.
For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
"
+ "WrappedKeyMaterialFormat": {
+ "shape": "WrappedKeyMaterialFormat",
+ "documentation": "The key block format of a wrapped key.
"
},
"KeyMaterial": {
"shape": "KeyMaterial",
"documentation": "Parameter information for generating a wrapped key using TR-31 or TR-34 skey exchange method.
"
},
- "WrappedKeyMaterialFormat": {
- "shape": "WrappedKeyMaterialFormat",
- "documentation": "The key block format of a wrapped key.
"
+ "KeyCheckValue": {
+ "shape": "KeyCheckValue",
+ "documentation": "The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
"
},
- "WrappingKeyArn": {
- "shape": "KeyArn",
- "documentation": "The KeyARN
of the wrapped key.
"
+ "KeyCheckValueAlgorithm": {
+ "shape": "KeyCheckValueAlgorithm",
+ "documentation": "The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.
For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
"
}
},
"documentation": "Parameter information for generating a WrappedKeyBlock for key exchange.
"
@@ -2105,7 +2171,7 @@
"type": "string",
"max": 4096,
"min": 16,
- "pattern": "^[0-9A-F]+$"
+ "pattern": "[0-9A-F]+"
},
"WrappedKeyMaterialFormat": {
"type": "string",
diff --git a/apis/payment-cryptography-2021-09-14.waiters2.json b/apis/payment-cryptography-2021-09-14.waiters2.json
new file mode 100644
index 0000000000..13f60ee66b
--- /dev/null
+++ b/apis/payment-cryptography-2021-09-14.waiters2.json
@@ -0,0 +1,5 @@
+{
+ "version": 2,
+ "waiters": {
+ }
+}
diff --git a/apis/redshift-serverless-2021-04-21.normal.json b/apis/redshift-serverless-2021-04-21.normal.json
index 5d6194aba6..2f17cbb7d1 100644
--- a/apis/redshift-serverless-2021-04-21.normal.json
+++ b/apis/redshift-serverless-2021-04-21.normal.json
@@ -1876,7 +1876,7 @@
},
"schedule": {
"shape": "Schedule",
- "documentation": "The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.
Format of at expressions is \"at(yyyy-mm-ddThh:mm:ss)
\". For example, \"at(2016-03-04T17:27:00)
\".
Format of cron expressions is \"cron(Minutes Hours Day-of-month Month Day-of-week Year)
\". For example, \"cron(0 10 ? * MON *)
\". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
+ "documentation": "The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.
-
Format of at timestamp is yyyy-mm-ddThh:mm:ss
. For example, 2016-03-04T17:27:00
.
-
Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year)
. For example, \"(0 10 ? * MON *)\"
. For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
},
"scheduledActionDescription": {
"shape": "String",
@@ -3589,11 +3589,11 @@
"members": {
"at": {
"shape": "Timestamp",
- "documentation": "The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at expressions is \"at(yyyy-mm-ddThh:mm:ss)
\". For example, \"at(2016-03-04T17:27:00)
\".
"
+ "documentation": "The timestamp of when Amazon Redshift Serverless should run the scheduled action. Timestamp is in UTC. Format of at expression is yyyy-mm-ddThh:mm:ss
. For example, 2016-03-04T17:27:00
.
"
},
"cron": {
"shape": "String",
- "documentation": "The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour.
Format of cron expressions is \"cron(Minutes Hours Day-of-month Month Day-of-week Year)
\". For example, \"cron(0 10 ? * MON *)
\". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
+ "documentation": "The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.
Format of cron expressions is (Minutes Hours Day-of-month Month Day-of-week Year)
. For example, \"(0 10 ? * MON *)\"
. For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
}
},
"documentation": "The schedule of when Amazon Redshift Serverless should run the scheduled action.
",
@@ -3626,7 +3626,7 @@
},
"schedule": {
"shape": "Schedule",
- "documentation": "The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.
Format of at expressions is \"at(yyyy-mm-ddThh:mm:ss)
\". For example, \"at(2016-03-04T17:27:00)
\".
Format of cron expressions is \"cron(Minutes Hours Day-of-month Month Day-of-week Year)
\". For example, \"cron(0 10 ? * MON *)
\". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
+ "documentation": "The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.
-
Format of at timestamp is yyyy-mm-ddThh:mm:ss
. For example, 2016-03-04T17:27:00
.
-
Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year)
. For example, \"(0 10 ? * MON *)\"
. For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
},
"scheduledActionDescription": {
"shape": "String",
@@ -4165,7 +4165,7 @@
},
"schedule": {
"shape": "Schedule",
- "documentation": "The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.
Format of at expressions is \"at(yyyy-mm-ddThh:mm:ss)
\". For example, \"at(2016-03-04T17:27:00)
\".
Format of cron expressions is \"cron(Minutes Hours Day-of-month Month Day-of-week Year)
\". For example, \"cron(0 10 ? * MON *)
\". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
+ "documentation": "The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.
-
Format of at timestamp is yyyy-mm-ddThh:mm:ss
. For example, 2016-03-04T17:27:00
.
-
Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year)
. For example, \"(0 10 ? * MON *)\"
. For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
"
},
"scheduledActionDescription": {
"shape": "String",
diff --git a/apis/route53profiles-2018-05-10.examples.json b/apis/route53profiles-2018-05-10.examples.json
new file mode 100644
index 0000000000..0ea7e3b0bb
--- /dev/null
+++ b/apis/route53profiles-2018-05-10.examples.json
@@ -0,0 +1,5 @@
+{
+ "version": "1.0",
+ "examples": {
+ }
+}
diff --git a/apis/route53profiles-2018-05-10.min.json b/apis/route53profiles-2018-05-10.min.json
new file mode 100644
index 0000000000..f460e2638a
--- /dev/null
+++ b/apis/route53profiles-2018-05-10.min.json
@@ -0,0 +1,598 @@
+{
+ "version": "2.0",
+ "metadata": {
+ "apiVersion": "2018-05-10",
+ "endpointPrefix": "route53profiles",
+ "jsonVersion": "1.1",
+ "protocol": "rest-json",
+ "serviceFullName": "Route 53 Profiles",
+ "serviceId": "Route53Profiles",
+ "signatureVersion": "v4",
+ "signingName": "route53profiles",
+ "uid": "route53profiles-2018-05-10"
+ },
+ "operations": {
+ "AssociateProfile": {
+ "http": {
+ "requestUri": "/profileassociation",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "ProfileId",
+ "ResourceId"
+ ],
+ "members": {
+ "Name": {},
+ "ProfileId": {},
+ "ResourceId": {},
+ "Tags": {
+ "shape": "S4"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "S9"
+ }
+ }
+ }
+ },
+ "AssociateResourceToProfile": {
+ "http": {
+ "requestUri": "/profileresourceassociation",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "ProfileId",
+ "ResourceArn"
+ ],
+ "members": {
+ "Name": {},
+ "ProfileId": {},
+ "ResourceArn": {},
+ "ResourceProperties": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "Si"
+ }
+ }
+ }
+ },
+ "CreateProfile": {
+ "http": {
+ "requestUri": "/profile",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ClientToken",
+ "Name"
+ ],
+ "members": {
+ "ClientToken": {
+ "idempotencyToken": true
+ },
+ "Name": {},
+ "Tags": {
+ "shape": "S4"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Sm"
+ }
+ }
+ }
+ },
+ "DeleteProfile": {
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profile/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "ProfileId": {
+ "location": "uri",
+ "locationName": "ProfileId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Sm"
+ }
+ }
+ },
+ "idempotent": true
+ },
+ "DisassociateProfile": {
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileId",
+ "ResourceId"
+ ],
+ "members": {
+ "ProfileId": {
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceId": {
+ "location": "uri",
+ "locationName": "ResourceId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "S9"
+ }
+ }
+ },
+ "idempotent": true
+ },
+ "DisassociateResourceFromProfile": {
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileId",
+ "ResourceArn"
+ ],
+ "members": {
+ "ProfileId": {
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceArn": {
+ "location": "uri",
+ "locationName": "ResourceArn"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "Si"
+ }
+ }
+ },
+ "idempotent": true
+ },
+ "GetProfile": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profile/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "ProfileId": {
+ "location": "uri",
+ "locationName": "ProfileId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Sm"
+ }
+ }
+ }
+ },
+ "GetProfileAssociation": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileassociation/{ProfileAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileAssociationId"
+ ],
+ "members": {
+ "ProfileAssociationId": {
+ "location": "uri",
+ "locationName": "ProfileAssociationId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "S9"
+ }
+ }
+ }
+ },
+ "GetProfileResourceAssociation": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileResourceAssociationId"
+ ],
+ "members": {
+ "ProfileResourceAssociationId": {
+ "location": "uri",
+ "locationName": "ProfileResourceAssociationId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "Si"
+ }
+ }
+ }
+ },
+ "ListProfileAssociations": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "members": {
+ "MaxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ },
+ "NextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "ProfileId": {
+ "location": "querystring",
+ "locationName": "profileId"
+ },
+ "ResourceId": {
+ "location": "querystring",
+ "locationName": "resourceId"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "NextToken": {},
+ "ProfileAssociations": {
+ "type": "list",
+ "member": {
+ "shape": "S9"
+ }
+ }
+ }
+ }
+ },
+ "ListProfileResourceAssociations": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileresourceassociations/profileid/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "MaxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ },
+ "NextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "ProfileId": {
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceType": {
+ "location": "querystring",
+ "locationName": "resourceType"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "NextToken": {},
+ "ProfileResourceAssociations": {
+ "type": "list",
+ "member": {
+ "shape": "Si"
+ }
+ }
+ }
+ }
+ },
+ "ListProfiles": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/profiles",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "members": {
+ "MaxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ },
+ "NextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "NextToken": {},
+ "ProfileSummaries": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "Arn": {},
+ "Id": {},
+ "Name": {},
+ "ShareStatus": {}
+ }
+ }
+ }
+ }
+ }
+ },
+ "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": "S1e"
+ }
+ }
+ }
+ },
+ "TagResource": {
+ "http": {
+ "requestUri": "/tags/{ResourceArn}",
+ "responseCode": 204
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ResourceArn",
+ "Tags"
+ ],
+ "members": {
+ "ResourceArn": {
+ "location": "uri",
+ "locationName": "ResourceArn"
+ },
+ "Tags": {
+ "shape": "S1e"
+ }
+ }
+ },
+ "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
+ },
+ "UpdateProfileResourceAssociation": {
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "ProfileResourceAssociationId"
+ ],
+ "members": {
+ "Name": {},
+ "ProfileResourceAssociationId": {
+ "location": "uri",
+ "locationName": "ProfileResourceAssociationId"
+ },
+ "ResourceProperties": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "Si"
+ }
+ }
+ }
+ }
+ },
+ "shapes": {
+ "S4": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "Key",
+ "Value"
+ ],
+ "members": {
+ "Key": {},
+ "Value": {}
+ }
+ }
+ },
+ "S9": {
+ "type": "structure",
+ "members": {
+ "CreationTime": {
+ "type": "timestamp"
+ },
+ "Id": {},
+ "ModificationTime": {
+ "type": "timestamp"
+ },
+ "Name": {},
+ "OwnerId": {},
+ "ProfileId": {},
+ "ResourceId": {},
+ "Status": {},
+ "StatusMessage": {}
+ }
+ },
+ "Si": {
+ "type": "structure",
+ "members": {
+ "CreationTime": {
+ "type": "timestamp"
+ },
+ "Id": {},
+ "ModificationTime": {
+ "type": "timestamp"
+ },
+ "Name": {},
+ "OwnerId": {},
+ "ProfileId": {},
+ "ResourceArn": {},
+ "ResourceProperties": {},
+ "ResourceType": {},
+ "Status": {},
+ "StatusMessage": {}
+ }
+ },
+ "Sm": {
+ "type": "structure",
+ "members": {
+ "Arn": {},
+ "ClientToken": {},
+ "CreationTime": {
+ "type": "timestamp"
+ },
+ "Id": {},
+ "ModificationTime": {
+ "type": "timestamp"
+ },
+ "Name": {},
+ "OwnerId": {},
+ "ShareStatus": {},
+ "Status": {},
+ "StatusMessage": {}
+ }
+ },
+ "S1e": {
+ "type": "map",
+ "key": {},
+ "value": {}
+ }
+ }
+}
\ No newline at end of file
diff --git a/apis/route53profiles-2018-05-10.normal.json b/apis/route53profiles-2018-05-10.normal.json
new file mode 100644
index 0000000000..ba1e1ae946
--- /dev/null
+++ b/apis/route53profiles-2018-05-10.normal.json
@@ -0,0 +1,1343 @@
+{
+ "version": "2.0",
+ "metadata": {
+ "apiVersion": "2018-05-10",
+ "endpointPrefix": "route53profiles",
+ "jsonVersion": "1.1",
+ "protocol": "rest-json",
+ "serviceFullName": "Route 53 Profiles",
+ "serviceId": "Route53Profiles",
+ "signatureVersion": "v4",
+ "signingName": "route53profiles",
+ "uid": "route53profiles-2018-05-10"
+ },
+ "operations": {
+ "AssociateProfile": {
+ "name": "AssociateProfile",
+ "http": {
+ "method": "POST",
+ "requestUri": "/profileassociation",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "AssociateProfileRequest"
+ },
+ "output": {
+ "shape": "AssociateProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ResourceExistsException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
"
+ },
+ "AssociateResourceToProfile": {
+ "name": "AssociateResourceToProfile",
+ "http": {
+ "method": "POST",
+ "requestUri": "/profileresourceassociation",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "AssociateResourceToProfileRequest"
+ },
+ "output": {
+ "shape": "AssociateResourceToProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InternalServiceErrorException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Associates a DNS reource configuration to a Route 53 Profile.
"
+ },
+ "CreateProfile": {
+ "name": "CreateProfile",
+ "http": {
+ "method": "POST",
+ "requestUri": "/profile",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "CreateProfileRequest"
+ },
+ "output": {
+ "shape": "CreateProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Creates an empty Route 53 Profile.
"
+ },
+ "DeleteProfile": {
+ "name": "DeleteProfile",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profile/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "DeleteProfileRequest"
+ },
+ "output": {
+ "shape": "DeleteProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
",
+ "idempotent": true
+ },
+ "DisassociateProfile": {
+ "name": "DisassociateProfile",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "DisassociateProfileRequest"
+ },
+ "output": {
+ "shape": "DisassociateProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Dissociates a specified Route 53 Profile from the specified VPC.
",
+ "idempotent": true
+ },
+ "DisassociateResourceFromProfile": {
+ "name": "DisassociateResourceFromProfile",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "DisassociateResourceFromProfileRequest"
+ },
+ "output": {
+ "shape": "DisassociateResourceFromProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InternalServiceErrorException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Dissoaciated a specified resource, from the Route 53 Profile.
",
+ "idempotent": true
+ },
+ "GetProfile": {
+ "name": "GetProfile",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profile/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetProfileRequest"
+ },
+ "output": {
+ "shape": "GetProfileResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
"
+ },
+ "GetProfileAssociation": {
+ "name": "GetProfileAssociation",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileassociation/{ProfileAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetProfileAssociationRequest"
+ },
+ "output": {
+ "shape": "GetProfileAssociationResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
"
+ },
+ "GetProfileResourceAssociation": {
+ "name": "GetProfileResourceAssociation",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetProfileResourceAssociationRequest"
+ },
+ "output": {
+ "shape": "GetProfileResourceAssociationResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Returns information about a specified Route 53 Profile resource association.
"
+ },
+ "ListProfileAssociations": {
+ "name": "ListProfileAssociations",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListProfileAssociationsRequest"
+ },
+ "output": {
+ "shape": "ListProfileAssociationsResponse"
+ },
+ "errors": [
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "InvalidNextTokenException"
+ }
+ ],
+ "documentation": " Lists all the VPCs that the specified Route 53 Profile is associated with.
"
+ },
+ "ListProfileResourceAssociations": {
+ "name": "ListProfileResourceAssociations",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profileresourceassociations/profileid/{ProfileId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListProfileResourceAssociationsRequest"
+ },
+ "output": {
+ "shape": "ListProfileResourceAssociationsResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServiceErrorException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "InvalidNextTokenException"
+ }
+ ],
+ "documentation": " Lists all the resource associations for the specified Route 53 Profile.
"
+ },
+ "ListProfiles": {
+ "name": "ListProfiles",
+ "http": {
+ "method": "GET",
+ "requestUri": "/profiles",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListProfilesRequest"
+ },
+ "output": {
+ "shape": "ListProfilesResponse"
+ },
+ "errors": [
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "InvalidNextTokenException"
+ }
+ ],
+ "documentation": " Lists all the Route 53 Profiles associated with your Amazon Web Services account.
"
+ },
+ "ListTagsForResource": {
+ "name": "ListTagsForResource",
+ "http": {
+ "method": "GET",
+ "requestUri": "/tags/{ResourceArn}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListTagsForResourceRequest"
+ },
+ "output": {
+ "shape": "ListTagsForResourceResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Lists the tags that you associated with the specified resource.
"
+ },
+ "TagResource": {
+ "name": "TagResource",
+ "http": {
+ "method": "POST",
+ "requestUri": "/tags/{ResourceArn}",
+ "responseCode": 204
+ },
+ "input": {
+ "shape": "TagResourceRequest"
+ },
+ "output": {
+ "shape": "TagResourceResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": " Adds one or more tags to a specified resource.
",
+ "idempotent": true
+ },
+ "UntagResource": {
+ "name": "UntagResource",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/tags/{ResourceArn}",
+ "responseCode": 204
+ },
+ "input": {
+ "shape": "UntagResourceRequest"
+ },
+ "output": {
+ "shape": "UntagResourceResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Removes one or more tags from a specified resource.
",
+ "idempotent": true
+ },
+ "UpdateProfileResourceAssociation": {
+ "name": "UpdateProfileResourceAssociation",
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "UpdateProfileResourceAssociationRequest"
+ },
+ "output": {
+ "shape": "UpdateProfileResourceAssociationResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "InternalServiceErrorException"
+ },
+ {
+ "shape": "InvalidParameterException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ },
+ {
+ "shape": "ConflictException"
+ }
+ ],
+ "documentation": " Updates the specified Route 53 Profile resourse association.
"
+ }
+ },
+ "shapes": {
+ "AccountId": {
+ "type": "string",
+ "max": 32,
+ "min": 12
+ },
+ "Arn": {
+ "type": "string",
+ "max": 255,
+ "min": 1
+ },
+ "AssociateProfileRequest": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "ProfileId",
+ "ResourceId"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": " A name for the association.
"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
"
+ },
+ "ResourceId": {
+ "shape": "ResourceId",
+ "documentation": " The ID of the VPC.
"
+ },
+ "Tags": {
+ "shape": "TagList",
+ "documentation": " A list of the tag keys and values that you want to identify the Profile association.
"
+ }
+ }
+ },
+ "AssociateProfileResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "ProfileAssociation",
+ "documentation": " The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
"
+ }
+ }
+ },
+ "AssociateResourceToProfileRequest": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "ProfileId",
+ "ResourceArn"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name for the resource association.
"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
"
+ },
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": " Amazon resource number, ARN, of the DNS resource.
"
+ },
+ "ResourceProperties": {
+ "shape": "ResourceProperties",
+ "documentation": " If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100
"
+ }
+ }
+ },
+ "AssociateResourceToProfileResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "ProfileResourceAssociation",
+ "documentation": " Infromation about the AssociateResourceToProfile
, including a status message.
"
+ }
+ }
+ },
+ "CreateProfileRequest": {
+ "type": "structure",
+ "required": [
+ "ClientToken",
+ "Name"
+ ],
+ "members": {
+ "ClientToken": {
+ "shape": "CreatorRequestId",
+ "documentation": " ClientToken
is an idempotency token that ensures a call to CreateProfile
completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile
. In this case, safely retry your call to CreateProfile
by using the same CreateProfile
parameter value.
",
+ "idempotencyToken": true
+ },
+ "Name": {
+ "shape": "Name",
+ "documentation": " A name for the Profile.
"
+ },
+ "Tags": {
+ "shape": "TagList",
+ "documentation": " A list of the tag keys and values that you want to associate with the Route 53 Profile.
"
+ }
+ }
+ },
+ "CreateProfileResponse": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Profile",
+ "documentation": " The Profile that you just created.
"
+ }
+ }
+ },
+ "CreatorRequestId": {
+ "type": "string",
+ "max": 255,
+ "min": 1
+ },
+ "DeleteProfileRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " The ID of the Profile that you want to delete.
",
+ "location": "uri",
+ "locationName": "ProfileId"
+ }
+ }
+ },
+ "DeleteProfileResponse": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Profile",
+ "documentation": " Information about the DeleteProfile
request, including the status of the request.
"
+ }
+ }
+ },
+ "DisassociateProfileRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileId",
+ "ResourceId"
+ ],
+ "members": {
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
",
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceId": {
+ "shape": "ResourceId",
+ "documentation": " The ID of the VPC.
",
+ "location": "uri",
+ "locationName": "ResourceId"
+ }
+ }
+ },
+ "DisassociateProfileResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "ProfileAssociation",
+ "documentation": " Information about the DisassociateProfile
request.
"
+ }
+ }
+ },
+ "DisassociateResourceFromProfileRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileId",
+ "ResourceArn"
+ ],
+ "members": {
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " The ID of the Profile.
",
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": "The Amazon Resource Name (ARN) of the resource.
",
+ "location": "uri",
+ "locationName": "ResourceArn"
+ }
+ }
+ },
+ "DisassociateResourceFromProfileResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "ProfileResourceAssociation",
+ "documentation": " Information about the DisassociateResourceFromProfile
request, including the status of the request.
"
+ }
+ }
+ },
+ "GetProfileAssociationRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileAssociationId"
+ ],
+ "members": {
+ "ProfileAssociationId": {
+ "shape": "ResourceId",
+ "documentation": " The identifier of the association you want to get information about.
",
+ "location": "uri",
+ "locationName": "ProfileAssociationId"
+ }
+ }
+ },
+ "GetProfileAssociationResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileAssociation": {
+ "shape": "ProfileAssociation",
+ "documentation": " Information about the Profile association that you specified in a GetProfileAssociation
request.
"
+ }
+ }
+ },
+ "GetProfileRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
",
+ "location": "uri",
+ "locationName": "ProfileId"
+ }
+ }
+ },
+ "GetProfileResourceAssociationRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileResourceAssociationId"
+ ],
+ "members": {
+ "ProfileResourceAssociationId": {
+ "shape": "ResourceId",
+ "documentation": "
The ID of the profile resource association that you want to get information about.
",
+ "location": "uri",
+ "locationName": "ProfileResourceAssociationId"
+ }
+ }
+ },
+ "GetProfileResourceAssociationResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "ProfileResourceAssociation",
+ "documentation": " Information about the Profile resource association that you specified in a GetProfileResourceAssociation
request.
"
+ }
+ }
+ },
+ "GetProfileResponse": {
+ "type": "structure",
+ "members": {
+ "Profile": {
+ "shape": "Profile",
+ "documentation": " Information about the Profile, including the status of the Profile.
"
+ }
+ }
+ },
+ "ListProfileAssociationsRequest": {
+ "type": "structure",
+ "members": {
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": " The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken
value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults
, up to 100 objects are returned.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults
is returned. If more objects are available for retrieval, a NextToken
value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
",
+ "location": "querystring",
+ "locationName": "profileId"
+ },
+ "ResourceId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the VPC.
",
+ "location": "querystring",
+ "locationName": "resourceId"
+ }
+ }
+ },
+ "ListProfileAssociationsResponse": {
+ "type": "structure",
+ "members": {
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " If more than MaxResults
profile associations match the specified criteria, you can submit another ListProfileAssociations
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
"
+ },
+ "ProfileAssociations": {
+ "shape": "ProfileAssociations",
+ "documentation": " A complex type that containts settings information about the profile's VPC associations.
"
+ }
+ }
+ },
+ "ListProfileResourceAssociationsRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileId"
+ ],
+ "members": {
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": " The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken
value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults
, up to 100 objects are returned.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults
is returned. If more objects are available for retrieval, a NextToken
value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " The ID of the Profile.
",
+ "location": "uri",
+ "locationName": "ProfileId"
+ },
+ "ResourceType": {
+ "shape": "String",
+ "documentation": " ID of a resource if you want information on only one type.
",
+ "location": "querystring",
+ "locationName": "resourceType"
+ }
+ }
+ },
+ "ListProfileResourceAssociationsResponse": {
+ "type": "structure",
+ "members": {
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " If more than MaxResults
resource associations match the specified criteria, you can submit another ListProfileResourceAssociations
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
"
+ },
+ "ProfileResourceAssociations": {
+ "shape": "ProfileResourceAssociations",
+ "documentation": " Information about the profile resource association that you specified in a GetProfileResourceAssociation
request.
"
+ }
+ }
+ },
+ "ListProfilesRequest": {
+ "type": "structure",
+ "members": {
+ "MaxResults": {
+ "shape": "MaxResults",
+ "documentation": " The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken
value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults
, up to 100 objects are returned.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ },
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults
is returned. If more objects are available for retrieval, a NextToken
value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ }
+ }
+ },
+ "ListProfilesResponse": {
+ "type": "structure",
+ "members": {
+ "NextToken": {
+ "shape": "NextToken",
+ "documentation": " If more than MaxResults
resource associations match the specified criteria, you can submit another ListProfiles
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
"
+ },
+ "ProfileSummaries": {
+ "shape": "ProfileSummaryList",
+ "documentation": " Summary information about the Profiles.
"
+ }
+ }
+ },
+ "ListTagsForResourceRequest": {
+ "type": "structure",
+ "required": [
+ "ResourceArn"
+ ],
+ "members": {
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
",
+ "location": "uri",
+ "locationName": "ResourceArn"
+ }
+ }
+ },
+ "ListTagsForResourceResponse": {
+ "type": "structure",
+ "required": [
+ "Tags"
+ ],
+ "members": {
+ "Tags": {
+ "shape": "TagMap",
+ "documentation": " The tags that are associated with the resource that you specified in the ListTagsForResource
request.
"
+ }
+ }
+ },
+ "MaxResults": {
+ "type": "integer",
+ "box": true,
+ "max": 100,
+ "min": 1
+ },
+ "Name": {
+ "type": "string",
+ "max": 64,
+ "min": 0,
+ "pattern": "^(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)$"
+ },
+ "NextToken": {
+ "type": "string"
+ },
+ "Profile": {
+ "type": "structure",
+ "members": {
+ "Arn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) of the Profile.
"
+ },
+ "ClientToken": {
+ "shape": "CreatorRequestId",
+ "documentation": " The ClientToken
value that was assigned when the Profile was created.
"
+ },
+ "CreationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Id": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
"
+ },
+ "ModificationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name of the Profile.
"
+ },
+ "OwnerId": {
+ "shape": "AccountId",
+ "documentation": " Amazon Web Services account ID of the Profile owner.
"
+ },
+ "ShareStatus": {
+ "shape": "ShareStatus",
+ "documentation": " Sharing status for the Profile.
"
+ },
+ "Status": {
+ "shape": "ProfileStatus",
+ "documentation": " The status for the Profile.
"
+ },
+ "StatusMessage": {
+ "shape": "String",
+ "documentation": " Status message that includes additiona information about the Profile.
"
+ }
+ },
+ "documentation": " A complex type that includes settings for a Route 53 Profile.
"
+ },
+ "ProfileAssociation": {
+ "type": "structure",
+ "members": {
+ "CreationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Id": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile association.
"
+ },
+ "ModificationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name of the Profile association.
"
+ },
+ "OwnerId": {
+ "shape": "AccountId",
+ "documentation": " Amazon Web Services account ID of the Profile association owner.
"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
"
+ },
+ "ResourceId": {
+ "shape": "ResourceId",
+ "documentation": " The Amazon Resource Name (ARN) of the VPC.
"
+ },
+ "Status": {
+ "shape": "ProfileStatus",
+ "documentation": " Status of the Profile association.
"
+ },
+ "StatusMessage": {
+ "shape": "String",
+ "documentation": " Additional information about the Profile association.
"
+ }
+ },
+ "documentation": " An association between a Route 53 Profile and a VPC.
"
+ },
+ "ProfileAssociations": {
+ "type": "list",
+ "member": {
+ "shape": "ProfileAssociation"
+ }
+ },
+ "ProfileResourceAssociation": {
+ "type": "structure",
+ "members": {
+ "CreationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Id": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile resource association.
"
+ },
+ "ModificationTime": {
+ "shape": "Rfc3339Timestamp",
+ "documentation": " The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
"
+ },
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name of the Profile resource association.
"
+ },
+ "OwnerId": {
+ "shape": "AccountId",
+ "documentation": " Amazon Web Services account ID of the Profile resource association owner.
"
+ },
+ "ProfileId": {
+ "shape": "ResourceId",
+ "documentation": " Profile ID of the Profile that the resources are associated with.
"
+ },
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) of the resource association.
"
+ },
+ "ResourceProperties": {
+ "shape": "ResourceProperties",
+ "documentation": " If the DNS resource is a DNS Firewall rule group, this indicates the priority.
"
+ },
+ "ResourceType": {
+ "shape": "String",
+ "documentation": " Resource type, such as a private hosted zone, or DNS Firewall rule group.
"
+ },
+ "Status": {
+ "shape": "ProfileStatus",
+ "documentation": " Status of the Profile resource association.
"
+ },
+ "StatusMessage": {
+ "shape": "String",
+ "documentation": " Additional information about the Profile resource association.
"
+ }
+ },
+ "documentation": " The association between a Route 53 Profile and resources.
"
+ },
+ "ProfileResourceAssociations": {
+ "type": "list",
+ "member": {
+ "shape": "ProfileResourceAssociation"
+ }
+ },
+ "ProfileStatus": {
+ "type": "string",
+ "enum": [
+ "COMPLETE",
+ "DELETING",
+ "UPDATING",
+ "CREATING",
+ "DELETED",
+ "FAILED"
+ ]
+ },
+ "ProfileSummary": {
+ "type": "structure",
+ "members": {
+ "Arn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) of the Profile.
"
+ },
+ "Id": {
+ "shape": "ResourceId",
+ "documentation": " ID of the Profile.
"
+ },
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name of the Profile.
"
+ },
+ "ShareStatus": {
+ "shape": "ShareStatus",
+ "documentation": " Share status of the Profile.
"
+ }
+ },
+ "documentation": " Summary information about a Route 53 Profile.
"
+ },
+ "ProfileSummaryList": {
+ "type": "list",
+ "member": {
+ "shape": "ProfileSummary"
+ }
+ },
+ "ResourceId": {
+ "type": "string",
+ "max": 64,
+ "min": 1
+ },
+ "ResourceProperties": {
+ "type": "string"
+ },
+ "Rfc3339Timestamp": {
+ "type": "timestamp"
+ },
+ "ShareStatus": {
+ "type": "string",
+ "enum": [
+ "NOT_SHARED",
+ "SHARED_WITH_ME",
+ "SHARED_BY_ME"
+ ]
+ },
+ "String": {
+ "type": "string"
+ },
+ "Tag": {
+ "type": "structure",
+ "required": [
+ "Key",
+ "Value"
+ ],
+ "members": {
+ "Key": {
+ "shape": "TagKey",
+ "documentation": " Key associated with the Tag
.
"
+ },
+ "Value": {
+ "shape": "TagValue",
+ "documentation": " Value for the Tag.
"
+ }
+ },
+ "documentation": " Tag for the Profile.
"
+ },
+ "TagKey": {
+ "type": "string",
+ "max": 128,
+ "min": 1
+ },
+ "TagKeyList": {
+ "type": "list",
+ "member": {
+ "shape": "TagKey"
+ },
+ "max": 200,
+ "min": 0
+ },
+ "TagList": {
+ "type": "list",
+ "member": {
+ "shape": "Tag"
+ },
+ "max": 200,
+ "min": 0
+ },
+ "TagMap": {
+ "type": "map",
+ "key": {
+ "shape": "TagKey"
+ },
+ "value": {
+ "shape": "TagValue"
+ },
+ "max": 200,
+ "min": 0
+ },
+ "TagResourceRequest": {
+ "type": "structure",
+ "required": [
+ "ResourceArn",
+ "Tags"
+ ],
+ "members": {
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) for the resource that you want to add tags to.
",
+ "location": "uri",
+ "locationName": "ResourceArn"
+ },
+ "Tags": {
+ "shape": "TagMap",
+ "documentation": " The tags that you want to add to the specified resource.
"
+ }
+ }
+ },
+ "TagResourceResponse": {
+ "type": "structure",
+ "members": {}
+ },
+ "TagValue": {
+ "type": "string",
+ "max": 256,
+ "min": 0
+ },
+ "UntagResourceRequest": {
+ "type": "structure",
+ "required": [
+ "ResourceArn",
+ "TagKeys"
+ ],
+ "members": {
+ "ResourceArn": {
+ "shape": "Arn",
+ "documentation": " The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
",
+ "location": "uri",
+ "locationName": "ResourceArn"
+ },
+ "TagKeys": {
+ "shape": "TagKeyList",
+ "documentation": " The tags that you want to remove to the specified resource.
",
+ "location": "querystring",
+ "locationName": "tagKeys"
+ }
+ }
+ },
+ "UntagResourceResponse": {
+ "type": "structure",
+ "members": {}
+ },
+ "UpdateProfileResourceAssociationRequest": {
+ "type": "structure",
+ "required": [
+ "ProfileResourceAssociationId"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": " Name of the resource association.
"
+ },
+ "ProfileResourceAssociationId": {
+ "shape": "ResourceId",
+ "documentation": " ID of the resource association.
",
+ "location": "uri",
+ "locationName": "ProfileResourceAssociationId"
+ },
+ "ResourceProperties": {
+ "shape": "ResourceProperties",
+ "documentation": " If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100
.
"
+ }
+ }
+ },
+ "UpdateProfileResourceAssociationResponse": {
+ "type": "structure",
+ "members": {
+ "ProfileResourceAssociation": {
+ "shape": "ProfileResourceAssociation",
+ "documentation": " Information about the UpdateProfileResourceAssociation
request, including a status message.
"
+ }
+ }
+ }
+ },
+ "documentation": " With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
"
+}
\ No newline at end of file
diff --git a/apis/route53profiles-2018-05-10.paginators.json b/apis/route53profiles-2018-05-10.paginators.json
new file mode 100644
index 0000000000..a321bb7cd6
--- /dev/null
+++ b/apis/route53profiles-2018-05-10.paginators.json
@@ -0,0 +1,22 @@
+{
+ "pagination": {
+ "ListProfileAssociations": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "ProfileAssociations"
+ },
+ "ListProfileResourceAssociations": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "ProfileResourceAssociations"
+ },
+ "ListProfiles": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "ProfileSummaries"
+ }
+ }
+}
diff --git a/apis/sagemaker-2017-07-24.min.json b/apis/sagemaker-2017-07-24.min.json
index d45fd05820..2940698504 100644
--- a/apis/sagemaker-2017-07-24.min.json
+++ b/apis/sagemaker-2017-07-24.min.json
@@ -14264,77 +14264,18 @@
}
},
"JupyterLabAppSettings": {
- "type": "structure",
- "members": {
- "DefaultResourceSpec": {
- "shape": "S4p"
- },
- "CustomImages": {
- "shape": "Sas"
- },
- "LifecycleConfigArns": {
- "shape": "San"
- },
- "CodeRepositories": {
- "shape": "Sao"
- }
- }
+ "shape": "Sbd"
},
"SpaceStorageSettings": {
- "type": "structure",
- "members": {
- "DefaultEbsStorageSettings": {
- "type": "structure",
- "required": [
- "DefaultEbsVolumeSizeInGb",
- "MaximumEbsVolumeSizeInGb"
- ],
- "members": {
- "DefaultEbsVolumeSizeInGb": {
- "type": "integer"
- },
- "MaximumEbsVolumeSizeInGb": {
- "type": "integer"
- }
- }
- }
- }
+ "shape": "Sbe"
},
"DefaultLandingUri": {},
"StudioWebPortal": {},
"CustomPosixUserConfig": {
- "type": "structure",
- "required": [
- "Uid",
- "Gid"
- ],
- "members": {
- "Uid": {
- "type": "long"
- },
- "Gid": {
- "type": "long"
- }
- }
+ "shape": "Sbj"
},
"CustomFileSystemConfigs": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "EFSFileSystemConfig": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {},
- "FileSystemPath": {}
- }
- }
- },
- "union": true
- }
+ "shape": "Sbm"
}
}
},
@@ -14403,6 +14344,77 @@
}
}
},
+ "Sbd": {
+ "type": "structure",
+ "members": {
+ "DefaultResourceSpec": {
+ "shape": "S4p"
+ },
+ "CustomImages": {
+ "shape": "Sas"
+ },
+ "LifecycleConfigArns": {
+ "shape": "San"
+ },
+ "CodeRepositories": {
+ "shape": "Sao"
+ }
+ }
+ },
+ "Sbe": {
+ "type": "structure",
+ "members": {
+ "DefaultEbsStorageSettings": {
+ "type": "structure",
+ "required": [
+ "DefaultEbsVolumeSizeInGb",
+ "MaximumEbsVolumeSizeInGb"
+ ],
+ "members": {
+ "DefaultEbsVolumeSizeInGb": {
+ "type": "integer"
+ },
+ "MaximumEbsVolumeSizeInGb": {
+ "type": "integer"
+ }
+ }
+ }
+ }
+ },
+ "Sbj": {
+ "type": "structure",
+ "required": [
+ "Uid",
+ "Gid"
+ ],
+ "members": {
+ "Uid": {
+ "type": "long"
+ },
+ "Gid": {
+ "type": "long"
+ }
+ }
+ },
+ "Sbm": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "EFSFileSystemConfig": {
+ "type": "structure",
+ "required": [
+ "FileSystemId"
+ ],
+ "members": {
+ "FileSystemId": {},
+ "FileSystemPath": {}
+ }
+ }
+ },
+ "union": true
+ }
+ },
"Sbq": {
"type": "structure",
"members": {
@@ -14455,6 +14467,18 @@
},
"KernelGatewayAppSettings": {
"shape": "Sar"
+ },
+ "JupyterLabAppSettings": {
+ "shape": "Sbd"
+ },
+ "SpaceStorageSettings": {
+ "shape": "Sbe"
+ },
+ "CustomPosixUserConfig": {
+ "shape": "Sbj"
+ },
+ "CustomFileSystemConfigs": {
+ "shape": "Sbm"
}
}
},
diff --git a/apis/sagemaker-2017-07-24.normal.json b/apis/sagemaker-2017-07-24.normal.json
index 17aa95211c..06cd218c41 100644
--- a/apis/sagemaker-2017-07-24.normal.json
+++ b/apis/sagemaker-2017-07-24.normal.json
@@ -13227,14 +13227,14 @@
"members": {
"DefaultEbsVolumeSizeInGb": {
"shape": "SpaceEbsVolumeSizeInGb",
- "documentation": "The default size of the EBS storage volume for a private space.
"
+ "documentation": "The default size of the EBS storage volume for a space.
"
},
"MaximumEbsVolumeSizeInGb": {
"shape": "SpaceEbsVolumeSizeInGb",
- "documentation": "The maximum size of the EBS storage volume for a private space.
"
+ "documentation": "The maximum size of the EBS storage volume for a space.
"
}
},
- "documentation": "A collection of default EBS storage settings that applies to private spaces created within a domain or user profile.
"
+ "documentation": "A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
"
},
"DefaultGid": {
"type": "integer",
@@ -13257,6 +13257,19 @@
},
"KernelGatewayAppSettings": {
"shape": "KernelGatewayAppSettings"
+ },
+ "JupyterLabAppSettings": {
+ "shape": "JupyterLabAppSettings"
+ },
+ "SpaceStorageSettings": {
+ "shape": "DefaultSpaceStorageSettings"
+ },
+ "CustomPosixUserConfig": {
+ "shape": "CustomPosixUserConfig"
+ },
+ "CustomFileSystemConfigs": {
+ "shape": "CustomFileSystemConfigs",
+ "documentation": "The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
"
}
},
"documentation": "A collection of settings that apply to spaces created in the domain.
"
@@ -13266,10 +13279,10 @@
"members": {
"DefaultEbsStorageSettings": {
"shape": "DefaultEbsStorageSettings",
- "documentation": "The default EBS storage settings for a private space.
"
+ "documentation": "The default EBS storage settings for a space.
"
}
},
- "documentation": "The default storage settings for a private space.
"
+ "documentation": "The default storage settings for a space.
"
},
"DefaultUid": {
"type": "integer",
@@ -19364,10 +19377,10 @@
"members": {
"EbsVolumeSizeInGb": {
"shape": "SpaceEbsVolumeSizeInGb",
- "documentation": "The size of an EBS storage volume for a private space.
"
+ "documentation": "The size of an EBS storage volume for a space.
"
}
},
- "documentation": "A collection of EBS storage settings that applies to private spaces.
"
+ "documentation": "A collection of EBS storage settings that apply to both private and shared spaces.
"
},
"Edge": {
"type": "structure",
@@ -32132,7 +32145,7 @@
"members": {
"OwnerUserProfileName": {
"shape": "UserProfileName",
- "documentation": "The user profile who is the owner of the private space.
"
+ "documentation": "The user profile who is the owner of the space.
"
}
},
"documentation": "The collection of ownership settings for a space.
"
@@ -32142,7 +32155,7 @@
"members": {
"OwnerUserProfileName": {
"shape": "UserProfileName",
- "documentation": "The user profile who is the owner of the private space.
"
+ "documentation": "The user profile who is the owner of the space.
"
}
},
"documentation": "Specifies summary information about the ownership settings.
"
@@ -36606,7 +36619,7 @@
},
"SpaceStorageSettings": {
"shape": "SpaceStorageSettings",
- "documentation": "The storage settings for a private space.
"
+ "documentation": "The storage settings for a space.
"
},
"CustomFileSystems": {
"shape": "CustomFileSystems",
@@ -36624,7 +36637,7 @@
},
"SpaceStorageSettings": {
"shape": "SpaceStorageSettings",
- "documentation": "The storage settings for a private space.
"
+ "documentation": "The storage settings for a space.
"
}
},
"documentation": "Specifies summary information about the space settings.
"
@@ -36676,10 +36689,10 @@
"members": {
"EbsStorageSettings": {
"shape": "EbsStorageSettings",
- "documentation": "A collection of EBS storage settings for a private space.
"
+ "documentation": "A collection of EBS storage settings for a space.
"
}
},
- "documentation": "The storage settings for a private space.
"
+ "documentation": "The storage settings for a space.
"
},
"SpawnRate": {
"type": "integer",
@@ -40948,7 +40961,7 @@
},
"SpaceStorageSettings": {
"shape": "DefaultSpaceStorageSettings",
- "documentation": "The storage settings for a private space.
"
+ "documentation": "The storage settings for a space.
"
},
"DefaultLandingUri": {
"shape": "LandingUri",
diff --git a/apis/servicediscovery-2017-03-14.examples.json b/apis/servicediscovery-2017-03-14.examples.json
index d04f83ea4c..c62748159c 100644
--- a/apis/servicediscovery-2017-03-14.examples.json
+++ b/apis/servicediscovery-2017-03-14.examples.json
@@ -202,6 +202,26 @@
"title": "Example: Discover registered instances"
}
],
+ "DiscoverInstancesRevision": [
+ {
+ "input": {
+ "NamespaceName": "example-namespace",
+ "ServiceName": "example-service"
+ },
+ "output": {
+ "InstancesRevision": 123456
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "The following example discovers the revision ID for a registered instance.",
+ "id": "to-discover-the-revision-for-a-registered-instance-1712867460953",
+ "title": "To discover the revision for a registered instance"
+ }
+ ],
"GetInstance": [
{
"input": {
@@ -616,6 +636,28 @@
"title": "UntagResource example"
}
],
+ "UpdateHttpNamespace": [
+ {
+ "input": {
+ "Id": "ns-vh4nbmEXAMPLE",
+ "Namespace": {
+ "Description": "The updated namespace description."
+ }
+ },
+ "output": {
+ "OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "The following example updates the description of a HTTP namespace.",
+ "id": "to-update-a-http-namespace-17128EXAMPLE",
+ "title": "To update a HTTP namespace"
+ }
+ ],
"UpdateInstanceCustomHealthStatus": [
{
"input": {
@@ -634,6 +676,50 @@
"title": "UpdateInstanceCustomHealthStatus Example"
}
],
+ "UpdatePrivateDnsNamespace": [
+ {
+ "input": {
+ "Id": "ns-bk3aEXAMPLE",
+ "Namespace": {
+ "Description": "The updated namespace description."
+ },
+ "UpdaterRequestId": ""
+ },
+ "output": {
+ "OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "The following example updates the description of a private DNS namespace.",
+ "id": "to-update-a-private-dns-namespace-1712868389604",
+ "title": "To update a private DNS namespace"
+ },
+ {
+ "input": {
+ "Id": "ns-bk3aEXAMPLE",
+ "Namespace": {
+ "Description": "The updated namespace description."
+ },
+ "UpdaterRequestId": ""
+ },
+ "output": {
+ "OperationId": "ft52xe2koxhoeormaceymagglsdjEXAMPLE"
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "The following example updates the description of a public DNS namespace.",
+ "id": "to-update-a-public-dns-namespace-1712868389604",
+ "title": "To update a public DNS namespace"
+ }
+ ],
"UpdateService": [
{
"input": {
diff --git a/apis/servicediscovery-2017-03-14.normal.json b/apis/servicediscovery-2017-03-14.normal.json
index 3704655e66..08661824cb 100644
--- a/apis/servicediscovery-2017-03-14.normal.json
+++ b/apis/servicediscovery-2017-03-14.normal.json
@@ -476,7 +476,7 @@
"shape": "InvalidInput"
}
],
- "documentation": "Lists summary information for all the services that are associated with one or more specified namespaces.
"
+ "documentation": "Lists summary information for all the services that are associated with one or more namespaces.
"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
@@ -993,7 +993,7 @@
"members": {
"NamespaceName": {
"shape": "NamespaceName",
- "documentation": "The HttpName
name of the namespace. It's found in the HttpProperties
member of the Properties
member of the namespace.
"
+ "documentation": "The HttpName
name of the namespace. It's found in the HttpProperties
member of the Properties
member of the namespace. In most cases, Name
and HttpName
match. However, if you reuse Name
for namespace creation, a generated hash is added to HttpName
to distinguish the two.
"
},
"ServiceName": {
"shape": "ServiceName",
@@ -2086,7 +2086,7 @@
},
"Attributes": {
"shape": "Attributes",
- "documentation": "A string map that contains the following information for the service that you specify in ServiceId
:
-
The attributes that apply to the records that are defined in the service.
-
For each attribute, the applicable value.
Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries.
Supported attribute keys include the following:
- AWS_ALIAS_DNS_NAME
-
If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see \"DNSName\" in the topic AliasTarget in the Route 53 API Reference.
Note the following:
-
The configuration for the service that's specified by ServiceId
must include settings for an A
record, an AAAA
record, or both.
-
In the service that's specified by ServiceId
, the value of RoutingPolicy
must be WEIGHTED
.
-
If the service that's specified by ServiceId
includes HealthCheckConfig
settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record.
-
Cloud Map currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers.
-
If you specify a value for AWS_ALIAS_DNS_NAME
, don't specify values for any of the AWS_INSTANCE
attributes.
- AWS_EC2_INSTANCE_ID
-
HTTP namespaces only. The Amazon EC2 instance ID for the instance. If the AWS_EC2_INSTANCE_ID
attribute is specified, then the only other attribute that can be specified is AWS_INIT_HEALTH_STATUS
. When the AWS_EC2_INSTANCE_ID
attribute is specified, then the AWS_INSTANCE_IPV4
attribute will be filled out with the primary private IPv4 address.
- AWS_INIT_HEALTH_STATUS
-
If the service configuration includes HealthCheckCustomConfig
, you can optionally use AWS_INIT_HEALTH_STATUS
to specify the initial status of the custom health check, HEALTHY
or UNHEALTHY
. If you don't specify a value for AWS_INIT_HEALTH_STATUS
, the initial status is HEALTHY
.
- AWS_INSTANCE_CNAME
-
If the service configuration includes a CNAME
record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com
).
This value is required if the service specified by ServiceId
includes settings for an CNAME
record.
- AWS_INSTANCE_IPV4
-
If the service configuration includes an A
record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44
).
This value is required if the service specified by ServiceId
includes settings for an A
record. If the service includes settings for an SRV
record, you must specify a value for AWS_INSTANCE_IPV4
, AWS_INSTANCE_IPV6
, or both.
- AWS_INSTANCE_IPV6
-
If the service configuration includes an AAAA
record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345
).
This value is required if the service specified by ServiceId
includes settings for an AAAA
record. If the service includes settings for an SRV
record, you must specify a value for AWS_INSTANCE_IPV4
, AWS_INSTANCE_IPV6
, or both.
- AWS_INSTANCE_PORT
-
If the service includes an SRV
record, the value that you want Route 53 to return for the port.
If the service includes HealthCheckConfig
, the port on the endpoint that you want Route 53 to send requests to.
This value is required if you specified settings for an SRV
record or a Route 53 health check when you created the service.
- Custom attributes
-
You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.
"
+ "documentation": "A string map that contains the following information for the service that you specify in ServiceId
:
-
The attributes that apply to the records that are defined in the service.
-
For each attribute, the applicable value.
Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries.
The following are the supported attribute keys.
- AWS_ALIAS_DNS_NAME
-
If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see \"DNSName\" in the topic AliasTarget in the Route 53 API Reference.
Note the following:
-
The configuration for the service that's specified by ServiceId
must include settings for an A
record, an AAAA
record, or both.
-
In the service that's specified by ServiceId
, the value of RoutingPolicy
must be WEIGHTED
.
-
If the service that's specified by ServiceId
includes HealthCheckConfig
settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record.
-
Cloud Map currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers.
-
If you specify a value for AWS_ALIAS_DNS_NAME
, don't specify values for any of the AWS_INSTANCE
attributes.
-
The AWS_ALIAS_DNS_NAME
is not supported in the GovCloud (US) Regions.
- AWS_EC2_INSTANCE_ID
-
HTTP namespaces only. The Amazon EC2 instance ID for the instance. If the AWS_EC2_INSTANCE_ID
attribute is specified, then the only other attribute that can be specified is AWS_INIT_HEALTH_STATUS
. When the AWS_EC2_INSTANCE_ID
attribute is specified, then the AWS_INSTANCE_IPV4
attribute will be filled out with the primary private IPv4 address.
- AWS_INIT_HEALTH_STATUS
-
If the service configuration includes HealthCheckCustomConfig
, you can optionally use AWS_INIT_HEALTH_STATUS
to specify the initial status of the custom health check, HEALTHY
or UNHEALTHY
. If you don't specify a value for AWS_INIT_HEALTH_STATUS
, the initial status is HEALTHY
.
- AWS_INSTANCE_CNAME
-
If the service configuration includes a CNAME
record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com
).
This value is required if the service specified by ServiceId
includes settings for an CNAME
record.
- AWS_INSTANCE_IPV4
-
If the service configuration includes an A
record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44
).
This value is required if the service specified by ServiceId
includes settings for an A
record. If the service includes settings for an SRV
record, you must specify a value for AWS_INSTANCE_IPV4
, AWS_INSTANCE_IPV6
, or both.
- AWS_INSTANCE_IPV6
-
If the service configuration includes an AAAA
record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345
).
This value is required if the service specified by ServiceId
includes settings for an AAAA
record. If the service includes settings for an SRV
record, you must specify a value for AWS_INSTANCE_IPV4
, AWS_INSTANCE_IPV6
, or both.
- AWS_INSTANCE_PORT
-
If the service includes an SRV
record, the value that you want Route 53 to return for the port.
If the service includes HealthCheckConfig
, the port on the endpoint that you want Route 53 to send requests to.
This value is required if you specified settings for an SRV
record or a Route 53 health check when you created the service.
- Custom attributes
-
You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.
"
}
}
},
diff --git a/apis/transfer-2018-11-05.min.json b/apis/transfer-2018-11-05.min.json
index a0f6d55a38..d97eba8336 100644
--- a/apis/transfer-2018-11-05.min.json
+++ b/apis/transfer-2018-11-05.min.json
@@ -1476,6 +1476,35 @@
"members": {}
}
},
+ "StartDirectoryListing": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "ConnectorId",
+ "RemoteDirectoryPath",
+ "OutputDirectoryPath"
+ ],
+ "members": {
+ "ConnectorId": {},
+ "RemoteDirectoryPath": {},
+ "MaxItems": {
+ "type": "integer"
+ },
+ "OutputDirectoryPath": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "ListingId",
+ "OutputFileName"
+ ],
+ "members": {
+ "ListingId": {},
+ "OutputFileName": {}
+ }
+ }
+ },
"StartFileTransfer": {
"input": {
"type": "structure",
@@ -1485,10 +1514,10 @@
"members": {
"ConnectorId": {},
"SendFilePaths": {
- "shape": "S7h"
+ "shape": "S7n"
},
"RetrieveFilePaths": {
- "shape": "S7h"
+ "shape": "S7n"
},
"LocalDirectoryPath": {},
"RemoteDirectoryPath": {}
@@ -2200,7 +2229,7 @@
"type": "list",
"member": {}
},
- "S7h": {
+ "S7n": {
"type": "list",
"member": {}
}
diff --git a/apis/transfer-2018-11-05.normal.json b/apis/transfer-2018-11-05.normal.json
index dd833af28a..3f0bd8c344 100644
--- a/apis/transfer-2018-11-05.normal.json
+++ b/apis/transfer-2018-11-05.normal.json
@@ -1306,6 +1306,37 @@
],
"documentation": "Sends a callback for asynchronous custom steps.
The ExecutionId
, WorkflowId
, and Token
are passed to the target resource during execution of a custom step of a workflow. You must include those with their callback as well as providing a status.
"
},
+ "StartDirectoryListing": {
+ "name": "StartDirectoryListing",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "StartDirectoryListingRequest"
+ },
+ "output": {
+ "shape": "StartDirectoryListingResponse"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InvalidRequestException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "InternalServiceError"
+ },
+ {
+ "shape": "ServiceUnavailableException"
+ }
+ ],
+ "documentation": "Retrieves a list of the contents of a directory from a remote SFTP server. You specify the connector ID, the output path, and the remote directory path. You can also specify the optional MaxItems
value to control the maximum number of items that are listed from the remote directory. This API returns a list of all files and directories in the remote directory (up to the maximum value), but does not return files or folders in sub-directories. That is, it only returns a list of files and directories one-level deep.
After you receive the listing file, you can provide the files that you want to transfer to the RetrieveFilePaths
parameter of the StartFileTransfer
API call.
The naming convention for the output file is connector-ID-listing-ID.json
. The output file contains the following information:
-
filePath
: the complete path of a remote file, relative to the directory of the listing request for your SFTP connector on the remote server.
-
modifiedTimestamp
: the last time the file was modified, in UTC time format. This field is optional. If the remote file attributes don't contain a timestamp, it is omitted from the file listing.
-
size
: the size of the file, in bytes. This field is optional. If the remote file attributes don't contain a file size, it is omitted from the file listing.
-
path
: the complete path of a remote directory, relative to the directory of the listing request for your SFTP connector on the remote server.
-
truncated
: a flag indicating whether the list output contains all of the items contained in the remote directory or not. If your Truncated
output value is true, you can increase the value provided in the optional max-items
input attribute to be able to list more items (up to the maximum allowed list size of 10,000 items).
"
+ },
"StartFileTransfer": {
"name": "StartFileTransfer",
"http": {
@@ -1335,7 +1366,7 @@
"shape": "ServiceUnavailableException"
}
],
- "documentation": "Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
-
For an AS2 connector, you specify the ConnectorId
and one or more SendFilePaths
to identify the files you want to transfer.
-
For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId
. Depending on the direction of the transfer, you also specify the following items:
-
If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetreiveFilePaths
to identify the files you want to transfer, and a LocalDirectoryPath
to specify the destination folder.
-
If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths
to identify the files you want to transfer, and a RemoteDirectoryPath
to specify the destination folder.
"
+ "documentation": "Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
-
For an AS2 connector, you specify the ConnectorId
and one or more SendFilePaths
to identify the files you want to transfer.
-
For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId
. Depending on the direction of the transfer, you also specify the following items:
-
If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetrieveFilePaths
to identify the files you want to transfer, and a LocalDirectoryPath
to specify the destination folder.
-
If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths
to identify the files you want to transfer, and a RemoteDirectoryPath
to specify the destination folder.
"
},
"StartServer": {
"name": "StartServer",
@@ -3000,7 +3031,7 @@
},
"Usage": {
"shape": "CertificateUsageType",
- "documentation": "Specifies how this certificate is used. It can be used in the following ways:
-
SIGNING
: For signing AS2 messages
-
ENCRYPTION
: For encrypting AS2 messages
-
TLS
: For securing AS2 communications sent over HTTPS
"
+ "documentation": "Specifies whether this certificate is used for signing or encryption.
"
},
"Status": {
"shape": "CertificateStatusType",
@@ -3777,7 +3808,7 @@
"members": {
"Usage": {
"shape": "CertificateUsageType",
- "documentation": "Specifies how this certificate is used. It can be used in the following ways:
-
SIGNING
: For signing AS2 messages
-
ENCRYPTION
: For encrypting AS2 messages
-
TLS
: For securing AS2 communications sent over HTTPS
"
+ "documentation": "Specifies whether this certificate is used for signing or encryption.
"
},
"Certificate": {
"shape": "CertificateBodyType",
@@ -4418,7 +4449,7 @@
},
"Usage": {
"shape": "CertificateUsageType",
- "documentation": "Specifies how this certificate is used. It can be used in the following ways:
-
SIGNING
: For signing AS2 messages
-
ENCRYPTION
: For encrypting AS2 messages
-
TLS
: For securing AS2 communications sent over HTTPS
"
+ "documentation": "Specifies whether this certificate is used for signing or encryption.
"
},
"Status": {
"shape": "CertificateStatusType",
@@ -4678,6 +4709,12 @@
"shape": "ListedWorkflow"
}
},
+ "ListingId": {
+ "type": "string",
+ "max": 512,
+ "min": 1,
+ "pattern": "[0-9a-zA-Z./-]+"
+ },
"LogGroupName": {
"type": "string",
"max": 512,
@@ -4717,6 +4754,12 @@
"DIRECTORY"
]
},
+ "MaxItems": {
+ "type": "integer",
+ "box": true,
+ "max": 10000,
+ "min": 1
+ },
"MaxResults": {
"type": "integer",
"box": true,
@@ -4777,6 +4820,12 @@
"max": 1,
"min": 0
},
+ "OutputFileName": {
+ "type": "string",
+ "max": 537,
+ "min": 26,
+ "pattern": "c-([0-9a-f]{17})-[0-9a-zA-Z./-]+.json"
+ },
"OverwriteExisting": {
"type": "string",
"enum": [
@@ -5257,6 +5306,49 @@
"max": 5,
"min": 0
},
+ "StartDirectoryListingRequest": {
+ "type": "structure",
+ "required": [
+ "ConnectorId",
+ "RemoteDirectoryPath",
+ "OutputDirectoryPath"
+ ],
+ "members": {
+ "ConnectorId": {
+ "shape": "ConnectorId",
+ "documentation": "The unique identifier for the connector.
"
+ },
+ "RemoteDirectoryPath": {
+ "shape": "FilePath",
+ "documentation": "Specifies the directory on the remote SFTP server for which you want to list its contents.
"
+ },
+ "MaxItems": {
+ "shape": "MaxItems",
+ "documentation": "An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.
"
+ },
+ "OutputDirectoryPath": {
+ "shape": "FilePath",
+ "documentation": "Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.
"
+ }
+ }
+ },
+ "StartDirectoryListingResponse": {
+ "type": "structure",
+ "required": [
+ "ListingId",
+ "OutputFileName"
+ ],
+ "members": {
+ "ListingId": {
+ "shape": "ListingId",
+ "documentation": "Returns a unique identifier for the directory listing call.
"
+ },
+ "OutputFileName": {
+ "shape": "OutputFileName",
+ "documentation": "Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID: <connector-id>-<listing-id>.json
.
"
+ }
+ }
+ },
"StartFileTransferRequest": {
"type": "structure",
"required": [
diff --git a/clients/all.d.ts b/clients/all.d.ts
index 42df4844c8..ea9daa7cd9 100644
--- a/clients/all.d.ts
+++ b/clients/all.d.ts
@@ -379,3 +379,4 @@ export import TimestreamInfluxDB = require('./timestreaminfluxdb');
export import CodeConnections = require('./codeconnections');
export import Deadline = require('./deadline');
export import ControlCatalog = require('./controlcatalog');
+export import Route53Profiles = require('./route53profiles');
diff --git a/clients/all.js b/clients/all.js
index 6c0ced8b9a..3e194da95c 100644
--- a/clients/all.js
+++ b/clients/all.js
@@ -380,5 +380,6 @@ module.exports = {
TimestreamInfluxDB: require('./timestreaminfluxdb'),
CodeConnections: require('./codeconnections'),
Deadline: require('./deadline'),
- ControlCatalog: require('./controlcatalog')
+ ControlCatalog: require('./controlcatalog'),
+ Route53Profiles: require('./route53profiles')
};
\ No newline at end of file
diff --git a/clients/bedrockagent.d.ts b/clients/bedrockagent.d.ts
index 6e404186a2..a7110fa892 100644
--- a/clients/bedrockagent.d.ts
+++ b/clients/bedrockagent.d.ts
@@ -344,6 +344,10 @@ declare namespace BedrockAgent {
s3?: S3Identifier;
}
export interface ActionGroupExecutor {
+ /**
+ * To return the action group invocation results directly in the InvokeAgent response, specify RETURN_CONTROL.
+ */
+ customControl?: CustomControlMethod;
/**
* The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
*/
@@ -489,6 +493,10 @@ declare namespace BedrockAgent {
* The description of the action group.
*/
description?: Description;
+ /**
+ * Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
+ */
+ functionSchema?: FunctionSchema;
/**
* If this field is set as AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The description, apiSchema, and actionGroupExecutor fields must be blank for this action group. During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
*/
@@ -849,6 +857,10 @@ declare namespace BedrockAgent {
* A description of the action group.
*/
description?: Description;
+ /**
+ * Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
+ */
+ functionSchema?: FunctionSchema;
/**
* To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
*/
@@ -1013,6 +1025,7 @@ declare namespace BedrockAgent {
knowledgeBase: KnowledgeBase;
}
export type CreationMode = "DEFAULT"|"OVERRIDDEN"|string;
+ export type CustomControlMethod = "RETURN_CONTROL"|string;
export interface DataSource {
/**
* The time at which the data source was created.
@@ -1260,6 +1273,28 @@ declare namespace BedrockAgent {
}
export type FixedSizeChunkingConfigurationMaxTokensInteger = number;
export type FixedSizeChunkingConfigurationOverlapPercentageInteger = number;
+ export interface Function {
+ /**
+ * A description of the function and its purpose.
+ */
+ description?: FunctionDescription;
+ /**
+ * A name for the function.
+ */
+ name: Name;
+ /**
+ * The parameters that the agent elicits from the user to fulfill the function.
+ */
+ parameters?: ParameterMap;
+ }
+ export type FunctionDescription = string;
+ export interface FunctionSchema {
+ /**
+ * A list of functions that each define an action in the action group.
+ */
+ functions?: Functions;
+ }
+ export type Functions = Function[];
export interface GetAgentActionGroupRequest {
/**
* The unique identifier of the action group for which to get information.
@@ -1889,6 +1924,22 @@ declare namespace BedrockAgent {
vectorField: FieldName;
}
export type OpenSearchServerlessIndexName = string;
+ export type ParameterDescription = string;
+ export interface ParameterDetail {
+ /**
+ * A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.
+ */
+ description?: ParameterDescription;
+ /**
+ * Whether the parameter is required for the agent to complete the function for action group invocation.
+ */
+ required?: Boolean;
+ /**
+ * The data type of the parameter.
+ */
+ type: Type;
+ }
+ export type ParameterMap = {[key: string]: ParameterDetail};
export type Payload = string;
export interface PineconeConfiguration {
/**
@@ -2165,6 +2216,7 @@ declare namespace BedrockAgent {
export type Temperature = number;
export type TopK = number;
export type TopP = number;
+ export type Type = "string"|"number"|"integer"|"boolean"|"array"|string;
export interface UntagResourceRequest {
/**
* The Amazon Resource Name (ARN) of the resource from which to remove tags.
@@ -2210,6 +2262,10 @@ declare namespace BedrockAgent {
* Specifies a new name for the action group.
*/
description?: Description;
+ /**
+ * Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
+ */
+ functionSchema?: FunctionSchema;
/**
* To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
*/
diff --git a/clients/bedrockagentruntime.d.ts b/clients/bedrockagentruntime.d.ts
index 1cea53228e..2cfe9559dc 100644
--- a/clients/bedrockagentruntime.d.ts
+++ b/clients/bedrockagentruntime.d.ts
@@ -13,11 +13,11 @@ declare class BedrockAgentRuntime extends Service {
constructor(options?: BedrockAgentRuntime.Types.ClientConfiguration)
config: Config & BedrockAgentRuntime.Types.ClientConfiguration;
/**
- * Sends a prompt for the agent to process and respond to. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. Include attributes for the session or prompt in the sessionState object. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
+ * Sends a prompt for the agent to process and respond to. Use return control event type for function calling. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or parameters returned from the action group. Use return control event type for function calling. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
*/
invokeAgent(params: BedrockAgentRuntime.Types.InvokeAgentRequest, callback?: (err: AWSError, data: BedrockAgentRuntime.Types.InvokeAgentResponse) => void): Request;
/**
- * Sends a prompt for the agent to process and respond to. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. Include attributes for the session or prompt in the sessionState object. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
+ * Sends a prompt for the agent to process and respond to. Use return control event type for function calling. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or parameters returned from the action group. Use return control event type for function calling. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
*/
invokeAgent(callback?: (err: AWSError, data: BedrockAgentRuntime.Types.InvokeAgentResponse) => void): Request;
/**
@@ -50,6 +50,10 @@ declare namespace BedrockAgentRuntime {
* The path to the API to call, based off the action group.
*/
apiPath?: ApiPath;
+ /**
+ * The function in the action group to call.
+ */
+ function?: Function;
/**
* The parameters in the Lambda input event.
*/
@@ -73,7 +77,78 @@ declare namespace BedrockAgentRuntime {
export type ActionGroupOutputString = string;
export type AgentAliasId = string;
export type AgentId = string;
+ export type AgentVersion = string;
+ export type ApiContentMap = {[key: string]: PropertyParameters};
+ export interface ApiInvocationInput {
+ /**
+ * The action group that the API operation belongs to.
+ */
+ actionGroup: String;
+ /**
+ * The path to the API operation.
+ */
+ apiPath?: ApiPath;
+ /**
+ * The HTTP method of the API operation.
+ */
+ httpMethod?: String;
+ /**
+ * The parameters to provide for the API request, as the agent elicited from the user.
+ */
+ parameters?: ApiParameters;
+ /**
+ * The request body to provide for the API request, as the agent elicited from the user.
+ */
+ requestBody?: ApiRequestBody;
+ }
+ export interface ApiParameter {
+ /**
+ * The name of the parameter.
+ */
+ name?: String;
+ /**
+ * The data type for the parameter.
+ */
+ type?: String;
+ /**
+ * The value of the parameter.
+ */
+ value?: String;
+ }
+ export type ApiParameters = ApiParameter[];
export type ApiPath = string;
+ export interface ApiRequestBody {
+ /**
+ * The content of the request body. The key of the object in this field is a media type defining the format of the request body.
+ */
+ content?: ApiContentMap;
+ }
+ export interface ApiResult {
+ /**
+ * The action group that the API operation belongs to.
+ */
+ actionGroup: String;
+ /**
+ * The path to the API operation.
+ */
+ apiPath?: ApiPath;
+ /**
+ * The HTTP method for the API operation.
+ */
+ httpMethod?: String;
+ /**
+ * http status code from API execution response (for example: 200, 400, 500).
+ */
+ httpStatusCode?: Integer;
+ /**
+ * The response body from the API operation. The key of the object is the content type. The response may be returned directly or from the Lambda function.
+ */
+ responseBody?: ResponseBody;
+ /**
+ * Controls the final response state returned to end user when API/Function execution failed. When this state is FAILURE, the request would fail with dependency failure exception. When this state is REPROMPT, the API/function response will be sent to model for re-prompt
+ */
+ responseState?: ResponseState;
+ }
export interface Attribution {
/**
* A list of citations and related information for a part of an agent response.
@@ -103,6 +178,12 @@ declare namespace BedrockAgentRuntime {
export interface ConflictException {
message?: NonBlankString;
}
+ export interface ContentBody {
+ /**
+ * The body of the API response.
+ */
+ body?: String;
+ }
export type ContentMap = {[key: string]: Parameters};
export type CreationMode = "DEFAULT"|"OVERRIDDEN"|string;
export interface DependencyFailedException {
@@ -144,6 +225,54 @@ declare namespace BedrockAgentRuntime {
text?: FinalResponseString;
}
export type FinalResponseString = string;
+ export type Function = string;
+ export interface FunctionInvocationInput {
+ /**
+ * The action group that the function belongs to.
+ */
+ actionGroup: String;
+ /**
+ * The name of the function.
+ */
+ function?: String;
+ /**
+ * A list of parameters of the function.
+ */
+ parameters?: FunctionParameters;
+ }
+ export interface FunctionParameter {
+ /**
+ * The name of the parameter.
+ */
+ name?: String;
+ /**
+ * The data type of the parameter.
+ */
+ type?: String;
+ /**
+ * The value of the parameter.
+ */
+ value?: String;
+ }
+ export type FunctionParameters = FunctionParameter[];
+ export interface FunctionResult {
+ /**
+ * The action group that the function belongs to.
+ */
+ actionGroup: String;
+ /**
+ * The name of the function that was called.
+ */
+ function?: String;
+ /**
+ * The response from the function call using the parameters. The response may be returned directly or from the Lambda function.
+ */
+ responseBody?: ResponseBody;
+ /**
+ * Controls the final response state returned to end user when API/Function execution failed. When this state is FAILURE, the request would fail with dependency failure exception. When this state is REPROMPT, the API/function response will be sent to model for re-prompt
+ */
+ responseState?: ResponseState;
+ }
export interface GeneratedResponsePart {
/**
* Contains metadata about a textual part of the generated response that is accompanied by a citation.
@@ -179,6 +308,7 @@ declare namespace BedrockAgentRuntime {
topP?: TopP;
}
export type InputText = string;
+ export type Integer = number;
export interface InternalServerException {
message?: NonBlankString;
}
@@ -200,6 +330,27 @@ declare namespace BedrockAgentRuntime {
*/
traceId?: TraceId;
}
+ export interface InvocationInputMember {
+ /**
+ * Contains information about the API operation that the agent predicts should be called.
+ */
+ apiInvocationInput?: ApiInvocationInput;
+ /**
+ * Contains information about the function that the agent predicts should be called.
+ */
+ functionInvocationInput?: FunctionInvocationInput;
+ }
+ export type InvocationInputs = InvocationInputMember[];
+ export interface InvocationResultMember {
+ /**
+ * The result from the API response from the action group invocation.
+ */
+ apiResult?: ApiResult;
+ /**
+ * The result from the function from the action group invocation.
+ */
+ functionResult?: FunctionResult;
+ }
export type InvocationType = "ACTION_GROUP"|"KNOWLEDGE_BASE"|"FINISH"|string;
export interface InvokeAgentRequest {
/**
@@ -221,7 +372,7 @@ declare namespace BedrockAgentRuntime {
/**
* The prompt text to send the agent.
*/
- inputText: InputText;
+ inputText?: InputText;
/**
* The unique identifier of the session. Use the same value across requests to continue the same conversation.
*/
@@ -423,6 +574,7 @@ declare namespace BedrockAgentRuntime {
*/
value?: String;
}
+ export type ParameterList = Parameter[];
export type Parameters = Parameter[];
export type PartBody = Buffer|Uint8Array|Blob|string;
export interface PayloadPart {
@@ -500,6 +652,12 @@ declare namespace BedrockAgentRuntime {
}
export type PromptText = string;
export type PromptType = "PRE_PROCESSING"|"ORCHESTRATION"|"KNOWLEDGE_BASE_RESPONSE_GENERATION"|"POST_PROCESSING"|string;
+ export interface PropertyParameters {
+ /**
+ * A list of parameters in the request body.
+ */
+ properties?: ParameterList;
+ }
export interface Rationale {
/**
* The reasoning or thought process of the agent, based on the input.
@@ -530,7 +688,9 @@ declare namespace BedrockAgentRuntime {
export interface ResourceNotFoundException {
message?: NonBlankString;
}
- export type ResponseStream = EventStream<{accessDeniedException?:AccessDeniedException,badGatewayException?:BadGatewayException,chunk?:PayloadPart,conflictException?:ConflictException,dependencyFailedException?:DependencyFailedException,internalServerException?:InternalServerException,resourceNotFoundException?:ResourceNotFoundException,serviceQuotaExceededException?:ServiceQuotaExceededException,throttlingException?:ThrottlingException,trace?:TracePart,validationException?:ValidationException}>;
+ export type ResponseBody = {[key: string]: ContentBody};
+ export type ResponseState = "FAILURE"|"REPROMPT"|string;
+ export type ResponseStream = EventStream<{accessDeniedException?:AccessDeniedException,badGatewayException?:BadGatewayException,chunk?:PayloadPart,conflictException?:ConflictException,dependencyFailedException?:DependencyFailedException,internalServerException?:InternalServerException,resourceNotFoundException?:ResourceNotFoundException,returnControl?:ReturnControlPayload,serviceQuotaExceededException?:ServiceQuotaExceededException,throttlingException?:ThrottlingException,trace?:TracePart,validationException?:ValidationException}>;
export interface RetrievalFilter {
/**
* Knowledge base data sources whose metadata attributes fulfill all the filter conditions inside this list are returned.
@@ -710,6 +870,17 @@ declare namespace BedrockAgentRuntime {
metadata?: RetrievalResultMetadata;
}
export type RetrievedReferences = RetrievedReference[];
+ export type ReturnControlInvocationResults = InvocationResultMember[];
+ export interface ReturnControlPayload {
+ /**
+ * The identifier of the action group invocation.
+ */
+ invocationId?: String;
+ /**
+ * A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.
+ */
+ invocationInputs?: InvocationInputs;
+ }
export type SearchType = "HYBRID"|"SEMANTIC"|string;
export interface ServiceQuotaExceededException {
message?: NonBlankString;
@@ -717,10 +888,18 @@ declare namespace BedrockAgentRuntime {
export type SessionAttributesMap = {[key: string]: String};
export type SessionId = string;
export interface SessionState {
+ /**
+ * The identifier of the invocation.
+ */
+ invocationId?: String;
/**
* Contains attributes that persist across a prompt and the values of those attributes. These attributes replace the $prompt_session_attributes$ placeholder variable in the orchestration prompt template. For more information, see Prompt template placeholder variables.
*/
promptSessionAttributes?: PromptSessionAttributesMap;
+ /**
+ * Contains information about the results from the action group invocation.
+ */
+ returnControlInvocationResults?: ReturnControlInvocationResults;
/**
* Contains attributes that persist across a session and the values of those attributes.
*/
@@ -787,6 +966,10 @@ declare namespace BedrockAgentRuntime {
* The unique identifier of the agent.
*/
agentId?: AgentId;
+ /**
+ * The version of the agent.
+ */
+ agentVersion?: AgentVersion;
/**
* The unique identifier of the session with the agent.
*/
diff --git a/clients/paymentcryptography.d.ts b/clients/paymentcryptography.d.ts
index 94b8acb69a..d77d16c24c 100644
--- a/clients/paymentcryptography.d.ts
+++ b/clients/paymentcryptography.d.ts
@@ -28,11 +28,11 @@ declare class PaymentCryptography extends Service {
*/
createKey(callback?: (err: AWSError, data: PaymentCryptography.Types.CreateKeyOutput) => void): Request;
/**
- * Deletes the alias, but doesn't affect the underlying key. Each key can have multiple aliases. To get the aliases of all keys, use the ListAliases operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias GetAlias ListAliases UpdateAlias
+ * Deletes the alias, but doesn't affect the underlying key. Each key can have multiple aliases. To get the aliases of all keys, use the UpdateAlias operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias GetAlias ListAliases UpdateAlias
*/
deleteAlias(params: PaymentCryptography.Types.DeleteAliasInput, callback?: (err: AWSError, data: PaymentCryptography.Types.DeleteAliasOutput) => void): Request;
/**
- * Deletes the alias, but doesn't affect the underlying key. Each key can have multiple aliases. To get the aliases of all keys, use the ListAliases operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias GetAlias ListAliases UpdateAlias
+ * Deletes the alias, but doesn't affect the underlying key. Each key can have multiple aliases. To get the aliases of all keys, use the UpdateAlias operation. To change the alias of a key, first use DeleteAlias to delete the current alias and then use CreateAlias to create a new alias. To associate an existing alias with a different key, call UpdateAlias. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias GetAlias ListAliases UpdateAlias
*/
deleteAlias(callback?: (err: AWSError, data: PaymentCryptography.Types.DeleteAliasOutput) => void): Request;
/**
@@ -44,11 +44,11 @@ declare class PaymentCryptography extends Service {
*/
deleteKey(callback?: (err: AWSError, data: PaymentCryptography.Types.DeleteKeyOutput) => void): Request;
/**
- * Exports a key from Amazon Web Services Payment Cryptography. Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography. The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import. You can also use ExportKey functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey attribute KSN (KeySerialNumber). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export. To export initial keys (KEK) or IPEK using TR-34 Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key. To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days. Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr34KeyBlock parameters. CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed the KRD wrapping key certificate. ExportToken: Obtained from KDH by calling GetParametersForImport. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock. To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. Next call ExportKey and set the following parameters: CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed wrapping key certificate. KeyMaterial: Set to KeyCryptogram. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram. When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram. To export working keys or IPEK using TR-31 Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr31KeyBlock parameters. When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: GetParametersForExport ImportKey
+ * Exports a key from Amazon Web Services Payment Cryptography. Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography. The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import. You can also use ExportKey functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey attribute KSN (KeySerialNumber). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export. For key exchange using TR-31 or TR-34 key blocks, you can also export optional blocks within the key block header which contain additional attribute information about the key. The KeyVersion within KeyBlockHeaders indicates the version of the key within the key block. Furthermore, KeyExportability within KeyBlockHeaders can be used to further restrict exportability of the key after export from Amazon Web Services Payment Cryptography. The OptionalBlocks contain the additional data related to the key. For information on data type that can be included within optional blocks, refer to ASC X9.143-2022. Data included in key block headers is signed but transmitted in clear text. Sensitive or confidential information should not be included in optional blocks. Refer to ASC X9.143-2022 standard for information on allowed data type. To export initial keys (KEK) or IPEK using TR-34 Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key. To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days. Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr34KeyBlock parameters. CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed the KRD wrapping key certificate. ExportToken: Obtained from KDH by calling GetParametersForImport. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock. To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. Next call ExportKey and set the following parameters: CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed wrapping key certificate. KeyMaterial: Set to KeyCryptogram. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram. When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram. To export working keys or IPEK using TR-31 Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr31KeyBlock parameters. When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: GetParametersForExport ImportKey
*/
exportKey(params: PaymentCryptography.Types.ExportKeyInput, callback?: (err: AWSError, data: PaymentCryptography.Types.ExportKeyOutput) => void): Request;
/**
- * Exports a key from Amazon Web Services Payment Cryptography. Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography. The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import. You can also use ExportKey functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey attribute KSN (KeySerialNumber). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export. To export initial keys (KEK) or IPEK using TR-34 Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key. To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days. Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr34KeyBlock parameters. CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed the KRD wrapping key certificate. ExportToken: Obtained from KDH by calling GetParametersForImport. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock. To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. Next call ExportKey and set the following parameters: CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed wrapping key certificate. KeyMaterial: Set to KeyCryptogram. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram. When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram. To export working keys or IPEK using TR-31 Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr31KeyBlock parameters. When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: GetParametersForExport ImportKey
+ * Exports a key from Amazon Web Services Payment Cryptography. Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With ExportKey you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography. The TR-34 norm is intended for exchanging 3DES keys only and keys are imported in a WrappedKeyBlock format. Key attributes (such as KeyUsage, KeyAlgorithm, KeyModesOfUse, Exportability) are contained within the key block. With RSA wrap and unwrap, you can exchange both 3DES and AES-128 keys. The keys are imported in a WrappedKeyCryptogram format and you will need to specify the key attributes during import. You can also use ExportKey functionality to generate and export an IPEK (Initial Pin Encryption Key) from Amazon Web Services Payment Cryptography using either TR-31 or TR-34 export key exchange. IPEK is generated from BDK (Base Derivation Key) and ExportDukptInitialKey attribute KSN (KeySerialNumber). The generated IPEK does not persist within Amazon Web Services Payment Cryptography and has to be re-generated each time during export. For key exchange using TR-31 or TR-34 key blocks, you can also export optional blocks within the key block header which contain additional attribute information about the key. The KeyVersion within KeyBlockHeaders indicates the version of the key within the key block. Furthermore, KeyExportability within KeyBlockHeaders can be used to further restrict exportability of the key after export from Amazon Web Services Payment Cryptography. The OptionalBlocks contain the additional data related to the key. For information on data type that can be included within optional blocks, refer to ASC X9.143-2022. Data included in key block headers is signed but transmitted in clear text. Sensitive or confidential information should not be included in optional blocks. Refer to ASC X9.143-2022 standard for information on allowed data type. To export initial keys (KEK) or IPEK using TR-34 Using this operation, you can export initial key using TR-34 asymmetric key exchange. You can only export KEK generated within Amazon Web Services Payment Cryptography. In TR-34 terminology, the sending party of the key is called Key Distribution Host (KDH) and the receiving party of the key is called Key Receiving Device (KRD). During key export process, KDH is Amazon Web Services Payment Cryptography which initiates key export and KRD is the user receiving the key. To initiate TR-34 key export, the KRD must obtain an export token by calling GetParametersForExport. This operation also generates a key pair for the purpose of key export, signs the key and returns back the signing public key certificate (also known as KDH signing certificate) and root certificate chain. The KDH uses the private key to sign the the export payload and the signing public key certificate is provided to KRD to verify the signature. The KRD can import the root certificate into its Hardware Security Module (HSM), as required. The export token and the associated KDH signing certificate expires after 7 days. Next the KRD generates a key pair for the the purpose of encrypting the KDH key and provides the public key cerificate (also known as KRD wrapping certificate) back to KDH. The KRD will also import the root cerificate chain into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. The KDH, Amazon Web Services Payment Cryptography, will use the KRD wrapping cerificate to encrypt (wrap) the key under export and signs it with signing private key to generate a TR-34 WrappedKeyBlock. For more information on TR-34 key export, see section Exporting symmetric keys in the Amazon Web Services Payment Cryptography User Guide. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr34KeyBlock parameters. CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed the KRD wrapping key certificate. ExportToken: Obtained from KDH by calling GetParametersForImport. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) of the KRD wrapping key Amazon Web Services Payment Cryptography uses for encryption of the TR-34 export payload. This certificate must be signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. When this operation is successful, Amazon Web Services Payment Cryptography returns the KEK or IPEK as a TR-34 WrappedKeyBlock. To export initial keys (KEK) or IPEK using RSA Wrap and Unwrap Using this operation, you can export initial key using asymmetric RSA wrap and unwrap key exchange method. To initiate export, generate an asymmetric key pair on the receiving HSM and obtain the public key certificate in PEM format (base64 encoded) for the purpose of wrapping and the root certifiate chain. Import the root certificate into Amazon Web Services Payment Cryptography by calling ImportKey for RootCertificatePublicKey. Next call ExportKey and set the following parameters: CertificateAuthorityPublicKeyIdentifier: The KeyARN of the certificate chain that signed wrapping key certificate. KeyMaterial: Set to KeyCryptogram. WrappingKeyCertificate: The public key certificate in PEM format (base64 encoded) obtained by the receiving HSM and signed by the root certificate (CertificateAuthorityPublicKeyIdentifier) imported into Amazon Web Services Payment Cryptography. The receiving HSM uses its private key component to unwrap the WrappedKeyCryptogram. When this operation is successful, Amazon Web Services Payment Cryptography returns the WrappedKeyCryptogram. To export working keys or IPEK using TR-31 Using this operation, you can export working keys or IPEK using TR-31 symmetric key exchange. In TR-31, you must use an initial key such as KEK to encrypt or wrap the key under export. To establish a KEK, you can use CreateKey or ImportKey. Set the following parameters: ExportAttributes: Specify export attributes in case of IPEK export. This parameter is optional for KEK export. ExportKeyIdentifier: The KeyARN of the KEK or BDK (in case of IPEK) under export. KeyMaterial: Use Tr31KeyBlock parameters. When this operation is successful, Amazon Web Services Payment Cryptography returns the working key or IPEK as a TR-31 WrappedKeyBlock. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: GetParametersForExport ImportKey
*/
exportKey(callback?: (err: AWSError, data: PaymentCryptography.Types.ExportKeyOutput) => void): Request;
/**
@@ -204,14 +204,6 @@ declare namespace PaymentCryptography {
Alias: Alias;
}
export interface CreateKeyInput {
- /**
- * Specifies whether to enable the key. If the key is enabled, it is activated for use within the service. If the key is not enabled, then it is created but not activated. The default value is enabled.
- */
- Enabled?: Boolean;
- /**
- * Specifies whether the key is exportable from the service.
- */
- Exportable: Boolean;
/**
* The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
*/
@@ -220,6 +212,14 @@ declare namespace PaymentCryptography {
* The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity. For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
*/
KeyCheckValueAlgorithm?: KeyCheckValueAlgorithm;
+ /**
+ * Specifies whether the key is exportable from the service.
+ */
+ Exportable: Boolean;
+ /**
+ * Specifies whether to enable the key. If the key is enabled, it is activated for use within the service. If the key is not enabled, then it is created but not activated. The default value is enabled.
+ */
+ Enabled?: Boolean;
/**
* Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is created. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation. Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output. Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
*/
@@ -240,14 +240,14 @@ declare namespace PaymentCryptography {
export interface DeleteAliasOutput {
}
export interface DeleteKeyInput {
- /**
- * The waiting period for key deletion. The default value is seven days.
- */
- DeleteKeyInDays?: DeleteKeyInputDeleteKeyInDaysInteger;
/**
* The KeyARN of the key that is scheduled for deletion.
*/
KeyIdentifier: KeyArnOrKeyAliasType;
+ /**
+ * The waiting period for key deletion. The default value is seven days.
+ */
+ DeleteKeyInDays?: DeleteKeyInputDeleteKeyInDaysInteger;
}
export type DeleteKeyInputDeleteKeyInDaysInteger = number;
export interface DeleteKeyOutput {
@@ -288,23 +288,19 @@ declare namespace PaymentCryptography {
}
export interface ExportKeyInput {
/**
- * The attributes for IPEK generation during export.
+ * The key block format type, for example, TR-34 or TR-31, to use during key material export.
*/
- ExportAttributes?: ExportAttributes;
+ KeyMaterial: ExportKeyMaterial;
/**
* The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
*/
ExportKeyIdentifier: KeyArnOrKeyAliasType;
/**
- * The key block format type, for example, TR-34 or TR-31, to use during key material export.
+ * The attributes for IPEK generation during export.
*/
- KeyMaterial: ExportKeyMaterial;
+ ExportAttributes?: ExportAttributes;
}
export interface ExportKeyMaterial {
- /**
- * Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
- */
- KeyCryptogram?: ExportKeyCryptogram;
/**
* Parameter information for key material export using symmetric TR-31 key exchange method.
*/
@@ -313,6 +309,10 @@ declare namespace PaymentCryptography {
* Parameter information for key material export using the asymmetric TR-34 key exchange method.
*/
Tr34KeyBlock?: ExportTr34KeyBlock;
+ /**
+ * Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
+ */
+ KeyCryptogram?: ExportKeyCryptogram;
}
export interface ExportKeyOutput {
/**
@@ -326,12 +326,20 @@ declare namespace PaymentCryptography {
* The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.
*/
WrappingKeyIdentifier: KeyArnOrKeyAliasType;
+ /**
+ * Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
+ */
+ KeyBlockHeaders?: KeyBlockHeaders;
}
export interface ExportTr34KeyBlock {
/**
* The KeyARN of the certificate chain that signs the wrapping key certificate during TR-34 key export.
*/
CertificateAuthorityPublicKeyIdentifier: KeyArnOrKeyAliasType;
+ /**
+ * The KeyARN of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
+ */
+ WrappingKeyCertificate: CertificateType;
/**
* The export token to initiate key export from Amazon Web Services Payment Cryptography. It also contains the signing key certificate that will sign the wrapped key during TR-34 key block generation. Call GetParametersForExport to receive an export token. It expires after 7 days. You can use the same export token to export multiple keys from the same service account.
*/
@@ -345,9 +353,9 @@ declare namespace PaymentCryptography {
*/
RandomNonce?: HexLength16;
/**
- * The KeyARN of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
+ * Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
*/
- WrappingKeyCertificate: CertificateType;
+ KeyBlockHeaders?: KeyBlockHeaders;
}
export interface GetAliasInput {
/**
@@ -385,25 +393,25 @@ declare namespace PaymentCryptography {
}
export interface GetParametersForExportOutput {
/**
- * The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
+ * The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block. The certificate expires after 7 days.
*/
- ExportToken: ExportTokenId;
+ SigningKeyCertificate: CertificateType;
/**
- * The validity period of the export token.
+ * The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
*/
- ParametersValidUntilTimestamp: Timestamp;
+ SigningKeyCertificateChain: CertificateType;
/**
* The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048 is the only signing key algorithm allowed.
*/
SigningKeyAlgorithm: KeyAlgorithm;
/**
- * The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block. The certificate expires after 7 days.
+ * The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
*/
- SigningKeyCertificate: CertificateType;
+ ExportToken: ExportTokenId;
/**
- * The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
+ * The validity period of the export token.
*/
- SigningKeyCertificateChain: CertificateType;
+ ParametersValidUntilTimestamp: Timestamp;
}
export interface GetParametersForImportInput {
/**
@@ -417,25 +425,25 @@ declare namespace PaymentCryptography {
}
export interface GetParametersForImportOutput {
/**
- * The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
+ * The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
*/
- ImportToken: ImportTokenId;
+ WrappingKeyCertificate: CertificateType;
/**
- * The validity period of the import token.
+ * The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).
*/
- ParametersValidUntilTimestamp: Timestamp;
+ WrappingKeyCertificateChain: CertificateType;
/**
* The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
*/
WrappingKeyAlgorithm: KeyAlgorithm;
/**
- * The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
+ * The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
*/
- WrappingKeyCertificate: CertificateType;
+ ImportToken: ImportTokenId;
/**
- * The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).
+ * The validity period of the import token.
*/
- WrappingKeyCertificateChain: CertificateType;
+ ParametersValidUntilTimestamp: Timestamp;
}
export interface GetPublicKeyCertificateInput {
/**
@@ -456,19 +464,19 @@ declare namespace PaymentCryptography {
export type HexLength16 = string;
export type HexLength20Or24 = string;
export interface ImportKeyCryptogram {
+ KeyAttributes: KeyAttributes;
/**
* Specifies whether the key is exportable from the service.
*/
Exportable: Boolean;
- /**
- * The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
- */
- ImportToken: ImportTokenId;
- KeyAttributes: KeyAttributes;
/**
* The RSA wrapped key cryptogram under import.
*/
WrappedKeyCryptogram: WrappedKeyCryptogram;
+ /**
+ * The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
+ */
+ ImportToken: ImportTokenId;
/**
* The wrapping spec for the wrapped key cryptogram.
*/
@@ -476,31 +484,31 @@ declare namespace PaymentCryptography {
}
export interface ImportKeyInput {
/**
- * Specifies whether import key is enabled.
+ * The key or public key certificate type to use during key material import, for example TR-34 or RootCertificatePublicKey.
*/
- Enabled?: Boolean;
+ KeyMaterial: ImportKeyMaterial;
/**
* The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity. For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
*/
KeyCheckValueAlgorithm?: KeyCheckValueAlgorithm;
/**
- * The key or public key certificate type to use during key material import, for example TR-34 or RootCertificatePublicKey.
+ * Specifies whether import key is enabled.
*/
- KeyMaterial: ImportKeyMaterial;
+ Enabled?: Boolean;
/**
* Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is imported. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation. Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required, but the tag value can be an empty (null) string. You can't have more than one tag on an Amazon Web Services Payment Cryptography key with the same tag key. If you specify an existing tag key with a different tag value, Amazon Web Services Payment Cryptography replaces the current tag value with the specified one. Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output. Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
*/
Tags?: Tags;
}
export interface ImportKeyMaterial {
- /**
- * Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
- */
- KeyCryptogram?: ImportKeyCryptogram;
/**
* Parameter information for root public key certificate import.
*/
RootCertificatePublicKey?: RootCertificatePublicKey;
+ /**
+ * Parameter information for trusted public key certificate import.
+ */
+ TrustedCertificatePublicKey?: TrustedCertificatePublicKey;
/**
* Parameter information for key material import using symmetric TR-31 key exchange method.
*/
@@ -510,9 +518,9 @@ declare namespace PaymentCryptography {
*/
Tr34KeyBlock?: ImportTr34KeyBlock;
/**
- * Parameter information for trusted public key certificate import.
+ * Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
*/
- TrustedCertificatePublicKey?: TrustedCertificatePublicKey;
+ KeyCryptogram?: ImportKeyCryptogram;
}
export interface ImportKeyOutput {
/**
@@ -522,24 +530,32 @@ declare namespace PaymentCryptography {
}
export type ImportTokenId = string;
export interface ImportTr31KeyBlock {
- /**
- * The TR-31 wrapped key block to import.
- */
- WrappedKeyBlock: Tr31WrappedKeyBlock;
/**
* The KeyARN of the key that will decrypt or unwrap a TR-31 key block during import.
*/
WrappingKeyIdentifier: KeyArnOrKeyAliasType;
+ /**
+ * The TR-31 wrapped key block to import.
+ */
+ WrappedKeyBlock: Tr31WrappedKeyBlock;
}
export interface ImportTr34KeyBlock {
/**
* The KeyARN of the certificate chain that signs the signing key certificate during TR-34 key import.
*/
CertificateAuthorityPublicKeyIdentifier: KeyArnOrKeyAliasType;
+ /**
+ * The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.
+ */
+ SigningKeyCertificate: CertificateType;
/**
* The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
*/
ImportToken: ImportTokenId;
+ /**
+ * The TR-34 wrapped key block to import.
+ */
+ WrappedKeyBlock: Tr34WrappedKeyBlock;
/**
* The key block format to use during key import. The only value allowed is X9_TR34_2012.
*/
@@ -548,36 +564,8 @@ declare namespace PaymentCryptography {
* A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
*/
RandomNonce?: HexLength16;
- /**
- * The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.
- */
- SigningKeyCertificate: CertificateType;
- /**
- * The TR-34 wrapped key block to import.
- */
- WrappedKeyBlock: Tr34WrappedKeyBlock;
}
export interface Key {
- /**
- * The date and time when the key was created.
- */
- CreateTimestamp: Timestamp;
- /**
- * The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when KeyState is DELETE_PENDING and the key is scheduled for deletion.
- */
- DeletePendingTimestamp?: Timestamp;
- /**
- * The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when when the KeyState is DELETE_COMPLETE and the Amazon Web Services Payment Cryptography key is deleted.
- */
- DeleteTimestamp?: Timestamp;
- /**
- * Specifies whether the key is enabled.
- */
- Enabled: Boolean;
- /**
- * Specifies whether the key is exportable. This data is immutable after the key is created.
- */
- Exportable: Boolean;
/**
* The Amazon Resource Name (ARN) of the key.
*/
@@ -595,13 +583,25 @@ declare namespace PaymentCryptography {
*/
KeyCheckValueAlgorithm: KeyCheckValueAlgorithm;
/**
- * The source of the key material. For keys created within Amazon Web Services Payment Cryptography, the value is AWS_PAYMENT_CRYPTOGRAPHY. For keys imported into Amazon Web Services Payment Cryptography, the value is EXTERNAL.
+ * Specifies whether the key is enabled.
*/
- KeyOrigin: KeyOrigin;
+ Enabled: Boolean;
+ /**
+ * Specifies whether the key is exportable. This data is immutable after the key is created.
+ */
+ Exportable: Boolean;
/**
* The state of key that is being created or deleted.
*/
KeyState: KeyState;
+ /**
+ * The source of the key material. For keys created within Amazon Web Services Payment Cryptography, the value is AWS_PAYMENT_CRYPTOGRAPHY. For keys imported into Amazon Web Services Payment Cryptography, the value is EXTERNAL.
+ */
+ KeyOrigin: KeyOrigin;
+ /**
+ * The date and time when the key was created.
+ */
+ CreateTimestamp: Timestamp;
/**
* The date and time after which Amazon Web Services Payment Cryptography will start using the key material for cryptographic operations.
*/
@@ -610,86 +610,106 @@ declare namespace PaymentCryptography {
* The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for cryptographic operations.
*/
UsageStopTimestamp?: Timestamp;
+ /**
+ * The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when KeyState is DELETE_PENDING and the key is scheduled for deletion.
+ */
+ DeletePendingTimestamp?: Timestamp;
+ /**
+ * The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when when the KeyState is DELETE_COMPLETE and the Amazon Web Services Payment Cryptography key is deleted.
+ */
+ DeleteTimestamp?: Timestamp;
}
export type KeyAlgorithm = "TDES_2KEY"|"TDES_3KEY"|"AES_128"|"AES_192"|"AES_256"|"RSA_2048"|"RSA_3072"|"RSA_4096"|string;
export type KeyArn = string;
export type KeyArnOrKeyAliasType = string;
export interface KeyAttributes {
/**
- * The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key. For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.
+ * The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
*/
- KeyAlgorithm: KeyAlgorithm;
+ KeyUsage: KeyUsage;
/**
* The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.
*/
KeyClass: KeyClass;
+ /**
+ * The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key. For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.
+ */
+ KeyAlgorithm: KeyAlgorithm;
/**
* The list of cryptographic operations that you can perform using the key.
*/
KeyModesOfUse: KeyModesOfUse;
+ }
+ export interface KeyBlockHeaders {
+ KeyModesOfUse?: KeyModesOfUse;
/**
- * The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
+ * Specifies subsequent exportability of the key within the key block after it is received by the receiving party. It can be used to further restrict exportability of the key after export from Amazon Web Services Payment Cryptography. When set to EXPORTABLE, the key can be subsequently exported by the receiver under a KEK using TR-31 or TR-34 key block export only. When set to NON_EXPORTABLE, the key cannot be subsequently exported by the receiver. When set to SENSITIVE, the key can be exported by the receiver under a KEK using TR-31, TR-34, RSA wrap and unwrap cryptogram or using a symmetric cryptogram key export method. For further information refer to ANSI X9.143-2022.
*/
- KeyUsage: KeyUsage;
+ KeyExportability?: KeyExportability;
+ /**
+ * Parameter used to indicate the version of the key carried in the key block or indicate the value carried in the key block is a component of a key.
+ */
+ KeyVersion?: KeyVersion;
+ /**
+ * Parameter used to indicate the type of optional data in key block headers. Refer to ANSI X9.143-2022 for information on allowed data type for optional blocks. Optional block character limit is 112 characters. For each optional block, 2 characters are reserved for optional block ID and 2 characters reserved for optional block length. More than one optional blocks can be included as long as the combined length does not increase 112 characters.
+ */
+ OptionalBlocks?: OptionalBlocks;
}
export type KeyCheckValue = string;
export type KeyCheckValueAlgorithm = "CMAC"|"ANSI_X9_24"|string;
export type KeyClass = "SYMMETRIC_KEY"|"ASYMMETRIC_KEY_PAIR"|"PRIVATE_KEY"|"PUBLIC_KEY"|string;
+ export type KeyExportability = "EXPORTABLE"|"NON_EXPORTABLE"|"SENSITIVE"|string;
export type KeyMaterial = string;
export type KeyMaterialType = "TR34_KEY_BLOCK"|"TR31_KEY_BLOCK"|"ROOT_PUBLIC_KEY_CERTIFICATE"|"TRUSTED_PUBLIC_KEY_CERTIFICATE"|"KEY_CRYPTOGRAM"|string;
export interface KeyModesOfUse {
+ /**
+ * Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
+ */
+ Encrypt?: PrimitiveBoolean;
/**
* Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
*/
Decrypt?: PrimitiveBoolean;
/**
- * Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
+ * Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
*/
- DeriveKey?: PrimitiveBoolean;
+ Wrap?: PrimitiveBoolean;
/**
- * Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
+ * Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
*/
- Encrypt?: PrimitiveBoolean;
+ Unwrap?: PrimitiveBoolean;
/**
* Specifies whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other card and PIN verification keys.
*/
Generate?: PrimitiveBoolean;
- /**
- * Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.
- */
- NoRestrictions?: PrimitiveBoolean;
/**
* Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
*/
Sign?: PrimitiveBoolean;
- /**
- * Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
- */
- Unwrap?: PrimitiveBoolean;
/**
* Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
*/
Verify?: PrimitiveBoolean;
/**
- * Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
+ * Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
*/
- Wrap?: PrimitiveBoolean;
+ DeriveKey?: PrimitiveBoolean;
+ /**
+ * Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.
+ */
+ NoRestrictions?: PrimitiveBoolean;
}
export type KeyOrigin = "EXTERNAL"|"AWS_PAYMENT_CRYPTOGRAPHY"|string;
export type KeyState = "CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"DELETE_PENDING"|"DELETE_COMPLETE"|string;
export interface KeySummary {
- /**
- * Specifies whether the key is enabled.
- */
- Enabled: Boolean;
- /**
- * Specifies whether the key is exportable. This data is immutable after the key is created.
- */
- Exportable: Boolean;
/**
* The Amazon Resource Name (ARN) of the key.
*/
KeyArn: KeyArn;
+ /**
+ * The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
+ */
+ KeyState: KeyState;
/**
* The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
*/
@@ -699,21 +719,26 @@ declare namespace PaymentCryptography {
*/
KeyCheckValue: KeyCheckValue;
/**
- * The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
+ * Specifies whether the key is exportable. This data is immutable after the key is created.
*/
- KeyState: KeyState;
+ Exportable: Boolean;
+ /**
+ * Specifies whether the key is enabled.
+ */
+ Enabled: Boolean;
}
export type KeySummaryList = KeySummary[];
export type KeyUsage = "TR31_B0_BASE_DERIVATION_KEY"|"TR31_C0_CARD_VERIFICATION_KEY"|"TR31_D0_SYMMETRIC_DATA_ENCRYPTION_KEY"|"TR31_D1_ASYMMETRIC_KEY_FOR_DATA_ENCRYPTION"|"TR31_E0_EMV_MKEY_APP_CRYPTOGRAMS"|"TR31_E1_EMV_MKEY_CONFIDENTIALITY"|"TR31_E2_EMV_MKEY_INTEGRITY"|"TR31_E4_EMV_MKEY_DYNAMIC_NUMBERS"|"TR31_E5_EMV_MKEY_CARD_PERSONALIZATION"|"TR31_E6_EMV_MKEY_OTHER"|"TR31_K0_KEY_ENCRYPTION_KEY"|"TR31_K1_KEY_BLOCK_PROTECTION_KEY"|"TR31_K3_ASYMMETRIC_KEY_FOR_KEY_AGREEMENT"|"TR31_M3_ISO_9797_3_MAC_KEY"|"TR31_M1_ISO_9797_1_MAC_KEY"|"TR31_M6_ISO_9797_5_CMAC_KEY"|"TR31_M7_HMAC_KEY"|"TR31_P0_PIN_ENCRYPTION_KEY"|"TR31_P1_PIN_GENERATION_KEY"|"TR31_S0_ASYMMETRIC_KEY_FOR_DIGITAL_SIGNATURE"|"TR31_V1_IBM3624_PIN_VERIFICATION_KEY"|"TR31_V2_VISA_PIN_VERIFICATION_KEY"|"TR31_K2_TR34_ASYMMETRIC_KEY"|string;
+ export type KeyVersion = string;
export interface ListAliasesInput {
- /**
- * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
- */
- MaxResults?: MaxResults;
/**
* Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the truncated response you just received.
*/
NextToken?: NextToken;
+ /**
+ * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
+ */
+ MaxResults?: MaxResults;
}
export interface ListAliasesOutput {
/**
@@ -730,14 +755,14 @@ declare namespace PaymentCryptography {
* The key state of the keys you want to list.
*/
KeyState?: KeyState;
- /**
- * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
- */
- MaxResults?: MaxResults;
/**
* Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the truncated response you just received.
*/
NextToken?: NextToken;
+ /**
+ * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
+ */
+ MaxResults?: MaxResults;
}
export interface ListKeysOutput {
/**
@@ -751,30 +776,33 @@ declare namespace PaymentCryptography {
}
export interface ListTagsForResourceInput {
/**
- * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
+ * The KeyARN of the key whose tags you are getting.
*/
- MaxResults?: MaxResults;
+ ResourceArn: ResourceArn;
/**
* Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the truncated response you just received.
*/
NextToken?: NextToken;
/**
- * The KeyARN of the key whose tags you are getting.
+ * Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer. This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
*/
- ResourceArn: ResourceArn;
+ MaxResults?: MaxResults;
}
export interface ListTagsForResourceOutput {
- /**
- * The token for the next set of results, or an empty or null value if there are no more results.
- */
- NextToken?: NextToken;
/**
* The list of tags associated with a ResourceArn. Each tag will list the key-value pair contained within that tag.
*/
Tags: Tags;
+ /**
+ * The token for the next set of results, or an empty or null value if there are no more results.
+ */
+ NextToken?: NextToken;
}
export type MaxResults = number;
export type NextToken = string;
+ export type OptionalBlockId = string;
+ export type OptionalBlockValue = string;
+ export type OptionalBlocks = {[key: string]: OptionalBlockValue};
export type PrimitiveBoolean = boolean;
export type ResourceArn = string;
export interface RestoreKeyInput {
@@ -854,10 +882,6 @@ declare namespace PaymentCryptography {
export type Tr34KeyBlockFormat = "X9_TR34_2012"|string;
export type Tr34WrappedKeyBlock = string;
export interface TrustedCertificatePublicKey {
- /**
- * The KeyARN of the root public key certificate or certificate chain that signs the trusted public key certificate import.
- */
- CertificateAuthorityPublicKeyIdentifier: KeyArnOrKeyAliasType;
/**
* The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
*/
@@ -866,6 +890,10 @@ declare namespace PaymentCryptography {
* Parameter information for trusted public key certificate import.
*/
PublicKeyCertificate: CertificateType;
+ /**
+ * The KeyARN of the root public key certificate or certificate chain that signs the trusted public key certificate import.
+ */
+ CertificateAuthorityPublicKeyIdentifier: KeyArnOrKeyAliasType;
}
export interface UntagResourceInput {
/**
@@ -897,25 +925,25 @@ declare namespace PaymentCryptography {
}
export interface WrappedKey {
/**
- * The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
+ * The KeyARN of the wrapped key.
*/
- KeyCheckValue?: KeyCheckValue;
+ WrappingKeyArn: KeyArn;
/**
- * The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity. For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
+ * The key block format of a wrapped key.
*/
- KeyCheckValueAlgorithm?: KeyCheckValueAlgorithm;
+ WrappedKeyMaterialFormat: WrappedKeyMaterialFormat;
/**
* Parameter information for generating a wrapped key using TR-31 or TR-34 skey exchange method.
*/
KeyMaterial: KeyMaterial;
/**
- * The key block format of a wrapped key.
+ * The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
*/
- WrappedKeyMaterialFormat: WrappedKeyMaterialFormat;
+ KeyCheckValue?: KeyCheckValue;
/**
- * The KeyARN of the wrapped key.
+ * The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity. For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
*/
- WrappingKeyArn: KeyArn;
+ KeyCheckValueAlgorithm?: KeyCheckValueAlgorithm;
}
export type WrappedKeyCryptogram = string;
export type WrappedKeyMaterialFormat = "KEY_CRYPTOGRAM"|"TR31_KEY_BLOCK"|"TR34_KEY_BLOCK"|string;
diff --git a/clients/paymentcryptography.js b/clients/paymentcryptography.js
index d6e571432d..5a1140dac3 100644
--- a/clients/paymentcryptography.js
+++ b/clients/paymentcryptography.js
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['paymentcryptography'], '2021-09-14', {
get: function get() {
var model = require('../apis/payment-cryptography-2021-09-14.min.json');
model.paginators = require('../apis/payment-cryptography-2021-09-14.paginators.json').pagination;
+ model.waiters = require('../apis/payment-cryptography-2021-09-14.waiters2.json').waiters;
return model;
},
enumerable: true,
diff --git a/clients/redshiftserverless.d.ts b/clients/redshiftserverless.d.ts
index 36fc21fb3f..e5d1ba2d98 100644
--- a/clients/redshiftserverless.d.ts
+++ b/clients/redshiftserverless.d.ts
@@ -644,7 +644,7 @@ declare namespace RedshiftServerless {
*/
roleArn: IamRoleArn;
/**
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
*/
schedule: Schedule;
/**
@@ -1776,11 +1776,11 @@ declare namespace RedshiftServerless {
}
export interface Schedule {
/**
- * The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)".
+ * The timestamp of when Amazon Redshift Serverless should run the scheduled action. Timestamp is in UTC. Format of at expression is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00.
*/
at?: Timestamp;
/**
- * The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
+ * The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of cron expressions is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
*/
cron?: String;
}
@@ -1803,7 +1803,7 @@ declare namespace RedshiftServerless {
*/
roleArn?: IamRoleArn;
/**
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
*/
schedule?: Schedule;
/**
@@ -2171,7 +2171,7 @@ declare namespace RedshiftServerless {
*/
roleArn?: IamRoleArn;
/**
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
*/
schedule?: Schedule;
/**
diff --git a/clients/route53profiles.d.ts b/clients/route53profiles.d.ts
new file mode 100644
index 0000000000..80545a5aa2
--- /dev/null
+++ b/clients/route53profiles.d.ts
@@ -0,0 +1,614 @@
+import {Request} from '../lib/request';
+import {Response} from '../lib/response';
+import {AWSError} from '../lib/error';
+import {Service} from '../lib/service';
+import {ServiceConfigurationOptions} from '../lib/service';
+import {ConfigBase as Config} from '../lib/config-base';
+interface Blob {}
+declare class Route53Profiles extends Service {
+ /**
+ * Constructs a service object. This object has one method for each API operation.
+ */
+ constructor(options?: Route53Profiles.Types.ClientConfiguration)
+ config: Config & Route53Profiles.Types.ClientConfiguration;
+ /**
+ * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
+ */
+ associateProfile(params: Route53Profiles.Types.AssociateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.AssociateProfileResponse) => void): Request;
+ /**
+ * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
+ */
+ associateProfile(callback?: (err: AWSError, data: Route53Profiles.Types.AssociateProfileResponse) => void): Request;
+ /**
+ * Associates a DNS reource configuration to a Route 53 Profile.
+ */
+ associateResourceToProfile(params: Route53Profiles.Types.AssociateResourceToProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.AssociateResourceToProfileResponse) => void): Request;
+ /**
+ * Associates a DNS reource configuration to a Route 53 Profile.
+ */
+ associateResourceToProfile(callback?: (err: AWSError, data: Route53Profiles.Types.AssociateResourceToProfileResponse) => void): Request;
+ /**
+ * Creates an empty Route 53 Profile.
+ */
+ createProfile(params: Route53Profiles.Types.CreateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.CreateProfileResponse) => void): Request;
+ /**
+ * Creates an empty Route 53 Profile.
+ */
+ createProfile(callback?: (err: AWSError, data: Route53Profiles.Types.CreateProfileResponse) => void): Request;
+ /**
+ * Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
+ */
+ deleteProfile(params: Route53Profiles.Types.DeleteProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DeleteProfileResponse) => void): Request;
+ /**
+ * Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
+ */
+ deleteProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DeleteProfileResponse) => void): Request;
+ /**
+ * Dissociates a specified Route 53 Profile from the specified VPC.
+ */
+ disassociateProfile(params: Route53Profiles.Types.DisassociateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateProfileResponse) => void): Request;
+ /**
+ * Dissociates a specified Route 53 Profile from the specified VPC.
+ */
+ disassociateProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateProfileResponse) => void): Request;
+ /**
+ * Dissoaciated a specified resource, from the Route 53 Profile.
+ */
+ disassociateResourceFromProfile(params: Route53Profiles.Types.DisassociateResourceFromProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateResourceFromProfileResponse) => void): Request;
+ /**
+ * Dissoaciated a specified resource, from the Route 53 Profile.
+ */
+ disassociateResourceFromProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateResourceFromProfileResponse) => void): Request;
+ /**
+ * Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
+ */
+ getProfile(params: Route53Profiles.Types.GetProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResponse) => void): Request;
+ /**
+ * Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
+ */
+ getProfile(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResponse) => void): Request;
+ /**
+ * Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
+ */
+ getProfileAssociation(params: Route53Profiles.Types.GetProfileAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileAssociationResponse) => void): Request;
+ /**
+ * Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
+ */
+ getProfileAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileAssociationResponse) => void): Request;
+ /**
+ * Returns information about a specified Route 53 Profile resource association.
+ */
+ getProfileResourceAssociation(params: Route53Profiles.Types.GetProfileResourceAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResourceAssociationResponse) => void): Request;
+ /**
+ * Returns information about a specified Route 53 Profile resource association.
+ */
+ getProfileResourceAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResourceAssociationResponse) => void): Request;
+ /**
+ * Lists all the VPCs that the specified Route 53 Profile is associated with.
+ */
+ listProfileAssociations(params: Route53Profiles.Types.ListProfileAssociationsRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileAssociationsResponse) => void): Request;
+ /**
+ * Lists all the VPCs that the specified Route 53 Profile is associated with.
+ */
+ listProfileAssociations(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileAssociationsResponse) => void): Request;
+ /**
+ * Lists all the resource associations for the specified Route 53 Profile.
+ */
+ listProfileResourceAssociations(params: Route53Profiles.Types.ListProfileResourceAssociationsRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileResourceAssociationsResponse) => void): Request;
+ /**
+ * Lists all the resource associations for the specified Route 53 Profile.
+ */
+ listProfileResourceAssociations(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileResourceAssociationsResponse) => void): Request;
+ /**
+ * Lists all the Route 53 Profiles associated with your Amazon Web Services account.
+ */
+ listProfiles(params: Route53Profiles.Types.ListProfilesRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfilesResponse) => void): Request;
+ /**
+ * Lists all the Route 53 Profiles associated with your Amazon Web Services account.
+ */
+ listProfiles(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfilesResponse) => void): Request;
+ /**
+ * Lists the tags that you associated with the specified resource.
+ */
+ listTagsForResource(params: Route53Profiles.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListTagsForResourceResponse) => void): Request;
+ /**
+ * Lists the tags that you associated with the specified resource.
+ */
+ listTagsForResource(callback?: (err: AWSError, data: Route53Profiles.Types.ListTagsForResourceResponse) => void): Request;
+ /**
+ * Adds one or more tags to a specified resource.
+ */
+ tagResource(params: Route53Profiles.Types.TagResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.TagResourceResponse) => void): Request;
+ /**
+ * Adds one or more tags to a specified resource.
+ */
+ tagResource(callback?: (err: AWSError, data: Route53Profiles.Types.TagResourceResponse) => void): Request;
+ /**
+ * Removes one or more tags from a specified resource.
+ */
+ untagResource(params: Route53Profiles.Types.UntagResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.UntagResourceResponse) => void): Request;
+ /**
+ * Removes one or more tags from a specified resource.
+ */
+ untagResource(callback?: (err: AWSError, data: Route53Profiles.Types.UntagResourceResponse) => void): Request;
+ /**
+ * Updates the specified Route 53 Profile resourse association.
+ */
+ updateProfileResourceAssociation(params: Route53Profiles.Types.UpdateProfileResourceAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.UpdateProfileResourceAssociationResponse) => void): Request;
+ /**
+ * Updates the specified Route 53 Profile resourse association.
+ */
+ updateProfileResourceAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.UpdateProfileResourceAssociationResponse) => void): Request;
+}
+declare namespace Route53Profiles {
+ export type AccountId = string;
+ export type Arn = string;
+ export interface AssociateProfileRequest {
+ /**
+ * A name for the association.
+ */
+ Name: Name;
+ /**
+ * ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ /**
+ * The ID of the VPC.
+ */
+ ResourceId: ResourceId;
+ /**
+ * A list of the tag keys and values that you want to identify the Profile association.
+ */
+ Tags?: TagList;
+ }
+ export interface AssociateProfileResponse {
+ /**
+ * The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
+ */
+ ProfileAssociation?: ProfileAssociation;
+ }
+ export interface AssociateResourceToProfileRequest {
+ /**
+ * Name for the resource association.
+ */
+ Name: Name;
+ /**
+ * ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ /**
+ * Amazon resource number, ARN, of the DNS resource.
+ */
+ ResourceArn: Arn;
+ /**
+ * If you are adding a DNS Firewall rule group, include also a priority in this format: Key=FirewallRuleGroupPriority,Value=100
+ */
+ ResourceProperties?: ResourceProperties;
+ }
+ export interface AssociateResourceToProfileResponse {
+ /**
+ * Infromation about the AssociateResourceToProfile, including a status message.
+ */
+ ProfileResourceAssociation?: ProfileResourceAssociation;
+ }
+ export interface CreateProfileRequest {
+ /**
+ * ClientToken is an idempotency token that ensures a call to CreateProfile completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile. In this case, safely retry your call to CreateProfile by using the same CreateProfile parameter value.
+ */
+ ClientToken: CreatorRequestId;
+ /**
+ * A name for the Profile.
+ */
+ Name: Name;
+ /**
+ * A list of the tag keys and values that you want to associate with the Route 53 Profile.
+ */
+ Tags?: TagList;
+ }
+ export interface CreateProfileResponse {
+ /**
+ * The Profile that you just created.
+ */
+ Profile?: Profile;
+ }
+ export type CreatorRequestId = string;
+ export interface DeleteProfileRequest {
+ /**
+ * The ID of the Profile that you want to delete.
+ */
+ ProfileId: ResourceId;
+ }
+ export interface DeleteProfileResponse {
+ /**
+ * Information about the DeleteProfile request, including the status of the request.
+ */
+ Profile?: Profile;
+ }
+ export interface DisassociateProfileRequest {
+ /**
+ * ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ /**
+ * The ID of the VPC.
+ */
+ ResourceId: ResourceId;
+ }
+ export interface DisassociateProfileResponse {
+ /**
+ * Information about the DisassociateProfile request.
+ */
+ ProfileAssociation?: ProfileAssociation;
+ }
+ export interface DisassociateResourceFromProfileRequest {
+ /**
+ * The ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ /**
+ * The Amazon Resource Name (ARN) of the resource.
+ */
+ ResourceArn: Arn;
+ }
+ export interface DisassociateResourceFromProfileResponse {
+ /**
+ * Information about the DisassociateResourceFromProfile request, including the status of the request.
+ */
+ ProfileResourceAssociation?: ProfileResourceAssociation;
+ }
+ export interface GetProfileAssociationRequest {
+ /**
+ * The identifier of the association you want to get information about.
+ */
+ ProfileAssociationId: ResourceId;
+ }
+ export interface GetProfileAssociationResponse {
+ /**
+ * Information about the Profile association that you specified in a GetProfileAssociation request.
+ */
+ ProfileAssociation?: ProfileAssociation;
+ }
+ export interface GetProfileRequest {
+ /**
+ * ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ }
+ export interface GetProfileResourceAssociationRequest {
+ /**
+ * The ID of the profile resource association that you want to get information about.
+ */
+ ProfileResourceAssociationId: ResourceId;
+ }
+ export interface GetProfileResourceAssociationResponse {
+ /**
+ * Information about the Profile resource association that you specified in a GetProfileResourceAssociation request.
+ */
+ ProfileResourceAssociation?: ProfileResourceAssociation;
+ }
+ export interface GetProfileResponse {
+ /**
+ * Information about the Profile, including the status of the Profile.
+ */
+ Profile?: Profile;
+ }
+ export interface ListProfileAssociationsRequest {
+ /**
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
+ */
+ MaxResults?: MaxResults;
+ /**
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
+ */
+ NextToken?: NextToken;
+ /**
+ * ID of the Profile.
+ */
+ ProfileId?: ResourceId;
+ /**
+ * ID of the VPC.
+ */
+ ResourceId?: ResourceId;
+ }
+ export interface ListProfileAssociationsResponse {
+ /**
+ * If more than MaxResults profile associations match the specified criteria, you can submit another ListProfileAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
+ */
+ NextToken?: NextToken;
+ /**
+ * A complex type that containts settings information about the profile's VPC associations.
+ */
+ ProfileAssociations?: ProfileAssociations;
+ }
+ export interface ListProfileResourceAssociationsRequest {
+ /**
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
+ */
+ MaxResults?: MaxResults;
+ /**
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
+ */
+ NextToken?: NextToken;
+ /**
+ * The ID of the Profile.
+ */
+ ProfileId: ResourceId;
+ /**
+ * ID of a resource if you want information on only one type.
+ */
+ ResourceType?: String;
+ }
+ export interface ListProfileResourceAssociationsResponse {
+ /**
+ * If more than MaxResults resource associations match the specified criteria, you can submit another ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
+ */
+ NextToken?: NextToken;
+ /**
+ * Information about the profile resource association that you specified in a GetProfileResourceAssociation request.
+ */
+ ProfileResourceAssociations?: ProfileResourceAssociations;
+ }
+ export interface ListProfilesRequest {
+ /**
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
+ */
+ MaxResults?: MaxResults;
+ /**
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
+ */
+ NextToken?: NextToken;
+ }
+ export interface ListProfilesResponse {
+ /**
+ * If more than MaxResults resource associations match the specified criteria, you can submit another ListProfiles request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
+ */
+ NextToken?: NextToken;
+ /**
+ * Summary information about the Profiles.
+ */
+ ProfileSummaries?: ProfileSummaryList;
+ }
+ export interface ListTagsForResourceRequest {
+ /**
+ * The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
+ */
+ ResourceArn: Arn;
+ }
+ export interface ListTagsForResourceResponse {
+ /**
+ * The tags that are associated with the resource that you specified in the ListTagsForResource request.
+ */
+ Tags: TagMap;
+ }
+ export type MaxResults = number;
+ export type Name = string;
+ export type NextToken = string;
+ export interface Profile {
+ /**
+ * The Amazon Resource Name (ARN) of the Profile.
+ */
+ Arn?: Arn;
+ /**
+ * The ClientToken value that was assigned when the Profile was created.
+ */
+ ClientToken?: CreatorRequestId;
+ /**
+ * The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ CreationTime?: Rfc3339Timestamp;
+ /**
+ * ID of the Profile.
+ */
+ Id?: ResourceId;
+ /**
+ * The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ ModificationTime?: Rfc3339Timestamp;
+ /**
+ * Name of the Profile.
+ */
+ Name?: Name;
+ /**
+ * Amazon Web Services account ID of the Profile owner.
+ */
+ OwnerId?: AccountId;
+ /**
+ * Sharing status for the Profile.
+ */
+ ShareStatus?: ShareStatus;
+ /**
+ * The status for the Profile.
+ */
+ Status?: ProfileStatus;
+ /**
+ * Status message that includes additiona information about the Profile.
+ */
+ StatusMessage?: String;
+ }
+ export interface ProfileAssociation {
+ /**
+ * The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ CreationTime?: Rfc3339Timestamp;
+ /**
+ * ID of the Profile association.
+ */
+ Id?: ResourceId;
+ /**
+ * The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ ModificationTime?: Rfc3339Timestamp;
+ /**
+ * Name of the Profile association.
+ */
+ Name?: Name;
+ /**
+ * Amazon Web Services account ID of the Profile association owner.
+ */
+ OwnerId?: AccountId;
+ /**
+ * ID of the Profile.
+ */
+ ProfileId?: ResourceId;
+ /**
+ * The Amazon Resource Name (ARN) of the VPC.
+ */
+ ResourceId?: ResourceId;
+ /**
+ * Status of the Profile association.
+ */
+ Status?: ProfileStatus;
+ /**
+ * Additional information about the Profile association.
+ */
+ StatusMessage?: String;
+ }
+ export type ProfileAssociations = ProfileAssociation[];
+ export interface ProfileResourceAssociation {
+ /**
+ * The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ CreationTime?: Rfc3339Timestamp;
+ /**
+ * ID of the Profile resource association.
+ */
+ Id?: ResourceId;
+ /**
+ * The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
+ */
+ ModificationTime?: Rfc3339Timestamp;
+ /**
+ * Name of the Profile resource association.
+ */
+ Name?: Name;
+ /**
+ * Amazon Web Services account ID of the Profile resource association owner.
+ */
+ OwnerId?: AccountId;
+ /**
+ * Profile ID of the Profile that the resources are associated with.
+ */
+ ProfileId?: ResourceId;
+ /**
+ * The Amazon Resource Name (ARN) of the resource association.
+ */
+ ResourceArn?: Arn;
+ /**
+ * If the DNS resource is a DNS Firewall rule group, this indicates the priority.
+ */
+ ResourceProperties?: ResourceProperties;
+ /**
+ * Resource type, such as a private hosted zone, or DNS Firewall rule group.
+ */
+ ResourceType?: String;
+ /**
+ * Status of the Profile resource association.
+ */
+ Status?: ProfileStatus;
+ /**
+ * Additional information about the Profile resource association.
+ */
+ StatusMessage?: String;
+ }
+ export type ProfileResourceAssociations = ProfileResourceAssociation[];
+ export type ProfileStatus = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED"|string;
+ export interface ProfileSummary {
+ /**
+ * The Amazon Resource Name (ARN) of the Profile.
+ */
+ Arn?: Arn;
+ /**
+ * ID of the Profile.
+ */
+ Id?: ResourceId;
+ /**
+ * Name of the Profile.
+ */
+ Name?: Name;
+ /**
+ * Share status of the Profile.
+ */
+ ShareStatus?: ShareStatus;
+ }
+ export type ProfileSummaryList = ProfileSummary[];
+ export type ResourceId = string;
+ export type ResourceProperties = string;
+ export type Rfc3339Timestamp = Date;
+ export type ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME"|string;
+ export type String = string;
+ export interface Tag {
+ /**
+ * Key associated with the Tag.
+ */
+ Key: TagKey;
+ /**
+ * Value for the Tag.
+ */
+ Value: TagValue;
+ }
+ export type TagKey = string;
+ export type TagKeyList = TagKey[];
+ export type TagList = Tag[];
+ export type TagMap = {[key: string]: TagValue};
+ export interface TagResourceRequest {
+ /**
+ * The Amazon Resource Name (ARN) for the resource that you want to add tags to.
+ */
+ ResourceArn: Arn;
+ /**
+ * The tags that you want to add to the specified resource.
+ */
+ Tags: TagMap;
+ }
+ export interface TagResourceResponse {
+ }
+ export type TagValue = string;
+ export interface UntagResourceRequest {
+ /**
+ * The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
+ */
+ ResourceArn: Arn;
+ /**
+ * The tags that you want to remove to the specified resource.
+ */
+ TagKeys: TagKeyList;
+ }
+ export interface UntagResourceResponse {
+ }
+ export interface UpdateProfileResourceAssociationRequest {
+ /**
+ * Name of the resource association.
+ */
+ Name?: Name;
+ /**
+ * ID of the resource association.
+ */
+ ProfileResourceAssociationId: ResourceId;
+ /**
+ * If you are adding a DNS Firewall rule group, include also a priority in this format: Key=FirewallRuleGroupPriority,Value=100.
+ */
+ ResourceProperties?: ResourceProperties;
+ }
+ export interface UpdateProfileResourceAssociationResponse {
+ /**
+ * Information about the UpdateProfileResourceAssociation request, including a status message.
+ */
+ ProfileResourceAssociation?: ProfileResourceAssociation;
+ }
+ /**
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
+ */
+ export type apiVersion = "2018-05-10"|"latest"|string;
+ export interface ClientApiVersions {
+ /**
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
+ */
+ apiVersion?: apiVersion;
+ }
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
+ /**
+ * Contains interfaces for use with the Route53Profiles client.
+ */
+ export import Types = Route53Profiles;
+}
+export = Route53Profiles;
diff --git a/clients/route53profiles.js b/clients/route53profiles.js
new file mode 100644
index 0000000000..e2df293560
--- /dev/null
+++ b/clients/route53profiles.js
@@ -0,0 +1,18 @@
+require('../lib/node_loader');
+var AWS = require('../lib/core');
+var Service = AWS.Service;
+var apiLoader = AWS.apiLoader;
+
+apiLoader.services['route53profiles'] = {};
+AWS.Route53Profiles = Service.defineService('route53profiles', ['2018-05-10']);
+Object.defineProperty(apiLoader.services['route53profiles'], '2018-05-10', {
+ get: function get() {
+ var model = require('../apis/route53profiles-2018-05-10.min.json');
+ model.paginators = require('../apis/route53profiles-2018-05-10.paginators.json').pagination;
+ return model;
+ },
+ enumerable: true,
+ configurable: true
+});
+
+module.exports = AWS.Route53Profiles;
diff --git a/clients/sagemaker.d.ts b/clients/sagemaker.d.ts
index a7cfd2cc6c..aaddb155e2 100644
--- a/clients/sagemaker.d.ts
+++ b/clients/sagemaker.d.ts
@@ -6967,11 +6967,11 @@ declare namespace SageMaker {
export type DebugRuleEvaluationStatuses = DebugRuleEvaluationStatus[];
export interface DefaultEbsStorageSettings {
/**
- * The default size of the EBS storage volume for a private space.
+ * The default size of the EBS storage volume for a space.
*/
DefaultEbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb;
/**
- * The maximum size of the EBS storage volume for a private space.
+ * The maximum size of the EBS storage volume for a space.
*/
MaximumEbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb;
}
@@ -6987,10 +6987,17 @@ declare namespace SageMaker {
SecurityGroups?: SecurityGroupIds;
JupyterServerAppSettings?: JupyterServerAppSettings;
KernelGatewayAppSettings?: KernelGatewayAppSettings;
+ JupyterLabAppSettings?: JupyterLabAppSettings;
+ SpaceStorageSettings?: DefaultSpaceStorageSettings;
+ CustomPosixUserConfig?: CustomPosixUserConfig;
+ /**
+ * The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
+ */
+ CustomFileSystemConfigs?: CustomFileSystemConfigs;
}
export interface DefaultSpaceStorageSettings {
/**
- * The default EBS storage settings for a private space.
+ * The default EBS storage settings for a space.
*/
DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
}
@@ -11359,7 +11366,7 @@ declare namespace SageMaker {
}
export interface EbsStorageSettings {
/**
- * The size of an EBS storage volume for a private space.
+ * The size of an EBS storage volume for a space.
*/
EbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb;
}
@@ -19284,13 +19291,13 @@ declare namespace SageMaker {
export type OutputParameterList = OutputParameter[];
export interface OwnershipSettings {
/**
- * The user profile who is the owner of the private space.
+ * The user profile who is the owner of the space.
*/
OwnerUserProfileName: UserProfileName;
}
export interface OwnershipSettingsSummary {
/**
- * The user profile who is the owner of the private space.
+ * The user profile who is the owner of the space.
*/
OwnerUserProfileName?: UserProfileName;
}
@@ -21612,7 +21619,7 @@ declare namespace SageMaker {
*/
AppType?: AppType;
/**
- * The storage settings for a private space.
+ * The storage settings for a space.
*/
SpaceStorageSettings?: SpaceStorageSettings;
/**
@@ -21626,7 +21633,7 @@ declare namespace SageMaker {
*/
AppType?: AppType;
/**
- * The storage settings for a private space.
+ * The storage settings for a space.
*/
SpaceStorageSettings?: SpaceStorageSettings;
}
@@ -21646,7 +21653,7 @@ declare namespace SageMaker {
export type SpaceStatus = "Deleting"|"Failed"|"InService"|"Pending"|"Updating"|"Update_Failed"|"Delete_Failed"|string;
export interface SpaceStorageSettings {
/**
- * A collection of EBS storage settings for a private space.
+ * A collection of EBS storage settings for a space.
*/
EbsStorageSettings?: EbsStorageSettings;
}
@@ -24197,7 +24204,7 @@ declare namespace SageMaker {
*/
JupyterLabAppSettings?: JupyterLabAppSettings;
/**
- * The storage settings for a private space.
+ * The storage settings for a space.
*/
SpaceStorageSettings?: DefaultSpaceStorageSettings;
/**
diff --git a/clients/servicediscovery.d.ts b/clients/servicediscovery.d.ts
index ea55c5c692..9d811ffa39 100644
--- a/clients/servicediscovery.d.ts
+++ b/clients/servicediscovery.d.ts
@@ -148,11 +148,11 @@ declare class ServiceDiscovery extends Service {
*/
listOperations(callback?: (err: AWSError, data: ServiceDiscovery.Types.ListOperationsResponse) => void): Request;
/**
- * Lists summary information for all the services that are associated with one or more specified namespaces.
+ * Lists summary information for all the services that are associated with one or more namespaces.
*/
listServices(params: ServiceDiscovery.Types.ListServicesRequest, callback?: (err: AWSError, data: ServiceDiscovery.Types.ListServicesResponse) => void): Request;
/**
- * Lists summary information for all the services that are associated with one or more specified namespaces.
+ * Lists summary information for all the services that are associated with one or more namespaces.
*/
listServices(callback?: (err: AWSError, data: ServiceDiscovery.Types.ListServicesResponse) => void): Request;
/**
@@ -402,7 +402,7 @@ declare namespace ServiceDiscovery {
}
export interface DiscoverInstancesRequest {
/**
- * The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.
+ * The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace. In most cases, Name and HttpName match. However, if you reuse Name for namespace creation, a generated hash is added to HttpName to distinguish the two.
*/
NamespaceName: NamespaceName;
/**
@@ -1029,7 +1029,7 @@ declare namespace ServiceDiscovery {
*/
CreatorRequestId?: ResourceId;
/**
- * A string map that contains the following information for the service that you specify in ServiceId: The attributes that apply to the records that are defined in the service. For each attribute, the applicable value. Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries. Supported attribute keys include the following: AWS_ALIAS_DNS_NAME If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see "DNSName" in the topic AliasTarget in the Route 53 API Reference. Note the following: The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both. In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED. If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record. Cloud Map currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers. If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes. AWS_EC2_INSTANCE_ID HTTP namespaces only. The Amazon EC2 instance ID for the instance. If the AWS_EC2_INSTANCE_ID attribute is specified, then the only other attribute that can be specified is AWS_INIT_HEALTH_STATUS. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute will be filled out with the primary private IPv4 address. AWS_INIT_HEALTH_STATUS If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY. AWS_INSTANCE_CNAME If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com). This value is required if the service specified by ServiceId includes settings for an CNAME record. AWS_INSTANCE_IPV4 If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44). This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_IPV6 If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345). This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_PORT If the service includes an SRV record, the value that you want Route 53 to return for the port. If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to. This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service. Custom attributes You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.
+ * A string map that contains the following information for the service that you specify in ServiceId: The attributes that apply to the records that are defined in the service. For each attribute, the applicable value. Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries. The following are the supported attribute keys. AWS_ALIAS_DNS_NAME If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see "DNSName" in the topic AliasTarget in the Route 53 API Reference. Note the following: The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both. In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED. If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record. Cloud Map currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers. If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes. The AWS_ALIAS_DNS_NAME is not supported in the GovCloud (US) Regions. AWS_EC2_INSTANCE_ID HTTP namespaces only. The Amazon EC2 instance ID for the instance. If the AWS_EC2_INSTANCE_ID attribute is specified, then the only other attribute that can be specified is AWS_INIT_HEALTH_STATUS. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute will be filled out with the primary private IPv4 address. AWS_INIT_HEALTH_STATUS If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY. AWS_INSTANCE_CNAME If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com). This value is required if the service specified by ServiceId includes settings for an CNAME record. AWS_INSTANCE_IPV4 If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44). This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_IPV6 If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345). This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_PORT If the service includes an SRV record, the value that you want Route 53 to return for the port. If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to. This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service. Custom attributes You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.
*/
Attributes: Attributes;
}
diff --git a/clients/transfer.d.ts b/clients/transfer.d.ts
index 5d6d1e2260..327c5cf8b8 100644
--- a/clients/transfer.d.ts
+++ b/clients/transfer.d.ts
@@ -365,11 +365,19 @@ declare class Transfer extends Service {
*/
sendWorkflowStepState(callback?: (err: AWSError, data: Transfer.Types.SendWorkflowStepStateResponse) => void): Request;
/**
- * Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server. For an AS2 connector, you specify the ConnectorId and one or more SendFilePaths to identify the files you want to transfer. For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId. Depending on the direction of the transfer, you also specify the following items: If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetreiveFilePaths to identify the files you want to transfer, and a LocalDirectoryPath to specify the destination folder. If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths to identify the files you want to transfer, and a RemoteDirectoryPath to specify the destination folder.
+ * Retrieves a list of the contents of a directory from a remote SFTP server. You specify the connector ID, the output path, and the remote directory path. You can also specify the optional MaxItems value to control the maximum number of items that are listed from the remote directory. This API returns a list of all files and directories in the remote directory (up to the maximum value), but does not return files or folders in sub-directories. That is, it only returns a list of files and directories one-level deep. After you receive the listing file, you can provide the files that you want to transfer to the RetrieveFilePaths parameter of the StartFileTransfer API call. The naming convention for the output file is connector-ID-listing-ID.json. The output file contains the following information: filePath: the complete path of a remote file, relative to the directory of the listing request for your SFTP connector on the remote server. modifiedTimestamp: the last time the file was modified, in UTC time format. This field is optional. If the remote file attributes don't contain a timestamp, it is omitted from the file listing. size: the size of the file, in bytes. This field is optional. If the remote file attributes don't contain a file size, it is omitted from the file listing. path: the complete path of a remote directory, relative to the directory of the listing request for your SFTP connector on the remote server. truncated: a flag indicating whether the list output contains all of the items contained in the remote directory or not. If your Truncated output value is true, you can increase the value provided in the optional max-items input attribute to be able to list more items (up to the maximum allowed list size of 10,000 items).
+ */
+ startDirectoryListing(params: Transfer.Types.StartDirectoryListingRequest, callback?: (err: AWSError, data: Transfer.Types.StartDirectoryListingResponse) => void): Request;
+ /**
+ * Retrieves a list of the contents of a directory from a remote SFTP server. You specify the connector ID, the output path, and the remote directory path. You can also specify the optional MaxItems value to control the maximum number of items that are listed from the remote directory. This API returns a list of all files and directories in the remote directory (up to the maximum value), but does not return files or folders in sub-directories. That is, it only returns a list of files and directories one-level deep. After you receive the listing file, you can provide the files that you want to transfer to the RetrieveFilePaths parameter of the StartFileTransfer API call. The naming convention for the output file is connector-ID-listing-ID.json. The output file contains the following information: filePath: the complete path of a remote file, relative to the directory of the listing request for your SFTP connector on the remote server. modifiedTimestamp: the last time the file was modified, in UTC time format. This field is optional. If the remote file attributes don't contain a timestamp, it is omitted from the file listing. size: the size of the file, in bytes. This field is optional. If the remote file attributes don't contain a file size, it is omitted from the file listing. path: the complete path of a remote directory, relative to the directory of the listing request for your SFTP connector on the remote server. truncated: a flag indicating whether the list output contains all of the items contained in the remote directory or not. If your Truncated output value is true, you can increase the value provided in the optional max-items input attribute to be able to list more items (up to the maximum allowed list size of 10,000 items).
+ */
+ startDirectoryListing(callback?: (err: AWSError, data: Transfer.Types.StartDirectoryListingResponse) => void): Request;
+ /**
+ * Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server. For an AS2 connector, you specify the ConnectorId and one or more SendFilePaths to identify the files you want to transfer. For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId. Depending on the direction of the transfer, you also specify the following items: If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetrieveFilePaths to identify the files you want to transfer, and a LocalDirectoryPath to specify the destination folder. If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths to identify the files you want to transfer, and a RemoteDirectoryPath to specify the destination folder.
*/
startFileTransfer(params: Transfer.Types.StartFileTransferRequest, callback?: (err: AWSError, data: Transfer.Types.StartFileTransferResponse) => void): Request;
/**
- * Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server. For an AS2 connector, you specify the ConnectorId and one or more SendFilePaths to identify the files you want to transfer. For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId. Depending on the direction of the transfer, you also specify the following items: If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetreiveFilePaths to identify the files you want to transfer, and a LocalDirectoryPath to specify the destination folder. If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths to identify the files you want to transfer, and a RemoteDirectoryPath to specify the destination folder.
+ * Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server. For an AS2 connector, you specify the ConnectorId and one or more SendFilePaths to identify the files you want to transfer. For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the ConnectorId. Depending on the direction of the transfer, you also specify the following items: If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more RetrieveFilePaths to identify the files you want to transfer, and a LocalDirectoryPath to specify the destination folder. If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more SendFilePaths to identify the files you want to transfer, and a RemoteDirectoryPath to specify the destination folder.
*/
startFileTransfer(callback?: (err: AWSError, data: Transfer.Types.StartFileTransferResponse) => void): Request;
/**
@@ -1255,7 +1263,7 @@ declare namespace Transfer {
*/
CertificateId?: CertificateId;
/**
- * Specifies how this certificate is used. It can be used in the following ways: SIGNING: For signing AS2 messages ENCRYPTION: For encrypting AS2 messages TLS: For securing AS2 communications sent over HTTPS
+ * Specifies whether this certificate is used for signing or encryption.
*/
Usage?: CertificateUsageType;
/**
@@ -1770,7 +1778,7 @@ declare namespace Transfer {
export type IdentityProviderType = "SERVICE_MANAGED"|"API_GATEWAY"|"AWS_DIRECTORY_SERVICE"|"AWS_LAMBDA"|string;
export interface ImportCertificateRequest {
/**
- * Specifies how this certificate is used. It can be used in the following ways: SIGNING: For signing AS2 messages ENCRYPTION: For encrypting AS2 messages TLS: For securing AS2 communications sent over HTTPS
+ * Specifies whether this certificate is used for signing or encryption.
*/
Usage: CertificateUsageType;
/**
@@ -2222,7 +2230,7 @@ declare namespace Transfer {
*/
CertificateId?: CertificateId;
/**
- * Specifies how this certificate is used. It can be used in the following ways: SIGNING: For signing AS2 messages ENCRYPTION: For encrypting AS2 messages TLS: For securing AS2 communications sent over HTTPS
+ * Specifies whether this certificate is used for signing or encryption.
*/
Usage?: CertificateUsageType;
/**
@@ -2404,6 +2412,7 @@ declare namespace Transfer {
Arn?: Arn;
}
export type ListedWorkflows = ListedWorkflow[];
+ export type ListingId = string;
export type LogGroupName = string;
export interface LoggingConfiguration {
/**
@@ -2418,6 +2427,7 @@ declare namespace Transfer {
export type MapEntry = string;
export type MapTarget = string;
export type MapType = "FILE"|"DIRECTORY"|string;
+ export type MaxItems = number;
export type MaxResults = number;
export type MdnResponse = "SYNC"|"NONE"|string;
export type MdnSigningAlg = "SHA256"|"SHA384"|"SHA512"|"SHA1"|"NONE"|"DEFAULT"|string;
@@ -2427,6 +2437,7 @@ declare namespace Transfer {
export type NullableRole = string;
export type OnPartialUploadWorkflowDetails = WorkflowDetail[];
export type OnUploadWorkflowDetails = WorkflowDetail[];
+ export type OutputFileName = string;
export type OverwriteExisting = "TRUE"|"FALSE"|string;
export type PassiveIp = string;
export type Policy = string;
@@ -2599,6 +2610,34 @@ declare namespace Transfer {
export type SshPublicKeyCount = number;
export type SshPublicKeyId = string;
export type SshPublicKeys = SshPublicKey[];
+ export interface StartDirectoryListingRequest {
+ /**
+ * The unique identifier for the connector.
+ */
+ ConnectorId: ConnectorId;
+ /**
+ * Specifies the directory on the remote SFTP server for which you want to list its contents.
+ */
+ RemoteDirectoryPath: FilePath;
+ /**
+ * An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.
+ */
+ MaxItems?: MaxItems;
+ /**
+ * Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.
+ */
+ OutputDirectoryPath: FilePath;
+ }
+ export interface StartDirectoryListingResponse {
+ /**
+ * Returns a unique identifier for the directory listing call.
+ */
+ ListingId: ListingId;
+ /**
+ * Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID: <connector-id>-<listing-id>.json.
+ */
+ OutputFileName: OutputFileName;
+ }
export interface StartFileTransferRequest {
/**
* The unique identifier for the connector.
diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js
index 7ca3e7b150..a289ddf6cd 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.1603.0',
+ VERSION: '2.1604.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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"}}
+ 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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"},"route53profiles":{"name":"Route53Profiles"}}
/***/ }),
/* 8 */
diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js
index 3c180a4f47..504ce1f07f 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.1603.0',
+ VERSION: '2.1604.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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"}}
+ 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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"},"route53profiles":{"name":"Route53Profiles"}}
/***/ }),
/* 8 */
@@ -35624,43 +35624,44 @@ return /******/ (function(modules) { // webpackBootstrap
OSIS: __webpack_require__(1298),
MediaPackageV2: __webpack_require__(1301),
PaymentCryptography: __webpack_require__(1305),
- PaymentCryptographyData: __webpack_require__(1308),
- CodeGuruSecurity: __webpack_require__(1311),
- VerifiedPermissions: __webpack_require__(1314),
- AppFabric: __webpack_require__(1318),
- MedicalImaging: __webpack_require__(1322),
- EntityResolution: __webpack_require__(1326),
- ManagedBlockchainQuery: __webpack_require__(1329),
- Neptunedata: __webpack_require__(1333),
- PcaConnectorAd: __webpack_require__(1336),
- Bedrock: __webpack_require__(1339),
- BedrockRuntime: __webpack_require__(1343),
- DataZone: __webpack_require__(1347),
- LaunchWizard: __webpack_require__(1350),
- TrustedAdvisor: __webpack_require__(1353),
- InspectorScan: __webpack_require__(1356),
- BCMDataExports: __webpack_require__(1359),
- CostOptimizationHub: __webpack_require__(1362),
- EKSAuth: __webpack_require__(1365),
- FreeTier: __webpack_require__(1369),
- Repostspace: __webpack_require__(1372),
- WorkSpacesThinClient: __webpack_require__(1375),
- B2bi: __webpack_require__(1378),
- BedrockAgent: __webpack_require__(1381),
- BedrockAgentRuntime: __webpack_require__(1384),
- QBusiness: __webpack_require__(1387),
- QConnect: __webpack_require__(1390),
- CleanRoomsML: __webpack_require__(1393),
- MarketplaceAgreement: __webpack_require__(1396),
- MarketplaceDeployment: __webpack_require__(1399),
- NetworkMonitor: __webpack_require__(1402),
- SupplyChain: __webpack_require__(1406),
- Artifact: __webpack_require__(1409),
- Chatbot: __webpack_require__(1412),
- TimestreamInfluxDB: __webpack_require__(1415),
- CodeConnections: __webpack_require__(1418),
- Deadline: __webpack_require__(1421),
- ControlCatalog: __webpack_require__(1425)
+ PaymentCryptographyData: __webpack_require__(1309),
+ CodeGuruSecurity: __webpack_require__(1312),
+ VerifiedPermissions: __webpack_require__(1315),
+ AppFabric: __webpack_require__(1319),
+ MedicalImaging: __webpack_require__(1323),
+ EntityResolution: __webpack_require__(1327),
+ ManagedBlockchainQuery: __webpack_require__(1330),
+ Neptunedata: __webpack_require__(1334),
+ PcaConnectorAd: __webpack_require__(1337),
+ Bedrock: __webpack_require__(1340),
+ BedrockRuntime: __webpack_require__(1344),
+ DataZone: __webpack_require__(1348),
+ LaunchWizard: __webpack_require__(1351),
+ TrustedAdvisor: __webpack_require__(1354),
+ InspectorScan: __webpack_require__(1357),
+ BCMDataExports: __webpack_require__(1360),
+ CostOptimizationHub: __webpack_require__(1363),
+ EKSAuth: __webpack_require__(1366),
+ FreeTier: __webpack_require__(1370),
+ Repostspace: __webpack_require__(1373),
+ WorkSpacesThinClient: __webpack_require__(1376),
+ B2bi: __webpack_require__(1379),
+ BedrockAgent: __webpack_require__(1382),
+ BedrockAgentRuntime: __webpack_require__(1385),
+ QBusiness: __webpack_require__(1388),
+ QConnect: __webpack_require__(1391),
+ CleanRoomsML: __webpack_require__(1394),
+ MarketplaceAgreement: __webpack_require__(1397),
+ MarketplaceDeployment: __webpack_require__(1400),
+ NetworkMonitor: __webpack_require__(1403),
+ SupplyChain: __webpack_require__(1407),
+ Artifact: __webpack_require__(1410),
+ Chatbot: __webpack_require__(1413),
+ TimestreamInfluxDB: __webpack_require__(1416),
+ CodeConnections: __webpack_require__(1419),
+ Deadline: __webpack_require__(1422),
+ ControlCatalog: __webpack_require__(1426),
+ Route53Profiles: __webpack_require__(1429)
};
/***/ }),
@@ -44594,7 +44595,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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"}}
+ 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"},"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"},"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"},"launchwizard":{"prefix":"launch-wizard","name":"LaunchWizard"},"trustedadvisor":{"name":"TrustedAdvisor"},"inspectorscan":{"prefix":"inspector-scan","name":"InspectorScan"},"bcmdataexports":{"prefix":"bcm-data-exports","name":"BCMDataExports"},"costoptimizationhub":{"prefix":"cost-optimization-hub","name":"CostOptimizationHub"},"eksauth":{"prefix":"eks-auth","name":"EKSAuth"},"freetier":{"name":"FreeTier"},"repostspace":{"name":"Repostspace"},"workspacesthinclient":{"prefix":"workspaces-thin-client","name":"WorkSpacesThinClient"},"b2bi":{"name":"B2bi"},"bedrockagent":{"prefix":"bedrock-agent","name":"BedrockAgent"},"bedrockagentruntime":{"prefix":"bedrock-agent-runtime","name":"BedrockAgentRuntime"},"qbusiness":{"name":"QBusiness"},"qconnect":{"name":"QConnect"},"cleanroomsml":{"name":"CleanRoomsML"},"marketplaceagreement":{"prefix":"marketplace-agreement","name":"MarketplaceAgreement"},"marketplacedeployment":{"prefix":"marketplace-deployment","name":"MarketplaceDeployment"},"networkmonitor":{"name":"NetworkMonitor"},"supplychain":{"name":"SupplyChain"},"artifact":{"name":"Artifact"},"chatbot":{"name":"Chatbot"},"timestreaminfluxdb":{"prefix":"timestream-influxdb","name":"TimestreamInfluxDB"},"codeconnections":{"name":"CodeConnections"},"deadline":{"name":"Deadline"},"controlcatalog":{"name":"ControlCatalog"},"route53profiles":{"name":"Route53Profiles"}}
/***/ }),
/* 368 */
@@ -56190,7 +56191,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 609 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-24","endpointPrefix":"api.sagemaker","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"SageMaker","serviceFullName":"Amazon SageMaker Service","serviceId":"SageMaker","signatureVersion":"v4","signingName":"sagemaker","targetPrefix":"SageMaker","uid":"sagemaker-2017-07-24"},"operations":{"AddAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"AddTags":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"AssociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"BatchDescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageArnList"],"members":{"ModelPackageArnList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ModelPackageSummaries":{"type":"map","key":{},"value":{"type":"structure","required":["ModelPackageGroupName","ModelPackageArn","CreationTime","InferenceSpecification","ModelPackageStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"BatchDescribeModelPackageErrorMap":{"type":"map","key":{},"value":{"type":"structure","required":["ErrorCode","ErrorResponse"],"members":{"ErrorCode":{},"ErrorResponse":{}}}}}}},"CreateAction":{"input":{"type":"structure","required":["ActionName","Source","ActionType"],"members":{"ActionName":{},"Source":{"shape":"S1u"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S26"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2y"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["AlgorithmArn"],"members":{"AlgorithmArn":{}}}},"CreateApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{},"Tags":{"shape":"S7"},"ResourceSpec":{"shape":"S4p"}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S5j"},"ArtifactType":{},"Properties":{"shape":"S5n"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S5t"},"OutputDataConfig":{"shape":"S61"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S63"},"AutoMLJobConfig":{"shape":"S65"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S6p"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName","AutoMLJobInputDataConfig","OutputDataConfig","AutoMLProblemTypeConfig","RoleArn"],"members":{"AutoMLJobName":{},"AutoMLJobInputDataConfig":{"shape":"S6v"},"OutputDataConfig":{"shape":"S61"},"AutoMLProblemTypeConfig":{"shape":"S6x"},"RoleArn":{},"Tags":{"shape":"S7"},"SecurityConfig":{"shape":"S6a"},"AutoMLJobObjective":{"shape":"S63"},"ModelDeployConfig":{"shape":"S6p"},"DataSplitConfig":{"shape":"S6l"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7x"},"VpcConfig":{"shape":"S6b"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S88"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"CreateCompilationJob":{"input":{"type":"structure","required":["CompilationJobName","RoleArn","OutputConfig","StoppingCondition"],"members":{"CompilationJobName":{},"RoleArn":{},"ModelPackageVersionArn":{},"InputConfig":{"shape":"S8f"},"OutputConfig":{"shape":"S8i"},"VpcConfig":{"shape":"S8p"},"StoppingCondition":{"shape":"S3w"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S8y"},"ContextType":{},"Description":{},"Properties":{"shape":"S1z"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S93"},"DataQualityAppSpecification":{"shape":"S97"},"DataQualityJobInput":{"shape":"S9g"},"DataQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sac"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettings":{"shape":"Sbq"},"SubnetIds":{"shape":"S6e"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sc5"},"DeviceFleetName":{},"Stages":{"shape":"Sc7"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"Sc7"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"Sac"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"Scn"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sd5"},"DataCaptureConfig":{"shape":"Sdr"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Se2"},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"Sd5"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"ThroughputConfig":{"type":"structure","required":["ThroughputMode"],"members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}},"RoleArn":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"CreateFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName","OutputConfig","RoleArn"],"members":{"FlowDefinitionName":{},"HumanLoopRequestSource":{"shape":"Sg1"},"HumanLoopActivationConfig":{"shape":"Sg3"},"HumanLoopConfig":{"shape":"Sg6"},"OutputConfig":{"shape":"Sgl"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sgs"},"S3StorageConfig":{"shape":"Sgu"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sh0"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"WarmStartConfig":{"shape":"Sif"},"Tags":{"shape":"S7"},"Autotune":{"shape":"Sij"}}},"output":{"type":"structure","required":["HyperParameterTuningJobArn"],"members":{"HyperParameterTuningJobArn":{}}}},"CreateImage":{"input":{"type":"structure","required":["ImageName","RoleArn"],"members":{"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"CreateImageVersion":{"input":{"type":"structure","required":["BaseImage","ClientToken","ImageName"],"members":{"BaseImage":{},"ClientToken":{"idempotencyToken":true},"ImageName":{},"Aliases":{"shape":"Siu"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName","EndpointName","VariantName","Specification","RuntimeConfig"],"members":{"InferenceComponentName":{},"EndpointName":{},"VariantName":{},"Specification":{"shape":"Sj6"},"RuntimeConfig":{"shape":"Sjd"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sjn"},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"},"KmsKey":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"CreateInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName","JobType","RoleArn","InputConfig"],"members":{"JobName":{},"JobType":{},"RoleArn":{},"InputConfig":{"shape":"Sk4"},"JobDescription":{},"StoppingConditions":{"shape":"Sla"},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"CompiledOutputConfig":{"type":"structure","members":{"S3OutputUri":{}}}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobArn"],"members":{"JobArn":{}}}},"CreateLabelingJob":{"input":{"type":"structure","required":["LabelingJobName","LabelAttributeName","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobName":{},"LabelAttributeName":{},"InputConfig":{"shape":"Slm"},"OutputConfig":{"shape":"Slt"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Slu"},"LabelingJobAlgorithmsConfig":{"shape":"Slx"},"HumanTaskConfig":{"shape":"Sm1"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["ModelArn"],"members":{"ModelArn":{}}}},"CreateModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelBiasBaselineConfig":{"shape":"Smu"},"ModelBiasAppSpecification":{"shape":"Smv"},"ModelBiasJobInput":{"shape":"Smw"},"ModelBiasJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Sn0"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"CreateModelCardExportJob":{"input":{"type":"structure","required":["ModelCardName","ModelCardExportJobName","OutputConfig"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardExportJobName":{},"OutputConfig":{"shape":"Sn7"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Snb"},"ModelExplainabilityAppSpecification":{"shape":"Snc"},"ModelExplainabilityJobInput":{"shape":"Snd"},"ModelExplainabilityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Sng"},"SourceAlgorithmSpecification":{"shape":"Snj"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"ClientToken":{"idempotencyToken":true},"Domain":{},"Task":{},"SamplePayloadUrl":{},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"AdditionalInferenceSpecifications":{"shape":"So2"},"SkipModelValidation":{},"SourceUri":{}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"CreateModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupDescription":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"CreateModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelQualityBaselineConfig":{"shape":"Sob"},"ModelQualityAppSpecification":{"shape":"Soc"},"ModelQualityJobInput":{"shape":"Soe"},"ModelQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Soi"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"Saj"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Soz"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Spi"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{},"LandingUri":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sr0"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn","ProjectId"],"members":{"ProjectArn":{},"ProjectId":{}}}},"CreateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"Tags":{"shape":"S7"},"SpaceSettings":{"shape":"Srf"},"OwnershipSettings":{"shape":"Srn"},"SpaceSharingSettings":{"shape":"Sro"},"SpaceDisplayName":{}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"CreateStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName","StudioLifecycleConfigContent","StudioLifecycleConfigAppType"],"members":{"StudioLifecycleConfigName":{},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{}}}},"CreateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName","AlgorithmSpecification","RoleArn","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingJobName":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"DebugHookConfig":{"shape":"Ss8"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"ExperimentConfig":{"shape":"Sr0"},"ProfilerConfig":{"shape":"Ssl"},"ProfilerRuleConfigurations":{"shape":"Ssp"},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"RemoteDebugConfig":{"shape":"Ssu"},"InfraCheckConfig":{"shape":"Ssw"}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"CreateTransformJob":{"input":{"type":"structure","required":["TransformJobName","ModelName","TransformInput","TransformOutput","TransformResources"],"members":{"TransformJobName":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"DataProcessing":{"shape":"St6"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sr0"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"CreateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"Tags":{"shape":"S7"},"UserSettings":{"shape":"Sai"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Stw"},"OidcConfig":{"shape":"Stz"},"SourceIpConfig":{"shape":"Su2"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Su6"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"Sug"},"Description":{},"NotificationConfiguration":{"shape":"Suo"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"WorkteamArn":{}}}},"DeleteAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"DeleteAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}}},"DeleteApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{}}}},"DeleteAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}}},"DeleteArtifact":{"input":{"type":"structure","members":{"ArtifactArn":{},"Source":{"shape":"S5j"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"DeleteCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"DeleteContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"DeleteDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"RetentionPolicy":{"type":"structure","members":{"HomeEfsFileSystem":{}}}}}},"DeleteEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{}}}},"DeleteEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"DeleteEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}}},"DeleteEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}}},"DeleteExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"DeleteFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}}},"DeleteFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","members":{}}},"DeleteHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}}},"DeleteHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName","HubContentVersion"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}}},"DeleteHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","members":{}}},"DeleteHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"DeleteImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{}}},"DeleteImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{}}},"DeleteInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"Scc"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1u"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"LineageGroupArn":{}}}},"DescribeAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}},"output":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","TrainingSpecification","AlgorithmStatus","AlgorithmStatusDetails"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"TrainingSpecification":{"shape":"S26"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2y"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Sx4"},"ImageScanStatuses":{"shape":"Sx4"}}},"ProductId":{},"CertifyForMarketplace":{"type":"boolean"}}}},"DescribeApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{}}},"output":{"type":"structure","members":{"AppArn":{},"AppType":{},"AppName":{},"DomainId":{},"UserProfileName":{},"SpaceName":{},"Status":{},"LastHealthCheckTimestamp":{"type":"timestamp"},"LastUserActivityTimestamp":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ResourceSpec":{"shape":"S4p"}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S5j"},"ArtifactType":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"LineageGroupArn":{}}}},"DescribeAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","InputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"InputDataConfig":{"shape":"S5t"},"OutputDataConfig":{"shape":"S61"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S63"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S65"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"},"BestCandidate":{"shape":"Sxk"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"shape":"Syc"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S63"},"ProblemType":{},"CompletionCriteria":{"shape":"S66"}}},"ModelDeployConfig":{"shape":"S6p"},"ModelDeployResult":{"shape":"Syg"}}}},"DescribeAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobInputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobInputDataConfig":{"shape":"S6v"},"OutputDataConfig":{"shape":"S61"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S63"},"AutoMLProblemTypeConfig":{"shape":"S6x"},"AutoMLProblemTypeConfigName":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"},"BestCandidate":{"shape":"Sxk"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"AutoMLJobArtifacts":{"shape":"Syc"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S63"},"CompletionCriteria":{"shape":"S66"},"AutoMLProblemTypeResolvedAttributes":{"type":"structure","members":{"TabularResolvedAttributes":{"type":"structure","members":{"ProblemType":{}}},"TextGenerationResolvedAttributes":{"type":"structure","members":{"BaseModelName":{}}}},"union":true}}},"ModelDeployConfig":{"shape":"S6p"},"ModelDeployResult":{"shape":"Syg"},"DataSplitConfig":{"shape":"S6l"},"SecurityConfig":{"shape":"S6a"}}}},"DescribeCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn","ClusterStatus","InstanceGroups"],"members":{"ClusterArn":{},"ClusterName":{},"ClusterStatus":{},"CreationTime":{"type":"timestamp"},"FailureMessage":{},"InstanceGroups":{"type":"list","member":{"type":"structure","members":{"CurrentCount":{"type":"integer"},"TargetCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S82"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"VpcConfig":{"shape":"S6b"}}}},"DescribeClusterNode":{"input":{"type":"structure","required":["ClusterName","NodeId"],"members":{"ClusterName":{},"NodeId":{}}},"output":{"type":"structure","required":["NodeDetails"],"members":{"NodeDetails":{"type":"structure","members":{"InstanceGroupName":{},"InstanceId":{},"InstanceStatus":{"shape":"Syy"},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"LifeCycleConfig":{"shape":"S82"},"ThreadsPerCore":{"type":"integer"}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S88"}}}},"DescribeCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}},"output":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CompilationJobStatus","StoppingCondition","CreationTime","LastModifiedTime","FailureReason","ModelArtifacts","RoleArn","InputConfig","OutputConfig"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CompilationJobStatus":{},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"StoppingCondition":{"shape":"S3w"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Sz7"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S8f"},"OutputConfig":{"shape":"S8i"},"VpcConfig":{"shape":"S8p"},"DerivedInformation":{"type":"structure","members":{"DerivedDataInputConfig":{}}}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S8y"},"ContextType":{},"Description":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"LineageGroupArn":{}}}},"DescribeDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"DataQualityBaselineConfig":{"shape":"S93"},"DataQualityAppSpecification":{"shape":"S97"},"DataQualityJobInput":{"shape":"S9g"},"DataQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeDevice":{"input":{"type":"structure","required":["DeviceName","DeviceFleetName"],"members":{"NextToken":{},"DeviceName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceName","DeviceFleetName","RegistrationTime"],"members":{"DeviceArn":{},"DeviceName":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{},"LatestSampleTime":{"type":"timestamp"},"LatestInference":{"type":"timestamp"}}}},"MaxModels":{"type":"integer"},"NextToken":{},"AgentVersion":{}}}},"DescribeDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetName","DeviceFleetArn","OutputConfig","CreationTime","LastModifiedTime"],"members":{"DeviceFleetName":{},"DeviceFleetArn":{},"OutputConfig":{"shape":"Sac"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"SingleSignOnApplicationArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"SecurityGroupIdForDomainBoundary":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettings":{"shape":"Sbq"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S6e"},"Url":{},"VpcId":{},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"}}}},"DescribeEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName","Stages"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sc5"},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"Stages":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig","DeploymentConfig","DeploymentStatus"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sc9"},"DeploymentConfig":{"shape":"Sce"},"DeploymentStatus":{"type":"structure","required":["StageStatus","EdgeDeploymentSuccessInStage","EdgeDeploymentPendingInStage","EdgeDeploymentFailedInStage"],"members":{"StageStatus":{},"EdgeDeploymentSuccessInStage":{"type":"integer"},"EdgeDeploymentPendingInStage":{"type":"integer"},"EdgeDeploymentFailedInStage":{"type":"integer"},"EdgeDeploymentStatusMessage":{},"EdgeDeploymentStageStartTime":{"type":"timestamp"}}}}}},"NextToken":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}},"output":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"Sac"},"ResourceKey":{},"EdgePackagingJobStatus":{},"EdgePackagingJobStatusMessage":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ModelArtifact":{},"ModelSignature":{},"PresetDeploymentOutput":{"type":"structure","required":["Type"],"members":{"Type":{},"Artifact":{},"Status":{},"StatusMessage":{}}}}}},"DescribeEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","required":["EndpointName","EndpointArn","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"S10d"},"DataCaptureConfig":{"shape":"S10l"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"Scn"},"AsyncInferenceConfig":{"shape":"Se2"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"S10p"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"S10p"}}},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"S10d"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Sd5"},"DataCaptureConfig":{"shape":"Sdr"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Se2"},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"Sd5"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10v"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions","CreationTime","NextToken"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"ThroughputConfig":{"type":"structure","required":["ThroughputMode"],"members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"},"LastUpdateStatus":{"shape":"S116"},"FailureReason":{},"Description":{},"NextToken":{},"OnlineStoreTotalSizeBytes":{"type":"long"}}}},"DescribeFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","FeatureName","FeatureType","CreationTime","LastModifiedTime"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"S11c"}}}},"DescribeFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","required":["FlowDefinitionArn","FlowDefinitionName","FlowDefinitionStatus","CreationTime","OutputConfig","RoleArn"],"members":{"FlowDefinitionArn":{},"FlowDefinitionName":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"HumanLoopRequestSource":{"shape":"Sg1"},"HumanLoopActivationConfig":{"shape":"Sg3"},"HumanLoopConfig":{"shape":"Sg6"},"OutputConfig":{"shape":"Sgl"},"RoleArn":{},"FailureReason":{}}}},"DescribeHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}},"output":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sgs"},"S3StorageConfig":{"shape":"Sgu"},"HubStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}},"output":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubName","HubArn","HubContentDocument","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubArn":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S11u"},"HubContentDependencies":{"type":"list","member":{"type":"structure","members":{"DependencyOriginPath":{},"DependencyCopyPath":{}}}},"HubContentStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"}}}},"DescribeHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","required":["HumanTaskUiArn","HumanTaskUiName","CreationTime","UiTemplate"],"members":{"HumanTaskUiArn":{},"HumanTaskUiName":{},"HumanTaskUiStatus":{},"CreationTime":{"type":"timestamp"},"UiTemplate":{"type":"structure","members":{"Url":{},"ContentSha256":{}}}}}},"DescribeHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobConfig","HyperParameterTuningJobStatus","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"BestTrainingJob":{"shape":"S12d"},"OverallBestTrainingJob":{"shape":"S12d"},"WarmStartConfig":{"shape":"Sif"},"Autotune":{"shape":"Sij"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S12g"},"ConsumedResources":{"shape":"S12h"}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}},"output":{"type":"structure","required":["InferenceComponentName","InferenceComponentArn","EndpointName","EndpointArn","CreationTime","LastModifiedTime"],"members":{"InferenceComponentName":{},"InferenceComponentArn":{},"EndpointName":{},"EndpointArn":{},"VariantName":{},"FailureReason":{},"Specification":{"type":"structure","members":{"ModelName":{},"Container":{"type":"structure","members":{"DeployedImage":{"shape":"S10g"},"ArtifactUrl":{},"Environment":{"shape":"S16"}}},"StartupParameters":{"shape":"Sj8"},"ComputeResourceRequirements":{"shape":"Sj9"}}},"RuntimeConfig":{"type":"structure","members":{"DesiredCopyCount":{"type":"integer"},"CurrentCopyCount":{"type":"integer"}}},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"InferenceComponentStatus":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"EndpointMetadata":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"EndpointConfigName":{},"EndpointStatus":{},"FailureReason":{}}},"ModelVariants":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig","Status"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sjq"},"Status":{}}}},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"},"KmsKey":{}}}},"DescribeInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","required":["JobName","JobType","JobArn","RoleArn","Status","CreationTime","LastModifiedTime","InputConfig"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"RoleArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"InputConfig":{"shape":"Sk4"},"StoppingConditions":{"shape":"Sla"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"RecommendationId":{},"Metrics":{"shape":"S138"},"EndpointConfiguration":{"shape":"S13b"},"ModelConfiguration":{"shape":"S13d"},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"shape":"S13l"},"EndpointInfo":{"shape":"Sl3"}}}}}}},"DescribeLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}},"output":{"type":"structure","required":["LabelingJobStatus","LabelCounters","CreationTime","LastModifiedTime","JobReferenceCode","LabelingJobName","LabelingJobArn","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobStatus":{},"LabelCounters":{"shape":"S13p"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Slm"},"OutputConfig":{"shape":"Slt"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Slu"},"LabelingJobAlgorithmsConfig":{"shape":"Slx"},"HumanTaskConfig":{"shape":"Sm1"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"S13s"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"DeploymentRecommendation":{"shape":"S13x"}}}},"DescribeModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelBiasBaselineConfig":{"shape":"Smu"},"ModelBiasAppSpecification":{"shape":"Smv"},"ModelBiasJobInput":{"shape":"Smw"},"ModelBiasJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardArn","ModelCardName","ModelCardVersion","Content","ModelCardStatus","CreationTime","CreatedBy"],"members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ModelCardProcessingStatus":{}}}},"DescribeModelCardExportJob":{"input":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}},"output":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","OutputConfig","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"OutputConfig":{"shape":"Sn7"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"},"FailureReason":{},"ExportArtifacts":{"type":"structure","required":["S3ExportArtifacts"],"members":{"S3ExportArtifacts":{}}}}}},"DescribeModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelExplainabilityBaselineConfig":{"shape":"Snb"},"ModelExplainabilityAppSpecification":{"shape":"Snc"},"ModelExplainabilityJobInput":{"shape":"Snd"},"ModelExplainabilityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}},"output":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus","ModelPackageStatusDetails"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Snj"},"ValidationSpecification":{"shape":"Sng"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S14e"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"AdditionalInferenceSpecifications":{"shape":"So2"},"SkipModelValidation":{},"SourceUri":{}}}},"DescribeModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","CreatedBy","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"ModelPackageGroupStatus":{}}}},"DescribeModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelQualityBaselineConfig":{"shape":"Sob"},"ModelQualityAppSpecification":{"shape":"Soc"},"ModelQualityJobInput":{"shape":"Soe"},"ModelQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}},"output":{"type":"structure","required":["MonitoringScheduleArn","MonitoringScheduleName","MonitoringScheduleStatus","CreationTime","LastModifiedTime","MonitoringScheduleConfig"],"members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S14r"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"Saj"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Soz"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"}}}},"DescribePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"}}}},"DescribePipelineDefinitionForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineDefinition":{},"CreationTime":{"type":"timestamp"}}}},"DescribePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S15b"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"ExperimentConfig":{"shape":"Sr0"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{}}}},"DescribeProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}},"output":{"type":"structure","required":["ProjectArn","ProjectName","ProjectId","ServiceCatalogProvisioningDetails","ProjectStatus","CreationTime"],"members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"ServiceCatalogProvisionedProductDetails":{"shape":"S15m"},"ProjectStatus":{},"CreatedBy":{"shape":"Swx"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}},"output":{"type":"structure","members":{"DomainId":{},"SpaceArn":{},"SpaceName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SpaceSettings":{"shape":"Srf"},"OwnershipSettings":{"shape":"Srn"},"SpaceSharingSettings":{"shape":"Sro"},"SpaceDisplayName":{},"Url":{}}}},"DescribeStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{}}}},"DescribeSubscribedWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{}}},"output":{"type":"structure","required":["SubscribedWorkteam"],"members":{"SubscribedWorkteam":{"shape":"S15x"}}}},"DescribeTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}},"output":{"type":"structure","required":["TrainingJobName","TrainingJobArn","ModelArtifacts","TrainingJobStatus","SecondaryStatus","AlgorithmSpecification","ResourceConfig","StoppingCondition","CreationTime"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sz7"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"WarmPoolStatus":{"shape":"S161"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S164"},"FinalMetricDataList":{"shape":"S167"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Ss8"},"ExperimentConfig":{"shape":"Sr0"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"DebugRuleEvaluationStatuses":{"shape":"S16b"},"ProfilerConfig":{"shape":"Ssl"},"ProfilerRuleConfigurations":{"shape":"Ssp"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"RemoteDebugConfig":{"shape":"Ssu"},"InfraCheckConfig":{"shape":"Ssw"}}}},"DescribeTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}},"output":{"type":"structure","required":["TransformJobName","TransformJobArn","TransformJobStatus","ModelName","TransformInput","TransformResources","CreationTime"],"members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"St6"},"ExperimentConfig":{"shape":"Sr0"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"MetadataProperties":{"shape":"S21"},"Metrics":{"shape":"S16t"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S16r"}}}}},"DescribeUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}},"output":{"type":"structure","members":{"DomainId":{},"UserProfileArn":{},"UserProfileName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"UserSettings":{"shape":"Sai"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S173"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S17b"}}}},"DisableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"EnableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"GetDeviceFleetReport":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"OutputConfig":{"shape":"Sac"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetScalingConfigurationRecommendation":{"input":{"type":"structure","required":["InferenceRecommendationsJobName"],"members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S183"}}},"output":{"type":"structure","members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S183"},"Metric":{"type":"structure","members":{"InvocationsPerInstance":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"DynamicScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"ScaleInCooldown":{"type":"integer"},"ScaleOutCooldown":{"type":"integer"},"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"TargetTracking":{"type":"structure","members":{"MetricSpecification":{"type":"structure","members":{"Predefined":{"type":"structure","members":{"PredefinedMetricType":{}}},"Customized":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Statistic":{}}}},"union":true},"TargetValue":{"type":"double"}}}},"union":true}}}}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S11u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn","HubContentArn"],"members":{"HubArn":{},"HubContentArn":{}}}},"ListActions":{"input":{"type":"structure","members":{"SourceUri":{},"ActionType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ActionSummaries":{"type":"list","member":{"type":"structure","members":{"ActionArn":{},"ActionName":{},"Source":{"shape":"S1u"},"ActionType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAlgorithms":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["AlgorithmSummaryList"],"members":{"AlgorithmSummaryList":{"type":"list","member":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","AlgorithmStatus"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"AlgorithmStatus":{}}}},"NextToken":{}}}},"ListAliases":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SageMakerImageVersionAliases":{"shape":"Siu"},"NextToken":{}}}},"ListAppImageConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"AppImageConfigs":{"type":"list","member":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}}}}}},"ListApps":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameEquals":{},"SpaceNameEquals":{}}},"output":{"type":"structure","members":{"Apps":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{},"Status":{},"CreationTime":{"type":"timestamp"},"ResourceSpec":{"shape":"S4p"}}}},"NextToken":{}}}},"ListArtifacts":{"input":{"type":"structure","members":{"SourceUri":{},"ArtifactType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ArtifactSummaries":{"type":"list","member":{"type":"structure","members":{"ArtifactArn":{},"ArtifactName":{},"Source":{"shape":"S5j"},"ArtifactType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAssociations":{"input":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AssociationSummaries":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"SourceName":{},"DestinationName":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"}}}},"NextToken":{}}}},"ListAutoMLJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["AutoMLJobSummaries"],"members":{"AutoMLJobSummaries":{"type":"list","member":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobStatus","AutoMLJobSecondaryStatus","CreationTime","LastModifiedTime"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"}}}},"NextToken":{}}}},"ListCandidatesForAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{},"StatusEquals":{},"CandidateNameEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Candidates"],"members":{"Candidates":{"type":"list","member":{"shape":"Sxk"}},"NextToken":{}}}},"ListClusterNodes":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"InstanceGroupNameContains":{},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterNodeSummaries"],"members":{"NextToken":{},"ClusterNodeSummaries":{"type":"list","member":{"type":"structure","required":["InstanceGroupName","InstanceId","InstanceType","LaunchTime","InstanceStatus"],"members":{"InstanceGroupName":{},"InstanceId":{},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"InstanceStatus":{"shape":"Syy"}}}}}}},"ListClusters":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterSummaries"],"members":{"NextToken":{},"ClusterSummaries":{"type":"list","member":{"type":"structure","required":["ClusterArn","ClusterName","CreationTime","ClusterStatus"],"members":{"ClusterArn":{},"ClusterName":{},"CreationTime":{"type":"timestamp"},"ClusterStatus":{}}}}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S88"}}}},"NextToken":{}}}},"ListCompilationJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CompilationJobSummaries"],"members":{"CompilationJobSummaries":{"type":"list","member":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CreationTime","CompilationJobStatus"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CreationTime":{"type":"timestamp"},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"CompilationTargetDevice":{},"CompilationTargetPlatformOs":{},"CompilationTargetPlatformArch":{},"CompilationTargetPlatformAccelerator":{},"LastModifiedTime":{"type":"timestamp"},"CompilationJobStatus":{}}}},"NextToken":{}}}},"ListContexts":{"input":{"type":"structure","members":{"SourceUri":{},"ContextType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ContextSummaries":{"type":"list","member":{"type":"structure","members":{"ContextArn":{},"ContextName":{},"Source":{"shape":"S8y"},"ContextType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListDeviceFleets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["DeviceFleetSummaries"],"members":{"DeviceFleetSummaries":{"type":"list","member":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDevices":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"LatestHeartbeatAfter":{"type":"timestamp"},"ModelName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceSummaries"],"members":{"DeviceSummaries":{"type":"list","member":{"type":"structure","required":["DeviceName","DeviceArn"],"members":{"DeviceName":{},"DeviceArn":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{}}}},"AgentVersion":{}}}},"NextToken":{}}}},"ListDomains":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Url":{}}}},"NextToken":{}}}},"ListEdgeDeploymentPlans":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"DeviceFleetNameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgeDeploymentPlanSummaries"],"members":{"EdgeDeploymentPlanSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","DeviceFleetName","EdgeDeploymentSuccess","EdgeDeploymentPending","EdgeDeploymentFailed"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEdgePackagingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"ModelNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgePackagingJobSummaries"],"members":{"EdgePackagingJobSummaries":{"type":"list","member":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"EdgePackagingJobStatus":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpointConfigs":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["EndpointConfigs"],"members":{"EndpointConfigs":{"type":"list","member":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpoints":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"NextToken":{}}}},"ListExperiments":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ExperimentSummaries":{"type":"list","member":{"type":"structure","members":{"ExperimentArn":{},"ExperimentName":{},"DisplayName":{},"ExperimentSource":{"shape":"S10v"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListFeatureGroups":{"input":{"type":"structure","members":{"NameContains":{},"FeatureGroupStatusEquals":{},"OfflineStoreStatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupSummaries"],"members":{"FeatureGroupSummaries":{"type":"list","member":{"type":"structure","required":["FeatureGroupName","FeatureGroupArn","CreationTime"],"members":{"FeatureGroupName":{},"FeatureGroupArn":{},"CreationTime":{"type":"timestamp"},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"}}}},"NextToken":{}}}},"ListFlowDefinitions":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["FlowDefinitionSummaries"],"members":{"FlowDefinitionSummaries":{"type":"list","member":{"type":"structure","required":["FlowDefinitionName","FlowDefinitionArn","FlowDefinitionStatus","CreationTime"],"members":{"FlowDefinitionName":{},"FlowDefinitionArn":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListHubContentVersions":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"MinVersion":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S1cl"},"NextToken":{}}}},"ListHubContents":{"input":{"type":"structure","required":["HubName","HubContentType"],"members":{"HubName":{},"HubContentType":{},"NameContains":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S1cl"},"NextToken":{}}}},"ListHubs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubSummaries"],"members":{"HubSummaries":{"type":"list","member":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sgs"},"HubStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHumanTaskUis":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["HumanTaskUiSummaries"],"members":{"HumanTaskUiSummaries":{"type":"list","member":{"type":"structure","required":["HumanTaskUiName","HumanTaskUiArn","CreationTime"],"members":{"HumanTaskUiName":{},"HumanTaskUiArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHyperParameterTuningJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobSummaries"],"members":{"HyperParameterTuningJobSummaries":{"type":"list","member":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobStatus","Strategy","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobStatus":{},"Strategy":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"ResourceLimits":{"shape":"Shb"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceComponents":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"EndpointNameEquals":{},"VariantNameEquals":{}}},"output":{"type":"structure","required":["InferenceComponents"],"members":{"InferenceComponents":{"type":"list","member":{"type":"structure","required":["CreationTime","InferenceComponentArn","InferenceComponentName","EndpointArn","EndpointName","VariantName","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"InferenceComponentArn":{},"InferenceComponentName":{},"EndpointArn":{},"EndpointName":{},"VariantName":{},"InferenceComponentStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobSteps":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"Status":{},"StepType":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","required":["StepType","JobName","Status"],"members":{"StepType":{},"JobName":{},"Status":{},"InferenceBenchmark":{"type":"structure","required":["ModelConfiguration"],"members":{"Metrics":{"shape":"S138"},"EndpointMetrics":{"shape":"S13l"},"EndpointConfiguration":{"shape":"S13b"},"ModelConfiguration":{"shape":"S13d"},"FailureReason":{},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ModelNameEquals":{},"ModelPackageVersionArnEquals":{}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelName":{},"SamplePayloadUrl":{},"ModelPackageVersionArn":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"S13p"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"S13s"},"InputConfig":{"shape":"Slm"}}}},"NextToken":{}}}},"ListLabelingJobsForWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MaxResults":{"type":"integer"},"NextToken":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"JobReferenceCodeContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["LabelingJobSummaryList"],"members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["JobReferenceCode","WorkRequesterAccountId","CreationTime"],"members":{"LabelingJobName":{},"JobReferenceCode":{},"WorkRequesterAccountId":{},"CreationTime":{"type":"timestamp"},"LabelCounters":{"type":"structure","members":{"HumanLabeled":{"type":"integer"},"PendingHuman":{"type":"integer"},"Total":{"type":"integer"}}},"NumberOfHumanWorkersPerDataObject":{"type":"integer"}}}},"NextToken":{}}}},"ListLineageGroups":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"LineageGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LineageGroupArn":{},"LineageGroupName":{},"DisplayName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelBiasJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModelCardExportJobs":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ModelCardExportJobNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardExportJobSummaries"],"members":{"ModelCardExportJobSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCardVersions":{"input":{"type":"structure","required":["ModelCardName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ModelCardName":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardVersionSummaryList"],"members":{"ModelCardVersionSummaryList":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","ModelCardVersion","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"ModelCardVersion":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCards":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardSummaries"],"members":{"ModelCardSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelExplainabilityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModels":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["Models"],"members":{"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelArn","CreationTime"],"members":{"ModelName":{},"ModelArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListMonitoringAlertHistory":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","members":{"MonitoringAlertHistory":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","CreationTime","AlertStatus"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"AlertStatus":{}}}},"NextToken":{}}}},"ListMonitoringAlerts":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"MonitoringAlertSummaries":{"shape":"S1g5"},"NextToken":{}}}},"ListMonitoringExecutions":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ScheduledTimeBefore":{"type":"timestamp"},"ScheduledTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringExecutionSummaries"],"members":{"MonitoringExecutionSummaries":{"type":"list","member":{"shape":"S14r"}},"NextToken":{}}}},"ListMonitoringSchedules":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringScheduleSummaries"],"members":{"MonitoringScheduleSummaries":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleArn","CreationTime","LastModifiedTime","MonitoringScheduleStatus"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleStatus":{},"EndpointName":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}}},"NextToken":{}}}},"ListNotebookInstanceLifecycleConfigs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstanceLifecycleConfigs":{"type":"list","member":{"type":"structure","required":["NotebookInstanceLifecycleConfigName","NotebookInstanceLifecycleConfigArn"],"members":{"NotebookInstanceLifecycleConfigName":{},"NotebookInstanceLifecycleConfigArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}}}}},"ListNotebookInstances":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"NotebookInstanceLifecycleConfigNameContains":{},"DefaultCodeRepositoryContains":{},"AdditionalCodeRepositoryEquals":{}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstances":{"type":"list","member":{"type":"structure","required":["NotebookInstanceName","NotebookInstanceArn"],"members":{"NotebookInstanceName":{},"NotebookInstanceArn":{},"NotebookInstanceStatus":{},"Url":{},"InstanceType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"}}}}}}},"ListPipelineExecutionSteps":{"input":{"type":"structure","members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{}}},"output":{"type":"structure","members":{"PipelineExecutionSteps":{"type":"list","member":{"type":"structure","members":{"StepName":{},"StepDisplayName":{},"StepDescription":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StepStatus":{},"CacheHitResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}},"FailureReason":{},"Metadata":{"type":"structure","members":{"TrainingJob":{"type":"structure","members":{"Arn":{}}},"ProcessingJob":{"type":"structure","members":{"Arn":{}}},"TransformJob":{"type":"structure","members":{"Arn":{}}},"TuningJob":{"type":"structure","members":{"Arn":{}}},"Model":{"type":"structure","members":{"Arn":{}}},"RegisterModel":{"type":"structure","members":{"Arn":{}}},"Condition":{"type":"structure","members":{"Outcome":{}}},"Callback":{"type":"structure","members":{"CallbackToken":{},"SqsQueueUrl":{},"OutputParameters":{"shape":"S1hj"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1hj"}}},"EMR":{"type":"structure","members":{"ClusterId":{},"StepId":{},"StepName":{},"LogFilePath":{}}},"QualityCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckStatistics":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineStatistics":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"ClarifyCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"Fail":{"type":"structure","members":{"ErrorMessage":{}}},"AutoMLJob":{"type":"structure","members":{"Arn":{}}}}},"AttemptCount":{"type":"integer"},"SelectiveExecutionResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1i0"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListResourceCatalogs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ResourceCatalogs":{"type":"list","member":{"type":"structure","required":["ResourceCatalogArn","ResourceCatalogName","Description","CreationTime"],"members":{"ResourceCatalogArn":{},"ResourceCatalogName":{},"Description":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SpaceSettingsSummary":{"type":"structure","members":{"AppType":{},"SpaceStorageSettings":{"shape":"Sri"}}},"SpaceSharingSettingsSummary":{"type":"structure","members":{"SharingType":{}}},"OwnershipSettingsSummary":{"type":"structure","members":{"OwnerUserProfileName":{}}},"SpaceDisplayName":{}}}},"NextToken":{}}}},"ListStageDevices":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"EdgeDeploymentPlanName":{},"ExcludeDevicesDeployedInOtherStage":{"type":"boolean"},"StageName":{}}},"output":{"type":"structure","required":["DeviceDeploymentSummaries"],"members":{"DeviceDeploymentSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","StageName","DeviceName","DeviceArn"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"StageName":{},"DeployedStageName":{},"DeviceFleetName":{},"DeviceName":{},"DeviceArn":{},"DeviceDeploymentStatus":{},"DeviceDeploymentStatusMessage":{},"Description":{},"DeploymentStartTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStudioLifecycleConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"AppTypeEquals":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"StudioLifecycleConfigs":{"type":"list","member":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigAppType":{}}}}}}},"ListSubscribedWorkteams":{"input":{"type":"structure","members":{"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["SubscribedWorkteams"],"members":{"SubscribedWorkteams":{"type":"list","member":{"shape":"S15x"}},"NextToken":{}}}},"ListTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"},"NextToken":{}}}},"ListTrainingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"WarmPoolStatusEquals":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"CreationTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatus":{},"WarmPoolStatus":{"shape":"S161"}}}},"NextToken":{}}}},"ListTrainingJobsForHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{},"NextToken":{},"MaxResults":{"type":"integer"},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"shape":"S12d"}},"NextToken":{}}}},"ListTransformJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["TransformJobSummaries"],"members":{"TransformJobSummaries":{"type":"list","member":{"type":"structure","required":["TransformJobName","TransformJobArn","CreationTime","TransformJobStatus"],"members":{"TransformJobName":{},"TransformJobArn":{},"CreationTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TransformJobStatus":{},"FailureReason":{}}}},"NextToken":{}}}},"ListTrialComponents":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"SourceArn":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"TrialComponentSource":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"NextToken":{}}}},"ListTrials":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialComponentName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialSummaries":{"type":"list","member":{"type":"structure","members":{"TrialArn":{},"TrialName":{},"DisplayName":{},"TrialSource":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListUserProfiles":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameContains":{}}},"output":{"type":"structure","members":{"UserProfiles":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListWorkforces":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workforces"],"members":{"Workforces":{"type":"list","member":{"shape":"S173"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S17b"}},"NextToken":{}}}},"PutModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName","ResourcePolicy"],"members":{"ModelPackageGroupName":{},"ResourcePolicy":{}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"QueryLineage":{"input":{"type":"structure","members":{"StartArns":{"type":"list","member":{}},"Direction":{},"IncludeEdges":{"type":"boolean"},"Filters":{"type":"structure","members":{"Types":{"type":"list","member":{}},"LineageTypes":{"type":"list","member":{}},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"ModifiedBefore":{"type":"timestamp"},"ModifiedAfter":{"type":"timestamp"},"Properties":{"type":"map","key":{},"value":{}}}},"MaxDepth":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Vertices":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"LineageType":{}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}}},"NextToken":{}}}},"RegisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1ky"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sh0"},"Task":{"type":"structure","required":["Input"],"members":{"Input":{}}},"RoleArn":{},"HumanTaskUiArn":{}}},"output":{"type":"structure","required":["RenderedContent","Errors"],"members":{"RenderedContent":{},"Errors":{"type":"list","member":{"type":"structure","required":["Code","Message"],"members":{"Code":{},"Message":{}}}}}}},"RetryPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1l9"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CrossAccountFilterOption":{},"VisibilityConditions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1lr"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10v"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S16r"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"Metrics":{"shape":"S16t"},"MetadataProperties":{"shape":"S21"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1lr"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"ExperimentConfig":{"shape":"Sr0"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1lz"}}},"LineageGroupArn":{},"Tags":{"shape":"S7"},"Parents":{"type":"list","member":{"type":"structure","members":{"TrialName":{},"ExperimentName":{}}}},"RunName":{}}},"Endpoint":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"S10d"},"DataCaptureConfig":{"shape":"S10l"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S14r"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"S10d"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Snj"},"ValidationSpecification":{"shape":"Sng"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S14e"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"So2"},"SourceUri":{},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"SkipModelValidation":{}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"ModelPackageGroupStatus":{},"Tags":{"shape":"S7"}}},"Pipeline":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S15b"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"},"PipelineParameters":{"shape":"S1i0"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"},"LastUpdateStatus":{"shape":"S116"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"S11c"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"ServiceCatalogProvisionedProductDetails":{"shape":"S15m"},"ProjectStatus":{},"CreatedBy":{"shape":"Swx"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"BestTrainingJob":{"shape":"S12d"},"OverallBestTrainingJob":{"shape":"S12d"},"WarmStartConfig":{"shape":"Sif"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S12g"},"ConsumedResources":{"shape":"S12h"},"Tags":{"shape":"S7"}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{},"ModelPackageGroupName":{}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"},"DeploymentRecommendation":{"shape":"S13x"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1lz"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S1g5"},"LastMonitoringExecutionSummary":{"shape":"S14r"},"BatchTransformInput":{"shape":"S9o"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}}}}},"NextToken":{}}}},"SendPipelineExecutionStepFailure":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"FailureReason":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"SendPipelineExecutionStepSuccess":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"OutputParameters":{"shape":"S1hj"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StartEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StartInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StartMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StartNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StartPipelineExecution":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"PipelineExecutionDisplayName":{},"PipelineParameters":{"shape":"S1i0"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}}},"StopCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"StopEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StopEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}}},"StopHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"StopInferenceExperiment":{"input":{"type":"structure","required":["Name","ModelVariantActions"],"members":{"Name":{},"ModelVariantActions":{"type":"map","key":{},"value":{}},"DesiredModelVariants":{"shape":"Sjn"},"DesiredState":{},"Reason":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StopInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}}},"StopLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}}},"StopMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StopNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StopPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}}},"StopTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}}},"StopTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}}},"UpdateAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S5n"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7x"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateClusterSoftware":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1z"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sac"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1ky"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4p"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"Sbr"},"DockerSettings":{"shape":"Sbu"}}},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"},"SubnetIds":{"shape":"S6e"},"AppNetworkAccessType":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"Scn"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"},"ServerlessUpdateConfig":{"type":"structure","members":{"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sfa"}},"OnlineStoreConfig":{"type":"structure","members":{"TtlDuration":{"shape":"Sfi"}}},"ThroughputConfig":{"type":"structure","members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"S11d"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sgs"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"UpdateImage":{"input":{"type":"structure","required":["ImageName"],"members":{"DeleteProperties":{"type":"list","member":{}},"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"UpdateImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"AliasesToAdd":{"shape":"Siu"},"AliasesToDelete":{"shape":"Siu"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{},"Specification":{"shape":"Sj6"},"RuntimeConfig":{"shape":"Sjd"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceComponentRuntimeConfig":{"input":{"type":"structure","required":["InferenceComponentName","DesiredRuntimeConfig"],"members":{"InferenceComponentName":{},"DesiredRuntimeConfig":{"shape":"Sjd"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sjk"},"Description":{},"ModelVariants":{"shape":"Sjn"},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Sn1"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Snt"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"So2"},"InferenceSpecification":{"shape":"Sr"},"SourceUri":{}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"UpdateMonitoringAlert":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","DatapointsToAlert","EvaluationPeriod"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{},"MonitoringAlertName":{}}}},"UpdateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Soi"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"UpdateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"InstanceType":{},"RoleArn":{},"LifecycleConfigName":{},"DisassociateLifecycleConfig":{"type":"boolean"},"VolumeSizeInGB":{"type":"integer"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"AcceleratorTypes":{"shape":"Soz"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Spi"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sr7"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Srf"},"SpaceDisplayName":{}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ssn"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"Ssp"},"ResourceConfig":{"type":"structure","required":["KeepAlivePeriodInSeconds"],"members":{"KeepAlivePeriodInSeconds":{"type":"integer"}}},"RemoteDebugConfig":{"type":"structure","members":{"EnableRemoteDebug":{"type":"boolean"}}}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"UpdateTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{},"DisplayName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"UpdateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sth"},"ParametersToRemove":{"shape":"S1px"},"InputArtifacts":{"shape":"Stl"},"InputArtifactsToRemove":{"shape":"S1px"},"OutputArtifacts":{"shape":"Stl"},"OutputArtifactsToRemove":{"shape":"S1px"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"Sai"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Su2"},"OidcConfig":{"shape":"Stz"},"WorkforceVpcConfig":{"shape":"Su6"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S173"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Sug"},"Description":{},"NotificationConfiguration":{"shape":"Suo"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S17b"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1h"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1j"},"SupportedContentTypes":{"shape":"S1l"},"SupportedResponseMIMETypes":{"shape":"S1n"}}},"Ss":{"type":"list","member":{"type":"structure","required":["Image"],"members":{"ContainerHostname":{},"Image":{},"ImageDigest":{},"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"ProductId":{},"Environment":{"shape":"S16"},"ModelInput":{"type":"structure","required":["DataInputConfig"],"members":{"DataInputConfig":{}}},"Framework":{},"FrameworkVersion":{},"NearestModelName":{},"AdditionalS3DataSource":{"shape":"S1d"}}}},"Sy":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3Uri","S3DataType","CompressionType"],"members":{"S3Uri":{},"S3DataType":{},"CompressionType":{},"ModelAccessConfig":{"shape":"S13"}}}}},"S13":{"type":"structure","required":["AcceptEula"],"members":{"AcceptEula":{"type":"boolean"}}},"S16":{"type":"map","key":{},"value":{}},"S1d":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"CompressionType":{}}},"S1h":{"type":"list","member":{}},"S1j":{"type":"list","member":{}},"S1l":{"type":"list","member":{}},"S1n":{"type":"list","member":{}},"S1u":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1z":{"type":"map","key":{},"value":{}},"S21":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S26":{"type":"structure","required":["TrainingImage","SupportedTrainingInstanceTypes","TrainingChannels"],"members":{"TrainingImage":{},"TrainingImageDigest":{},"SupportedHyperParameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Description":{},"Type":{},"Range":{"type":"structure","members":{"IntegerParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"ContinuousParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"CategoricalParameterRangeSpecification":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S2g"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2l"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1l"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2w"}},"AdditionalS3DataSource":{"shape":"S1d"}}},"S2g":{"type":"list","member":{}},"S2l":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2w":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2y":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TrainingJobDefinition"],"members":{"ProfileName":{},"TrainingJobDefinition":{"type":"structure","required":["TrainingInputMode","InputDataConfig","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingInputMode":{},"HyperParameters":{"shape":"S33"},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"StoppingCondition":{"shape":"S3w"}}},"TransformJobDefinition":{"shape":"S40"}}}}}},"S33":{"type":"map","key":{},"value":{}},"S35":{"type":"list","member":{"type":"structure","required":["ChannelName","DataSource"],"members":{"ChannelName":{},"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"S3DataDistributionType":{},"AttributeNames":{"type":"list","member":{}},"InstanceGroupNames":{"type":"list","member":{}}}},"FileSystemDataSource":{"type":"structure","required":["FileSystemId","FileSystemAccessMode","FileSystemType","DirectoryPath"],"members":{"FileSystemId":{},"FileSystemAccessMode":{},"FileSystemType":{},"DirectoryPath":{}}}}},"ContentType":{},"CompressionType":{},"RecordWrapperType":{},"InputMode":{},"ShuffleConfig":{"type":"structure","required":["Seed"],"members":{"Seed":{"type":"long"}}}}}},"S3n":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"CompressionType":{}}},"S3q":{"type":"structure","required":["VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"KeepAlivePeriodInSeconds":{"type":"integer"},"InstanceGroups":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","InstanceGroupName"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"InstanceGroupName":{}}}}}},"S3w":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"},"MaxPendingTimeInSeconds":{"type":"integer"}}},"S40":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"TransformResources":{"shape":"S4e"}}},"S44":{"type":"map","key":{},"value":{}},"S47":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S4b":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S4e":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4p":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"SageMakerImageVersionAlias":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4z":{"type":"structure","required":["KernelSpecs"],"members":{"KernelSpecs":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"DisplayName":{}}}},"FileSystemConfig":{"shape":"S54"}}},"S54":{"type":"structure","members":{"MountPath":{},"DefaultUid":{"type":"integer"},"DefaultGid":{"type":"integer"}}},"S58":{"type":"structure","members":{"FileSystemConfig":{"shape":"S54"},"ContainerConfig":{"shape":"S59"}}},"S59":{"type":"structure","members":{"ContainerArguments":{"type":"list","member":{}},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerEnvironmentVariables":{"type":"map","key":{},"value":{}}}},"S5f":{"type":"structure","members":{"FileSystemConfig":{"shape":"S54"},"ContainerConfig":{"shape":"S59"}}},"S5j":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S5n":{"type":"map","key":{},"value":{}},"S5t":{"type":"list","member":{"type":"structure","required":["TargetAttributeName"],"members":{"DataSource":{"shape":"S5v"},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{},"SampleWeightAttributeName":{}}}},"S5v":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"S61":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S63":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S65":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"},"SecurityConfig":{"shape":"S6a"},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{},"AlgorithmsConfig":{"shape":"S6h"}}},"DataSplitConfig":{"shape":"S6l"},"Mode":{}}},"S66":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S6a":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"S6b":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S6e"}}},"S6e":{"type":"list","member":{}},"S6h":{"type":"list","member":{"type":"structure","required":["AutoMLAlgorithms"],"members":{"AutoMLAlgorithms":{"type":"list","member":{}}}}},"S6l":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"S6p":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S6v":{"type":"list","member":{"type":"structure","members":{"ChannelType":{},"ContentType":{},"CompressionType":{},"DataSource":{"shape":"S5v"}}}},"S6x":{"type":"structure","members":{"ImageClassificationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"}}},"TextClassificationJobConfig":{"type":"structure","required":["ContentColumn","TargetLabelColumn"],"members":{"CompletionCriteria":{"shape":"S66"},"ContentColumn":{},"TargetLabelColumn":{}}},"TimeSeriesForecastingJobConfig":{"type":"structure","required":["ForecastFrequency","ForecastHorizon","TimeSeriesConfig"],"members":{"FeatureSpecificationS3Uri":{},"CompletionCriteria":{"shape":"S66"},"ForecastFrequency":{},"ForecastHorizon":{"type":"integer"},"ForecastQuantiles":{"type":"list","member":{}},"Transformations":{"type":"structure","members":{"Filling":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Aggregation":{"type":"map","key":{},"value":{}}}},"TimeSeriesConfig":{"type":"structure","required":["TargetAttributeName","TimestampAttributeName","ItemIdentifierAttributeName"],"members":{"TargetAttributeName":{},"TimestampAttributeName":{},"ItemIdentifierAttributeName":{},"GroupingAttributeNames":{"type":"list","member":{}}}},"HolidayConfig":{"type":"list","member":{"type":"structure","members":{"CountryCode":{}}}}}},"TabularJobConfig":{"type":"structure","required":["TargetAttributeName"],"members":{"CandidateGenerationConfig":{"type":"structure","members":{"AlgorithmsConfig":{"shape":"S6h"}}},"CompletionCriteria":{"shape":"S66"},"FeatureSpecificationS3Uri":{},"Mode":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"ProblemType":{},"TargetAttributeName":{},"SampleWeightAttributeName":{}}},"TextGenerationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"},"BaseModelName":{},"TextGenerationHyperParameters":{"type":"map","key":{},"value":{}},"ModelAccessConfig":{"shape":"S13"}}}},"union":true},"S7x":{"type":"list","member":{"type":"structure","required":["InstanceCount","InstanceGroupName","InstanceType","LifeCycleConfig","ExecutionRole"],"members":{"InstanceCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S82"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"S82":{"type":"structure","required":["SourceS3Uri","OnCreate"],"members":{"SourceS3Uri":{},"OnCreate":{}}},"S88":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S8f":{"type":"structure","required":["S3Uri","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S8i":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S8p":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S8y":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S93":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"},"StatisticsResource":{"shape":"S96"}}},"S95":{"type":"structure","members":{"S3Uri":{}}},"S96":{"type":"structure","members":{"S3Uri":{}}},"S97":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S9d"}}},"S99":{"type":"list","member":{}},"S9b":{"type":"list","member":{}},"S9d":{"type":"map","key":{},"value":{}},"S9g":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}},"S9h":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9o":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9u":{"type":"structure","required":["MonitoringOutputs"],"members":{"MonitoringOutputs":{"type":"list","member":{"type":"structure","required":["S3Output"],"members":{"S3Output":{"type":"structure","required":["S3Uri","LocalPath"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}}}}},"KmsKeyId":{}}},"Sa0":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Sa5":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"Sa6":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sac":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"Sai":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Saj"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}},"ModelRegisterSettings":{"type":"structure","members":{"Status":{},"CrossAccountModelRegisterRoleArn":{}}},"WorkspaceSettings":{"type":"structure","members":{"S3ArtifactPath":{},"S3KmsKeyId":{}}},"IdentityProviderOAuthSettings":{"type":"list","member":{"type":"structure","members":{"DataSourceName":{},"Status":{},"SecretArn":{}}}},"DirectDeploySettings":{"type":"structure","members":{"Status":{}}},"KendraSettings":{"type":"structure","members":{"Status":{}}},"GenerativeAiSettings":{"type":"structure","members":{"AmazonBedrockRoleArn":{}}}}},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"}}},"JupyterLabAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"},"CodeRepositories":{"shape":"Sao"}}},"SpaceStorageSettings":{"type":"structure","members":{"DefaultEbsStorageSettings":{"type":"structure","required":["DefaultEbsVolumeSizeInGb","MaximumEbsVolumeSizeInGb"],"members":{"DefaultEbsVolumeSizeInGb":{"type":"integer"},"MaximumEbsVolumeSizeInGb":{"type":"integer"}}}}},"DefaultLandingUri":{},"StudioWebPortal":{},"CustomPosixUserConfig":{"type":"structure","required":["Uid","Gid"],"members":{"Uid":{"type":"long"},"Gid":{"type":"long"}}},"CustomFileSystemConfigs":{"type":"list","member":{"type":"structure","members":{"EFSFileSystemConfig":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{},"FileSystemPath":{}}}},"union":true}}}},"Saj":{"type":"list","member":{}},"Sam":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"LifecycleConfigArns":{"shape":"San"},"CodeRepositories":{"shape":"Sao"}}},"San":{"type":"list","member":{}},"Sao":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}},"Sar":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"}}},"Sas":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"Sbq":{"type":"structure","members":{"SecurityGroupIds":{"shape":"Sbr"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4p"}}},"ExecutionRoleIdentityConfig":{},"DockerSettings":{"shape":"Sbu"}}},"Sbr":{"type":"list","member":{}},"Sbu":{"type":"structure","members":{"EnableDockerAccess":{},"VpcOnlyTrustedAccounts":{"type":"list","member":{}}}},"Sc0":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Saj"},"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"}}},"Sc5":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"Sc7":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sc9"},"DeploymentConfig":{"shape":"Sce"}}}},"Sc9":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"Scc"},"DeviceNameContains":{}}},"Scc":{"type":"list","member":{}},"Sce":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"Scn":{"type":"structure","members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"Scs"},"LinearStepSize":{"shape":"Scs"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"RollingUpdatePolicy":{"type":"structure","required":["MaximumBatchSize","WaitIntervalInSeconds"],"members":{"MaximumBatchSize":{"shape":"Scs"},"WaitIntervalInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"},"RollbackMaximumBatchSize":{"shape":"Scs"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}}}},"Scs":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Sd5":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Sdd"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"},"EnableSSMAccess":{"type":"boolean"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"Sdd":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}},"Sdl":{"type":"structure","members":{"Status":{},"MinInstanceCount":{"type":"integer"},"MaxInstanceCount":{"type":"integer"}}},"Sdp":{"type":"structure","required":["RoutingStrategy"],"members":{"RoutingStrategy":{}}},"Sdr":{"type":"structure","required":["InitialSamplingPercentage","DestinationS3Uri","CaptureOptions"],"members":{"EnableCapture":{"type":"boolean"},"InitialSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{},"CaptureOptions":{"type":"list","member":{"type":"structure","required":["CaptureMode"],"members":{"CaptureMode":{}}}},"CaptureContentTypeHeader":{"shape":"Sdx"}}},"Sdx":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Se2":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{},"IncludeInferenceResponseIn":{"type":"list","member":{}}}},"S3FailurePath":{}}}}},"Sea":{"type":"structure","members":{"ClarifyExplainerConfig":{"type":"structure","required":["ShapConfig"],"members":{"EnableExplanations":{},"InferenceConfig":{"type":"structure","members":{"FeaturesAttribute":{},"ContentTemplate":{},"MaxRecordCount":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"ProbabilityIndex":{"type":"integer"},"LabelIndex":{"type":"integer"},"ProbabilityAttribute":{},"LabelAttribute":{},"LabelHeaders":{"type":"list","member":{}},"FeatureHeaders":{"type":"list","member":{}},"FeatureTypes":{"type":"list","member":{}}}},"ShapConfig":{"type":"structure","required":["ShapBaselineConfig"],"members":{"ShapBaselineConfig":{"type":"structure","members":{"MimeType":{},"ShapBaseline":{},"ShapBaselineUri":{}}},"NumberOfSamples":{"type":"integer"},"UseLogit":{"type":"boolean"},"Seed":{"type":"integer"},"TextConfig":{"type":"structure","required":["Language","Granularity"],"members":{"Language":{},"Granularity":{}}}}}}}}},"Sf9":{"type":"list","member":{"shape":"Sfa"}},"Sfa":{"type":"structure","required":["FeatureName","FeatureType"],"members":{"FeatureName":{},"FeatureType":{},"CollectionType":{},"CollectionConfig":{"type":"structure","members":{"VectorConfig":{"type":"structure","required":["Dimension"],"members":{"Dimension":{"type":"integer"}}}},"union":true}}},"Sfg":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"},"TtlDuration":{"shape":"Sfi"},"StorageType":{}}},"Sfi":{"type":"structure","members":{"Unit":{},"Value":{"type":"integer"}}},"Sfm":{"type":"structure","required":["S3StorageConfig"],"members":{"S3StorageConfig":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"KmsKeyId":{},"ResolvedOutputS3Uri":{}}},"DisableGlueTableCreation":{"type":"boolean"},"DataCatalogConfig":{"type":"structure","required":["TableName","Catalog","Database"],"members":{"TableName":{},"Catalog":{},"Database":{}}},"TableFormat":{}}},"Sg1":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Sg3":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Sg6":{"type":"structure","required":["WorkteamArn","HumanTaskUiArn","TaskTitle","TaskDescription","TaskCount"],"members":{"WorkteamArn":{},"HumanTaskUiArn":{},"TaskTitle":{},"TaskDescription":{},"TaskCount":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskKeywords":{"type":"list","member":{}},"PublicWorkforceTaskPrice":{"shape":"Sgg"}}},"Sgg":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sgl":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sgs":{"type":"list","member":{}},"Sgu":{"type":"structure","members":{"S3OutputPath":{}}},"Sh0":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sh5":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2w"},"ResourceLimits":{"shape":"Shb"},"ParameterRanges":{"shape":"Shf"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","members":{"TargetObjectiveMetricValue":{"type":"float"},"BestObjectiveNotImproving":{"type":"structure","members":{"MaxNumberOfTrainingJobsNotImproving":{"type":"integer"}}},"ConvergenceDetected":{"type":"structure","members":{"CompleteOnConvergence":{}}}}},"RandomSeed":{"type":"integer"}}},"Shb":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"},"MaxRuntimeInSeconds":{"type":"integer"}}},"Shf":{"type":"structure","members":{"IntegerParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"ContinuousParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2g"}}}},"AutoParameters":{"type":"list","member":{"type":"structure","required":["Name","ValueHint"],"members":{"Name":{},"ValueHint":{}}}}}},"Shy":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2w"},"HyperParameterRanges":{"shape":"Shf"},"StaticHyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2l"}}},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"VpcConfig":{"shape":"S6b"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"HyperParameterTuningResourceConfig":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"AllocationStrategy":{},"InstanceConfigs":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"}}}}}},"StoppingCondition":{"shape":"S3w"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"RetryStrategy":{"shape":"Si9"},"Environment":{"type":"map","key":{},"value":{}}}},"Si8":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Si9":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Sie":{"type":"list","member":{"shape":"Shy"}},"Sif":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Sij":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Siu":{"type":"list","member":{}},"Sj6":{"type":"structure","required":["ComputeResourceRequirements"],"members":{"ModelName":{},"Container":{"type":"structure","members":{"Image":{},"ArtifactUrl":{},"Environment":{"shape":"S16"}}},"StartupParameters":{"shape":"Sj8"},"ComputeResourceRequirements":{"shape":"Sj9"}}},"Sj8":{"type":"structure","members":{"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}},"Sj9":{"type":"structure","required":["MinMemoryRequiredInMb"],"members":{"NumberOfCpuCoresRequired":{"type":"float"},"NumberOfAcceleratorDevicesRequired":{"type":"float"},"MinMemoryRequiredInMb":{"type":"integer"},"MaxMemoryRequiredInMb":{"type":"integer"}}},"Sjd":{"type":"structure","required":["CopyCount"],"members":{"CopyCount":{"type":"integer"}}},"Sjk":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sjn":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sjq"}}}},"Sjq":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Sjv":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Sdx"}}},"Sjw":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sk4":{"type":"structure","members":{"ModelPackageVersionArn":{},"ModelName":{},"JobDurationInSeconds":{"type":"integer"},"TrafficPattern":{"type":"structure","members":{"TrafficType":{},"Phases":{"type":"list","member":{"type":"structure","members":{"InitialNumberOfUsers":{"type":"integer"},"SpawnRate":{"type":"integer"},"DurationInSeconds":{"type":"integer"}}}},"Stairs":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"NumberOfSteps":{"type":"integer"},"UsersPerStep":{"type":"integer"}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"ServerlessConfig":{"shape":"Sdd"},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"SupportedEndpointType":{},"DataInputConfig":{},"SupportedResponseMIMETypes":{"type":"list","member":{}}}},"Endpoints":{"type":"list","member":{"shape":"Sl3"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}}}},"Sl3":{"type":"structure","members":{"EndpointName":{}}},"Sla":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}},"FlatInvocations":{}}},"Slm":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["ManifestS3Uri"],"members":{"ManifestS3Uri":{}}},"SnsDataSource":{"type":"structure","required":["SnsTopicArn"],"members":{"SnsTopicArn":{}}}}},"DataAttributes":{"type":"structure","members":{"ContentClassifiers":{"type":"list","member":{}}}}}},"Slt":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Slu":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Slx":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S6b"}}}}},"Sm1":{"type":"structure","required":["WorkteamArn","UiConfig","PreHumanTaskLambdaArn","TaskTitle","TaskDescription","NumberOfHumanWorkersPerDataObject","TaskTimeLimitInSeconds","AnnotationConsolidationConfig"],"members":{"WorkteamArn":{},"UiConfig":{"type":"structure","members":{"UiTemplateS3Uri":{},"HumanTaskUiArn":{}}},"PreHumanTaskLambdaArn":{},"TaskKeywords":{"type":"list","member":{}},"TaskTitle":{},"TaskDescription":{},"NumberOfHumanWorkersPerDataObject":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"MaxConcurrentTaskCount":{"type":"integer"},"AnnotationConsolidationConfig":{"type":"structure","required":["AnnotationConsolidationLambdaArn"],"members":{"AnnotationConsolidationLambdaArn":{}}},"PublicWorkforceTaskPrice":{"shape":"Sgg"}}},"Smg":{"type":"structure","members":{"ContainerHostname":{},"Image":{},"ImageConfig":{"type":"structure","required":["RepositoryAccessMode"],"members":{"RepositoryAccessMode":{},"RepositoryAuthConfig":{"type":"structure","required":["RepositoryCredentialsProviderArn"],"members":{"RepositoryCredentialsProviderArn":{}}}}},"Mode":{},"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"Environment":{"shape":"S16"},"ModelPackageName":{},"InferenceSpecificationName":{},"MultiModelConfig":{"type":"structure","members":{"ModelCacheSetting":{}}}}},"Smp":{"type":"list","member":{"shape":"Smg"}},"Smq":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Smu":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Smv":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S9d"}}},"Smw":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"},"GroundTruthS3Input":{"shape":"Smx"}}},"Smx":{"type":"structure","members":{"S3Uri":{}}},"Sn0":{"type":"structure","members":{"KmsKeyId":{}}},"Sn1":{"type":"string","sensitive":true},"Sn7":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Snb":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Snc":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S9d"}}},"Snd":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}},"Sng":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S40"}}}}}},"Snj":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"AlgorithmName":{}}}}}},"Snm":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Sno"},"PreTrainingReport":{"shape":"Sno"},"PostTrainingReport":{"shape":"Sno"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Sno"}}}}},"Sno":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Snt":{"type":"map","key":{},"value":{}},"Snw":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Sny"},"PreTrainingConstraints":{"shape":"Sno"},"PostTrainingConstraints":{"shape":"Sno"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Sno"},"ConfigFile":{"shape":"Sny"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}}}},"Sny":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"So2":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1h"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1j"},"SupportedContentTypes":{"shape":"S1l"},"SupportedResponseMIMETypes":{"shape":"S1n"}}}},"Sob":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Soc":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S9d"}}},"Soe":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"},"GroundTruthS3Input":{"shape":"Smx"}}},"Soi":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{},"DataAnalysisStartTime":{},"DataAnalysisEndTime":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"},"StatisticsResource":{"shape":"S96"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}}},"MonitoringOutputConfig":{"shape":"S9u"},"MonitoringResources":{"shape":"Sa0"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"Sa6"},"Environment":{"shape":"S9d"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Soq":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"Soz":{"type":"list","member":{}},"Sp2":{"type":"list","member":{}},"Sp5":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Spa":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Spi":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Spo":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Sq1":{"type":"list","member":{"type":"structure","required":["InputName"],"members":{"InputName":{},"AppManaged":{"type":"boolean"},"S3Input":{"type":"structure","required":["S3Uri","S3DataType"],"members":{"S3Uri":{},"LocalPath":{},"S3DataType":{},"S3InputMode":{},"S3DataDistributionType":{},"S3CompressionType":{}}},"DatasetDefinition":{"type":"structure","members":{"AthenaDatasetDefinition":{"type":"structure","required":["Catalog","Database","QueryString","OutputS3Uri","OutputFormat"],"members":{"Catalog":{},"Database":{},"QueryString":{},"WorkGroup":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"RedshiftDatasetDefinition":{"type":"structure","required":["ClusterId","Database","DbUser","QueryString","ClusterRoleArn","OutputS3Uri","OutputFormat"],"members":{"ClusterId":{},"Database":{},"DbUser":{},"QueryString":{},"ClusterRoleArn":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"LocalPath":{},"DataDistributionType":{},"InputMode":{}}}}}},"Sqo":{"type":"structure","required":["Outputs"],"members":{"Outputs":{"type":"list","member":{"type":"structure","required":["OutputName"],"members":{"OutputName":{},"S3Output":{"type":"structure","required":["S3Uri","LocalPath","S3UploadMode"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}},"FeatureStoreOutput":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}},"AppManaged":{"type":"boolean"}}}},"KmsKeyId":{}}},"Sqt":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Sqv":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sqx":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"type":"list","member":{}}}},"Sqz":{"type":"map","key":{},"value":{}},"Sr0":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Sr5":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sr7"}}},"Sr7":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Srf":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"}}},"JupyterLabAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CodeRepositories":{"shape":"Sao"}}},"AppType":{},"SpaceStorageSettings":{"shape":"Sri"},"CustomFileSystems":{"type":"list","member":{"type":"structure","members":{"EFSFileSystem":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{}}}},"union":true}}}},"Sri":{"type":"structure","members":{"EbsStorageSettings":{"type":"structure","required":["EbsVolumeSizeInGb"],"members":{"EbsVolumeSizeInGb":{"type":"integer"}}}}},"Srn":{"type":"structure","required":["OwnerUserProfileName"],"members":{"OwnerUserProfileName":{}}},"Sro":{"type":"structure","required":["SharingType"],"members":{"SharingType":{}}},"Srz":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2l"},"EnableSageMakerMetricsTimeSeries":{"type":"boolean"},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerArguments":{"type":"list","member":{}},"TrainingImageConfig":{"type":"structure","required":["TrainingRepositoryAccessMode"],"members":{"TrainingRepositoryAccessMode":{},"TrainingRepositoryAuthConfig":{"type":"structure","required":["TrainingRepositoryCredentialsProviderArn"],"members":{"TrainingRepositoryCredentialsProviderArn":{}}}}}}},"Ss8":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{},"HookParameters":{"type":"map","key":{},"value":{}},"CollectionConfigurations":{"type":"list","member":{"type":"structure","members":{"CollectionName":{},"CollectionParameters":{"type":"map","key":{},"value":{}}}}}}},"Ssg":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ssj"}}}},"Ssj":{"type":"map","key":{},"value":{}},"Ssk":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Ssl":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ssn"},"DisableProfiler":{"type":"boolean"}}},"Ssn":{"type":"map","key":{},"value":{}},"Ssp":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ssj"}}}},"Ssr":{"type":"map","key":{},"value":{}},"Ssu":{"type":"structure","members":{"EnableRemoteDebug":{"type":"boolean"}}},"Ssw":{"type":"structure","members":{"EnableInfraCheck":{"type":"boolean"}}},"St2":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"St5":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"St6":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Ste":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"Sth":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"Stl":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Stw":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Stz":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Su2":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Su6":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Su8"},"Subnets":{"shape":"Sua"}}},"Su8":{"type":"list","member":{}},"Sua":{"type":"list","member":{}},"Sug":{"type":"list","member":{"type":"structure","members":{"CognitoMemberDefinition":{"type":"structure","required":["UserPool","UserGroup","ClientId"],"members":{"UserPool":{},"UserGroup":{},"ClientId":{}}},"OidcMemberDefinition":{"type":"structure","members":{"Groups":{"type":"list","member":{}}}}}}},"Suo":{"type":"structure","members":{"NotificationTopicArn":{}}},"Swx":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{},"IamIdentity":{"type":"structure","members":{"Arn":{},"PrincipalId":{},"SourceIdentity":{}}}}},"Sx4":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Sxi":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Sxk":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"},"StandardMetricName":{}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"shape":"Sxw"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{},"BacktestResults":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}},"InferenceContainerDefinitions":{"type":"map","key":{},"value":{"shape":"Sxw"}}}},"Sxw":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"S16"}}}},"Syc":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"Syg":{"type":"structure","members":{"EndpointName":{}}},"Syy":{"type":"structure","required":["Status"],"members":{"Status":{},"Message":{}}},"Sz7":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"S10d":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"S10f"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"S10h"},"CurrentServerlessConfig":{"shape":"Sdd"},"DesiredServerlessConfig":{"shape":"Sdd"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"S10f":{"type":"list","member":{"shape":"S10g"}},"S10g":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}},"S10h":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"S10l":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"S10p":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"S10f"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"S10h"},"CurrentServerlessConfig":{"shape":"Sdd"},"DesiredServerlessConfig":{"shape":"Sdd"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"S10v":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S113":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"S116":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"S11c":{"type":"list","member":{"shape":"S11d"}},"S11d":{"type":"structure","members":{"Key":{},"Value":{}}},"S11u":{"type":"list","member":{}},"S129":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"S12b":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"S12d":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus","TunedHyperParameters"],"members":{"TrainingJobDefinitionName":{},"TrainingJobName":{},"TrainingJobArn":{},"TuningJobName":{},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"TrainingJobStatus":{},"TunedHyperParameters":{"shape":"S33"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"S12g":{"type":"structure","members":{"NumberOfTrainingJobsObjectiveNotImproving":{"type":"integer"},"ConvergenceDetectedTime":{"type":"timestamp"}}},"S12h":{"type":"structure","members":{"RuntimeInSeconds":{"type":"integer"}}},"S138":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"},"ModelSetupTime":{"type":"integer"}}},"S13b":{"type":"structure","required":["EndpointName","VariantName"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"},"ServerlessConfig":{"shape":"Sdd"}}},"S13d":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"S13l":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"S13p":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"S13s":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"S13x":{"type":"structure","required":["RecommendationStatus"],"members":{"RecommendationStatus":{},"RealTimeInferenceRecommendations":{"type":"list","member":{"type":"structure","required":["RecommendationId","InstanceType"],"members":{"RecommendationId":{},"InstanceType":{},"Environment":{"shape":"S16"}}}}}},"S14e":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"S14f"},"ImageScanStatuses":{"shape":"S14f"}}},"S14f":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"S14r":{"type":"structure","required":["MonitoringScheduleName","ScheduledTime","CreationTime","LastModifiedTime","MonitoringExecutionStatus"],"members":{"MonitoringScheduleName":{},"ScheduledTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringExecutionStatus":{},"ProcessingJobArn":{},"EndpointName":{},"FailureReason":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"S15b":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"S15d":{"type":"structure","required":["SelectedSteps"],"members":{"SourcePipelineExecutionArn":{},"SelectedSteps":{"type":"list","member":{"type":"structure","required":["StepName"],"members":{"StepName":{}}}}}},"S15m":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"S15x":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"S161":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S164":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"S167":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"S16b":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S16n":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S16r":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S16t":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"SourceArn":{},"TimeStamp":{"type":"timestamp"},"Max":{"type":"double"},"Min":{"type":"double"},"Last":{"type":"double"},"Count":{"type":"integer"},"Avg":{"type":"double"},"StdDev":{"type":"double"}}}},"S173":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Su2"},"SubDomain":{},"CognitoConfig":{"shape":"Stw"},"OidcConfig":{"type":"structure","members":{"ClientId":{},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"CreateDate":{"type":"timestamp"},"WorkforceVpcConfig":{"type":"structure","required":["VpcId","SecurityGroupIds","Subnets"],"members":{"VpcId":{},"SecurityGroupIds":{"shape":"Su8"},"Subnets":{"shape":"Sua"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S17b":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Sug"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Suo"}}},"S183":{"type":"structure","members":{"MinInvocationsPerMinute":{"type":"integer"},"MaxInvocationsPerMinute":{"type":"integer"}}},"S1av":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S1cl":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"S11u"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S1g5":{"type":"list","member":{"type":"structure","required":["MonitoringAlertName","CreationTime","LastModifiedTime","AlertStatus","DatapointsToAlert","EvaluationPeriod","Actions"],"members":{"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"AlertStatus":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"},"Actions":{"type":"structure","members":{"ModelDashboardIndicator":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}}}}},"S1hj":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1i0":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1ky":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1l9":{"type":"structure","members":{"Filters":{"shape":"S1la"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1la"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1l9"}},"Operator":{}}},"S1la":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1lr":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sz7"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S164"},"FinalMetricDataList":{"shape":"S167"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Ss8"},"ExperimentConfig":{"shape":"Sr0"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"DebugRuleEvaluationStatuses":{"shape":"S16b"},"ProfilerConfig":{"shape":"Ssl"},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"Tags":{"shape":"S7"}}},"S1lz":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"St6"},"ExperimentConfig":{"shape":"Sr0"},"Tags":{"shape":"S7"}}},"S1ng":{"type":"list","member":{}},"S1px":{"type":"list","member":{}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-24","endpointPrefix":"api.sagemaker","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"SageMaker","serviceFullName":"Amazon SageMaker Service","serviceId":"SageMaker","signatureVersion":"v4","signingName":"sagemaker","targetPrefix":"SageMaker","uid":"sagemaker-2017-07-24"},"operations":{"AddAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"AddTags":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"AssociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"BatchDescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageArnList"],"members":{"ModelPackageArnList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ModelPackageSummaries":{"type":"map","key":{},"value":{"type":"structure","required":["ModelPackageGroupName","ModelPackageArn","CreationTime","InferenceSpecification","ModelPackageStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"BatchDescribeModelPackageErrorMap":{"type":"map","key":{},"value":{"type":"structure","required":["ErrorCode","ErrorResponse"],"members":{"ErrorCode":{},"ErrorResponse":{}}}}}}},"CreateAction":{"input":{"type":"structure","required":["ActionName","Source","ActionType"],"members":{"ActionName":{},"Source":{"shape":"S1u"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S26"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2y"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["AlgorithmArn"],"members":{"AlgorithmArn":{}}}},"CreateApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{},"Tags":{"shape":"S7"},"ResourceSpec":{"shape":"S4p"}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S5j"},"ArtifactType":{},"Properties":{"shape":"S5n"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S5t"},"OutputDataConfig":{"shape":"S61"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S63"},"AutoMLJobConfig":{"shape":"S65"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S6p"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName","AutoMLJobInputDataConfig","OutputDataConfig","AutoMLProblemTypeConfig","RoleArn"],"members":{"AutoMLJobName":{},"AutoMLJobInputDataConfig":{"shape":"S6v"},"OutputDataConfig":{"shape":"S61"},"AutoMLProblemTypeConfig":{"shape":"S6x"},"RoleArn":{},"Tags":{"shape":"S7"},"SecurityConfig":{"shape":"S6a"},"AutoMLJobObjective":{"shape":"S63"},"ModelDeployConfig":{"shape":"S6p"},"DataSplitConfig":{"shape":"S6l"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7x"},"VpcConfig":{"shape":"S6b"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S88"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"CreateCompilationJob":{"input":{"type":"structure","required":["CompilationJobName","RoleArn","OutputConfig","StoppingCondition"],"members":{"CompilationJobName":{},"RoleArn":{},"ModelPackageVersionArn":{},"InputConfig":{"shape":"S8f"},"OutputConfig":{"shape":"S8i"},"VpcConfig":{"shape":"S8p"},"StoppingCondition":{"shape":"S3w"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S8y"},"ContextType":{},"Description":{},"Properties":{"shape":"S1z"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S93"},"DataQualityAppSpecification":{"shape":"S97"},"DataQualityJobInput":{"shape":"S9g"},"DataQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sac"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettings":{"shape":"Sbq"},"SubnetIds":{"shape":"S6e"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sc5"},"DeviceFleetName":{},"Stages":{"shape":"Sc7"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"Sc7"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"Sac"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"Scn"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sd5"},"DataCaptureConfig":{"shape":"Sdr"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Se2"},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"Sd5"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"ThroughputConfig":{"type":"structure","required":["ThroughputMode"],"members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}},"RoleArn":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"CreateFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName","OutputConfig","RoleArn"],"members":{"FlowDefinitionName":{},"HumanLoopRequestSource":{"shape":"Sg1"},"HumanLoopActivationConfig":{"shape":"Sg3"},"HumanLoopConfig":{"shape":"Sg6"},"OutputConfig":{"shape":"Sgl"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sgs"},"S3StorageConfig":{"shape":"Sgu"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sh0"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"WarmStartConfig":{"shape":"Sif"},"Tags":{"shape":"S7"},"Autotune":{"shape":"Sij"}}},"output":{"type":"structure","required":["HyperParameterTuningJobArn"],"members":{"HyperParameterTuningJobArn":{}}}},"CreateImage":{"input":{"type":"structure","required":["ImageName","RoleArn"],"members":{"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"CreateImageVersion":{"input":{"type":"structure","required":["BaseImage","ClientToken","ImageName"],"members":{"BaseImage":{},"ClientToken":{"idempotencyToken":true},"ImageName":{},"Aliases":{"shape":"Siu"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName","EndpointName","VariantName","Specification","RuntimeConfig"],"members":{"InferenceComponentName":{},"EndpointName":{},"VariantName":{},"Specification":{"shape":"Sj6"},"RuntimeConfig":{"shape":"Sjd"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sjn"},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"},"KmsKey":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"CreateInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName","JobType","RoleArn","InputConfig"],"members":{"JobName":{},"JobType":{},"RoleArn":{},"InputConfig":{"shape":"Sk4"},"JobDescription":{},"StoppingConditions":{"shape":"Sla"},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"CompiledOutputConfig":{"type":"structure","members":{"S3OutputUri":{}}}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobArn"],"members":{"JobArn":{}}}},"CreateLabelingJob":{"input":{"type":"structure","required":["LabelingJobName","LabelAttributeName","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobName":{},"LabelAttributeName":{},"InputConfig":{"shape":"Slm"},"OutputConfig":{"shape":"Slt"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Slu"},"LabelingJobAlgorithmsConfig":{"shape":"Slx"},"HumanTaskConfig":{"shape":"Sm1"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["ModelArn"],"members":{"ModelArn":{}}}},"CreateModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelBiasBaselineConfig":{"shape":"Smu"},"ModelBiasAppSpecification":{"shape":"Smv"},"ModelBiasJobInput":{"shape":"Smw"},"ModelBiasJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Sn0"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"CreateModelCardExportJob":{"input":{"type":"structure","required":["ModelCardName","ModelCardExportJobName","OutputConfig"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardExportJobName":{},"OutputConfig":{"shape":"Sn7"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Snb"},"ModelExplainabilityAppSpecification":{"shape":"Snc"},"ModelExplainabilityJobInput":{"shape":"Snd"},"ModelExplainabilityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Sng"},"SourceAlgorithmSpecification":{"shape":"Snj"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"ClientToken":{"idempotencyToken":true},"Domain":{},"Task":{},"SamplePayloadUrl":{},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"AdditionalInferenceSpecifications":{"shape":"So2"},"SkipModelValidation":{},"SourceUri":{}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"CreateModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupDescription":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"CreateModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelQualityBaselineConfig":{"shape":"Sob"},"ModelQualityAppSpecification":{"shape":"Soc"},"ModelQualityJobInput":{"shape":"Soe"},"ModelQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Soi"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"Saj"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Soz"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Spi"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{},"LandingUri":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sr0"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn","ProjectId"],"members":{"ProjectArn":{},"ProjectId":{}}}},"CreateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"Tags":{"shape":"S7"},"SpaceSettings":{"shape":"Srf"},"OwnershipSettings":{"shape":"Srn"},"SpaceSharingSettings":{"shape":"Sro"},"SpaceDisplayName":{}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"CreateStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName","StudioLifecycleConfigContent","StudioLifecycleConfigAppType"],"members":{"StudioLifecycleConfigName":{},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{}}}},"CreateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName","AlgorithmSpecification","RoleArn","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingJobName":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"DebugHookConfig":{"shape":"Ss8"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"ExperimentConfig":{"shape":"Sr0"},"ProfilerConfig":{"shape":"Ssl"},"ProfilerRuleConfigurations":{"shape":"Ssp"},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"RemoteDebugConfig":{"shape":"Ssu"},"InfraCheckConfig":{"shape":"Ssw"}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"CreateTransformJob":{"input":{"type":"structure","required":["TransformJobName","ModelName","TransformInput","TransformOutput","TransformResources"],"members":{"TransformJobName":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"DataProcessing":{"shape":"St6"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sr0"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"CreateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"Tags":{"shape":"S7"},"UserSettings":{"shape":"Sai"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Stw"},"OidcConfig":{"shape":"Stz"},"SourceIpConfig":{"shape":"Su2"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Su6"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"Sug"},"Description":{},"NotificationConfiguration":{"shape":"Suo"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"WorkteamArn":{}}}},"DeleteAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"DeleteAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}}},"DeleteApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{}}}},"DeleteAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}}},"DeleteArtifact":{"input":{"type":"structure","members":{"ArtifactArn":{},"Source":{"shape":"S5j"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"DeleteCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"DeleteContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"DeleteDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"RetentionPolicy":{"type":"structure","members":{"HomeEfsFileSystem":{}}}}}},"DeleteEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{}}}},"DeleteEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"DeleteEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}}},"DeleteEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}}},"DeleteExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"DeleteFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}}},"DeleteFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","members":{}}},"DeleteHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}}},"DeleteHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName","HubContentVersion"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}}},"DeleteHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","members":{}}},"DeleteHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"DeleteImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{}}},"DeleteImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{}}},"DeleteInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"Scc"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1u"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"LineageGroupArn":{}}}},"DescribeAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}},"output":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","TrainingSpecification","AlgorithmStatus","AlgorithmStatusDetails"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"TrainingSpecification":{"shape":"S26"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2y"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Sx4"},"ImageScanStatuses":{"shape":"Sx4"}}},"ProductId":{},"CertifyForMarketplace":{"type":"boolean"}}}},"DescribeApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{}}},"output":{"type":"structure","members":{"AppArn":{},"AppType":{},"AppName":{},"DomainId":{},"UserProfileName":{},"SpaceName":{},"Status":{},"LastHealthCheckTimestamp":{"type":"timestamp"},"LastUserActivityTimestamp":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ResourceSpec":{"shape":"S4p"}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S5j"},"ArtifactType":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"LineageGroupArn":{}}}},"DescribeAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","InputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"InputDataConfig":{"shape":"S5t"},"OutputDataConfig":{"shape":"S61"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S63"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S65"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"},"BestCandidate":{"shape":"Sxk"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"shape":"Syc"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S63"},"ProblemType":{},"CompletionCriteria":{"shape":"S66"}}},"ModelDeployConfig":{"shape":"S6p"},"ModelDeployResult":{"shape":"Syg"}}}},"DescribeAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobInputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobInputDataConfig":{"shape":"S6v"},"OutputDataConfig":{"shape":"S61"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S63"},"AutoMLProblemTypeConfig":{"shape":"S6x"},"AutoMLProblemTypeConfigName":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"},"BestCandidate":{"shape":"Sxk"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"AutoMLJobArtifacts":{"shape":"Syc"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S63"},"CompletionCriteria":{"shape":"S66"},"AutoMLProblemTypeResolvedAttributes":{"type":"structure","members":{"TabularResolvedAttributes":{"type":"structure","members":{"ProblemType":{}}},"TextGenerationResolvedAttributes":{"type":"structure","members":{"BaseModelName":{}}}},"union":true}}},"ModelDeployConfig":{"shape":"S6p"},"ModelDeployResult":{"shape":"Syg"},"DataSplitConfig":{"shape":"S6l"},"SecurityConfig":{"shape":"S6a"}}}},"DescribeCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn","ClusterStatus","InstanceGroups"],"members":{"ClusterArn":{},"ClusterName":{},"ClusterStatus":{},"CreationTime":{"type":"timestamp"},"FailureMessage":{},"InstanceGroups":{"type":"list","member":{"type":"structure","members":{"CurrentCount":{"type":"integer"},"TargetCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S82"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"VpcConfig":{"shape":"S6b"}}}},"DescribeClusterNode":{"input":{"type":"structure","required":["ClusterName","NodeId"],"members":{"ClusterName":{},"NodeId":{}}},"output":{"type":"structure","required":["NodeDetails"],"members":{"NodeDetails":{"type":"structure","members":{"InstanceGroupName":{},"InstanceId":{},"InstanceStatus":{"shape":"Syy"},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"LifeCycleConfig":{"shape":"S82"},"ThreadsPerCore":{"type":"integer"}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S88"}}}},"DescribeCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}},"output":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CompilationJobStatus","StoppingCondition","CreationTime","LastModifiedTime","FailureReason","ModelArtifacts","RoleArn","InputConfig","OutputConfig"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CompilationJobStatus":{},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"StoppingCondition":{"shape":"S3w"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Sz7"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S8f"},"OutputConfig":{"shape":"S8i"},"VpcConfig":{"shape":"S8p"},"DerivedInformation":{"type":"structure","members":{"DerivedDataInputConfig":{}}}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S8y"},"ContextType":{},"Description":{},"Properties":{"shape":"S1z"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"LineageGroupArn":{}}}},"DescribeDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"DataQualityBaselineConfig":{"shape":"S93"},"DataQualityAppSpecification":{"shape":"S97"},"DataQualityJobInput":{"shape":"S9g"},"DataQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeDevice":{"input":{"type":"structure","required":["DeviceName","DeviceFleetName"],"members":{"NextToken":{},"DeviceName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceName","DeviceFleetName","RegistrationTime"],"members":{"DeviceArn":{},"DeviceName":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{},"LatestSampleTime":{"type":"timestamp"},"LatestInference":{"type":"timestamp"}}}},"MaxModels":{"type":"integer"},"NextToken":{},"AgentVersion":{}}}},"DescribeDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetName","DeviceFleetArn","OutputConfig","CreationTime","LastModifiedTime"],"members":{"DeviceFleetName":{},"DeviceFleetArn":{},"OutputConfig":{"shape":"Sac"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"SingleSignOnApplicationArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"SecurityGroupIdForDomainBoundary":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettings":{"shape":"Sbq"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S6e"},"Url":{},"VpcId":{},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"}}}},"DescribeEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName","Stages"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sc5"},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"Stages":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig","DeploymentConfig","DeploymentStatus"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sc9"},"DeploymentConfig":{"shape":"Sce"},"DeploymentStatus":{"type":"structure","required":["StageStatus","EdgeDeploymentSuccessInStage","EdgeDeploymentPendingInStage","EdgeDeploymentFailedInStage"],"members":{"StageStatus":{},"EdgeDeploymentSuccessInStage":{"type":"integer"},"EdgeDeploymentPendingInStage":{"type":"integer"},"EdgeDeploymentFailedInStage":{"type":"integer"},"EdgeDeploymentStatusMessage":{},"EdgeDeploymentStageStartTime":{"type":"timestamp"}}}}}},"NextToken":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}},"output":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"Sac"},"ResourceKey":{},"EdgePackagingJobStatus":{},"EdgePackagingJobStatusMessage":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ModelArtifact":{},"ModelSignature":{},"PresetDeploymentOutput":{"type":"structure","required":["Type"],"members":{"Type":{},"Artifact":{},"Status":{},"StatusMessage":{}}}}}},"DescribeEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","required":["EndpointName","EndpointArn","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"S10d"},"DataCaptureConfig":{"shape":"S10l"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"Scn"},"AsyncInferenceConfig":{"shape":"Se2"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"S10p"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"S10p"}}},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"S10d"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Sd5"},"DataCaptureConfig":{"shape":"Sdr"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Se2"},"ExplainerConfig":{"shape":"Sea"},"ShadowProductionVariants":{"shape":"Sd5"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10v"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions","CreationTime","NextToken"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"ThroughputConfig":{"type":"structure","required":["ThroughputMode"],"members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"},"LastUpdateStatus":{"shape":"S116"},"FailureReason":{},"Description":{},"NextToken":{},"OnlineStoreTotalSizeBytes":{"type":"long"}}}},"DescribeFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","FeatureName","FeatureType","CreationTime","LastModifiedTime"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"S11c"}}}},"DescribeFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","required":["FlowDefinitionArn","FlowDefinitionName","FlowDefinitionStatus","CreationTime","OutputConfig","RoleArn"],"members":{"FlowDefinitionArn":{},"FlowDefinitionName":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"HumanLoopRequestSource":{"shape":"Sg1"},"HumanLoopActivationConfig":{"shape":"Sg3"},"HumanLoopConfig":{"shape":"Sg6"},"OutputConfig":{"shape":"Sgl"},"RoleArn":{},"FailureReason":{}}}},"DescribeHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}},"output":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sgs"},"S3StorageConfig":{"shape":"Sgu"},"HubStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}},"output":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubName","HubArn","HubContentDocument","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubArn":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S11u"},"HubContentDependencies":{"type":"list","member":{"type":"structure","members":{"DependencyOriginPath":{},"DependencyCopyPath":{}}}},"HubContentStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"}}}},"DescribeHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","required":["HumanTaskUiArn","HumanTaskUiName","CreationTime","UiTemplate"],"members":{"HumanTaskUiArn":{},"HumanTaskUiName":{},"HumanTaskUiStatus":{},"CreationTime":{"type":"timestamp"},"UiTemplate":{"type":"structure","members":{"Url":{},"ContentSha256":{}}}}}},"DescribeHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobConfig","HyperParameterTuningJobStatus","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"BestTrainingJob":{"shape":"S12d"},"OverallBestTrainingJob":{"shape":"S12d"},"WarmStartConfig":{"shape":"Sif"},"Autotune":{"shape":"Sij"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S12g"},"ConsumedResources":{"shape":"S12h"}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}},"output":{"type":"structure","required":["InferenceComponentName","InferenceComponentArn","EndpointName","EndpointArn","CreationTime","LastModifiedTime"],"members":{"InferenceComponentName":{},"InferenceComponentArn":{},"EndpointName":{},"EndpointArn":{},"VariantName":{},"FailureReason":{},"Specification":{"type":"structure","members":{"ModelName":{},"Container":{"type":"structure","members":{"DeployedImage":{"shape":"S10g"},"ArtifactUrl":{},"Environment":{"shape":"S16"}}},"StartupParameters":{"shape":"Sj8"},"ComputeResourceRequirements":{"shape":"Sj9"}}},"RuntimeConfig":{"type":"structure","members":{"DesiredCopyCount":{"type":"integer"},"CurrentCopyCount":{"type":"integer"}}},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"InferenceComponentStatus":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"EndpointMetadata":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"EndpointConfigName":{},"EndpointStatus":{},"FailureReason":{}}},"ModelVariants":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig","Status"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sjq"},"Status":{}}}},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"},"KmsKey":{}}}},"DescribeInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","required":["JobName","JobType","JobArn","RoleArn","Status","CreationTime","LastModifiedTime","InputConfig"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"RoleArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"InputConfig":{"shape":"Sk4"},"StoppingConditions":{"shape":"Sla"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"RecommendationId":{},"Metrics":{"shape":"S138"},"EndpointConfiguration":{"shape":"S13b"},"ModelConfiguration":{"shape":"S13d"},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"shape":"S13l"},"EndpointInfo":{"shape":"Sl3"}}}}}}},"DescribeLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}},"output":{"type":"structure","required":["LabelingJobStatus","LabelCounters","CreationTime","LastModifiedTime","JobReferenceCode","LabelingJobName","LabelingJobArn","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobStatus":{},"LabelCounters":{"shape":"S13p"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Slm"},"OutputConfig":{"shape":"Slt"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Slu"},"LabelingJobAlgorithmsConfig":{"shape":"Slx"},"HumanTaskConfig":{"shape":"Sm1"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"S13s"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"DeploymentRecommendation":{"shape":"S13x"}}}},"DescribeModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelBiasBaselineConfig":{"shape":"Smu"},"ModelBiasAppSpecification":{"shape":"Smv"},"ModelBiasJobInput":{"shape":"Smw"},"ModelBiasJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardArn","ModelCardName","ModelCardVersion","Content","ModelCardStatus","CreationTime","CreatedBy"],"members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ModelCardProcessingStatus":{}}}},"DescribeModelCardExportJob":{"input":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}},"output":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","OutputConfig","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"OutputConfig":{"shape":"Sn7"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"},"FailureReason":{},"ExportArtifacts":{"type":"structure","required":["S3ExportArtifacts"],"members":{"S3ExportArtifacts":{}}}}}},"DescribeModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelExplainabilityBaselineConfig":{"shape":"Snb"},"ModelExplainabilityAppSpecification":{"shape":"Snc"},"ModelExplainabilityJobInput":{"shape":"Snd"},"ModelExplainabilityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}},"output":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus","ModelPackageStatusDetails"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Snj"},"ValidationSpecification":{"shape":"Sng"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S14e"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"AdditionalInferenceSpecifications":{"shape":"So2"},"SkipModelValidation":{},"SourceUri":{}}}},"DescribeModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","CreatedBy","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"ModelPackageGroupStatus":{}}}},"DescribeModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelQualityBaselineConfig":{"shape":"Sob"},"ModelQualityAppSpecification":{"shape":"Soc"},"ModelQualityJobInput":{"shape":"Soe"},"ModelQualityJobOutputConfig":{"shape":"S9u"},"JobResources":{"shape":"Sa0"},"NetworkConfig":{"shape":"Sa5"},"RoleArn":{},"StoppingCondition":{"shape":"Sa6"}}}},"DescribeMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}},"output":{"type":"structure","required":["MonitoringScheduleArn","MonitoringScheduleName","MonitoringScheduleStatus","CreationTime","LastModifiedTime","MonitoringScheduleConfig"],"members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S14r"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"Saj"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Soz"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"}}}},"DescribePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"}}}},"DescribePipelineDefinitionForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineDefinition":{},"CreationTime":{"type":"timestamp"}}}},"DescribePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S15b"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"ExperimentConfig":{"shape":"Sr0"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{}}}},"DescribeProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}},"output":{"type":"structure","required":["ProjectArn","ProjectName","ProjectId","ServiceCatalogProvisioningDetails","ProjectStatus","CreationTime"],"members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"ServiceCatalogProvisionedProductDetails":{"shape":"S15m"},"ProjectStatus":{},"CreatedBy":{"shape":"Swx"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"DescribeSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}},"output":{"type":"structure","members":{"DomainId":{},"SpaceArn":{},"SpaceName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SpaceSettings":{"shape":"Srf"},"OwnershipSettings":{"shape":"Srn"},"SpaceSharingSettings":{"shape":"Sro"},"SpaceDisplayName":{},"Url":{}}}},"DescribeStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{}}}},"DescribeSubscribedWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{}}},"output":{"type":"structure","required":["SubscribedWorkteam"],"members":{"SubscribedWorkteam":{"shape":"S15x"}}}},"DescribeTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}},"output":{"type":"structure","required":["TrainingJobName","TrainingJobArn","ModelArtifacts","TrainingJobStatus","SecondaryStatus","AlgorithmSpecification","ResourceConfig","StoppingCondition","CreationTime"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sz7"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"WarmPoolStatus":{"shape":"S161"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S164"},"FinalMetricDataList":{"shape":"S167"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Ss8"},"ExperimentConfig":{"shape":"Sr0"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"DebugRuleEvaluationStatuses":{"shape":"S16b"},"ProfilerConfig":{"shape":"Ssl"},"ProfilerRuleConfigurations":{"shape":"Ssp"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"RemoteDebugConfig":{"shape":"Ssu"},"InfraCheckConfig":{"shape":"Ssw"}}}},"DescribeTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}},"output":{"type":"structure","required":["TransformJobName","TransformJobArn","TransformJobStatus","ModelName","TransformInput","TransformResources","CreationTime"],"members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"St6"},"ExperimentConfig":{"shape":"Sr0"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"MetadataProperties":{"shape":"S21"},"Metrics":{"shape":"S16t"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S16r"}}}}},"DescribeUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}},"output":{"type":"structure","members":{"DomainId":{},"UserProfileArn":{},"UserProfileName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"UserSettings":{"shape":"Sai"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S173"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S17b"}}}},"DisableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"EnableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"GetDeviceFleetReport":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"OutputConfig":{"shape":"Sac"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetScalingConfigurationRecommendation":{"input":{"type":"structure","required":["InferenceRecommendationsJobName"],"members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S183"}}},"output":{"type":"structure","members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S183"},"Metric":{"type":"structure","members":{"InvocationsPerInstance":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"DynamicScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"ScaleInCooldown":{"type":"integer"},"ScaleOutCooldown":{"type":"integer"},"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"TargetTracking":{"type":"structure","members":{"MetricSpecification":{"type":"structure","members":{"Predefined":{"type":"structure","members":{"PredefinedMetricType":{}}},"Customized":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Statistic":{}}}},"union":true},"TargetValue":{"type":"double"}}}},"union":true}}}}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S11u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn","HubContentArn"],"members":{"HubArn":{},"HubContentArn":{}}}},"ListActions":{"input":{"type":"structure","members":{"SourceUri":{},"ActionType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ActionSummaries":{"type":"list","member":{"type":"structure","members":{"ActionArn":{},"ActionName":{},"Source":{"shape":"S1u"},"ActionType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAlgorithms":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["AlgorithmSummaryList"],"members":{"AlgorithmSummaryList":{"type":"list","member":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","AlgorithmStatus"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"AlgorithmStatus":{}}}},"NextToken":{}}}},"ListAliases":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SageMakerImageVersionAliases":{"shape":"Siu"},"NextToken":{}}}},"ListAppImageConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"AppImageConfigs":{"type":"list","member":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}}}}}},"ListApps":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameEquals":{},"SpaceNameEquals":{}}},"output":{"type":"structure","members":{"Apps":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"SpaceName":{},"AppType":{},"AppName":{},"Status":{},"CreationTime":{"type":"timestamp"},"ResourceSpec":{"shape":"S4p"}}}},"NextToken":{}}}},"ListArtifacts":{"input":{"type":"structure","members":{"SourceUri":{},"ArtifactType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ArtifactSummaries":{"type":"list","member":{"type":"structure","members":{"ArtifactArn":{},"ArtifactName":{},"Source":{"shape":"S5j"},"ArtifactType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAssociations":{"input":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AssociationSummaries":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"SourceName":{},"DestinationName":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"}}}},"NextToken":{}}}},"ListAutoMLJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["AutoMLJobSummaries"],"members":{"AutoMLJobSummaries":{"type":"list","member":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobStatus","AutoMLJobSecondaryStatus","CreationTime","LastModifiedTime"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sxi"}}}},"NextToken":{}}}},"ListCandidatesForAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{},"StatusEquals":{},"CandidateNameEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Candidates"],"members":{"Candidates":{"type":"list","member":{"shape":"Sxk"}},"NextToken":{}}}},"ListClusterNodes":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"InstanceGroupNameContains":{},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterNodeSummaries"],"members":{"NextToken":{},"ClusterNodeSummaries":{"type":"list","member":{"type":"structure","required":["InstanceGroupName","InstanceId","InstanceType","LaunchTime","InstanceStatus"],"members":{"InstanceGroupName":{},"InstanceId":{},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"InstanceStatus":{"shape":"Syy"}}}}}}},"ListClusters":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterSummaries"],"members":{"NextToken":{},"ClusterSummaries":{"type":"list","member":{"type":"structure","required":["ClusterArn","ClusterName","CreationTime","ClusterStatus"],"members":{"ClusterArn":{},"ClusterName":{},"CreationTime":{"type":"timestamp"},"ClusterStatus":{}}}}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S88"}}}},"NextToken":{}}}},"ListCompilationJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CompilationJobSummaries"],"members":{"CompilationJobSummaries":{"type":"list","member":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CreationTime","CompilationJobStatus"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CreationTime":{"type":"timestamp"},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"CompilationTargetDevice":{},"CompilationTargetPlatformOs":{},"CompilationTargetPlatformArch":{},"CompilationTargetPlatformAccelerator":{},"LastModifiedTime":{"type":"timestamp"},"CompilationJobStatus":{}}}},"NextToken":{}}}},"ListContexts":{"input":{"type":"structure","members":{"SourceUri":{},"ContextType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ContextSummaries":{"type":"list","member":{"type":"structure","members":{"ContextArn":{},"ContextName":{},"Source":{"shape":"S8y"},"ContextType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListDeviceFleets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["DeviceFleetSummaries"],"members":{"DeviceFleetSummaries":{"type":"list","member":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDevices":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"LatestHeartbeatAfter":{"type":"timestamp"},"ModelName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceSummaries"],"members":{"DeviceSummaries":{"type":"list","member":{"type":"structure","required":["DeviceName","DeviceArn"],"members":{"DeviceName":{},"DeviceArn":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{}}}},"AgentVersion":{}}}},"NextToken":{}}}},"ListDomains":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Url":{}}}},"NextToken":{}}}},"ListEdgeDeploymentPlans":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"DeviceFleetNameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgeDeploymentPlanSummaries"],"members":{"EdgeDeploymentPlanSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","DeviceFleetName","EdgeDeploymentSuccess","EdgeDeploymentPending","EdgeDeploymentFailed"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEdgePackagingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"ModelNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgePackagingJobSummaries"],"members":{"EdgePackagingJobSummaries":{"type":"list","member":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"EdgePackagingJobStatus":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpointConfigs":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["EndpointConfigs"],"members":{"EndpointConfigs":{"type":"list","member":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpoints":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"NextToken":{}}}},"ListExperiments":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ExperimentSummaries":{"type":"list","member":{"type":"structure","members":{"ExperimentArn":{},"ExperimentName":{},"DisplayName":{},"ExperimentSource":{"shape":"S10v"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListFeatureGroups":{"input":{"type":"structure","members":{"NameContains":{},"FeatureGroupStatusEquals":{},"OfflineStoreStatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupSummaries"],"members":{"FeatureGroupSummaries":{"type":"list","member":{"type":"structure","required":["FeatureGroupName","FeatureGroupArn","CreationTime"],"members":{"FeatureGroupName":{},"FeatureGroupArn":{},"CreationTime":{"type":"timestamp"},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"}}}},"NextToken":{}}}},"ListFlowDefinitions":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["FlowDefinitionSummaries"],"members":{"FlowDefinitionSummaries":{"type":"list","member":{"type":"structure","required":["FlowDefinitionName","FlowDefinitionArn","FlowDefinitionStatus","CreationTime"],"members":{"FlowDefinitionName":{},"FlowDefinitionArn":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListHubContentVersions":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"MinVersion":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S1cl"},"NextToken":{}}}},"ListHubContents":{"input":{"type":"structure","required":["HubName","HubContentType"],"members":{"HubName":{},"HubContentType":{},"NameContains":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S1cl"},"NextToken":{}}}},"ListHubs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubSummaries"],"members":{"HubSummaries":{"type":"list","member":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sgs"},"HubStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHumanTaskUis":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["HumanTaskUiSummaries"],"members":{"HumanTaskUiSummaries":{"type":"list","member":{"type":"structure","required":["HumanTaskUiName","HumanTaskUiArn","CreationTime"],"members":{"HumanTaskUiName":{},"HumanTaskUiArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHyperParameterTuningJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobSummaries"],"members":{"HyperParameterTuningJobSummaries":{"type":"list","member":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobStatus","Strategy","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobStatus":{},"Strategy":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"ResourceLimits":{"shape":"Shb"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceComponents":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"EndpointNameEquals":{},"VariantNameEquals":{}}},"output":{"type":"structure","required":["InferenceComponents"],"members":{"InferenceComponents":{"type":"list","member":{"type":"structure","required":["CreationTime","InferenceComponentArn","InferenceComponentName","EndpointArn","EndpointName","VariantName","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"InferenceComponentArn":{},"InferenceComponentName":{},"EndpointArn":{},"EndpointName":{},"VariantName":{},"InferenceComponentStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sjk"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobSteps":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"Status":{},"StepType":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","required":["StepType","JobName","Status"],"members":{"StepType":{},"JobName":{},"Status":{},"InferenceBenchmark":{"type":"structure","required":["ModelConfiguration"],"members":{"Metrics":{"shape":"S138"},"EndpointMetrics":{"shape":"S13l"},"EndpointConfiguration":{"shape":"S13b"},"ModelConfiguration":{"shape":"S13d"},"FailureReason":{},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ModelNameEquals":{},"ModelPackageVersionArnEquals":{}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelName":{},"SamplePayloadUrl":{},"ModelPackageVersionArn":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"S13p"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"S13s"},"InputConfig":{"shape":"Slm"}}}},"NextToken":{}}}},"ListLabelingJobsForWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MaxResults":{"type":"integer"},"NextToken":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"JobReferenceCodeContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["LabelingJobSummaryList"],"members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["JobReferenceCode","WorkRequesterAccountId","CreationTime"],"members":{"LabelingJobName":{},"JobReferenceCode":{},"WorkRequesterAccountId":{},"CreationTime":{"type":"timestamp"},"LabelCounters":{"type":"structure","members":{"HumanLabeled":{"type":"integer"},"PendingHuman":{"type":"integer"},"Total":{"type":"integer"}}},"NumberOfHumanWorkersPerDataObject":{"type":"integer"}}}},"NextToken":{}}}},"ListLineageGroups":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"LineageGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LineageGroupArn":{},"LineageGroupName":{},"DisplayName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelBiasJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModelCardExportJobs":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ModelCardExportJobNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardExportJobSummaries"],"members":{"ModelCardExportJobSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCardVersions":{"input":{"type":"structure","required":["ModelCardName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ModelCardName":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardVersionSummaryList"],"members":{"ModelCardVersionSummaryList":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","ModelCardVersion","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"ModelCardVersion":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCards":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardSummaries"],"members":{"ModelCardSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelExplainabilityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1av"},"NextToken":{}}}},"ListModels":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["Models"],"members":{"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelArn","CreationTime"],"members":{"ModelName":{},"ModelArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListMonitoringAlertHistory":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","members":{"MonitoringAlertHistory":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","CreationTime","AlertStatus"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"AlertStatus":{}}}},"NextToken":{}}}},"ListMonitoringAlerts":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"MonitoringAlertSummaries":{"shape":"S1g5"},"NextToken":{}}}},"ListMonitoringExecutions":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ScheduledTimeBefore":{"type":"timestamp"},"ScheduledTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringExecutionSummaries"],"members":{"MonitoringExecutionSummaries":{"type":"list","member":{"shape":"S14r"}},"NextToken":{}}}},"ListMonitoringSchedules":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringScheduleSummaries"],"members":{"MonitoringScheduleSummaries":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleArn","CreationTime","LastModifiedTime","MonitoringScheduleStatus"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleStatus":{},"EndpointName":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}}},"NextToken":{}}}},"ListNotebookInstanceLifecycleConfigs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstanceLifecycleConfigs":{"type":"list","member":{"type":"structure","required":["NotebookInstanceLifecycleConfigName","NotebookInstanceLifecycleConfigArn"],"members":{"NotebookInstanceLifecycleConfigName":{},"NotebookInstanceLifecycleConfigArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}}}}},"ListNotebookInstances":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"NotebookInstanceLifecycleConfigNameContains":{},"DefaultCodeRepositoryContains":{},"AdditionalCodeRepositoryEquals":{}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstances":{"type":"list","member":{"type":"structure","required":["NotebookInstanceName","NotebookInstanceArn"],"members":{"NotebookInstanceName":{},"NotebookInstanceArn":{},"NotebookInstanceStatus":{},"Url":{},"InstanceType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"}}}}}}},"ListPipelineExecutionSteps":{"input":{"type":"structure","members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{}}},"output":{"type":"structure","members":{"PipelineExecutionSteps":{"type":"list","member":{"type":"structure","members":{"StepName":{},"StepDisplayName":{},"StepDescription":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StepStatus":{},"CacheHitResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}},"FailureReason":{},"Metadata":{"type":"structure","members":{"TrainingJob":{"type":"structure","members":{"Arn":{}}},"ProcessingJob":{"type":"structure","members":{"Arn":{}}},"TransformJob":{"type":"structure","members":{"Arn":{}}},"TuningJob":{"type":"structure","members":{"Arn":{}}},"Model":{"type":"structure","members":{"Arn":{}}},"RegisterModel":{"type":"structure","members":{"Arn":{}}},"Condition":{"type":"structure","members":{"Outcome":{}}},"Callback":{"type":"structure","members":{"CallbackToken":{},"SqsQueueUrl":{},"OutputParameters":{"shape":"S1hj"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1hj"}}},"EMR":{"type":"structure","members":{"ClusterId":{},"StepId":{},"StepName":{},"LogFilePath":{}}},"QualityCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckStatistics":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineStatistics":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"ClarifyCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"Fail":{"type":"structure","members":{"ErrorMessage":{}}},"AutoMLJob":{"type":"structure","members":{"Arn":{}}}}},"AttemptCount":{"type":"integer"},"SelectiveExecutionResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1i0"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListResourceCatalogs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ResourceCatalogs":{"type":"list","member":{"type":"structure","required":["ResourceCatalogArn","ResourceCatalogName","Description","CreationTime"],"members":{"ResourceCatalogArn":{},"ResourceCatalogName":{},"Description":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SpaceSettingsSummary":{"type":"structure","members":{"AppType":{},"SpaceStorageSettings":{"shape":"Sri"}}},"SpaceSharingSettingsSummary":{"type":"structure","members":{"SharingType":{}}},"OwnershipSettingsSummary":{"type":"structure","members":{"OwnerUserProfileName":{}}},"SpaceDisplayName":{}}}},"NextToken":{}}}},"ListStageDevices":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"EdgeDeploymentPlanName":{},"ExcludeDevicesDeployedInOtherStage":{"type":"boolean"},"StageName":{}}},"output":{"type":"structure","required":["DeviceDeploymentSummaries"],"members":{"DeviceDeploymentSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","StageName","DeviceName","DeviceArn"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"StageName":{},"DeployedStageName":{},"DeviceFleetName":{},"DeviceName":{},"DeviceArn":{},"DeviceDeploymentStatus":{},"DeviceDeploymentStatusMessage":{},"Description":{},"DeploymentStartTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStudioLifecycleConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"AppTypeEquals":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"StudioLifecycleConfigs":{"type":"list","member":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigAppType":{}}}}}}},"ListSubscribedWorkteams":{"input":{"type":"structure","members":{"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["SubscribedWorkteams"],"members":{"SubscribedWorkteams":{"type":"list","member":{"shape":"S15x"}},"NextToken":{}}}},"ListTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"},"NextToken":{}}}},"ListTrainingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"WarmPoolStatusEquals":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"CreationTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatus":{},"WarmPoolStatus":{"shape":"S161"}}}},"NextToken":{}}}},"ListTrainingJobsForHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{},"NextToken":{},"MaxResults":{"type":"integer"},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"shape":"S12d"}},"NextToken":{}}}},"ListTransformJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["TransformJobSummaries"],"members":{"TransformJobSummaries":{"type":"list","member":{"type":"structure","required":["TransformJobName","TransformJobArn","CreationTime","TransformJobStatus"],"members":{"TransformJobName":{},"TransformJobArn":{},"CreationTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TransformJobStatus":{},"FailureReason":{}}}},"NextToken":{}}}},"ListTrialComponents":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"SourceArn":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"TrialComponentSource":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}}},"NextToken":{}}}},"ListTrials":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialComponentName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialSummaries":{"type":"list","member":{"type":"structure","members":{"TrialArn":{},"TrialName":{},"DisplayName":{},"TrialSource":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListUserProfiles":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameContains":{}}},"output":{"type":"structure","members":{"UserProfiles":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListWorkforces":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workforces"],"members":{"Workforces":{"type":"list","member":{"shape":"S173"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S17b"}},"NextToken":{}}}},"PutModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName","ResourcePolicy"],"members":{"ModelPackageGroupName":{},"ResourcePolicy":{}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"QueryLineage":{"input":{"type":"structure","members":{"StartArns":{"type":"list","member":{}},"Direction":{},"IncludeEdges":{"type":"boolean"},"Filters":{"type":"structure","members":{"Types":{"type":"list","member":{}},"LineageTypes":{"type":"list","member":{}},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"ModifiedBefore":{"type":"timestamp"},"ModifiedAfter":{"type":"timestamp"},"Properties":{"type":"map","key":{},"value":{}}}},"MaxDepth":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Vertices":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"LineageType":{}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}}},"NextToken":{}}}},"RegisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1ky"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sh0"},"Task":{"type":"structure","required":["Input"],"members":{"Input":{}}},"RoleArn":{},"HumanTaskUiArn":{}}},"output":{"type":"structure","required":["RenderedContent","Errors"],"members":{"RenderedContent":{},"Errors":{"type":"list","member":{"type":"structure","required":["Code","Message"],"members":{"Code":{},"Message":{}}}}}}},"RetryPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1l9"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CrossAccountFilterOption":{},"VisibilityConditions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1lr"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10v"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S16n"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S16r"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S16r"},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Parameters":{"shape":"Sth"},"InputArtifacts":{"shape":"Stl"},"OutputArtifacts":{"shape":"Stl"},"Metrics":{"shape":"S16t"},"MetadataProperties":{"shape":"S21"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1lr"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Sq1"},"ProcessingOutputConfig":{"shape":"Sqo"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqt"},"StoppingCondition":{"shape":"Sqv"},"AppSpecification":{"shape":"Sqx"},"Environment":{"shape":"Sqz"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{},"ExperimentConfig":{"shape":"Sr0"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1lz"}}},"LineageGroupArn":{},"Tags":{"shape":"S7"},"Parents":{"type":"list","member":{"type":"structure","members":{"TrialName":{},"ExperimentName":{}}}},"RunName":{}}},"Endpoint":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"S10d"},"DataCaptureConfig":{"shape":"S10l"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S14r"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"S10d"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Snj"},"ValidationSpecification":{"shape":"Sng"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S14e"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swx"},"MetadataProperties":{"shape":"S21"},"ModelMetrics":{"shape":"Snm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"So2"},"SourceUri":{},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Snt"},"DriftCheckBaselines":{"shape":"Snw"},"SkipModelValidation":{}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"ModelPackageGroupStatus":{},"Tags":{"shape":"S7"}}},"Pipeline":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S15b"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedBy":{"shape":"Swx"},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"},"PipelineParameters":{"shape":"S1i0"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sf9"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sfg"},"OfflineStoreConfig":{"shape":"Sfm"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S113"},"LastUpdateStatus":{"shape":"S116"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"S11c"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sr5"},"ServiceCatalogProvisionedProductDetails":{"shape":"S15m"},"ProjectStatus":{},"CreatedBy":{"shape":"Swx"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sh5"},"TrainingJobDefinition":{"shape":"Shy"},"TrainingJobDefinitions":{"shape":"Sie"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S129"},"ObjectiveStatusCounters":{"shape":"S12b"},"BestTrainingJob":{"shape":"S12d"},"OverallBestTrainingJob":{"shape":"S12d"},"WarmStartConfig":{"shape":"Sif"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S12g"},"ConsumedResources":{"shape":"S12h"},"Tags":{"shape":"S7"}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sn1"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{},"ModelPackageGroupName":{}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Smg"},"Containers":{"shape":"Smp"},"InferenceExecutionConfig":{"shape":"Smq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S6b"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"},"DeploymentRecommendation":{"shape":"S13x"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1lz"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Soi"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S1g5"},"LastMonitoringExecutionSummary":{"shape":"S14r"},"BatchTransformInput":{"shape":"S9o"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sn0"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swx"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swx"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}}}}},"NextToken":{}}}},"SendPipelineExecutionStepFailure":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"FailureReason":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"SendPipelineExecutionStepSuccess":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"OutputParameters":{"shape":"S1hj"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StartEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StartInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StartMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StartNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StartPipelineExecution":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"PipelineExecutionDisplayName":{},"PipelineParameters":{"shape":"S1i0"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Spo"},"SelectiveExecutionConfig":{"shape":"S15d"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}}},"StopCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"StopEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StopEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}}},"StopHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"StopInferenceExperiment":{"input":{"type":"structure","required":["Name","ModelVariantActions"],"members":{"Name":{},"ModelVariantActions":{"type":"map","key":{},"value":{}},"DesiredModelVariants":{"shape":"Sjn"},"DesiredState":{},"Reason":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StopInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}}},"StopLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}}},"StopMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StopNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StopPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}}},"StopTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}}},"StopTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}}},"UpdateAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{},"Description":{},"Status":{},"Properties":{"shape":"S1z"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4z"},"JupyterLabAppImageConfig":{"shape":"S58"},"CodeEditorAppImageConfig":{"shape":"S5f"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S5n"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7x"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateClusterSoftware":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1z"},"PropertiesToRemove":{"shape":"S1ng"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sac"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1ky"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"Sai"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4p"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"Sbr"},"DockerSettings":{"shape":"Sbu"}}},"AppSecurityGroupManagement":{},"DefaultSpaceSettings":{"shape":"Sc0"},"SubnetIds":{"shape":"S6e"},"AppNetworkAccessType":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"Scn"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"},"ServerlessUpdateConfig":{"type":"structure","members":{"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sfa"}},"OnlineStoreConfig":{"type":"structure","members":{"TtlDuration":{"shape":"Sfi"}}},"ThroughputConfig":{"type":"structure","members":{"ThroughputMode":{},"ProvisionedReadCapacityUnits":{"type":"integer"},"ProvisionedWriteCapacityUnits":{"type":"integer"}}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"S11d"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sgs"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"UpdateImage":{"input":{"type":"structure","required":["ImageName"],"members":{"DeleteProperties":{"type":"list","member":{}},"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"UpdateImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"AliasesToAdd":{"shape":"Siu"},"AliasesToDelete":{"shape":"Siu"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{},"Specification":{"shape":"Sj6"},"RuntimeConfig":{"shape":"Sjd"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceComponentRuntimeConfig":{"input":{"type":"structure","required":["InferenceComponentName","DesiredRuntimeConfig"],"members":{"InferenceComponentName":{},"DesiredRuntimeConfig":{"shape":"Sjd"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sjk"},"Description":{},"ModelVariants":{"shape":"Sjn"},"DataStorageConfig":{"shape":"Sjv"},"ShadowModeConfig":{"shape":"Sjw"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Sn1"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Snt"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"So2"},"InferenceSpecification":{"shape":"Sr"},"SourceUri":{}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"UpdateMonitoringAlert":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","DatapointsToAlert","EvaluationPeriod"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{},"MonitoringAlertName":{}}}},"UpdateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Soi"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"UpdateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"InstanceType":{},"RoleArn":{},"LifecycleConfigName":{},"DisassociateLifecycleConfig":{"type":"boolean"},"VolumeSizeInGB":{"type":"integer"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Sp2"},"AcceleratorTypes":{"shape":"Soz"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"Sp5"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Spa"},"OnStart":{"shape":"Spa"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Spi"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Spo"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sr7"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Srf"},"SpaceDisplayName":{}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ssn"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"Ssp"},"ResourceConfig":{"type":"structure","required":["KeepAlivePeriodInSeconds"],"members":{"KeepAlivePeriodInSeconds":{"type":"integer"}}},"RemoteDebugConfig":{"type":"structure","members":{"EnableRemoteDebug":{"type":"boolean"}}}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"UpdateTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{},"DisplayName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"UpdateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ste"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sth"},"ParametersToRemove":{"shape":"S1px"},"InputArtifacts":{"shape":"Stl"},"InputArtifactsToRemove":{"shape":"S1px"},"OutputArtifacts":{"shape":"Stl"},"OutputArtifactsToRemove":{"shape":"S1px"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"Sai"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Su2"},"OidcConfig":{"shape":"Stz"},"WorkforceVpcConfig":{"shape":"Su6"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S173"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Sug"},"Description":{},"NotificationConfiguration":{"shape":"Suo"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S17b"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1h"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1j"},"SupportedContentTypes":{"shape":"S1l"},"SupportedResponseMIMETypes":{"shape":"S1n"}}},"Ss":{"type":"list","member":{"type":"structure","required":["Image"],"members":{"ContainerHostname":{},"Image":{},"ImageDigest":{},"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"ProductId":{},"Environment":{"shape":"S16"},"ModelInput":{"type":"structure","required":["DataInputConfig"],"members":{"DataInputConfig":{}}},"Framework":{},"FrameworkVersion":{},"NearestModelName":{},"AdditionalS3DataSource":{"shape":"S1d"}}}},"Sy":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3Uri","S3DataType","CompressionType"],"members":{"S3Uri":{},"S3DataType":{},"CompressionType":{},"ModelAccessConfig":{"shape":"S13"}}}}},"S13":{"type":"structure","required":["AcceptEula"],"members":{"AcceptEula":{"type":"boolean"}}},"S16":{"type":"map","key":{},"value":{}},"S1d":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"CompressionType":{}}},"S1h":{"type":"list","member":{}},"S1j":{"type":"list","member":{}},"S1l":{"type":"list","member":{}},"S1n":{"type":"list","member":{}},"S1u":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1z":{"type":"map","key":{},"value":{}},"S21":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S26":{"type":"structure","required":["TrainingImage","SupportedTrainingInstanceTypes","TrainingChannels"],"members":{"TrainingImage":{},"TrainingImageDigest":{},"SupportedHyperParameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Description":{},"Type":{},"Range":{"type":"structure","members":{"IntegerParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"ContinuousParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"CategoricalParameterRangeSpecification":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S2g"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2l"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1l"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2w"}},"AdditionalS3DataSource":{"shape":"S1d"}}},"S2g":{"type":"list","member":{}},"S2l":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2w":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2y":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TrainingJobDefinition"],"members":{"ProfileName":{},"TrainingJobDefinition":{"type":"structure","required":["TrainingInputMode","InputDataConfig","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingInputMode":{},"HyperParameters":{"shape":"S33"},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"StoppingCondition":{"shape":"S3w"}}},"TransformJobDefinition":{"shape":"S40"}}}}}},"S33":{"type":"map","key":{},"value":{}},"S35":{"type":"list","member":{"type":"structure","required":["ChannelName","DataSource"],"members":{"ChannelName":{},"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"S3DataDistributionType":{},"AttributeNames":{"type":"list","member":{}},"InstanceGroupNames":{"type":"list","member":{}}}},"FileSystemDataSource":{"type":"structure","required":["FileSystemId","FileSystemAccessMode","FileSystemType","DirectoryPath"],"members":{"FileSystemId":{},"FileSystemAccessMode":{},"FileSystemType":{},"DirectoryPath":{}}}}},"ContentType":{},"CompressionType":{},"RecordWrapperType":{},"InputMode":{},"ShuffleConfig":{"type":"structure","required":["Seed"],"members":{"Seed":{"type":"long"}}}}}},"S3n":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"CompressionType":{}}},"S3q":{"type":"structure","required":["VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"KeepAlivePeriodInSeconds":{"type":"integer"},"InstanceGroups":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","InstanceGroupName"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"InstanceGroupName":{}}}}}},"S3w":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"},"MaxPendingTimeInSeconds":{"type":"integer"}}},"S40":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"TransformResources":{"shape":"S4e"}}},"S44":{"type":"map","key":{},"value":{}},"S47":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S4b":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S4e":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4p":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"SageMakerImageVersionAlias":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4z":{"type":"structure","required":["KernelSpecs"],"members":{"KernelSpecs":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"DisplayName":{}}}},"FileSystemConfig":{"shape":"S54"}}},"S54":{"type":"structure","members":{"MountPath":{},"DefaultUid":{"type":"integer"},"DefaultGid":{"type":"integer"}}},"S58":{"type":"structure","members":{"FileSystemConfig":{"shape":"S54"},"ContainerConfig":{"shape":"S59"}}},"S59":{"type":"structure","members":{"ContainerArguments":{"type":"list","member":{}},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerEnvironmentVariables":{"type":"map","key":{},"value":{}}}},"S5f":{"type":"structure","members":{"FileSystemConfig":{"shape":"S54"},"ContainerConfig":{"shape":"S59"}}},"S5j":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S5n":{"type":"map","key":{},"value":{}},"S5t":{"type":"list","member":{"type":"structure","required":["TargetAttributeName"],"members":{"DataSource":{"shape":"S5v"},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{},"SampleWeightAttributeName":{}}}},"S5v":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"S61":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S63":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S65":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"},"SecurityConfig":{"shape":"S6a"},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{},"AlgorithmsConfig":{"shape":"S6h"}}},"DataSplitConfig":{"shape":"S6l"},"Mode":{}}},"S66":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S6a":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"S6b":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S6e"}}},"S6e":{"type":"list","member":{}},"S6h":{"type":"list","member":{"type":"structure","required":["AutoMLAlgorithms"],"members":{"AutoMLAlgorithms":{"type":"list","member":{}}}}},"S6l":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"S6p":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S6v":{"type":"list","member":{"type":"structure","members":{"ChannelType":{},"ContentType":{},"CompressionType":{},"DataSource":{"shape":"S5v"}}}},"S6x":{"type":"structure","members":{"ImageClassificationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"}}},"TextClassificationJobConfig":{"type":"structure","required":["ContentColumn","TargetLabelColumn"],"members":{"CompletionCriteria":{"shape":"S66"},"ContentColumn":{},"TargetLabelColumn":{}}},"TimeSeriesForecastingJobConfig":{"type":"structure","required":["ForecastFrequency","ForecastHorizon","TimeSeriesConfig"],"members":{"FeatureSpecificationS3Uri":{},"CompletionCriteria":{"shape":"S66"},"ForecastFrequency":{},"ForecastHorizon":{"type":"integer"},"ForecastQuantiles":{"type":"list","member":{}},"Transformations":{"type":"structure","members":{"Filling":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Aggregation":{"type":"map","key":{},"value":{}}}},"TimeSeriesConfig":{"type":"structure","required":["TargetAttributeName","TimestampAttributeName","ItemIdentifierAttributeName"],"members":{"TargetAttributeName":{},"TimestampAttributeName":{},"ItemIdentifierAttributeName":{},"GroupingAttributeNames":{"type":"list","member":{}}}},"HolidayConfig":{"type":"list","member":{"type":"structure","members":{"CountryCode":{}}}}}},"TabularJobConfig":{"type":"structure","required":["TargetAttributeName"],"members":{"CandidateGenerationConfig":{"type":"structure","members":{"AlgorithmsConfig":{"shape":"S6h"}}},"CompletionCriteria":{"shape":"S66"},"FeatureSpecificationS3Uri":{},"Mode":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"ProblemType":{},"TargetAttributeName":{},"SampleWeightAttributeName":{}}},"TextGenerationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S66"},"BaseModelName":{},"TextGenerationHyperParameters":{"type":"map","key":{},"value":{}},"ModelAccessConfig":{"shape":"S13"}}}},"union":true},"S7x":{"type":"list","member":{"type":"structure","required":["InstanceCount","InstanceGroupName","InstanceType","LifeCycleConfig","ExecutionRole"],"members":{"InstanceCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S82"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"S82":{"type":"structure","required":["SourceS3Uri","OnCreate"],"members":{"SourceS3Uri":{},"OnCreate":{}}},"S88":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S8f":{"type":"structure","required":["S3Uri","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S8i":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S8p":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S8y":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S93":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"},"StatisticsResource":{"shape":"S96"}}},"S95":{"type":"structure","members":{"S3Uri":{}}},"S96":{"type":"structure","members":{"S3Uri":{}}},"S97":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S9d"}}},"S99":{"type":"list","member":{}},"S9b":{"type":"list","member":{}},"S9d":{"type":"map","key":{},"value":{}},"S9g":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}},"S9h":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9o":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9u":{"type":"structure","required":["MonitoringOutputs"],"members":{"MonitoringOutputs":{"type":"list","member":{"type":"structure","required":["S3Output"],"members":{"S3Output":{"type":"structure","required":["S3Uri","LocalPath"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}}}}},"KmsKeyId":{}}},"Sa0":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Sa5":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"Sa6":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sac":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"Sai":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Saj"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}},"ModelRegisterSettings":{"type":"structure","members":{"Status":{},"CrossAccountModelRegisterRoleArn":{}}},"WorkspaceSettings":{"type":"structure","members":{"S3ArtifactPath":{},"S3KmsKeyId":{}}},"IdentityProviderOAuthSettings":{"type":"list","member":{"type":"structure","members":{"DataSourceName":{},"Status":{},"SecretArn":{}}}},"DirectDeploySettings":{"type":"structure","members":{"Status":{}}},"KendraSettings":{"type":"structure","members":{"Status":{}}},"GenerativeAiSettings":{"type":"structure","members":{"AmazonBedrockRoleArn":{}}}}},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"}}},"JupyterLabAppSettings":{"shape":"Sbd"},"SpaceStorageSettings":{"shape":"Sbe"},"DefaultLandingUri":{},"StudioWebPortal":{},"CustomPosixUserConfig":{"shape":"Sbj"},"CustomFileSystemConfigs":{"shape":"Sbm"}}},"Saj":{"type":"list","member":{}},"Sam":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"LifecycleConfigArns":{"shape":"San"},"CodeRepositories":{"shape":"Sao"}}},"San":{"type":"list","member":{}},"Sao":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}},"Sar":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"}}},"Sas":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"Sbd":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CustomImages":{"shape":"Sas"},"LifecycleConfigArns":{"shape":"San"},"CodeRepositories":{"shape":"Sao"}}},"Sbe":{"type":"structure","members":{"DefaultEbsStorageSettings":{"type":"structure","required":["DefaultEbsVolumeSizeInGb","MaximumEbsVolumeSizeInGb"],"members":{"DefaultEbsVolumeSizeInGb":{"type":"integer"},"MaximumEbsVolumeSizeInGb":{"type":"integer"}}}}},"Sbj":{"type":"structure","required":["Uid","Gid"],"members":{"Uid":{"type":"long"},"Gid":{"type":"long"}}},"Sbm":{"type":"list","member":{"type":"structure","members":{"EFSFileSystemConfig":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{},"FileSystemPath":{}}}},"union":true}},"Sbq":{"type":"structure","members":{"SecurityGroupIds":{"shape":"Sbr"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4p"}}},"ExecutionRoleIdentityConfig":{},"DockerSettings":{"shape":"Sbu"}}},"Sbr":{"type":"list","member":{}},"Sbu":{"type":"structure","members":{"EnableDockerAccess":{},"VpcOnlyTrustedAccounts":{"type":"list","member":{}}}},"Sc0":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Saj"},"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"},"JupyterLabAppSettings":{"shape":"Sbd"},"SpaceStorageSettings":{"shape":"Sbe"},"CustomPosixUserConfig":{"shape":"Sbj"},"CustomFileSystemConfigs":{"shape":"Sbm"}}},"Sc5":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"Sc7":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sc9"},"DeploymentConfig":{"shape":"Sce"}}}},"Sc9":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"Scc"},"DeviceNameContains":{}}},"Scc":{"type":"list","member":{}},"Sce":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"Scn":{"type":"structure","members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"Scs"},"LinearStepSize":{"shape":"Scs"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"RollingUpdatePolicy":{"type":"structure","required":["MaximumBatchSize","WaitIntervalInSeconds"],"members":{"MaximumBatchSize":{"shape":"Scs"},"WaitIntervalInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"},"RollbackMaximumBatchSize":{"shape":"Scs"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}}}},"Scs":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Sd5":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Sdd"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"},"EnableSSMAccess":{"type":"boolean"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"Sdd":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}},"Sdl":{"type":"structure","members":{"Status":{},"MinInstanceCount":{"type":"integer"},"MaxInstanceCount":{"type":"integer"}}},"Sdp":{"type":"structure","required":["RoutingStrategy"],"members":{"RoutingStrategy":{}}},"Sdr":{"type":"structure","required":["InitialSamplingPercentage","DestinationS3Uri","CaptureOptions"],"members":{"EnableCapture":{"type":"boolean"},"InitialSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{},"CaptureOptions":{"type":"list","member":{"type":"structure","required":["CaptureMode"],"members":{"CaptureMode":{}}}},"CaptureContentTypeHeader":{"shape":"Sdx"}}},"Sdx":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Se2":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{},"IncludeInferenceResponseIn":{"type":"list","member":{}}}},"S3FailurePath":{}}}}},"Sea":{"type":"structure","members":{"ClarifyExplainerConfig":{"type":"structure","required":["ShapConfig"],"members":{"EnableExplanations":{},"InferenceConfig":{"type":"structure","members":{"FeaturesAttribute":{},"ContentTemplate":{},"MaxRecordCount":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"ProbabilityIndex":{"type":"integer"},"LabelIndex":{"type":"integer"},"ProbabilityAttribute":{},"LabelAttribute":{},"LabelHeaders":{"type":"list","member":{}},"FeatureHeaders":{"type":"list","member":{}},"FeatureTypes":{"type":"list","member":{}}}},"ShapConfig":{"type":"structure","required":["ShapBaselineConfig"],"members":{"ShapBaselineConfig":{"type":"structure","members":{"MimeType":{},"ShapBaseline":{},"ShapBaselineUri":{}}},"NumberOfSamples":{"type":"integer"},"UseLogit":{"type":"boolean"},"Seed":{"type":"integer"},"TextConfig":{"type":"structure","required":["Language","Granularity"],"members":{"Language":{},"Granularity":{}}}}}}}}},"Sf9":{"type":"list","member":{"shape":"Sfa"}},"Sfa":{"type":"structure","required":["FeatureName","FeatureType"],"members":{"FeatureName":{},"FeatureType":{},"CollectionType":{},"CollectionConfig":{"type":"structure","members":{"VectorConfig":{"type":"structure","required":["Dimension"],"members":{"Dimension":{"type":"integer"}}}},"union":true}}},"Sfg":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"},"TtlDuration":{"shape":"Sfi"},"StorageType":{}}},"Sfi":{"type":"structure","members":{"Unit":{},"Value":{"type":"integer"}}},"Sfm":{"type":"structure","required":["S3StorageConfig"],"members":{"S3StorageConfig":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"KmsKeyId":{},"ResolvedOutputS3Uri":{}}},"DisableGlueTableCreation":{"type":"boolean"},"DataCatalogConfig":{"type":"structure","required":["TableName","Catalog","Database"],"members":{"TableName":{},"Catalog":{},"Database":{}}},"TableFormat":{}}},"Sg1":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Sg3":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Sg6":{"type":"structure","required":["WorkteamArn","HumanTaskUiArn","TaskTitle","TaskDescription","TaskCount"],"members":{"WorkteamArn":{},"HumanTaskUiArn":{},"TaskTitle":{},"TaskDescription":{},"TaskCount":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskKeywords":{"type":"list","member":{}},"PublicWorkforceTaskPrice":{"shape":"Sgg"}}},"Sgg":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sgl":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sgs":{"type":"list","member":{}},"Sgu":{"type":"structure","members":{"S3OutputPath":{}}},"Sh0":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sh5":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2w"},"ResourceLimits":{"shape":"Shb"},"ParameterRanges":{"shape":"Shf"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","members":{"TargetObjectiveMetricValue":{"type":"float"},"BestObjectiveNotImproving":{"type":"structure","members":{"MaxNumberOfTrainingJobsNotImproving":{"type":"integer"}}},"ConvergenceDetected":{"type":"structure","members":{"CompleteOnConvergence":{}}}}},"RandomSeed":{"type":"integer"}}},"Shb":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"},"MaxRuntimeInSeconds":{"type":"integer"}}},"Shf":{"type":"structure","members":{"IntegerParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"ContinuousParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S2g"}}}},"AutoParameters":{"type":"list","member":{"type":"structure","required":["Name","ValueHint"],"members":{"Name":{},"ValueHint":{}}}}}},"Shy":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2w"},"HyperParameterRanges":{"shape":"Shf"},"StaticHyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2l"}}},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"VpcConfig":{"shape":"S6b"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"HyperParameterTuningResourceConfig":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"AllocationStrategy":{},"InstanceConfigs":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"}}}}}},"StoppingCondition":{"shape":"S3w"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"RetryStrategy":{"shape":"Si9"},"Environment":{"type":"map","key":{},"value":{}}}},"Si8":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Si9":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Sie":{"type":"list","member":{"shape":"Shy"}},"Sif":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Sij":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Siu":{"type":"list","member":{}},"Sj6":{"type":"structure","required":["ComputeResourceRequirements"],"members":{"ModelName":{},"Container":{"type":"structure","members":{"Image":{},"ArtifactUrl":{},"Environment":{"shape":"S16"}}},"StartupParameters":{"shape":"Sj8"},"ComputeResourceRequirements":{"shape":"Sj9"}}},"Sj8":{"type":"structure","members":{"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}},"Sj9":{"type":"structure","required":["MinMemoryRequiredInMb"],"members":{"NumberOfCpuCoresRequired":{"type":"float"},"NumberOfAcceleratorDevicesRequired":{"type":"float"},"MinMemoryRequiredInMb":{"type":"integer"},"MaxMemoryRequiredInMb":{"type":"integer"}}},"Sjd":{"type":"structure","required":["CopyCount"],"members":{"CopyCount":{"type":"integer"}}},"Sjk":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sjn":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sjq"}}}},"Sjq":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Sjv":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Sdx"}}},"Sjw":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sk4":{"type":"structure","members":{"ModelPackageVersionArn":{},"ModelName":{},"JobDurationInSeconds":{"type":"integer"},"TrafficPattern":{"type":"structure","members":{"TrafficType":{},"Phases":{"type":"list","member":{"type":"structure","members":{"InitialNumberOfUsers":{"type":"integer"},"SpawnRate":{"type":"integer"},"DurationInSeconds":{"type":"integer"}}}},"Stairs":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"NumberOfSteps":{"type":"integer"},"UsersPerStep":{"type":"integer"}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"ServerlessConfig":{"shape":"Sdd"},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"SupportedEndpointType":{},"DataInputConfig":{},"SupportedResponseMIMETypes":{"type":"list","member":{}}}},"Endpoints":{"type":"list","member":{"shape":"Sl3"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}}}},"Sl3":{"type":"structure","members":{"EndpointName":{}}},"Sla":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}},"FlatInvocations":{}}},"Slm":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["ManifestS3Uri"],"members":{"ManifestS3Uri":{}}},"SnsDataSource":{"type":"structure","required":["SnsTopicArn"],"members":{"SnsTopicArn":{}}}}},"DataAttributes":{"type":"structure","members":{"ContentClassifiers":{"type":"list","member":{}}}}}},"Slt":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Slu":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Slx":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S6b"}}}}},"Sm1":{"type":"structure","required":["WorkteamArn","UiConfig","PreHumanTaskLambdaArn","TaskTitle","TaskDescription","NumberOfHumanWorkersPerDataObject","TaskTimeLimitInSeconds","AnnotationConsolidationConfig"],"members":{"WorkteamArn":{},"UiConfig":{"type":"structure","members":{"UiTemplateS3Uri":{},"HumanTaskUiArn":{}}},"PreHumanTaskLambdaArn":{},"TaskKeywords":{"type":"list","member":{}},"TaskTitle":{},"TaskDescription":{},"NumberOfHumanWorkersPerDataObject":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"MaxConcurrentTaskCount":{"type":"integer"},"AnnotationConsolidationConfig":{"type":"structure","required":["AnnotationConsolidationLambdaArn"],"members":{"AnnotationConsolidationLambdaArn":{}}},"PublicWorkforceTaskPrice":{"shape":"Sgg"}}},"Smg":{"type":"structure","members":{"ContainerHostname":{},"Image":{},"ImageConfig":{"type":"structure","required":["RepositoryAccessMode"],"members":{"RepositoryAccessMode":{},"RepositoryAuthConfig":{"type":"structure","required":["RepositoryCredentialsProviderArn"],"members":{"RepositoryCredentialsProviderArn":{}}}}},"Mode":{},"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"Environment":{"shape":"S16"},"ModelPackageName":{},"InferenceSpecificationName":{},"MultiModelConfig":{"type":"structure","members":{"ModelCacheSetting":{}}}}},"Smp":{"type":"list","member":{"shape":"Smg"}},"Smq":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Smu":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Smv":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S9d"}}},"Smw":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"},"GroundTruthS3Input":{"shape":"Smx"}}},"Smx":{"type":"structure","members":{"S3Uri":{}}},"Sn0":{"type":"structure","members":{"KmsKeyId":{}}},"Sn1":{"type":"string","sensitive":true},"Sn7":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Snb":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Snc":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S9d"}}},"Snd":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}},"Sng":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S40"}}}}}},"Snj":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"ModelDataSource":{"shape":"Sy"},"AlgorithmName":{}}}}}},"Snm":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Sno"},"PreTrainingReport":{"shape":"Sno"},"PostTrainingReport":{"shape":"Sno"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Sno"}}}}},"Sno":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Snt":{"type":"map","key":{},"value":{}},"Snw":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Sny"},"PreTrainingConstraints":{"shape":"Sno"},"PostTrainingConstraints":{"shape":"Sno"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Sno"},"ConfigFile":{"shape":"Sny"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sno"},"Constraints":{"shape":"Sno"}}}}},"Sny":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"So2":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1h"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1j"},"SupportedContentTypes":{"shape":"S1l"},"SupportedResponseMIMETypes":{"shape":"S1n"}}}},"Sob":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"}}},"Soc":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S9d"}}},"Soe":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"},"GroundTruthS3Input":{"shape":"Smx"}}},"Soi":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{},"DataAnalysisStartTime":{},"DataAnalysisEndTime":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S95"},"StatisticsResource":{"shape":"S96"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S9h"},"BatchTransformInput":{"shape":"S9o"}}}},"MonitoringOutputConfig":{"shape":"S9u"},"MonitoringResources":{"shape":"Sa0"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"shape":"S9b"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"Sa6"},"Environment":{"shape":"S9d"},"NetworkConfig":{"shape":"Soq"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Soq":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S6b"}}},"Soz":{"type":"list","member":{}},"Sp2":{"type":"list","member":{}},"Sp5":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Spa":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Spi":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Spo":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Sq1":{"type":"list","member":{"type":"structure","required":["InputName"],"members":{"InputName":{},"AppManaged":{"type":"boolean"},"S3Input":{"type":"structure","required":["S3Uri","S3DataType"],"members":{"S3Uri":{},"LocalPath":{},"S3DataType":{},"S3InputMode":{},"S3DataDistributionType":{},"S3CompressionType":{}}},"DatasetDefinition":{"type":"structure","members":{"AthenaDatasetDefinition":{"type":"structure","required":["Catalog","Database","QueryString","OutputS3Uri","OutputFormat"],"members":{"Catalog":{},"Database":{},"QueryString":{},"WorkGroup":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"RedshiftDatasetDefinition":{"type":"structure","required":["ClusterId","Database","DbUser","QueryString","ClusterRoleArn","OutputS3Uri","OutputFormat"],"members":{"ClusterId":{},"Database":{},"DbUser":{},"QueryString":{},"ClusterRoleArn":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"LocalPath":{},"DataDistributionType":{},"InputMode":{}}}}}},"Sqo":{"type":"structure","required":["Outputs"],"members":{"Outputs":{"type":"list","member":{"type":"structure","required":["OutputName"],"members":{"OutputName":{},"S3Output":{"type":"structure","required":["S3Uri","LocalPath","S3UploadMode"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}},"FeatureStoreOutput":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}},"AppManaged":{"type":"boolean"}}}},"KmsKeyId":{}}},"Sqt":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Sqv":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sqx":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S99"},"ContainerArguments":{"type":"list","member":{}}}},"Sqz":{"type":"map","key":{},"value":{}},"Sr0":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Sr5":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sr7"}}},"Sr7":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Srf":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"Sam"},"KernelGatewayAppSettings":{"shape":"Sar"},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"}}},"JupyterLabAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4p"},"CodeRepositories":{"shape":"Sao"}}},"AppType":{},"SpaceStorageSettings":{"shape":"Sri"},"CustomFileSystems":{"type":"list","member":{"type":"structure","members":{"EFSFileSystem":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{}}}},"union":true}}}},"Sri":{"type":"structure","members":{"EbsStorageSettings":{"type":"structure","required":["EbsVolumeSizeInGb"],"members":{"EbsVolumeSizeInGb":{"type":"integer"}}}}},"Srn":{"type":"structure","required":["OwnerUserProfileName"],"members":{"OwnerUserProfileName":{}}},"Sro":{"type":"structure","required":["SharingType"],"members":{"SharingType":{}}},"Srz":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2l"},"EnableSageMakerMetricsTimeSeries":{"type":"boolean"},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerArguments":{"type":"list","member":{}},"TrainingImageConfig":{"type":"structure","required":["TrainingRepositoryAccessMode"],"members":{"TrainingRepositoryAccessMode":{},"TrainingRepositoryAuthConfig":{"type":"structure","required":["TrainingRepositoryCredentialsProviderArn"],"members":{"TrainingRepositoryCredentialsProviderArn":{}}}}}}},"Ss8":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{},"HookParameters":{"type":"map","key":{},"value":{}},"CollectionConfigurations":{"type":"list","member":{"type":"structure","members":{"CollectionName":{},"CollectionParameters":{"type":"map","key":{},"value":{}}}}}}},"Ssg":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ssj"}}}},"Ssj":{"type":"map","key":{},"value":{}},"Ssk":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Ssl":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ssn"},"DisableProfiler":{"type":"boolean"}}},"Ssn":{"type":"map","key":{},"value":{}},"Ssp":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ssj"}}}},"Ssr":{"type":"map","key":{},"value":{}},"Ssu":{"type":"structure","members":{"EnableRemoteDebug":{"type":"boolean"}}},"Ssw":{"type":"structure","members":{"EnableInfraCheck":{"type":"boolean"}}},"St2":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"St5":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"St6":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Ste":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"Sth":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"Stl":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Stw":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Stz":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Su2":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Su6":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Su8"},"Subnets":{"shape":"Sua"}}},"Su8":{"type":"list","member":{}},"Sua":{"type":"list","member":{}},"Sug":{"type":"list","member":{"type":"structure","members":{"CognitoMemberDefinition":{"type":"structure","required":["UserPool","UserGroup","ClientId"],"members":{"UserPool":{},"UserGroup":{},"ClientId":{}}},"OidcMemberDefinition":{"type":"structure","members":{"Groups":{"type":"list","member":{}}}}}}},"Suo":{"type":"structure","members":{"NotificationTopicArn":{}}},"Swx":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{},"IamIdentity":{"type":"structure","members":{"Arn":{},"PrincipalId":{},"SourceIdentity":{}}}}},"Sx4":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Sxi":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Sxk":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"},"StandardMetricName":{}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"shape":"Sxw"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{},"BacktestResults":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}},"InferenceContainerDefinitions":{"type":"map","key":{},"value":{"shape":"Sxw"}}}},"Sxw":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"S16"}}}},"Syc":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"Syg":{"type":"structure","members":{"EndpointName":{}}},"Syy":{"type":"structure","required":["Status"],"members":{"Status":{},"Message":{}}},"Sz7":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"S10d":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"S10f"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"S10h"},"CurrentServerlessConfig":{"shape":"Sdd"},"DesiredServerlessConfig":{"shape":"Sdd"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"S10f":{"type":"list","member":{"shape":"S10g"}},"S10g":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}},"S10h":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"S10l":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"S10p":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"S10f"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"S10h"},"CurrentServerlessConfig":{"shape":"Sdd"},"DesiredServerlessConfig":{"shape":"Sdd"},"ManagedInstanceScaling":{"shape":"Sdl"},"RoutingConfig":{"shape":"Sdp"}}}},"S10v":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S113":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"S116":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"S11c":{"type":"list","member":{"shape":"S11d"}},"S11d":{"type":"structure","members":{"Key":{},"Value":{}}},"S11u":{"type":"list","member":{}},"S129":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"S12b":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"S12d":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus","TunedHyperParameters"],"members":{"TrainingJobDefinitionName":{},"TrainingJobName":{},"TrainingJobArn":{},"TuningJobName":{},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"TrainingJobStatus":{},"TunedHyperParameters":{"shape":"S33"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"S12g":{"type":"structure","members":{"NumberOfTrainingJobsObjectiveNotImproving":{"type":"integer"},"ConvergenceDetectedTime":{"type":"timestamp"}}},"S12h":{"type":"structure","members":{"RuntimeInSeconds":{"type":"integer"}}},"S138":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"},"ModelSetupTime":{"type":"integer"}}},"S13b":{"type":"structure","required":["EndpointName","VariantName"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"},"ServerlessConfig":{"shape":"Sdd"}}},"S13d":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"S13l":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"S13p":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"S13s":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"S13x":{"type":"structure","required":["RecommendationStatus"],"members":{"RecommendationStatus":{},"RealTimeInferenceRecommendations":{"type":"list","member":{"type":"structure","required":["RecommendationId","InstanceType"],"members":{"RecommendationId":{},"InstanceType":{},"Environment":{"shape":"S16"}}}}}},"S14e":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"S14f"},"ImageScanStatuses":{"shape":"S14f"}}},"S14f":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"S14r":{"type":"structure","required":["MonitoringScheduleName","ScheduledTime","CreationTime","LastModifiedTime","MonitoringExecutionStatus"],"members":{"MonitoringScheduleName":{},"ScheduledTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringExecutionStatus":{},"ProcessingJobArn":{},"EndpointName":{},"FailureReason":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"S15b":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"S15d":{"type":"structure","required":["SelectedSteps"],"members":{"SourcePipelineExecutionArn":{},"SelectedSteps":{"type":"list","member":{"type":"structure","required":["StepName"],"members":{"StepName":{}}}}}},"S15m":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"S15x":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"S161":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S164":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"S167":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"S16b":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S16n":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S16r":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S16t":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"SourceArn":{},"TimeStamp":{"type":"timestamp"},"Max":{"type":"double"},"Min":{"type":"double"},"Last":{"type":"double"},"Count":{"type":"integer"},"Avg":{"type":"double"},"StdDev":{"type":"double"}}}},"S173":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Su2"},"SubDomain":{},"CognitoConfig":{"shape":"Stw"},"OidcConfig":{"type":"structure","members":{"ClientId":{},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"CreateDate":{"type":"timestamp"},"WorkforceVpcConfig":{"type":"structure","required":["VpcId","SecurityGroupIds","Subnets"],"members":{"VpcId":{},"SecurityGroupIds":{"shape":"Su8"},"Subnets":{"shape":"Sua"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S17b":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Sug"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Suo"}}},"S183":{"type":"structure","members":{"MinInvocationsPerMinute":{"type":"integer"},"MaxInvocationsPerMinute":{"type":"integer"}}},"S1av":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S1cl":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"S11u"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S1g5":{"type":"list","member":{"type":"structure","required":["MonitoringAlertName","CreationTime","LastModifiedTime","AlertStatus","DatapointsToAlert","EvaluationPeriod","Actions"],"members":{"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"AlertStatus":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"},"Actions":{"type":"structure","members":{"ModelDashboardIndicator":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}}}}},"S1hj":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1i0":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1ky":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1l9":{"type":"structure","members":{"Filters":{"shape":"S1la"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1la"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1l9"}},"Operator":{}}},"S1la":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1lr":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sz7"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S33"},"AlgorithmSpecification":{"shape":"Srz"},"RoleArn":{},"InputDataConfig":{"shape":"S35"},"OutputDataConfig":{"shape":"S3n"},"ResourceConfig":{"shape":"S3q"},"VpcConfig":{"shape":"S6b"},"StoppingCondition":{"shape":"S3w"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S164"},"FinalMetricDataList":{"shape":"S167"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Si8"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Ss8"},"ExperimentConfig":{"shape":"Sr0"},"DebugRuleConfigurations":{"shape":"Ssg"},"TensorBoardOutputConfig":{"shape":"Ssk"},"DebugRuleEvaluationStatuses":{"shape":"S16b"},"ProfilerConfig":{"shape":"Ssl"},"Environment":{"shape":"Ssr"},"RetryStrategy":{"shape":"Si9"},"Tags":{"shape":"S7"}}},"S1lz":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"St2"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S44"},"TransformInput":{"shape":"S47"},"TransformOutput":{"shape":"S4b"},"DataCaptureConfig":{"shape":"St5"},"TransformResources":{"shape":"S4e"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"St6"},"ExperimentConfig":{"shape":"Sr0"},"Tags":{"shape":"S7"}}},"S1ng":{"type":"list","member":{}},"S1px":{"type":"list","member":{}}}}
/***/ }),
/* 610 */
@@ -57457,7 +57458,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 713 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-11-05","endpointPrefix":"transfer","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"AWS Transfer","serviceFullName":"AWS Transfer Family","serviceId":"Transfer","signatureVersion":"v4","signingName":"transfer","targetPrefix":"TransferService","uid":"transfer-2018-11-05"},"operations":{"CreateAccess":{"input":{"type":"structure","required":["Role","ServerId","ExternalId"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"CreateAgreement":{"input":{"type":"structure","required":["ServerId","LocalProfileId","PartnerProfileId","BaseDirectory","AccessRole"],"members":{"Description":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{},"Status":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["AgreementId"],"members":{"AgreementId":{}}}},"CreateConnector":{"input":{"type":"structure","required":["Url","AccessRole"],"members":{"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"Tags":{"shape":"Sl"},"SftpConfig":{"shape":"S11"},"SecurityPolicyName":{}}},"output":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"CreateProfile":{"input":{"type":"structure","required":["As2Id","ProfileType"],"members":{"As2Id":{},"ProfileType":{},"CertificateIds":{"shape":"S1b"},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"CreateServer":{"input":{"type":"structure","members":{"Certificate":{},"Domain":{},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKey":{"shape":"S1r"},"IdentityProviderDetails":{"shape":"S1s"},"IdentityProviderType":{},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"ProtocolDetails":{"shape":"S22"},"SecurityPolicyName":{},"Tags":{"shape":"Sl"},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"}}},"output":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"CreateUser":{"input":{"type":"structure","required":["Role","ServerId","UserName"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"SshPublicKeyBody":{},"Tags":{"shape":"Sl"},"UserName":{}}},"output":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}},"CreateWorkflow":{"input":{"type":"structure","required":["Steps"],"members":{"Description":{},"Steps":{"shape":"S2p"},"OnExceptionSteps":{"shape":"S2p"},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}}},"DeleteAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"DeleteAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{}}}},"DeleteCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"DeleteConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"DeleteHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"DeleteProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"DeleteServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"DeleteSshPublicKey":{"input":{"type":"structure","required":["ServerId","SshPublicKeyId","UserName"],"members":{"ServerId":{},"SshPublicKeyId":{},"UserName":{}}}},"DeleteUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}},"DeleteWorkflow":{"input":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}}},"DescribeAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","Access"],"members":{"ServerId":{},"Access":{"type":"structure","members":{"HomeDirectory":{},"HomeDirectoryMappings":{"shape":"S4"},"HomeDirectoryType":{},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ExternalId":{}}}}}},"DescribeAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{}}},"output":{"type":"structure","required":["Agreement"],"members":{"Agreement":{"type":"structure","required":["Arn"],"members":{"Arn":{},"AgreementId":{},"Description":{},"Status":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{},"Tags":{"shape":"Sl"}}}}}},"DescribeCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}},"output":{"type":"structure","required":["Certificate"],"members":{"Certificate":{"type":"structure","required":["Arn"],"members":{"Arn":{},"CertificateId":{},"Usage":{},"Status":{},"Certificate":{"shape":"S42"},"CertificateChain":{"shape":"S43"},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Serial":{},"NotBeforeDate":{"type":"timestamp"},"NotAfterDate":{"type":"timestamp"},"Type":{},"Description":{},"Tags":{"shape":"Sl"}}}}}},"DescribeConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}},"output":{"type":"structure","required":["Connector"],"members":{"Connector":{"type":"structure","required":["Arn"],"members":{"Arn":{},"ConnectorId":{},"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"Tags":{"shape":"Sl"},"SftpConfig":{"shape":"S11"},"ServiceManagedEgressIpAddresses":{"shape":"S4a"},"SecurityPolicyName":{}}}}}},"DescribeExecution":{"input":{"type":"structure","required":["ExecutionId","WorkflowId"],"members":{"ExecutionId":{},"WorkflowId":{}}},"output":{"type":"structure","required":["WorkflowId","Execution"],"members":{"WorkflowId":{},"Execution":{"type":"structure","members":{"ExecutionId":{},"InitialFileLocation":{"shape":"S4g"},"ServiceMetadata":{"shape":"S4k"},"ExecutionRole":{},"LoggingConfiguration":{"type":"structure","members":{"LoggingRole":{},"LogGroupName":{}}},"PosixProfile":{"shape":"Sa"},"Status":{},"Results":{"type":"structure","members":{"Steps":{"shape":"S4r"},"OnExceptionSteps":{"shape":"S4r"}}}}}}}},"DescribeHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}},"output":{"type":"structure","required":["HostKey"],"members":{"HostKey":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HostKeyId":{},"HostKeyFingerprint":{},"Description":{},"Type":{},"DateImported":{"type":"timestamp"},"Tags":{"shape":"Sl"}}}}}},"DescribeProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}},"output":{"type":"structure","required":["Profile"],"members":{"Profile":{"type":"structure","required":["Arn"],"members":{"Arn":{},"ProfileId":{},"ProfileType":{},"As2Id":{},"CertificateIds":{"shape":"S1b"},"Tags":{"shape":"Sl"}}}}}},"DescribeSecurityPolicy":{"input":{"type":"structure","required":["SecurityPolicyName"],"members":{"SecurityPolicyName":{}}},"output":{"type":"structure","required":["SecurityPolicy"],"members":{"SecurityPolicy":{"type":"structure","required":["SecurityPolicyName"],"members":{"Fips":{"type":"boolean"},"SecurityPolicyName":{},"SshCiphers":{"shape":"S5b"},"SshKexs":{"shape":"S5b"},"SshMacs":{"shape":"S5b"},"TlsCiphers":{"shape":"S5b"},"SshHostKeyAlgorithms":{"shape":"S5b"},"Type":{},"Protocols":{"type":"list","member":{}}}}}}},"DescribeServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}},"output":{"type":"structure","required":["Server"],"members":{"Server":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Certificate":{},"ProtocolDetails":{"shape":"S22"},"Domain":{},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKeyFingerprint":{},"IdentityProviderDetails":{"shape":"S1s"},"IdentityProviderType":{},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"SecurityPolicyName":{},"ServerId":{},"State":{},"Tags":{"shape":"Sl"},"UserCount":{"type":"integer"},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"},"As2ServiceManagedEgressIpAddresses":{"shape":"S4a"}}}}}},"DescribeUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","User"],"members":{"ServerId":{},"User":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HomeDirectory":{},"HomeDirectoryMappings":{"shape":"S4"},"HomeDirectoryType":{},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"SshPublicKeys":{"type":"list","member":{"type":"structure","required":["DateImported","SshPublicKeyBody","SshPublicKeyId"],"members":{"DateImported":{"type":"timestamp"},"SshPublicKeyBody":{},"SshPublicKeyId":{}}}},"Tags":{"shape":"Sl"},"UserName":{}}}}}},"DescribeWorkflow":{"input":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}},"output":{"type":"structure","required":["Workflow"],"members":{"Workflow":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Description":{},"Steps":{"shape":"S2p"},"OnExceptionSteps":{"shape":"S2p"},"WorkflowId":{},"Tags":{"shape":"Sl"}}}}}},"ImportCertificate":{"input":{"type":"structure","required":["Usage","Certificate"],"members":{"Usage":{},"Certificate":{"shape":"S42"},"CertificateChain":{"shape":"S43"},"PrivateKey":{"type":"string","sensitive":true},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Description":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"ImportHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyBody"],"members":{"ServerId":{},"HostKeyBody":{"shape":"S1r"},"Description":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"ImportSshPublicKey":{"input":{"type":"structure","required":["ServerId","SshPublicKeyBody","UserName"],"members":{"ServerId":{},"SshPublicKeyBody":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","SshPublicKeyId","UserName"],"members":{"ServerId":{},"SshPublicKeyId":{},"UserName":{}}}},"ListAccesses":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","Accesses"],"members":{"NextToken":{},"ServerId":{},"Accesses":{"type":"list","member":{"type":"structure","members":{"HomeDirectory":{},"HomeDirectoryType":{},"Role":{},"ExternalId":{}}}}}}},"ListAgreements":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["Agreements"],"members":{"NextToken":{},"Agreements":{"type":"list","member":{"type":"structure","members":{"Arn":{},"AgreementId":{},"Description":{},"Status":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{}}}}}}},"ListCertificates":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Certificates"],"members":{"NextToken":{},"Certificates":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CertificateId":{},"Usage":{},"Status":{},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Type":{},"Description":{}}}}}}},"ListConnectors":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Connectors"],"members":{"NextToken":{},"Connectors":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ConnectorId":{},"Url":{}}}}}}},"ListExecutions":{"input":{"type":"structure","required":["WorkflowId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"WorkflowId":{}}},"output":{"type":"structure","required":["WorkflowId","Executions"],"members":{"NextToken":{},"WorkflowId":{},"Executions":{"type":"list","member":{"type":"structure","members":{"ExecutionId":{},"InitialFileLocation":{"shape":"S4g"},"ServiceMetadata":{"shape":"S4k"},"Status":{}}}}}}},"ListHostKeys":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","HostKeys"],"members":{"NextToken":{},"ServerId":{},"HostKeys":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HostKeyId":{},"Fingerprint":{},"Description":{},"Type":{},"DateImported":{"type":"timestamp"}}}}}}},"ListProfiles":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ProfileType":{}}},"output":{"type":"structure","required":["Profiles"],"members":{"NextToken":{},"Profiles":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ProfileId":{},"As2Id":{},"ProfileType":{}}}}}}},"ListSecurityPolicies":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["SecurityPolicyNames"],"members":{"NextToken":{},"SecurityPolicyNames":{"type":"list","member":{}}}}},"ListServers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Servers"],"members":{"NextToken":{},"Servers":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Domain":{},"IdentityProviderType":{},"EndpointType":{},"LoggingRole":{},"ServerId":{},"State":{},"UserCount":{"type":"integer"}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["Arn"],"members":{"Arn":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Arn":{},"NextToken":{},"Tags":{"shape":"Sl"}}}},"ListUsers":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","Users"],"members":{"NextToken":{},"ServerId":{},"Users":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HomeDirectory":{},"HomeDirectoryType":{},"Role":{},"SshPublicKeyCount":{"type":"integer"},"UserName":{}}}}}}},"ListWorkflows":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Workflows"],"members":{"NextToken":{},"Workflows":{"type":"list","member":{"type":"structure","members":{"WorkflowId":{},"Description":{},"Arn":{}}}}}}},"SendWorkflowStepState":{"input":{"type":"structure","required":["WorkflowId","ExecutionId","Token","Status"],"members":{"WorkflowId":{},"ExecutionId":{},"Token":{},"Status":{}}},"output":{"type":"structure","members":{}}},"StartFileTransfer":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{},"SendFilePaths":{"shape":"S7h"},"RetrieveFilePaths":{"shape":"S7h"},"LocalDirectoryPath":{},"RemoteDirectoryPath":{}}},"output":{"type":"structure","required":["TransferId"],"members":{"TransferId":{}}}},"StartServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"StopServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"TagResource":{"input":{"type":"structure","required":["Arn","Tags"],"members":{"Arn":{},"Tags":{"shape":"Sl"}}}},"TestConnection":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}},"output":{"type":"structure","members":{"ConnectorId":{},"Status":{},"StatusMessage":{}}}},"TestIdentityProvider":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"ServerProtocol":{},"SourceIp":{},"UserName":{},"UserPassword":{"type":"string","sensitive":true}}},"output":{"type":"structure","required":["StatusCode","Url"],"members":{"Response":{},"StatusCode":{"type":"integer"},"Message":{},"Url":{}}}},"UntagResource":{"input":{"type":"structure","required":["Arn","TagKeys"],"members":{"Arn":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"UpdateAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{},"Description":{},"Status":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{}}},"output":{"type":"structure","required":["AgreementId"],"members":{"AgreementId":{}}}},"UpdateCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Description":{}}},"output":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"UpdateConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{},"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"SftpConfig":{"shape":"S11"},"SecurityPolicyName":{}}},"output":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"UpdateHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId","Description"],"members":{"ServerId":{},"HostKeyId":{},"Description":{}}},"output":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"UpdateProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{},"CertificateIds":{"shape":"S1b"}}},"output":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"UpdateServer":{"input":{"type":"structure","required":["ServerId"],"members":{"Certificate":{},"ProtocolDetails":{"shape":"S22"},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKey":{"shape":"S1r"},"IdentityProviderDetails":{"shape":"S1s"},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"SecurityPolicyName":{},"ServerId":{},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"}}},"output":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"UpdateUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Entry","Target"],"members":{"Entry":{},"Target":{},"Type":{}}}},"Sa":{"type":"structure","required":["Uid","Gid"],"members":{"Uid":{"type":"long"},"Gid":{"type":"long"},"SecondaryGids":{"type":"list","member":{"type":"long"}}}},"Sl":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"St":{"type":"structure","members":{"LocalProfileId":{},"PartnerProfileId":{},"MessageSubject":{},"Compression":{},"EncryptionAlgorithm":{},"SigningAlgorithm":{},"MdnSigningAlgorithm":{},"MdnResponse":{},"BasicAuthSecretId":{}}},"S11":{"type":"structure","members":{"UserSecretId":{},"TrustedHostKeys":{"type":"list","member":{}}}},"S1b":{"type":"list","member":{}},"S1h":{"type":"structure","members":{"AddressAllocationIds":{"type":"list","member":{}},"SubnetIds":{"type":"list","member":{}},"VpcEndpointId":{},"VpcId":{},"SecurityGroupIds":{"type":"list","member":{}}}},"S1r":{"type":"string","sensitive":true},"S1s":{"type":"structure","members":{"Url":{},"InvocationRole":{},"DirectoryId":{},"Function":{},"SftpAuthenticationMethods":{}}},"S20":{"type":"list","member":{}},"S22":{"type":"structure","members":{"PassiveIp":{},"TlsSessionResumptionMode":{},"SetStatOption":{},"As2Transports":{"type":"list","member":{}}}},"S29":{"type":"structure","members":{"OnUpload":{"type":"list","member":{"shape":"S2b"}},"OnPartialUpload":{"type":"list","member":{"shape":"S2b"}}}},"S2b":{"type":"structure","required":["WorkflowId","ExecutionRole"],"members":{"WorkflowId":{},"ExecutionRole":{}}},"S2e":{"type":"list","member":{}},"S2g":{"type":"structure","members":{"DirectoryListingOptimization":{}}},"S2p":{"type":"list","member":{"type":"structure","members":{"Type":{},"CopyStepDetails":{"type":"structure","members":{"Name":{},"DestinationFileLocation":{"shape":"S2u"},"OverwriteExisting":{},"SourceFileLocation":{}}},"CustomStepDetails":{"type":"structure","members":{"Name":{},"Target":{},"TimeoutSeconds":{"type":"integer"},"SourceFileLocation":{}}},"DeleteStepDetails":{"type":"structure","members":{"Name":{},"SourceFileLocation":{}}},"TagStepDetails":{"type":"structure","members":{"Name":{},"Tags":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"SourceFileLocation":{}}},"DecryptStepDetails":{"type":"structure","required":["Type","DestinationFileLocation"],"members":{"Name":{},"Type":{},"SourceFileLocation":{},"OverwriteExisting":{},"DestinationFileLocation":{"shape":"S2u"}}}}}},"S2u":{"type":"structure","members":{"S3FileLocation":{"type":"structure","members":{"Bucket":{},"Key":{}}},"EfsFileLocation":{"shape":"S2y"}}},"S2y":{"type":"structure","members":{"FileSystemId":{},"Path":{}}},"S42":{"type":"string","sensitive":true},"S43":{"type":"string","sensitive":true},"S4a":{"type":"list","member":{}},"S4g":{"type":"structure","members":{"S3FileLocation":{"type":"structure","members":{"Bucket":{},"Key":{},"VersionId":{},"Etag":{}}},"EfsFileLocation":{"shape":"S2y"}}},"S4k":{"type":"structure","required":["UserDetails"],"members":{"UserDetails":{"type":"structure","required":["UserName","ServerId"],"members":{"UserName":{},"ServerId":{},"SessionId":{}}}}},"S4r":{"type":"list","member":{"type":"structure","members":{"StepType":{},"Outputs":{},"Error":{"type":"structure","required":["Type","Message"],"members":{"Type":{},"Message":{}}}}}},"S5b":{"type":"list","member":{}},"S7h":{"type":"list","member":{}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-11-05","endpointPrefix":"transfer","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"AWS Transfer","serviceFullName":"AWS Transfer Family","serviceId":"Transfer","signatureVersion":"v4","signingName":"transfer","targetPrefix":"TransferService","uid":"transfer-2018-11-05"},"operations":{"CreateAccess":{"input":{"type":"structure","required":["Role","ServerId","ExternalId"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"CreateAgreement":{"input":{"type":"structure","required":["ServerId","LocalProfileId","PartnerProfileId","BaseDirectory","AccessRole"],"members":{"Description":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{},"Status":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["AgreementId"],"members":{"AgreementId":{}}}},"CreateConnector":{"input":{"type":"structure","required":["Url","AccessRole"],"members":{"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"Tags":{"shape":"Sl"},"SftpConfig":{"shape":"S11"},"SecurityPolicyName":{}}},"output":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"CreateProfile":{"input":{"type":"structure","required":["As2Id","ProfileType"],"members":{"As2Id":{},"ProfileType":{},"CertificateIds":{"shape":"S1b"},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"CreateServer":{"input":{"type":"structure","members":{"Certificate":{},"Domain":{},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKey":{"shape":"S1r"},"IdentityProviderDetails":{"shape":"S1s"},"IdentityProviderType":{},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"ProtocolDetails":{"shape":"S22"},"SecurityPolicyName":{},"Tags":{"shape":"Sl"},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"}}},"output":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"CreateUser":{"input":{"type":"structure","required":["Role","ServerId","UserName"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"SshPublicKeyBody":{},"Tags":{"shape":"Sl"},"UserName":{}}},"output":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}},"CreateWorkflow":{"input":{"type":"structure","required":["Steps"],"members":{"Description":{},"Steps":{"shape":"S2p"},"OnExceptionSteps":{"shape":"S2p"},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}}},"DeleteAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"DeleteAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{}}}},"DeleteCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"DeleteConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"DeleteHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"DeleteProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"DeleteServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"DeleteSshPublicKey":{"input":{"type":"structure","required":["ServerId","SshPublicKeyId","UserName"],"members":{"ServerId":{},"SshPublicKeyId":{},"UserName":{}}}},"DeleteUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}},"DeleteWorkflow":{"input":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}}},"DescribeAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","Access"],"members":{"ServerId":{},"Access":{"type":"structure","members":{"HomeDirectory":{},"HomeDirectoryMappings":{"shape":"S4"},"HomeDirectoryType":{},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ExternalId":{}}}}}},"DescribeAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{}}},"output":{"type":"structure","required":["Agreement"],"members":{"Agreement":{"type":"structure","required":["Arn"],"members":{"Arn":{},"AgreementId":{},"Description":{},"Status":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{},"Tags":{"shape":"Sl"}}}}}},"DescribeCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}},"output":{"type":"structure","required":["Certificate"],"members":{"Certificate":{"type":"structure","required":["Arn"],"members":{"Arn":{},"CertificateId":{},"Usage":{},"Status":{},"Certificate":{"shape":"S42"},"CertificateChain":{"shape":"S43"},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Serial":{},"NotBeforeDate":{"type":"timestamp"},"NotAfterDate":{"type":"timestamp"},"Type":{},"Description":{},"Tags":{"shape":"Sl"}}}}}},"DescribeConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}},"output":{"type":"structure","required":["Connector"],"members":{"Connector":{"type":"structure","required":["Arn"],"members":{"Arn":{},"ConnectorId":{},"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"Tags":{"shape":"Sl"},"SftpConfig":{"shape":"S11"},"ServiceManagedEgressIpAddresses":{"shape":"S4a"},"SecurityPolicyName":{}}}}}},"DescribeExecution":{"input":{"type":"structure","required":["ExecutionId","WorkflowId"],"members":{"ExecutionId":{},"WorkflowId":{}}},"output":{"type":"structure","required":["WorkflowId","Execution"],"members":{"WorkflowId":{},"Execution":{"type":"structure","members":{"ExecutionId":{},"InitialFileLocation":{"shape":"S4g"},"ServiceMetadata":{"shape":"S4k"},"ExecutionRole":{},"LoggingConfiguration":{"type":"structure","members":{"LoggingRole":{},"LogGroupName":{}}},"PosixProfile":{"shape":"Sa"},"Status":{},"Results":{"type":"structure","members":{"Steps":{"shape":"S4r"},"OnExceptionSteps":{"shape":"S4r"}}}}}}}},"DescribeHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}},"output":{"type":"structure","required":["HostKey"],"members":{"HostKey":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HostKeyId":{},"HostKeyFingerprint":{},"Description":{},"Type":{},"DateImported":{"type":"timestamp"},"Tags":{"shape":"Sl"}}}}}},"DescribeProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}},"output":{"type":"structure","required":["Profile"],"members":{"Profile":{"type":"structure","required":["Arn"],"members":{"Arn":{},"ProfileId":{},"ProfileType":{},"As2Id":{},"CertificateIds":{"shape":"S1b"},"Tags":{"shape":"Sl"}}}}}},"DescribeSecurityPolicy":{"input":{"type":"structure","required":["SecurityPolicyName"],"members":{"SecurityPolicyName":{}}},"output":{"type":"structure","required":["SecurityPolicy"],"members":{"SecurityPolicy":{"type":"structure","required":["SecurityPolicyName"],"members":{"Fips":{"type":"boolean"},"SecurityPolicyName":{},"SshCiphers":{"shape":"S5b"},"SshKexs":{"shape":"S5b"},"SshMacs":{"shape":"S5b"},"TlsCiphers":{"shape":"S5b"},"SshHostKeyAlgorithms":{"shape":"S5b"},"Type":{},"Protocols":{"type":"list","member":{}}}}}}},"DescribeServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}},"output":{"type":"structure","required":["Server"],"members":{"Server":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Certificate":{},"ProtocolDetails":{"shape":"S22"},"Domain":{},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKeyFingerprint":{},"IdentityProviderDetails":{"shape":"S1s"},"IdentityProviderType":{},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"SecurityPolicyName":{},"ServerId":{},"State":{},"Tags":{"shape":"Sl"},"UserCount":{"type":"integer"},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"},"As2ServiceManagedEgressIpAddresses":{"shape":"S4a"}}}}}},"DescribeUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","User"],"members":{"ServerId":{},"User":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HomeDirectory":{},"HomeDirectoryMappings":{"shape":"S4"},"HomeDirectoryType":{},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"SshPublicKeys":{"type":"list","member":{"type":"structure","required":["DateImported","SshPublicKeyBody","SshPublicKeyId"],"members":{"DateImported":{"type":"timestamp"},"SshPublicKeyBody":{},"SshPublicKeyId":{}}}},"Tags":{"shape":"Sl"},"UserName":{}}}}}},"DescribeWorkflow":{"input":{"type":"structure","required":["WorkflowId"],"members":{"WorkflowId":{}}},"output":{"type":"structure","required":["Workflow"],"members":{"Workflow":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Description":{},"Steps":{"shape":"S2p"},"OnExceptionSteps":{"shape":"S2p"},"WorkflowId":{},"Tags":{"shape":"Sl"}}}}}},"ImportCertificate":{"input":{"type":"structure","required":["Usage","Certificate"],"members":{"Usage":{},"Certificate":{"shape":"S42"},"CertificateChain":{"shape":"S43"},"PrivateKey":{"type":"string","sensitive":true},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Description":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"ImportHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyBody"],"members":{"ServerId":{},"HostKeyBody":{"shape":"S1r"},"Description":{},"Tags":{"shape":"Sl"}}},"output":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"ImportSshPublicKey":{"input":{"type":"structure","required":["ServerId","SshPublicKeyBody","UserName"],"members":{"ServerId":{},"SshPublicKeyBody":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","SshPublicKeyId","UserName"],"members":{"ServerId":{},"SshPublicKeyId":{},"UserName":{}}}},"ListAccesses":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","Accesses"],"members":{"NextToken":{},"ServerId":{},"Accesses":{"type":"list","member":{"type":"structure","members":{"HomeDirectory":{},"HomeDirectoryType":{},"Role":{},"ExternalId":{}}}}}}},"ListAgreements":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["Agreements"],"members":{"NextToken":{},"Agreements":{"type":"list","member":{"type":"structure","members":{"Arn":{},"AgreementId":{},"Description":{},"Status":{},"ServerId":{},"LocalProfileId":{},"PartnerProfileId":{}}}}}}},"ListCertificates":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Certificates"],"members":{"NextToken":{},"Certificates":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CertificateId":{},"Usage":{},"Status":{},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Type":{},"Description":{}}}}}}},"ListConnectors":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Connectors"],"members":{"NextToken":{},"Connectors":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ConnectorId":{},"Url":{}}}}}}},"ListExecutions":{"input":{"type":"structure","required":["WorkflowId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"WorkflowId":{}}},"output":{"type":"structure","required":["WorkflowId","Executions"],"members":{"NextToken":{},"WorkflowId":{},"Executions":{"type":"list","member":{"type":"structure","members":{"ExecutionId":{},"InitialFileLocation":{"shape":"S4g"},"ServiceMetadata":{"shape":"S4k"},"Status":{}}}}}}},"ListHostKeys":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","HostKeys"],"members":{"NextToken":{},"ServerId":{},"HostKeys":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HostKeyId":{},"Fingerprint":{},"Description":{},"Type":{},"DateImported":{"type":"timestamp"}}}}}}},"ListProfiles":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ProfileType":{}}},"output":{"type":"structure","required":["Profiles"],"members":{"NextToken":{},"Profiles":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ProfileId":{},"As2Id":{},"ProfileType":{}}}}}}},"ListSecurityPolicies":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["SecurityPolicyNames"],"members":{"NextToken":{},"SecurityPolicyNames":{"type":"list","member":{}}}}},"ListServers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Servers"],"members":{"NextToken":{},"Servers":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"Domain":{},"IdentityProviderType":{},"EndpointType":{},"LoggingRole":{},"ServerId":{},"State":{},"UserCount":{"type":"integer"}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["Arn"],"members":{"Arn":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Arn":{},"NextToken":{},"Tags":{"shape":"Sl"}}}},"ListUsers":{"input":{"type":"structure","required":["ServerId"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ServerId":{}}},"output":{"type":"structure","required":["ServerId","Users"],"members":{"NextToken":{},"ServerId":{},"Users":{"type":"list","member":{"type":"structure","required":["Arn"],"members":{"Arn":{},"HomeDirectory":{},"HomeDirectoryType":{},"Role":{},"SshPublicKeyCount":{"type":"integer"},"UserName":{}}}}}}},"ListWorkflows":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Workflows"],"members":{"NextToken":{},"Workflows":{"type":"list","member":{"type":"structure","members":{"WorkflowId":{},"Description":{},"Arn":{}}}}}}},"SendWorkflowStepState":{"input":{"type":"structure","required":["WorkflowId","ExecutionId","Token","Status"],"members":{"WorkflowId":{},"ExecutionId":{},"Token":{},"Status":{}}},"output":{"type":"structure","members":{}}},"StartDirectoryListing":{"input":{"type":"structure","required":["ConnectorId","RemoteDirectoryPath","OutputDirectoryPath"],"members":{"ConnectorId":{},"RemoteDirectoryPath":{},"MaxItems":{"type":"integer"},"OutputDirectoryPath":{}}},"output":{"type":"structure","required":["ListingId","OutputFileName"],"members":{"ListingId":{},"OutputFileName":{}}}},"StartFileTransfer":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{},"SendFilePaths":{"shape":"S7n"},"RetrieveFilePaths":{"shape":"S7n"},"LocalDirectoryPath":{},"RemoteDirectoryPath":{}}},"output":{"type":"structure","required":["TransferId"],"members":{"TransferId":{}}}},"StartServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"StopServer":{"input":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"TagResource":{"input":{"type":"structure","required":["Arn","Tags"],"members":{"Arn":{},"Tags":{"shape":"Sl"}}}},"TestConnection":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}},"output":{"type":"structure","members":{"ConnectorId":{},"Status":{},"StatusMessage":{}}}},"TestIdentityProvider":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"ServerProtocol":{},"SourceIp":{},"UserName":{},"UserPassword":{"type":"string","sensitive":true}}},"output":{"type":"structure","required":["StatusCode","Url"],"members":{"Response":{},"StatusCode":{"type":"integer"},"Message":{},"Url":{}}}},"UntagResource":{"input":{"type":"structure","required":["Arn","TagKeys"],"members":{"Arn":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAccess":{"input":{"type":"structure","required":["ServerId","ExternalId"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"ExternalId":{}}},"output":{"type":"structure","required":["ServerId","ExternalId"],"members":{"ServerId":{},"ExternalId":{}}}},"UpdateAgreement":{"input":{"type":"structure","required":["AgreementId","ServerId"],"members":{"AgreementId":{},"ServerId":{},"Description":{},"Status":{},"LocalProfileId":{},"PartnerProfileId":{},"BaseDirectory":{},"AccessRole":{}}},"output":{"type":"structure","required":["AgreementId"],"members":{"AgreementId":{}}}},"UpdateCertificate":{"input":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{},"ActiveDate":{"type":"timestamp"},"InactiveDate":{"type":"timestamp"},"Description":{}}},"output":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{}}}},"UpdateConnector":{"input":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{},"Url":{},"As2Config":{"shape":"St"},"AccessRole":{},"LoggingRole":{},"SftpConfig":{"shape":"S11"},"SecurityPolicyName":{}}},"output":{"type":"structure","required":["ConnectorId"],"members":{"ConnectorId":{}}}},"UpdateHostKey":{"input":{"type":"structure","required":["ServerId","HostKeyId","Description"],"members":{"ServerId":{},"HostKeyId":{},"Description":{}}},"output":{"type":"structure","required":["ServerId","HostKeyId"],"members":{"ServerId":{},"HostKeyId":{}}}},"UpdateProfile":{"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{},"CertificateIds":{"shape":"S1b"}}},"output":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{}}}},"UpdateServer":{"input":{"type":"structure","required":["ServerId"],"members":{"Certificate":{},"ProtocolDetails":{"shape":"S22"},"EndpointDetails":{"shape":"S1h"},"EndpointType":{},"HostKey":{"shape":"S1r"},"IdentityProviderDetails":{"shape":"S1s"},"LoggingRole":{},"PostAuthenticationLoginBanner":{},"PreAuthenticationLoginBanner":{},"Protocols":{"shape":"S20"},"SecurityPolicyName":{},"ServerId":{},"WorkflowDetails":{"shape":"S29"},"StructuredLogDestinations":{"shape":"S2e"},"S3StorageOptions":{"shape":"S2g"}}},"output":{"type":"structure","required":["ServerId"],"members":{"ServerId":{}}}},"UpdateUser":{"input":{"type":"structure","required":["ServerId","UserName"],"members":{"HomeDirectory":{},"HomeDirectoryType":{},"HomeDirectoryMappings":{"shape":"S4"},"Policy":{},"PosixProfile":{"shape":"Sa"},"Role":{},"ServerId":{},"UserName":{}}},"output":{"type":"structure","required":["ServerId","UserName"],"members":{"ServerId":{},"UserName":{}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Entry","Target"],"members":{"Entry":{},"Target":{},"Type":{}}}},"Sa":{"type":"structure","required":["Uid","Gid"],"members":{"Uid":{"type":"long"},"Gid":{"type":"long"},"SecondaryGids":{"type":"list","member":{"type":"long"}}}},"Sl":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"St":{"type":"structure","members":{"LocalProfileId":{},"PartnerProfileId":{},"MessageSubject":{},"Compression":{},"EncryptionAlgorithm":{},"SigningAlgorithm":{},"MdnSigningAlgorithm":{},"MdnResponse":{},"BasicAuthSecretId":{}}},"S11":{"type":"structure","members":{"UserSecretId":{},"TrustedHostKeys":{"type":"list","member":{}}}},"S1b":{"type":"list","member":{}},"S1h":{"type":"structure","members":{"AddressAllocationIds":{"type":"list","member":{}},"SubnetIds":{"type":"list","member":{}},"VpcEndpointId":{},"VpcId":{},"SecurityGroupIds":{"type":"list","member":{}}}},"S1r":{"type":"string","sensitive":true},"S1s":{"type":"structure","members":{"Url":{},"InvocationRole":{},"DirectoryId":{},"Function":{},"SftpAuthenticationMethods":{}}},"S20":{"type":"list","member":{}},"S22":{"type":"structure","members":{"PassiveIp":{},"TlsSessionResumptionMode":{},"SetStatOption":{},"As2Transports":{"type":"list","member":{}}}},"S29":{"type":"structure","members":{"OnUpload":{"type":"list","member":{"shape":"S2b"}},"OnPartialUpload":{"type":"list","member":{"shape":"S2b"}}}},"S2b":{"type":"structure","required":["WorkflowId","ExecutionRole"],"members":{"WorkflowId":{},"ExecutionRole":{}}},"S2e":{"type":"list","member":{}},"S2g":{"type":"structure","members":{"DirectoryListingOptimization":{}}},"S2p":{"type":"list","member":{"type":"structure","members":{"Type":{},"CopyStepDetails":{"type":"structure","members":{"Name":{},"DestinationFileLocation":{"shape":"S2u"},"OverwriteExisting":{},"SourceFileLocation":{}}},"CustomStepDetails":{"type":"structure","members":{"Name":{},"Target":{},"TimeoutSeconds":{"type":"integer"},"SourceFileLocation":{}}},"DeleteStepDetails":{"type":"structure","members":{"Name":{},"SourceFileLocation":{}}},"TagStepDetails":{"type":"structure","members":{"Name":{},"Tags":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"SourceFileLocation":{}}},"DecryptStepDetails":{"type":"structure","required":["Type","DestinationFileLocation"],"members":{"Name":{},"Type":{},"SourceFileLocation":{},"OverwriteExisting":{},"DestinationFileLocation":{"shape":"S2u"}}}}}},"S2u":{"type":"structure","members":{"S3FileLocation":{"type":"structure","members":{"Bucket":{},"Key":{}}},"EfsFileLocation":{"shape":"S2y"}}},"S2y":{"type":"structure","members":{"FileSystemId":{},"Path":{}}},"S42":{"type":"string","sensitive":true},"S43":{"type":"string","sensitive":true},"S4a":{"type":"list","member":{}},"S4g":{"type":"structure","members":{"S3FileLocation":{"type":"structure","members":{"Bucket":{},"Key":{},"VersionId":{},"Etag":{}}},"EfsFileLocation":{"shape":"S2y"}}},"S4k":{"type":"structure","required":["UserDetails"],"members":{"UserDetails":{"type":"structure","required":["UserName","ServerId"],"members":{"UserName":{},"ServerId":{},"SessionId":{}}}}},"S4r":{"type":"list","member":{"type":"structure","members":{"StepType":{},"Outputs":{},"Error":{"type":"structure","required":["Type","Message"],"members":{"Type":{},"Message":{}}}}}},"S5b":{"type":"list","member":{}},"S7n":{"type":"list","member":{}}}}
/***/ }),
/* 714 */
@@ -64450,6 +64451,7 @@ return /******/ (function(modules) { // webpackBootstrap
get: function get() {
var model = __webpack_require__(1306);
model.paginators = __webpack_require__(1307).pagination;
+ model.waiters = __webpack_require__(1308).waiters;
return model;
},
enumerable: true,
@@ -64463,7 +64465,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1306 */
/***/ (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"}}},"idempotent":true},"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":{}},"idempotent":true},"DeleteKey":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"DeleteKeyInDays":{"type":"integer"},"KeyIdentifier":{}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}},"idempotent":true},"ExportKey":{"input":{"type":"structure","required":["ExportKeyIdentifier","KeyMaterial"],"members":{"ExportAttributes":{"type":"structure","members":{"ExportDukptInitialKey":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{}}},"KeyCheckValueAlgorithm":{}}},"ExportKeyIdentifier":{},"KeyMaterial":{"type":"structure","members":{"KeyCryptogram":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","WrappingKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"WrappingKeyCertificate":{"shape":"S11"},"WrappingSpec":{}}},"Tr31KeyBlock":{"type":"structure","required":["WrappingKeyIdentifier"],"members":{"WrappingKeyIdentifier":{}}},"Tr34KeyBlock":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","ExportToken","KeyBlockFormat","WrappingKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"ExportToken":{},"KeyBlockFormat":{},"RandomNonce":{},"WrappingKeyCertificate":{"shape":"S11"}}}},"union":true}}},"output":{"type":"structure","members":{"WrappedKey":{"type":"structure","required":["KeyMaterial","WrappedKeyMaterialFormat","WrappingKeyArn"],"members":{"KeyCheckValue":{},"KeyCheckValueAlgorithm":{},"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":"S11"},"SigningKeyCertificateChain":{"shape":"S11"}}}},"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":"S11"},"WrappingKeyCertificateChain":{"shape":"S11"}}}},"GetPublicKeyCertificate":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["KeyCertificate","KeyCertificateChain"],"members":{"KeyCertificate":{"shape":"S11"},"KeyCertificateChain":{"shape":"S11"}}}},"ImportKey":{"input":{"type":"structure","required":["KeyMaterial"],"members":{"Enabled":{"type":"boolean"},"KeyCheckValueAlgorithm":{},"KeyMaterial":{"type":"structure","members":{"KeyCryptogram":{"type":"structure","required":["Exportable","ImportToken","KeyAttributes","WrappedKeyCryptogram"],"members":{"Exportable":{"type":"boolean"},"ImportToken":{},"KeyAttributes":{"shape":"S8"},"WrappedKeyCryptogram":{},"WrappingSpec":{}}},"RootCertificatePublicKey":{"type":"structure","required":["KeyAttributes","PublicKeyCertificate"],"members":{"KeyAttributes":{"shape":"S8"},"PublicKeyCertificate":{"shape":"S11"}}},"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":"S11"},"WrappedKeyBlock":{}}},"TrustedCertificatePublicKey":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","KeyAttributes","PublicKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"KeyAttributes":{"shape":"S8"},"PublicKeyCertificate":{"shape":"S11"}}}},"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"}}},"S11":{"type":"string","sensitive":true}}}
+ 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"}}},"idempotent":true},"CreateKey":{"input":{"type":"structure","required":["KeyAttributes","Exportable"],"members":{"KeyAttributes":{"shape":"S7"},"KeyCheckValueAlgorithm":{},"Exportable":{"type":"boolean"},"Enabled":{"type":"boolean"},"Tags":{"shape":"Sf"}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteKey":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{},"DeleteKeyInDays":{"type":"integer"}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}},"idempotent":true},"ExportKey":{"input":{"type":"structure","required":["KeyMaterial","ExportKeyIdentifier"],"members":{"KeyMaterial":{"type":"structure","members":{"Tr31KeyBlock":{"type":"structure","required":["WrappingKeyIdentifier"],"members":{"WrappingKeyIdentifier":{},"KeyBlockHeaders":{"shape":"Sy"}}},"Tr34KeyBlock":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","WrappingKeyCertificate","ExportToken","KeyBlockFormat"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"WrappingKeyCertificate":{"shape":"S15"},"ExportToken":{},"KeyBlockFormat":{},"RandomNonce":{},"KeyBlockHeaders":{"shape":"Sy"}}},"KeyCryptogram":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","WrappingKeyCertificate"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"WrappingKeyCertificate":{"shape":"S15"},"WrappingSpec":{}}}},"union":true},"ExportKeyIdentifier":{},"ExportAttributes":{"type":"structure","members":{"ExportDukptInitialKey":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{}}},"KeyCheckValueAlgorithm":{}}}}},"output":{"type":"structure","members":{"WrappedKey":{"type":"structure","required":["WrappingKeyArn","WrappedKeyMaterialFormat","KeyMaterial"],"members":{"WrappingKeyArn":{},"WrappedKeyMaterialFormat":{},"KeyMaterial":{"type":"string","sensitive":true},"KeyCheckValue":{},"KeyCheckValueAlgorithm":{}}}}}},"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":["SigningKeyCertificate","SigningKeyCertificateChain","SigningKeyAlgorithm","ExportToken","ParametersValidUntilTimestamp"],"members":{"SigningKeyCertificate":{"shape":"S15"},"SigningKeyCertificateChain":{"shape":"S15"},"SigningKeyAlgorithm":{},"ExportToken":{},"ParametersValidUntilTimestamp":{"type":"timestamp"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyMaterialType","WrappingKeyAlgorithm"],"members":{"KeyMaterialType":{},"WrappingKeyAlgorithm":{}}},"output":{"type":"structure","required":["WrappingKeyCertificate","WrappingKeyCertificateChain","WrappingKeyAlgorithm","ImportToken","ParametersValidUntilTimestamp"],"members":{"WrappingKeyCertificate":{"shape":"S15"},"WrappingKeyCertificateChain":{"shape":"S15"},"WrappingKeyAlgorithm":{},"ImportToken":{},"ParametersValidUntilTimestamp":{"type":"timestamp"}}}},"GetPublicKeyCertificate":{"input":{"type":"structure","required":["KeyIdentifier"],"members":{"KeyIdentifier":{}}},"output":{"type":"structure","required":["KeyCertificate","KeyCertificateChain"],"members":{"KeyCertificate":{"shape":"S15"},"KeyCertificateChain":{"shape":"S15"}}}},"ImportKey":{"input":{"type":"structure","required":["KeyMaterial"],"members":{"KeyMaterial":{"type":"structure","members":{"RootCertificatePublicKey":{"type":"structure","required":["KeyAttributes","PublicKeyCertificate"],"members":{"KeyAttributes":{"shape":"S7"},"PublicKeyCertificate":{"shape":"S15"}}},"TrustedCertificatePublicKey":{"type":"structure","required":["KeyAttributes","PublicKeyCertificate","CertificateAuthorityPublicKeyIdentifier"],"members":{"KeyAttributes":{"shape":"S7"},"PublicKeyCertificate":{"shape":"S15"},"CertificateAuthorityPublicKeyIdentifier":{}}},"Tr31KeyBlock":{"type":"structure","required":["WrappingKeyIdentifier","WrappedKeyBlock"],"members":{"WrappingKeyIdentifier":{},"WrappedKeyBlock":{}}},"Tr34KeyBlock":{"type":"structure","required":["CertificateAuthorityPublicKeyIdentifier","SigningKeyCertificate","ImportToken","WrappedKeyBlock","KeyBlockFormat"],"members":{"CertificateAuthorityPublicKeyIdentifier":{},"SigningKeyCertificate":{"shape":"S15"},"ImportToken":{},"WrappedKeyBlock":{},"KeyBlockFormat":{},"RandomNonce":{}}},"KeyCryptogram":{"type":"structure","required":["KeyAttributes","Exportable","WrappedKeyCryptogram","ImportToken"],"members":{"KeyAttributes":{"shape":"S7"},"Exportable":{"type":"boolean"},"WrappedKeyCryptogram":{},"ImportToken":{},"WrappingSpec":{}}}},"union":true},"KeyCheckValueAlgorithm":{},"Enabled":{"type":"boolean"},"Tags":{"shape":"Sf"}}},"output":{"type":"structure","required":["Key"],"members":{"Key":{"shape":"Sk"}}}},"ListAliases":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Aliases"],"members":{"Aliases":{"type":"list","member":{"shape":"S5"}},"NextToken":{}}}},"ListKeys":{"input":{"type":"structure","members":{"KeyState":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Keys"],"members":{"Keys":{"type":"list","member":{"type":"structure","required":["KeyArn","KeyState","KeyAttributes","KeyCheckValue","Exportable","Enabled"],"members":{"KeyArn":{},"KeyState":{},"KeyAttributes":{"shape":"S7"},"KeyCheckValue":{},"Exportable":{"type":"boolean"},"Enabled":{"type":"boolean"}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"Sf"},"NextToken":{}}}},"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":{}}},"S7":{"type":"structure","required":["KeyUsage","KeyClass","KeyAlgorithm","KeyModesOfUse"],"members":{"KeyUsage":{},"KeyClass":{},"KeyAlgorithm":{},"KeyModesOfUse":{"shape":"Sb"}}},"Sb":{"type":"structure","members":{"Encrypt":{"type":"boolean"},"Decrypt":{"type":"boolean"},"Wrap":{"type":"boolean"},"Unwrap":{"type":"boolean"},"Generate":{"type":"boolean"},"Sign":{"type":"boolean"},"Verify":{"type":"boolean"},"DeriveKey":{"type":"boolean"},"NoRestrictions":{"type":"boolean"}}},"Sf":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"Value":{}}}},"Sk":{"type":"structure","required":["KeyArn","KeyAttributes","KeyCheckValue","KeyCheckValueAlgorithm","Enabled","Exportable","KeyState","KeyOrigin","CreateTimestamp"],"members":{"KeyArn":{},"KeyAttributes":{"shape":"S7"},"KeyCheckValue":{},"KeyCheckValueAlgorithm":{},"Enabled":{"type":"boolean"},"Exportable":{"type":"boolean"},"KeyState":{},"KeyOrigin":{},"CreateTimestamp":{"type":"timestamp"},"UsageStartTimestamp":{"type":"timestamp"},"UsageStopTimestamp":{"type":"timestamp"},"DeletePendingTimestamp":{"type":"timestamp"},"DeleteTimestamp":{"type":"timestamp"}}},"Sy":{"type":"structure","members":{"KeyModesOfUse":{"shape":"Sb"},"KeyExportability":{},"KeyVersion":{},"OptionalBlocks":{"type":"map","key":{"type":"string","sensitive":true},"value":{"type":"string","sensitive":true}}}},"S15":{"type":"string","sensitive":true}}}
/***/ }),
/* 1307 */
@@ -64473,6 +64475,12 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
/* 1308 */
+/***/ (function(module, exports) {
+
+ module.exports = {"version":2,"waiters":{}}
+
+/***/ }),
+/* 1309 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64484,8 +64492,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__(1309);
- model.paginators = __webpack_require__(1310).pagination;
+ var model = __webpack_require__(1310);
+ model.paginators = __webpack_require__(1311).pagination;
return model;
},
enumerable: true,
@@ -64496,19 +64504,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1309 */
+/* 1310 */
/***/ (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":"St"},"AmexCardSecurityCodeVersion2":{"shape":"Sv"},"CardHolderVerificationValue":{"shape":"Sx"},"CardVerificationValue1":{"shape":"S10"},"CardVerificationValue2":{"shape":"S11"},"DynamicCardVerificationCode":{"shape":"S12"},"DynamicCardVerificationValue":{"shape":"S14"}},"union":true},"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"Sg"},"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":"S19"},"KeyIdentifier":{},"MacLength":{"type":"integer"},"MessageData":{"shape":"S1h"}}},"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":"Sg"}}},"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":"S23"},"IncomingKeyIdentifier":{"location":"uri","locationName":"IncomingKeyIdentifier"},"OutgoingEncryptionAttributes":{"shape":"S23"},"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":"S27"},"IncomingKeyIdentifier":{},"IncomingTranslationAttributes":{"shape":"S28"},"OutgoingDukptAttributes":{"shape":"S27"},"OutgoingKeyIdentifier":{},"OutgoingTranslationAttributes":{"shape":"S28"}}},"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":"Sg"}}},"Emv2000":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"}}},"EmvCommon":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"}}},"Mastercard":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","PrimaryAccountNumber","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"},"UnpredictableNumber":{}}},"Visa":{"type":"structure","required":["PanSequenceNumber","PrimaryAccountNumber"],"members":{"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"}}}},"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":"Sg"},"ValidationData":{},"VerificationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"St"},"AmexCardSecurityCodeVersion2":{"shape":"Sv"},"CardHolderVerificationValue":{"shape":"Sx"},"CardVerificationValue1":{"shape":"S10"},"CardVerificationValue2":{"shape":"S11"},"DiscoverDynamicCardVerificationCode":{"type":"structure","required":["ApplicationTransactionCounter","CardExpiryDate","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"CardExpiryDate":{},"UnpredictableNumber":{}}},"DynamicCardVerificationCode":{"shape":"S12"},"DynamicCardVerificationValue":{"shape":"S14"}},"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":"S1h"},"VerificationAttributes":{"shape":"S19"}}},"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":"Sg"},"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"},"Emv":{"type":"structure","required":["MajorKeyDerivationMode","PanSequenceNumber","PrimaryAccountNumber","SessionDerivationData"],"members":{"InitializationVector":{"shape":"S9"},"MajorKeyDerivationMode":{},"Mode":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"},"SessionDerivationData":{}}},"Symmetric":{"shape":"Si"}},"union":true},"S6":{"type":"structure","required":["KeySerialNumber"],"members":{"DukptKeyDerivationType":{},"DukptKeyVariant":{},"InitializationVector":{"shape":"S9"},"KeySerialNumber":{},"Mode":{}}},"S9":{"type":"string","sensitive":true},"Sg":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["Mode"],"members":{"InitializationVector":{"shape":"S9"},"Mode":{},"PaddingType":{}}},"St":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"Sv":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"Sx":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"UnpredictableNumber":{}}},"S10":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"S11":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"S12":{"type":"structure","required":["ApplicationTransactionCounter","PanSequenceNumber","TrackData","UnpredictableNumber"],"members":{"ApplicationTransactionCounter":{},"PanSequenceNumber":{},"TrackData":{},"UnpredictableNumber":{}}},"S14":{"type":"structure","required":["ApplicationTransactionCounter","CardExpiryDate","PanSequenceNumber","ServiceCode"],"members":{"ApplicationTransactionCounter":{},"CardExpiryDate":{},"PanSequenceNumber":{},"ServiceCode":{}}},"S19":{"type":"structure","members":{"Algorithm":{},"DukptCmac":{"shape":"S1b"},"DukptIso9797Algorithm1":{"shape":"S1b"},"DukptIso9797Algorithm3":{"shape":"S1b"},"EmvMac":{"type":"structure","required":["MajorKeyDerivationMode","PanSequenceNumber","PrimaryAccountNumber","SessionKeyDerivationMode","SessionKeyDerivationValue"],"members":{"MajorKeyDerivationMode":{},"PanSequenceNumber":{},"PrimaryAccountNumber":{"shape":"Sg"},"SessionKeyDerivationMode":{},"SessionKeyDerivationValue":{"type":"structure","members":{"ApplicationCryptogram":{},"ApplicationTransactionCounter":{}},"union":true}}}},"union":true},"S1b":{"type":"structure","required":["DukptKeyVariant","KeySerialNumber"],"members":{"DukptDerivationType":{},"DukptKeyVariant":{},"KeySerialNumber":{}}},"S1h":{"type":"string","sensitive":true},"S23":{"type":"structure","members":{"Dukpt":{"shape":"S6"},"Symmetric":{"shape":"Si"}},"union":true},"S27":{"type":"structure","required":["KeySerialNumber"],"members":{"DukptKeyDerivationType":{},"DukptKeyVariant":{},"KeySerialNumber":{}}},"S28":{"type":"structure","members":{"IsoFormat0":{"shape":"S29"},"IsoFormat1":{"type":"structure","members":{}},"IsoFormat3":{"shape":"S29"},"IsoFormat4":{"shape":"S29"}},"union":true},"S29":{"type":"structure","required":["PrimaryAccountNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sg"}}}}}
/***/ }),
-/* 1310 */
+/* 1311 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1311 */
+/* 1312 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64520,8 +64528,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__(1312);
- model.paginators = __webpack_require__(1313).pagination;
+ var model = __webpack_require__(1313);
+ model.paginators = __webpack_require__(1314).pagination;
return model;
},
enumerable: true,
@@ -64532,19 +64540,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1312 */
+/* 1313 */
/***/ (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":{}}}}}
/***/ }),
-/* 1313 */
+/* 1314 */
/***/ (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"}}}
/***/ }),
-/* 1314 */
+/* 1315 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64556,9 +64564,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__(1315);
- model.paginators = __webpack_require__(1316).pagination;
- model.waiters = __webpack_require__(1317).waiters;
+ var model = __webpack_require__(1316);
+ model.paginators = __webpack_require__(1317).pagination;
+ model.waiters = __webpack_require__(1318).waiters;
return model;
},
enumerable: true,
@@ -64569,25 +64577,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1315 */
+/* 1316 */
/***/ (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":{"BatchIsAuthorized":{"input":{"type":"structure","required":["policyStoreId","requests"],"members":{"policyStoreId":{},"entities":{"shape":"S3"},"requests":{"type":"list","member":{"shape":"Sj"}}}},"output":{"type":"structure","required":["results"],"members":{"results":{"type":"list","member":{"type":"structure","required":["request","decision","determiningPolicies","errors"],"members":{"request":{"shape":"Sj"},"decision":{},"determiningPolicies":{"shape":"St"},"errors":{"shape":"Sw"}}}}}}},"BatchIsAuthorizedWithToken":{"input":{"type":"structure","required":["policyStoreId","requests"],"members":{"policyStoreId":{},"identityToken":{"shape":"Sz"},"accessToken":{"shape":"Sz"},"entities":{"shape":"S3"},"requests":{"type":"list","member":{"shape":"S11"}}}},"output":{"type":"structure","required":["results"],"members":{"principal":{"shape":"S6"},"results":{"type":"list","member":{"type":"structure","required":["request","decision","determiningPolicies","errors"],"members":{"request":{"shape":"S11"},"decision":{},"determiningPolicies":{"shape":"St"},"errors":{"shape":"Sw"}}}}}}},"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":"S1a"},"groupConfiguration":{"type":"structure","required":["groupEntityType"],"members":{"groupEntityType":{"shape":"S1d"}}}}}},"union":true},"principalEntityType":{"shape":"S1e"}}},"output":{"type":"structure","required":["createdDate","identitySourceId","lastUpdatedDate","policyStoreId"],"members":{"createdDate":{"shape":"S1g"},"identitySourceId":{},"lastUpdatedDate":{"shape":"S1g"},"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":"S1l"},"statement":{"shape":"S1m"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"S6"},"resource":{"shape":"S6"}}}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","policyId","policyType","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"S6"},"resource":{"shape":"S6"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"idempotent":true},"CreatePolicyStore":{"input":{"type":"structure","required":["validationSettings"],"members":{"clientToken":{"idempotencyToken":true},"validationSettings":{"shape":"S1s"},"description":{"shape":"S1u"}}},"output":{"type":"structure","required":["policyStoreId","arn","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"idempotent":true},"CreatePolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","statement"],"members":{"clientToken":{"idempotencyToken":true},"policyStoreId":{},"description":{"shape":"S1y"},"statement":{"shape":"S1m"}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"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","identitySourceId","lastUpdatedDate","policyStoreId","principalEntityType"],"members":{"createdDate":{"shape":"S1g"},"details":{"deprecated":true,"deprecatedMessage":"This shape has been replaced by ConfigurationDetail","type":"structure","members":{"clientIds":{"shape":"S1a","deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"},"userPoolArn":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn"},"discoveryUrl":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer"},"openIdIssuer":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration"}}},"identitySourceId":{},"lastUpdatedDate":{"shape":"S1g"},"policyStoreId":{},"principalEntityType":{"shape":"S1e"},"configuration":{"type":"structure","members":{"cognitoUserPoolConfiguration":{"type":"structure","required":["userPoolArn","clientIds","issuer"],"members":{"userPoolArn":{},"clientIds":{"shape":"S1a"},"issuer":{},"groupConfiguration":{"type":"structure","members":{"groupEntityType":{"shape":"S1d"}}}}}},"union":true}}}},"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":"S6"},"resource":{"shape":"S6"},"definition":{"type":"structure","members":{"static":{"type":"structure","required":["statement"],"members":{"description":{"shape":"S1l"},"statement":{"shape":"S1m"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"S6"},"resource":{"shape":"S6"}}}},"union":true},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}}},"GetPolicyStore":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{}}},"output":{"type":"structure","required":["policyStoreId","arn","validationSettings","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"validationSettings":{"shape":"S1s"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"},"description":{"shape":"S1u"}}}},"GetPolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","policyTemplateId"],"members":{"policyStoreId":{},"policyTemplateId":{}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","statement","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"description":{"shape":"S1y"},"statement":{"shape":"S1m"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}}},"GetSchema":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{}}},"output":{"type":"structure","required":["policyStoreId","schema","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"schema":{"shape":"S2s"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"},"namespaces":{"shape":"S2t"}}}},"IsAuthorized":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"principal":{"shape":"S6"},"action":{"shape":"Sk"},"resource":{"shape":"S6"},"context":{"shape":"Sn"},"entities":{"shape":"S3"}}},"output":{"type":"structure","required":["decision","determiningPolicies","errors"],"members":{"decision":{},"determiningPolicies":{"shape":"St"},"errors":{"shape":"Sw"}}}},"IsAuthorizedWithToken":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"identityToken":{"shape":"Sz"},"accessToken":{"shape":"Sz"},"action":{"shape":"Sk"},"resource":{"shape":"S6"},"context":{"shape":"Sn"},"entities":{"shape":"S3"}}},"output":{"type":"structure","required":["decision","determiningPolicies","errors"],"members":{"decision":{},"determiningPolicies":{"shape":"St"},"errors":{"shape":"Sw"},"principal":{"shape":"S6"}}}},"ListIdentitySources":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"nextToken":{},"maxResults":{"type":"integer"},"filters":{"type":"list","member":{"type":"structure","members":{"principalEntityType":{"shape":"S1e"}}}}}},"output":{"type":"structure","required":["identitySources"],"members":{"nextToken":{},"identitySources":{"type":"list","member":{"type":"structure","required":["createdDate","identitySourceId","lastUpdatedDate","policyStoreId","principalEntityType"],"members":{"createdDate":{"shape":"S1g"},"details":{"deprecated":true,"deprecatedMessage":"This shape has been replaced by ConfigurationItem","type":"structure","members":{"clientIds":{"shape":"S1a","deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"},"userPoolArn":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn"},"discoveryUrl":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer"},"openIdIssuer":{"deprecated":true,"deprecatedMessage":"This attribute has been replaced by configuration"}}},"identitySourceId":{},"lastUpdatedDate":{"shape":"S1g"},"policyStoreId":{},"principalEntityType":{"shape":"S1e"},"configuration":{"type":"structure","members":{"cognitoUserPoolConfiguration":{"type":"structure","required":["userPoolArn","clientIds","issuer"],"members":{"userPoolArn":{},"clientIds":{"shape":"S1a"},"issuer":{},"groupConfiguration":{"type":"structure","members":{"groupEntityType":{"shape":"S1d"}}}}}},"union":true}}}}}}},"ListPolicies":{"input":{"type":"structure","required":["policyStoreId"],"members":{"policyStoreId":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"principal":{"shape":"S3e"},"resource":{"shape":"S3e"},"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":"S6"},"resource":{"shape":"S6"},"definition":{"type":"structure","members":{"static":{"type":"structure","members":{"description":{"shape":"S1l"}}},"templateLinked":{"type":"structure","required":["policyTemplateId"],"members":{"policyTemplateId":{},"principal":{"shape":"S6"},"resource":{"shape":"S6"}}}},"union":true},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}}}}}},"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":"S1g"},"lastUpdatedDate":{"shape":"S1g"},"description":{"shape":"S1u"}}}}}}},"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":"S1y"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}}}}}},"PutSchema":{"input":{"type":"structure","required":["policyStoreId","definition"],"members":{"policyStoreId":{},"definition":{"type":"structure","members":{"cedarJson":{"shape":"S2s"}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","namespaces","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"namespaces":{"shape":"S2t"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"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":"S1a"},"groupConfiguration":{"type":"structure","required":["groupEntityType"],"members":{"groupEntityType":{"shape":"S1d"}}}}}},"union":true},"principalEntityType":{"shape":"S1e"}}},"output":{"type":"structure","required":["createdDate","identitySourceId","lastUpdatedDate","policyStoreId"],"members":{"createdDate":{"shape":"S1g"},"identitySourceId":{},"lastUpdatedDate":{"shape":"S1g"},"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":"S1l"},"statement":{"shape":"S1m"}}}},"union":true}}},"output":{"type":"structure","required":["policyStoreId","policyId","policyType","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyId":{},"policyType":{},"principal":{"shape":"S6"},"resource":{"shape":"S6"},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"idempotent":true},"UpdatePolicyStore":{"input":{"type":"structure","required":["policyStoreId","validationSettings"],"members":{"policyStoreId":{},"validationSettings":{"shape":"S1s"},"description":{"shape":"S1u"}}},"output":{"type":"structure","required":["policyStoreId","arn","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"arn":{},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"idempotent":true},"UpdatePolicyTemplate":{"input":{"type":"structure","required":["policyStoreId","policyTemplateId","statement"],"members":{"policyStoreId":{},"policyTemplateId":{},"description":{"shape":"S1y"},"statement":{"shape":"S1m"}}},"output":{"type":"structure","required":["policyStoreId","policyTemplateId","createdDate","lastUpdatedDate"],"members":{"policyStoreId":{},"policyTemplateId":{},"createdDate":{"shape":"S1g"},"lastUpdatedDate":{"shape":"S1g"}}},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"entityList":{"type":"list","member":{"type":"structure","required":["identifier"],"members":{"identifier":{"shape":"S6"},"attributes":{"type":"map","key":{},"value":{"shape":"Sb"}},"parents":{"type":"list","member":{"shape":"S6"}}}}}},"union":true},"S6":{"type":"structure","required":["entityType","entityId"],"members":{"entityType":{"type":"string","sensitive":true},"entityId":{"type":"string","sensitive":true}}},"Sb":{"type":"structure","members":{"boolean":{"type":"boolean","sensitive":true},"entityIdentifier":{"shape":"S6"},"long":{"type":"long","sensitive":true},"string":{"type":"string","sensitive":true},"set":{"type":"list","member":{"shape":"Sb"}},"record":{"type":"map","key":{},"value":{"shape":"Sb"}}},"union":true},"Sj":{"type":"structure","members":{"principal":{"shape":"S6"},"action":{"shape":"Sk"},"resource":{"shape":"S6"},"context":{"shape":"Sn"}}},"Sk":{"type":"structure","required":["actionType","actionId"],"members":{"actionType":{"type":"string","sensitive":true},"actionId":{"type":"string","sensitive":true}}},"Sn":{"type":"structure","members":{"contextMap":{"type":"map","key":{},"value":{"shape":"Sb"}}},"union":true},"St":{"type":"list","member":{"type":"structure","required":["policyId"],"members":{"policyId":{}}}},"Sw":{"type":"list","member":{"type":"structure","required":["errorDescription"],"members":{"errorDescription":{}},"sensitive":true}},"Sz":{"type":"string","sensitive":true},"S11":{"type":"structure","members":{"action":{"shape":"Sk"},"resource":{"shape":"S6"},"context":{"shape":"Sn"}}},"S1a":{"type":"list","member":{"type":"string","sensitive":true}},"S1d":{"type":"string","sensitive":true},"S1e":{"type":"string","sensitive":true},"S1g":{"type":"timestamp","timestampFormat":"iso8601"},"S1l":{"type":"string","sensitive":true},"S1m":{"type":"string","sensitive":true},"S1s":{"type":"structure","required":["mode"],"members":{"mode":{}}},"S1u":{"type":"string","sensitive":true},"S1y":{"type":"string","sensitive":true},"S2s":{"type":"string","sensitive":true},"S2t":{"type":"list","member":{"type":"string","sensitive":true}},"S3e":{"type":"structure","members":{"unspecified":{"type":"boolean"},"identifier":{"shape":"S6"}},"union":true}}}
/***/ }),
-/* 1316 */
+/* 1317 */
/***/ (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"}}}
/***/ }),
-/* 1317 */
+/* 1318 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1318 */
+/* 1319 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64599,9 +64607,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__(1319);
- model.paginators = __webpack_require__(1320).pagination;
- model.waiters = __webpack_require__(1321).waiters;
+ var model = __webpack_require__(1320);
+ model.paginators = __webpack_require__(1321).pagination;
+ model.waiters = __webpack_require__(1322).waiters;
return model;
},
enumerable: true,
@@ -64612,25 +64620,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1319 */
+/* 1320 */
/***/ (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"}}}}}
/***/ }),
-/* 1320 */
+/* 1321 */
/***/ (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"}}}
/***/ }),
-/* 1321 */
+/* 1322 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1322 */
+/* 1323 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64642,9 +64650,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__(1323);
- model.paginators = __webpack_require__(1324).pagination;
- model.waiters = __webpack_require__(1325).waiters;
+ var model = __webpack_require__(1324);
+ model.paginators = __webpack_require__(1325).pagination;
+ model.waiters = __webpack_require__(1326).waiters;
return model;
},
enumerable: true,
@@ -64655,25 +64663,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1323 */
+/* 1324 */
/***/ (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"},"DICOMSeriesInstanceUID":{"shape":"S27"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"DICOMStudyDateAndTime":{"type":"structure","required":["DICOMStudyDate"],"members":{"DICOMStudyDate":{"shape":"S29"},"DICOMStudyTime":{"shape":"S2a"}}}},"union":true}},"operator":{}}}},"sort":{"shape":"S2c"}},"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"},"DICOMSeriesInstanceUID":{"shape":"S27"},"DICOMSeriesModality":{"type":"string","sensitive":true},"DICOMSeriesBodyPart":{"type":"string","sensitive":true},"DICOMSeriesNumber":{"type":"integer","sensitive":true},"DICOMStudyDate":{"shape":"S29"},"DICOMStudyTime":{"shape":"S2a"}}}}}},"sort":{"shape":"S2c"},"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":"S34"},"updatableAttributes":{"shape":"S34"}}}},"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},"S27":{"type":"string","sensitive":true},"S29":{"type":"string","sensitive":true},"S2a":{"type":"string","sensitive":true},"S2c":{"type":"structure","required":["sortOrder","sortField"],"members":{"sortOrder":{},"sortField":{}}},"S34":{"type":"blob","sensitive":true}}}
/***/ }),
-/* 1324 */
+/* 1325 */
/***/ (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"}}}
/***/ }),
-/* 1325 */
+/* 1326 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1326 */
+/* 1327 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64685,8 +64693,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__(1327);
- model.paginators = __webpack_require__(1328).pagination;
+ var model = __webpack_require__(1328);
+ model.paginators = __webpack_require__(1329).pagination;
return model;
},
enumerable: true,
@@ -64697,19 +64705,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1327 */
+/* 1328 */
/***/ (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":{"AddPolicyStatement":{"http":{"requestUri":"/policies/{arn}/{statementId}","responseCode":200},"input":{"type":"structure","required":["action","arn","effect","principal","statementId"],"members":{"action":{"type":"list","member":{}},"arn":{"location":"uri","locationName":"arn"},"condition":{},"effect":{},"principal":{"type":"list","member":{}},"statementId":{"location":"uri","locationName":"statementId"}}},"output":{"type":"structure","required":["arn","token"],"members":{"arn":{},"policy":{},"token":{}}},"idempotent":true},"CreateIdMappingWorkflow":{"http":{"requestUri":"/idmappingworkflows","responseCode":200},"input":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Sf"},"inputSourceConfig":{"shape":"Sm"},"outputSourceConfig":{"shape":"Sr"},"roleArn":{},"tags":{"shape":"Sv"},"workflowName":{}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Sf"},"inputSourceConfig":{"shape":"Sm"},"outputSourceConfig":{"shape":"Sr"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateIdNamespace":{"http":{"requestUri":"/idnamespaces","responseCode":200},"input":{"type":"structure","required":["idNamespaceName","type"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S11"},"idNamespaceName":{},"inputSourceConfig":{"shape":"S14"},"roleArn":{},"tags":{"shape":"Sv"},"type":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S11"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S14"},"roleArn":{},"tags":{"shape":"Sv"},"type":{},"updatedAt":{"type":"timestamp"}}}},"CreateMatchingWorkflow":{"http":{"requestUri":"/matchingworkflows","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1b"},"inputSourceConfig":{"shape":"S1d"},"outputSourceConfig":{"shape":"S1h"},"resolutionTechniques":{"shape":"S1m"},"roleArn":{},"tags":{"shape":"Sv"},"workflowName":{}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1b"},"inputSourceConfig":{"shape":"S1d"},"outputSourceConfig":{"shape":"S1h"},"resolutionTechniques":{"shape":"S1m"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateSchemaMapping":{"http":{"requestUri":"/schemas","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1y"},"schemaName":{},"tags":{"shape":"Sv"}}},"output":{"type":"structure","required":["description","mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1y"},"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},"DeleteIdNamespace":{"http":{"method":"DELETE","requestUri":"/idnamespaces/{idNamespaceName}","responseCode":200},"input":{"type":"structure","required":["idNamespaceName"],"members":{"idNamespaceName":{"location":"uri","locationName":"idNamespaceName"}}},"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},"DeletePolicyStatement":{"http":{"method":"DELETE","requestUri":"/policies/{arn}/{statementId}","responseCode":200},"input":{"type":"structure","required":["arn","statementId"],"members":{"arn":{"location":"uri","locationName":"arn"},"statementId":{"location":"uri","locationName":"statementId"}}},"output":{"type":"structure","required":["arn","token"],"members":{"arn":{},"policy":{},"token":{}}},"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":"S2h"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"outputSourceConfig":{"shape":"S2l"},"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","roleArn","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingTechniques":{"shape":"Sf"},"inputSourceConfig":{"shape":"Sm"},"outputSourceConfig":{"shape":"Sr"},"roleArn":{},"tags":{"shape":"Sv"},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}},"GetIdNamespace":{"http":{"method":"GET","requestUri":"/idnamespaces/{idNamespaceName}","responseCode":200},"input":{"type":"structure","required":["idNamespaceName"],"members":{"idNamespaceName":{"location":"uri","locationName":"idNamespaceName"}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S11"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S14"},"roleArn":{},"tags":{"shape":"Sv"},"type":{},"updatedAt":{"type":"timestamp"}}}},"GetMatchId":{"http":{"requestUri":"/matchingworkflows/{workflowName}/matches","responseCode":200},"input":{"type":"structure","required":["record","workflowName"],"members":{"applyNormalization":{"type":"boolean"},"record":{"type":"map","key":{},"value":{},"sensitive":true},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","members":{"matchId":{},"matchRule":{}}}},"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":"S2h"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"matchIDs":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"outputSourceConfig":{"type":"list","member":{"type":"structure","required":["outputS3Path","roleArn"],"members":{"KMSArn":{},"outputS3Path":{},"roleArn":{}}}},"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":"S1b"},"inputSourceConfig":{"shape":"S1d"},"outputSourceConfig":{"shape":"S1h"},"resolutionTechniques":{"shape":"S1m"},"roleArn":{},"tags":{"shape":"Sv"},"updatedAt":{"type":"timestamp"},"workflowArn":{},"workflowName":{}}}},"GetPolicy":{"http":{"method":"GET","requestUri":"/policies/{arn}","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{"location":"uri","locationName":"arn"}}},"output":{"type":"structure","required":["arn","token"],"members":{"arn":{},"policy":{},"token":{}}}},"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"},"providerComponentSchema":{"type":"structure","members":{"providerSchemaAttributes":{"type":"list","member":{"type":"structure","required":["fieldName","type"],"members":{"fieldName":{},"hashing":{"type":"boolean"},"subType":{},"type":{}}}},"schemas":{"type":"list","member":{"type":"list","member":{}}}}},"providerConfigurationDefinition":{"shape":"Sk"},"providerEndpointConfiguration":{"type":"structure","members":{"marketplaceConfiguration":{"type":"structure","required":["assetId","dataSetId","listingId","revisionId"],"members":{"assetId":{},"dataSetId":{},"listingId":{},"revisionId":{}}}},"union":true},"providerEntityOutputDefinition":{"shape":"Sk"},"providerIdNameSpaceConfiguration":{"type":"structure","members":{"description":{},"providerSourceConfigurationDefinition":{"shape":"Sk"},"providerTargetConfigurationDefinition":{"shape":"Sk"}}},"providerIntermediateDataAccessConfiguration":{"type":"structure","members":{"awsAccountIds":{"type":"list","member":{}},"requiredBucketActions":{"type":"list","member":{}}}},"providerJobConfiguration":{"shape":"Sk"},"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":"S1y"},"schemaArn":{},"schemaName":{},"tags":{"shape":"Sv"},"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":"S3t"},"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":{}}}}}}},"ListIdNamespaces":{"http":{"method":"GET","requestUri":"/idnamespaces","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"idNamespaceSummaries":{"type":"list","member":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idNamespaceArn":{},"idNamespaceName":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"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":"S3t"},"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":"Sv"}}}},"PutPolicy":{"http":{"method":"PUT","requestUri":"/policies/{arn}","responseCode":200},"input":{"type":"structure","required":["arn","policy"],"members":{"arn":{"location":"uri","locationName":"arn"},"policy":{},"token":{}}},"output":{"type":"structure","required":["arn","token"],"members":{"arn":{},"policy":{},"token":{}}},"idempotent":true},"StartIdMappingJob":{"http":{"requestUri":"/idmappingworkflows/{workflowName}/jobs","responseCode":200},"input":{"type":"structure","required":["workflowName"],"members":{"outputSourceConfig":{"shape":"S2l"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{},"outputSourceConfig":{"shape":"S2l"}}}},"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":"Sv"}}},"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","roleArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Sf"},"inputSourceConfig":{"shape":"Sm"},"outputSourceConfig":{"shape":"Sr"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Sf"},"inputSourceConfig":{"shape":"Sm"},"outputSourceConfig":{"shape":"Sr"},"roleArn":{},"workflowArn":{},"workflowName":{}}},"idempotent":true},"UpdateIdNamespace":{"http":{"method":"PUT","requestUri":"/idnamespaces/{idNamespaceName}","responseCode":200},"input":{"type":"structure","required":["idNamespaceName"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S11"},"idNamespaceName":{"location":"uri","locationName":"idNamespaceName"},"inputSourceConfig":{"shape":"S14"},"roleArn":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S11"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S14"},"roleArn":{},"type":{},"updatedAt":{"type":"timestamp"}}},"idempotent":true},"UpdateMatchingWorkflow":{"http":{"method":"PUT","requestUri":"/matchingworkflows/{workflowName}","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1b"},"inputSourceConfig":{"shape":"S1d"},"outputSourceConfig":{"shape":"S1h"},"resolutionTechniques":{"shape":"S1m"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1b"},"inputSourceConfig":{"shape":"S1d"},"outputSourceConfig":{"shape":"S1h"},"resolutionTechniques":{"shape":"S1m"},"roleArn":{},"workflowName":{}}},"idempotent":true},"UpdateSchemaMapping":{"http":{"method":"PUT","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1y"},"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S1y"},"schemaArn":{},"schemaName":{}}},"idempotent":true}},"shapes":{"Sf":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"shape":"Sh"}}},"Sh":{"type":"structure","required":["providerServiceArn"],"members":{"intermediateSourceConfiguration":{"type":"structure","required":["intermediateS3Path"],"members":{"intermediateS3Path":{}}},"providerConfiguration":{"shape":"Sk"},"providerServiceArn":{}}},"Sk":{"type":"structure","members":{},"document":true},"Sm":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{},"type":{}}}},"Sr":{"type":"list","member":{"type":"structure","required":["outputS3Path"],"members":{"KMSArn":{},"outputS3Path":{}}}},"Sv":{"type":"map","key":{},"value":{}},"S11":{"type":"list","member":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"type":"structure","required":["providerServiceArn"],"members":{"providerConfiguration":{"shape":"Sk"},"providerServiceArn":{}}}}}},"S14":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{}}}},"S1b":{"type":"structure","members":{"incrementalRunType":{}}},"S1d":{"type":"list","member":{"type":"structure","required":["inputSourceARN","schemaName"],"members":{"applyNormalization":{"type":"boolean"},"inputSourceARN":{},"schemaName":{}}}},"S1h":{"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":{}}}},"S1m":{"type":"structure","required":["resolutionType"],"members":{"providerProperties":{"shape":"Sh"},"resolutionType":{},"ruleBasedProperties":{"type":"structure","required":["attributeMatchingModel","rules"],"members":{"attributeMatchingModel":{},"rules":{"type":"list","member":{"type":"structure","required":["matchingKeys","ruleName"],"members":{"matchingKeys":{"type":"list","member":{}},"ruleName":{}}}}}}}},"S1y":{"type":"list","member":{"type":"structure","required":["fieldName","type"],"members":{"fieldName":{},"groupName":{},"matchKey":{},"subType":{},"type":{}}}},"S2h":{"type":"structure","members":{"errorMessage":{}}},"S2l":{"type":"list","member":{"type":"structure","required":["outputS3Path","roleArn"],"members":{"KMSArn":{},"outputS3Path":{},"roleArn":{}}}},"S3t":{"type":"list","member":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"jobId":{},"startTime":{"type":"timestamp"},"status":{}}}}}}
/***/ }),
-/* 1328 */
+/* 1329 */
/***/ (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"},"ListIdNamespaces":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"idNamespaceSummaries"},"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"}}}
/***/ }),
-/* 1329 */
+/* 1330 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64721,9 +64729,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__(1330);
- model.paginators = __webpack_require__(1331).pagination;
- model.waiters = __webpack_require__(1332).waiters;
+ var model = __webpack_require__(1331);
+ model.paginators = __webpack_require__(1332).pagination;
+ model.waiters = __webpack_require__(1333).waiters;
return model;
},
enumerable: true,
@@ -64734,25 +64742,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1330 */
+/* 1331 */
/***/ (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":["network"],"members":{"transactionHash":{},"transactionId":{},"network":{}}},"output":{"type":"structure","required":["transaction"],"members":{"transaction":{"type":"structure","required":["network","transactionHash","transactionTimestamp","transactionIndex","numberOfTransactions","to"],"members":{"network":{},"blockHash":{},"transactionHash":{},"blockNumber":{},"transactionTimestamp":{"type":"timestamp"},"transactionIndex":{"type":"long"},"numberOfTransactions":{"type":"long"},"to":{},"from":{},"contractAddress":{},"gasUsed":{},"cumulativeGasUsed":{},"effectiveGasPrice":{},"signatureV":{"type":"integer"},"signatureR":{},"signatureS":{},"transactionFee":{},"transactionId":{},"confirmationStatus":{},"executionStatus":{}}}}}},"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":{}}}},"ListFilteredTransactionEvents":{"http":{"requestUri":"/list-filtered-transaction-events","responseCode":200},"input":{"type":"structure","required":["network","addressIdentifierFilter"],"members":{"network":{},"addressIdentifierFilter":{"type":"structure","required":["transactionEventToAddress"],"members":{"transactionEventToAddress":{"type":"list","member":{}}}},"timeFilter":{"type":"structure","members":{"from":{"shape":"S9"},"to":{"shape":"S9"}}},"voutFilter":{"type":"structure","required":["voutSpent"],"members":{"voutSpent":{"type":"boolean"}}},"confirmationStatusFilter":{"shape":"S1c"},"sort":{"type":"structure","members":{"sortBy":{},"sortOrder":{}}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["events"],"members":{"events":{"shape":"S1j"},"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":["network"],"members":{"transactionHash":{},"transactionId":{},"network":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["events"],"members":{"events":{"shape":"S1j"},"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"},"confirmationStatusFilter":{"shape":"S1c"}}},"output":{"type":"structure","required":["transactions"],"members":{"transactions":{"type":"list","member":{"type":"structure","required":["transactionHash","network","transactionTimestamp"],"members":{"transactionHash":{},"transactionId":{},"network":{},"transactionTimestamp":{"type":"timestamp"},"confirmationStatus":{}}}},"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":{}}},"S1c":{"type":"structure","required":["include"],"members":{"include":{"type":"list","member":{}}}},"S1j":{"type":"list","member":{"type":"structure","required":["network","transactionHash","eventType"],"members":{"network":{},"transactionHash":{},"eventType":{},"from":{},"to":{},"value":{},"contractAddress":{},"tokenId":{},"transactionId":{},"voutIndex":{"type":"integer"},"voutSpent":{"type":"boolean"},"spentVoutTransactionId":{},"spentVoutTransactionHash":{},"spentVoutIndex":{"type":"integer"},"blockchainInstant":{"shape":"S9"},"confirmationStatus":{}}}}}}
/***/ }),
-/* 1331 */
+/* 1332 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAssetContracts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"contracts"},"ListFilteredTransactionEvents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"events"},"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"}}}
/***/ }),
-/* 1332 */
+/* 1333 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1333 */
+/* 1334 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64764,8 +64772,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__(1334);
- model.paginators = __webpack_require__(1335).pagination;
+ var model = __webpack_require__(1335);
+ model.paginators = __webpack_require__(1336).pagination;
return model;
},
enumerable: true,
@@ -64776,19 +64784,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1334 */
+/* 1335 */
/***/ (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":{}}}}}
/***/ }),
-/* 1335 */
+/* 1336 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1336 */
+/* 1337 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64800,8 +64808,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__(1337);
- model.paginators = __webpack_require__(1338).pagination;
+ var model = __webpack_require__(1338);
+ model.paginators = __webpack_require__(1339).pagination;
return model;
},
enumerable: true,
@@ -64812,19 +64820,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1337 */
+/* 1338 */
/***/ (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"}}}}}
/***/ }),
-/* 1338 */
+/* 1339 */
/***/ (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"}}}
/***/ }),
-/* 1339 */
+/* 1340 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64836,9 +64844,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__(1340);
- model.paginators = __webpack_require__(1341).pagination;
- model.waiters = __webpack_require__(1342).waiters;
+ var model = __webpack_require__(1341);
+ model.paginators = __webpack_require__(1342).pagination;
+ model.waiters = __webpack_require__(1343).waiters;
return model;
},
enumerable: true,
@@ -64849,25 +64857,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1340 */
+/* 1341 */
/***/ (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":{},"customizationType":{},"customModelKmsKeyId":{},"jobTags":{"shape":"S9"},"customModelTags":{"shape":"S9"},"trainingDataConfig":{"shape":"Sd"},"validationDataConfig":{"shape":"Sf"},"outputDataConfig":{"shape":"Si"},"hyperParameters":{"shape":"Sj"},"vpcConfig":{"shape":"Sl"}}},"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":"S9"}}},"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":{},"customizationType":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"Sj"},"trainingDataConfig":{"shape":"Sd"},"validationDataConfig":{"shape":"Sf"},"outputDataConfig":{"shape":"Si"},"trainingMetrics":{"shape":"S1a"},"validationMetrics":{"shape":"S1c"},"creationTime":{"shape":"S1e"}}}},"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":"S1l"},"outputModalities":{"shape":"S1l"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S1o"},"inferenceTypesSupported":{"shape":"S1q"},"modelLifecycle":{"shape":"S1s"}}}}}},"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":"S1e"},"lastModifiedTime":{"shape":"S1e"},"endTime":{"shape":"S1e"},"baseModelArn":{},"hyperParameters":{"shape":"Sj"},"trainingDataConfig":{"shape":"Sd"},"validationDataConfig":{"shape":"Sf"},"outputDataConfig":{"shape":"Si"},"customizationType":{},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S1a"},"validationMetrics":{"shape":"S1c"},"vpcConfig":{"shape":"Sl"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S22"}}}},"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":"S1e"},"lastModifiedTime":{"shape":"S1e"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S1e"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S1e","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S1e","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":"S1e"},"baseModelArn":{},"baseModelName":{},"customizationType":{}}}}}}},"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":"S1l"},"outputModalities":{"shape":"S1l"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S1o"},"inferenceTypesSupported":{"shape":"S1q"},"modelLifecycle":{"shape":"S1s"}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S1e","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S1e","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":"S1e"},"creationTime":{"shape":"S1e"},"endTime":{"shape":"S1e"},"customModelArn":{},"customModelName":{},"customizationType":{}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S1e","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S1e","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":"S1e"},"creationTime":{"shape":"S1e"},"lastModifiedTime":{"shape":"S1e"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S9"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S22"}}},"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":"S9"}}},"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":{"S9":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sd":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"Sf":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"Si":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"Sj":{"type":"map","key":{},"value":{}},"Sl":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S1a":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S1c":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S1e":{"type":"timestamp","timestampFormat":"iso8601"},"S1l":{"type":"list","member":{}},"S1o":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S1s":{"type":"structure","required":["status"],"members":{"status":{}}},"S22":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S25"}}},"s3Config":{"shape":"S25"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S25":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}}
/***/ }),
-/* 1341 */
+/* 1342 */
/***/ (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"}}}
/***/ }),
-/* 1342 */
+/* 1343 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1343 */
+/* 1344 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64879,9 +64887,9 @@ 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__(1344);
- model.paginators = __webpack_require__(1345).pagination;
- model.waiters = __webpack_require__(1346).waiters;
+ var model = __webpack_require__(1345);
+ model.paginators = __webpack_require__(1346).pagination;
+ model.waiters = __webpack_require__(1347).waiters;
return model;
},
enumerable: true,
@@ -64892,25 +64900,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1344 */
+/* 1345 */
/***/ (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":{"body":{"shape":"S2"},"contentType":{"location":"header","locationName":"Content-Type"},"accept":{"location":"header","locationName":"Accept"},"modelId":{"location":"uri","locationName":"modelId"}},"payload":"body"},"output":{"type":"structure","required":["body","contentType"],"members":{"body":{"shape":"S2"},"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":{"body":{"shape":"S2"},"contentType":{"location":"header","locationName":"Content-Type"},"accept":{"location":"header","locationName":"X-Amzn-Bedrock-Accept"},"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":{},"originalStatusCode":{"type":"integer"},"originalMessage":{}},"error":{"httpStatusCode":424,"senderFault":true},"exception":true},"validationException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true},"throttlingException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":429,"senderFault":true},"exception":true},"modelTimeoutException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":408,"senderFault":true},"exception":true}},"eventstream":true},"contentType":{"location":"header","locationName":"X-Amzn-Bedrock-Content-Type"}},"payload":"body"}}},"shapes":{"S2":{"type":"blob","sensitive":true}}}
/***/ }),
-/* 1345 */
+/* 1346 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1346 */
+/* 1347 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1347 */
+/* 1348 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64922,8 +64930,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__(1348);
- model.paginators = __webpack_require__(1349).pagination;
+ var model = __webpack_require__(1349);
+ model.paginators = __webpack_require__(1350).pagination;
return model;
},
enumerable: true,
@@ -64934,19 +64942,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1348 */
+/* 1349 */
/***/ (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","required":["predictionTarget"],"members":{"editedValue":{"type":"string","sensitive":true},"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":"Sh"},"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":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CancelMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"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":"Sp"},"subscribedPrincipal":{"shape":"S13"},"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":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"externalIdentifier":{"shape":"S1h"},"formsInput":{"shape":"S1i"},"glossaryTerms":{"shape":"S1n"},"name":{"shape":"S1p"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1q"},"typeIdentifier":{},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1q"},"readOnlyFormsOutput":{"shape":"S1u"},"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":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"shape":"S1i"},"glossaryTerms":{"shape":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1p"},"predictionConfiguration":{"shape":"S1q"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1q"},"readOnlyFormsOutput":{"shape":"S1u"},"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":"Sq"},"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":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"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":"S1i"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S2e"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S2z"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"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":"S3p"},"tags":{"shape":"S3s"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3p"},"status":{},"tags":{"shape":"S3s"}}},"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":"S1n"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"CreateEnvironmentProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier","name","projectIdentifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{},"name":{"shape":"S4u"},"projectIdentifier":{},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"CreateFormType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/form-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","model","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sq"},"domainId":{},"name":{"shape":"S1w"},"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":"S52"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S53"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"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":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"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":"S5h"},"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":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1n"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}}},"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":"S5w"},"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":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"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":"Sm"},"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":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"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":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S6q"},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"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":"S6y"},"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":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"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"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"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"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"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":"S5w"},"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":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"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"}}}},"DeleteTimeSeriesDataPoints":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"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":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1u"},"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":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"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":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}}},"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":"S3f"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}}},"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":"S3p"},"status":{},"tags":{"shape":"S3s"}}}},"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":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"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":"S44"},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"glossaryTerms":{"shape":"S1n"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4n"},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"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":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}}},"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":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"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":"Sq"},"domainId":{},"imports":{"shape":"S8u"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"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":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"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":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"},"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":"S5h"},"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":"Sq"},"domainId":{},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"assetId":{},"assetRevision":{},"assetType":{},"createdAt":{"type":"timestamp"},"forms":{},"glossaryTerms":{"shape":"Sw"},"latestTimeSeriesDataPointForms":{"shape":"S1x"},"owningProjectId":{}}}},"union":true},"listingRevision":{},"name":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetMetadataGenerationRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-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":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9b"},"type":{}}}},"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":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}}},"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":"Sp"},"subscribedPrincipal":{"shape":"S13"},"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":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"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":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"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":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetTimeSeriesDataPoint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"form":{"shape":"S9u"},"formName":{}}}},"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":"S6y"},"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":"S3f"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S2z"},"errorMessage":{"shape":"S3h"},"projectId":{},"technicalDescription":{"shape":"Sq"},"technicalName":{"shape":"S2z"},"updatedAt":{"shape":"S3f"}}}},"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":"S3f"},"dataSourceId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}}},"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":"S2z","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":"S3f"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}}},"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":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}}},"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":"S44"},"description":{"shape":"Sq"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4n"},"updatedAt":{"shape":"S44"}}}},"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":"S4u","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":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"}}}},"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":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListMetadataGenerationRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","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"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9b"},"type":{}}}},"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":"S15","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":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"id":{},"name":{"shape":"S15"},"projectStatus":{},"updatedAt":{"shape":"S44"}}}},"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":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"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":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"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":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"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":"Sp"},"subscribedPrincipal":{"shape":"S13"},"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":"S3s"}}}},"ListTimeSeriesDataPoints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"endedAt":{"location":"querystring","locationName":"endedAt","type":"timestamp"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startedAt":{"location":"querystring","locationName":"startedAt","type":"timestamp"}}},"output":{"type":"structure","members":{"items":{"shape":"S1x"},"nextToken":{}}}},"PostTimeSeriesDataPoints":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","forms"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"forms":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"forms":{"type":"list","member":{"shape":"S9u"}}}},"idempotent":true},"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":"S8m"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}},"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","required":["predictionTarget"],"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":"Sh"},"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":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"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":"Sp"},"subscribedPrincipal":{"shape":"S13"},"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":"Sda"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sdc"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Sdh"},"searchScope":{},"searchText":{},"sort":{"shape":"Sdl"}}},"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":"S1u"},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"readOnlyFormsOutput":{"shape":"S1u"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1n"},"identifier":{},"name":{"shape":"S1p"},"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":"S1n"},"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":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"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":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"},"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":"S5h"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sda"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sdc"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sdh"},"searchText":{},"sort":{"shape":"Sdl"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{},"latestTimeSeriesDataPointForms":{"shape":"S1x"}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sw"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1p"},"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":"Sdc"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sdh"},"searchScope":{},"searchText":{},"sort":{"shape":"Sdl"}}},"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":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"formTypeItem":{"type":"structure","required":["domainId","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"imports":{"shape":"S8u"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"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":"S6y"},"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":"S3f"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}},"idempotent":true},"StartMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","owningProjectIdentifier","target","type"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"owningProjectIdentifier":{},"target":{"shape":"S9b"},"type":{}}},"output":{"type":"structure","required":["domainId","id"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"type":{}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3s"}}},"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":"S1i"},"configuration":{"shape":"S2e"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S2z"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"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":"S3p"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S3p"}}},"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":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"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":"S4u"},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S52"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S53"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"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":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"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":"S5h"},"id":{},"status":{}}}},"UpdateProject":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}},"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":"S67"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"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":"Sm"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"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":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S6q"},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"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":"S6y"},"domainId":{},"id":{},"status":{},"type":{}}}}},"shapes":{"Sh":{"type":"string","sensitive":true},"Sm":{"type":"string","sensitive":true},"Sp":{"type":"structure","required":["description","id","item","name","ownerProjectId"],"members":{"description":{"shape":"Sq"},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"entityId":{},"entityRevision":{},"entityType":{},"forms":{},"glossaryTerms":{"shape":"Sw"}}}},"union":true},"name":{},"ownerProjectId":{},"ownerProjectName":{},"revision":{}}},"Sq":{"type":"string","sensitive":true},"Sw":{"type":"list","member":{"type":"structure","members":{"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"}}}},"Sy":{"type":"string","sensitive":true},"Sz":{"type":"string","sensitive":true},"S13":{"type":"structure","members":{"project":{"type":"structure","members":{"id":{},"name":{"shape":"S15"}}}},"union":true},"S15":{"type":"string","sensitive":true},"S1h":{"type":"string","sensitive":true},"S1i":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1n":{"type":"list","member":{}},"S1p":{"type":"string","sensitive":true},"S1q":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1u":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1w"},"typeRevision":{}}}},"S1w":{"type":"string","sensitive":true},"S1x":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"contentSummary":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}},"S23":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S2b":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1w"},"typeRevision":{}}}},"S2e":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S2h"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2r"},"redshiftStorage":{"shape":"S2t"},"relationalFilterConfigurations":{"shape":"S2h"}}}},"union":true},"S2h":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S2r":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S2t":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S2z":{"type":"string","sensitive":true},"S30":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S31":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S36":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S2h"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2r"},"redshiftStorage":{"shape":"S2t"},"region":{},"relationalFilterConfigurations":{"shape":"S2h"}}}},"union":true},"S3f":{"type":"timestamp","timestampFormat":"iso8601"},"S3h":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S3p":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S3s":{"type":"map","key":{},"value":{}},"S3z":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S44":{"type":"timestamp","timestampFormat":"iso8601"},"S45":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S48":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S4e":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S4k":{"type":"string","sensitive":true},"S4l":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S4n":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S4q":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sq"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S4u":{"type":"string","sensitive":true},"S4x":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S52":{"type":"string","sensitive":true},"S53":{"type":"string","sensitive":true},"S58":{"type":"string","sensitive":true},"S5a":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S5h":{"type":"string","sensitive":true},"S5r":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{}}}},"S5w":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S65":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S67"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S67":{"type":"structure","members":{"message":{}}},"S69":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S6n":{"type":"list","member":{}},"S6o":{"type":"list","member":{}},"S6q":{"type":"string","sensitive":true},"S6r":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S6y":{"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},"S8b":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S8m":{"type":"list","member":{}},"S8o":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"S8u":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1w"},"revision":{}}}},"S9b":{"type":"structure","required":["identifier","type"],"members":{"identifier":{},"revision":{},"type":{}}},"S9u":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}},"Sda":{"type":"list","member":{}},"Sdc":{"type":"structure","members":{"and":{"shape":"Sdd"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Sdd"}},"union":true},"Sdd":{"type":"list","member":{"shape":"Sdc"}},"Sdh":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Sdl":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
/***/ }),
-/* 1349 */
+/* 1350 */
/***/ (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"},"ListMetadataGenerationRuns":{"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"},"ListTimeSeriesDataPoints":{"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"}}}
/***/ }),
-/* 1350 */
+/* 1351 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64958,8 +64966,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.LaunchWizard = Service.defineService('launchwizard', ['2018-05-10']);
Object.defineProperty(apiLoader.services['launchwizard'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1351);
- model.paginators = __webpack_require__(1352).pagination;
+ var model = __webpack_require__(1352);
+ model.paginators = __webpack_require__(1353).pagination;
return model;
},
enumerable: true,
@@ -64970,19 +64978,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1351 */
+/* 1352 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"launchwizard","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Launch Wizard","serviceId":"Launch Wizard","signatureVersion":"v4","signingName":"launchwizard","uid":"launch-wizard-2018-05-10"},"operations":{"CreateDeployment":{"http":{"requestUri":"/createDeployment","responseCode":200},"input":{"type":"structure","required":["deploymentPatternName","name","specifications","workloadName"],"members":{"deploymentPatternName":{},"dryRun":{"type":"boolean"},"name":{},"specifications":{"shape":"S5"},"workloadName":{}}},"output":{"type":"structure","members":{"deploymentId":{}}}},"DeleteDeployment":{"http":{"requestUri":"/deleteDeployment","responseCode":200},"input":{"type":"structure","required":["deploymentId"],"members":{"deploymentId":{}}},"output":{"type":"structure","members":{"status":{},"statusReason":{}}},"idempotent":true},"GetDeployment":{"http":{"requestUri":"/getDeployment","responseCode":200},"input":{"type":"structure","required":["deploymentId"],"members":{"deploymentId":{}}},"output":{"type":"structure","members":{"deployment":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"deletedAt":{"type":"timestamp"},"id":{},"name":{},"patternName":{},"resourceGroup":{},"specifications":{"shape":"S5"},"status":{},"workloadName":{}}}}}},"GetWorkload":{"http":{"requestUri":"/getWorkload","responseCode":200},"input":{"type":"structure","required":["workloadName"],"members":{"workloadName":{}}},"output":{"type":"structure","members":{"workload":{"type":"structure","members":{"description":{},"displayName":{},"documentationUrl":{},"iconUrl":{},"status":{},"statusMessage":{},"workloadName":{}}}}}},"ListDeploymentEvents":{"http":{"requestUri":"/listDeploymentEvents","responseCode":200},"input":{"type":"structure","required":["deploymentId"],"members":{"deploymentId":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"deploymentEvents":{"type":"list","member":{"type":"structure","members":{"description":{},"name":{},"status":{},"statusReason":{},"timestamp":{"type":"timestamp"}}}},"nextToken":{}}}},"ListDeployments":{"http":{"requestUri":"/listDeployments","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","members":{"name":{},"values":{"type":"list","member":{}}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"deployments":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"id":{},"name":{},"patternName":{},"status":{},"workloadName":{}}}},"nextToken":{}}}},"ListWorkloadDeploymentPatterns":{"http":{"requestUri":"/listWorkloadDeploymentPatterns","responseCode":200},"input":{"type":"structure","required":["workloadName"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"workloadName":{}}},"output":{"type":"structure","members":{"nextToken":{},"workloadDeploymentPatterns":{"type":"list","member":{"type":"structure","members":{"deploymentPatternName":{},"description":{},"displayName":{},"status":{},"statusMessage":{},"workloadName":{},"workloadVersionName":{}}}}}}},"ListWorkloads":{"http":{"requestUri":"/listWorkloads","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"workloads":{"type":"list","member":{"type":"structure","members":{"displayName":{},"workloadName":{}}}}}}}},"shapes":{"S5":{"type":"map","key":{},"value":{},"sensitive":true}}}
/***/ }),
-/* 1352 */
+/* 1353 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDeploymentEvents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"deploymentEvents"},"ListDeployments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"deployments"},"ListWorkloadDeploymentPatterns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workloadDeploymentPatterns"},"ListWorkloads":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workloads"}}}
/***/ }),
-/* 1353 */
+/* 1354 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -64994,8 +65002,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.TrustedAdvisor = Service.defineService('trustedadvisor', ['2022-09-15']);
Object.defineProperty(apiLoader.services['trustedadvisor'], '2022-09-15', {
get: function get() {
- var model = __webpack_require__(1354);
- model.paginators = __webpack_require__(1355).pagination;
+ var model = __webpack_require__(1355);
+ model.paginators = __webpack_require__(1356).pagination;
return model;
},
enumerable: true,
@@ -65006,19 +65014,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1354 */
+/* 1355 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-09-15","endpointPrefix":"trustedadvisor","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"TrustedAdvisor Public API","serviceId":"TrustedAdvisor","signatureVersion":"v4","signingName":"trustedadvisor","uid":"trustedadvisor-2022-09-15"},"operations":{"GetOrganizationRecommendation":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","members":{"organizationRecommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resolvedAt":{"shape":"S9"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"GetRecommendation":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"}}},"output":{"type":"structure","members":{"recommendation":{"type":"structure","required":["arn","description","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"createdBy":{},"description":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resolvedAt":{"shape":"S9"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}}}},"ListChecks":{"http":{"method":"GET","requestUri":"/v1/checks","responseCode":200},"input":{"type":"structure","members":{"awsService":{"location":"querystring","locationName":"awsService"},"language":{"location":"querystring","locationName":"language"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"}}},"output":{"type":"structure","required":["checkSummaries"],"members":{"checkSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsServices","description","id","metadata","name","pillars","source"],"members":{"arn":{},"awsServices":{"shape":"S6"},"description":{},"id":{},"metadata":{"shape":"S10"},"name":{},"pillars":{"shape":"Se"},"source":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationAccounts":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"}}},"output":{"type":"structure","required":["accountRecommendationLifecycleSummaries"],"members":{"accountRecommendationLifecycleSummaries":{"type":"list","member":{"type":"structure","members":{"accountId":{},"accountRecommendationArn":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"updateReason":{"shape":"Sl"},"updateReasonCode":{},"updatedOnBehalfOf":{},"updatedOnBehalfOfJobTitle":{}}}},"nextToken":{}}}},"ListOrganizationRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["organizationRecommendationIdentifier"],"members":{"affectedAccountId":{"location":"querystring","locationName":"affectedAccountId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["organizationRecommendationResourceSummaries"],"members":{"nextToken":{},"organizationRecommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"accountId":{},"arn":{},"awsResourceId":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"metadata":{"shape":"S10"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListOrganizationRecommendations":{"http":{"method":"GET","requestUri":"/v1/organization-recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["organizationRecommendationSummaries"],"members":{"nextToken":{},"organizationRecommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{}}}}}}},"ListRecommendationResources":{"http":{"method":"GET","requestUri":"/v1/recommendations/{recommendationIdentifier}/resources","responseCode":200},"input":{"type":"structure","required":["recommendationIdentifier"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"regionCode":{"location":"querystring","locationName":"regionCode"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["recommendationResourceSummaries"],"members":{"nextToken":{},"recommendationResourceSummaries":{"type":"list","member":{"type":"structure","required":["arn","awsResourceId","id","lastUpdatedAt","metadata","recommendationArn","regionCode","status"],"members":{"arn":{},"awsResourceId":{},"id":{},"lastUpdatedAt":{"shape":"S9"},"metadata":{"shape":"S10"},"recommendationArn":{},"regionCode":{},"status":{}}}}}}},"ListRecommendations":{"http":{"method":"GET","requestUri":"/v1/recommendations","responseCode":200},"input":{"type":"structure","members":{"afterLastUpdatedAt":{"location":"querystring","locationName":"afterLastUpdatedAt","type":"timestamp"},"awsService":{"location":"querystring","locationName":"awsService"},"beforeLastUpdatedAt":{"location":"querystring","locationName":"beforeLastUpdatedAt","type":"timestamp"},"checkIdentifier":{"location":"querystring","locationName":"checkIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"pillar":{"location":"querystring","locationName":"pillar"},"source":{"location":"querystring","locationName":"source"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["recommendationSummaries"],"members":{"nextToken":{},"recommendationSummaries":{"type":"list","member":{"type":"structure","required":["arn","id","name","pillars","resourcesAggregates","source","status","type"],"members":{"arn":{},"awsServices":{"shape":"S6"},"checkArn":{},"createdAt":{"shape":"S9"},"id":{},"lastUpdatedAt":{"shape":"S9"},"lifecycleStage":{},"name":{},"pillarSpecificAggregates":{"shape":"Sb"},"pillars":{"shape":"Se"},"resourcesAggregates":{"shape":"Sg"},"source":{},"status":{},"type":{}}}}}}},"UpdateOrganizationRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","organizationRecommendationIdentifier"],"members":{"lifecycleStage":{},"organizationRecommendationIdentifier":{"location":"uri","locationName":"organizationRecommendationIdentifier"},"updateReason":{"shape":"Sl"},"updateReasonCode":{}}},"idempotent":true},"UpdateRecommendationLifecycle":{"http":{"method":"PUT","requestUri":"/v1/recommendations/{recommendationIdentifier}/lifecycle","responseCode":200},"input":{"type":"structure","required":["lifecycleStage","recommendationIdentifier"],"members":{"lifecycleStage":{},"recommendationIdentifier":{"location":"uri","locationName":"recommendationIdentifier"},"updateReason":{"shape":"Sl"},"updateReasonCode":{}}},"idempotent":true}},"shapes":{"S6":{"type":"list","member":{}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sb":{"type":"structure","members":{"costOptimizing":{"type":"structure","required":["estimatedMonthlySavings","estimatedPercentMonthlySavings"],"members":{"estimatedMonthlySavings":{"type":"double"},"estimatedPercentMonthlySavings":{"type":"double"}}}}},"Se":{"type":"list","member":{}},"Sg":{"type":"structure","required":["errorCount","okCount","warningCount"],"members":{"errorCount":{"type":"long"},"okCount":{"type":"long"},"warningCount":{"type":"long"}}},"Sl":{"type":"string","sensitive":true},"S10":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1355 */
+/* 1356 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListChecks":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"checkSummaries"},"ListOrganizationRecommendationAccounts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"accountRecommendationLifecycleSummaries"},"ListOrganizationRecommendationResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"organizationRecommendationResourceSummaries"},"ListOrganizationRecommendations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"organizationRecommendationSummaries"},"ListRecommendationResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"recommendationResourceSummaries"},"ListRecommendations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"recommendationSummaries"}}}
/***/ }),
-/* 1356 */
+/* 1357 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65030,8 +65038,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.InspectorScan = Service.defineService('inspectorscan', ['2023-08-08']);
Object.defineProperty(apiLoader.services['inspectorscan'], '2023-08-08', {
get: function get() {
- var model = __webpack_require__(1357);
- model.paginators = __webpack_require__(1358).pagination;
+ var model = __webpack_require__(1358);
+ model.paginators = __webpack_require__(1359).pagination;
return model;
},
enumerable: true,
@@ -65042,19 +65050,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1357 */
+/* 1358 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-08-08","endpointPrefix":"inspector-scan","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"inspector-scan","serviceFullName":"Inspector Scan","serviceId":"Inspector Scan","signatureVersion":"v4","signingName":"inspector-scan","uid":"inspector-scan-2023-08-08"},"operations":{"ScanSbom":{"http":{"requestUri":"/scan/sbom","responseCode":200},"input":{"type":"structure","required":["sbom"],"members":{"sbom":{"shape":"S2"},"outputFormat":{}}},"output":{"type":"structure","members":{"sbom":{"shape":"S2"}}},"idempotent":true}},"shapes":{"S2":{"type":"structure","members":{},"document":true}}}
/***/ }),
-/* 1358 */
+/* 1359 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1359 */
+/* 1360 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65066,8 +65074,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.BCMDataExports = Service.defineService('bcmdataexports', ['2023-11-26']);
Object.defineProperty(apiLoader.services['bcmdataexports'], '2023-11-26', {
get: function get() {
- var model = __webpack_require__(1360);
- model.paginators = __webpack_require__(1361).pagination;
+ var model = __webpack_require__(1361);
+ model.paginators = __webpack_require__(1362).pagination;
return model;
},
enumerable: true,
@@ -65078,19 +65086,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1360 */
+/* 1361 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-26","endpointPrefix":"bcm-data-exports","jsonVersion":"1.1","protocol":"json","serviceFullName":"AWS Billing and Cost Management Data Exports","serviceId":"BCM Data Exports","signatureVersion":"v4","signingName":"bcm-data-exports","targetPrefix":"AWSBillingAndCostManagementDataExports","uid":"bcm-data-exports-2023-11-26"},"operations":{"CreateExport":{"input":{"type":"structure","required":["Export"],"members":{"Export":{"shape":"S2"},"ResourceTags":{"shape":"Sl"}}},"output":{"type":"structure","members":{"ExportArn":{}}}},"DeleteExport":{"input":{"type":"structure","required":["ExportArn"],"members":{"ExportArn":{}}},"output":{"type":"structure","members":{"ExportArn":{}}},"idempotent":true},"GetExecution":{"input":{"type":"structure","required":["ExecutionId","ExportArn"],"members":{"ExecutionId":{},"ExportArn":{}}},"output":{"type":"structure","members":{"ExecutionId":{},"ExecutionStatus":{"shape":"Su"},"Export":{"shape":"S2"}}}},"GetExport":{"input":{"type":"structure","required":["ExportArn"],"members":{"ExportArn":{}}},"output":{"type":"structure","members":{"Export":{"shape":"S2"},"ExportStatus":{"shape":"S10"}}}},"GetTable":{"input":{"type":"structure","required":["TableName"],"members":{"TableName":{},"TableProperties":{"shape":"S7"}}},"output":{"type":"structure","members":{"Description":{},"Schema":{"type":"list","member":{"type":"structure","members":{"Description":{},"Name":{},"Type":{}}}},"TableName":{},"TableProperties":{"shape":"S7"}}}},"ListExecutions":{"input":{"type":"structure","required":["ExportArn"],"members":{"ExportArn":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Executions":{"type":"list","member":{"type":"structure","required":["ExecutionId","ExecutionStatus"],"members":{"ExecutionId":{},"ExecutionStatus":{"shape":"Su"}}}},"NextToken":{}}}},"ListExports":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Exports":{"type":"list","member":{"type":"structure","required":["ExportArn","ExportName","ExportStatus"],"members":{"ExportArn":{},"ExportName":{},"ExportStatus":{"shape":"S10"}}}},"NextToken":{}}}},"ListTables":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"Tables":{"type":"list","member":{"type":"structure","members":{"Description":{},"TableName":{},"TableProperties":{"type":"list","member":{"type":"structure","members":{"DefaultValue":{},"Description":{},"Name":{},"ValidValues":{"type":"list","member":{}}}}}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"ResourceTags":{"shape":"Sl"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","ResourceTags"],"members":{"ResourceArn":{},"ResourceTags":{"shape":"Sl"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","ResourceTagKeys"],"members":{"ResourceArn":{},"ResourceTagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateExport":{"input":{"type":"structure","required":["Export","ExportArn"],"members":{"Export":{"shape":"S2"},"ExportArn":{}}},"output":{"type":"structure","members":{"ExportArn":{}}}}},"shapes":{"S2":{"type":"structure","required":["DataQuery","DestinationConfigurations","Name","RefreshCadence"],"members":{"DataQuery":{"type":"structure","required":["QueryStatement"],"members":{"QueryStatement":{},"TableConfigurations":{"type":"map","key":{},"value":{"shape":"S7"}}}},"Description":{},"DestinationConfigurations":{"type":"structure","required":["S3Destination"],"members":{"S3Destination":{"type":"structure","required":["S3Bucket","S3OutputConfigurations","S3Prefix","S3Region"],"members":{"S3Bucket":{},"S3OutputConfigurations":{"type":"structure","required":["Compression","Format","OutputType","Overwrite"],"members":{"Compression":{},"Format":{},"OutputType":{},"Overwrite":{}}},"S3Prefix":{},"S3Region":{}}}}},"ExportArn":{},"Name":{},"RefreshCadence":{"type":"structure","required":["Frequency"],"members":{"Frequency":{}}}}},"S7":{"type":"map","key":{},"value":{}},"Sl":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Su":{"type":"structure","members":{"CompletedAt":{"shape":"Sv"},"CreatedAt":{"shape":"Sv"},"LastUpdatedAt":{"shape":"Sv"},"StatusCode":{},"StatusReason":{}}},"Sv":{"type":"timestamp","timestampFormat":"iso8601"},"S10":{"type":"structure","members":{"CreatedAt":{"shape":"Sv"},"LastRefreshedAt":{"shape":"Sv"},"LastUpdatedAt":{"shape":"Sv"},"StatusCode":{},"StatusReason":{}}}}}
/***/ }),
-/* 1361 */
+/* 1362 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListExecutions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Executions"},"ListExports":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Exports"},"ListTables":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Tables"}}}
/***/ }),
-/* 1362 */
+/* 1363 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65102,8 +65110,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CostOptimizationHub = Service.defineService('costoptimizationhub', ['2022-07-26']);
Object.defineProperty(apiLoader.services['costoptimizationhub'], '2022-07-26', {
get: function get() {
- var model = __webpack_require__(1363);
- model.paginators = __webpack_require__(1364).pagination;
+ var model = __webpack_require__(1364);
+ model.paginators = __webpack_require__(1365).pagination;
return model;
},
enumerable: true,
@@ -65114,19 +65122,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1363 */
+/* 1364 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-07-26","endpointPrefix":"cost-optimization-hub","jsonVersion":"1.0","protocol":"json","serviceFullName":"Cost Optimization Hub","serviceId":"Cost Optimization Hub","signatureVersion":"v4","signingName":"cost-optimization-hub","targetPrefix":"CostOptimizationHubService","uid":"cost-optimization-hub-2022-07-26"},"operations":{"GetPreferences":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"memberAccountDiscountVisibility":{},"savingsEstimationMode":{}}}},"GetRecommendation":{"input":{"type":"structure","required":["recommendationId"],"members":{"recommendationId":{}}},"output":{"type":"structure","members":{"accountId":{},"actionType":{},"costCalculationLookbackPeriodInDays":{"type":"integer"},"currencyCode":{},"currentResourceDetails":{"shape":"Sa"},"currentResourceType":{},"estimatedMonthlyCost":{"type":"double"},"estimatedMonthlySavings":{"type":"double"},"estimatedSavingsOverCostCalculationLookbackPeriod":{"type":"double"},"estimatedSavingsPercentage":{"type":"double"},"implementationEffort":{},"lastRefreshTimestamp":{"type":"timestamp"},"recommendationId":{},"recommendationLookbackPeriodInDays":{"type":"integer"},"recommendedResourceDetails":{"shape":"Sa"},"recommendedResourceType":{},"region":{},"resourceArn":{},"resourceId":{},"restartNeeded":{"type":"boolean"},"rollbackPossible":{"type":"boolean"},"source":{},"tags":{"shape":"S1k"}}}},"ListEnrollmentStatuses":{"input":{"type":"structure","members":{"accountId":{},"includeOrganizationInfo":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"includeMemberAccounts":{"type":"boolean"},"items":{"type":"list","member":{"type":"structure","members":{"accountId":{},"createdTimestamp":{"type":"timestamp"},"lastUpdatedTimestamp":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListRecommendationSummaries":{"input":{"type":"structure","required":["groupBy"],"members":{"filter":{"shape":"S1w"},"groupBy":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"currencyCode":{},"estimatedTotalDedupedSavings":{"type":"double"},"groupBy":{},"items":{"type":"list","member":{"type":"structure","members":{"estimatedMonthlySavings":{"type":"double"},"group":{},"recommendationCount":{"type":"integer"}}}},"nextToken":{}}}},"ListRecommendations":{"input":{"type":"structure","members":{"filter":{"shape":"S1w"},"includeAllRecommendations":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"orderBy":{"type":"structure","members":{"dimension":{},"order":{}}}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"accountId":{},"actionType":{},"currencyCode":{},"currentResourceSummary":{},"currentResourceType":{},"estimatedMonthlyCost":{"type":"double"},"estimatedMonthlySavings":{"type":"double"},"estimatedSavingsPercentage":{"type":"double"},"implementationEffort":{},"lastRefreshTimestamp":{"type":"timestamp"},"recommendationId":{},"recommendationLookbackPeriodInDays":{"type":"integer"},"recommendedResourceSummary":{},"recommendedResourceType":{},"region":{},"resourceArn":{},"resourceId":{},"restartNeeded":{"type":"boolean"},"rollbackPossible":{"type":"boolean"},"source":{},"tags":{"shape":"S1k"}}}},"nextToken":{}}}},"UpdateEnrollmentStatus":{"input":{"type":"structure","required":["status"],"members":{"includeMemberAccounts":{"type":"boolean"},"status":{}}},"output":{"type":"structure","members":{"status":{}}}},"UpdatePreferences":{"input":{"type":"structure","members":{"memberAccountDiscountVisibility":{},"savingsEstimationMode":{}}},"output":{"type":"structure","members":{"memberAccountDiscountVisibility":{},"savingsEstimationMode":{}}}}},"shapes":{"Sa":{"type":"structure","members":{"computeSavingsPlans":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"hourlyCommitment":{},"paymentOption":{},"term":{}}},"costCalculation":{"shape":"Sd"}}},"ebsVolume":{"type":"structure","members":{"configuration":{"type":"structure","members":{"attachmentState":{},"performance":{"type":"structure","members":{"iops":{"type":"double"},"throughput":{"type":"double"}}},"storage":{"type":"structure","members":{"sizeInGb":{"type":"double"},"type":{}}}}},"costCalculation":{"shape":"Sk"}}},"ec2AutoScalingGroup":{"type":"structure","members":{"configuration":{"type":"structure","members":{"instance":{"shape":"Sr"}}},"costCalculation":{"shape":"Sk"}}},"ec2Instance":{"type":"structure","members":{"configuration":{"type":"structure","members":{"instance":{"shape":"Sr"}}},"costCalculation":{"shape":"Sk"}}},"ec2InstanceSavingsPlans":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"hourlyCommitment":{},"instanceFamily":{},"paymentOption":{},"savingsPlansRegion":{},"term":{}}},"costCalculation":{"shape":"Sd"}}},"ec2ReservedInstances":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"currentGeneration":{},"instanceFamily":{},"instanceType":{},"monthlyRecurringCost":{},"normalizedUnitsToPurchase":{},"numberOfInstancesToPurchase":{},"offeringClass":{},"paymentOption":{},"platform":{},"reservedInstancesRegion":{},"service":{},"sizeFlexEligible":{"type":"boolean"},"tenancy":{},"term":{},"upfrontCost":{}}},"costCalculation":{"shape":"Sz"}}},"ecsService":{"type":"structure","members":{"configuration":{"type":"structure","members":{"compute":{"shape":"S13"}}},"costCalculation":{"shape":"Sk"}}},"elastiCacheReservedInstances":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"currentGeneration":{},"instanceFamily":{},"instanceType":{},"monthlyRecurringCost":{},"normalizedUnitsToPurchase":{},"numberOfInstancesToPurchase":{},"paymentOption":{},"reservedInstancesRegion":{},"service":{},"sizeFlexEligible":{"type":"boolean"},"term":{},"upfrontCost":{}}},"costCalculation":{"shape":"Sz"}}},"lambdaFunction":{"type":"structure","members":{"configuration":{"type":"structure","members":{"compute":{"shape":"S13"}}},"costCalculation":{"shape":"Sk"}}},"openSearchReservedInstances":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"currentGeneration":{},"instanceType":{},"monthlyRecurringCost":{},"normalizedUnitsToPurchase":{},"numberOfInstancesToPurchase":{},"paymentOption":{},"reservedInstancesRegion":{},"service":{},"sizeFlexEligible":{"type":"boolean"},"term":{},"upfrontCost":{}}},"costCalculation":{"shape":"Sz"}}},"rdsReservedInstances":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"currentGeneration":{},"databaseEdition":{},"databaseEngine":{},"deploymentOption":{},"instanceFamily":{},"instanceType":{},"licenseModel":{},"monthlyRecurringCost":{},"normalizedUnitsToPurchase":{},"numberOfInstancesToPurchase":{},"paymentOption":{},"reservedInstancesRegion":{},"service":{},"sizeFlexEligible":{"type":"boolean"},"term":{},"upfrontCost":{}}},"costCalculation":{"shape":"Sz"}}},"redshiftReservedInstances":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"currentGeneration":{},"instanceFamily":{},"instanceType":{},"monthlyRecurringCost":{},"normalizedUnitsToPurchase":{},"numberOfInstancesToPurchase":{},"paymentOption":{},"reservedInstancesRegion":{},"service":{},"sizeFlexEligible":{"type":"boolean"},"term":{},"upfrontCost":{}}},"costCalculation":{"shape":"Sz"}}},"sageMakerSavingsPlans":{"type":"structure","members":{"configuration":{"type":"structure","members":{"accountScope":{},"hourlyCommitment":{},"paymentOption":{},"term":{}}},"costCalculation":{"shape":"Sd"}}}},"union":true},"Sd":{"type":"structure","members":{"pricing":{"type":"structure","members":{"estimatedMonthlyCommitment":{"type":"double"},"estimatedOnDemandCost":{"type":"double"},"monthlySavingsPlansEligibleCost":{"type":"double"},"savingsPercentage":{"type":"double"}}}}},"Sk":{"type":"structure","members":{"pricing":{"type":"structure","members":{"estimatedCostAfterDiscounts":{"type":"double"},"estimatedCostBeforeDiscounts":{"type":"double"},"estimatedDiscounts":{"type":"structure","members":{"otherDiscount":{"type":"double"},"reservedInstancesDiscount":{"type":"double"},"savingsPlansDiscount":{"type":"double"}}},"estimatedNetUnusedAmortizedCommitments":{"type":"double"}}},"usages":{"type":"list","member":{"type":"structure","members":{"operation":{},"productCode":{},"unit":{},"usageAmount":{"type":"double"},"usageType":{}}}}}},"Sr":{"type":"structure","members":{"type":{}}},"Sz":{"type":"structure","members":{"pricing":{"type":"structure","members":{"estimatedMonthlyAmortizedReservationCost":{"type":"double"},"estimatedOnDemandCost":{"type":"double"},"monthlyReservationEligibleCost":{"type":"double"},"savingsPercentage":{"type":"double"}}}}},"S13":{"type":"structure","members":{"architecture":{},"memorySizeInMB":{"type":"integer"},"platform":{},"vCpu":{"type":"double"}}},"S1k":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"S1w":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"actionTypes":{"type":"list","member":{}},"implementationEfforts":{"type":"list","member":{}},"recommendationIds":{"type":"list","member":{}},"regions":{"type":"list","member":{}},"resourceArns":{"type":"list","member":{}},"resourceIds":{"type":"list","member":{}},"resourceTypes":{"type":"list","member":{}},"restartNeeded":{"type":"boolean"},"rollbackPossible":{"type":"boolean"},"tags":{"shape":"S1k"}}}}}
/***/ }),
-/* 1364 */
+/* 1365 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListEnrollmentStatuses":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListRecommendationSummaries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListRecommendations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
/***/ }),
-/* 1365 */
+/* 1366 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65138,9 +65146,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.EKSAuth = Service.defineService('eksauth', ['2023-11-26']);
Object.defineProperty(apiLoader.services['eksauth'], '2023-11-26', {
get: function get() {
- var model = __webpack_require__(1366);
- model.paginators = __webpack_require__(1367).pagination;
- model.waiters = __webpack_require__(1368).waiters;
+ var model = __webpack_require__(1367);
+ model.paginators = __webpack_require__(1368).pagination;
+ model.waiters = __webpack_require__(1369).waiters;
return model;
},
enumerable: true,
@@ -65151,25 +65159,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1366 */
+/* 1367 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-26","endpointPrefix":"eks-auth","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon EKS Auth","serviceId":"EKS Auth","signatureVersion":"v4","signingName":"eks-auth","uid":"eks-auth-2023-11-26"},"operations":{"AssumeRoleForPodIdentity":{"http":{"requestUri":"/clusters/{clusterName}/assume-role-for-pod-identity","responseCode":200},"input":{"type":"structure","required":["clusterName","token"],"members":{"clusterName":{"location":"uri","locationName":"clusterName"},"token":{"type":"string","sensitive":true}}},"output":{"type":"structure","required":["subject","audience","podIdentityAssociation","assumedRoleUser","credentials"],"members":{"subject":{"type":"structure","required":["namespace","serviceAccount"],"members":{"namespace":{},"serviceAccount":{}}},"audience":{},"podIdentityAssociation":{"type":"structure","required":["associationArn","associationId"],"members":{"associationArn":{},"associationId":{}}},"assumedRoleUser":{"type":"structure","required":["arn","assumeRoleId"],"members":{"arn":{},"assumeRoleId":{}}},"credentials":{"type":"structure","required":["sessionToken","secretAccessKey","accessKeyId","expiration"],"members":{"sessionToken":{},"secretAccessKey":{},"accessKeyId":{},"expiration":{"type":"timestamp"}},"sensitive":true}}}}},"shapes":{}}
/***/ }),
-/* 1367 */
+/* 1368 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1368 */
+/* 1369 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1369 */
+/* 1370 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65181,8 +65189,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.FreeTier = Service.defineService('freetier', ['2023-09-07']);
Object.defineProperty(apiLoader.services['freetier'], '2023-09-07', {
get: function get() {
- var model = __webpack_require__(1370);
- model.paginators = __webpack_require__(1371).pagination;
+ var model = __webpack_require__(1371);
+ model.paginators = __webpack_require__(1372).pagination;
return model;
},
enumerable: true,
@@ -65193,19 +65201,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1370 */
+/* 1371 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-09-07","endpointPrefix":"freetier","jsonVersion":"1.0","protocol":"json","serviceFullName":"AWS Free Tier","serviceId":"FreeTier","signatureVersion":"v4","signingName":"freetier","targetPrefix":"AWSFreeTierService","uid":"freetier-2023-09-07"},"operations":{"GetFreeTierUsage":{"input":{"type":"structure","members":{"filter":{"shape":"S2"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["freeTierUsages"],"members":{"freeTierUsages":{"type":"list","member":{"type":"structure","members":{"actualUsageAmount":{"type":"double"},"description":{},"forecastedUsageAmount":{"type":"double"},"freeTierType":{},"limit":{"type":"double"},"operation":{},"region":{},"service":{},"unit":{},"usageType":{}}}},"nextToken":{}}}}},"shapes":{"S2":{"type":"structure","members":{"And":{"shape":"S3"},"Dimensions":{"type":"structure","required":["Key","MatchOptions","Values"],"members":{"Key":{},"MatchOptions":{"type":"list","member":{}},"Values":{"type":"list","member":{}}}},"Not":{"shape":"S2"},"Or":{"shape":"S3"}}},"S3":{"type":"list","member":{"shape":"S2"}}}}
/***/ }),
-/* 1371 */
+/* 1372 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetFreeTierUsage":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"freeTierUsages"}}}
/***/ }),
-/* 1372 */
+/* 1373 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65217,8 +65225,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Repostspace = Service.defineService('repostspace', ['2022-05-13']);
Object.defineProperty(apiLoader.services['repostspace'], '2022-05-13', {
get: function get() {
- var model = __webpack_require__(1373);
- model.paginators = __webpack_require__(1374).pagination;
+ var model = __webpack_require__(1374);
+ model.paginators = __webpack_require__(1375).pagination;
return model;
},
enumerable: true,
@@ -65229,19 +65237,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1373 */
+/* 1374 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-05-13","endpointPrefix":"repostspace","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS re:Post Private","serviceId":"repostspace","signatureVersion":"v4","signingName":"repostspace","uid":"repostspace-2022-05-13"},"operations":{"CreateSpace":{"http":{"requestUri":"/spaces","responseCode":200},"input":{"type":"structure","required":["name","subdomain","tier"],"members":{"description":{"shape":"S2"},"name":{"shape":"S3"},"roleArn":{},"subdomain":{},"tags":{"shape":"S6"},"tier":{},"userKMSKey":{}}},"output":{"type":"structure","required":["spaceId"],"members":{"spaceId":{}}},"idempotent":true},"DeleteSpace":{"http":{"method":"DELETE","requestUri":"/spaces/{spaceId}","responseCode":200},"input":{"type":"structure","required":["spaceId"],"members":{"spaceId":{"location":"uri","locationName":"spaceId"}}},"idempotent":true},"DeregisterAdmin":{"http":{"method":"DELETE","requestUri":"/spaces/{spaceId}/admins/{adminId}","responseCode":200},"input":{"type":"structure","required":["adminId","spaceId"],"members":{"adminId":{"location":"uri","locationName":"adminId"},"spaceId":{"location":"uri","locationName":"spaceId"}}},"idempotent":true},"GetSpace":{"http":{"method":"GET","requestUri":"/spaces/{spaceId}","responseCode":200},"input":{"type":"structure","required":["spaceId"],"members":{"spaceId":{"location":"uri","locationName":"spaceId"}}},"output":{"type":"structure","required":["arn","clientId","configurationStatus","createDateTime","name","randomDomain","spaceId","status","storageLimit","tier","vanityDomain","vanityDomainStatus"],"members":{"arn":{},"clientId":{},"configurationStatus":{},"contentSize":{"type":"long"},"createDateTime":{"shape":"Sl"},"customerRoleArn":{},"deleteDateTime":{"shape":"Sl"},"description":{"shape":"S2"},"groupAdmins":{"type":"list","member":{}},"name":{"shape":"S3"},"randomDomain":{},"spaceId":{},"status":{},"storageLimit":{"type":"long"},"tier":{},"userAdmins":{"type":"list","member":{}},"userCount":{"type":"integer"},"userKMSKey":{},"vanityDomain":{},"vanityDomainStatus":{}}}},"ListSpaces":{"http":{"method":"GET","requestUri":"/spaces","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["spaces"],"members":{"nextToken":{},"spaces":{"type":"list","member":{"type":"structure","required":["arn","configurationStatus","createDateTime","name","randomDomain","spaceId","status","storageLimit","tier","vanityDomain","vanityDomainStatus"],"members":{"arn":{},"configurationStatus":{},"contentSize":{"type":"long"},"createDateTime":{"shape":"Sl"},"deleteDateTime":{"shape":"Sl"},"description":{"shape":"S2"},"name":{"shape":"S3"},"randomDomain":{},"spaceId":{},"status":{},"storageLimit":{"type":"long"},"tier":{},"userCount":{"type":"integer"},"userKMSKey":{},"vanityDomain":{},"vanityDomainStatus":{}}}}}}},"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"}}}},"RegisterAdmin":{"http":{"requestUri":"/spaces/{spaceId}/admins/{adminId}","responseCode":200},"input":{"type":"structure","required":["adminId","spaceId"],"members":{"adminId":{"location":"uri","locationName":"adminId"},"spaceId":{"location":"uri","locationName":"spaceId"}}},"idempotent":true},"SendInvites":{"http":{"requestUri":"/spaces/{spaceId}/invite","responseCode":200},"input":{"type":"structure","required":["accessorIds","body","spaceId","title"],"members":{"accessorIds":{"type":"list","member":{}},"body":{"type":"string","sensitive":true},"spaceId":{"location":"uri","locationName":"spaceId"},"title":{"type":"string","sensitive":true}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"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":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},"UpdateSpace":{"http":{"method":"PUT","requestUri":"/spaces/{spaceId}","responseCode":200},"input":{"type":"structure","required":["spaceId"],"members":{"description":{"shape":"S2"},"roleArn":{},"spaceId":{"location":"uri","locationName":"spaceId"},"tier":{}}},"idempotent":true}},"shapes":{"S2":{"type":"string","sensitive":true},"S3":{"type":"string","sensitive":true},"S6":{"type":"map","key":{},"value":{},"sensitive":true},"Sl":{"type":"timestamp","timestampFormat":"iso8601"}}}
/***/ }),
-/* 1374 */
+/* 1375 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListSpaces":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"spaces"}}}
/***/ }),
-/* 1375 */
+/* 1376 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65253,8 +65261,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.WorkSpacesThinClient = Service.defineService('workspacesthinclient', ['2023-08-22']);
Object.defineProperty(apiLoader.services['workspacesthinclient'], '2023-08-22', {
get: function get() {
- var model = __webpack_require__(1376);
- model.paginators = __webpack_require__(1377).pagination;
+ var model = __webpack_require__(1377);
+ model.paginators = __webpack_require__(1378).pagination;
return model;
},
enumerable: true,
@@ -65265,19 +65273,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1376 */
+/* 1377 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-08-22","endpointPrefix":"thinclient","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon WorkSpaces Thin Client","serviceId":"WorkSpaces Thin Client","signatureVersion":"v4","signingName":"thinclient","uid":"workspaces-thin-client-2023-08-22"},"operations":{"CreateEnvironment":{"http":{"requestUri":"/environments","responseCode":201},"input":{"type":"structure","required":["desktopArn"],"members":{"name":{"shape":"S2"},"desktopArn":{},"desktopEndpoint":{"shape":"S4"},"softwareSetUpdateSchedule":{},"maintenanceWindow":{"shape":"S6"},"softwareSetUpdateMode":{},"desiredSoftwareSetId":{},"kmsKeyArn":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sh"}}},"output":{"type":"structure","members":{"environment":{"shape":"Sk"}}},"endpoint":{"hostPrefix":"api."}},"DeleteDevice":{"http":{"method":"DELETE","requestUri":"/devices/{id}","responseCode":204},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"DeleteEnvironment":{"http":{"method":"DELETE","requestUri":"/environments/{id}","responseCode":204},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"DeregisterDevice":{"http":{"requestUri":"/deregister-device/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"targetDeviceStatus":{},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"GetDevice":{"http":{"method":"GET","requestUri":"/devices/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"device":{"type":"structure","members":{"id":{},"serialNumber":{},"name":{"shape":"S10"},"model":{},"environmentId":{},"status":{},"currentSoftwareSetId":{},"currentSoftwareSetVersion":{},"desiredSoftwareSetId":{},"pendingSoftwareSetId":{},"pendingSoftwareSetVersion":{},"softwareSetUpdateSchedule":{},"softwareSetComplianceStatus":{},"softwareSetUpdateStatus":{},"lastConnectedAt":{"type":"timestamp"},"lastPostureAt":{"type":"timestamp"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"arn":{},"kmsKeyArn":{},"tags":{"shape":"Sh"}}}}},"endpoint":{"hostPrefix":"api."}},"GetEnvironment":{"http":{"method":"GET","requestUri":"/environments/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"environment":{"type":"structure","members":{"id":{},"name":{"shape":"S2"},"desktopArn":{},"desktopEndpoint":{"shape":"S4"},"desktopType":{},"activationCode":{},"registeredDevicesCount":{"type":"integer"},"softwareSetUpdateSchedule":{},"maintenanceWindow":{"shape":"S6"},"softwareSetUpdateMode":{},"desiredSoftwareSetId":{},"pendingSoftwareSetId":{},"pendingSoftwareSetVersion":{},"softwareSetComplianceStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"arn":{},"kmsKeyArn":{},"tags":{"shape":"Sh"}}}}},"endpoint":{"hostPrefix":"api."}},"GetSoftwareSet":{"http":{"method":"GET","requestUri":"/softwaresets/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"softwareSet":{"type":"structure","members":{"id":{},"version":{},"releasedAt":{"type":"timestamp"},"supportedUntil":{"type":"timestamp"},"validationStatus":{},"software":{"type":"list","member":{"type":"structure","members":{"name":{},"version":{}}}},"arn":{},"tags":{"shape":"Sh"}}}}},"endpoint":{"hostPrefix":"api."}},"ListDevices":{"http":{"method":"GET","requestUri":"/devices","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"devices":{"type":"list","member":{"shape":"S1k"}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListEnvironments":{"http":{"method":"GET","requestUri":"/environments","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"environments":{"type":"list","member":{"shape":"Sk"}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"ListSoftwareSets":{"http":{"method":"GET","requestUri":"/softwaresets","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"softwareSets":{"type":"list","member":{"type":"structure","members":{"id":{},"version":{},"releasedAt":{"type":"timestamp"},"supportedUntil":{"type":"timestamp"},"validationStatus":{},"arn":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"api."}},"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":"Sh"}}},"endpoint":{"hostPrefix":"api."}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sh"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."}},"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":{}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"UpdateDevice":{"http":{"method":"PATCH","requestUri":"/devices/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{"shape":"S10"},"desiredSoftwareSetId":{},"softwareSetUpdateSchedule":{}}},"output":{"type":"structure","members":{"device":{"shape":"S1k"}}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"UpdateEnvironment":{"http":{"method":"PATCH","requestUri":"/environments/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{"shape":"S2"},"desktopArn":{},"desktopEndpoint":{"shape":"S4"},"softwareSetUpdateSchedule":{},"maintenanceWindow":{"shape":"S6"},"softwareSetUpdateMode":{},"desiredSoftwareSetId":{}}},"output":{"type":"structure","members":{"environment":{"shape":"Sk"}}},"endpoint":{"hostPrefix":"api."},"idempotent":true},"UpdateSoftwareSet":{"http":{"method":"PATCH","requestUri":"/softwaresets/{id}","responseCode":204},"input":{"type":"structure","required":["id","validationStatus"],"members":{"id":{"location":"uri","locationName":"id"},"validationStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"api."},"idempotent":true}},"shapes":{"S2":{"type":"string","sensitive":true},"S4":{"type":"string","sensitive":true},"S6":{"type":"structure","members":{"type":{},"startTimeHour":{"type":"integer"},"startTimeMinute":{"type":"integer"},"endTimeHour":{"type":"integer"},"endTimeMinute":{"type":"integer"},"daysOfTheWeek":{"type":"list","member":{}},"applyTimeOf":{}}},"Sh":{"type":"map","key":{},"value":{},"sensitive":true},"Sk":{"type":"structure","members":{"id":{},"name":{"shape":"S2"},"desktopArn":{},"desktopEndpoint":{"shape":"S4"},"desktopType":{},"activationCode":{},"softwareSetUpdateSchedule":{},"maintenanceWindow":{"shape":"S6"},"softwareSetUpdateMode":{},"desiredSoftwareSetId":{},"pendingSoftwareSetId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"arn":{}}},"S10":{"type":"string","sensitive":true},"S1k":{"type":"structure","members":{"id":{},"serialNumber":{},"name":{"shape":"S10"},"model":{},"environmentId":{},"status":{},"currentSoftwareSetId":{},"desiredSoftwareSetId":{},"pendingSoftwareSetId":{},"softwareSetUpdateSchedule":{},"lastConnectedAt":{"type":"timestamp"},"lastPostureAt":{"type":"timestamp"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"arn":{}}}}}
/***/ }),
-/* 1377 */
+/* 1378 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDevices":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"devices"},"ListEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"environments"},"ListSoftwareSets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"softwareSets"}}}
/***/ }),
-/* 1378 */
+/* 1379 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65289,8 +65297,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.B2bi = Service.defineService('b2bi', ['2022-06-23']);
Object.defineProperty(apiLoader.services['b2bi'], '2022-06-23', {
get: function get() {
- var model = __webpack_require__(1379);
- model.paginators = __webpack_require__(1380).pagination;
+ var model = __webpack_require__(1380);
+ model.paginators = __webpack_require__(1381).pagination;
return model;
},
enumerable: true,
@@ -65301,19 +65309,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1379 */
+/* 1380 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-06-23","endpointPrefix":"b2bi","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"AWS B2BI","serviceFullName":"AWS B2B Data Interchange","serviceId":"b2bi","signatureVersion":"v4","signingName":"b2bi","targetPrefix":"B2BI","uid":"b2bi-2022-06-23"},"operations":{"CreateCapability":{"input":{"type":"structure","required":["name","type","configuration"],"members":{"name":{},"type":{},"configuration":{"shape":"S4"},"instructionsDocuments":{"shape":"Se"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sg"}}},"output":{"type":"structure","required":["capabilityId","capabilityArn","name","type","configuration","createdAt"],"members":{"capabilityId":{},"capabilityArn":{},"name":{},"type":{},"configuration":{"shape":"S4"},"instructionsDocuments":{"shape":"Se"},"createdAt":{"shape":"Sn"}}},"idempotent":true},"CreatePartnership":{"input":{"type":"structure","required":["profileId","name","email"],"members":{"profileId":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"capabilities":{"shape":"St"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sg"}}},"output":{"type":"structure","required":["profileId","partnershipId","partnershipArn","createdAt"],"members":{"profileId":{},"partnershipId":{},"partnershipArn":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"capabilities":{"shape":"St"},"tradingPartnerId":{},"createdAt":{"shape":"Sn"}}},"idempotent":true},"CreateProfile":{"input":{"type":"structure","required":["name","phone","businessName","logging"],"members":{"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"businessName":{},"logging":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sg"}}},"output":{"type":"structure","required":["profileId","profileArn","name","businessName","phone","createdAt"],"members":{"profileId":{},"profileArn":{},"name":{},"businessName":{},"phone":{"shape":"Ss"},"email":{"shape":"Sr"},"logging":{},"logGroupName":{},"createdAt":{"shape":"Sn"}}},"idempotent":true},"CreateTransformer":{"input":{"type":"structure","required":["name","fileFormat","mappingTemplate","ediType"],"members":{"name":{},"fileFormat":{},"mappingTemplate":{},"ediType":{"shape":"S6"},"sampleDocument":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sg"}}},"output":{"type":"structure","required":["transformerId","transformerArn","name","fileFormat","mappingTemplate","status","ediType","createdAt"],"members":{"transformerId":{},"transformerArn":{},"name":{},"fileFormat":{},"mappingTemplate":{},"status":{},"ediType":{"shape":"S6"},"sampleDocument":{},"createdAt":{"shape":"Sn"}}},"idempotent":true},"DeleteCapability":{"input":{"type":"structure","required":["capabilityId"],"members":{"capabilityId":{}}},"idempotent":true},"DeletePartnership":{"input":{"type":"structure","required":["partnershipId"],"members":{"partnershipId":{}}},"idempotent":true},"DeleteProfile":{"input":{"type":"structure","required":["profileId"],"members":{"profileId":{}}},"idempotent":true},"DeleteTransformer":{"input":{"type":"structure","required":["transformerId"],"members":{"transformerId":{}}},"idempotent":true},"GetCapability":{"input":{"type":"structure","required":["capabilityId"],"members":{"capabilityId":{}}},"output":{"type":"structure","required":["capabilityId","capabilityArn","name","type","configuration","createdAt"],"members":{"capabilityId":{},"capabilityArn":{},"name":{},"type":{},"configuration":{"shape":"S4"},"instructionsDocuments":{"shape":"Se"},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"GetPartnership":{"input":{"type":"structure","required":["partnershipId"],"members":{"partnershipId":{}}},"output":{"type":"structure","required":["profileId","partnershipId","partnershipArn","createdAt"],"members":{"profileId":{},"partnershipId":{},"partnershipArn":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"capabilities":{"shape":"St"},"tradingPartnerId":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"GetProfile":{"input":{"type":"structure","required":["profileId"],"members":{"profileId":{}}},"output":{"type":"structure","required":["profileId","profileArn","name","phone","businessName","createdAt"],"members":{"profileId":{},"profileArn":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"businessName":{},"logging":{},"logGroupName":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"GetTransformer":{"input":{"type":"structure","required":["transformerId"],"members":{"transformerId":{}}},"output":{"type":"structure","required":["transformerId","transformerArn","name","fileFormat","mappingTemplate","status","ediType","createdAt"],"members":{"transformerId":{},"transformerArn":{},"name":{},"fileFormat":{},"mappingTemplate":{},"status":{},"ediType":{"shape":"S6"},"sampleDocument":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"GetTransformerJob":{"input":{"type":"structure","required":["transformerJobId","transformerId"],"members":{"transformerJobId":{},"transformerId":{}}},"output":{"type":"structure","required":["status"],"members":{"status":{},"outputFiles":{"type":"list","member":{"shape":"Sa"}},"message":{}}}},"ListCapabilities":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["capabilities"],"members":{"capabilities":{"type":"list","member":{"type":"structure","required":["capabilityId","name","type","createdAt"],"members":{"capabilityId":{},"name":{},"type":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"nextToken":{}}}},"ListPartnerships":{"input":{"type":"structure","members":{"profileId":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["partnerships"],"members":{"partnerships":{"type":"list","member":{"type":"structure","required":["profileId","partnershipId","createdAt"],"members":{"profileId":{},"partnershipId":{},"name":{},"capabilities":{"shape":"St"},"tradingPartnerId":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"nextToken":{}}}},"ListProfiles":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["profiles"],"members":{"profiles":{"type":"list","member":{"type":"structure","required":["profileId","name","businessName","createdAt"],"members":{"profileId":{},"name":{},"businessName":{},"logging":{},"logGroupName":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"nextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sg"}}}},"ListTransformers":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["transformers"],"members":{"transformers":{"type":"list","member":{"type":"structure","required":["transformerId","name","fileFormat","mappingTemplate","status","ediType","createdAt"],"members":{"transformerId":{},"name":{},"fileFormat":{},"mappingTemplate":{},"status":{},"ediType":{"shape":"S6"},"sampleDocument":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}}},"nextToken":{}}}},"StartTransformerJob":{"input":{"type":"structure","required":["inputFile","outputLocation","transformerId"],"members":{"inputFile":{"shape":"Sa"},"outputLocation":{"shape":"Sa"},"transformerId":{},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["transformerJobId"],"members":{"transformerJobId":{}}},"idempotent":true},"TagResource":{"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"Sg"}}}},"TestMapping":{"input":{"type":"structure","required":["inputFileContent","mappingTemplate","fileFormat"],"members":{"inputFileContent":{},"mappingTemplate":{},"fileFormat":{}}},"output":{"type":"structure","required":["mappedFileContent"],"members":{"mappedFileContent":{}}},"idempotent":true},"TestParsing":{"input":{"type":"structure","required":["inputFile","fileFormat","ediType"],"members":{"inputFile":{"shape":"Sa"},"fileFormat":{},"ediType":{"shape":"S6"}}},"output":{"type":"structure","required":["parsedFileContent"],"members":{"parsedFileContent":{}}},"idempotent":true},"UntagResource":{"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"idempotent":true},"UpdateCapability":{"input":{"type":"structure","required":["capabilityId"],"members":{"capabilityId":{},"name":{},"configuration":{"shape":"S4"},"instructionsDocuments":{"shape":"Se"}}},"output":{"type":"structure","required":["capabilityId","capabilityArn","name","type","configuration","createdAt"],"members":{"capabilityId":{},"capabilityArn":{},"name":{},"type":{},"configuration":{"shape":"S4"},"instructionsDocuments":{"shape":"Se"},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}},"idempotent":true},"UpdatePartnership":{"input":{"type":"structure","required":["partnershipId"],"members":{"partnershipId":{},"name":{},"capabilities":{"shape":"St"}}},"output":{"type":"structure","required":["profileId","partnershipId","partnershipArn","createdAt"],"members":{"profileId":{},"partnershipId":{},"partnershipArn":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"capabilities":{"shape":"St"},"tradingPartnerId":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}},"idempotent":true},"UpdateProfile":{"input":{"type":"structure","required":["profileId"],"members":{"profileId":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"businessName":{}}},"output":{"type":"structure","required":["profileId","profileArn","name","phone","businessName","createdAt"],"members":{"profileId":{},"profileArn":{},"name":{},"email":{"shape":"Sr"},"phone":{"shape":"Ss"},"businessName":{},"logging":{},"logGroupName":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}},"idempotent":true},"UpdateTransformer":{"input":{"type":"structure","required":["transformerId"],"members":{"transformerId":{},"name":{},"fileFormat":{},"mappingTemplate":{},"status":{},"ediType":{"shape":"S6"},"sampleDocument":{}}},"output":{"type":"structure","required":["transformerId","transformerArn","name","fileFormat","mappingTemplate","status","ediType","createdAt","modifiedAt"],"members":{"transformerId":{},"transformerArn":{},"name":{},"fileFormat":{},"mappingTemplate":{},"status":{},"ediType":{"shape":"S6"},"sampleDocument":{},"createdAt":{"shape":"Sn"},"modifiedAt":{"shape":"S1g"}}},"idempotent":true}},"shapes":{"S4":{"type":"structure","members":{"edi":{"type":"structure","required":["type","inputLocation","outputLocation","transformerId"],"members":{"type":{"shape":"S6"},"inputLocation":{"shape":"Sa"},"outputLocation":{"shape":"Sa"},"transformerId":{}}}},"union":true},"S6":{"type":"structure","members":{"x12Details":{"type":"structure","members":{"transactionSet":{},"version":{}}}},"union":true},"Sa":{"type":"structure","members":{"bucketName":{},"key":{}}},"Se":{"type":"list","member":{"shape":"Sa"}},"Sg":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sn":{"type":"timestamp","timestampFormat":"iso8601"},"Sr":{"type":"string","sensitive":true},"Ss":{"type":"string","sensitive":true},"St":{"type":"list","member":{}},"S1g":{"type":"timestamp","timestampFormat":"iso8601"}}}
/***/ }),
-/* 1380 */
+/* 1381 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListCapabilities":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"capabilities"},"ListPartnerships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"partnerships"},"ListProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"profiles"},"ListTransformers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"transformers"}}}
/***/ }),
-/* 1381 */
+/* 1382 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65325,8 +65333,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.BedrockAgent = Service.defineService('bedrockagent', ['2023-06-05']);
Object.defineProperty(apiLoader.services['bedrockagent'], '2023-06-05', {
get: function get() {
- var model = __webpack_require__(1382);
- model.paginators = __webpack_require__(1383).pagination;
+ var model = __webpack_require__(1383);
+ model.paginators = __webpack_require__(1384).pagination;
return model;
},
enumerable: true,
@@ -65337,19 +65345,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1382 */
+/* 1383 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-06-05","endpointPrefix":"bedrock-agent","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock","serviceId":"Bedrock Agent","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-2023-06-05"},"operations":{"AssociateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","description","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"CreateAgent":{"http":{"method":"PUT","requestUri":"/agents/","responseCode":202},"input":{"type":"structure","required":["agentName"],"members":{"agentName":{},"agentResourceRoleArn":{},"clientToken":{"idempotencyToken":true},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"CreateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1b"},"clientToken":{"idempotencyToken":true},"description":{},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1i"}}},"idempotent":true},"CreateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/","responseCode":202},"input":{"type":"structure","required":["agentAliasName","agentId"],"members":{"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"clientToken":{"idempotencyToken":true},"description":{},"routingConfiguration":{"shape":"S1k"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1n"}}},"idempotent":true},"CreateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","knowledgeBaseId","name"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceConfiguration":{"shape":"S1u"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S20"},"vectorIngestionConfiguration":{"shape":"S21"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S28"}}},"idempotent":true},"CreateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","name","roleArn","storageConfiguration"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"knowledgeBaseConfiguration":{"shape":"S2b"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2g"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S33"}}},"idempotent":true},"DeleteAgent":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus"],"members":{"agentId":{},"agentStatus":{}}},"idempotent":true},"DeleteAgentActionGroup":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":204},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAgentAlias":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAliasId","agentAliasStatus","agentId"],"members":{"agentAliasId":{},"agentAliasStatus":{},"agentId":{}}},"idempotent":true},"DeleteAgentVersion":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{}}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSourceId","knowledgeBaseId","status"],"members":{"dataSourceId":{},"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DeleteKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBaseId","status"],"members":{"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DisassociateAgentKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":204},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAgent":{"http":{"method":"GET","requestUri":"/agents/{agentId}/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}}},"GetAgentActionGroup":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1i"}}}},"GetAgentAlias":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1n"}}}},"GetAgentKnowledgeBase":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}}},"GetAgentVersion":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","createdAt","idleSessionTTLInSeconds","updatedAt","version"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"},"version":{}}}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S28"}}}},"GetIngestionJob":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"ingestionJobId":{"location":"uri","locationName":"ingestionJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S41"}}}},"GetKnowledgeBase":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S33"}}}},"ListAgentActionGroups":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["actionGroupSummaries"],"members":{"actionGroupSummaries":{"type":"list","member":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","updatedAt"],"members":{"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentAliases":{"http":{"requestUri":"/agents/{agentId}/agentaliases/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentAliasSummaries"],"members":{"agentAliasSummaries":{"type":"list","member":{"type":"structure","required":["agentAliasId","agentAliasName","agentAliasStatus","createdAt","updatedAt"],"members":{"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1k"},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentKnowledgeBases":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentKnowledgeBaseSummaries"],"members":{"agentKnowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentVersions":{"http":{"requestUri":"/agents/{agentId}/agentversions/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentVersionSummaries"],"members":{"agentVersionSummaries":{"type":"list","member":{"type":"structure","required":["agentName","agentStatus","agentVersion","createdAt","updatedAt"],"members":{"agentName":{},"agentStatus":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgents":{"http":{"requestUri":"/agents/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentSummaries"],"members":{"agentSummaries":{"type":"list","member":{"type":"structure","required":["agentId","agentName","agentStatus","updatedAt"],"members":{"agentId":{},"agentName":{},"agentStatus":{},"description":{},"latestAgentVersion":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["dataSourceSummaries"],"members":{"dataSourceSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListIngestionJobs":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"filters":{"type":"list","member":{"type":"structure","required":["attribute","operator","values"],"members":{"attribute":{},"operator":{},"values":{"type":"list","member":{}}}}},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{"type":"structure","required":["attribute","order"],"members":{"attribute":{},"order":{}}}}},"output":{"type":"structure","required":["ingestionJobSummaries"],"members":{"ingestionJobSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S42"},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListKnowledgeBases":{"http":{"requestUri":"/knowledgebases/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["knowledgeBaseSummaries"],"members":{"knowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","name","status","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"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":"Sx"}}}},"PrepareAgent":{"http":{"requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion","preparedAt"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{},"preparedAt":{"shape":"S9"}}}},"StartIngestionJob":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S41"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sx"}}},"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},"UpdateAgent":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentName","agentResourceRoleArn","foundationModel"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentName":{},"agentResourceRoleArn":{},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"UpdateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1b"},"description":{},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1i"}}},"idempotent":true},"UpdateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentAliasName","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"description":{},"routingConfiguration":{"shape":"S1k"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1n"}}},"idempotent":true},"UpdateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","dataSourceId","knowledgeBaseId","name"],"members":{"dataSourceConfiguration":{"shape":"S1u"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S20"},"vectorIngestionConfiguration":{"shape":"S21"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S28"}}},"idempotent":true},"UpdateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","storageConfiguration"],"members":{"description":{},"knowledgeBaseConfiguration":{"shape":"S2b"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2g"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S33"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["agentId","agentVersion","createdAt","description","knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"agentId":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["promptConfigurations"],"members":{"overrideLambda":{},"promptConfigurations":{"type":"list","member":{"type":"structure","members":{"basePromptTemplate":{},"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"parserMode":{},"promptCreationMode":{},"promptState":{},"promptType":{}}}}},"sensitive":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","agentVersion","createdAt","idleSessionTTLInSeconds","updatedAt"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"agentVersion":{},"clientToken":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"preparedAt":{"shape":"S9"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"}}},"S14":{"type":"list","member":{}},"S16":{"type":"list","member":{}},"S19":{"type":"structure","members":{"lambda":{}},"union":true},"S1b":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"type":"structure","members":{"s3BucketName":{},"s3ObjectKey":{}}}},"union":true},"S1i":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","agentId","agentVersion","createdAt","updatedAt"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"agentId":{},"agentVersion":{},"apiSchema":{"shape":"S1b"},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"parentActionSignature":{},"updatedAt":{"shape":"S9"}}},"S1k":{"type":"list","member":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{}}}},"S1n":{"type":"structure","required":["agentAliasArn","agentAliasId","agentAliasName","agentAliasStatus","agentId","createdAt","routingConfiguration","updatedAt"],"members":{"agentAliasArn":{},"agentAliasHistoryEvents":{"type":"list","member":{"type":"structure","members":{"endDate":{"shape":"S9"},"routingConfiguration":{"shape":"S1k"},"startDate":{"shape":"S9"}}}},"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"agentId":{},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1k"},"updatedAt":{"shape":"S9"}}},"S1u":{"type":"structure","required":["type"],"members":{"s3Configuration":{"type":"structure","required":["bucketArn"],"members":{"bucketArn":{},"inclusionPrefixes":{"type":"list","member":{}}}},"type":{}}},"S20":{"type":"structure","members":{"kmsKeyArn":{}}},"S21":{"type":"structure","members":{"chunkingConfiguration":{"type":"structure","required":["chunkingStrategy"],"members":{"chunkingStrategy":{},"fixedSizeChunkingConfiguration":{"type":"structure","required":["maxTokens","overlapPercentage"],"members":{"maxTokens":{"type":"integer"},"overlapPercentage":{"type":"integer"}}}}}}},"S28":{"type":"structure","required":["createdAt","dataSourceConfiguration","dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"createdAt":{"shape":"S9"},"dataSourceConfiguration":{"shape":"S1u"},"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"serverSideEncryptionConfiguration":{"shape":"S20"},"status":{},"updatedAt":{"shape":"S9"},"vectorIngestionConfiguration":{"shape":"S21"}}},"S2b":{"type":"structure","required":["type"],"members":{"type":{},"vectorKnowledgeBaseConfiguration":{"type":"structure","required":["embeddingModelArn"],"members":{"embeddingModelArn":{}}}}},"S2g":{"type":"structure","required":["type"],"members":{"opensearchServerlessConfiguration":{"type":"structure","required":["collectionArn","fieldMapping","vectorIndexName"],"members":{"collectionArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"pineconeConfiguration":{"type":"structure","required":["connectionString","credentialsSecretArn","fieldMapping"],"members":{"connectionString":{},"credentialsSecretArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField"],"members":{"metadataField":{},"textField":{}}},"namespace":{}}},"rdsConfiguration":{"type":"structure","required":["credentialsSecretArn","databaseName","fieldMapping","resourceArn","tableName"],"members":{"credentialsSecretArn":{},"databaseName":{},"fieldMapping":{"type":"structure","required":["metadataField","primaryKeyField","textField","vectorField"],"members":{"metadataField":{},"primaryKeyField":{},"textField":{},"vectorField":{}}},"resourceArn":{},"tableName":{}}},"redisEnterpriseCloudConfiguration":{"type":"structure","required":["credentialsSecretArn","endpoint","fieldMapping","vectorIndexName"],"members":{"credentialsSecretArn":{},"endpoint":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"type":{}}},"S33":{"type":"structure","required":["createdAt","knowledgeBaseArn","knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","status","storageConfiguration","updatedAt"],"members":{"createdAt":{"shape":"S9"},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseArn":{},"knowledgeBaseConfiguration":{"shape":"S2b"},"knowledgeBaseId":{},"name":{},"roleArn":{},"status":{},"storageConfiguration":{"shape":"S2g"},"updatedAt":{"shape":"S9"}}},"S41":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S42"},"status":{},"updatedAt":{"shape":"S9"}}},"S42":{"type":"structure","members":{"numberOfDocumentsDeleted":{"type":"long"},"numberOfDocumentsFailed":{"type":"long"},"numberOfDocumentsScanned":{"type":"long"},"numberOfMetadataDocumentsModified":{"type":"long"},"numberOfMetadataDocumentsScanned":{"type":"long"},"numberOfModifiedDocumentsIndexed":{"type":"long"},"numberOfNewDocumentsIndexed":{"type":"long"}}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-06-05","endpointPrefix":"bedrock-agent","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock","serviceId":"Bedrock Agent","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-2023-06-05"},"operations":{"AssociateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","description","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"CreateAgent":{"http":{"method":"PUT","requestUri":"/agents/","responseCode":202},"input":{"type":"structure","required":["agentName"],"members":{"agentName":{},"agentResourceRoleArn":{},"clientToken":{"idempotencyToken":true},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"CreateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"clientToken":{"idempotencyToken":true},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"CreateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/","responseCode":202},"input":{"type":"structure","required":["agentAliasName","agentId"],"members":{"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"clientToken":{"idempotencyToken":true},"description":{},"routingConfiguration":{"shape":"S1u"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"CreateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","knowledgeBaseId","name"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceConfiguration":{"shape":"S24"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2a"},"vectorIngestionConfiguration":{"shape":"S2b"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2i"}}},"idempotent":true},"CreateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","name","roleArn","storageConfiguration"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"knowledgeBaseConfiguration":{"shape":"S2l"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2q"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3d"}}},"idempotent":true},"DeleteAgent":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus"],"members":{"agentId":{},"agentStatus":{}}},"idempotent":true},"DeleteAgentActionGroup":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":204},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAgentAlias":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAliasId","agentAliasStatus","agentId"],"members":{"agentAliasId":{},"agentAliasStatus":{},"agentId":{}}},"idempotent":true},"DeleteAgentVersion":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{}}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSourceId","knowledgeBaseId","status"],"members":{"dataSourceId":{},"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DeleteKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBaseId","status"],"members":{"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DisassociateAgentKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":204},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAgent":{"http":{"method":"GET","requestUri":"/agents/{agentId}/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}}},"GetAgentActionGroup":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}}},"GetAgentAlias":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}}},"GetAgentKnowledgeBase":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}}},"GetAgentVersion":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","createdAt","idleSessionTTLInSeconds","updatedAt","version"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"},"version":{}}}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2i"}}}},"GetIngestionJob":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"ingestionJobId":{"location":"uri","locationName":"ingestionJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4a"}}}},"GetKnowledgeBase":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3d"}}}},"ListAgentActionGroups":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["actionGroupSummaries"],"members":{"actionGroupSummaries":{"type":"list","member":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","updatedAt"],"members":{"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentAliases":{"http":{"requestUri":"/agents/{agentId}/agentaliases/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentAliasSummaries"],"members":{"agentAliasSummaries":{"type":"list","member":{"type":"structure","required":["agentAliasId","agentAliasName","agentAliasStatus","createdAt","updatedAt"],"members":{"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentKnowledgeBases":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentKnowledgeBaseSummaries"],"members":{"agentKnowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentVersions":{"http":{"requestUri":"/agents/{agentId}/agentversions/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentVersionSummaries"],"members":{"agentVersionSummaries":{"type":"list","member":{"type":"structure","required":["agentName","agentStatus","agentVersion","createdAt","updatedAt"],"members":{"agentName":{},"agentStatus":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgents":{"http":{"requestUri":"/agents/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentSummaries"],"members":{"agentSummaries":{"type":"list","member":{"type":"structure","required":["agentId","agentName","agentStatus","updatedAt"],"members":{"agentId":{},"agentName":{},"agentStatus":{},"description":{},"latestAgentVersion":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["dataSourceSummaries"],"members":{"dataSourceSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListIngestionJobs":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"filters":{"type":"list","member":{"type":"structure","required":["attribute","operator","values"],"members":{"attribute":{},"operator":{},"values":{"type":"list","member":{}}}}},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{"type":"structure","required":["attribute","order"],"members":{"attribute":{},"order":{}}}}},"output":{"type":"structure","required":["ingestionJobSummaries"],"members":{"ingestionJobSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4b"},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListKnowledgeBases":{"http":{"requestUri":"/knowledgebases/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["knowledgeBaseSummaries"],"members":{"knowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","name","status","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"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":"Sx"}}}},"PrepareAgent":{"http":{"requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion","preparedAt"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{},"preparedAt":{"shape":"S9"}}}},"StartIngestionJob":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4a"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sx"}}},"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},"UpdateAgent":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentName","agentResourceRoleArn","foundationModel"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentName":{},"agentResourceRoleArn":{},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"UpdateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"UpdateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentAliasName","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"description":{},"routingConfiguration":{"shape":"S1u"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"UpdateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","dataSourceId","knowledgeBaseId","name"],"members":{"dataSourceConfiguration":{"shape":"S24"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2a"},"vectorIngestionConfiguration":{"shape":"S2b"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2i"}}},"idempotent":true},"UpdateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","storageConfiguration"],"members":{"description":{},"knowledgeBaseConfiguration":{"shape":"S2l"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2q"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3d"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["agentId","agentVersion","createdAt","description","knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"agentId":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["promptConfigurations"],"members":{"overrideLambda":{},"promptConfigurations":{"type":"list","member":{"type":"structure","members":{"basePromptTemplate":{},"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"parserMode":{},"promptCreationMode":{},"promptState":{},"promptType":{}}}}},"sensitive":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","agentVersion","createdAt","idleSessionTTLInSeconds","updatedAt"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"agentVersion":{},"clientToken":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"preparedAt":{"shape":"S9"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"}}},"S14":{"type":"list","member":{}},"S16":{"type":"list","member":{}},"S19":{"type":"structure","members":{"customControl":{},"lambda":{}},"union":true},"S1c":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"type":"structure","members":{"s3BucketName":{},"s3ObjectKey":{}}}},"union":true},"S1h":{"type":"structure","members":{"functions":{"type":"list","member":{"type":"structure","required":["name"],"members":{"description":{},"name":{},"parameters":{"type":"map","key":{},"value":{"type":"structure","required":["type"],"members":{"description":{},"required":{"type":"boolean"},"type":{}}}}}}}},"union":true},"S1s":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","agentId","agentVersion","createdAt","updatedAt"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"agentId":{},"agentVersion":{},"apiSchema":{"shape":"S1c"},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionSignature":{},"updatedAt":{"shape":"S9"}}},"S1u":{"type":"list","member":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{}}}},"S1x":{"type":"structure","required":["agentAliasArn","agentAliasId","agentAliasName","agentAliasStatus","agentId","createdAt","routingConfiguration","updatedAt"],"members":{"agentAliasArn":{},"agentAliasHistoryEvents":{"type":"list","member":{"type":"structure","members":{"endDate":{"shape":"S9"},"routingConfiguration":{"shape":"S1u"},"startDate":{"shape":"S9"}}}},"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"agentId":{},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}},"S24":{"type":"structure","required":["type"],"members":{"s3Configuration":{"type":"structure","required":["bucketArn"],"members":{"bucketArn":{},"inclusionPrefixes":{"type":"list","member":{}}}},"type":{}}},"S2a":{"type":"structure","members":{"kmsKeyArn":{}}},"S2b":{"type":"structure","members":{"chunkingConfiguration":{"type":"structure","required":["chunkingStrategy"],"members":{"chunkingStrategy":{},"fixedSizeChunkingConfiguration":{"type":"structure","required":["maxTokens","overlapPercentage"],"members":{"maxTokens":{"type":"integer"},"overlapPercentage":{"type":"integer"}}}}}}},"S2i":{"type":"structure","required":["createdAt","dataSourceConfiguration","dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"createdAt":{"shape":"S9"},"dataSourceConfiguration":{"shape":"S24"},"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2a"},"status":{},"updatedAt":{"shape":"S9"},"vectorIngestionConfiguration":{"shape":"S2b"}}},"S2l":{"type":"structure","required":["type"],"members":{"type":{},"vectorKnowledgeBaseConfiguration":{"type":"structure","required":["embeddingModelArn"],"members":{"embeddingModelArn":{}}}}},"S2q":{"type":"structure","required":["type"],"members":{"opensearchServerlessConfiguration":{"type":"structure","required":["collectionArn","fieldMapping","vectorIndexName"],"members":{"collectionArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"pineconeConfiguration":{"type":"structure","required":["connectionString","credentialsSecretArn","fieldMapping"],"members":{"connectionString":{},"credentialsSecretArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField"],"members":{"metadataField":{},"textField":{}}},"namespace":{}}},"rdsConfiguration":{"type":"structure","required":["credentialsSecretArn","databaseName","fieldMapping","resourceArn","tableName"],"members":{"credentialsSecretArn":{},"databaseName":{},"fieldMapping":{"type":"structure","required":["metadataField","primaryKeyField","textField","vectorField"],"members":{"metadataField":{},"primaryKeyField":{},"textField":{},"vectorField":{}}},"resourceArn":{},"tableName":{}}},"redisEnterpriseCloudConfiguration":{"type":"structure","required":["credentialsSecretArn","endpoint","fieldMapping","vectorIndexName"],"members":{"credentialsSecretArn":{},"endpoint":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"type":{}}},"S3d":{"type":"structure","required":["createdAt","knowledgeBaseArn","knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","status","storageConfiguration","updatedAt"],"members":{"createdAt":{"shape":"S9"},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseArn":{},"knowledgeBaseConfiguration":{"shape":"S2l"},"knowledgeBaseId":{},"name":{},"roleArn":{},"status":{},"storageConfiguration":{"shape":"S2q"},"updatedAt":{"shape":"S9"}}},"S4a":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4b"},"status":{},"updatedAt":{"shape":"S9"}}},"S4b":{"type":"structure","members":{"numberOfDocumentsDeleted":{"type":"long"},"numberOfDocumentsFailed":{"type":"long"},"numberOfDocumentsScanned":{"type":"long"},"numberOfMetadataDocumentsModified":{"type":"long"},"numberOfMetadataDocumentsScanned":{"type":"long"},"numberOfModifiedDocumentsIndexed":{"type":"long"},"numberOfNewDocumentsIndexed":{"type":"long"}}}}}
/***/ }),
-/* 1383 */
+/* 1384 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAgentActionGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"actionGroupSummaries"},"ListAgentAliases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"agentAliasSummaries"},"ListAgentKnowledgeBases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"agentKnowledgeBaseSummaries"},"ListAgentVersions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"agentVersionSummaries"},"ListAgents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"agentSummaries"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataSourceSummaries"},"ListIngestionJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"ingestionJobSummaries"},"ListKnowledgeBases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"knowledgeBaseSummaries"}}}
/***/ }),
-/* 1384 */
+/* 1385 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65361,8 +65369,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.BedrockAgentRuntime = Service.defineService('bedrockagentruntime', ['2023-07-26']);
Object.defineProperty(apiLoader.services['bedrockagentruntime'], '2023-07-26', {
get: function get() {
- var model = __webpack_require__(1385);
- model.paginators = __webpack_require__(1386).pagination;
+ var model = __webpack_require__(1386);
+ model.paginators = __webpack_require__(1387).pagination;
return model;
},
enumerable: true,
@@ -65373,19 +65381,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1385 */
+/* 1386 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-07-26","endpointPrefix":"bedrock-agent-runtime","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock Runtime","serviceId":"Bedrock Agent Runtime","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-runtime-2023-07-26"},"operations":{"InvokeAgent":{"http":{"requestUri":"/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId","inputText","sessionId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"},"enableTrace":{"type":"boolean"},"endSession":{"type":"boolean"},"inputText":{"type":"string","sensitive":true},"sessionId":{"location":"uri","locationName":"sessionId"},"sessionState":{"type":"structure","members":{"promptSessionAttributes":{"type":"map","key":{},"value":{}},"sessionAttributes":{"type":"map","key":{},"value":{}}}}}},"output":{"type":"structure","required":["completion","contentType","sessionId"],"members":{"completion":{"type":"structure","members":{"accessDeniedException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":403,"senderFault":true},"exception":true},"badGatewayException":{"type":"structure","members":{"message":{},"resourceName":{}},"error":{"httpStatusCode":502},"exception":true,"fault":true},"chunk":{"type":"structure","members":{"attribution":{"type":"structure","members":{"citations":{"shape":"Si"}}},"bytes":{"type":"blob","sensitive":true}},"event":true,"sensitive":true},"conflictException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":409,"senderFault":true},"exception":true},"dependencyFailedException":{"type":"structure","members":{"message":{},"resourceName":{}},"error":{"httpStatusCode":424,"senderFault":true},"exception":true},"internalServerException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":500},"exception":true,"fault":true},"resourceNotFoundException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":404,"senderFault":true},"exception":true},"serviceQuotaExceededException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true},"throttlingException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":429,"senderFault":true},"exception":true},"trace":{"type":"structure","members":{"agentAliasId":{},"agentId":{},"sessionId":{},"trace":{"type":"structure","members":{"failureTrace":{"type":"structure","members":{"failureReason":{"type":"string","sensitive":true},"traceId":{}},"sensitive":true},"orchestrationTrace":{"type":"structure","members":{"invocationInput":{"type":"structure","members":{"actionGroupInvocationInput":{"type":"structure","members":{"actionGroupName":{"type":"string","sensitive":true},"apiPath":{"type":"string","sensitive":true},"parameters":{"shape":"S1f"},"requestBody":{"type":"structure","members":{"content":{"type":"map","key":{},"value":{"shape":"S1f"}}}},"verb":{"type":"string","sensitive":true}}},"invocationType":{},"knowledgeBaseLookupInput":{"type":"structure","members":{"knowledgeBaseId":{"type":"string","sensitive":true},"text":{"type":"string","sensitive":true}}},"traceId":{}},"sensitive":true},"modelInvocationInput":{"shape":"S1o"},"observation":{"type":"structure","members":{"actionGroupInvocationOutput":{"type":"structure","members":{"text":{"type":"string","sensitive":true}}},"finalResponse":{"type":"structure","members":{"text":{"type":"string","sensitive":true}}},"knowledgeBaseLookupOutput":{"type":"structure","members":{"retrievedReferences":{"shape":"Sp"}}},"repromptResponse":{"type":"structure","members":{"source":{"type":"string","sensitive":true},"text":{}},"sensitive":true},"traceId":{},"type":{}},"sensitive":true},"rationale":{"type":"structure","members":{"text":{"shape":"S29"},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true},"postProcessingTrace":{"type":"structure","members":{"modelInvocationInput":{"shape":"S1o"},"modelInvocationOutput":{"type":"structure","members":{"parsedResponse":{"type":"structure","members":{"text":{"type":"string","sensitive":true}},"sensitive":true},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true},"preProcessingTrace":{"type":"structure","members":{"modelInvocationInput":{"shape":"S1o"},"modelInvocationOutput":{"type":"structure","members":{"parsedResponse":{"type":"structure","members":{"isValid":{"type":"boolean"},"rationale":{"shape":"S29"}},"sensitive":true},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true}},"sensitive":true,"union":true}},"event":true,"sensitive":true},"validationException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true}},"eventstream":true},"contentType":{"location":"header","locationName":"x-amzn-bedrock-agent-content-type"},"sessionId":{"location":"header","locationName":"x-amz-bedrock-agent-session-id"}},"payload":"completion"}},"Retrieve":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/retrieve","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","retrievalQuery"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"nextToken":{},"retrievalConfiguration":{"shape":"S2m"},"retrievalQuery":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true}}},"output":{"type":"structure","required":["retrievalResults"],"members":{"nextToken":{},"retrievalResults":{"type":"list","member":{"type":"structure","required":["content"],"members":{"content":{"shape":"Sr"},"location":{"shape":"Ss"},"metadata":{"shape":"Sv"},"score":{"type":"double"}}},"sensitive":true}}}},"RetrieveAndGenerate":{"http":{"requestUri":"/retrieveAndGenerate","responseCode":200},"input":{"type":"structure","required":["input"],"members":{"input":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"retrieveAndGenerateConfiguration":{"type":"structure","required":["type"],"members":{"knowledgeBaseConfiguration":{"type":"structure","required":["knowledgeBaseId","modelArn"],"members":{"generationConfiguration":{"type":"structure","members":{"promptTemplate":{"type":"structure","members":{"textPromptTemplate":{"type":"string","sensitive":true}}}}},"knowledgeBaseId":{},"modelArn":{},"retrievalConfiguration":{"shape":"S2m"}}},"type":{}}},"sessionConfiguration":{"type":"structure","required":["kmsKeyArn"],"members":{"kmsKeyArn":{}}},"sessionId":{}}},"output":{"type":"structure","required":["output","sessionId"],"members":{"citations":{"shape":"Si"},"output":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"sessionId":{}}}}},"shapes":{"Si":{"type":"list","member":{"type":"structure","members":{"generatedResponsePart":{"type":"structure","members":{"textResponsePart":{"type":"structure","members":{"span":{"type":"structure","members":{"end":{"type":"integer"},"start":{"type":"integer"}}},"text":{}},"sensitive":true}}},"retrievedReferences":{"shape":"Sp"}}}},"Sp":{"type":"list","member":{"type":"structure","members":{"content":{"shape":"Sr"},"location":{"shape":"Ss"},"metadata":{"shape":"Sv"}}}},"Sr":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"Ss":{"type":"structure","required":["type"],"members":{"s3Location":{"type":"structure","members":{"uri":{}}},"type":{}},"sensitive":true},"Sv":{"type":"map","key":{},"value":{"type":"structure","members":{},"document":true},"sensitive":true},"S1f":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{},"value":{}}}},"S1o":{"type":"structure","members":{"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"overrideLambda":{},"parserMode":{},"promptCreationMode":{},"text":{"type":"string","sensitive":true},"traceId":{},"type":{}},"sensitive":true},"S29":{"type":"string","sensitive":true},"S2m":{"type":"structure","required":["vectorSearchConfiguration"],"members":{"vectorSearchConfiguration":{"type":"structure","members":{"filter":{"shape":"S2o"},"numberOfResults":{"type":"integer"},"overrideSearchType":{}}}}},"S2o":{"type":"structure","members":{"andAll":{"shape":"S2p"},"equals":{"shape":"S2q"},"greaterThan":{"shape":"S2q"},"greaterThanOrEquals":{"shape":"S2q"},"in":{"shape":"S2q"},"lessThan":{"shape":"S2q"},"lessThanOrEquals":{"shape":"S2q"},"notEquals":{"shape":"S2q"},"notIn":{"shape":"S2q"},"orAll":{"shape":"S2p"},"startsWith":{"shape":"S2q"}},"sensitive":true,"union":true},"S2p":{"type":"list","member":{"shape":"S2o"}},"S2q":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{"type":"structure","members":{},"document":true}}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-07-26","endpointPrefix":"bedrock-agent-runtime","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock Runtime","serviceId":"Bedrock Agent Runtime","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-runtime-2023-07-26"},"operations":{"InvokeAgent":{"http":{"requestUri":"/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId","sessionId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"},"enableTrace":{"type":"boolean"},"endSession":{"type":"boolean"},"inputText":{"type":"string","sensitive":true},"sessionId":{"location":"uri","locationName":"sessionId"},"sessionState":{"type":"structure","members":{"invocationId":{},"promptSessionAttributes":{"type":"map","key":{},"value":{}},"returnControlInvocationResults":{"type":"list","member":{"type":"structure","members":{"apiResult":{"type":"structure","required":["actionGroup"],"members":{"actionGroup":{},"apiPath":{"shape":"Sd"},"httpMethod":{},"httpStatusCode":{"type":"integer"},"responseBody":{"shape":"Sf"},"responseState":{}}},"functionResult":{"type":"structure","required":["actionGroup"],"members":{"actionGroup":{},"function":{},"responseBody":{"shape":"Sf"},"responseState":{}}}},"union":true}},"sessionAttributes":{"type":"map","key":{},"value":{}}}}}},"output":{"type":"structure","required":["completion","contentType","sessionId"],"members":{"completion":{"type":"structure","members":{"accessDeniedException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":403,"senderFault":true},"exception":true},"badGatewayException":{"type":"structure","members":{"message":{},"resourceName":{}},"error":{"httpStatusCode":502},"exception":true,"fault":true},"chunk":{"type":"structure","members":{"attribution":{"type":"structure","members":{"citations":{"shape":"Sr"}}},"bytes":{"type":"blob","sensitive":true}},"event":true,"sensitive":true},"conflictException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":409,"senderFault":true},"exception":true},"dependencyFailedException":{"type":"structure","members":{"message":{},"resourceName":{}},"error":{"httpStatusCode":424,"senderFault":true},"exception":true},"internalServerException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":500},"exception":true,"fault":true},"resourceNotFoundException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":404,"senderFault":true},"exception":true},"returnControl":{"type":"structure","members":{"invocationId":{},"invocationInputs":{"type":"list","member":{"type":"structure","members":{"apiInvocationInput":{"type":"structure","required":["actionGroup"],"members":{"actionGroup":{},"apiPath":{"shape":"Sd"},"httpMethod":{},"parameters":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{},"value":{}}}},"requestBody":{"type":"structure","members":{"content":{"type":"map","key":{},"value":{"type":"structure","members":{"properties":{"type":"list","member":{"shape":"S1m"}}}}}}}}},"functionInvocationInput":{"type":"structure","required":["actionGroup"],"members":{"actionGroup":{},"function":{},"parameters":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{},"value":{}}}}}}},"union":true}}},"event":true,"sensitive":true},"serviceQuotaExceededException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true},"throttlingException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":429,"senderFault":true},"exception":true},"trace":{"type":"structure","members":{"agentAliasId":{},"agentId":{},"agentVersion":{},"sessionId":{},"trace":{"type":"structure","members":{"failureTrace":{"type":"structure","members":{"failureReason":{"type":"string","sensitive":true},"traceId":{}},"sensitive":true},"orchestrationTrace":{"type":"structure","members":{"invocationInput":{"type":"structure","members":{"actionGroupInvocationInput":{"type":"structure","members":{"actionGroupName":{"type":"string","sensitive":true},"apiPath":{"shape":"Sd"},"function":{"type":"string","sensitive":true},"parameters":{"shape":"S23"},"requestBody":{"type":"structure","members":{"content":{"type":"map","key":{},"value":{"shape":"S23"}}}},"verb":{"type":"string","sensitive":true}}},"invocationType":{},"knowledgeBaseLookupInput":{"type":"structure","members":{"knowledgeBaseId":{"type":"string","sensitive":true},"text":{"type":"string","sensitive":true}}},"traceId":{}},"sensitive":true},"modelInvocationInput":{"shape":"S2b"},"observation":{"type":"structure","members":{"actionGroupInvocationOutput":{"type":"structure","members":{"text":{"type":"string","sensitive":true}}},"finalResponse":{"type":"structure","members":{"text":{"type":"string","sensitive":true}}},"knowledgeBaseLookupOutput":{"type":"structure","members":{"retrievedReferences":{"shape":"Sy"}}},"repromptResponse":{"type":"structure","members":{"source":{"type":"string","sensitive":true},"text":{}},"sensitive":true},"traceId":{},"type":{}},"sensitive":true},"rationale":{"type":"structure","members":{"text":{"shape":"S2w"},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true},"postProcessingTrace":{"type":"structure","members":{"modelInvocationInput":{"shape":"S2b"},"modelInvocationOutput":{"type":"structure","members":{"parsedResponse":{"type":"structure","members":{"text":{"type":"string","sensitive":true}},"sensitive":true},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true},"preProcessingTrace":{"type":"structure","members":{"modelInvocationInput":{"shape":"S2b"},"modelInvocationOutput":{"type":"structure","members":{"parsedResponse":{"type":"structure","members":{"isValid":{"type":"boolean"},"rationale":{"shape":"S2w"}},"sensitive":true},"traceId":{}},"sensitive":true}},"sensitive":true,"union":true}},"sensitive":true,"union":true}},"event":true,"sensitive":true},"validationException":{"type":"structure","members":{"message":{}},"error":{"httpStatusCode":400,"senderFault":true},"exception":true}},"eventstream":true},"contentType":{"location":"header","locationName":"x-amzn-bedrock-agent-content-type"},"sessionId":{"location":"header","locationName":"x-amz-bedrock-agent-session-id"}},"payload":"completion"}},"Retrieve":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/retrieve","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","retrievalQuery"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"nextToken":{},"retrievalConfiguration":{"shape":"S39"},"retrievalQuery":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true}}},"output":{"type":"structure","required":["retrievalResults"],"members":{"nextToken":{},"retrievalResults":{"type":"list","member":{"type":"structure","required":["content"],"members":{"content":{"shape":"S10"},"location":{"shape":"S11"},"metadata":{"shape":"S14"},"score":{"type":"double"}}},"sensitive":true}}}},"RetrieveAndGenerate":{"http":{"requestUri":"/retrieveAndGenerate","responseCode":200},"input":{"type":"structure","required":["input"],"members":{"input":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"retrieveAndGenerateConfiguration":{"type":"structure","required":["type"],"members":{"knowledgeBaseConfiguration":{"type":"structure","required":["knowledgeBaseId","modelArn"],"members":{"generationConfiguration":{"type":"structure","members":{"promptTemplate":{"type":"structure","members":{"textPromptTemplate":{"type":"string","sensitive":true}}}}},"knowledgeBaseId":{},"modelArn":{},"retrievalConfiguration":{"shape":"S39"}}},"type":{}}},"sessionConfiguration":{"type":"structure","required":["kmsKeyArn"],"members":{"kmsKeyArn":{}}},"sessionId":{}}},"output":{"type":"structure","required":["output","sessionId"],"members":{"citations":{"shape":"Sr"},"output":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"sessionId":{}}}}},"shapes":{"Sd":{"type":"string","sensitive":true},"Sf":{"type":"map","key":{},"value":{"type":"structure","members":{"body":{}}}},"Sr":{"type":"list","member":{"type":"structure","members":{"generatedResponsePart":{"type":"structure","members":{"textResponsePart":{"type":"structure","members":{"span":{"type":"structure","members":{"end":{"type":"integer"},"start":{"type":"integer"}}},"text":{}},"sensitive":true}}},"retrievedReferences":{"shape":"Sy"}}}},"Sy":{"type":"list","member":{"type":"structure","members":{"content":{"shape":"S10"},"location":{"shape":"S11"},"metadata":{"shape":"S14"}}}},"S10":{"type":"structure","required":["text"],"members":{"text":{}},"sensitive":true},"S11":{"type":"structure","required":["type"],"members":{"s3Location":{"type":"structure","members":{"uri":{}}},"type":{}},"sensitive":true},"S14":{"type":"map","key":{},"value":{"type":"structure","members":{},"document":true},"sensitive":true},"S1m":{"type":"structure","members":{"name":{},"type":{},"value":{}}},"S23":{"type":"list","member":{"shape":"S1m"}},"S2b":{"type":"structure","members":{"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"overrideLambda":{},"parserMode":{},"promptCreationMode":{},"text":{"type":"string","sensitive":true},"traceId":{},"type":{}},"sensitive":true},"S2w":{"type":"string","sensitive":true},"S39":{"type":"structure","required":["vectorSearchConfiguration"],"members":{"vectorSearchConfiguration":{"type":"structure","members":{"filter":{"shape":"S3b"},"numberOfResults":{"type":"integer"},"overrideSearchType":{}}}}},"S3b":{"type":"structure","members":{"andAll":{"shape":"S3c"},"equals":{"shape":"S3d"},"greaterThan":{"shape":"S3d"},"greaterThanOrEquals":{"shape":"S3d"},"in":{"shape":"S3d"},"lessThan":{"shape":"S3d"},"lessThanOrEquals":{"shape":"S3d"},"notEquals":{"shape":"S3d"},"notIn":{"shape":"S3d"},"orAll":{"shape":"S3c"},"startsWith":{"shape":"S3d"}},"sensitive":true,"union":true},"S3c":{"type":"list","member":{"shape":"S3b"}},"S3d":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{"type":"structure","members":{},"document":true}}}}}
/***/ }),
-/* 1386 */
+/* 1387 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"Retrieve":{"input_token":"nextToken","output_token":"nextToken","result_key":"retrievalResults"}}}
/***/ }),
-/* 1387 */
+/* 1388 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65397,8 +65405,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.QBusiness = Service.defineService('qbusiness', ['2023-11-27']);
Object.defineProperty(apiLoader.services['qbusiness'], '2023-11-27', {
get: function get() {
- var model = __webpack_require__(1388);
- model.paginators = __webpack_require__(1389).pagination;
+ var model = __webpack_require__(1389);
+ model.paginators = __webpack_require__(1390).pagination;
return model;
},
enumerable: true,
@@ -65409,19 +65417,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1388 */
+/* 1389 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-27","endpointPrefix":"qbusiness","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"QBusiness","serviceId":"QBusiness","signatureVersion":"v4","signingName":"qbusiness","uid":"qbusiness-2023-11-27"},"operations":{"BatchDeleteDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents/delete","responseCode":200},"input":{"type":"structure","required":["applicationId","documents","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceSyncId":{},"documents":{"type":"list","member":{"type":"structure","required":["documentId"],"members":{"documentId":{}}}},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"BatchPutDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","documents","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceSyncId":{},"documents":{"type":"list","member":{"type":"structure","required":["id"],"members":{"accessConfiguration":{"type":"structure","required":["accessControls"],"members":{"accessControls":{"type":"list","member":{"type":"structure","required":["principals"],"members":{"memberRelation":{},"principals":{"type":"list","member":{"type":"structure","members":{"group":{"type":"structure","required":["access"],"members":{"access":{},"membershipType":{},"name":{}}},"user":{"type":"structure","required":["access"],"members":{"access":{},"id":{},"membershipType":{}}}},"union":true}}}}},"memberRelation":{}}},"attributes":{"type":"list","member":{"shape":"Sv"}},"content":{"type":"structure","members":{"blob":{"type":"blob"},"s3":{"type":"structure","required":["bucket","key"],"members":{"bucket":{},"key":{}}}},"union":true},"contentType":{},"documentEnrichmentConfiguration":{"shape":"S19"},"id":{},"title":{}}}},"indexId":{"location":"uri","locationName":"indexId"},"roleArn":{}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"ChatSync":{"http":{"requestUri":"/applications/{applicationId}/conversations?sync","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"actionExecution":{"shape":"S1n"},"applicationId":{"location":"uri","locationName":"applicationId"},"attachments":{"type":"list","member":{"type":"structure","required":["data","name"],"members":{"data":{"type":"blob"},"name":{}}}},"attributeFilter":{"shape":"S1x"},"chatMode":{},"chatModeConfiguration":{"type":"structure","members":{"pluginConfiguration":{"type":"structure","required":["pluginId"],"members":{"pluginId":{}}}},"union":true},"clientToken":{"idempotencyToken":true},"conversationId":{},"parentMessageId":{},"userGroups":{"shape":"S25","location":"querystring","locationName":"userGroups"},"userId":{"location":"querystring","locationName":"userId"},"userMessage":{}}},"output":{"type":"structure","members":{"actionReview":{"shape":"S28"},"conversationId":{},"failedAttachments":{"shape":"S2h"},"sourceAttributions":{"shape":"S2k"},"systemMessage":{},"systemMessageId":{},"userMessageId":{}}}},"CreateApplication":{"http":{"requestUri":"/applications","responseCode":200},"input":{"type":"structure","required":["displayName","roleArn"],"members":{"attachmentsConfiguration":{"shape":"S2p"},"clientToken":{"idempotencyToken":true},"description":{},"displayName":{},"encryptionConfiguration":{"shape":"S2t"},"identityCenterInstanceArn":{},"roleArn":{},"tags":{"shape":"S2w"}}},"output":{"type":"structure","members":{"applicationArn":{},"applicationId":{}}},"idempotent":true},"CreateDataSource":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","configuration","displayName","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S33"},"description":{},"displayName":{},"documentEnrichmentConfiguration":{"shape":"S19"},"indexId":{"location":"uri","locationName":"indexId"},"roleArn":{},"syncSchedule":{},"tags":{"shape":"S2w"},"vpcConfiguration":{"shape":"S36"}}},"output":{"type":"structure","members":{"dataSourceArn":{},"dataSourceId":{}}},"idempotent":true},"CreateIndex":{"http":{"requestUri":"/applications/{applicationId}/indices","responseCode":200},"input":{"type":"structure","required":["applicationId","displayName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"capacityConfiguration":{"shape":"S3e"},"clientToken":{"idempotencyToken":true},"description":{},"displayName":{},"tags":{"shape":"S2w"}}},"output":{"type":"structure","members":{"indexArn":{},"indexId":{}}}},"CreatePlugin":{"http":{"requestUri":"/applications/{applicationId}/plugins","responseCode":200},"input":{"type":"structure","required":["applicationId","authConfiguration","displayName","serverUrl","type"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"authConfiguration":{"shape":"S3k"},"clientToken":{"idempotencyToken":true},"displayName":{},"serverUrl":{},"tags":{"shape":"S2w"},"type":{}}},"output":{"type":"structure","members":{"pluginArn":{},"pluginId":{}}},"idempotent":true},"CreateRetriever":{"http":{"requestUri":"/applications/{applicationId}/retrievers","responseCode":200},"input":{"type":"structure","required":["applicationId","configuration","displayName","type"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S3t"},"displayName":{},"roleArn":{},"tags":{"shape":"S2w"},"type":{}}},"output":{"type":"structure","members":{"retrieverArn":{},"retrieverId":{}}}},"CreateUser":{"http":{"requestUri":"/applications/{applicationId}/users","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"userAliases":{"type":"list","member":{"shape":"S4f"}},"userId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"CreateWebExperience":{"http":{"requestUri":"/applications/{applicationId}/experiences","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"roleArn":{},"samplePromptsControlMode":{},"subtitle":{},"tags":{"shape":"S2w"},"title":{},"welcomeMessage":{}}},"output":{"type":"structure","members":{"webExperienceArn":{},"webExperienceId":{}}}},"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},"DeleteChatControlsConfiguration":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConversation":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["applicationId","conversationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"conversationId":{"location":"uri","locationName":"conversationId"},"userId":{"location":"querystring","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGroup":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","groupName","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"},"groupName":{"location":"uri","locationName":"groupName"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIndex":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePlugin":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRetriever":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteWebExperience":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"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","members":{"applicationArn":{},"applicationId":{},"attachmentsConfiguration":{"type":"structure","members":{"attachmentsControlMode":{}}},"createdAt":{"type":"timestamp"},"description":{},"displayName":{},"encryptionConfiguration":{"shape":"S2t"},"error":{"shape":"Sc"},"identityCenterApplicationArn":{},"roleArn":{},"status":{},"updatedAt":{"type":"timestamp"}}}},"GetChatControlsConfiguration":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/chatcontrols","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","members":{"blockedPhrases":{"type":"structure","members":{"blockedPhrases":{"shape":"S5j"},"systemMessageOverride":{}}},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}},"nextToken":{},"responseScope":{},"topicConfigurations":{"shape":"S5p"}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"applicationId":{},"configuration":{"shape":"S33"},"createdAt":{"type":"timestamp"},"dataSourceArn":{},"dataSourceId":{},"description":{},"displayName":{},"documentEnrichmentConfiguration":{"shape":"S19"},"error":{"shape":"Sc"},"indexId":{},"roleArn":{},"status":{},"syncSchedule":{},"type":{},"updatedAt":{"type":"timestamp"},"vpcConfiguration":{"shape":"S36"}}}},"GetGroup":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","groupName","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"},"groupName":{"location":"uri","locationName":"groupName"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"status":{"shape":"S6a"},"statusHistory":{"type":"list","member":{"shape":"S6a"}}}}},"GetIndex":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"applicationId":{},"capacityConfiguration":{"shape":"S3e"},"createdAt":{"type":"timestamp"},"description":{},"displayName":{},"documentAttributeConfigurations":{"shape":"S6f"},"error":{"shape":"Sc"},"indexArn":{},"indexId":{},"indexStatistics":{"type":"structure","members":{"textDocumentStatistics":{"type":"structure","members":{"indexedTextBytes":{"type":"long"},"indexedTextDocumentCount":{"type":"integer"}}}}},"status":{},"updatedAt":{"type":"timestamp"}}}},"GetPlugin":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{"applicationId":{},"authConfiguration":{"shape":"S3k"},"createdAt":{"type":"timestamp"},"displayName":{},"pluginArn":{},"pluginId":{},"serverUrl":{},"state":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"GetRetriever":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{"applicationId":{},"configuration":{"shape":"S3t"},"createdAt":{"type":"timestamp"},"displayName":{},"retrieverArn":{},"retrieverId":{},"roleArn":{},"status":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"GetUser":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{"userAliases":{"shape":"S6w"}}}},"GetWebExperience":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"output":{"type":"structure","members":{"applicationId":{},"authenticationConfiguration":{"shape":"S6z"},"createdAt":{"type":"timestamp"},"defaultEndpoint":{},"error":{"shape":"Sc"},"roleArn":{},"samplePromptsControlMode":{},"status":{},"subtitle":{},"title":{},"updatedAt":{"type":"timestamp"},"webExperienceArn":{},"webExperienceId":{},"welcomeMessage":{}}}},"ListApplications":{"http":{"method":"GET","requestUri":"/applications","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"applications":{"type":"list","member":{"type":"structure","members":{"applicationId":{},"createdAt":{"type":"timestamp"},"displayName":{},"status":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListConversations":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations","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"},"userId":{"location":"querystring","locationName":"userId"}}},"output":{"type":"structure","members":{"conversations":{"type":"list","member":{"type":"structure","members":{"conversationId":{},"startTime":{"type":"timestamp"},"title":{}}}},"nextToken":{}}}},"ListDataSourceSyncJobs":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"endTime":{"location":"querystring","locationName":"endTime","type":"timestamp"},"indexId":{"location":"uri","locationName":"indexId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startTime":{"location":"querystring","locationName":"startTime","type":"timestamp"},"statusFilter":{"location":"querystring","locationName":"syncStatus"}}},"output":{"type":"structure","members":{"history":{"type":"list","member":{"type":"structure","members":{"dataSourceErrorCode":{},"endTime":{"type":"timestamp"},"error":{"shape":"Sc"},"executionId":{},"metrics":{"type":"structure","members":{"documentsAdded":{},"documentsDeleted":{},"documentsFailed":{},"documentsModified":{},"documentsScanned":{}}},"startTime":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"dataSources":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"dataSourceId":{},"displayName":{},"status":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListDocuments":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/index/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceIds":{"location":"querystring","locationName":"dataSourceIds","type":"list","member":{}},"indexId":{"location":"uri","locationName":"indexId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"documentDetailList":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"documentId":{},"error":{"shape":"Sc"},"status":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListGroups":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","updatedEarlierThan"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"},"indexId":{"location":"uri","locationName":"indexId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"updatedEarlierThan":{"location":"querystring","locationName":"updatedEarlierThan","type":"timestamp"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"groupName":{}}}},"nextToken":{}}}},"ListIndices":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices","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","members":{"indices":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"displayName":{},"indexId":{},"status":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListMessages":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["applicationId","conversationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"conversationId":{"location":"uri","locationName":"conversationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"userId":{"location":"querystring","locationName":"userId"}}},"output":{"type":"structure","members":{"messages":{"type":"list","member":{"type":"structure","members":{"actionExecution":{"shape":"S1n"},"actionReview":{"shape":"S28"},"attachments":{"shape":"S2h"},"body":{},"messageId":{},"sourceAttribution":{"shape":"S2k"},"time":{"type":"timestamp"},"type":{}}}},"nextToken":{}}}},"ListPlugins":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins","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","members":{"nextToken":{},"plugins":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"displayName":{},"pluginId":{},"serverUrl":{},"state":{},"type":{},"updatedAt":{"type":"timestamp"}}}}}}},"ListRetrievers":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers","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","members":{"nextToken":{},"retrievers":{"type":"list","member":{"type":"structure","members":{"applicationId":{},"displayName":{},"retrieverId":{},"status":{},"type":{}}}}}}},"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":"S2w"}}}},"ListWebExperiences":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences","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","members":{"nextToken":{},"webExperiences":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"defaultEndpoint":{},"status":{},"updatedAt":{"type":"timestamp"},"webExperienceId":{}}}}}}},"PutFeedback":{"http":{"requestUri":"/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback","responseCode":200},"input":{"type":"structure","required":["applicationId","conversationId","messageId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"conversationId":{"location":"uri","locationName":"conversationId"},"messageCopiedAt":{"type":"timestamp"},"messageId":{"location":"uri","locationName":"messageId"},"messageUsefulness":{"type":"structure","required":["submittedAt","usefulness"],"members":{"comment":{},"reason":{},"submittedAt":{"type":"timestamp"},"usefulness":{}}},"userId":{"location":"querystring","locationName":"userId"}}}},"PutGroup":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","groupMembers","groupName","indexId","type"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{},"groupMembers":{"type":"structure","members":{"memberGroups":{"type":"list","member":{"type":"structure","required":["groupName"],"members":{"groupName":{},"type":{}}}},"memberUsers":{"type":"list","member":{"type":"structure","required":["userId"],"members":{"type":{},"userId":{}}}}}},"groupName":{},"indexId":{"location":"uri","locationName":"indexId"},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"executionId":{}}}},"StopDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"indexId":{"location":"uri","locationName":"indexId"}}},"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":"S2w"}}},"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},"UpdateApplication":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"attachmentsConfiguration":{"shape":"S2p"},"description":{},"displayName":{},"roleArn":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateChatControlsConfiguration":{"http":{"method":"PATCH","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"blockedPhrasesConfigurationUpdate":{"type":"structure","members":{"blockedPhrasesToCreateOrUpdate":{"shape":"S5j"},"blockedPhrasesToDelete":{"shape":"S5j"},"systemMessageOverride":{}}},"clientToken":{"idempotencyToken":true},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}},"responseScope":{},"topicConfigurationsToCreateOrUpdate":{"shape":"S5p"},"topicConfigurationsToDelete":{"shape":"S5p"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","dataSourceId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"configuration":{"shape":"S33"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"displayName":{},"documentEnrichmentConfiguration":{"shape":"S19"},"indexId":{"location":"uri","locationName":"indexId"},"roleArn":{},"syncSchedule":{},"vpcConfiguration":{"shape":"S36"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateIndex":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"capacityConfiguration":{"shape":"S3e"},"description":{},"displayName":{},"documentAttributeConfigurations":{"shape":"S6f"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdatePlugin":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"authConfiguration":{"shape":"S3k"},"displayName":{},"pluginId":{"location":"uri","locationName":"pluginId"},"serverUrl":{},"state":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateRetriever":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"configuration":{"shape":"S3t"},"displayName":{},"retrieverId":{"location":"uri","locationName":"retrieverId"},"roleArn":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateUser":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userAliasesToDelete":{"shape":"S6w"},"userAliasesToUpdate":{"shape":"S6w"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{"userAliasesAdded":{"shape":"S6w"},"userAliasesDeleted":{"shape":"S6w"},"userAliasesUpdated":{"shape":"S6w"}}},"idempotent":true},"UpdateWebExperience":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"authenticationConfiguration":{"shape":"S6z"},"samplePromptsControlMode":{},"subtitle":{},"title":{},"webExperienceId":{"location":"uri","locationName":"webExperienceId"},"welcomeMessage":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S9":{"type":"list","member":{"type":"structure","members":{"dataSourceId":{},"error":{"shape":"Sc"},"id":{}}}},"Sc":{"type":"structure","members":{"errorCode":{},"errorMessage":{}}},"Sv":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"shape":"Sx"}}},"Sx":{"type":"structure","members":{"dateValue":{"type":"timestamp"},"longValue":{"type":"long"},"stringListValue":{"type":"list","member":{}},"stringValue":{}},"union":true},"S19":{"type":"structure","members":{"inlineConfigurations":{"type":"list","member":{"type":"structure","members":{"condition":{"shape":"S1c"},"documentContentOperator":{},"target":{"type":"structure","required":["key"],"members":{"attributeValueOperator":{},"key":{},"value":{"shape":"Sx"}}}}}},"postExtractionHookConfiguration":{"shape":"S1h"},"preExtractionHookConfiguration":{"shape":"S1h"}}},"S1c":{"type":"structure","required":["key","operator"],"members":{"key":{},"operator":{},"value":{"shape":"Sx"}}},"S1h":{"type":"structure","members":{"invocationCondition":{"shape":"S1c"},"lambdaArn":{},"roleArn":{},"s3BucketName":{}}},"S1n":{"type":"structure","required":["payload","payloadFieldNameSeparator","pluginId"],"members":{"payload":{"type":"map","key":{},"value":{"type":"structure","required":["value"],"members":{"value":{"shape":"S1r"}}}},"payloadFieldNameSeparator":{},"pluginId":{}}},"S1r":{"type":"structure","members":{},"document":true},"S1x":{"type":"structure","members":{"andAllFilters":{"shape":"S1y"},"containsAll":{"shape":"Sv"},"containsAny":{"shape":"Sv"},"equalsTo":{"shape":"Sv"},"greaterThan":{"shape":"Sv"},"greaterThanOrEquals":{"shape":"Sv"},"lessThan":{"shape":"Sv"},"lessThanOrEquals":{"shape":"Sv"},"notFilter":{"shape":"S1x"},"orAllFilters":{"shape":"S1y"}}},"S1y":{"type":"list","member":{"shape":"S1x"}},"S25":{"type":"list","member":{}},"S28":{"type":"structure","members":{"payload":{"type":"map","key":{},"value":{"type":"structure","members":{"allowedValues":{"type":"list","member":{"type":"structure","members":{"displayValue":{"shape":"S1r"},"value":{"shape":"S1r"}}}},"displayName":{},"displayOrder":{"type":"integer"},"required":{"type":"boolean"},"type":{},"value":{"shape":"S1r"}}}},"payloadFieldNameSeparator":{},"pluginId":{},"pluginType":{}}},"S2h":{"type":"list","member":{"type":"structure","members":{"error":{"shape":"Sc"},"name":{},"status":{}}}},"S2k":{"type":"list","member":{"type":"structure","members":{"citationNumber":{"type":"integer"},"snippet":{},"textMessageSegments":{"type":"list","member":{"type":"structure","members":{"beginOffset":{"type":"integer"},"endOffset":{"type":"integer"}}}},"title":{},"updatedAt":{"type":"timestamp"},"url":{}}}},"S2p":{"type":"structure","required":["attachmentsControlMode"],"members":{"attachmentsControlMode":{}}},"S2t":{"type":"structure","members":{"kmsKeyId":{"type":"string","sensitive":true}}},"S2w":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S33":{"type":"structure","members":{},"document":true},"S36":{"type":"structure","required":["securityGroupIds","subnetIds"],"members":{"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}}}},"S3e":{"type":"structure","members":{"units":{"type":"integer"}}},"S3k":{"type":"structure","members":{"basicAuthConfiguration":{"type":"structure","required":["roleArn","secretArn"],"members":{"roleArn":{},"secretArn":{}}},"oAuth2ClientCredentialConfiguration":{"type":"structure","required":["roleArn","secretArn"],"members":{"roleArn":{},"secretArn":{}}}},"union":true},"S3t":{"type":"structure","members":{"kendraIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"indexId":{}}},"nativeIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"boostingOverride":{"type":"map","key":{},"value":{"type":"structure","members":{"dateConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingDurationInSeconds":{"type":"long"},"boostingLevel":{}}},"numberConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"boostingType":{}}},"stringConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"attributeValueBoosting":{"type":"map","key":{},"value":{}},"boostingLevel":{}}},"stringListConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{}}}},"union":true}},"indexId":{}}}},"union":true},"S4f":{"type":"structure","required":["userId"],"members":{"dataSourceId":{},"indexId":{},"userId":{}}},"S5j":{"type":"list","member":{}},"S5p":{"type":"list","member":{"type":"structure","required":["name","rules"],"members":{"description":{},"exampleChatMessages":{"type":"list","member":{}},"name":{},"rules":{"type":"list","member":{"type":"structure","required":["ruleType"],"members":{"excludedUsersAndGroups":{"shape":"S5x"},"includedUsersAndGroups":{"shape":"S5x"},"ruleConfiguration":{"type":"structure","members":{"contentBlockerRule":{"type":"structure","members":{"systemMessageOverride":{}}},"contentRetrievalRule":{"type":"structure","members":{"eligibleDataSources":{"type":"list","member":{"type":"structure","members":{"dataSourceId":{},"indexId":{}}}}}}},"union":true},"ruleType":{}}}}}}},"S5x":{"type":"structure","members":{"userGroups":{"shape":"S25"},"userIds":{"type":"list","member":{}}}},"S6a":{"type":"structure","members":{"errorDetail":{"shape":"Sc"},"lastUpdatedAt":{"type":"timestamp"},"status":{}}},"S6f":{"type":"list","member":{"type":"structure","members":{"name":{},"search":{},"type":{}}}},"S6w":{"type":"list","member":{"shape":"S4f"}},"S6z":{"type":"structure","members":{"samlConfiguration":{"type":"structure","required":["metadataXML","roleArn","userIdAttribute"],"members":{"metadataXML":{},"roleArn":{},"userGroupAttribute":{},"userIdAttribute":{}}}},"union":true}}}
/***/ }),
-/* 1389 */
+/* 1390 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetChatControlsConfiguration":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"topicConfigurations"},"ListApplications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"applications"},"ListConversations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"conversations"},"ListDataSourceSyncJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"history"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataSources"},"ListDocuments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"documentDetailList"},"ListGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListIndices":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"indices"},"ListMessages":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"messages"},"ListPlugins":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"plugins"},"ListRetrievers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"retrievers"},"ListWebExperiences":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"webExperiences"}}}
/***/ }),
-/* 1390 */
+/* 1391 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65433,8 +65441,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.QConnect = Service.defineService('qconnect', ['2020-10-19']);
Object.defineProperty(apiLoader.services['qconnect'], '2020-10-19', {
get: function get() {
- var model = __webpack_require__(1391);
- model.paginators = __webpack_require__(1392).pagination;
+ var model = __webpack_require__(1392);
+ model.paginators = __webpack_require__(1393).pagination;
return model;
},
enumerable: true,
@@ -65445,19 +65453,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1391 */
+/* 1392 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-10-19","endpointPrefix":"wisdom","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Q Connect","serviceId":"QConnect","signatureVersion":"v4","signingName":"wisdom","uid":"qconnect-2020-10-19"},"operations":{"CreateAssistant":{"http":{"requestUri":"/assistants","responseCode":200},"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"serverSideEncryptionConfiguration":{"shape":"S5"},"tags":{"shape":"S7"},"type":{}}},"output":{"type":"structure","members":{"assistant":{"shape":"Sc"}}},"idempotent":true},"CreateAssistantAssociation":{"http":{"requestUri":"/assistants/{assistantId}/associations","responseCode":200},"input":{"type":"structure","required":["assistantId","association","associationType"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"association":{"type":"structure","members":{"knowledgeBaseId":{}},"union":true},"associationType":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"assistantAssociation":{"shape":"Sp"}}},"idempotent":true},"CreateContent":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/contents","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","name","uploadId"],"members":{"clientToken":{"idempotencyToken":true},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"metadata":{"shape":"St"},"name":{},"overrideLinkOutUri":{},"tags":{"shape":"S7"},"title":{},"uploadId":{}}},"output":{"type":"structure","members":{"content":{"shape":"Sy"}}},"idempotent":true},"CreateKnowledgeBase":{"http":{"requestUri":"/knowledgeBases","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseType","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"knowledgeBaseType":{},"name":{},"renderingConfiguration":{"shape":"S15"},"serverSideEncryptionConfiguration":{"shape":"S5"},"sourceConfiguration":{"shape":"S16"},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"knowledgeBase":{"shape":"S1a"}}},"idempotent":true},"CreateQuickResponse":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/quickResponses","responseCode":200},"input":{"type":"structure","required":["content","knowledgeBaseId","name"],"members":{"channels":{"shape":"S1d"},"clientToken":{"idempotencyToken":true},"content":{"shape":"S1f"},"contentType":{},"description":{},"groupingConfiguration":{"shape":"S1j"},"isActive":{"type":"boolean"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"language":{},"name":{},"shortcutKey":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"quickResponse":{"shape":"S1s"}}},"idempotent":true},"CreateSession":{"http":{"requestUri":"/assistants/{assistantId}/sessions","responseCode":200},"input":{"type":"structure","required":["assistantId","name"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"clientToken":{"idempotencyToken":true},"description":{},"name":{},"tagFilter":{"shape":"S1x"},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"session":{"shape":"S23"}}},"idempotent":true},"DeleteAssistant":{"http":{"method":"DELETE","requestUri":"/assistants/{assistantId}","responseCode":204},"input":{"type":"structure","required":["assistantId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAssistantAssociation":{"http":{"method":"DELETE","requestUri":"/assistants/{assistantId}/associations/{assistantAssociationId}","responseCode":204},"input":{"type":"structure","required":["assistantAssociationId","assistantId"],"members":{"assistantAssociationId":{"location":"uri","locationName":"assistantAssociationId"},"assistantId":{"location":"uri","locationName":"assistantId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteContent":{"http":{"method":"DELETE","requestUri":"/knowledgeBases/{knowledgeBaseId}/contents/{contentId}","responseCode":204},"input":{"type":"structure","required":["contentId","knowledgeBaseId"],"members":{"contentId":{"location":"uri","locationName":"contentId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteImportJob":{"http":{"method":"DELETE","requestUri":"/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}","responseCode":204},"input":{"type":"structure","required":["importJobId","knowledgeBaseId"],"members":{"importJobId":{"location":"uri","locationName":"importJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/knowledgeBases/{knowledgeBaseId}","responseCode":204},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteQuickResponse":{"http":{"method":"DELETE","requestUri":"/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}","responseCode":204},"input":{"type":"structure","required":["knowledgeBaseId","quickResponseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"quickResponseId":{"location":"uri","locationName":"quickResponseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAssistant":{"http":{"method":"GET","requestUri":"/assistants/{assistantId}","responseCode":200},"input":{"type":"structure","required":["assistantId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"}}},"output":{"type":"structure","members":{"assistant":{"shape":"Sc"}}}},"GetAssistantAssociation":{"http":{"method":"GET","requestUri":"/assistants/{assistantId}/associations/{assistantAssociationId}","responseCode":200},"input":{"type":"structure","required":["assistantAssociationId","assistantId"],"members":{"assistantAssociationId":{"location":"uri","locationName":"assistantAssociationId"},"assistantId":{"location":"uri","locationName":"assistantId"}}},"output":{"type":"structure","members":{"assistantAssociation":{"shape":"Sp"}}}},"GetContent":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/contents/{contentId}","responseCode":200},"input":{"type":"structure","required":["contentId","knowledgeBaseId"],"members":{"contentId":{"location":"uri","locationName":"contentId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{"content":{"shape":"Sy"}}}},"GetContentSummary":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/summary","responseCode":200},"input":{"type":"structure","required":["contentId","knowledgeBaseId"],"members":{"contentId":{"location":"uri","locationName":"contentId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{"contentSummary":{"shape":"S2p"}}}},"GetImportJob":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}","responseCode":200},"input":{"type":"structure","required":["importJobId","knowledgeBaseId"],"members":{"importJobId":{"location":"uri","locationName":"importJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{"importJob":{"shape":"S2s"}}}},"GetKnowledgeBase":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{"knowledgeBase":{"shape":"S1a"}}}},"GetQuickResponse":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","quickResponseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"quickResponseId":{"location":"uri","locationName":"quickResponseId"}}},"output":{"type":"structure","members":{"quickResponse":{"shape":"S1s"}}}},"GetRecommendations":{"http":{"method":"GET","requestUri":"/assistants/{assistantId}/sessions/{sessionId}/recommendations","responseCode":200},"input":{"type":"structure","required":["assistantId","sessionId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"sessionId":{"location":"uri","locationName":"sessionId"},"waitTimeSeconds":{"location":"querystring","locationName":"waitTimeSeconds","type":"integer"}}},"output":{"type":"structure","required":["recommendations"],"members":{"recommendations":{"type":"list","member":{"type":"structure","required":["recommendationId"],"members":{"data":{"shape":"S39"},"document":{"shape":"S3t"},"recommendationId":{},"relevanceLevel":{},"relevanceScore":{"type":"double"},"type":{}}}},"triggers":{"type":"list","member":{"type":"structure","required":["data","id","recommendationIds","source","type"],"members":{"data":{"type":"structure","members":{"query":{"type":"structure","members":{"text":{"shape":"S40"}}}},"union":true},"id":{},"recommendationIds":{"shape":"S41"},"source":{},"type":{}}}}}},"deprecated":true,"deprecatedMessage":"GetRecommendations API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications."},"GetSession":{"http":{"method":"GET","requestUri":"/assistants/{assistantId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["assistantId","sessionId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","members":{"session":{"shape":"S23"}}}},"ListAssistantAssociations":{"http":{"method":"GET","requestUri":"/assistants/{assistantId}/associations","responseCode":200},"input":{"type":"structure","required":["assistantId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["assistantAssociationSummaries"],"members":{"assistantAssociationSummaries":{"type":"list","member":{"type":"structure","required":["assistantArn","assistantAssociationArn","assistantAssociationId","assistantId","associationData","associationType"],"members":{"assistantArn":{},"assistantAssociationArn":{},"assistantAssociationId":{},"assistantId":{},"associationData":{"shape":"Sq"},"associationType":{},"tags":{"shape":"S7"}}}},"nextToken":{}}}},"ListAssistants":{"http":{"method":"GET","requestUri":"/assistants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["assistantSummaries"],"members":{"assistantSummaries":{"type":"list","member":{"type":"structure","required":["assistantArn","assistantId","name","status","type"],"members":{"assistantArn":{},"assistantId":{},"capabilityConfiguration":{"shape":"Sf"},"description":{},"integrationConfiguration":{"shape":"Sh"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S5"},"status":{},"tags":{"shape":"S7"},"type":{}}}},"nextToken":{}}}},"ListContents":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/contents","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["contentSummaries"],"members":{"contentSummaries":{"shape":"S4h"},"nextToken":{}}}},"ListImportJobs":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/importJobs","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["importJobSummaries"],"members":{"importJobSummaries":{"type":"list","member":{"type":"structure","required":["createdTime","importJobId","importJobType","knowledgeBaseArn","knowledgeBaseId","lastModifiedTime","status","uploadId"],"members":{"createdTime":{"shape":"S12"},"externalSourceConfiguration":{"shape":"S2t"},"importJobId":{},"importJobType":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"lastModifiedTime":{"shape":"S12"},"metadata":{"shape":"St"},"status":{},"uploadId":{}}}},"nextToken":{}}}},"ListKnowledgeBases":{"http":{"method":"GET","requestUri":"/knowledgeBases","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["knowledgeBaseSummaries"],"members":{"knowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseArn","knowledgeBaseId","knowledgeBaseType","name","status"],"members":{"description":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"knowledgeBaseType":{},"name":{},"renderingConfiguration":{"shape":"S15"},"serverSideEncryptionConfiguration":{"shape":"S5"},"sourceConfiguration":{"shape":"S16"},"status":{},"tags":{"shape":"S7"}}}},"nextToken":{}}}},"ListQuickResponses":{"http":{"method":"GET","requestUri":"/knowledgeBases/{knowledgeBaseId}/quickResponses","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["quickResponseSummaries"],"members":{"nextToken":{},"quickResponseSummaries":{"type":"list","member":{"type":"structure","required":["contentType","createdTime","knowledgeBaseArn","knowledgeBaseId","lastModifiedTime","name","quickResponseArn","quickResponseId","status"],"members":{"channels":{"shape":"S1d"},"contentType":{},"createdTime":{"shape":"S12"},"description":{},"isActive":{"type":"boolean"},"knowledgeBaseArn":{},"knowledgeBaseId":{},"lastModifiedBy":{},"lastModifiedTime":{"shape":"S12"},"name":{},"quickResponseArn":{},"quickResponseId":{},"status":{},"tags":{"shape":"S7"}}}}}}},"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"}}}},"NotifyRecommendationsReceived":{"http":{"requestUri":"/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify","responseCode":200},"input":{"type":"structure","required":["assistantId","recommendationIds","sessionId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"recommendationIds":{"shape":"S41"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","members":{"message":{},"recommendationId":{}}}},"recommendationIds":{"shape":"S41"}}},"idempotent":true},"PutFeedback":{"http":{"method":"PUT","requestUri":"/assistants/{assistantId}/feedback","responseCode":200},"input":{"type":"structure","required":["assistantId","contentFeedback","targetId","targetType"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"contentFeedback":{"shape":"S52"},"targetId":{},"targetType":{}}},"output":{"type":"structure","required":["assistantArn","assistantId","contentFeedback","targetId","targetType"],"members":{"assistantArn":{},"assistantId":{},"contentFeedback":{"shape":"S52"},"targetId":{},"targetType":{}}},"idempotent":true},"QueryAssistant":{"http":{"requestUri":"/assistants/{assistantId}/query","responseCode":200},"input":{"type":"structure","required":["assistantId","queryText"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"maxResults":{"type":"integer"},"nextToken":{},"queryCondition":{"type":"list","member":{"type":"structure","members":{"single":{"type":"structure","required":["comparator","field","value"],"members":{"comparator":{},"field":{},"value":{}}}},"union":true}},"queryText":{"shape":"S40"},"sessionId":{}}},"output":{"type":"structure","required":["results"],"members":{"nextToken":{},"results":{"type":"list","member":{"type":"structure","required":["resultId"],"members":{"data":{"shape":"S39"},"document":{"shape":"S3t"},"relevanceScore":{"type":"double"},"resultId":{},"type":{}}}}}},"deprecated":true,"deprecatedMessage":"QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications."},"RemoveKnowledgeBaseTemplateUri":{"http":{"method":"DELETE","requestUri":"/knowledgeBases/{knowledgeBaseId}/templateUri","responseCode":204},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}}},"SearchContent":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/search","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","searchExpression"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"searchExpression":{"shape":"S5k"}}},"output":{"type":"structure","required":["contentSummaries"],"members":{"contentSummaries":{"shape":"S4h"},"nextToken":{}}}},"SearchQuickResponses":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/search/quickResponses","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","searchExpression"],"members":{"attributes":{"type":"map","key":{},"value":{},"sensitive":true},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"searchExpression":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["name","operator"],"members":{"includeNoExistence":{"type":"boolean"},"name":{},"operator":{},"values":{"type":"list","member":{}}}}},"orderOnField":{"type":"structure","required":["name"],"members":{"name":{},"order":{}}},"queries":{"type":"list","member":{"type":"structure","required":["name","operator","values"],"members":{"allowFuzziness":{"type":"boolean"},"name":{},"operator":{},"priority":{},"values":{"type":"list","member":{}}}}}}}}},"output":{"type":"structure","required":["results"],"members":{"nextToken":{},"results":{"type":"list","member":{"type":"structure","required":["contentType","contents","createdTime","isActive","knowledgeBaseArn","knowledgeBaseId","lastModifiedTime","name","quickResponseArn","quickResponseId","status"],"members":{"attributesInterpolated":{"shape":"S6b"},"attributesNotInterpolated":{"shape":"S6b"},"channels":{"shape":"S1d"},"contentType":{},"contents":{"shape":"S1t"},"createdTime":{"shape":"S12"},"description":{},"groupingConfiguration":{"shape":"S1j"},"isActive":{"type":"boolean"},"knowledgeBaseArn":{},"knowledgeBaseId":{},"language":{},"lastModifiedBy":{},"lastModifiedTime":{"shape":"S12"},"name":{},"quickResponseArn":{},"quickResponseId":{},"shortcutKey":{},"status":{},"tags":{"shape":"S7"}}}}}}},"SearchSessions":{"http":{"requestUri":"/assistants/{assistantId}/searchSessions","responseCode":200},"input":{"type":"structure","required":["assistantId","searchExpression"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"searchExpression":{"shape":"S5k"}}},"output":{"type":"structure","required":["sessionSummaries"],"members":{"nextToken":{},"sessionSummaries":{"type":"list","member":{"type":"structure","required":["assistantArn","assistantId","sessionArn","sessionId"],"members":{"assistantArn":{},"assistantId":{},"sessionArn":{},"sessionId":{}}}}}}},"StartContentUpload":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/upload","responseCode":200},"input":{"type":"structure","required":["contentType","knowledgeBaseId"],"members":{"contentType":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"presignedUrlTimeToLive":{"type":"integer"}}},"output":{"type":"structure","required":["headersToInclude","uploadId","url","urlExpiry"],"members":{"headersToInclude":{"type":"map","key":{},"value":{}},"uploadId":{},"url":{"shape":"S11"},"urlExpiry":{"shape":"S12"}}}},"StartImportJob":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/importJobs","responseCode":200},"input":{"type":"structure","required":["importJobType","knowledgeBaseId","uploadId"],"members":{"clientToken":{"idempotencyToken":true},"externalSourceConfiguration":{"shape":"S2t"},"importJobType":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"metadata":{"shape":"St"},"uploadId":{}}},"output":{"type":"structure","members":{"importJob":{"shape":"S2s"}}},"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":{}},"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},"UpdateContent":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/contents/{contentId}","responseCode":200},"input":{"type":"structure","required":["contentId","knowledgeBaseId"],"members":{"contentId":{"location":"uri","locationName":"contentId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"metadata":{"shape":"St"},"overrideLinkOutUri":{},"removeOverrideLinkOutUri":{"type":"boolean"},"revisionId":{},"title":{},"uploadId":{}}},"output":{"type":"structure","members":{"content":{"shape":"Sy"}}}},"UpdateKnowledgeBaseTemplateUri":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/templateUri","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","templateUri"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"templateUri":{}}},"output":{"type":"structure","members":{"knowledgeBase":{"shape":"S1a"}}}},"UpdateQuickResponse":{"http":{"requestUri":"/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId","quickResponseId"],"members":{"channels":{"shape":"S1d"},"content":{"shape":"S1f"},"contentType":{},"description":{},"groupingConfiguration":{"shape":"S1j"},"isActive":{"type":"boolean"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"language":{},"name":{},"quickResponseId":{"location":"uri","locationName":"quickResponseId"},"removeDescription":{"type":"boolean"},"removeGroupingConfiguration":{"type":"boolean"},"removeShortcutKey":{"type":"boolean"},"shortcutKey":{}}},"output":{"type":"structure","members":{"quickResponse":{"shape":"S1s"}}}},"UpdateSession":{"http":{"requestUri":"/assistants/{assistantId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["assistantId","sessionId"],"members":{"assistantId":{"location":"uri","locationName":"assistantId"},"description":{},"sessionId":{"location":"uri","locationName":"sessionId"},"tagFilter":{"shape":"S1x"}}},"output":{"type":"structure","members":{"session":{"shape":"S23"}}}}},"shapes":{"S5":{"type":"structure","members":{"kmsKeyId":{}}},"S7":{"type":"map","key":{},"value":{}},"Sc":{"type":"structure","required":["assistantArn","assistantId","name","status","type"],"members":{"assistantArn":{},"assistantId":{},"capabilityConfiguration":{"shape":"Sf"},"description":{},"integrationConfiguration":{"shape":"Sh"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S5"},"status":{},"tags":{"shape":"S7"},"type":{}}},"Sf":{"type":"structure","members":{"type":{}}},"Sh":{"type":"structure","members":{"topicIntegrationArn":{}}},"Sp":{"type":"structure","required":["assistantArn","assistantAssociationArn","assistantAssociationId","assistantId","associationData","associationType"],"members":{"assistantArn":{},"assistantAssociationArn":{},"assistantAssociationId":{},"assistantId":{},"associationData":{"shape":"Sq"},"associationType":{},"tags":{"shape":"S7"}}},"Sq":{"type":"structure","members":{"knowledgeBaseAssociation":{"type":"structure","members":{"knowledgeBaseArn":{},"knowledgeBaseId":{}}}},"union":true},"St":{"type":"map","key":{},"value":{}},"Sy":{"type":"structure","required":["contentArn","contentId","contentType","knowledgeBaseArn","knowledgeBaseId","metadata","name","revisionId","status","title","url","urlExpiry"],"members":{"contentArn":{},"contentId":{},"contentType":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"linkOutUri":{},"metadata":{"shape":"St"},"name":{},"revisionId":{},"status":{},"tags":{"shape":"S7"},"title":{},"url":{"shape":"S11"},"urlExpiry":{"shape":"S12"}}},"S11":{"type":"string","sensitive":true},"S12":{"type":"timestamp","timestampFormat":"unixTimestamp"},"S15":{"type":"structure","members":{"templateUri":{}}},"S16":{"type":"structure","members":{"appIntegrations":{"type":"structure","required":["appIntegrationArn"],"members":{"appIntegrationArn":{},"objectFields":{"type":"list","member":{}}}}},"union":true},"S1a":{"type":"structure","required":["knowledgeBaseArn","knowledgeBaseId","knowledgeBaseType","name","status"],"members":{"description":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"knowledgeBaseType":{},"lastContentModificationTime":{"shape":"S12"},"name":{},"renderingConfiguration":{"shape":"S15"},"serverSideEncryptionConfiguration":{"shape":"S5"},"sourceConfiguration":{"shape":"S16"},"status":{},"tags":{"shape":"S7"}}},"S1d":{"type":"list","member":{"type":"string","sensitive":true}},"S1f":{"type":"structure","members":{"content":{"shape":"S1g"}},"union":true},"S1g":{"type":"string","sensitive":true},"S1j":{"type":"structure","members":{"criteria":{"type":"string","sensitive":true},"values":{"type":"list","member":{"type":"string","sensitive":true}}}},"S1s":{"type":"structure","required":["contentType","createdTime","knowledgeBaseArn","knowledgeBaseId","lastModifiedTime","name","quickResponseArn","quickResponseId","status"],"members":{"channels":{"shape":"S1d"},"contentType":{},"contents":{"shape":"S1t"},"createdTime":{"shape":"S12"},"description":{},"groupingConfiguration":{"shape":"S1j"},"isActive":{"type":"boolean"},"knowledgeBaseArn":{},"knowledgeBaseId":{},"language":{},"lastModifiedBy":{},"lastModifiedTime":{"shape":"S12"},"name":{},"quickResponseArn":{},"quickResponseId":{},"shortcutKey":{},"status":{},"tags":{"shape":"S7"}}},"S1t":{"type":"structure","members":{"markdown":{"shape":"S1u"},"plainText":{"shape":"S1u"}}},"S1u":{"type":"structure","members":{"content":{"shape":"S1g"}},"union":true},"S1x":{"type":"structure","members":{"andConditions":{"shape":"S1y"},"orConditions":{"type":"list","member":{"type":"structure","members":{"andConditions":{"shape":"S1y"},"tagCondition":{"shape":"S1z"}},"union":true}},"tagCondition":{"shape":"S1z"}},"union":true},"S1y":{"type":"list","member":{"shape":"S1z"}},"S1z":{"type":"structure","required":["key"],"members":{"key":{},"value":{}}},"S23":{"type":"structure","required":["name","sessionArn","sessionId"],"members":{"description":{},"integrationConfiguration":{"type":"structure","members":{"topicIntegrationArn":{}}},"name":{},"sessionArn":{},"sessionId":{},"tagFilter":{"shape":"S1x"},"tags":{"shape":"S7"}}},"S2p":{"type":"structure","required":["contentArn","contentId","contentType","knowledgeBaseArn","knowledgeBaseId","metadata","name","revisionId","status","title"],"members":{"contentArn":{},"contentId":{},"contentType":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"metadata":{"shape":"St"},"name":{},"revisionId":{},"status":{},"tags":{"shape":"S7"},"title":{}}},"S2s":{"type":"structure","required":["createdTime","importJobId","importJobType","knowledgeBaseArn","knowledgeBaseId","lastModifiedTime","status","uploadId","url","urlExpiry"],"members":{"createdTime":{"shape":"S12"},"externalSourceConfiguration":{"shape":"S2t"},"failedRecordReport":{"shape":"S11"},"importJobId":{},"importJobType":{},"knowledgeBaseArn":{},"knowledgeBaseId":{},"lastModifiedTime":{"shape":"S12"},"metadata":{"shape":"St"},"status":{},"uploadId":{},"url":{"shape":"S11"},"urlExpiry":{"shape":"S12"}}},"S2t":{"type":"structure","required":["configuration","source"],"members":{"configuration":{"type":"structure","members":{"connectConfiguration":{"type":"structure","members":{"instanceId":{}}}},"union":true},"source":{}}},"S39":{"type":"structure","required":["details","reference"],"members":{"details":{"type":"structure","members":{"contentData":{"type":"structure","required":["rankingData","textData"],"members":{"rankingData":{"shape":"S3c"},"textData":{"shape":"S3f"}}},"generativeData":{"type":"structure","required":["completion","rankingData","references"],"members":{"completion":{"shape":"S3k"},"rankingData":{"shape":"S3c"},"references":{"type":"list","member":{"shape":"S39"}}}},"sourceContentData":{"type":"structure","required":["id","rankingData","textData","type"],"members":{"id":{},"rankingData":{"shape":"S3c"},"textData":{"shape":"S3f"},"type":{}}}},"union":true},"reference":{"type":"structure","members":{"contentReference":{"shape":"S3q"},"generativeReference":{"type":"structure","members":{"generationId":{},"modelId":{}}}},"union":true}}},"S3c":{"type":"structure","members":{"relevanceLevel":{},"relevanceScore":{"type":"double"}}},"S3f":{"type":"structure","members":{"excerpt":{"shape":"S3g"},"title":{"shape":"S3g"}}},"S3g":{"type":"structure","members":{"highlights":{"type":"list","member":{"type":"structure","members":{"beginOffsetInclusive":{"type":"integer"},"endOffsetExclusive":{"type":"integer"}}}},"text":{"shape":"S3k"}}},"S3k":{"type":"string","sensitive":true},"S3q":{"type":"structure","members":{"contentArn":{},"contentId":{},"knowledgeBaseArn":{},"knowledgeBaseId":{}}},"S3t":{"type":"structure","required":["contentReference"],"members":{"contentReference":{"shape":"S3q"},"excerpt":{"shape":"S3g"},"title":{"shape":"S3g"}}},"S40":{"type":"string","sensitive":true},"S41":{"type":"list","member":{}},"S4h":{"type":"list","member":{"shape":"S2p"}},"S52":{"type":"structure","members":{"generativeContentFeedbackData":{"type":"structure","required":["relevance"],"members":{"relevance":{}}}},"union":true},"S5k":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["field","operator","value"],"members":{"field":{},"operator":{},"value":{}}}}}},"S6b":{"type":"list","member":{},"sensitive":true}}}
/***/ }),
-/* 1392 */
+/* 1393 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAssistantAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"assistantAssociationSummaries"},"ListAssistants":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"assistantSummaries"},"ListContents":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"contentSummaries"},"ListImportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"importJobSummaries"},"ListKnowledgeBases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"knowledgeBaseSummaries"},"ListQuickResponses":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"quickResponseSummaries"},"QueryAssistant":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"results"},"SearchContent":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"contentSummaries"},"SearchQuickResponses":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"results"},"SearchSessions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sessionSummaries"}}}
/***/ }),
-/* 1393 */
+/* 1394 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65469,8 +65477,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CleanRoomsML = Service.defineService('cleanroomsml', ['2023-09-06']);
Object.defineProperty(apiLoader.services['cleanroomsml'], '2023-09-06', {
get: function get() {
- var model = __webpack_require__(1394);
- model.paginators = __webpack_require__(1395).pagination;
+ var model = __webpack_require__(1395);
+ model.paginators = __webpack_require__(1396).pagination;
return model;
},
enumerable: true,
@@ -65481,19 +65489,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1394 */
+/* 1395 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-09-06","endpointPrefix":"cleanrooms-ml","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Clean Rooms ML","serviceId":"CleanRoomsML","signatureVersion":"v4","signingName":"cleanrooms-ml","uid":"cleanroomsml-2023-09-06"},"operations":{"CreateAudienceModel":{"http":{"requestUri":"/audience-model","responseCode":200},"input":{"type":"structure","required":["name","trainingDatasetArn"],"members":{"description":{},"kmsKeyArn":{},"name":{},"tags":{"shape":"S5"},"trainingDataEndTime":{"shape":"S8"},"trainingDataStartTime":{"shape":"S8"},"trainingDatasetArn":{}}},"output":{"type":"structure","required":["audienceModelArn"],"members":{"audienceModelArn":{}}},"idempotent":true},"CreateConfiguredAudienceModel":{"http":{"requestUri":"/configured-audience-model","responseCode":200},"input":{"type":"structure","required":["audienceModelArn","name","outputConfig","sharedAudienceMetrics"],"members":{"audienceModelArn":{},"audienceSizeConfig":{"shape":"Sd"},"childResourceTagOnCreatePolicy":{},"description":{},"minMatchingSeedSize":{"type":"integer"},"name":{},"outputConfig":{"shape":"Sj"},"sharedAudienceMetrics":{"shape":"So"},"tags":{"shape":"S5"}}},"output":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{}}},"idempotent":true},"CreateTrainingDataset":{"http":{"requestUri":"/training-dataset","responseCode":200},"input":{"type":"structure","required":["name","roleArn","trainingData"],"members":{"description":{},"name":{},"roleArn":{},"tags":{"shape":"S5"},"trainingData":{"type":"list","member":{"shape":"Su"}}}},"output":{"type":"structure","required":["trainingDatasetArn"],"members":{"trainingDatasetArn":{}}},"idempotent":true},"DeleteAudienceGenerationJob":{"http":{"method":"DELETE","requestUri":"/audience-generation-job/{audienceGenerationJobArn}","responseCode":200},"input":{"type":"structure","required":["audienceGenerationJobArn"],"members":{"audienceGenerationJobArn":{"location":"uri","locationName":"audienceGenerationJobArn"}}},"idempotent":true},"DeleteAudienceModel":{"http":{"method":"DELETE","requestUri":"/audience-model/{audienceModelArn}","responseCode":200},"input":{"type":"structure","required":["audienceModelArn"],"members":{"audienceModelArn":{"location":"uri","locationName":"audienceModelArn"}}},"idempotent":true},"DeleteConfiguredAudienceModel":{"http":{"method":"DELETE","requestUri":"/configured-audience-model/{configuredAudienceModelArn}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"}}},"idempotent":true},"DeleteConfiguredAudienceModelPolicy":{"http":{"method":"DELETE","requestUri":"/configured-audience-model/{configuredAudienceModelArn}/policy","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"}}},"idempotent":true},"DeleteTrainingDataset":{"http":{"method":"DELETE","requestUri":"/training-dataset/{trainingDatasetArn}","responseCode":200},"input":{"type":"structure","required":["trainingDatasetArn"],"members":{"trainingDatasetArn":{"location":"uri","locationName":"trainingDatasetArn"}}},"idempotent":true},"GetAudienceGenerationJob":{"http":{"method":"GET","requestUri":"/audience-generation-job/{audienceGenerationJobArn}","responseCode":200},"input":{"type":"structure","required":["audienceGenerationJobArn"],"members":{"audienceGenerationJobArn":{"location":"uri","locationName":"audienceGenerationJobArn"}}},"output":{"type":"structure","required":["audienceGenerationJobArn","configuredAudienceModelArn","createTime","name","status","updateTime"],"members":{"audienceGenerationJobArn":{},"collaborationId":{},"configuredAudienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"includeSeedInOutput":{"type":"boolean"},"metrics":{"type":"structure","required":["relevanceMetrics"],"members":{"recallMetric":{"type":"double"},"relevanceMetrics":{"type":"list","member":{"type":"structure","required":["audienceSize"],"members":{"audienceSize":{"shape":"S1m"},"score":{"type":"double"}}}}}},"name":{},"seedAudience":{"shape":"S1n"},"startedBy":{},"status":{},"statusDetails":{"shape":"S1p"},"tags":{"shape":"S5"},"updateTime":{"shape":"S8"}}}},"GetAudienceModel":{"http":{"method":"GET","requestUri":"/audience-model/{audienceModelArn}","responseCode":200},"input":{"type":"structure","required":["audienceModelArn"],"members":{"audienceModelArn":{"location":"uri","locationName":"audienceModelArn"}}},"output":{"type":"structure","required":["audienceModelArn","createTime","name","status","trainingDatasetArn","updateTime"],"members":{"audienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"kmsKeyArn":{},"name":{},"status":{},"statusDetails":{"shape":"S1p"},"tags":{"shape":"S5"},"trainingDataEndTime":{"shape":"S8"},"trainingDataStartTime":{"shape":"S8"},"trainingDatasetArn":{},"updateTime":{"shape":"S8"}}}},"GetConfiguredAudienceModel":{"http":{"method":"GET","requestUri":"/configured-audience-model/{configuredAudienceModelArn}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"}}},"output":{"type":"structure","required":["audienceModelArn","configuredAudienceModelArn","createTime","name","outputConfig","sharedAudienceMetrics","status","updateTime"],"members":{"audienceModelArn":{},"audienceSizeConfig":{"shape":"Sd"},"childResourceTagOnCreatePolicy":{},"configuredAudienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"minMatchingSeedSize":{"type":"integer"},"name":{},"outputConfig":{"shape":"Sj"},"sharedAudienceMetrics":{"shape":"So"},"status":{},"tags":{"shape":"S5"},"updateTime":{"shape":"S8"}}}},"GetConfiguredAudienceModelPolicy":{"http":{"method":"GET","requestUri":"/configured-audience-model/{configuredAudienceModelArn}/policy","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"}}},"output":{"type":"structure","required":["configuredAudienceModelArn","configuredAudienceModelPolicy","policyHash"],"members":{"configuredAudienceModelArn":{},"configuredAudienceModelPolicy":{},"policyHash":{}}}},"GetTrainingDataset":{"http":{"method":"GET","requestUri":"/training-dataset/{trainingDatasetArn}","responseCode":200},"input":{"type":"structure","required":["trainingDatasetArn"],"members":{"trainingDatasetArn":{"location":"uri","locationName":"trainingDatasetArn"}}},"output":{"type":"structure","required":["createTime","name","roleArn","status","trainingData","trainingDatasetArn","updateTime"],"members":{"createTime":{"shape":"S8"},"description":{},"name":{},"roleArn":{},"status":{},"tags":{"shape":"S5"},"trainingData":{"type":"list","member":{"shape":"Su"}},"trainingDatasetArn":{},"updateTime":{"shape":"S8"}}}},"ListAudienceExportJobs":{"http":{"method":"GET","requestUri":"/audience-export-job","responseCode":200},"input":{"type":"structure","members":{"audienceGenerationJobArn":{"location":"querystring","locationName":"audienceGenerationJobArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["audienceExportJobs"],"members":{"audienceExportJobs":{"type":"list","member":{"type":"structure","required":["audienceGenerationJobArn","audienceSize","createTime","name","status","updateTime"],"members":{"audienceGenerationJobArn":{},"audienceSize":{"shape":"S1m"},"createTime":{"shape":"S8"},"description":{},"name":{},"outputLocation":{},"status":{},"statusDetails":{"shape":"S1p"},"updateTime":{"shape":"S8"}}}},"nextToken":{}}}},"ListAudienceGenerationJobs":{"http":{"method":"GET","requestUri":"/audience-generation-job","responseCode":200},"input":{"type":"structure","members":{"collaborationId":{"location":"querystring","locationName":"collaborationId"},"configuredAudienceModelArn":{"location":"querystring","locationName":"configuredAudienceModelArn"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["audienceGenerationJobs"],"members":{"audienceGenerationJobs":{"type":"list","member":{"type":"structure","required":["audienceGenerationJobArn","configuredAudienceModelArn","createTime","name","status","updateTime"],"members":{"audienceGenerationJobArn":{},"collaborationId":{},"configuredAudienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"name":{},"startedBy":{},"status":{},"updateTime":{"shape":"S8"}}}},"nextToken":{}}}},"ListAudienceModels":{"http":{"method":"GET","requestUri":"/audience-model","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["audienceModels"],"members":{"audienceModels":{"type":"list","member":{"type":"structure","required":["audienceModelArn","createTime","name","status","trainingDatasetArn","updateTime"],"members":{"audienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"name":{},"status":{},"trainingDatasetArn":{},"updateTime":{"shape":"S8"}}}},"nextToken":{}}}},"ListConfiguredAudienceModels":{"http":{"method":"GET","requestUri":"/configured-audience-model","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["configuredAudienceModels"],"members":{"configuredAudienceModels":{"type":"list","member":{"type":"structure","required":["audienceModelArn","configuredAudienceModelArn","createTime","name","outputConfig","status","updateTime"],"members":{"audienceModelArn":{},"configuredAudienceModelArn":{},"createTime":{"shape":"S8"},"description":{},"name":{},"outputConfig":{"shape":"Sj"},"status":{},"updateTime":{"shape":"S8"}}}},"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":"S5"}}}},"ListTrainingDatasets":{"http":{"method":"GET","requestUri":"/training-dataset","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["trainingDatasets"],"members":{"nextToken":{},"trainingDatasets":{"type":"list","member":{"type":"structure","required":["createTime","name","status","trainingDatasetArn","updateTime"],"members":{"createTime":{"shape":"S8"},"description":{},"name":{},"status":{},"trainingDatasetArn":{},"updateTime":{"shape":"S8"}}}}}}},"PutConfiguredAudienceModelPolicy":{"http":{"method":"PUT","requestUri":"/configured-audience-model/{configuredAudienceModelArn}/policy","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn","configuredAudienceModelPolicy"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"},"configuredAudienceModelPolicy":{},"policyExistenceCondition":{},"previousPolicyHash":{}}},"output":{"type":"structure","required":["configuredAudienceModelPolicy","policyHash"],"members":{"configuredAudienceModelPolicy":{},"policyHash":{}}},"idempotent":true},"StartAudienceExportJob":{"http":{"requestUri":"/audience-export-job","responseCode":200},"input":{"type":"structure","required":["audienceGenerationJobArn","audienceSize","name"],"members":{"audienceGenerationJobArn":{},"audienceSize":{"shape":"S1m"},"description":{},"name":{}}},"idempotent":true},"StartAudienceGenerationJob":{"http":{"requestUri":"/audience-generation-job","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn","name","seedAudience"],"members":{"collaborationId":{},"configuredAudienceModelArn":{},"description":{},"includeSeedInOutput":{"type":"boolean"},"name":{},"seedAudience":{"shape":"S1n"},"tags":{"shape":"S5"}}},"output":{"type":"structure","required":["audienceGenerationJobArn"],"members":{"audienceGenerationJobArn":{}}},"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},"UpdateConfiguredAudienceModel":{"http":{"method":"PATCH","requestUri":"/configured-audience-model/{configuredAudienceModelArn}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"audienceModelArn":{},"audienceSizeConfig":{"shape":"Sd"},"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"},"description":{},"minMatchingSeedSize":{"type":"integer"},"outputConfig":{"shape":"Sj"},"sharedAudienceMetrics":{"shape":"So"}}},"output":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{}},"S8":{"type":"timestamp","timestampFormat":"iso8601"},"Sd":{"type":"structure","required":["audienceSizeBins","audienceSizeType"],"members":{"audienceSizeBins":{"type":"list","member":{"type":"integer"}},"audienceSizeType":{}}},"Sj":{"type":"structure","required":["destination","roleArn"],"members":{"destination":{"type":"structure","required":["s3Destination"],"members":{"s3Destination":{"shape":"Sl"}}},"roleArn":{}}},"Sl":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"So":{"type":"list","member":{}},"Su":{"type":"structure","required":["inputConfig","type"],"members":{"inputConfig":{"type":"structure","required":["dataSource","schema"],"members":{"dataSource":{"type":"structure","required":["glueDataSource"],"members":{"glueDataSource":{"type":"structure","required":["databaseName","tableName"],"members":{"catalogId":{},"databaseName":{},"tableName":{}}}}},"schema":{"type":"list","member":{"type":"structure","required":["columnName","columnTypes"],"members":{"columnName":{},"columnTypes":{"type":"list","member":{}}}}}}},"type":{}}},"S1m":{"type":"structure","required":["type","value"],"members":{"type":{},"value":{"type":"integer"}}},"S1n":{"type":"structure","required":["dataSource","roleArn"],"members":{"dataSource":{"shape":"Sl"},"roleArn":{}}},"S1p":{"type":"structure","members":{"message":{},"statusCode":{}}}}}
/***/ }),
-/* 1395 */
+/* 1396 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAudienceExportJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"audienceExportJobs"},"ListAudienceGenerationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"audienceGenerationJobs"},"ListAudienceModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"audienceModels"},"ListConfiguredAudienceModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredAudienceModels"},"ListTrainingDatasets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"trainingDatasets"}}}
/***/ }),
-/* 1396 */
+/* 1397 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65505,8 +65513,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MarketplaceAgreement = Service.defineService('marketplaceagreement', ['2020-03-01']);
Object.defineProperty(apiLoader.services['marketplaceagreement'], '2020-03-01', {
get: function get() {
- var model = __webpack_require__(1397);
- model.paginators = __webpack_require__(1398).pagination;
+ var model = __webpack_require__(1398);
+ model.paginators = __webpack_require__(1399).pagination;
return model;
},
enumerable: true,
@@ -65517,19 +65525,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1397 */
+/* 1398 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-03-01","endpointPrefix":"agreement-marketplace","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"Agreement Service","serviceFullName":"AWS Marketplace Agreement Service","serviceId":"Marketplace Agreement","signatureVersion":"v4","signingName":"aws-marketplace","targetPrefix":"AWSMPCommerceService_v20200301","uid":"marketplace-agreement-2020-03-01"},"operations":{"DescribeAgreement":{"input":{"type":"structure","required":["agreementId"],"members":{"agreementId":{}}},"output":{"type":"structure","members":{"acceptanceTime":{"type":"timestamp"},"acceptor":{"shape":"S5"},"agreementId":{},"agreementType":{},"endTime":{"type":"timestamp"},"estimatedCharges":{"type":"structure","members":{"agreementValue":{},"currencyCode":{}}},"proposalSummary":{"shape":"Sb"},"proposer":{"shape":"Sg"},"startTime":{"type":"timestamp"},"status":{}}}},"GetAgreementTerms":{"input":{"type":"structure","required":["agreementId"],"members":{"agreementId":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"acceptedTerms":{"type":"list","member":{"type":"structure","members":{"byolPricingTerm":{"type":"structure","members":{"type":{}}},"configurableUpfrontPricingTerm":{"type":"structure","members":{"configuration":{"type":"structure","required":["dimensions","selectorValue"],"members":{"dimensions":{"type":"list","member":{"type":"structure","required":["dimensionKey","dimensionValue"],"members":{"dimensionKey":{},"dimensionValue":{"type":"integer"}}}},"selectorValue":{}}},"currencyCode":{},"rateCards":{"type":"list","member":{"type":"structure","members":{"constraints":{"type":"structure","members":{"multipleDimensionSelection":{},"quantityConfiguration":{}}},"rateCard":{"shape":"Sy"},"selector":{"type":"structure","members":{"type":{},"value":{}}}}}},"type":{}}},"fixedUpfrontPricingTerm":{"type":"structure","members":{"currencyCode":{},"duration":{},"grants":{"shape":"S12"},"price":{},"type":{}}},"freeTrialPricingTerm":{"type":"structure","members":{"duration":{},"grants":{"shape":"S12"},"type":{}}},"legalTerm":{"type":"structure","members":{"documents":{"type":"list","member":{"type":"structure","members":{"type":{},"url":{},"version":{}}}},"type":{}}},"paymentScheduleTerm":{"type":"structure","members":{"currencyCode":{},"schedule":{"type":"list","member":{"type":"structure","members":{"chargeAmount":{},"chargeDate":{"type":"timestamp"}}}},"type":{}}},"recurringPaymentTerm":{"type":"structure","members":{"billingPeriod":{},"currencyCode":{},"price":{},"type":{}}},"renewalTerm":{"type":"structure","members":{"configuration":{"type":"structure","required":["enableAutoRenew"],"members":{"enableAutoRenew":{"type":"boolean"}}},"type":{}}},"supportTerm":{"type":"structure","members":{"refundPolicy":{},"type":{}}},"usageBasedPricingTerm":{"type":"structure","members":{"currencyCode":{},"rateCards":{"type":"list","member":{"type":"structure","members":{"rateCard":{"shape":"Sy"}}}},"type":{}}},"validityTerm":{"type":"structure","members":{"agreementDuration":{},"agreementEndDate":{"type":"timestamp"},"agreementStartDate":{"type":"timestamp"},"type":{}}}},"union":true}},"nextToken":{}}}},"SearchAgreements":{"input":{"type":"structure","members":{"catalog":{},"filters":{"type":"list","member":{"type":"structure","members":{"name":{},"values":{"type":"list","member":{}}}}},"maxResults":{"type":"integer"},"nextToken":{},"sort":{"type":"structure","members":{"sortBy":{},"sortOrder":{}}}}},"output":{"type":"structure","members":{"agreementViewSummaries":{"type":"list","member":{"type":"structure","members":{"acceptanceTime":{"type":"timestamp"},"acceptor":{"shape":"S5"},"agreementId":{},"agreementType":{},"endTime":{"type":"timestamp"},"proposalSummary":{"shape":"Sb"},"proposer":{"shape":"Sg"},"startTime":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}}},"shapes":{"S5":{"type":"structure","members":{"accountId":{}}},"Sb":{"type":"structure","members":{"offerId":{},"resources":{"type":"list","member":{"type":"structure","members":{"id":{},"type":{}}}}}},"Sg":{"type":"structure","members":{"accountId":{}}},"Sy":{"type":"list","member":{"type":"structure","members":{"dimensionKey":{},"price":{}}}},"S12":{"type":"list","member":{"type":"structure","members":{"dimensionKey":{},"maxQuantity":{"type":"integer"}}}}}}
/***/ }),
-/* 1398 */
+/* 1399 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetAgreementTerms":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"},"SearchAgreements":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults"}}}
/***/ }),
-/* 1399 */
+/* 1400 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65541,8 +65549,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MarketplaceDeployment = Service.defineService('marketplacedeployment', ['2023-01-25']);
Object.defineProperty(apiLoader.services['marketplacedeployment'], '2023-01-25', {
get: function get() {
- var model = __webpack_require__(1400);
- model.paginators = __webpack_require__(1401).pagination;
+ var model = __webpack_require__(1401);
+ model.paginators = __webpack_require__(1402).pagination;
return model;
},
enumerable: true,
@@ -65553,19 +65561,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1400 */
+/* 1401 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-01-25","endpointPrefix":"deployment-marketplace","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Marketplace Deployment Service","serviceId":"Marketplace Deployment","signatureVersion":"v4","signingName":"aws-marketplace","uid":"marketplace-deployment-2023-01-25"},"operations":{"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":"S4"}}}},"PutDeploymentParameter":{"http":{"requestUri":"/catalogs/{catalog}/products/{productId}/deployment-parameters","responseCode":200},"input":{"type":"structure","required":["agreementId","catalog","deploymentParameter","productId"],"members":{"agreementId":{},"catalog":{"location":"uri","locationName":"catalog"},"clientToken":{"idempotencyToken":true},"deploymentParameter":{"type":"structure","required":["name","secretString"],"members":{"name":{},"secretString":{"type":"string","sensitive":true}}},"expirationDate":{"type":"timestamp","timestampFormat":"iso8601"},"productId":{"location":"uri","locationName":"productId"},"tags":{"shape":"Sd"}}},"output":{"type":"structure","required":["agreementId","deploymentParameterId","resourceArn"],"members":{"agreementId":{},"deploymentParameterId":{},"resourceArn":{},"tags":{"shape":"Sd"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S4"}}},"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}},"shapes":{"S4":{"type":"map","key":{},"value":{}},"Sd":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1401 */
+/* 1402 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1402 */
+/* 1403 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65577,9 +65585,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.NetworkMonitor = Service.defineService('networkmonitor', ['2023-08-01']);
Object.defineProperty(apiLoader.services['networkmonitor'], '2023-08-01', {
get: function get() {
- var model = __webpack_require__(1403);
- model.paginators = __webpack_require__(1404).pagination;
- model.waiters = __webpack_require__(1405).waiters;
+ var model = __webpack_require__(1404);
+ model.paginators = __webpack_require__(1405).pagination;
+ model.waiters = __webpack_require__(1406).waiters;
return model;
},
enumerable: true,
@@ -65590,25 +65598,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1403 */
+/* 1404 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-08-01","endpointPrefix":"networkmonitor","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon CloudWatch Network Monitor","serviceId":"NetworkMonitor","signatureVersion":"v4","signingName":"networkmonitor","uid":"networkmonitor-2023-08-01"},"operations":{"CreateMonitor":{"http":{"requestUri":"/monitors","responseCode":200},"input":{"type":"structure","required":["monitorName"],"members":{"monitorName":{},"probes":{"type":"list","member":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"probeTags":{"shape":"Sa"}}}},"aggregationPeriod":{"type":"long"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sa"}}},"output":{"type":"structure","required":["monitorArn","monitorName","state"],"members":{"monitorArn":{},"monitorName":{},"state":{},"aggregationPeriod":{"type":"long"},"tags":{"shape":"Sa"}}},"idempotent":true},"CreateProbe":{"http":{"requestUri":"/monitors/{monitorName}/probes","responseCode":200},"input":{"type":"structure","required":["monitorName","probe"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"},"probe":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"tags":{"shape":"Sa"}}},"clientToken":{"idempotencyToken":true},"tags":{"shape":"Sa"}}},"output":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"probeId":{},"probeArn":{},"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"addressFamily":{},"vpcId":{},"state":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Sa"}}},"idempotent":true},"DeleteMonitor":{"http":{"method":"DELETE","requestUri":"/monitors/{monitorName}","responseCode":200},"input":{"type":"structure","required":["monitorName"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProbe":{"http":{"method":"DELETE","requestUri":"/monitors/{monitorName}/probes/{probeId}","responseCode":200},"input":{"type":"structure","required":["monitorName","probeId"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"},"probeId":{"location":"uri","locationName":"probeId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetMonitor":{"http":{"method":"GET","requestUri":"/monitors/{monitorName}","responseCode":200},"input":{"type":"structure","required":["monitorName"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"}}},"output":{"type":"structure","required":["monitorArn","monitorName","state","aggregationPeriod","createdAt","modifiedAt"],"members":{"monitorArn":{},"monitorName":{},"state":{},"aggregationPeriod":{"type":"long"},"tags":{"shape":"Sa"},"probes":{"type":"list","member":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"probeId":{},"probeArn":{},"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"addressFamily":{},"vpcId":{},"state":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Sa"}}}},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"}}}},"GetProbe":{"http":{"method":"GET","requestUri":"/monitors/{monitorName}/probes/{probeId}","responseCode":200},"input":{"type":"structure","required":["monitorName","probeId"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"},"probeId":{"location":"uri","locationName":"probeId"}}},"output":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"probeId":{},"probeArn":{},"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"addressFamily":{},"vpcId":{},"state":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Sa"}}}},"ListMonitors":{"http":{"method":"GET","requestUri":"/monitors","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"state":{"location":"querystring","locationName":"state"}}},"output":{"type":"structure","required":["monitors"],"members":{"monitors":{"type":"list","member":{"type":"structure","required":["monitorArn","monitorName","state"],"members":{"monitorArn":{},"monitorName":{},"state":{},"aggregationPeriod":{"type":"long"},"tags":{"shape":"Sa"}}}},"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":"Sa"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sa"}}},"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},"UpdateMonitor":{"http":{"method":"PATCH","requestUri":"/monitors/{monitorName}","responseCode":200},"input":{"type":"structure","required":["monitorName","aggregationPeriod"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"},"aggregationPeriod":{"type":"long"}}},"output":{"type":"structure","required":["monitorArn","monitorName","state"],"members":{"monitorArn":{},"monitorName":{},"state":{},"aggregationPeriod":{"type":"long"},"tags":{"shape":"Sa"}}},"idempotent":true},"UpdateProbe":{"http":{"method":"PATCH","requestUri":"/monitors/{monitorName}/probes/{probeId}","responseCode":200},"input":{"type":"structure","required":["monitorName","probeId"],"members":{"monitorName":{"location":"uri","locationName":"monitorName"},"probeId":{"location":"uri","locationName":"probeId"},"state":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"}}},"output":{"type":"structure","required":["sourceArn","destination","protocol"],"members":{"probeId":{},"probeArn":{},"sourceArn":{},"destination":{},"destinationPort":{"type":"integer"},"protocol":{},"packetSize":{"type":"integer"},"addressFamily":{},"vpcId":{},"state":{},"createdAt":{"type":"timestamp"},"modifiedAt":{"type":"timestamp"},"tags":{"shape":"Sa"}}},"idempotent":true}},"shapes":{"Sa":{"type":"map","key":{},"value":{}}}}
/***/ }),
-/* 1404 */
+/* 1405 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListMonitors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"monitors"}}}
/***/ }),
-/* 1405 */
+/* 1406 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1406 */
+/* 1407 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65620,8 +65628,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.SupplyChain = Service.defineService('supplychain', ['2024-01-01']);
Object.defineProperty(apiLoader.services['supplychain'], '2024-01-01', {
get: function get() {
- var model = __webpack_require__(1407);
- model.paginators = __webpack_require__(1408).pagination;
+ var model = __webpack_require__(1408);
+ model.paginators = __webpack_require__(1409).pagination;
return model;
},
enumerable: true,
@@ -65632,19 +65640,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1407 */
+/* 1408 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2024-01-01","endpointPrefix":"scn","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Supply Chain","serviceId":"SupplyChain","signatureVersion":"v4","signingName":"scn","uid":"supplychain-2024-01-01"},"operations":{"CreateBillOfMaterialsImportJob":{"http":{"requestUri":"/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs","responseCode":200},"input":{"type":"structure","required":["instanceId","s3uri"],"members":{"instanceId":{"location":"uri","locationName":"instanceId"},"s3uri":{},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"idempotent":true},"GetBillOfMaterialsImportJob":{"http":{"method":"GET","requestUri":"/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["instanceId","jobId"],"members":{"instanceId":{"location":"uri","locationName":"instanceId"},"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["job"],"members":{"job":{"type":"structure","required":["instanceId","jobId","status","s3uri"],"members":{"instanceId":{},"jobId":{},"status":{},"s3uri":{},"message":{}}}}}},"SendDataIntegrationEvent":{"http":{"requestUri":"/api-data/data-integration/instance/{instanceId}/data-integration-events","responseCode":200},"input":{"type":"structure","required":["instanceId","eventType","data","eventGroupId"],"members":{"instanceId":{"location":"uri","locationName":"instanceId"},"eventType":{},"data":{"type":"string","sensitive":true},"eventGroupId":{},"eventTimestamp":{"type":"timestamp","timestampFormat":"unixTimestamp"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["eventId"],"members":{"eventId":{}}},"idempotent":true}},"shapes":{}}
/***/ }),
-/* 1408 */
+/* 1409 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1409 */
+/* 1410 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65656,8 +65664,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Artifact = Service.defineService('artifact', ['2018-05-10']);
Object.defineProperty(apiLoader.services['artifact'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1410);
- model.paginators = __webpack_require__(1411).pagination;
+ var model = __webpack_require__(1411);
+ model.paginators = __webpack_require__(1412).pagination;
return model;
},
enumerable: true,
@@ -65668,19 +65676,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1410 */
+/* 1411 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"artifact","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Artifact","serviceId":"Artifact","signatureVersion":"v4","signingName":"artifact","uid":"artifact-2018-05-10"},"operations":{"GetAccountSettings":{"http":{"method":"GET","requestUri":"/v1/account-settings/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"accountSettings":{"shape":"S3"}}}},"GetReport":{"http":{"method":"GET","requestUri":"/v1/report/get","responseCode":200},"input":{"type":"structure","required":["reportId","termToken"],"members":{"reportId":{"location":"querystring","locationName":"reportId"},"reportVersion":{"location":"querystring","locationName":"reportVersion","type":"long"},"termToken":{"location":"querystring","locationName":"termToken"}}},"output":{"type":"structure","members":{"documentPresignedUrl":{}}}},"GetReportMetadata":{"http":{"method":"GET","requestUri":"/v1/report/getMetadata","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{"location":"querystring","locationName":"reportId"},"reportVersion":{"location":"querystring","locationName":"reportVersion","type":"long"}}},"output":{"type":"structure","members":{"reportDetails":{"type":"structure","members":{"acceptanceType":{},"arn":{},"category":{},"companyName":{},"createdAt":{"shape":"Sg"},"deletedAt":{"shape":"Sg"},"description":{},"id":{},"lastModifiedAt":{"shape":"Sg"},"name":{},"periodEnd":{"shape":"Sg"},"periodStart":{"shape":"Sg"},"productName":{},"sequenceNumber":{"type":"long"},"series":{},"state":{},"statusMessage":{},"termArn":{},"uploadState":{},"version":{"type":"long"}}}}}},"GetTermForReport":{"http":{"method":"GET","requestUri":"/v1/report/getTermForReport","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{"location":"querystring","locationName":"reportId"},"reportVersion":{"location":"querystring","locationName":"reportVersion","type":"long"}}},"output":{"type":"structure","members":{"documentPresignedUrl":{},"termToken":{}}}},"ListReports":{"http":{"method":"GET","requestUri":"/v1/report/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"reports":{"type":"list","member":{"type":"structure","members":{"arn":{},"category":{},"companyName":{},"description":{},"id":{},"name":{},"periodEnd":{"shape":"Sg"},"periodStart":{"shape":"Sg"},"productName":{},"series":{},"state":{},"statusMessage":{},"uploadState":{},"version":{"type":"long"}}}}}}},"PutAccountSettings":{"http":{"method":"PUT","requestUri":"/v1/account-settings/put","responseCode":200},"input":{"type":"structure","members":{"notificationSubscriptionStatus":{}}},"output":{"type":"structure","members":{"accountSettings":{"shape":"S3"}}},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"notificationSubscriptionStatus":{}}},"Sg":{"type":"timestamp","timestampFormat":"iso8601"}}}
/***/ }),
-/* 1411 */
+/* 1412 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListReports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"reports"}}}
/***/ }),
-/* 1412 */
+/* 1413 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65692,8 +65700,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Chatbot = Service.defineService('chatbot', ['2017-10-11']);
Object.defineProperty(apiLoader.services['chatbot'], '2017-10-11', {
get: function get() {
- var model = __webpack_require__(1413);
- model.paginators = __webpack_require__(1414).pagination;
+ var model = __webpack_require__(1414);
+ model.paginators = __webpack_require__(1415).pagination;
return model;
},
enumerable: true,
@@ -65704,19 +65712,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1413 */
+/* 1414 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-11","endpointPrefix":"chatbot","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Chatbot","serviceId":"chatbot","signatureVersion":"v4","uid":"chatbot-2017-10-11"},"operations":{"CreateChimeWebhookConfiguration":{"http":{"requestUri":"/create-chime-webhook-configuration","responseCode":201},"input":{"type":"structure","required":["WebhookDescription","WebhookUrl","SnsTopicArns","IamRoleArn","ConfigurationName"],"members":{"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"S9"}}}},"CreateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/create-ms-teams-channel-configuration","responseCode":201},"input":{"type":"structure","required":["ChannelId","TeamId","TenantId","IamRoleArn","ConfigurationName"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sk"}}}},"CreateSlackChannelConfiguration":{"http":{"requestUri":"/create-slack-channel-configuration","responseCode":201},"input":{"type":"structure","required":["SlackTeamId","SlackChannelId","IamRoleArn","ConfigurationName"],"members":{"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sr"}}}},"DeleteChimeWebhookConfiguration":{"http":{"requestUri":"/delete-chime-webhook-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/delete-ms-teams-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsConfiguredTeam":{"http":{"requestUri":"/delete-ms-teams-configured-teams","responseCode":204},"input":{"type":"structure","required":["TeamId"],"members":{"TeamId":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsUserIdentity":{"http":{"requestUri":"/delete-ms-teams-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","UserId"],"members":{"ChatConfigurationArn":{},"UserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackChannelConfiguration":{"http":{"requestUri":"/delete-slack-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackUserIdentity":{"http":{"requestUri":"/delete-slack-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackWorkspaceAuthorization":{"http":{"requestUri":"/delete-slack-workspace-authorization","responseCode":204},"input":{"type":"structure","required":["SlackTeamId"],"members":{"SlackTeamId":{}}},"output":{"type":"structure","members":{}}},"DescribeChimeWebhookConfigurations":{"http":{"requestUri":"/describe-chime-webhook-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"WebhookConfigurations":{"type":"list","member":{"shape":"S9"}}}}},"DescribeSlackChannelConfigurations":{"http":{"requestUri":"/describe-slack-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"SlackChannelConfigurations":{"type":"list","member":{"shape":"Sr"}}}}},"DescribeSlackUserIdentities":{"http":{"requestUri":"/describe-slack-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SlackUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{},"AwsUserIdentity":{}}}},"NextToken":{}}}},"DescribeSlackWorkspaces":{"http":{"requestUri":"/describe-slack-workspaces","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SlackWorkspaces":{"type":"list","member":{"type":"structure","required":["SlackTeamId","SlackTeamName"],"members":{"SlackTeamId":{},"SlackTeamName":{}}}},"NextToken":{}}}},"GetAccountPreferences":{"http":{"requestUri":"/get-account-preferences","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1r"}}}},"GetMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/get-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sk"}}}},"ListMicrosoftTeamsChannelConfigurations":{"http":{"requestUri":"/list-ms-teams-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"TeamId":{}}},"output":{"type":"structure","members":{"NextToken":{},"TeamChannelConfigurations":{"type":"list","member":{"shape":"Sk"}}}}},"ListMicrosoftTeamsConfiguredTeams":{"http":{"requestUri":"/list-ms-teams-configured-teams","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ConfiguredTeams":{"type":"list","member":{"type":"structure","required":["TenantId","TeamId"],"members":{"TenantId":{},"TeamId":{},"TeamName":{}}}},"NextToken":{}}}},"ListMicrosoftTeamsUserIdentities":{"http":{"requestUri":"/list-ms-teams-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TeamsUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","TeamId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"TeamId":{},"UserId":{},"AwsUserIdentity":{},"TeamsChannelId":{},"TeamsTenantId":{}}}},"NextToken":{}}}},"UpdateAccountPreferences":{"http":{"requestUri":"/update-account-preferences","responseCode":200},"input":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1r"}}}},"UpdateChimeWebhookConfiguration":{"http":{"requestUri":"/update-chime-webhook-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{},"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"S9"}}}},"UpdateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/update-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","ChannelId"],"members":{"ChatConfigurationArn":{},"ChannelId":{},"ChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sk"}}}},"UpdateSlackChannelConfiguration":{"http":{"requestUri":"/update-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","SlackChannelId"],"members":{"ChatConfigurationArn":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sr"}}}}},"shapes":{"S4":{"type":"list","member":{}},"S9":{"type":"structure","required":["WebhookDescription","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"WebhookDescription":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{}}},"Sg":{"type":"list","member":{}},"Sk":{"type":"structure","required":["ChannelId","TeamId","TenantId","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"Sr":{"type":"structure","required":["SlackTeamName","SlackTeamId","SlackChannelId","SlackChannelName","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"SlackTeamName":{},"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sg"},"UserAuthorizationRequired":{"type":"boolean"}}},"S1r":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}}}}
/***/ }),
-/* 1414 */
+/* 1415 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"DescribeChimeWebhookConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"DescribeSlackWorkspaces":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsChannelConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsConfiguredTeams":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListMicrosoftTeamsUserIdentities":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1415 */
+/* 1416 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65728,8 +65736,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.TimestreamInfluxDB = Service.defineService('timestreaminfluxdb', ['2023-01-27']);
Object.defineProperty(apiLoader.services['timestreaminfluxdb'], '2023-01-27', {
get: function get() {
- var model = __webpack_require__(1416);
- model.paginators = __webpack_require__(1417).pagination;
+ var model = __webpack_require__(1417);
+ model.paginators = __webpack_require__(1418).pagination;
return model;
},
enumerable: true,
@@ -65740,19 +65748,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1416 */
+/* 1417 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-01-27","endpointPrefix":"timestream-influxdb","jsonVersion":"1.0","protocol":"json","ripServiceName":"timestream-influxdb","serviceAbbreviation":"Timestream InfluxDB","serviceFullName":"Timestream InfluxDB","serviceId":"Timestream InfluxDB","signatureVersion":"v4","signingName":"timestream-influxdb","targetPrefix":"AmazonTimestreamInfluxDB","uid":"timestream-influxdb-2023-01-27"},"operations":{"CreateDbInstance":{"input":{"type":"structure","required":["name","password","dbInstanceType","vpcSubnetIds","vpcSecurityGroupIds","allocatedStorage"],"members":{"name":{},"username":{"type":"string","sensitive":true},"password":{"type":"string","sensitive":true},"organization":{},"bucket":{},"dbInstanceType":{},"vpcSubnetIds":{"shape":"S8"},"vpcSecurityGroupIds":{"shape":"Sa"},"publiclyAccessible":{"type":"boolean"},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"dbParameterGroupIdentifier":{},"deploymentType":{},"logDeliveryConfiguration":{"shape":"Sh"},"tags":{"shape":"Sk"}}},"output":{"type":"structure","required":["id","name","arn","vpcSubnetIds"],"members":{"id":{},"name":{},"arn":{},"status":{},"endpoint":{},"dbInstanceType":{},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"deploymentType":{},"vpcSubnetIds":{"shape":"S8"},"publiclyAccessible":{"type":"boolean"},"vpcSecurityGroupIds":{"shape":"Sa"},"dbParameterGroupIdentifier":{},"availabilityZone":{},"secondaryAvailabilityZone":{},"logDeliveryConfiguration":{"shape":"Sh"},"influxAuthParametersSecretArn":{}}},"idempotent":true},"CreateDbParameterGroup":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"parameters":{"shape":"Sv"},"tags":{"shape":"Sk"}}},"output":{"type":"structure","required":["id","name","arn"],"members":{"id":{},"name":{},"arn":{},"description":{},"parameters":{"shape":"Sv"}}},"idempotent":true},"DeleteDbInstance":{"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}},"output":{"type":"structure","required":["id","name","arn","vpcSubnetIds"],"members":{"id":{},"name":{},"arn":{},"status":{},"endpoint":{},"dbInstanceType":{},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"deploymentType":{},"vpcSubnetIds":{"shape":"S8"},"publiclyAccessible":{"type":"boolean"},"vpcSecurityGroupIds":{"shape":"Sa"},"dbParameterGroupIdentifier":{},"availabilityZone":{},"secondaryAvailabilityZone":{},"logDeliveryConfiguration":{"shape":"Sh"},"influxAuthParametersSecretArn":{}}},"idempotent":true},"GetDbInstance":{"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}},"output":{"type":"structure","required":["id","name","arn","vpcSubnetIds"],"members":{"id":{},"name":{},"arn":{},"status":{},"endpoint":{},"dbInstanceType":{},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"deploymentType":{},"vpcSubnetIds":{"shape":"S8"},"publiclyAccessible":{"type":"boolean"},"vpcSecurityGroupIds":{"shape":"Sa"},"dbParameterGroupIdentifier":{},"availabilityZone":{},"secondaryAvailabilityZone":{},"logDeliveryConfiguration":{"shape":"Sh"},"influxAuthParametersSecretArn":{}}}},"GetDbParameterGroup":{"input":{"type":"structure","required":["identifier"],"members":{"identifier":{}}},"output":{"type":"structure","required":["id","name","arn"],"members":{"id":{},"name":{},"arn":{},"description":{},"parameters":{"shape":"Sv"}}}},"ListDbInstances":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","arn"],"members":{"id":{},"name":{},"arn":{},"status":{},"endpoint":{},"dbInstanceType":{},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"deploymentType":{}}}},"nextToken":{}}}},"ListDbParameterGroups":{"input":{"type":"structure","members":{"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","arn"],"members":{"id":{},"name":{},"arn":{},"description":{}}}},"nextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"type":"map","key":{},"value":{}}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"Sk"}}},"idempotent":true},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"idempotent":true},"UpdateDbInstance":{"input":{"type":"structure","required":["identifier"],"members":{"identifier":{},"logDeliveryConfiguration":{"shape":"Sh"},"dbParameterGroupIdentifier":{}}},"output":{"type":"structure","required":["id","name","arn","vpcSubnetIds"],"members":{"id":{},"name":{},"arn":{},"status":{},"endpoint":{},"dbInstanceType":{},"dbStorageType":{},"allocatedStorage":{"type":"integer"},"deploymentType":{},"vpcSubnetIds":{"shape":"S8"},"publiclyAccessible":{"type":"boolean"},"vpcSecurityGroupIds":{"shape":"Sa"},"dbParameterGroupIdentifier":{},"availabilityZone":{},"secondaryAvailabilityZone":{},"logDeliveryConfiguration":{"shape":"Sh"},"influxAuthParametersSecretArn":{}}},"idempotent":true}},"shapes":{"S8":{"type":"list","member":{}},"Sa":{"type":"list","member":{}},"Sh":{"type":"structure","required":["s3Configuration"],"members":{"s3Configuration":{"type":"structure","required":["bucketName","enabled"],"members":{"bucketName":{},"enabled":{"type":"boolean"}}}}},"Sk":{"type":"map","key":{},"value":{}},"Sv":{"type":"structure","members":{"InfluxDBv2":{"type":"structure","members":{"fluxLogEnabled":{"type":"boolean"},"logLevel":{},"noTasks":{"type":"boolean"},"queryConcurrency":{"type":"integer"},"queryQueueSize":{"type":"integer"},"tracingType":{},"metricsDisabled":{"type":"boolean"}}}},"union":true}}}
/***/ }),
-/* 1417 */
+/* 1418 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListDbInstances":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDbParameterGroups":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
/***/ }),
-/* 1418 */
+/* 1419 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65764,8 +65772,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.CodeConnections = Service.defineService('codeconnections', ['2023-12-01']);
Object.defineProperty(apiLoader.services['codeconnections'], '2023-12-01', {
get: function get() {
- var model = __webpack_require__(1419);
- model.paginators = __webpack_require__(1420).pagination;
+ var model = __webpack_require__(1420);
+ model.paginators = __webpack_require__(1421).pagination;
return model;
},
enumerable: true,
@@ -65776,19 +65784,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1419 */
+/* 1420 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-12-01","endpointPrefix":"codeconnections","jsonVersion":"1.0","protocol":"json","serviceFullName":"AWS CodeConnections","serviceId":"CodeConnections","signatureVersion":"v4","signingName":"codeconnections","targetPrefix":"com.amazonaws.codeconnections.CodeConnections_20231201","uid":"codeconnections-2023-12-01"},"operations":{"CreateConnection":{"input":{"type":"structure","required":["ConnectionName"],"members":{"ProviderType":{},"ConnectionName":{},"Tags":{"shape":"S4"},"HostArn":{}}},"output":{"type":"structure","required":["ConnectionArn"],"members":{"ConnectionArn":{},"Tags":{"shape":"S4"}}}},"CreateHost":{"input":{"type":"structure","required":["Name","ProviderType","ProviderEndpoint"],"members":{"Name":{},"ProviderType":{},"ProviderEndpoint":{},"VpcConfiguration":{"shape":"Se"},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"HostArn":{},"Tags":{"shape":"S4"}}}},"CreateRepositoryLink":{"input":{"type":"structure","required":["ConnectionArn","OwnerId","RepositoryName"],"members":{"ConnectionArn":{},"OwnerId":{},"RepositoryName":{},"EncryptionKeyArn":{},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["RepositoryLinkInfo"],"members":{"RepositoryLinkInfo":{"shape":"Sr"}}}},"CreateSyncConfiguration":{"input":{"type":"structure","required":["Branch","ConfigFile","RepositoryLinkId","ResourceName","RoleArn","SyncType"],"members":{"Branch":{},"ConfigFile":{},"RepositoryLinkId":{},"ResourceName":{},"RoleArn":{},"SyncType":{},"PublishDeploymentStatus":{},"TriggerResourceUpdateOn":{}}},"output":{"type":"structure","required":["SyncConfiguration"],"members":{"SyncConfiguration":{"shape":"S13"}}}},"DeleteConnection":{"input":{"type":"structure","required":["ConnectionArn"],"members":{"ConnectionArn":{}}},"output":{"type":"structure","members":{}}},"DeleteHost":{"input":{"type":"structure","required":["HostArn"],"members":{"HostArn":{}}},"output":{"type":"structure","members":{}}},"DeleteRepositoryLink":{"input":{"type":"structure","required":["RepositoryLinkId"],"members":{"RepositoryLinkId":{}}},"output":{"type":"structure","members":{}}},"DeleteSyncConfiguration":{"input":{"type":"structure","required":["SyncType","ResourceName"],"members":{"SyncType":{},"ResourceName":{}}},"output":{"type":"structure","members":{}}},"GetConnection":{"input":{"type":"structure","required":["ConnectionArn"],"members":{"ConnectionArn":{}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1e"}}}},"GetHost":{"input":{"type":"structure","required":["HostArn"],"members":{"HostArn":{}}},"output":{"type":"structure","members":{"Name":{},"Status":{},"ProviderType":{},"ProviderEndpoint":{},"VpcConfiguration":{"shape":"Se"}}}},"GetRepositoryLink":{"input":{"type":"structure","required":["RepositoryLinkId"],"members":{"RepositoryLinkId":{}}},"output":{"type":"structure","required":["RepositoryLinkInfo"],"members":{"RepositoryLinkInfo":{"shape":"Sr"}}}},"GetRepositorySyncStatus":{"input":{"type":"structure","required":["Branch","RepositoryLinkId","SyncType"],"members":{"Branch":{},"RepositoryLinkId":{},"SyncType":{}}},"output":{"type":"structure","required":["LatestSync"],"members":{"LatestSync":{"type":"structure","required":["StartedAt","Status","Events"],"members":{"StartedAt":{"type":"timestamp"},"Status":{},"Events":{"type":"list","member":{"type":"structure","required":["Event","Time","Type"],"members":{"Event":{},"ExternalId":{},"Time":{"type":"timestamp"},"Type":{}}}}}}}}},"GetResourceSyncStatus":{"input":{"type":"structure","required":["ResourceName","SyncType"],"members":{"ResourceName":{},"SyncType":{}}},"output":{"type":"structure","required":["LatestSync"],"members":{"DesiredState":{"shape":"S1y"},"LatestSuccessfulSync":{"shape":"S21"},"LatestSync":{"shape":"S21"}}}},"GetSyncBlockerSummary":{"input":{"type":"structure","required":["SyncType","ResourceName"],"members":{"SyncType":{},"ResourceName":{}}},"output":{"type":"structure","required":["SyncBlockerSummary"],"members":{"SyncBlockerSummary":{"type":"structure","required":["ResourceName"],"members":{"ResourceName":{},"ParentResourceName":{},"LatestBlockers":{"type":"list","member":{"shape":"S2a"}}}}}}},"GetSyncConfiguration":{"input":{"type":"structure","required":["SyncType","ResourceName"],"members":{"SyncType":{},"ResourceName":{}}},"output":{"type":"structure","required":["SyncConfiguration"],"members":{"SyncConfiguration":{"shape":"S13"}}}},"ListConnections":{"input":{"type":"structure","members":{"ProviderTypeFilter":{},"HostArnFilter":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S1e"}},"NextToken":{}}}},"ListHosts":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Hosts":{"type":"list","member":{"type":"structure","members":{"Name":{},"HostArn":{},"ProviderType":{},"ProviderEndpoint":{},"VpcConfiguration":{"shape":"Se"},"Status":{},"StatusMessage":{}}}},"NextToken":{}}}},"ListRepositoryLinks":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["RepositoryLinks"],"members":{"RepositoryLinks":{"type":"list","member":{"shape":"Sr"}},"NextToken":{}}}},"ListRepositorySyncDefinitions":{"input":{"type":"structure","required":["RepositoryLinkId","SyncType"],"members":{"RepositoryLinkId":{},"SyncType":{}}},"output":{"type":"structure","required":["RepositorySyncDefinitions"],"members":{"RepositorySyncDefinitions":{"type":"list","member":{"type":"structure","required":["Branch","Directory","Parent","Target"],"members":{"Branch":{},"Directory":{},"Parent":{},"Target":{}}}},"NextToken":{}}}},"ListSyncConfigurations":{"input":{"type":"structure","required":["RepositoryLinkId","SyncType"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"RepositoryLinkId":{},"SyncType":{}}},"output":{"type":"structure","required":["SyncConfigurations"],"members":{"SyncConfigurations":{"type":"list","member":{"shape":"S13"}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S4"}}}},"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":{}}},"UpdateHost":{"input":{"type":"structure","required":["HostArn"],"members":{"HostArn":{},"ProviderEndpoint":{},"VpcConfiguration":{"shape":"Se"}}},"output":{"type":"structure","members":{}}},"UpdateRepositoryLink":{"input":{"type":"structure","required":["RepositoryLinkId"],"members":{"ConnectionArn":{},"EncryptionKeyArn":{},"RepositoryLinkId":{}}},"output":{"type":"structure","required":["RepositoryLinkInfo"],"members":{"RepositoryLinkInfo":{"shape":"Sr"}}}},"UpdateSyncBlocker":{"input":{"type":"structure","required":["Id","SyncType","ResourceName","ResolvedReason"],"members":{"Id":{},"SyncType":{},"ResourceName":{},"ResolvedReason":{}}},"output":{"type":"structure","required":["ResourceName","SyncBlocker"],"members":{"ResourceName":{},"ParentResourceName":{},"SyncBlocker":{"shape":"S2a"}}}},"UpdateSyncConfiguration":{"input":{"type":"structure","required":["ResourceName","SyncType"],"members":{"Branch":{},"ConfigFile":{},"RepositoryLinkId":{},"ResourceName":{},"RoleArn":{},"SyncType":{},"PublishDeploymentStatus":{},"TriggerResourceUpdateOn":{}}},"output":{"type":"structure","required":["SyncConfiguration"],"members":{"SyncConfiguration":{"shape":"S13"}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Se":{"type":"structure","required":["VpcId","SubnetIds","SecurityGroupIds"],"members":{"VpcId":{},"SubnetIds":{"type":"list","member":{}},"SecurityGroupIds":{"type":"list","member":{}},"TlsCertificate":{}}},"Sr":{"type":"structure","required":["ConnectionArn","OwnerId","ProviderType","RepositoryLinkArn","RepositoryLinkId","RepositoryName"],"members":{"ConnectionArn":{},"EncryptionKeyArn":{},"OwnerId":{},"ProviderType":{},"RepositoryLinkArn":{},"RepositoryLinkId":{},"RepositoryName":{}}},"S13":{"type":"structure","required":["Branch","OwnerId","ProviderType","RepositoryLinkId","RepositoryName","ResourceName","RoleArn","SyncType"],"members":{"Branch":{},"ConfigFile":{},"OwnerId":{},"ProviderType":{},"RepositoryLinkId":{},"RepositoryName":{},"ResourceName":{},"RoleArn":{},"SyncType":{},"PublishDeploymentStatus":{},"TriggerResourceUpdateOn":{}}},"S1e":{"type":"structure","members":{"ConnectionName":{},"ConnectionArn":{},"ProviderType":{},"OwnerAccountId":{},"ConnectionStatus":{},"HostArn":{}}},"S1y":{"type":"structure","required":["Branch","Directory","OwnerId","RepositoryName","ProviderType","Sha"],"members":{"Branch":{},"Directory":{},"OwnerId":{},"RepositoryName":{},"ProviderType":{},"Sha":{}}},"S21":{"type":"structure","required":["Events","InitialRevision","StartedAt","Status","TargetRevision","Target"],"members":{"Events":{"type":"list","member":{"type":"structure","required":["Event","Time","Type"],"members":{"Event":{},"ExternalId":{},"Time":{"type":"timestamp"},"Type":{}}}},"InitialRevision":{"shape":"S1y"},"StartedAt":{"type":"timestamp"},"Status":{},"TargetRevision":{"shape":"S1y"},"Target":{}}},"S2a":{"type":"structure","required":["Id","Type","Status","CreatedReason","CreatedAt"],"members":{"Id":{},"Type":{},"Status":{},"CreatedReason":{},"CreatedAt":{"type":"timestamp"},"Contexts":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"ResolvedReason":{},"ResolvedAt":{"type":"timestamp"}}}}}
/***/ }),
-/* 1420 */
+/* 1421 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListHosts":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListRepositoryLinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListSyncConfigurations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}}
/***/ }),
-/* 1421 */
+/* 1422 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65800,9 +65808,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Deadline = Service.defineService('deadline', ['2023-10-12']);
Object.defineProperty(apiLoader.services['deadline'], '2023-10-12', {
get: function get() {
- var model = __webpack_require__(1422);
- model.paginators = __webpack_require__(1423).pagination;
- model.waiters = __webpack_require__(1424).waiters;
+ var model = __webpack_require__(1423);
+ model.paginators = __webpack_require__(1424).pagination;
+ model.waiters = __webpack_require__(1425).waiters;
return model;
},
enumerable: true,
@@ -65813,25 +65821,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1422 */
+/* 1423 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-10-12","endpointPrefix":"deadline","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWSDeadlineCloud","serviceId":"deadline","signatureVersion":"v4","signingName":"deadline","uid":"deadline-2023-10-12"},"operations":{"AssociateMemberToFarm":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToFleet":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToJob":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","jobId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"jobId":{"location":"uri","locationName":"jobId"},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToQueue":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssumeFleetRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeFleetRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/fleet-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"AssumeQueueRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForUser":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/user-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/queue-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"querystring","locationName":"queueId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"BatchGetJobEntity":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/batchGetJobEntity","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","identifiers","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"identifiers":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["environmentId","jobId"],"members":{"environmentId":{},"jobId":{}}},"jobAttachmentDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"jobDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"stepDetails":{"type":"structure","required":["jobId","stepId"],"members":{"jobId":{},"stepId":{}}}},"union":true}},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["entities","errors"],"members":{"entities":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["environmentId","jobId","schemaVersion","template"],"members":{"environmentId":{},"jobId":{},"schemaVersion":{},"template":{"shape":"S1b"}}},"jobAttachmentDetails":{"type":"structure","required":["attachments","jobId"],"members":{"attachments":{"shape":"S1d"},"jobId":{}}},"jobDetails":{"type":"structure","required":["jobId","logGroupName","schemaVersion"],"members":{"jobAttachmentSettings":{"shape":"S1p"},"jobId":{},"jobRunAsUser":{"shape":"S1s"},"logGroupName":{},"parameters":{"shape":"S20"},"pathMappingRules":{"type":"list","member":{"type":"structure","required":["destinationPath","sourcePath","sourcePathFormat"],"members":{"destinationPath":{},"sourcePath":{},"sourcePathFormat":{}},"sensitive":true}},"queueRoleArn":{},"schemaVersion":{}}},"stepDetails":{"type":"structure","required":["dependencies","jobId","schemaVersion","stepId","template"],"members":{"dependencies":{"type":"list","member":{}},"jobId":{},"schemaVersion":{},"stepId":{},"template":{"shape":"S1b"}}}},"union":true}},"errors":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["code","environmentId","jobId","message"],"members":{"code":{},"environmentId":{},"jobId":{},"message":{}}},"jobAttachmentDetails":{"type":"structure","required":["code","jobId","message"],"members":{"code":{},"jobId":{},"message":{}}},"jobDetails":{"type":"structure","required":["code","jobId","message"],"members":{"code":{},"jobId":{},"message":{}}},"stepDetails":{"type":"structure","required":["code","jobId","message","stepId"],"members":{"code":{},"jobId":{},"message":{},"stepId":{}}}},"union":true}}}},"endpoint":{"hostPrefix":"scheduling."}},"CopyJobTemplate":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/template","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","targetS3Location"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"targetS3Location":{"type":"structure","required":["bucketName","key"],"members":{"bucketName":{},"key":{}}}}},"output":{"type":"structure","required":["templateType"],"members":{"templateType":{}}},"endpoint":{"hostPrefix":"management."}},"CreateBudget":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["actions","approximateDollarLimit","displayName","farmId","schedule","usageTrackingResource"],"members":{"actions":{"shape":"S2o"},"approximateDollarLimit":{"type":"float"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"schedule":{"shape":"S2w"},"usageTrackingResource":{"shape":"S30"}}},"output":{"type":"structure","required":["budgetId"],"members":{"budgetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFarm":{"http":{"requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","required":["displayName"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"kmsKeyArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["farmId"],"members":{"farmId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFleet":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["configuration","displayName","farmId","maxWorkerCount","roleArn"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"configuration":{"shape":"S38"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["fleetId"],"members":{"fleetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateJob":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":201},"input":{"type":"structure","required":["farmId","priority","queueId","template","templateType"],"members":{"attachments":{"shape":"S1d"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"parameters":{"shape":"S20"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"storageProfileId":{},"targetTaskRunStatus":{},"template":{"type":"string","sensitive":true},"templateType":{}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateLicenseEndpoint":{"http":{"requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","required":["securityGroupIds","subnetIds","vpcId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"tags":{"shape":"S35"},"vpcId":{}}},"output":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateMonitor":{"http":{"requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","required":["displayName","identityCenterInstanceArn","roleArn","subdomain"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"identityCenterInstanceArn":{},"roleArn":{},"subdomain":{}}},"output":{"type":"structure","required":["identityCenterApplicationArn","monitorId"],"members":{"identityCenterApplicationArn":{},"monitorId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueue":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["displayName","farmId"],"members":{"allowedStorageProfileIds":{"shape":"S4v"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"requiredFileSystemLocationNames":{"shape":"S4x"},"roleArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["queueId"],"members":{"queueId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueEnvironment":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","priority","queueId","template","templateType"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"template":{"shape":"S51"},"templateType":{}}},"output":{"type":"structure","required":["queueEnvironmentId"],"members":{"queueEnvironmentId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueFleetAssociation":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{},"queueId":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateStorageProfile":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["displayName","farmId","osFamily"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fileSystemLocations":{"shape":"S58"},"osFamily":{}}},"output":{"type":"structure","required":["storageProfileId"],"members":{"storageProfileId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateWorker":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"hostProperties":{"shape":"S5e"}}},"output":{"type":"structure","required":["workerId"],"members":{"workerId":{}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"DeleteBudget":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"budgetId":{"location":"uri","locationName":"budgetId"},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteLicenseEndpoint":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMeteredProduct":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMonitor":{"http":{"method":"DELETE","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueEnvironment":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueFleetAssociation":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteStorageProfile":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteWorker":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromJob":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","principalId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"principalId":{"location":"uri","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"GetBudget":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"budgetId":{"location":"uri","locationName":"budgetId"},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","required":["actions","approximateDollarLimit","budgetId","createdAt","createdBy","displayName","schedule","status","usageTrackingResource","usages"],"members":{"actions":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"description":{"shape":"S2q"},"thresholdPercentage":{"type":"float"},"type":{}}}},"approximateDollarLimit":{"type":"float"},"budgetId":{},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"queueStoppedAt":{"shape":"S6n"},"schedule":{"shape":"S2w"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"usageTrackingResource":{"shape":"S30"},"usages":{"shape":"S6q"}}},"endpoint":{"hostPrefix":"management."}},"GetFarm":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","farmId","kmsKeyArn"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"kmsKeyArn":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetFleet":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["configuration","createdAt","createdBy","displayName","farmId","fleetId","maxWorkerCount","minWorkerCount","roleArn","status","workerCount"],"members":{"autoScalingStatus":{},"capabilities":{"type":"structure","members":{"amounts":{"type":"list","member":{"shape":"S3k"}},"attributes":{"type":"list","member":{"shape":"S3o"}}}},"configuration":{"shape":"S38"},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"fleetId":{},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{},"status":{},"targetWorkerCount":{"type":"integer"},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerCount":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"GetJob":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","jobId","lifecycleStatus","lifecycleStatusMessage","name","priority"],"members":{"attachments":{"shape":"S1d"},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"type":"string","sensitive":true},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"parameters":{"shape":"S20"},"priority":{"type":"integer"},"startedAt":{"shape":"S76"},"storageProfileId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetLicenseEndpoint":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","required":["licenseEndpointId","status","statusMessage"],"members":{"dnsName":{},"licenseEndpointId":{},"securityGroupIds":{"type":"list","member":{}},"status":{},"statusMessage":{},"subnetIds":{"type":"list","member":{}},"vpcId":{}}},"endpoint":{"hostPrefix":"management."}},"GetMonitor":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","identityCenterApplicationArn","identityCenterInstanceArn","monitorId","roleArn","subdomain","url"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"identityCenterApplicationArn":{},"identityCenterInstanceArn":{},"monitorId":{},"roleArn":{},"subdomain":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"url":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","defaultBudgetAction","displayName","farmId","queueId","status"],"members":{"allowedStorageProfileIds":{"shape":"S4v"},"blockedReason":{},"createdAt":{"shape":"S6l"},"createdBy":{},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"queueId":{},"requiredFileSystemLocationNames":{"shape":"S4x"},"roleArn":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueEnvironment":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","name","priority","queueEnvironmentId","template","templateType"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"name":{},"priority":{"type":"integer"},"queueEnvironmentId":{},"template":{"shape":"S51"},"templateType":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueFleetAssociation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","fleetId","queueId","status"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetSession":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","required":["fleetId","lifecycleStatus","log","sessionId","startedAt","workerId"],"members":{"endedAt":{"shape":"S73"},"fleetId":{},"hostProperties":{"shape":"S7x"},"lifecycleStatus":{},"log":{"shape":"S7z"},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{},"workerLog":{"shape":"S7z"}}},"endpoint":{"hostPrefix":"management."}},"GetSessionAction":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions/{sessionActionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionActionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionActionId":{"location":"uri","locationName":"sessionActionId"}}},"output":{"type":"structure","required":["definition","sessionActionId","sessionId","status"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["parameters","stepId","taskId"],"members":{"parameters":{"shape":"S8d"},"stepId":{},"taskId":{}}}},"union":true},"endedAt":{"shape":"S73"},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8h"},"progressPercent":{"type":"float"},"sessionActionId":{},"sessionId":{},"startedAt":{"shape":"S76"},"status":{},"workerUpdatedAt":{"shape":"S8k"}}},"endpoint":{"hostPrefix":"management."}},"GetSessionsStatisticsAggregation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["aggregationId","farmId"],"members":{"aggregationId":{"location":"querystring","locationName":"aggregationId"},"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["status"],"members":{"nextToken":{},"statistics":{"type":"list","member":{"type":"structure","required":["costInUsd","count","runtimeInSeconds"],"members":{"aggregationEndTime":{"shape":"Sl"},"aggregationStartTime":{"shape":"Sl"},"costInUsd":{"shape":"S8r"},"count":{"type":"integer"},"fleetId":{},"instanceType":{},"jobId":{},"jobName":{},"licenseProduct":{},"queueId":{},"runtimeInSeconds":{"shape":"S8r"},"usageType":{},"userId":{}}}},"status":{},"statusMessage":{}}},"endpoint":{"hostPrefix":"management."}},"GetStep":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["createdAt","createdBy","lifecycleStatus","name","stepId","taskRunStatus","taskRunStatusCounts"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"dependencyCounts":{"shape":"S8z"},"description":{"type":"string","sensitive":true},"endedAt":{"shape":"S73"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"parameterSpace":{"shape":"S93"},"requiredCapabilities":{"type":"structure","required":["amounts","attributes"],"members":{"amounts":{"type":"list","member":{"type":"structure","required":["name"],"members":{"max":{"type":"double"},"min":{"type":"double"},"name":{},"value":{"type":"double"}}}},"attributes":{"type":"list","member":{"type":"structure","required":["name"],"members":{"allOf":{"shape":"S9e"},"anyOf":{"shape":"S9e"},"name":{}}}}}},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfile":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","osFamily","storageProfileId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"fileSystemLocations":{"shape":"S58"},"osFamily":{},"storageProfileId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfileForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["displayName","osFamily","storageProfileId"],"members":{"displayName":{},"fileSystemLocations":{"shape":"S58"},"osFamily":{},"storageProfileId":{}}},"endpoint":{"hostPrefix":"management."}},"GetTask":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","taskId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","required":["createdAt","createdBy","runStatus","taskId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"latestSessionActionId":{},"parameters":{"shape":"S8d"},"runStatus":{},"startedAt":{"shape":"S76"},"targetRunStatus":{},"taskId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["createdAt","createdBy","farmId","fleetId","status","workerId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"farmId":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"log":{"shape":"S7z"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}},"endpoint":{"hostPrefix":"management."}},"ListAvailableMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/metered-products","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListBudgets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["budgets"],"members":{"budgets":{"type":"list","member":{"type":"structure","required":["approximateDollarLimit","budgetId","createdAt","createdBy","displayName","status","usageTrackingResource","usages"],"members":{"approximateDollarLimit":{"type":"float"},"budgetId":{},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"usageTrackingResource":{"shape":"S30"},"usages":{"shape":"S6q"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFarmMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/members","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFarms":{"http":{"method":"GET","requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"}}},"output":{"type":"structure","required":["farms"],"members":{"farms":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","displayName","farmId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"farmId":{},"kmsKeyArn":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFleetMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","fleetId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{},"fleetId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFleets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"displayName":{"location":"querystring","locationName":"displayName"},"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["fleets"],"members":{"fleets":{"type":"list","member":{"type":"structure","required":["configuration","createdAt","createdBy","displayName","farmId","fleetId","maxWorkerCount","minWorkerCount","status","workerCount"],"members":{"autoScalingStatus":{},"configuration":{"shape":"S38"},"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"farmId":{},"fleetId":{},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"status":{},"targetWorkerCount":{"type":"integer"},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerCount":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","jobId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{},"identityStoreId":{},"jobId":{},"membershipLevel":{},"principalId":{},"principalType":{},"queueId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobs":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["jobs"],"members":{"jobs":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","jobId","lifecycleStatus","lifecycleStatusMessage","name","priority"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"priority":{"type":"integer"},"startedAt":{"shape":"S76"},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListLicenseEndpoints":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["licenseEndpoints"],"members":{"licenseEndpoints":{"type":"list","member":{"type":"structure","members":{"licenseEndpointId":{},"status":{},"statusMessage":{},"vpcId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMonitors":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["monitors"],"members":{"monitors":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","displayName","identityCenterApplicationArn","identityCenterInstanceArn","monitorId","roleArn","subdomain","url"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"identityCenterApplicationArn":{},"identityCenterInstanceArn":{},"monitorId":{},"roleArn":{},"subdomain":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"url":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueEnvironments":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["environments"],"members":{"environments":{"type":"list","member":{"type":"structure","required":["name","priority","queueEnvironmentId"],"members":{"name":{},"priority":{"type":"integer"},"queueEnvironmentId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueFleetAssociations":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"querystring","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"querystring","locationName":"queueId"}}},"output":{"type":"structure","required":["queueFleetAssociations"],"members":{"nextToken":{},"queueFleetAssociations":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","fleetId","queueId","status"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListQueueMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{},"queueId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueues":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["queues"],"members":{"nextToken":{},"queues":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","defaultBudgetAction","displayName","farmId","queueId","status"],"members":{"blockedReason":{},"createdAt":{"shape":"S6l"},"createdBy":{},"defaultBudgetAction":{},"displayName":{},"farmId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessionActions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"querystring","locationName":"sessionId"},"taskId":{"location":"querystring","locationName":"taskId"}}},"output":{"type":"structure","required":["sessionActions"],"members":{"nextToken":{},"sessionActions":{"type":"list","member":{"type":"structure","required":["definition","sessionActionId","status"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["stepId","taskId"],"members":{"stepId":{},"taskId":{}}}},"union":true},"endedAt":{"shape":"S73"},"progressPercent":{"type":"float"},"sessionActionId":{},"startedAt":{"shape":"S76"},"status":{},"workerUpdatedAt":{"shape":"S8k"}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["sessions"],"members":{"nextToken":{},"sessions":{"type":"list","member":{"type":"structure","required":["fleetId","lifecycleStatus","sessionId","startedAt","workerId"],"members":{"endedAt":{"shape":"S73"},"fleetId":{},"lifecycleStatus":{},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessionsForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["sessions"],"members":{"nextToken":{},"sessions":{"type":"list","member":{"type":"structure","required":["jobId","lifecycleStatus","queueId","sessionId","startedAt"],"members":{"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"queueId":{},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListStepConsumers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/consumers","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["consumers"],"members":{"consumers":{"type":"list","member":{"type":"structure","required":["status","stepId"],"members":{"status":{},"stepId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStepDependencies":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/dependencies","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["dependencies"],"members":{"dependencies":{"type":"list","member":{"type":"structure","required":["status","stepId"],"members":{"status":{},"stepId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSteps":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["steps"],"members":{"nextToken":{},"steps":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","lifecycleStatus","name","stepId","taskRunStatus","taskRunStatusCounts"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"dependencyCounts":{"shape":"S8z"},"endedAt":{"shape":"S73"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfiles":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"nextToken":{},"storageProfiles":{"shape":"Scd"}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfilesForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"nextToken":{},"storageProfiles":{"shape":"Scd"}}},"endpoint":{"hostPrefix":"management."}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S35"}}},"endpoint":{"hostPrefix":"management."}},"ListTasks":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["tasks"],"members":{"nextToken":{},"tasks":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","runStatus","taskId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"latestSessionActionId":{},"parameters":{"shape":"S8d"},"runStatus":{},"startedAt":{"shape":"S76"},"targetRunStatus":{},"taskId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListWorkers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["workers"],"members":{"nextToken":{},"workers":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","farmId","fleetId","status","workerId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"farmId":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"log":{"shape":"S7z"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"PutMeteredProduct":{"http":{"method":"PUT","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"SearchJobs":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["jobs","totalResults"],"members":{"jobs":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"jobId":{},"jobParameters":{"shape":"S20"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"priority":{"type":"integer"},"queueId":{},"startedAt":{"shape":"S76"},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchSteps":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/steps","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"jobId":{},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["steps","totalResults"],"members":{"nextItemOffset":{"type":"integer"},"steps":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"parameterSpace":{"shape":"S93"},"queueId":{},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"}}}},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchTasks":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"jobId":{},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["tasks","totalResults"],"members":{"nextItemOffset":{"type":"integer"},"tasks":{"type":"list","member":{"type":"structure","members":{"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"jobId":{},"parameters":{"shape":"S8d"},"queueId":{},"runStatus":{},"startedAt":{"shape":"S76"},"stepId":{},"targetRunStatus":{},"taskId":{}}}},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchWorkers":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"fleetIds":{"type":"list","member":{}},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["totalResults","workers"],"members":{"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"},"workers":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"StartSessionsStatisticsAggregation":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["endTime","farmId","groupBy","resourceIds","startTime","statistics"],"members":{"endTime":{"shape":"Sl"},"farmId":{"location":"uri","locationName":"farmId"},"groupBy":{"type":"list","member":{}},"period":{},"resourceIds":{"type":"structure","members":{"fleetIds":{"type":"list","member":{}},"queueIds":{"type":"list","member":{}}},"union":true},"startTime":{"shape":"Sl"},"statistics":{"type":"list","member":{}},"timezone":{}}},"output":{"type":"structure","required":["aggregationId"],"members":{"aggregationId":{}}},"endpoint":{"hostPrefix":"management."}},"TagResource":{"http":{"requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S35"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/2023-10-12/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":"management."},"idempotent":true},"UpdateBudget":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"actionsToAdd":{"shape":"S2o"},"actionsToRemove":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"thresholdPercentage":{"type":"float"},"type":{}}}},"approximateDollarLimit":{"type":"float"},"budgetId":{"location":"uri","locationName":"budgetId"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"schedule":{"shape":"S2w"},"status":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFarm":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFleet":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"configuration":{"shape":"S38"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateJob":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"lifecycleStatus":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"targetTaskRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateMonitor":{"http":{"method":"PATCH","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"displayName":{},"monitorId":{"location":"uri","locationName":"monitorId"},"roleArn":{},"subdomain":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueue":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"allowedStorageProfileIdsToAdd":{"shape":"S4v"},"allowedStorageProfileIdsToRemove":{"shape":"S4v"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"queueId":{"location":"uri","locationName":"queueId"},"requiredFileSystemLocationNamesToAdd":{"shape":"S4x"},"requiredFileSystemLocationNamesToRemove":{"shape":"S4x"},"roleArn":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueueEnvironment":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"priority":{"type":"integer"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"},"template":{"shape":"S51"},"templateType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UpdateQueueFleetAssociation":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId","status"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"},"status":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateSession":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionId","targetLifecycleStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"uri","locationName":"sessionId"},"targetLifecycleStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStep":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","targetTaskRunStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"targetTaskRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStorageProfile":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fileSystemLocationsToAdd":{"shape":"S58"},"fileSystemLocationsToRemove":{"shape":"S58"},"osFamily":{},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateTask":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","targetRunStatus","taskId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"targetRunStatus":{},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateWorker":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"capabilities":{"type":"structure","required":["amounts","attributes"],"members":{"amounts":{"type":"list","member":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"type":"float"}}}},"attributes":{"type":"list","member":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3q"}}}}}},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"hostProperties":{"shape":"S5e"},"status":{},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{"log":{"shape":"S7z"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"UpdateWorkerSchedule":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/schedule","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"updatedSessionActions":{"type":"map","key":{},"value":{"type":"structure","members":{"completedStatus":{},"endedAt":{"shape":"Sl"},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8h"},"progressPercent":{"type":"float"},"startedAt":{"shape":"Sl"},"updatedAt":{"shape":"Sl"}}}},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["assignedSessions","cancelSessionActions","updateIntervalSeconds"],"members":{"assignedSessions":{"type":"map","key":{},"value":{"type":"structure","required":["jobId","logConfiguration","queueId","sessionActions"],"members":{"jobId":{},"logConfiguration":{"shape":"S7z"},"queueId":{},"sessionActions":{"type":"list","member":{"type":"structure","required":["definition","sessionActionId"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["parameters","stepId","taskId"],"members":{"parameters":{"shape":"S8d"},"stepId":{},"taskId":{}}}},"union":true},"sessionActionId":{}}}}}}},"cancelSessionActions":{"type":"map","key":{},"value":{"type":"list","member":{}}},"desiredWorkerStatus":{},"updateIntervalSeconds":{"type":"integer"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true}},"shapes":{"Sj":{"type":"structure","required":["accessKeyId","expiration","secretAccessKey","sessionToken"],"members":{"accessKeyId":{"type":"string","sensitive":true},"expiration":{"shape":"Sl"},"secretAccessKey":{"type":"string","sensitive":true},"sessionToken":{"type":"string","sensitive":true}},"sensitive":true},"Sl":{"type":"timestamp","timestampFormat":"iso8601"},"S1b":{"type":"structure","members":{},"document":true,"sensitive":true},"S1d":{"type":"structure","required":["manifests"],"members":{"fileSystem":{},"manifests":{"type":"list","member":{"type":"structure","required":["rootPath","rootPathFormat"],"members":{"fileSystemLocationName":{"shape":"S1h"},"inputManifestHash":{},"inputManifestPath":{},"outputRelativeDirectories":{"type":"list","member":{}},"rootPath":{},"rootPathFormat":{}},"sensitive":true}}}},"S1h":{"type":"string","sensitive":true},"S1p":{"type":"structure","required":["rootPrefix","s3BucketName"],"members":{"rootPrefix":{},"s3BucketName":{}}},"S1s":{"type":"structure","required":["runAs"],"members":{"posix":{"type":"structure","required":["group","user"],"members":{"group":{},"user":{}}},"runAs":{},"windows":{"type":"structure","required":["passwordArn","user"],"members":{"passwordArn":{},"user":{}}}}},"S20":{"type":"map","key":{},"value":{"type":"structure","members":{"float":{},"int":{},"path":{},"string":{}},"union":true},"sensitive":true},"S2o":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"description":{"shape":"S2q"},"thresholdPercentage":{"type":"float"},"type":{}}}},"S2q":{"type":"string","sensitive":true},"S2w":{"type":"structure","members":{"fixed":{"type":"structure","required":["endTime","startTime"],"members":{"endTime":{"type":"timestamp","timestampFormat":"iso8601"},"startTime":{"type":"timestamp","timestampFormat":"iso8601"}}}},"union":true},"S30":{"type":"structure","members":{"queueId":{}},"union":true},"S35":{"type":"map","key":{},"value":{}},"S38":{"type":"structure","members":{"customerManaged":{"type":"structure","required":["mode","workerCapabilities"],"members":{"mode":{},"storageProfileId":{},"workerCapabilities":{"type":"structure","required":["cpuArchitectureType","memoryMiB","osFamily","vCpuCount"],"members":{"acceleratorCount":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"acceleratorTotalMemoryMiB":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"acceleratorTypes":{"type":"list","member":{}},"cpuArchitectureType":{},"customAmounts":{"shape":"S3j"},"customAttributes":{"shape":"S3n"},"memoryMiB":{"shape":"S3s"},"osFamily":{},"vCpuCount":{"shape":"S3v"}}}}},"serviceManagedEc2":{"type":"structure","required":["instanceCapabilities","instanceMarketOptions"],"members":{"instanceCapabilities":{"type":"structure","required":["cpuArchitectureType","memoryMiB","osFamily","vCpuCount"],"members":{"allowedInstanceTypes":{"shape":"S3z"},"cpuArchitectureType":{},"customAmounts":{"shape":"S3j"},"customAttributes":{"shape":"S3n"},"excludedInstanceTypes":{"shape":"S3z"},"memoryMiB":{"shape":"S3s"},"osFamily":{},"rootEbsVolume":{"type":"structure","members":{"iops":{"type":"integer"},"sizeGiB":{"type":"integer"},"throughputMiB":{"type":"integer"}}},"vCpuCount":{"shape":"S3v"}}},"instanceMarketOptions":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"union":true},"S3j":{"type":"list","member":{"shape":"S3k"}},"S3k":{"type":"structure","required":["min","name"],"members":{"max":{"type":"float"},"min":{"type":"float"},"name":{}}},"S3n":{"type":"list","member":{"shape":"S3o"}},"S3o":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3q"}}},"S3q":{"type":"list","member":{}},"S3s":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"S3v":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"S3z":{"type":"list","member":{}},"S4v":{"type":"list","member":{}},"S4x":{"type":"list","member":{"shape":"S1h"}},"S51":{"type":"string","sensitive":true},"S58":{"type":"list","member":{"type":"structure","required":["name","path","type"],"members":{"name":{"shape":"S1h"},"path":{},"type":{}},"sensitive":true}},"S5e":{"type":"structure","members":{"hostName":{},"ipAddresses":{"shape":"S5g"}}},"S5g":{"type":"structure","members":{"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}}}},"S6l":{"type":"timestamp","timestampFormat":"iso8601"},"S6n":{"type":"timestamp","timestampFormat":"iso8601"},"S6q":{"type":"structure","required":["approximateDollarUsage"],"members":{"approximateDollarUsage":{"type":"float"}}},"S73":{"type":"timestamp","timestampFormat":"iso8601"},"S76":{"type":"timestamp","timestampFormat":"iso8601"},"S79":{"type":"map","key":{},"value":{"type":"integer"}},"S7x":{"type":"structure","members":{"ec2InstanceArn":{},"ec2InstanceType":{},"hostName":{},"ipAddresses":{"shape":"S5g"}}},"S7z":{"type":"structure","required":["logDriver"],"members":{"error":{},"logDriver":{},"options":{"type":"map","key":{},"value":{}},"parameters":{"type":"map","key":{},"value":{}}}},"S8d":{"type":"map","key":{},"value":{"type":"structure","members":{"float":{},"int":{},"path":{},"string":{}},"sensitive":true,"union":true},"sensitive":true},"S8h":{"type":"string","sensitive":true},"S8k":{"type":"timestamp","timestampFormat":"iso8601"},"S8r":{"type":"structure","members":{"avg":{"type":"double"},"max":{"type":"double"},"min":{"type":"double"},"sum":{"type":"double"}}},"S8z":{"type":"structure","required":["consumersResolved","consumersUnresolved","dependenciesResolved","dependenciesUnresolved"],"members":{"consumersResolved":{"type":"integer"},"consumersUnresolved":{"type":"integer"},"dependenciesResolved":{"type":"integer"},"dependenciesUnresolved":{"type":"integer"}}},"S93":{"type":"structure","required":["parameters"],"members":{"combination":{},"parameters":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"S9e":{"type":"list","member":{}},"S9t":{"type":"list","member":{"type":"structure","required":["family","port","productId","vendor"],"members":{"family":{},"port":{"type":"integer"},"productId":{},"vendor":{}}}},"Scd":{"type":"list","member":{"type":"structure","required":["displayName","osFamily","storageProfileId"],"members":{"displayName":{},"osFamily":{},"storageProfileId":{}}}},"Scu":{"type":"structure","required":["filters","operator"],"members":{"filters":{"type":"list","member":{"type":"structure","members":{"dateTimeFilter":{"type":"structure","required":["dateTime","name","operator"],"members":{"dateTime":{"shape":"Sl"},"name":{},"operator":{}}},"groupFilter":{"shape":"Scu"},"parameterFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}},"searchTermFilter":{"type":"structure","required":["searchTerm"],"members":{"searchTerm":{}}},"stringFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}}},"union":true}},"operator":{}}},"Sd9":{"type":"list","member":{"type":"structure","members":{"fieldSort":{"type":"structure","required":["name","sortOrder"],"members":{"name":{},"sortOrder":{}}},"parameterSort":{"type":"structure","required":["name","sortOrder"],"members":{"name":{},"sortOrder":{}}},"userJobsFirst":{"type":"structure","required":["userIdentityId"],"members":{"userIdentityId":{}}}},"union":true}}}}
/***/ }),
-/* 1423 */
+/* 1424 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"GetSessionsStatisticsAggregation":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"statistics"},"ListAvailableMeteredProducts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"meteredProducts"},"ListBudgets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"budgets"},"ListFarmMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListFarms":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"farms"},"ListFleetMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListFleets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"fleets"},"ListJobMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobs"},"ListLicenseEndpoints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"licenseEndpoints"},"ListMeteredProducts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"meteredProducts"},"ListMonitors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"monitors"},"ListQueueEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"environments"},"ListQueueFleetAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"queueFleetAssociations"},"ListQueueMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListQueues":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"queues"},"ListSessionActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sessionActions"},"ListSessions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sessions"},"ListSessionsForWorker":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sessions"},"ListStepConsumers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"consumers"},"ListStepDependencies":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dependencies"},"ListSteps":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"steps"},"ListStorageProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"storageProfiles"},"ListStorageProfilesForQueue":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"storageProfiles"},"ListTasks":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"tasks"},"ListWorkers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"workers"}}}
/***/ }),
-/* 1424 */
+/* 1425 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{"FleetActive":{"description":"Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet.","delay":5,"maxAttempts":180,"operation":"GetFleet","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"ACTIVE"},{"matcher":"path","argument":"status","state":"failure","expected":"CREATE_FAILED"},{"matcher":"path","argument":"status","state":"failure","expected":"UPDATE_FAILED"}]},"JobCreateComplete":{"description":"Wait until a Job is created. Use this after invoking CreateJob.","delay":1,"maxAttempts":120,"operation":"GetJob","acceptors":[{"matcher":"path","argument":"lifecycleStatus","state":"success","expected":"CREATE_COMPLETE"},{"matcher":"path","argument":"lifecycleStatus","state":"success","expected":"UPDATE_IN_PROGRESS"},{"matcher":"path","argument":"lifecycleStatus","state":"success","expected":"UPDATE_FAILED"},{"matcher":"path","argument":"lifecycleStatus","state":"success","expected":"UPDATE_SUCCEEDED"},{"matcher":"path","argument":"lifecycleStatus","state":"failure","expected":"UPLOAD_FAILED"},{"matcher":"path","argument":"lifecycleStatus","state":"failure","expected":"CREATE_FAILED"}]},"LicenseEndpointDeleted":{"description":"Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint.","delay":10,"maxAttempts":234,"operation":"GetLicenseEndpoint","acceptors":[{"matcher":"error","state":"success","expected":"ResourceNotFoundException"},{"matcher":"path","argument":"status","state":"failure","expected":"NOT_READY"}]},"LicenseEndpointValid":{"description":"Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint.","delay":10,"maxAttempts":114,"operation":"GetLicenseEndpoint","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"READY"},{"matcher":"path","argument":"status","state":"failure","expected":"NOT_READY"}]},"QueueFleetAssociationStopped":{"description":"Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED","delay":10,"maxAttempts":60,"operation":"GetQueueFleetAssociation","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"STOPPED"}]},"QueueScheduling":{"delay":10,"maxAttempts":70,"operation":"GetQueue","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"SCHEDULING"}]},"QueueSchedulingBlocked":{"delay":10,"maxAttempts":30,"operation":"GetQueue","acceptors":[{"matcher":"path","argument":"status","state":"success","expected":"SCHEDULING_BLOCKED"}]}}}
/***/ }),
-/* 1425 */
+/* 1426 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65843,8 +65851,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ControlCatalog = Service.defineService('controlcatalog', ['2018-05-10']);
Object.defineProperty(apiLoader.services['controlcatalog'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1426);
- model.paginators = __webpack_require__(1427).pagination;
+ var model = __webpack_require__(1427);
+ model.paginators = __webpack_require__(1428).pagination;
return model;
},
enumerable: true,
@@ -65855,17 +65863,53 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1426 */
+/* 1427 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"controlcatalog","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Control Catalog","serviceId":"ControlCatalog","signatureVersion":"v4","signingName":"controlcatalog","uid":"controlcatalog-2018-05-10"},"operations":{"ListCommonControls":{"http":{"requestUri":"/common-controls","responseCode":200},"input":{"type":"structure","members":{"CommonControlFilter":{"type":"structure","members":{"Objectives":{"type":"list","member":{"type":"structure","members":{"Arn":{}}}}}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["CommonControls"],"members":{"CommonControls":{"type":"list","member":{"type":"structure","required":["Arn","CreateTime","Description","Domain","LastUpdateTime","Name","Objective"],"members":{"Arn":{},"CreateTime":{"type":"timestamp"},"Description":{},"Domain":{"shape":"Se"},"LastUpdateTime":{"type":"timestamp"},"Name":{},"Objective":{"type":"structure","members":{"Arn":{},"Name":{}}}}}},"NextToken":{}}}},"ListDomains":{"http":{"requestUri":"/domains","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":["Arn","CreateTime","Description","LastUpdateTime","Name"],"members":{"Arn":{},"CreateTime":{"type":"timestamp"},"Description":{},"LastUpdateTime":{"type":"timestamp"},"Name":{}}}},"NextToken":{}}}},"ListObjectives":{"http":{"requestUri":"/objectives","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"ObjectiveFilter":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"Arn":{}}}}}}}},"output":{"type":"structure","required":["Objectives"],"members":{"NextToken":{},"Objectives":{"type":"list","member":{"type":"structure","required":["Arn","CreateTime","Description","Domain","LastUpdateTime","Name"],"members":{"Arn":{},"CreateTime":{"type":"timestamp"},"Description":{},"Domain":{"shape":"Se"},"LastUpdateTime":{"type":"timestamp"},"Name":{}}}}}}}},"shapes":{"Se":{"type":"structure","members":{"Arn":{},"Name":{}}}}}
/***/ }),
-/* 1427 */
+/* 1428 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListCommonControls":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CommonControls"},"ListDomains":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Domains"},"ListObjectives":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Objectives"}}}
+/***/ }),
+/* 1429 */
+/***/ (function(module, exports, __webpack_require__) {
+
+ __webpack_require__(2);
+ var AWS = __webpack_require__(4);
+ var Service = AWS.Service;
+ var apiLoader = AWS.apiLoader;
+
+ apiLoader.services['route53profiles'] = {};
+ AWS.Route53Profiles = Service.defineService('route53profiles', ['2018-05-10']);
+ Object.defineProperty(apiLoader.services['route53profiles'], '2018-05-10', {
+ get: function get() {
+ var model = __webpack_require__(1430);
+ model.paginators = __webpack_require__(1431).pagination;
+ return model;
+ },
+ enumerable: true,
+ configurable: true
+ });
+
+ module.exports = AWS.Route53Profiles;
+
+
+/***/ }),
+/* 1430 */
+/***/ (function(module, exports) {
+
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"route53profiles","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Route 53 Profiles","serviceId":"Route53Profiles","signatureVersion":"v4","signingName":"route53profiles","uid":"route53profiles-2018-05-10"},"operations":{"AssociateProfile":{"http":{"requestUri":"/profileassociation","responseCode":200},"input":{"type":"structure","required":["Name","ProfileId","ResourceId"],"members":{"Name":{},"ProfileId":{},"ResourceId":{},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"ProfileAssociation":{"shape":"S9"}}}},"AssociateResourceToProfile":{"http":{"requestUri":"/profileresourceassociation","responseCode":200},"input":{"type":"structure","required":["Name","ProfileId","ResourceArn"],"members":{"Name":{},"ProfileId":{},"ResourceArn":{},"ResourceProperties":{}}},"output":{"type":"structure","members":{"ProfileResourceAssociation":{"shape":"Si"}}}},"CreateProfile":{"http":{"requestUri":"/profile","responseCode":200},"input":{"type":"structure","required":["ClientToken","Name"],"members":{"ClientToken":{"idempotencyToken":true},"Name":{},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"Profile":{"shape":"Sm"}}}},"DeleteProfile":{"http":{"method":"DELETE","requestUri":"/profile/{ProfileId}","responseCode":200},"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{"location":"uri","locationName":"ProfileId"}}},"output":{"type":"structure","members":{"Profile":{"shape":"Sm"}}},"idempotent":true},"DisassociateProfile":{"http":{"method":"DELETE","requestUri":"/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}","responseCode":200},"input":{"type":"structure","required":["ProfileId","ResourceId"],"members":{"ProfileId":{"location":"uri","locationName":"ProfileId"},"ResourceId":{"location":"uri","locationName":"ResourceId"}}},"output":{"type":"structure","members":{"ProfileAssociation":{"shape":"S9"}}},"idempotent":true},"DisassociateResourceFromProfile":{"http":{"method":"DELETE","requestUri":"/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ProfileId","ResourceArn"],"members":{"ProfileId":{"location":"uri","locationName":"ProfileId"},"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"ProfileResourceAssociation":{"shape":"Si"}}},"idempotent":true},"GetProfile":{"http":{"method":"GET","requestUri":"/profile/{ProfileId}","responseCode":200},"input":{"type":"structure","required":["ProfileId"],"members":{"ProfileId":{"location":"uri","locationName":"ProfileId"}}},"output":{"type":"structure","members":{"Profile":{"shape":"Sm"}}}},"GetProfileAssociation":{"http":{"method":"GET","requestUri":"/profileassociation/{ProfileAssociationId}","responseCode":200},"input":{"type":"structure","required":["ProfileAssociationId"],"members":{"ProfileAssociationId":{"location":"uri","locationName":"ProfileAssociationId"}}},"output":{"type":"structure","members":{"ProfileAssociation":{"shape":"S9"}}}},"GetProfileResourceAssociation":{"http":{"method":"GET","requestUri":"/profileresourceassociation/{ProfileResourceAssociationId}","responseCode":200},"input":{"type":"structure","required":["ProfileResourceAssociationId"],"members":{"ProfileResourceAssociationId":{"location":"uri","locationName":"ProfileResourceAssociationId"}}},"output":{"type":"structure","members":{"ProfileResourceAssociation":{"shape":"Si"}}}},"ListProfileAssociations":{"http":{"method":"GET","requestUri":"/profileassociations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"ProfileId":{"location":"querystring","locationName":"profileId"},"ResourceId":{"location":"querystring","locationName":"resourceId"}}},"output":{"type":"structure","members":{"NextToken":{},"ProfileAssociations":{"type":"list","member":{"shape":"S9"}}}}},"ListProfileResourceAssociations":{"http":{"method":"GET","requestUri":"/profileresourceassociations/profileid/{ProfileId}","responseCode":200},"input":{"type":"structure","required":["ProfileId"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"ProfileId":{"location":"uri","locationName":"ProfileId"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"NextToken":{},"ProfileResourceAssociations":{"type":"list","member":{"shape":"Si"}}}}},"ListProfiles":{"http":{"method":"GET","requestUri":"/profiles","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"ProfileSummaries":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"ShareStatus":{}}}}}}},"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":"S1e"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S1e"}}},"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},"UpdateProfileResourceAssociation":{"http":{"method":"PATCH","requestUri":"/profileresourceassociation/{ProfileResourceAssociationId}","responseCode":200},"input":{"type":"structure","required":["ProfileResourceAssociationId"],"members":{"Name":{},"ProfileResourceAssociationId":{"location":"uri","locationName":"ProfileResourceAssociationId"},"ResourceProperties":{}}},"output":{"type":"structure","members":{"ProfileResourceAssociation":{"shape":"Si"}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S9":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Id":{},"ModificationTime":{"type":"timestamp"},"Name":{},"OwnerId":{},"ProfileId":{},"ResourceId":{},"Status":{},"StatusMessage":{}}},"Si":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Id":{},"ModificationTime":{"type":"timestamp"},"Name":{},"OwnerId":{},"ProfileId":{},"ResourceArn":{},"ResourceProperties":{},"ResourceType":{},"Status":{},"StatusMessage":{}}},"Sm":{"type":"structure","members":{"Arn":{},"ClientToken":{},"CreationTime":{"type":"timestamp"},"Id":{},"ModificationTime":{"type":"timestamp"},"Name":{},"OwnerId":{},"ShareStatus":{},"Status":{},"StatusMessage":{}}},"S1e":{"type":"map","key":{},"value":{}}}}
+
+/***/ }),
+/* 1431 */
+/***/ (function(module, exports) {
+
+ module.exports = {"pagination":{"ListProfileAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ProfileAssociations"},"ListProfileResourceAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ProfileResourceAssociations"},"ListProfiles":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ProfileSummaries"}}}
+
/***/ })
/******/ ])
});
diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js
index 60b844bac6..8e57536a5d 100644
--- a/dist/aws-sdk.js
+++ b/dist/aws-sdk.js
@@ -1,4 +1,4 @@
-// AWS SDK for JavaScript v2.1603.0
+// AWS SDK for JavaScript v2.1604.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:{},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"},batchInferenceJobMode:{},themeGenerationConfig:{shape:"Sk"}}},output:{type:"structure",members:{batchInferenceJobArn:{}}}},CreateBatchSegmentJob:{input:{type:"structure",required:["jobName","solutionVersionArn","jobInput","jobOutput","roleArn"],members:{jobName:{},solutionVersionArn:{},filterArn:{},numResults:{type:"integer"},jobInput:{shape:"Sp"},jobOutput:{shape:"Sq"},roleArn:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{batchSegmentJobArn:{}}}},CreateCampaign:{input:{type:"structure",required:["name","solutionVersionArn"],members:{name:{},solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Su"},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:"S12"},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:"S18"},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:"S1f"},tags:{shape:"Sf"}}},output:{type:"structure",members:{filterArn:{}}}},CreateMetricAttribution:{input:{type:"structure",required:["name","datasetGroupArn","metrics","metricsOutputConfig"],members:{name:{},datasetGroupArn:{},metrics:{shape:"S1i"},metricsOutputConfig:{shape:"S1n"}}},output:{type:"structure",members:{metricAttributionArn:{}}}},CreateRecommender:{input:{type:"structure",required:["name","datasetGroupArn","recipeArn"],members:{name:{},datasetGroupArn:{},recipeArn:{},recommenderConfig:{shape:"S1q"},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"},performAutoTraining:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S21"},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:"S2k"},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:{},batchInferenceJobMode:{},themeGenerationConfig:{shape:"Sk"},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:"Sp"},jobOutput:{shape:"Sq"},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:"Su"},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestCampaignUpdate:{type:"structure",members:{solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Su"},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"}}},trackingId:{}}}}},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:"S12"},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:"S18"},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:"S1f"},status:{}}}}},idempotent:!0},DescribeMetricAttribution:{input:{type:"structure",required:["metricAttributionArn"],members:{metricAttributionArn:{}}},output:{type:"structure",members:{metricAttribution:{type:"structure",members:{name:{},metricAttributionArn:{},datasetGroupArn:{},metricsOutputConfig:{shape:"S1n"},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:"S1q"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{},latestRecommenderUpdate:{type:"structure",members:{recommenderConfig:{shape:"S1q"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{}}},modelMetrics:{shape:"S4z"}}}}},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"},performAutoTraining:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S21"},autoMLResult:{type:"structure",members:{bestRecipeArn:{}}},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestSolutionVersion:{shape:"S59"}}}}},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:"S21"},trainingHours:{type:"double"},trainingMode:{},tunedHPOParams:{type:"structure",members:{algorithmHyperParameters:{shape:"Sc"}}},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},trainingType:{}}}}},idempotent:!0},GetSolutionMetrics:{input:{type:"structure",required:["solutionVersionArn"],members:{solutionVersionArn:{}}},output:{type:"structure",members:{solutionVersionArn:{},metrics:{shape:"S4z"}}}},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:{},batchInferenceJobMode:{}}}},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:"S1i"},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:"S1q"},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:"S59"}},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:"Su"}}},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:"S1i"},removeMetrics:{type:"list",member:{}},metricsOutputConfig:{shape:"S1n"},metricAttributionArn:{}}},output:{type:"structure",members:{metricAttributionArn:{}}}},UpdateRecommender:{input:{type:"structure",required:["recommenderArn","recommenderConfig"],members:{recommenderArn:{},recommenderConfig:{shape:"S1q"}}},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:{}}}},Sk:{type:"structure",required:["fieldsForThemeGeneration"],members:{fieldsForThemeGeneration:{type:"structure",required:["itemName"],members:{itemName:{}}}}},Sp:{type:"structure",required:["s3DataSource"],members:{s3DataSource:{shape:"S6"}}},Sq:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},Su:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"},enableMetadataWithRecommendations:{type:"boolean"},syncWithLatestSolutionVersion:{type:"boolean"}}},S12:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},S18:{type:"structure",members:{dataLocation:{}}},S1f:{type:"string",sensitive:!0},S1i:{type:"list",member:{type:"structure",required:["eventType","metricName","expression"],members:{eventType:{},metricName:{},expression:{}}}},S1n:{type:"structure",required:["roleArn"],members:{s3DataDestination:{shape:"S6"},roleArn:{}}},S1q:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"},minRecommendationRequestsPerSecond:{type:"integer"},trainingDataConfig:{shape:"S1r"},enableMetadataWithRecommendations:{type:"boolean"}}},S1r:{type:"structure",members:{excludedDatasetColumns:{type:"map",key:{},value:{type:"list",member:{}}}}},S21:{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:"S2k"}}}}}}}},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:"S1r"},autoTrainingConfig:{type:"structure",members:{schedulingExpression:{}}}}},S2k:{type:"list",member:{}},S4z:{type:"map",key:{},value:{type:"double"}},S59:{type:"structure",members:{solutionVersionArn:{},status:{},trainingMode:{},trainingType:{},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:{PutActionInteractions:{http:{requestUri:"/action-interactions"},input:{type:"structure",required:["trackingId","actionInteractions"],members:{trackingId:{},actionInteractions:{type:"list",member:{type:"structure",required:["actionId","sessionId","timestamp","eventType"],members:{actionId:{shape:"S5"},userId:{shape:"S6"},sessionId:{},timestamp:{type:"timestamp"},eventType:{},eventId:{},recommendationId:{},impression:{type:"list",member:{shape:"S5"}},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}},PutActions:{http:{requestUri:"/actions"},input:{type:"structure",required:["datasetArn","actions"],members:{datasetArn:{},actions:{type:"list",member:{type:"structure",required:["actionId"],members:{actionId:{},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}},PutEvents:{http:{requestUri:"/events"},input:{type:"structure",required:["trackingId","sessionId","eventList"],members:{trackingId:{},userId:{shape:"S6"},sessionId:{},eventList:{type:"list",member:{type:"structure",required:["eventType","sentAt"],members:{eventId:{},eventType:{},eventValue:{type:"float"},itemId:{shape:"Sk"},properties:{jsonvalue:!0,type:"string",sensitive:!0},sentAt:{type:"timestamp"},recommendationId:{},impression:{type:"list",member:{shape:"Sk"}},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:{S5:{type:"string",sensitive:!0},S6:{type:"string",sensitive:!0},Sk:{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:{GetActionRecommendations:{http:{requestUri:"/action-recommendations"},input:{type:"structure",members:{campaignArn:{},userId:{},numResults:{type:"integer"},filterArn:{},filterValues:{shape:"S5"}}},output:{type:"structure",members:{actionList:{type:"list",member:{type:"structure",members:{actionId:{},score:{type:"double"}}}},recommendationId:{}}},idempotent:!0},GetPersonalizedRanking:{http:{requestUri:"/personalize-ranking"},input:{type:"structure",required:["campaignArn","inputList","userId"],members:{campaignArn:{},inputList:{type:"list",member:{}},userId:{},context:{shape:"Sh"},filterArn:{},filterValues:{shape:"S5"},metadataColumns:{shape:"Sk"}}},output:{type:"structure",members:{personalizedRanking:{shape:"Sp"},recommendationId:{}}},idempotent:!0},GetRecommendations:{http:{requestUri:"/recommendations"},input:{type:"structure",members:{campaignArn:{},itemId:{},userId:{},numResults:{type:"integer"},context:{shape:"Sh"},filterArn:{},filterValues:{shape:"S5"},recommenderArn:{},promotions:{type:"list",member:{type:"structure",members:{name:{},percentPromotedItems:{type:"integer"},filterArn:{},filterValues:{shape:"S5"}}}},metadataColumns:{shape:"Sk"}}},output:{type:"structure",members:{itemList:{shape:"Sp"},recommendationId:{}}},idempotent:!0}},shapes:{S5:{type:"map",key:{},value:{type:"string",sensitive:!0}},Sh:{type:"map",key:{},value:{type:"string",sensitive:!0}},Sk:{type:"map",key:{},value:{type:"list",member:{}}},Sp:{type:"list",member:{type:"structure",members:{itemId:{},score:{type:"double"},promotionName:{},metadata:{type:"map",key:{},value:{}}}}}}}},{}],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",
+type:"structure",members:{EntityId:{type:"structure",members:{ValueList:{type:"list",member:{}}}},Name:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ProductId:{type:"structure",members:{ValueList:{type:"list",member:{}}}},ResaleAuthorizationId:{type:"structure",members:{ValueList:{type:"list",member:{}}}},ReleaseDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}}}},AvailabilityEndDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}}}},BuyerAccounts:{type:"structure",members:{WildCardValue:{}}},State:{type:"structure",members:{ValueList:{type:"list",member:{}}}},Targeting:{type:"structure",members:{ValueList:{type:"list",member:{}}}},LastModifiedDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}}}}}},ContainerProductFilters:{type:"structure",members:{EntityId:{type:"structure",members:{ValueList:{type:"list",member:{}}}},LastModifiedDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}}}},ProductTitle:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},Visibility:{type:"structure",members:{ValueList:{type:"list",member:{}}}}}},ResaleAuthorizationFilters:{type:"structure",members:{EntityId:{type:"structure",members:{ValueList:{type:"list",member:{}}}},Name:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ProductId:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},CreatedDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}},ValueList:{type:"list",member:{}}}},AvailabilityEndDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}},ValueList:{type:"list",member:{}}}},ManufacturerAccountId:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ProductName:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ManufacturerLegalName:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ResellerAccountID:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},ResellerLegalName:{type:"structure",members:{ValueList:{type:"list",member:{}},WildCardValue:{}}},Status:{type:"structure",members:{ValueList:{type:"list",member:{}}}},OfferExtendedStatus:{type:"structure",members:{ValueList:{type:"list",member:{}}}},LastModifiedDate:{type:"structure",members:{DateRange:{type:"structure",members:{AfterValue:{},BeforeValue:{}}}}}}}},union:!0},EntityTypeSort:{type:"structure",members:{DataProductSort:{type:"structure",members:{SortBy:{},SortOrder:{}}},SaaSProductSort:{type:"structure",members:{SortBy:{},SortOrder:{}}},AmiProductSort:{type:"structure",members:{SortBy:{},SortOrder:{}}},OfferSort:{type:"structure",members:{SortBy:{},SortOrder:{}}},ContainerProductSort:{type:"structure",members:{SortBy:{},SortOrder:{}}},ResaleAuthorizationSort:{type:"structure",members:{SortBy:{},SortOrder:{}}}},union:!0}}},output:{type:"structure",members:{EntitySummaryList:{type:"list",member:{type:"structure",members:{Name:{},EntityType:{},EntityId:{},EntityArn:{},LastModifiedDate:{},Visibility:{},AmiProductSummary:{type:"structure",members:{ProductTitle:{},Visibility:{}}},ContainerProductSummary:{type:"structure",members:{ProductTitle:{},Visibility:{}}},DataProductSummary:{type:"structure",members:{ProductTitle:{},Visibility:{}}},SaaSProductSummary:{type:"structure",members:{ProductTitle:{},Visibility:{}}},OfferSummary:{type:"structure",members:{Name:{},ProductId:{},ResaleAuthorizationId:{},ReleaseDate:{},AvailabilityEndDate:{},BuyerAccounts:{type:"list",member:{}},State:{},Targeting:{type:"list",member:{}}}},ResaleAuthorizationSummary:{type:"structure",members:{Name:{},ProductId:{},ProductName:{},ManufacturerAccountId:{},ManufacturerLegalName:{},ResellerAccountID:{},ResellerLegalName:{},Status:{},OfferExtendedStatus:{},CreatedDate:{},AvailabilityEndDate:{}}}}}},NextToken:{}}}},ListTagsForResource:{http:{requestUri:"/ListTagsForResource"},input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{ResourceArn:{},Tags:{shape:"S5y"}}}},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:"Sy"},EntityTags:{shape:"S5y"},Details:{},DetailsDocument:{shape:"Sd"},ChangeName:{}}}},ChangeSetName:{},ClientRequestToken:{idempotencyToken:!0},ChangeSetTags:{shape:"S5y"},Intent:{}}},output:{type:"structure",members:{ChangeSetId:{},ChangeSetArn:{}}}},TagResource:{http:{requestUri:"/TagResource"},input:{type:"structure",required:["ResourceArn","Tags"],members:{ResourceArn:{},Tags:{shape:"S5y"}}},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:{Sd:{type:"structure",members:{},document:!0},Sy:{type:"structure",required:["Type"],members:{Type:{},Identifier:{}}},S1a:{type:"list",member:{type:"structure",members:{Name:{},ValueList:{type:"list",member:{}}}}},S1f:{type:"structure",members:{SortBy:{},SortOrder:{}}},S5y:{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"}},deprecated:!0,deprecatedMessage:"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."},output:{type:"structure",members:{dataSetRequestId:{}},deprecated:!0,deprecatedMessage:"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."},deprecated:!0,deprecatedMessage:"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."}},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"},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"},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"},launchwizard:{prefix:"launch-wizard",name:"LaunchWizard"},trustedadvisor:{name:"TrustedAdvisor"},inspectorscan:{prefix:"inspector-scan",name:"InspectorScan"},bcmdataexports:{prefix:"bcm-data-exports",name:"BCMDataExports"},costoptimizationhub:{prefix:"cost-optimization-hub",name:"CostOptimizationHub"},eksauth:{prefix:"eks-auth",name:"EKSAuth"},freetier:{name:"FreeTier"},repostspace:{name:"Repostspace"},workspacesthinclient:{prefix:"workspaces-thin-client",name:"WorkSpacesThinClient"},b2bi:{name:"B2bi"},bedrockagent:{prefix:"bedrock-agent",name:"BedrockAgent"},bedrockagentruntime:{prefix:"bedrock-agent-runtime",name:"BedrockAgentRuntime"},qbusiness:{name:"QBusiness"},qconnect:{name:"QConnect"},cleanroomsml:{name:"CleanRoomsML"},marketplaceagreement:{prefix:"marketplace-agreement",name:"MarketplaceAgreement"},marketplacedeployment:{prefix:"marketplace-deployment",name:"MarketplaceDeployment"},networkmonitor:{name:"NetworkMonitor"},supplychain:{name:"SupplyChain"},artifact:{name:"Artifact"},chatbot:{name:"Chatbot"},timestreaminfluxdb:{prefix:"timestream-influxdb",name:"TimestreamInfluxDB"},codeconnections:{name:"CodeConnections"},deadline:{name:"Deadline"},controlcatalog:{name:"ControlCatalog"},route53profiles:{name:"Route53Profiles"}}},{}],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:"Se"}}},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:{},MetricCharacteristics:{shape:"S2s"},SingleMetricAnomalyDetector:{shape:"Sc"},MetricMathAnomalyDetector:{shape:"Se"}}}},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:"Sf"},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:"S47"}}}},NextToken:{},Messages:{shape:"S47"}}}},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:"S4l"},ExcludeFilters:{shape:"S4l"},FirehoseArn:{},RoleArn:{},State:{},CreationDate:{type:"timestamp"},LastUpdateDate:{type:"timestamp"},OutputFormat:{},StatisticsConfigurations:{shape:"S4q"},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:"Sj"}},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:"S5u"}}}},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"},MetricCharacteristics:{shape:"S2s"},SingleMetricAnomalyDetector:{shape:"Sc"},MetricMathAnomalyDetector:{shape:"Se"}}},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:"S5u"},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:"S5u"}}},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:"S5u"}}}}}},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:"Sf"},Tags:{shape:"S5u"},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"}}}}}},requestcompression:{encodings:["gzip"]}},PutMetricStream:{input:{type:"structure",required:["Name","FirehoseArn","RoleArn","OutputFormat"],members:{Name:{},IncludeFilters:{shape:"S4l"},ExcludeFilters:{shape:"S4l"},FirehoseArn:{},RoleArn:{},OutputFormat:{},Tags:{shape:"S5u"},StatisticsConfigurations:{shape:"S4q"},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:"S6p"}}},output:{resultWrapper:"StartMetricStreamsResult",type:"structure",members:{}}},StopMetricStreams:{input:{type:"structure",required:["Names"],members:{Names:{shape:"S6p"}}},output:{resultWrapper:"StopMetricStreamsResult",type:"structure",members:{}}},TagResource:{input:{type:"structure",required:["ResourceARN","Tags"],members:{ResourceARN:{},Tags:{shape:"S5u"}}},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:{AccountId:{},Namespace:{},MetricName:{},Dimensions:{shape:"S7"},Stat:{}}},Se:{type:"structure",members:{MetricDataQueries:{shape:"Sf"}}},Sf:{type:"list",member:{type:"structure",required:["Id"],members:{Id:{},MetricStat:{type:"structure",required:["Metric","Period","Stat"],members:{Metric:{shape:"Sj"},Period:{type:"integer"},Stat:{},Unit:{}}},Expression:{},Label:{},ReturnData:{type:"boolean"},Period:{type:"integer"},AccountId:{}}}},Sj:{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:"Sf"},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:{}}},S2s:{type:"structure",members:{PeriodicSpikes:{type:"boolean"}}},S47:{type:"list",member:{type:"structure",members:{Code:{},Value:{}}}},S4l:{type:"list",member:{type:"structure",members:{Namespace:{},MetricNames:{type:"list",member:{}}}}},S4q:{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:{}}}}},S5u:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},S6p:{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"},batchInferenceJobMode:{},themeGenerationConfig:{shape:"Sk"}}},output:{type:"structure",members:{batchInferenceJobArn:{}}}},CreateBatchSegmentJob:{input:{type:"structure",required:["jobName","solutionVersionArn","jobInput","jobOutput","roleArn"],members:{jobName:{},solutionVersionArn:{},filterArn:{},numResults:{type:"integer"},jobInput:{shape:"Sp"},jobOutput:{shape:"Sq"},roleArn:{},tags:{shape:"Sf"}}},output:{type:"structure",members:{batchSegmentJobArn:{}}}},CreateCampaign:{input:{type:"structure",required:["name","solutionVersionArn"],members:{name:{},solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Su"},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:"S12"},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:"S18"},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:"S1f"},tags:{shape:"Sf"}}},output:{type:"structure",members:{filterArn:{}}}},CreateMetricAttribution:{input:{type:"structure",required:["name","datasetGroupArn","metrics","metricsOutputConfig"],members:{name:{},datasetGroupArn:{},metrics:{shape:"S1i"},metricsOutputConfig:{shape:"S1n"}}},output:{type:"structure",members:{metricAttributionArn:{}}}},CreateRecommender:{input:{type:"structure",required:["name","datasetGroupArn","recipeArn"],members:{name:{},datasetGroupArn:{},recipeArn:{},recommenderConfig:{shape:"S1q"},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"},performAutoTraining:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S21"},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:"S2k"},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:{},batchInferenceJobMode:{},themeGenerationConfig:{shape:"Sk"},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:"Sp"},jobOutput:{shape:"Sq"},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:"Su"},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestCampaignUpdate:{type:"structure",members:{solutionVersionArn:{},minProvisionedTPS:{type:"integer"},campaignConfig:{shape:"Su"},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"}}},trackingId:{}}}}},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:"S12"},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:"S18"},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:"S1f"},status:{}}}}},idempotent:!0},DescribeMetricAttribution:{input:{type:"structure",required:["metricAttributionArn"],members:{metricAttributionArn:{}}},output:{type:"structure",members:{metricAttribution:{type:"structure",members:{name:{},metricAttributionArn:{},datasetGroupArn:{},metricsOutputConfig:{shape:"S1n"},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:"S1q"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{},latestRecommenderUpdate:{type:"structure",members:{recommenderConfig:{shape:"S1q"},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},status:{},failureReason:{}}},modelMetrics:{shape:"S4z"}}}}},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"},performAutoTraining:{type:"boolean"},recipeArn:{},datasetGroupArn:{},eventType:{},solutionConfig:{shape:"S21"},autoMLResult:{type:"structure",members:{bestRecipeArn:{}}},status:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},latestSolutionVersion:{shape:"S59"}}}}},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:"S21"},trainingHours:{type:"double"},trainingMode:{},tunedHPOParams:{type:"structure",members:{algorithmHyperParameters:{shape:"Sc"}}},status:{},failureReason:{},creationDateTime:{type:"timestamp"},lastUpdatedDateTime:{type:"timestamp"},trainingType:{}}}}},idempotent:!0},GetSolutionMetrics:{input:{type:"structure",required:["solutionVersionArn"],members:{solutionVersionArn:{}}},output:{type:"structure",members:{solutionVersionArn:{},metrics:{shape:"S4z"}}}},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:{},batchInferenceJobMode:{}}}},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:"S1i"},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:"S1q"},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:"S59"}},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:"Su"}}},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:"S1i"},removeMetrics:{type:"list",member:{}},metricsOutputConfig:{shape:"S1n"},metricAttributionArn:{}}},output:{type:"structure",members:{metricAttributionArn:{}}}},UpdateRecommender:{input:{type:"structure",required:["recommenderArn","recommenderConfig"],members:{recommenderArn:{},recommenderConfig:{shape:"S1q"}}},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:{}}}},Sk:{type:"structure",required:["fieldsForThemeGeneration"],members:{fieldsForThemeGeneration:{type:"structure",required:["itemName"],members:{itemName:{}}}}},Sp:{type:"structure",required:["s3DataSource"],members:{s3DataSource:{shape:"S6"}}},Sq:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},Su:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"},enableMetadataWithRecommendations:{type:"boolean"},syncWithLatestSolutionVersion:{type:"boolean"}}},S12:{type:"structure",required:["s3DataDestination"],members:{s3DataDestination:{shape:"S6"}}},S18:{type:"structure",members:{dataLocation:{}}},S1f:{type:"string",sensitive:!0},S1i:{type:"list",member:{type:"structure",required:["eventType","metricName","expression"],members:{eventType:{},metricName:{},expression:{}}}},S1n:{type:"structure",required:["roleArn"],members:{s3DataDestination:{shape:"S6"},roleArn:{}}},S1q:{type:"structure",members:{itemExplorationConfig:{shape:"Sc"},minRecommendationRequestsPerSecond:{type:"integer"},trainingDataConfig:{shape:"S1r"},enableMetadataWithRecommendations:{type:"boolean"}}},S1r:{type:"structure",members:{excludedDatasetColumns:{type:"map",key:{},value:{type:"list",member:{}}}}},S21:{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:"S2k"}}}}}}}},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:"S1r"},autoTrainingConfig:{type:"structure",members:{schedulingExpression:{}}}}},S2k:{type:"list",member:{}},S4z:{type:"map",key:{},value:{type:"double"}},S59:{type:"structure",members:{solutionVersionArn:{},status:{},trainingMode:{},trainingType:{},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:{PutActionInteractions:{http:{requestUri:"/action-interactions"},input:{type:"structure",required:["trackingId","actionInteractions"],members:{trackingId:{},actionInteractions:{type:"list",member:{type:"structure",required:["actionId","sessionId","timestamp","eventType"],members:{actionId:{shape:"S5"},userId:{shape:"S6"},sessionId:{},timestamp:{type:"timestamp"},eventType:{},eventId:{},recommendationId:{},impression:{type:"list",member:{shape:"S5"}},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}},PutActions:{http:{requestUri:"/actions"},input:{type:"structure",required:["datasetArn","actions"],members:{datasetArn:{},actions:{type:"list",member:{type:"structure",required:["actionId"],members:{actionId:{},properties:{jsonvalue:!0,type:"string",sensitive:!0}}}}}}},PutEvents:{http:{requestUri:"/events"},input:{type:"structure",required:["trackingId","sessionId","eventList"],members:{trackingId:{},userId:{shape:"S6"},sessionId:{},eventList:{type:"list",member:{type:"structure",required:["eventType","sentAt"],members:{eventId:{},eventType:{},eventValue:{type:"float"},itemId:{shape:"Sk"},properties:{jsonvalue:!0,type:"string",sensitive:!0},sentAt:{type:"timestamp"},recommendationId:{},impression:{type:"list",member:{shape:"Sk"}},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:{S5:{type:"string",sensitive:!0},S6:{type:"string",sensitive:!0},Sk:{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:{GetActionRecommendations:{http:{requestUri:"/action-recommendations"},input:{type:"structure",members:{campaignArn:{},userId:{},numResults:{type:"integer"},filterArn:{},filterValues:{shape:"S5"}}},output:{type:"structure",members:{actionList:{type:"list",member:{type:"structure",members:{actionId:{},score:{type:"double"}}}},recommendationId:{}}},idempotent:!0},GetPersonalizedRanking:{http:{requestUri:"/personalize-ranking"},input:{type:"structure",required:["campaignArn","inputList","userId"],members:{campaignArn:{},inputList:{type:"list",member:{}},userId:{},context:{shape:"Sh"},filterArn:{},filterValues:{shape:"S5"},metadataColumns:{shape:"Sk"}}},output:{type:"structure",members:{personalizedRanking:{shape:"Sp"},recommendationId:{}}},idempotent:!0},GetRecommendations:{http:{requestUri:"/recommendations"},input:{type:"structure",members:{campaignArn:{},itemId:{},userId:{},numResults:{type:"integer"},context:{shape:"Sh"},filterArn:{},filterValues:{shape:"S5"},recommenderArn:{},promotions:{type:"list",member:{type:"structure",members:{name:{},percentPromotedItems:{type:"integer"},filterArn:{},filterValues:{shape:"S5"}}}},metadataColumns:{shape:"Sk"}}},output:{type:"structure",members:{itemList:{shape:"Sp"},recommendationId:{}}},idempotent:!0}},shapes:{S5:{type:"map",key:{},value:{type:"string",sensitive:!0}},Sh:{type:"map",key:{},value:{type:"string",sensitive:!0}},Sk:{type:"map",key:{},value:{type:"list",member:{}}},Sp:{type:"list",member:{type:"structure",members:{itemId:{},score:{type:"double"},promotionName:{},metadata:{type:"map",key:{},value:{}}}}}}}},{}],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:{},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:"S3y"}},wrapper:!0}}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},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:"S2n"}}},output:{shape:"S4b",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1j"}}},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"},OptionSettings:{type:"list",member:{shape:"S1t",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1p"}}}},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:"S3w"}}}},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:"S2n"}}},output:{shape:"S4b",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:{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"},OptionGroupName:{}},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"},OptionGroupMemberships:{type:"list",member:{locationName:"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},S1d:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},S1j:{type:"list",member:{locationName:"SubnetIdentifier"}},S1p:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Persistent:{type:"boolean"},Port:{type:"integer"},OptionSettings:{type:"list",member:{shape:"S1t",locationName:"OptionSetting"}},DBSecurityGroupMemberships:{shape:"Sv"},VpcSecurityGroupMemberships:{shape:"Sx"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},S1t:{type:"structure",members:{Name:{},Value:{},DefaultValue:{},Description:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},IsCollection:{type:"boolean"}}},S28:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2n:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S3w:{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:"S3y"}},wrapper:!0},S3y:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S4b:{type:"structure",members:{DBParameterGroupName:{}}}}}},{}],192:[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"},DescribeDBLogFiles:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DescribeDBLogFiles"},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"},DownloadDBLogFilePortion:{input_token:"Marker",limit_key:"NumberOfLines",more_results:"AdditionalDataPending",output_token:"Marker",result_key:"LogFileData"},ListTagsForResource:{result_key:"TagList"}}}},{}],193:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2013-09-09",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2013-09-09",xmlNamespace:"http://rds.amazonaws.com/doc/2013-09-09/"},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:{},Tags:{shape:"S9"}}},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"},Tags:{shape:"S9"}}},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"},Tags:{shape:"S9"},DBSubnetGroupName:{}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S1f"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1l"},Tags:{shape:"S9"}}},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"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1r"}}}},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:{},Filters:{shape:"S27"},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:"S2d"},SupportedCharacterSets:{type:"list",member:{shape:"S2d",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},Filters:{shape:"S27"},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"},Filters:{shape:"S27"},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:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S1f",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2s"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},Filters:{shape:"S27"},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:{},Filters:{shape:"S27"},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:{},Filters:{shape:"S27"},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:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2s"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{},Filters:{shape:"S27"}}},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:{},Filters:{shape:"S27"},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"},Filters:{shape:"S27"},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:{},Filters:{shape:"S27"},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"},Permanent:{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:{},Filters:{shape:"S27"},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1r",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},Filters:{shape:"S27"},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"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S41",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S27"},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:"S43"}},wrapper:!0}}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{
resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{},Filters:{shape:"S27"}}},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:"S2s"}}},output:{shape:"S4g",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1l"}}},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"},OptionSettings:{type:"list",member:{shape:"S1v",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1r"}}}},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"},Tags:{shape:"S9"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S41"}}}},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:"S2s"}}},output:{shape:"S4g",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:{},Tags:{shape:"S9"}}},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:{},Tags:{shape:"S9"}}},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:{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"},OptionGroupName:{},PercentProgress:{type:"integer"},SourceRegion:{}},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"},OptionGroupMemberships:{type:"list",member:{locationName:"OptionGroupMembership",type:"structure",members:{OptionGroupName:{},Status:{}}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"},StatusInfos:{type:"list",member:{locationName:"DBInstanceStatusInfo",type:"structure",members:{StatusType:{},Normal:{type:"boolean"},Status:{},Message:{}}}}},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},S1f:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},S1l:{type:"list",member:{locationName:"SubnetIdentifier"}},S1r:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Persistent:{type:"boolean"},Permanent:{type:"boolean"},Port:{type:"integer"},OptionSettings:{type:"list",member:{shape:"S1v",locationName:"OptionSetting"}},DBSecurityGroupMemberships:{shape:"Sv"},VpcSecurityGroupMemberships:{shape:"Sx"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},S1v:{type:"structure",members:{Name:{},Value:{},DefaultValue:{},Description:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},IsCollection:{type:"boolean"}}},S27:{type:"list",member:{locationName:"Filter",type:"structure",required:["Name","Values"],members:{Name:{},Values:{type:"list",member:{locationName:"Value"}}}}},S2d:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2s:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S41:{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:"S43"}},wrapper:!0},S43:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S4g:{type:"structure",members:{DBParameterGroupName:{}}}}}},{}],194:[function(e,t,r){arguments[4][192][0].apply(r,arguments)},{dup:192}],195:[function(e,t,r){t.exports={version:2,waiters:{DBInstanceAvailable:{delay:30,operation:"DescribeDBInstances",maxAttempts:60,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"DBInstances[].DBInstanceStatus"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-restore",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-parameters",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-parameters",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-restore",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"}]},DBInstanceDeleted:{delay:30,operation:"DescribeDBInstances",maxAttempts:60,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"DBInstances[].DBInstanceStatus"},{expected:"creating",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"modifying",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"rebooting",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"resetting-master-credentials",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"}]}}}},{}],196:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2014-09-01",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2014-09-01",xmlNamespace:"http://rds.amazonaws.com/doc/2014-09-01/"},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"}}}},CopyDBParameterGroup:{input:{type:"structure",required:["SourceDBParameterGroupIdentifier","TargetDBParameterGroupIdentifier","TargetDBParameterGroupDescription"],members:{SourceDBParameterGroupIdentifier:{},TargetDBParameterGroupIdentifier:{},TargetDBParameterGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"Sk"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sn"}}}},CopyOptionGroup:{input:{type:"structure",required:["SourceOptionGroupIdentifier","TargetOptionGroupIdentifier","TargetOptionGroupDescription"],members:{SourceOptionGroupIdentifier:{},TargetOptionGroupIdentifier:{},TargetOptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"S13"},VpcSecurityGroupIds:{shape:"S14"},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"},Tags:{shape:"S9"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},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"},Tags:{shape:"S9"},DBSubnetGroupName:{},StorageType:{}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"Sk"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sn"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1u"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S1b"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},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:"Sn"}}}},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:{},Filters:{shape:"S2b"},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:"S2h"},SupportedCharacterSets:{type:"list",member:{shape:"S2h",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"S17",locationName:"DBInstance"}}}}},DescribeDBLogFiles:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},FilenameContains:{},FileLastWritten:{type:"long"},FileSize:{type:"long"},Filters:{shape:"S2b"},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:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"Sk",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2w"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},Filters:{shape:"S2b"},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:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sn",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S1b",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2w"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{},Filters:{shape:"S2b"}}},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:{},Filters:{shape:"S2b"},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"},Filters:{shape:"S2b"},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:{},Filters:{shape:"S2b"},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"},Permanent:{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:{},Filters:{shape:"S2b"},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"St",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},Filters:{shape:"S2b"},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:"S1e",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"},StorageType:{},SupportsIops:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S45",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S2b"},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:"S47"}},wrapper:!0}}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{},Filters:{shape:"S2b"}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"S9"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSecurityGroups:{shape:"S13"},VpcSecurityGroupIds:{shape:"S14"},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:{},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S2w"}}},output:{shape:"S4k",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1u"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S1b"}}}},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:"S13"},VpcSecurityGroupMemberships:{shape:"S14"},OptionSettings:{type:"list",member:{shape:"Sx",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"},Tags:{shape:"S9"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S45"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},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:"S2w"}}},output:{shape:"S4k",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:{
@@ -97,7 +97,7 @@ type:"structure",required:["Action","IPSetDescriptor"],members:{Action:{},IPSetD
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.1603.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;an)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.1604.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,this.httpRequest.path=this.httpRequest.endpoint.path,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+="[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}},endpointFromTemplate:function(e){if("string"!=typeof e)return e;var t=e;return t=t.replace(/\{service\}/g,this.api.endpointPrefix),t=t.replace(/\{region\}/g,this.config.region),t=t.replace(/\{scheme\}/g,this.config.sslEnabled?"https":"http")},setEndpoint:function(e){this.endpoint=new a.Endpoint(e,this.config)},paginationConfig:function(e,t){var r=this.api.operations[e].paginator
diff --git a/lib/config_service_placeholders.d.ts b/lib/config_service_placeholders.d.ts
index e5162812f6..006d6463e9 100644
--- a/lib/config_service_placeholders.d.ts
+++ b/lib/config_service_placeholders.d.ts
@@ -381,6 +381,7 @@ export abstract class ConfigurationServicePlaceholders {
codeconnections?: AWS.CodeConnections.Types.ClientConfiguration;
deadline?: AWS.Deadline.Types.ClientConfiguration;
controlcatalog?: AWS.ControlCatalog.Types.ClientConfiguration;
+ route53profiles?: AWS.Route53Profiles.Types.ClientConfiguration;
}
export interface ConfigurationServiceApiVersions {
acm?: AWS.ACM.Types.apiVersion;
@@ -764,4 +765,5 @@ export interface ConfigurationServiceApiVersions {
codeconnections?: AWS.CodeConnections.Types.apiVersion;
deadline?: AWS.Deadline.Types.apiVersion;
controlcatalog?: AWS.ControlCatalog.Types.apiVersion;
+ route53profiles?: AWS.Route53Profiles.Types.apiVersion;
}
diff --git a/lib/core.js b/lib/core.js
index 97a370f8e3..f655d7aca2 100644
--- a/lib/core.js
+++ b/lib/core.js
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
- VERSION: '2.1603.0',
+ VERSION: '2.1604.0',
/**
* @api private
diff --git a/package.json b/package.json
index b58d8e9e03..ef145a6355 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
- "version": "2.1603.0",
+ "version": "2.1604.0",
"author": {
"name": "Amazon Web Services",
"email": "",