diff --git a/.changes/2.1662.0.json b/.changes/2.1662.0.json
new file mode 100644
index 0000000000..e38d211221
--- /dev/null
+++ b/.changes/2.1662.0.json
@@ -0,0 +1,37 @@
+[
+ {
+ "type": "feature",
+ "category": "AppSync",
+ "description": "Adding support for paginators in AppSync list APIs"
+ },
+ {
+ "type": "feature",
+ "category": "CleanRooms",
+ "description": "This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table."
+ },
+ {
+ "type": "feature",
+ "category": "CleanRoomsML",
+ "description": "Adds SQL query as the source of seed audience for audience generation job."
+ },
+ {
+ "type": "feature",
+ "category": "Connect",
+ "description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API"
+ },
+ {
+ "type": "feature",
+ "category": "ConnectContactLens",
+ "description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API"
+ },
+ {
+ "type": "feature",
+ "category": "DataZone",
+ "description": "This release removes the deprecated dataProductItem field from Search API output."
+ },
+ {
+ "type": "feature",
+ "category": "EntityResolution",
+ "description": "Support First Party ID Mapping"
+ }
+]
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ad229f819..cc59617695 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
-
+
+## 2.1662.0
+* feature: AppSync: Adding support for paginators in AppSync list APIs
+* feature: CleanRooms: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
+* feature: CleanRoomsML: Adds SQL query as the source of seed audience for audience generation job.
+* feature: Connect: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
+* feature: ConnectContactLens: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API
+* feature: DataZone: This release removes the deprecated dataProductItem field from Search API output.
+* feature: EntityResolution: Support First Party ID Mapping
+
## 2.1661.0
* feature: ACMPCA: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.
* feature: Connect: Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)
diff --git a/README.md b/README.md
index e3d1e41118..29c6574b7f 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/appsync-2017-07-25.min.json b/apis/appsync-2017-07-25.min.json
index e9f6ff812c..ec42c93c6e 100644
--- a/apis/appsync-2017-07-25.min.json
+++ b/apis/appsync-2017-07-25.min.json
@@ -13,7 +13,10 @@
"serviceId": "AppSync",
"signatureVersion": "v4",
"signingName": "appsync",
- "uid": "appsync-2017-07-25"
+ "uid": "appsync-2017-07-25",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"AssociateApi": {
diff --git a/apis/appsync-2017-07-25.normal.json b/apis/appsync-2017-07-25.normal.json
index 33a7ae44af..7de70527f1 100644
--- a/apis/appsync-2017-07-25.normal.json
+++ b/apis/appsync-2017-07-25.normal.json
@@ -13,7 +13,10 @@
"serviceId": "AppSync",
"signatureVersion": "v4",
"signingName": "appsync",
- "uid": "appsync-2017-07-25"
+ "uid": "appsync-2017-07-25",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"AssociateApi": {
diff --git a/apis/appsync-2017-07-25.paginators.json b/apis/appsync-2017-07-25.paginators.json
index 5677bd8e4a..ad32b16b94 100644
--- a/apis/appsync-2017-07-25.paginators.json
+++ b/apis/appsync-2017-07-25.paginators.json
@@ -1,4 +1,64 @@
{
"pagination": {
+ "ListApiKeys": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "apiKeys"
+ },
+ "ListDataSources": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "dataSources"
+ },
+ "ListDomainNames": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "domainNameConfigs"
+ },
+ "ListFunctions": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "functions"
+ },
+ "ListGraphqlApis": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "graphqlApis"
+ },
+ "ListResolvers": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "resolvers"
+ },
+ "ListResolversByFunction": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "resolvers"
+ },
+ "ListSourceApiAssociations": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "sourceApiAssociationSummaries"
+ },
+ "ListTypes": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "types"
+ },
+ "ListTypesByAssociation": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "types"
+ }
}
}
diff --git a/apis/cleanrooms-2022-02-17.min.json b/apis/cleanrooms-2022-02-17.min.json
index 9e4a6e6f9a..c53e0e5287 100644
--- a/apis/cleanrooms-2022-02-17.min.json
+++ b/apis/cleanrooms-2022-02-17.min.json
@@ -2,9 +2,14 @@
"version": "2.0",
"metadata": {
"apiVersion": "2022-02-17",
+ "auth": [
+ "aws.auth#sigv4"
+ ],
"endpointPrefix": "cleanrooms",
- "jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceFullName": "AWS Clean Rooms Service",
"serviceId": "CleanRooms",
"signatureVersion": "v4",
@@ -162,7 +167,7 @@
"analysisRules": {
"type": "list",
"member": {
- "shape": "S1s"
+ "shape": "S1x"
}
},
"errors": {
@@ -211,7 +216,7 @@
"shape": "Sj"
},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
},
"analysisParameters": {
"shape": "Sl"
@@ -225,7 +230,7 @@
],
"members": {
"analysisTemplate": {
- "shape": "S2s"
+ "shape": "S32"
}
}
}
@@ -258,11 +263,11 @@
"members": {
"accountId": {},
"memberAbilities": {
- "shape": "S2x"
+ "shape": "S37"
},
"displayName": {},
"paymentConfiguration": {
- "shape": "S30"
+ "shape": "S3a"
}
}
}
@@ -270,18 +275,18 @@
"name": {},
"description": {},
"creatorMemberAbilities": {
- "shape": "S2x"
+ "shape": "S37"
},
"creatorDisplayName": {},
"dataEncryptionMetadata": {
- "shape": "S35"
+ "shape": "S3f"
},
"queryLogStatus": {},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
},
"creatorPaymentConfiguration": {
- "shape": "S30"
+ "shape": "S3a"
}
}
},
@@ -292,7 +297,7 @@
],
"members": {
"collaboration": {
- "shape": "S38"
+ "shape": "S3i"
}
}
}
@@ -321,7 +326,7 @@
"type": "boolean"
},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
},
"description": {}
}
@@ -333,7 +338,7 @@
],
"members": {
"configuredAudienceModelAssociation": {
- "shape": "S3e"
+ "shape": "S3o"
}
}
}
@@ -355,14 +360,14 @@
"name": {},
"description": {},
"tableReference": {
- "shape": "S3i"
+ "shape": "S3s"
},
"allowedColumns": {
- "shape": "S3m"
+ "shape": "S3w"
},
"analysisMethod": {},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
}
}
},
@@ -373,7 +378,7 @@
],
"members": {
"configuredTable": {
- "shape": "S3o"
+ "shape": "S3y"
}
}
},
@@ -398,7 +403,7 @@
},
"analysisRuleType": {},
"analysisRulePolicy": {
- "shape": "S3u"
+ "shape": "S44"
}
}
},
@@ -409,7 +414,7 @@
],
"members": {
"analysisRule": {
- "shape": "S3x"
+ "shape": "S47"
}
}
},
@@ -438,7 +443,7 @@
"configuredTableIdentifier": {},
"roleArn": {},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
}
}
},
@@ -449,7 +454,89 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S41"
+ "shape": "S4b"
+ }
+ }
+ }
+ },
+ "CreateIdMappingTable": {
+ "http": {
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier",
+ "name",
+ "inputReferenceConfig"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "name": {},
+ "description": {},
+ "inputReferenceConfig": {
+ "shape": "S4e"
+ },
+ "tags": {
+ "shape": "S2y"
+ },
+ "kmsKeyArn": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "S4i"
+ }
+ }
+ }
+ },
+ "CreateIdNamespaceAssociation": {
+ "http": {
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier",
+ "inputReferenceConfig",
+ "name"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "inputReferenceConfig": {
+ "shape": "S4m"
+ },
+ "tags": {
+ "shape": "S2y"
+ },
+ "name": {},
+ "description": {},
+ "idMappingConfig": {
+ "shape": "S4p"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "S4r"
}
}
}
@@ -469,13 +556,13 @@
"collaborationIdentifier": {},
"queryLogStatus": {},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
},
"defaultResultConfiguration": {
- "shape": "S45"
+ "shape": "S4z"
},
"paymentConfiguration": {
- "shape": "S4b"
+ "shape": "S55"
}
}
},
@@ -486,7 +573,7 @@
],
"members": {
"membership": {
- "shape": "S4e"
+ "shape": "S58"
}
}
}
@@ -533,7 +620,7 @@
"union": true
},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
}
}
},
@@ -544,7 +631,7 @@
],
"members": {
"privacyBudgetTemplate": {
- "shape": "S4o"
+ "shape": "S5i"
}
}
}
@@ -713,6 +800,64 @@
},
"idempotent": true
},
+ "DeleteIdMappingTable": {
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 204
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {}
+ },
+ "idempotent": true
+ },
+ "DeleteIdNamespaceAssociation": {
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 204
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {}
+ },
+ "idempotent": true
+ },
"DeleteMember": {
"http": {
"method": "DELETE",
@@ -825,7 +970,7 @@
],
"members": {
"analysisTemplate": {
- "shape": "S2s"
+ "shape": "S32"
}
}
}
@@ -855,7 +1000,7 @@
],
"members": {
"collaboration": {
- "shape": "S38"
+ "shape": "S3i"
}
}
}
@@ -957,6 +1102,77 @@
}
}
},
+ "GetCollaborationIdNamespaceAssociation": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "collaborationIdentifier",
+ "idNamespaceAssociationIdentifier"
+ ],
+ "members": {
+ "collaborationIdentifier": {
+ "location": "uri",
+ "locationName": "collaborationIdentifier"
+ },
+ "idNamespaceAssociationIdentifier": {
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "collaborationIdNamespaceAssociation"
+ ],
+ "members": {
+ "collaborationIdNamespaceAssociation": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "creatorAccountId",
+ "createTime",
+ "updateTime",
+ "inputReferenceConfig",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {},
+ "arn": {},
+ "collaborationId": {},
+ "collaborationArn": {},
+ "name": {},
+ "description": {},
+ "creatorAccountId": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "inputReferenceConfig": {
+ "shape": "S4m"
+ },
+ "inputReferenceProperties": {
+ "shape": "S4u"
+ },
+ "idMappingConfig": {
+ "shape": "S4p"
+ }
+ }
+ }
+ }
+ }
+ },
"GetCollaborationPrivacyBudgetTemplate": {
"http": {
"method": "GET",
@@ -1015,7 +1231,7 @@
"privacyBudgetType": {},
"autoRefresh": {},
"parameters": {
- "shape": "S4r"
+ "shape": "S5l"
}
}
}
@@ -1052,7 +1268,7 @@
],
"members": {
"configuredAudienceModelAssociation": {
- "shape": "S3e"
+ "shape": "S3o"
}
}
}
@@ -1082,7 +1298,7 @@
],
"members": {
"configuredTable": {
- "shape": "S3o"
+ "shape": "S3y"
}
}
}
@@ -1117,7 +1333,7 @@
],
"members": {
"analysisRule": {
- "shape": "S3x"
+ "shape": "S47"
}
}
}
@@ -1152,7 +1368,77 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S41"
+ "shape": "S4b"
+ }
+ }
+ }
+ },
+ "GetIdMappingTable": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "S4i"
+ }
+ }
+ }
+ },
+ "GetIdNamespaceAssociation": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "S4r"
}
}
}
@@ -1182,7 +1468,7 @@
],
"members": {
"membership": {
- "shape": "S4e"
+ "shape": "S58"
}
}
}
@@ -1217,7 +1503,7 @@
],
"members": {
"privacyBudgetTemplate": {
- "shape": "S4o"
+ "shape": "S5i"
}
}
}
@@ -1252,7 +1538,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S63"
+ "shape": "S78"
}
}
}
@@ -1327,7 +1613,7 @@
],
"members": {
"analysisRule": {
- "shape": "S1s"
+ "shape": "S1x"
}
}
}
@@ -1538,6 +1824,82 @@
}
}
},
+ "ListCollaborationIdNamespaceAssociations": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "collaborationIdentifier"
+ ],
+ "members": {
+ "collaborationIdentifier": {
+ "location": "uri",
+ "locationName": "collaborationIdentifier"
+ },
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "collaborationIdNamespaceAssociationSummaries"
+ ],
+ "members": {
+ "nextToken": {},
+ "collaborationIdNamespaceAssociationSummaries": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "arn",
+ "createTime",
+ "id",
+ "updateTime",
+ "collaborationArn",
+ "collaborationId",
+ "creatorAccountId",
+ "inputReferenceConfig",
+ "name",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "arn": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "id": {},
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "collaborationArn": {},
+ "collaborationId": {},
+ "creatorAccountId": {},
+ "inputReferenceConfig": {
+ "shape": "S4m"
+ },
+ "name": {},
+ "description": {},
+ "inputReferenceProperties": {
+ "shape": "S8g"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"ListCollaborationPrivacyBudgetTemplates": {
"http": {
"method": "GET",
@@ -1674,7 +2036,7 @@
"type": "timestamp"
},
"budget": {
- "shape": "S7f"
+ "shape": "S8p"
}
}
}
@@ -1937,14 +2299,166 @@
"updateTime": {
"type": "timestamp"
},
- "analysisRuleTypes": {
- "shape": "S3q"
+ "analysisRuleTypes": {
+ "shape": "S40"
+ },
+ "analysisMethod": {}
+ }
+ }
+ },
+ "nextToken": {}
+ }
+ }
+ },
+ "ListIdMappingTables": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idMappingTableSummaries"
+ ],
+ "members": {
+ "idMappingTableSummaries": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "collaborationArn",
+ "collaborationId",
+ "membershipId",
+ "membershipArn",
+ "createTime",
+ "updateTime",
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "name"
+ ],
+ "members": {
+ "collaborationArn": {},
+ "collaborationId": {},
+ "membershipId": {},
+ "membershipArn": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "id": {},
+ "arn": {},
+ "description": {},
+ "inputReferenceConfig": {
+ "shape": "S4e"
+ },
+ "name": {}
+ }
+ }
+ },
+ "nextToken": {}
+ }
+ }
+ },
+ "ListIdNamespaceAssociations": {
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "location": "querystring",
+ "locationName": "maxResults",
+ "type": "integer"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationSummaries"
+ ],
+ "members": {
+ "nextToken": {},
+ "idNamespaceAssociationSummaries": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "membershipId",
+ "membershipArn",
+ "collaborationArn",
+ "collaborationId",
+ "createTime",
+ "updateTime",
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "name",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "membershipId": {},
+ "membershipArn": {},
+ "collaborationArn": {},
+ "collaborationId": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "id": {},
+ "arn": {},
+ "inputReferenceConfig": {
+ "shape": "S4m"
},
- "analysisMethod": {}
+ "name": {},
+ "description": {},
+ "inputReferenceProperties": {
+ "shape": "S8g"
+ }
}
}
- },
- "nextToken": {}
+ }
}
}
},
@@ -2000,7 +2514,7 @@
"status": {},
"displayName": {},
"abilities": {
- "shape": "S2x"
+ "shape": "S37"
},
"createTime": {
"type": "timestamp"
@@ -2011,7 +2525,7 @@
"membershipId": {},
"membershipArn": {},
"paymentConfiguration": {
- "shape": "S30"
+ "shape": "S3a"
}
}
}
@@ -2084,10 +2598,10 @@
},
"status": {},
"memberAbilities": {
- "shape": "S2x"
+ "shape": "S37"
},
"paymentConfiguration": {
- "shape": "S4b"
+ "shape": "S55"
}
}
}
@@ -2235,7 +2749,7 @@
"type": "timestamp"
},
"budget": {
- "shape": "S7f"
+ "shape": "S8p"
}
}
}
@@ -2406,9 +2920,41 @@
],
"members": {
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
+ }
+ }
+ }
+ },
+ "PopulateIdMappingTable": {
+ "http": {
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
}
}
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idMappingJobId"
+ ],
+ "members": {
+ "idMappingJobId": {}
+ }
}
},
"PreviewPrivacyImpact": {
@@ -2508,10 +3054,10 @@
"locationName": "membershipIdentifier"
},
"sqlParameters": {
- "shape": "S64"
+ "shape": "S79"
},
"resultConfiguration": {
- "shape": "S68"
+ "shape": "S7d"
}
}
},
@@ -2522,7 +3068,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S63"
+ "shape": "S78"
}
}
}
@@ -2544,7 +3090,7 @@
"locationName": "resourceArn"
},
"tags": {
- "shape": "S2o"
+ "shape": "S2y"
}
}
},
@@ -2614,7 +3160,7 @@
],
"members": {
"analysisTemplate": {
- "shape": "S2s"
+ "shape": "S32"
}
}
}
@@ -2646,7 +3192,7 @@
],
"members": {
"collaboration": {
- "shape": "S38"
+ "shape": "S3i"
}
}
}
@@ -2683,7 +3229,7 @@
],
"members": {
"configuredAudienceModelAssociation": {
- "shape": "S3e"
+ "shape": "S3o"
}
}
}
@@ -2715,7 +3261,7 @@
],
"members": {
"configuredTable": {
- "shape": "S3o"
+ "shape": "S3y"
}
}
}
@@ -2743,7 +3289,7 @@
"locationName": "analysisRuleType"
},
"analysisRulePolicy": {
- "shape": "S3u"
+ "shape": "S44"
}
}
},
@@ -2754,7 +3300,7 @@
],
"members": {
"analysisRule": {
- "shape": "S3x"
+ "shape": "S47"
}
}
}
@@ -2791,7 +3337,84 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S41"
+ "shape": "S4b"
+ }
+ }
+ }
+ },
+ "UpdateIdMappingTable": {
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "description": {},
+ "kmsKeyArn": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "S4i"
+ }
+ }
+ }
+ },
+ "UpdateIdNamespaceAssociation": {
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "name": {},
+ "description": {},
+ "idMappingConfig": {
+ "shape": "S4p"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "S4r"
}
}
}
@@ -2814,7 +3437,7 @@
},
"queryLogStatus": {},
"defaultResultConfiguration": {
- "shape": "S45"
+ "shape": "S4z"
}
}
},
@@ -2825,7 +3448,7 @@
],
"members": {
"membership": {
- "shape": "S4e"
+ "shape": "S58"
}
}
}
@@ -2879,7 +3502,7 @@
],
"members": {
"privacyBudgetTemplate": {
- "shape": "S4o"
+ "shape": "S5i"
}
}
}
@@ -2916,7 +3539,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S63"
+ "shape": "S78"
}
}
},
@@ -3096,6 +3719,23 @@
}
}
}
+ },
+ "schemaTypeProperties": {
+ "type": "structure",
+ "members": {
+ "idMappingTable": {
+ "type": "structure",
+ "required": [
+ "idMappingTableInputSource"
+ ],
+ "members": {
+ "idMappingTableInputSource": {
+ "shape": "S1n"
+ }
+ }
+ }
+ },
+ "union": true
}
}
},
@@ -3117,7 +3757,21 @@
"type": "list",
"member": {}
},
- "S1s": {
+ "S1n": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationId",
+ "type"
+ ],
+ "members": {
+ "idNamespaceAssociationId": {},
+ "type": {}
+ }
+ }
+ },
+ "S1x": {
"type": "structure",
"required": [
"collaborationId",
@@ -3144,13 +3798,46 @@
"type": "structure",
"members": {
"list": {
- "shape": "S1v"
+ "shape": "S20"
},
"aggregation": {
- "shape": "S21"
+ "shape": "S26"
},
"custom": {
- "shape": "S2d"
+ "shape": "S2i"
+ },
+ "idMappingTable": {
+ "type": "structure",
+ "required": [
+ "joinColumns",
+ "queryConstraints"
+ ],
+ "members": {
+ "joinColumns": {
+ "type": "list",
+ "member": {}
+ },
+ "queryConstraints": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "requireOverlap": {
+ "type": "structure",
+ "members": {
+ "columns": {
+ "shape": "S25"
+ }
+ }
+ }
+ },
+ "union": true
+ }
+ },
+ "dimensionColumns": {
+ "shape": "S25"
+ }
+ }
}
},
"union": true
@@ -3160,7 +3847,7 @@
}
}
},
- "S1v": {
+ "S20": {
"type": "structure",
"required": [
"joinColumns",
@@ -3172,22 +3859,22 @@
"member": {}
},
"allowedJoinOperators": {
- "shape": "S1y"
+ "shape": "S23"
},
"listColumns": {
- "shape": "S20"
+ "shape": "S25"
}
}
},
- "S1y": {
+ "S23": {
"type": "list",
"member": {}
},
- "S20": {
+ "S25": {
"type": "list",
"member": {}
},
- "S21": {
+ "S26": {
"type": "structure",
"required": [
"aggregateColumns",
@@ -3215,14 +3902,14 @@
}
},
"joinColumns": {
- "shape": "S20"
+ "shape": "S25"
},
"joinRequired": {},
"allowedJoinOperators": {
- "shape": "S1y"
+ "shape": "S23"
},
"dimensionColumns": {
- "shape": "S20"
+ "shape": "S25"
},
"scalarFunctions": {
"type": "list",
@@ -3248,7 +3935,7 @@
}
}
},
- "S2d": {
+ "S2i": {
"type": "structure",
"required": [
"allowedAnalyses"
@@ -3284,12 +3971,12 @@
}
}
},
- "S2o": {
+ "S2y": {
"type": "map",
"key": {},
"value": {}
},
- "S2s": {
+ "S32": {
"type": "structure",
"required": [
"id",
@@ -3335,11 +4022,11 @@
}
}
},
- "S2x": {
+ "S37": {
"type": "list",
"member": {}
},
- "S30": {
+ "S3a": {
"type": "structure",
"required": [
"queryCompute"
@@ -3358,7 +4045,7 @@
}
}
},
- "S35": {
+ "S3f": {
"type": "structure",
"required": [
"allowCleartext",
@@ -3381,7 +4068,7 @@
}
}
},
- "S38": {
+ "S3i": {
"type": "structure",
"required": [
"id",
@@ -3411,12 +4098,12 @@
"membershipId": {},
"membershipArn": {},
"dataEncryptionMetadata": {
- "shape": "S35"
+ "shape": "S3f"
},
"queryLogStatus": {}
}
},
- "S3e": {
+ "S3o": {
"type": "structure",
"required": [
"id",
@@ -3452,7 +4139,7 @@
}
}
},
- "S3i": {
+ "S3s": {
"type": "structure",
"members": {
"glue": {
@@ -3469,11 +4156,11 @@
},
"union": true
},
- "S3m": {
+ "S3w": {
"type": "list",
"member": {}
},
- "S3o": {
+ "S3y": {
"type": "structure",
"required": [
"id",
@@ -3492,7 +4179,7 @@
"name": {},
"description": {},
"tableReference": {
- "shape": "S3i"
+ "shape": "S3s"
},
"createTime": {
"type": "timestamp"
@@ -3501,32 +4188,32 @@
"type": "timestamp"
},
"analysisRuleTypes": {
- "shape": "S3q"
+ "shape": "S40"
},
"analysisMethod": {},
"allowedColumns": {
- "shape": "S3m"
+ "shape": "S3w"
}
}
},
- "S3q": {
+ "S40": {
"type": "list",
"member": {}
},
- "S3u": {
+ "S44": {
"type": "structure",
"members": {
"v1": {
"type": "structure",
"members": {
"list": {
- "shape": "S1v"
+ "shape": "S20"
},
"aggregation": {
- "shape": "S21"
+ "shape": "S26"
},
"custom": {
- "shape": "S2d"
+ "shape": "S2i"
}
},
"union": true
@@ -3534,7 +4221,7 @@
},
"union": true
},
- "S3x": {
+ "S47": {
"type": "structure",
"required": [
"configuredTableId",
@@ -3548,7 +4235,7 @@
"configuredTableId": {},
"configuredTableArn": {},
"policy": {
- "shape": "S3u"
+ "shape": "S44"
},
"type": {},
"createTime": {
@@ -3559,7 +4246,7 @@
}
}
},
- "S41": {
+ "S4b": {
"type": "structure",
"required": [
"arn",
@@ -3591,7 +4278,150 @@
}
}
},
- "S45": {
+ "S4e": {
+ "type": "structure",
+ "required": [
+ "inputReferenceArn",
+ "manageResourcePolicies"
+ ],
+ "members": {
+ "inputReferenceArn": {},
+ "manageResourcePolicies": {
+ "type": "boolean"
+ }
+ }
+ },
+ "S4i": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "membershipId",
+ "membershipArn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "createTime",
+ "updateTime",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {},
+ "arn": {},
+ "inputReferenceConfig": {
+ "shape": "S4e"
+ },
+ "membershipId": {},
+ "membershipArn": {},
+ "collaborationId": {},
+ "collaborationArn": {},
+ "description": {},
+ "name": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "inputReferenceProperties": {
+ "type": "structure",
+ "required": [
+ "idMappingTableInputSource"
+ ],
+ "members": {
+ "idMappingTableInputSource": {
+ "shape": "S1n"
+ }
+ }
+ },
+ "kmsKeyArn": {}
+ }
+ },
+ "S4m": {
+ "type": "structure",
+ "required": [
+ "inputReferenceArn",
+ "manageResourcePolicies"
+ ],
+ "members": {
+ "inputReferenceArn": {},
+ "manageResourcePolicies": {
+ "type": "boolean"
+ }
+ }
+ },
+ "S4p": {
+ "type": "structure",
+ "required": [
+ "allowUseAsDimensionColumn"
+ ],
+ "members": {
+ "allowUseAsDimensionColumn": {
+ "type": "boolean"
+ }
+ }
+ },
+ "S4r": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "membershipId",
+ "membershipArn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "createTime",
+ "updateTime",
+ "inputReferenceConfig",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {},
+ "arn": {},
+ "membershipId": {},
+ "membershipArn": {},
+ "collaborationId": {},
+ "collaborationArn": {},
+ "name": {},
+ "description": {},
+ "createTime": {
+ "type": "timestamp"
+ },
+ "updateTime": {
+ "type": "timestamp"
+ },
+ "inputReferenceConfig": {
+ "shape": "S4m"
+ },
+ "inputReferenceProperties": {
+ "shape": "S4u"
+ },
+ "idMappingConfig": {
+ "shape": "S4p"
+ }
+ }
+ },
+ "S4u": {
+ "type": "structure",
+ "required": [
+ "idNamespaceType",
+ "idMappingWorkflowsSupported"
+ ],
+ "members": {
+ "idNamespaceType": {},
+ "idMappingWorkflowsSupported": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {},
+ "document": true
+ }
+ }
+ }
+ },
+ "S4z": {
"type": "structure",
"required": [
"outputConfiguration"
@@ -3601,7 +4431,7 @@
"type": "structure",
"members": {
"s3": {
- "shape": "S47"
+ "shape": "S51"
}
},
"union": true
@@ -3609,7 +4439,7 @@
"roleArn": {}
}
},
- "S47": {
+ "S51": {
"type": "structure",
"required": [
"resultFormat",
@@ -3621,7 +4451,7 @@
"keyPrefix": {}
}
},
- "S4b": {
+ "S55": {
"type": "structure",
"required": [
"queryCompute"
@@ -3640,7 +4470,7 @@
}
}
},
- "S4e": {
+ "S58": {
"type": "structure",
"required": [
"id",
@@ -3673,18 +4503,18 @@
},
"status": {},
"memberAbilities": {
- "shape": "S2x"
+ "shape": "S37"
},
"queryLogStatus": {},
"defaultResultConfiguration": {
- "shape": "S45"
+ "shape": "S4z"
},
"paymentConfiguration": {
- "shape": "S4b"
+ "shape": "S55"
}
}
},
- "S4o": {
+ "S5i": {
"type": "structure",
"required": [
"id",
@@ -3715,11 +4545,11 @@
"privacyBudgetType": {},
"autoRefresh": {},
"parameters": {
- "shape": "S4r"
+ "shape": "S5l"
}
}
},
- "S4r": {
+ "S5l": {
"type": "structure",
"members": {
"differentialPrivacy": {
@@ -3740,7 +4570,7 @@
},
"union": true
},
- "S63": {
+ "S78": {
"type": "structure",
"required": [
"id",
@@ -3757,11 +4587,11 @@
"type": "timestamp"
},
"sqlParameters": {
- "shape": "S64"
+ "shape": "S79"
},
"status": {},
"resultConfiguration": {
- "shape": "S68"
+ "shape": "S7d"
},
"statistics": {
"type": "structure",
@@ -3851,7 +4681,7 @@
}
}
},
- "S64": {
+ "S79": {
"type": "structure",
"members": {
"queryString": {},
@@ -3864,7 +4694,7 @@
},
"sensitive": true
},
- "S68": {
+ "S7d": {
"type": "structure",
"required": [
"outputConfiguration"
@@ -3874,14 +4704,23 @@
"type": "structure",
"members": {
"s3": {
- "shape": "S47"
+ "shape": "S51"
}
},
"union": true
}
}
},
- "S7f": {
+ "S8g": {
+ "type": "structure",
+ "required": [
+ "idNamespaceType"
+ ],
+ "members": {
+ "idNamespaceType": {}
+ }
+ },
+ "S8p": {
"type": "structure",
"members": {
"differentialPrivacy": {
diff --git a/apis/cleanrooms-2022-02-17.normal.json b/apis/cleanrooms-2022-02-17.normal.json
index cf459746b6..a4c4638421 100644
--- a/apis/cleanrooms-2022-02-17.normal.json
+++ b/apis/cleanrooms-2022-02-17.normal.json
@@ -2,9 +2,14 @@
"version": "2.0",
"metadata": {
"apiVersion": "2022-02-17",
+ "auth": [
+ "aws.auth#sigv4"
+ ],
"endpointPrefix": "cleanrooms",
- "jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceFullName": "AWS Clean Rooms Service",
"serviceId": "CleanRooms",
"signatureVersion": "v4",
@@ -329,6 +334,82 @@
],
"documentation": "
Creates a configured table association. A configured table association links a configured table with a collaboration.
"
},
+ "CreateIdMappingTable": {
+ "name": "CreateIdMappingTable",
+ "http": {
+ "method": "POST",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "CreateIdMappingTableInput"
+ },
+ "output": {
+ "shape": "CreateIdMappingTableOutput"
+ },
+ "errors": [
+ {
+ "shape": "ConflictException"
+ },
+ {
+ "shape": "ServiceQuotaExceededException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Creates an ID mapping table.
"
+ },
+ "CreateIdNamespaceAssociation": {
+ "name": "CreateIdNamespaceAssociation",
+ "http": {
+ "method": "POST",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "CreateIdNamespaceAssociationInput"
+ },
+ "output": {
+ "shape": "CreateIdNamespaceAssociationOutput"
+ },
+ "errors": [
+ {
+ "shape": "ConflictException"
+ },
+ {
+ "shape": "ServiceQuotaExceededException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Creates an ID namespace association.
"
+ },
"CreateMembership": {
"name": "CreateMembership",
"http": {
@@ -606,6 +687,72 @@
"documentation": "Deletes a configured table association.
",
"idempotent": true
},
+ "DeleteIdMappingTable": {
+ "name": "DeleteIdMappingTable",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 204
+ },
+ "input": {
+ "shape": "DeleteIdMappingTableInput"
+ },
+ "output": {
+ "shape": "DeleteIdMappingTableOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Deletes an ID mapping table.
",
+ "idempotent": true
+ },
+ "DeleteIdNamespaceAssociation": {
+ "name": "DeleteIdNamespaceAssociation",
+ "http": {
+ "method": "DELETE",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 204
+ },
+ "input": {
+ "shape": "DeleteIdNamespaceAssociationInput"
+ },
+ "output": {
+ "shape": "DeleteIdNamespaceAssociationOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Deletes an ID namespace association.
",
+ "idempotent": true
+ },
"DeleteMember": {
"name": "DeleteMember",
"http": {
@@ -836,6 +983,38 @@
],
"documentation": "Retrieves a configured audience model association within a collaboration.
"
},
+ "GetCollaborationIdNamespaceAssociation": {
+ "name": "GetCollaborationIdNamespaceAssociation",
+ "http": {
+ "method": "GET",
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetCollaborationIdNamespaceAssociationInput"
+ },
+ "output": {
+ "shape": "GetCollaborationIdNamespaceAssociationOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Retrieves an ID namespace association from a specific collaboration.
"
+ },
"GetCollaborationPrivacyBudgetTemplate": {
"name": "GetCollaborationPrivacyBudgetTemplate",
"http": {
@@ -996,6 +1175,70 @@
],
"documentation": "Retrieves a configured table association.
"
},
+ "GetIdMappingTable": {
+ "name": "GetIdMappingTable",
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetIdMappingTableInput"
+ },
+ "output": {
+ "shape": "GetIdMappingTableOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Retrieves an ID mapping table.
"
+ },
+ "GetIdNamespaceAssociation": {
+ "name": "GetIdNamespaceAssociation",
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetIdNamespaceAssociationInput"
+ },
+ "output": {
+ "shape": "GetIdNamespaceAssociationOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Retrieves an ID namespace association.
"
+ },
"GetMembership": {
"name": "GetMembership",
"http": {
@@ -1252,6 +1495,38 @@
],
"documentation": "Lists configured audience model associations within a collaboration.
"
},
+ "ListCollaborationIdNamespaceAssociations": {
+ "name": "ListCollaborationIdNamespaceAssociations",
+ "http": {
+ "method": "GET",
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListCollaborationIdNamespaceAssociationsInput"
+ },
+ "output": {
+ "shape": "ListCollaborationIdNamespaceAssociationsOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Returns a list of the ID namespace associations in a collaboration.
"
+ },
"ListCollaborationPrivacyBudgetTemplates": {
"name": "ListCollaborationPrivacyBudgetTemplates",
"http": {
@@ -1438,18 +1713,18 @@
],
"documentation": "Lists configured tables.
"
},
- "ListMembers": {
- "name": "ListMembers",
+ "ListIdMappingTables": {
+ "name": "ListIdMappingTables",
"http": {
"method": "GET",
- "requestUri": "/collaborations/{collaborationIdentifier}/members",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
"responseCode": 200
},
"input": {
- "shape": "ListMembersInput"
+ "shape": "ListIdMappingTablesInput"
},
"output": {
- "shape": "ListMembersOutput"
+ "shape": "ListIdMappingTablesOutput"
},
"errors": [
{
@@ -1468,22 +1743,25 @@
"shape": "AccessDeniedException"
}
],
- "documentation": "Lists all members within a collaboration.
"
+ "documentation": "Returns a list of ID mapping tables.
"
},
- "ListMemberships": {
- "name": "ListMemberships",
+ "ListIdNamespaceAssociations": {
+ "name": "ListIdNamespaceAssociations",
"http": {
"method": "GET",
- "requestUri": "/memberships",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
"responseCode": 200
},
"input": {
- "shape": "ListMembershipsInput"
+ "shape": "ListIdNamespaceAssociationsInput"
},
"output": {
- "shape": "ListMembershipsOutput"
+ "shape": "ListIdNamespaceAssociationsOutput"
},
"errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
{
"shape": "InternalServerException"
},
@@ -1497,20 +1775,20 @@
"shape": "AccessDeniedException"
}
],
- "documentation": "Lists all memberships resources within the caller's account.
"
+ "documentation": "Returns a list of ID namespace associations.
"
},
- "ListPrivacyBudgetTemplates": {
- "name": "ListPrivacyBudgetTemplates",
+ "ListMembers": {
+ "name": "ListMembers",
"http": {
"method": "GET",
- "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates",
+ "requestUri": "/collaborations/{collaborationIdentifier}/members",
"responseCode": 200
},
"input": {
- "shape": "ListPrivacyBudgetTemplatesInput"
+ "shape": "ListMembersInput"
},
"output": {
- "shape": "ListPrivacyBudgetTemplatesOutput"
+ "shape": "ListMembersOutput"
},
"errors": [
{
@@ -1529,17 +1807,78 @@
"shape": "AccessDeniedException"
}
],
- "documentation": "Returns detailed information about the privacy budget templates in a specified membership.
"
+ "documentation": "Lists all members within a collaboration.
"
},
- "ListPrivacyBudgets": {
- "name": "ListPrivacyBudgets",
+ "ListMemberships": {
+ "name": "ListMemberships",
"http": {
"method": "GET",
- "requestUri": "/memberships/{membershipIdentifier}/privacybudgets",
+ "requestUri": "/memberships",
"responseCode": 200
},
"input": {
- "shape": "ListPrivacyBudgetsInput"
+ "shape": "ListMembershipsInput"
+ },
+ "output": {
+ "shape": "ListMembershipsOutput"
+ },
+ "errors": [
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Lists all memberships resources within the caller's account.
"
+ },
+ "ListPrivacyBudgetTemplates": {
+ "name": "ListPrivacyBudgetTemplates",
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListPrivacyBudgetTemplatesInput"
+ },
+ "output": {
+ "shape": "ListPrivacyBudgetTemplatesOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Returns detailed information about the privacy budget templates in a specified membership.
"
+ },
+ "ListPrivacyBudgets": {
+ "name": "ListPrivacyBudgets",
+ "http": {
+ "method": "GET",
+ "requestUri": "/memberships/{membershipIdentifier}/privacybudgets",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "ListPrivacyBudgetsInput"
},
"output": {
"shape": "ListPrivacyBudgetsOutput"
@@ -1650,6 +1989,41 @@
],
"documentation": "Lists all of the tags that have been added to a resource.
"
},
+ "PopulateIdMappingTable": {
+ "name": "PopulateIdMappingTable",
+ "http": {
+ "method": "POST",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "PopulateIdMappingTableInput"
+ },
+ "output": {
+ "shape": "PopulateIdMappingTableOutput"
+ },
+ "errors": [
+ {
+ "shape": "ConflictException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Defines the information that's necessary to populate an ID mapping table.
"
+ },
"PreviewPrivacyImpact": {
"name": "PreviewPrivacyImpact",
"http": {
@@ -1961,6 +2335,70 @@
],
"documentation": "Updates a configured table association.
"
},
+ "UpdateIdMappingTable": {
+ "name": "UpdateIdMappingTable",
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "UpdateIdMappingTableInput"
+ },
+ "output": {
+ "shape": "UpdateIdMappingTableOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Provides the details that are necessary to update an ID mapping table.
"
+ },
+ "UpdateIdNamespaceAssociation": {
+ "name": "UpdateIdNamespaceAssociation",
+ "http": {
+ "method": "PATCH",
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "UpdateIdNamespaceAssociationInput"
+ },
+ "output": {
+ "shape": "UpdateIdNamespaceAssociationOutput"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InternalServerException"
+ },
+ {
+ "shape": "ValidationException"
+ },
+ {
+ "shape": "ThrottlingException"
+ },
+ {
+ "shape": "AccessDeniedException"
+ }
+ ],
+ "documentation": "Provides the details that are necessary to update an ID namespace association.
"
+ },
"UpdateMembership": {
"name": "UpdateMembership",
"http": {
@@ -2336,6 +2774,36 @@
},
"min": 0
},
+ "AnalysisRuleIdMappingTable": {
+ "type": "structure",
+ "required": [
+ "joinColumns",
+ "queryConstraints"
+ ],
+ "members": {
+ "joinColumns": {
+ "shape": "AnalysisRuleIdMappingTableJoinColumnsList",
+ "documentation": "The columns that query runners are allowed to use in an INNER JOIN statement.
"
+ },
+ "queryConstraints": {
+ "shape": "QueryConstraintList",
+ "documentation": "The query constraints of the analysis rule ID mapping table.
"
+ },
+ "dimensionColumns": {
+ "shape": "AnalysisRuleColumnList",
+ "documentation": "The columns that query runners are allowed to select, group by, or filter by.
"
+ }
+ },
+ "documentation": "Defines details for the analysis rule ID mapping table.
"
+ },
+ "AnalysisRuleIdMappingTableJoinColumnsList": {
+ "type": "list",
+ "member": {
+ "shape": "AnalysisRuleColumnName"
+ },
+ "max": 2,
+ "min": 2
+ },
"AnalysisRuleList": {
"type": "structure",
"required": [
@@ -2390,6 +2858,10 @@
"custom": {
"shape": "AnalysisRuleCustom",
"documentation": "Analysis rule type that enables custom SQL queries on a configured table.
"
+ },
+ "idMappingTable": {
+ "shape": "AnalysisRuleIdMappingTable",
+ "documentation": "The ID mapping table.
"
}
},
"documentation": "Controls on the query specifications that can be run on configured table.
",
@@ -2400,7 +2872,8 @@
"enum": [
"AGGREGATION",
"LIST",
- "CUSTOM"
+ "CUSTOM",
+ "ID_MAPPING_TABLE"
]
},
"AnalysisRuleTypeList": {
@@ -3142,7 +3615,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Only supports AWS account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
"
},
"createTime": {
"shape": "Timestamp",
@@ -3198,7 +3671,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Only supports AWS account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
"
},
"description": {
"shape": "ResourceDescription",
@@ -3219,6 +3692,139 @@
"min": 1,
"pattern": "(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*"
},
+ "CollaborationIdNamespaceAssociation": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "creatorAccountId",
+ "createTime",
+ "updateTime",
+ "inputReferenceConfig",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the collaboration ID namespace association.
"
+ },
+ "arn": {
+ "shape": "IdNamespaceAssociationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration ID namespace association.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains the collaboration ID namespace association.
"
+ },
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "The name of the collaboration ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the collaboration ID namespace association.
"
+ },
+ "creatorAccountId": {
+ "shape": "AccountId",
+ "documentation": "The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which the collaboration ID namespace association was created.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which the collaboration ID namespace was updated.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdNamespaceAssociationInputReferenceConfig",
+ "documentation": "The input reference configuration that's necessary to create the collaboration ID namespace association.
"
+ },
+ "inputReferenceProperties": {
+ "shape": "IdNamespaceAssociationInputReferenceProperties",
+ "documentation": "The input reference properties that are needed to create the collaboration ID namespace association.
"
+ },
+ "idMappingConfig": {
+ "shape": "IdMappingConfig"
+ }
+ },
+ "documentation": "Defines details for the collaboration ID namespace association.
"
+ },
+ "CollaborationIdNamespaceAssociationSummary": {
+ "type": "structure",
+ "required": [
+ "arn",
+ "createTime",
+ "id",
+ "updateTime",
+ "collaborationArn",
+ "collaborationId",
+ "creatorAccountId",
+ "inputReferenceConfig",
+ "name",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "arn": {
+ "shape": "IdNamespaceAssociationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration ID namespace association.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which the collaboration ID namespace association was created.
"
+ },
+ "id": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the collaboration ID namespace association.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which the collaboration ID namespace association was updated.
"
+ },
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains this collaboration ID namespace association.
"
+ },
+ "creatorAccountId": {
+ "shape": "AccountId",
+ "documentation": "The Amazon Web Services account that created this collaboration ID namespace association.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdNamespaceAssociationInputReferenceConfig",
+ "documentation": "The input reference configuration that's used to create the collaboration ID namespace association.
"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "The name of the collaboration ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the collaboration ID namepsace association.
"
+ },
+ "inputReferenceProperties": {
+ "shape": "IdNamespaceAssociationInputReferencePropertiesSummary",
+ "documentation": "The input reference properties that are used to create the collaboration ID namespace association.
"
+ }
+ },
+ "documentation": "Provides summary information about the collaboration ID namespace association.
"
+ },
+ "CollaborationIdNamespaceAssociationSummaryList": {
+ "type": "list",
+ "member": {
+ "shape": "CollaborationIdNamespaceAssociationSummary"
+ }
+ },
"CollaborationIdentifier": {
"type": "string",
"max": 36,
@@ -4294,11 +4900,107 @@
}
}
},
- "CreateMembershipInput": {
+ "CreateIdMappingTableInput": {
"type": "structure",
"required": [
- "collaborationIdentifier",
- "queryLogStatus"
+ "membershipIdentifier",
+ "name",
+ "inputReferenceConfig"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping table.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "name": {
+ "shape": "ResourceAlias",
+ "documentation": "A name for the ID mapping table.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "A description of the ID mapping table.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdMappingTableInputReferenceConfig",
+ "documentation": "The input reference configuration needed to create the ID mapping table.
"
+ },
+ "tags": {
+ "shape": "TagMap",
+ "documentation": "An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
"
+ },
+ "kmsKeyArn": {
+ "shape": "KMSKeyArn",
+ "documentation": "The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.
"
+ }
+ }
+ },
+ "CreateIdMappingTableOutput": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "IdMappingTable",
+ "documentation": "The ID mapping table that was created.
"
+ }
+ }
+ },
+ "CreateIdNamespaceAssociationInput": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier",
+ "inputReferenceConfig",
+ "name"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID namespace association.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdNamespaceAssociationInputReferenceConfig",
+ "documentation": "The input reference configuration needed to create the ID namespace association.
"
+ },
+ "tags": {
+ "shape": "TagMap",
+ "documentation": "An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "The name for the ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the ID namespace association.
"
+ },
+ "idMappingConfig": {
+ "shape": "IdMappingConfig",
+ "documentation": "The configuration settings for the ID mapping table.
"
+ }
+ }
+ },
+ "CreateIdNamespaceAssociationOutput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "IdNamespaceAssociation",
+ "documentation": "The ID namespace association that was created.
"
+ }
+ }
+ },
+ "CreateMembershipInput": {
+ "type": "structure",
+ "required": [
+ "collaborationIdentifier",
+ "queryLogStatus"
],
"members": {
"collaborationIdentifier": {
@@ -4546,6 +5248,56 @@
"members": {},
"documentation": "The empty output for a successful deletion.
"
},
+ "DeleteIdMappingTableInput": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the ID mapping table that you want to delete.
",
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping table that you want to delete.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "DeleteIdMappingTableOutput": {
+ "type": "structure",
+ "members": {}
+ },
+ "DeleteIdNamespaceAssociationInput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the ID namespace association that you want to delete.
",
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID namespace association that you want to delete.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "DeleteIdNamespaceAssociationOutput": {
+ "type": "structure",
+ "members": {}
+ },
"DeleteMemberInput": {
"type": "structure",
"required": [
@@ -4890,6 +5642,11 @@
"min": 1,
"pattern": "(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*"
},
+ "Document": {
+ "type": "structure",
+ "members": {},
+ "document": true
+ },
"Epsilon": {
"type": "integer",
"box": true,
@@ -4907,6 +5664,12 @@
"type": "float",
"box": true
},
+ "GenericResourceName": {
+ "type": "string",
+ "max": 100,
+ "min": 1,
+ "pattern": "(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*"
+ },
"GetAnalysisTemplateInput": {
"type": "structure",
"required": [
@@ -5006,6 +5769,39 @@
}
}
},
+ "GetCollaborationIdNamespaceAssociationInput": {
+ "type": "structure",
+ "required": [
+ "collaborationIdentifier",
+ "idNamespaceAssociationIdentifier"
+ ],
+ "members": {
+ "collaborationIdentifier": {
+ "shape": "CollaborationIdentifier",
+ "documentation": "The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "collaborationIdentifier"
+ },
+ "idNamespaceAssociationIdentifier": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the ID namespace association that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ }
+ }
+ },
+ "GetCollaborationIdNamespaceAssociationOutput": {
+ "type": "structure",
+ "required": [
+ "collaborationIdNamespaceAssociation"
+ ],
+ "members": {
+ "collaborationIdNamespaceAssociation": {
+ "shape": "CollaborationIdNamespaceAssociation",
+ "documentation": "The ID namespace association that you requested.
"
+ }
+ }
+ },
"GetCollaborationInput": {
"type": "structure",
"required": [
@@ -5190,6 +5986,72 @@
}
}
},
+ "GetIdMappingTableInput": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the ID mapping table identifier that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "GetIdMappingTableOutput": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "IdMappingTable",
+ "documentation": "The ID mapping table that you requested.
"
+ }
+ }
+ },
+ "GetIdNamespaceAssociationInput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the ID namespace association that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID namespace association that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "GetIdNamespaceAssociationOutput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "IdNamespaceAssociation",
+ "documentation": "The ID namespace association that you requested.
"
+ }
+ }
+ },
"GetMembershipInput": {
"type": "structure",
"required": [
@@ -5353,37 +6215,495 @@
"shape": "Schema",
"documentation": "The entire schema object.
"
}
- }
+ }
+ },
+ "GlueDatabaseName": {
+ "type": "string",
+ "max": 128,
+ "min": 0,
+ "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?"
+ },
+ "GlueTableName": {
+ "type": "string",
+ "max": 128,
+ "min": 0,
+ "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?"
+ },
+ "GlueTableReference": {
+ "type": "structure",
+ "required": [
+ "tableName",
+ "databaseName"
+ ],
+ "members": {
+ "tableName": {
+ "shape": "GlueTableName",
+ "documentation": "The name of the Glue table.
"
+ },
+ "databaseName": {
+ "shape": "GlueDatabaseName",
+ "documentation": "The name of the database the Glue table belongs to.
"
+ }
+ },
+ "documentation": "A reference to a table within an Glue data catalog.
"
+ },
+ "IdMappingConfig": {
+ "type": "structure",
+ "required": [
+ "allowUseAsDimensionColumn"
+ ],
+ "members": {
+ "allowUseAsDimensionColumn": {
+ "shape": "Boolean",
+ "documentation": "An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE
) or not (FALSE
).
Default is FALSE
.
"
+ }
+ },
+ "documentation": "The configuration settings for the ID mapping table.
"
+ },
+ "IdMappingTable": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "membershipId",
+ "membershipArn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "createTime",
+ "updateTime",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the ID mapping table.
"
+ },
+ "arn": {
+ "shape": "IdMappingTableArn",
+ "documentation": "The Amazon Resource Name (ARN) of the ID mapping table.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdMappingTableInputReferenceConfig",
+ "documentation": "The input reference configuration for the ID mapping table.
"
+ },
+ "membershipId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the membership resource for the ID mapping table.
"
+ },
+ "membershipArn": {
+ "shape": "MembershipArn",
+ "documentation": "The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains this ID mapping table.
"
+ },
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the ID mapping table.
"
+ },
+ "name": {
+ "shape": "ResourceAlias",
+ "documentation": "The name of the ID mapping table.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which the ID mapping table was created.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which the ID mapping table was updated.
"
+ },
+ "inputReferenceProperties": {
+ "shape": "IdMappingTableInputReferenceProperties",
+ "documentation": "The input reference properties for the ID mapping table.
"
+ },
+ "kmsKeyArn": {
+ "shape": "KMSKeyArn",
+ "documentation": "The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
"
+ }
+ },
+ "documentation": "Describes information about the ID mapping table.
"
+ },
+ "IdMappingTableArn": {
+ "type": "string",
+ "max": 200,
+ "min": 0,
+ "pattern": "arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/idmappingtable/[\\d\\w-]+"
+ },
+ "IdMappingTableInputReferenceArn": {
+ "type": "string",
+ "max": 2048,
+ "min": 20,
+ "pattern": "arn:(aws|aws-us-gov|aws-cn):entityresolution:.*:[0-9]+:(idmappingworkflow/.*)"
+ },
+ "IdMappingTableInputReferenceConfig": {
+ "type": "structure",
+ "required": [
+ "inputReferenceArn",
+ "manageResourcePolicies"
+ ],
+ "members": {
+ "inputReferenceArn": {
+ "shape": "IdMappingTableInputReferenceArn",
+ "documentation": "The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
"
+ },
+ "manageResourcePolicies": {
+ "shape": "Boolean",
+ "documentation": "When TRUE
, Clean Rooms manages permissions for the ID mapping table resource.
When FALSE
, the resource owner manages permissions for the ID mapping table resource.
"
+ }
+ },
+ "documentation": "Provides the input reference configuration for the ID mapping table.
"
+ },
+ "IdMappingTableInputReferenceProperties": {
+ "type": "structure",
+ "required": [
+ "idMappingTableInputSource"
+ ],
+ "members": {
+ "idMappingTableInputSource": {
+ "shape": "IdMappingTableInputSourceList",
+ "documentation": "The input source of the ID mapping table.
"
+ }
+ },
+ "documentation": "The input reference properties for the ID mapping table.
"
+ },
+ "IdMappingTableInputSource": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationId",
+ "type"
+ ],
+ "members": {
+ "idNamespaceAssociationId": {
+ "shape": "String",
+ "documentation": "The unique identifier of the ID namespace association.
"
+ },
+ "type": {
+ "shape": "IdNamespaceType",
+ "documentation": "The type of the input source of the ID mapping table.
"
+ }
+ },
+ "documentation": "The input source of the ID mapping table.
"
+ },
+ "IdMappingTableInputSourceList": {
+ "type": "list",
+ "member": {
+ "shape": "IdMappingTableInputSource"
+ },
+ "max": 2,
+ "min": 2
+ },
+ "IdMappingTableSchemaTypeProperties": {
+ "type": "structure",
+ "required": [
+ "idMappingTableInputSource"
+ ],
+ "members": {
+ "idMappingTableInputSource": {
+ "shape": "IdMappingTableInputSourceList",
+ "documentation": "Defines which ID namespace associations are used to create the ID mapping table.
"
+ }
+ },
+ "documentation": "Additional properties that are specific to the type of the associated schema.
"
+ },
+ "IdMappingTableSummary": {
+ "type": "structure",
+ "required": [
+ "collaborationArn",
+ "collaborationId",
+ "membershipId",
+ "membershipArn",
+ "createTime",
+ "updateTime",
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "name"
+ ],
+ "members": {
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains this ID mapping table.
"
+ },
+ "membershipId": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership resource for this ID mapping table.
"
+ },
+ "membershipArn": {
+ "shape": "MembershipArn",
+ "documentation": "The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which this ID mapping table was created.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which this ID mapping table was updated.
"
+ },
+ "id": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of this ID mapping table.
"
+ },
+ "arn": {
+ "shape": "IdMappingTableArn",
+ "documentation": "The Amazon Resource Name (ARN) of this ID mapping table.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of this ID mapping table.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdMappingTableInputReferenceConfig",
+ "documentation": "The input reference configuration for the ID mapping table.
"
+ },
+ "name": {
+ "shape": "ResourceAlias",
+ "documentation": "The name of this ID mapping table.
"
+ }
+ },
+ "documentation": "Detailed information about the ID mapping table.
"
+ },
+ "IdMappingTableSummaryList": {
+ "type": "list",
+ "member": {
+ "shape": "IdMappingTableSummary"
+ }
+ },
+ "IdMappingWorkflowsSupported": {
+ "type": "list",
+ "member": {
+ "shape": "Document"
+ }
+ },
+ "IdNamespaceAssociation": {
+ "type": "structure",
+ "required": [
+ "id",
+ "arn",
+ "membershipId",
+ "membershipArn",
+ "collaborationId",
+ "collaborationArn",
+ "name",
+ "createTime",
+ "updateTime",
+ "inputReferenceConfig",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "id": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier for this ID namespace association.
"
+ },
+ "arn": {
+ "shape": "IdNamespaceAssociationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the ID namespace association.
"
+ },
+ "membershipId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the membership resource for this ID namespace association.
"
+ },
+ "membershipArn": {
+ "shape": "MembershipArn",
+ "documentation": "The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains this ID namespace association.
"
+ },
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "The name of this ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the ID namespace association.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which the ID namespace association was created.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which the ID namespace association was updated.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdNamespaceAssociationInputReferenceConfig",
+ "documentation": "The input reference configuration for the ID namespace association.
"
+ },
+ "inputReferenceProperties": {
+ "shape": "IdNamespaceAssociationInputReferenceProperties",
+ "documentation": "The input reference properties for the ID namespace association.
"
+ },
+ "idMappingConfig": {
+ "shape": "IdMappingConfig",
+ "documentation": "The configuration settings for the ID mapping table.
"
+ }
+ },
+ "documentation": "Provides information to create the ID namespace association.
"
+ },
+ "IdNamespaceAssociationArn": {
+ "type": "string",
+ "max": 256,
+ "min": 0,
+ "pattern": "arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/idnamespaceassociation/[\\d\\w-]+"
+ },
+ "IdNamespaceAssociationIdentifier": {
+ "type": "string",
+ "max": 36,
+ "min": 36,
+ "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
+ },
+ "IdNamespaceAssociationInputReferenceArn": {
+ "type": "string",
+ "max": 256,
+ "min": 0,
+ "pattern": "arn:aws:entityresolution:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:idnamespace/[\\d\\w-]+"
+ },
+ "IdNamespaceAssociationInputReferenceConfig": {
+ "type": "structure",
+ "required": [
+ "inputReferenceArn",
+ "manageResourcePolicies"
+ ],
+ "members": {
+ "inputReferenceArn": {
+ "shape": "IdNamespaceAssociationInputReferenceArn",
+ "documentation": "The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
"
+ },
+ "manageResourcePolicies": {
+ "shape": "Boolean",
+ "documentation": "When TRUE
, Clean Rooms manages permissions for the ID namespace association resource.
When FALSE
, the resource owner manages permissions for the ID namespace association resource.
"
+ }
+ },
+ "documentation": "Provides the information for the ID namespace association input reference configuration.
"
+ },
+ "IdNamespaceAssociationInputReferenceProperties": {
+ "type": "structure",
+ "required": [
+ "idNamespaceType",
+ "idMappingWorkflowsSupported"
+ ],
+ "members": {
+ "idNamespaceType": {
+ "shape": "IdNamespaceType",
+ "documentation": "The ID namespace type for this ID namespace association.
"
+ },
+ "idMappingWorkflowsSupported": {
+ "shape": "IdMappingWorkflowsSupported",
+ "documentation": "Defines how ID mapping workflows are supported for this ID namespace association.
"
+ }
+ },
+ "documentation": "Provides the information for the ID namespace association input reference properties.
"
+ },
+ "IdNamespaceAssociationInputReferencePropertiesSummary": {
+ "type": "structure",
+ "required": [
+ "idNamespaceType"
+ ],
+ "members": {
+ "idNamespaceType": {
+ "shape": "IdNamespaceType",
+ "documentation": "The ID namespace type for this ID namespace association.
"
+ }
+ },
+ "documentation": "Detailed information about the ID namespace association input reference properties.
"
+ },
+ "IdNamespaceAssociationSummary": {
+ "type": "structure",
+ "required": [
+ "membershipId",
+ "membershipArn",
+ "collaborationArn",
+ "collaborationId",
+ "createTime",
+ "updateTime",
+ "id",
+ "arn",
+ "inputReferenceConfig",
+ "name",
+ "inputReferenceProperties"
+ ],
+ "members": {
+ "membershipId": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership resource for this ID namespace association.
"
+ },
+ "membershipArn": {
+ "shape": "MembershipArn",
+ "documentation": "The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
"
+ },
+ "collaborationArn": {
+ "shape": "CollaborationArn",
+ "documentation": "The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the collaboration that contains this ID namespace association.
"
+ },
+ "createTime": {
+ "shape": "Timestamp",
+ "documentation": "The time at which this ID namespace association was created.
"
+ },
+ "updateTime": {
+ "shape": "Timestamp",
+ "documentation": "The most recent time at which this ID namespace association has been updated.
"
+ },
+ "id": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of this ID namespace association.
"
+ },
+ "arn": {
+ "shape": "IdNamespaceAssociationArn",
+ "documentation": "The Amazon Resource Name (ARN) of this ID namespace association.
"
+ },
+ "inputReferenceConfig": {
+ "shape": "IdNamespaceAssociationInputReferenceConfig",
+ "documentation": "The input reference configuration details for this ID namespace association.
"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "The name of the ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the ID namespace association.
"
+ },
+ "inputReferenceProperties": {
+ "shape": "IdNamespaceAssociationInputReferencePropertiesSummary",
+ "documentation": "The input reference properties for this ID namespace association.
"
+ }
+ },
+ "documentation": "Detailed information about the ID namespace association.
"
},
- "GlueDatabaseName": {
- "type": "string",
- "max": 128,
- "min": 0,
- "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?"
+ "IdNamespaceAssociationSummaryList": {
+ "type": "list",
+ "member": {
+ "shape": "IdNamespaceAssociationSummary"
+ }
},
- "GlueTableName": {
+ "IdNamespaceType": {
"type": "string",
- "max": 128,
- "min": 0,
- "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?"
- },
- "GlueTableReference": {
- "type": "structure",
- "required": [
- "tableName",
- "databaseName"
- ],
- "members": {
- "tableName": {
- "shape": "GlueTableName",
- "documentation": "The name of the Glue table.
"
- },
- "databaseName": {
- "shape": "GlueDatabaseName",
- "documentation": "The name of the database the Glue table belongs to.
"
- }
- },
- "documentation": "A reference to a table within an Glue data catalog.
"
+ "enum": [
+ "SOURCE",
+ "TARGET"
+ ]
},
"JoinOperator": {
"type": "string",
@@ -5406,6 +6726,12 @@
"QUERY_RUNNER"
]
},
+ "KMSKeyArn": {
+ "type": "string",
+ "max": 2048,
+ "min": 20,
+ "pattern": "arn:aws:kms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:key/[a-zA-Z0-9-]+"
+ },
"KeyPrefix": {
"type": "string",
"max": 512,
@@ -5426,13 +6752,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5446,7 +6772,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"analysisTemplateSummaries": {
"shape": "AnalysisTemplateSummaryList",
@@ -5468,13 +6794,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5488,7 +6814,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"collaborationAnalysisTemplateSummaries": {
"shape": "CollaborationAnalysisTemplateSummaryList",
@@ -5510,13 +6836,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5534,7 +6860,49 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
+ }
+ }
+ },
+ "ListCollaborationIdNamespaceAssociationsInput": {
+ "type": "structure",
+ "required": [
+ "collaborationIdentifier"
+ ],
+ "members": {
+ "collaborationIdentifier": {
+ "shape": "CollaborationIdentifier",
+ "documentation": "The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
",
+ "location": "uri",
+ "locationName": "collaborationIdentifier"
+ },
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ }
+ }
+ },
+ "ListCollaborationIdNamespaceAssociationsOutput": {
+ "type": "structure",
+ "required": [
+ "collaborationIdNamespaceAssociationSummaries"
+ ],
+ "members": {
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The token value provided to access the next page of results.
"
+ },
+ "collaborationIdNamespaceAssociationSummaries": {
+ "shape": "CollaborationIdNamespaceAssociationSummaryList",
+ "documentation": "The summary information of the collaboration ID namespace associations that you requested.
"
}
}
},
@@ -5552,13 +6920,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5572,7 +6940,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"collaborationPrivacyBudgetTemplateSummaries": {
"shape": "CollaborationPrivacyBudgetTemplateSummaryList",
@@ -5601,13 +6969,13 @@
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
}
@@ -5625,7 +6993,7 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
}
}
},
@@ -5634,13 +7002,13 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
},
@@ -5660,7 +7028,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"collaborationList": {
"shape": "CollaborationSummaryList",
@@ -5682,13 +7050,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5724,13 +7092,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5748,7 +7116,7 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
}
}
},
@@ -5757,13 +7125,13 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5781,7 +7149,91 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
+ }
+ }
+ },
+ "ListIdMappingTablesInput": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping tables that you want to view.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ }
+ }
+ },
+ "ListIdMappingTablesOutput": {
+ "type": "structure",
+ "required": [
+ "idMappingTableSummaries"
+ ],
+ "members": {
+ "idMappingTableSummaries": {
+ "shape": "IdMappingTableSummaryList",
+ "documentation": "The summary information of the ID mapping tables that you requested.
"
+ },
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The token value provided to access the next page of results.
"
+ }
+ }
+ },
+ "ListIdNamespaceAssociationsInput": {
+ "type": "structure",
+ "required": [
+ "membershipIdentifier"
+ ],
+ "members": {
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID namespace association that you want to view.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "location": "querystring",
+ "locationName": "maxResults"
+ }
+ }
+ },
+ "ListIdNamespaceAssociationsOutput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationSummaries"
+ ],
+ "members": {
+ "nextToken": {
+ "shape": "PaginationToken",
+ "documentation": "The token value provided to access the next page of results.
"
+ },
+ "idNamespaceAssociationSummaries": {
+ "shape": "IdNamespaceAssociationSummaryList",
+ "documentation": "The summary information of the ID namespace associations that you requested.
"
}
}
},
@@ -5799,13 +7251,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5819,7 +7271,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"memberSummaries": {
"shape": "MemberSummaryList",
@@ -5832,13 +7284,13 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
},
@@ -5858,7 +7310,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"membershipSummaries": {
"shape": "MembershipSummaryList",
@@ -5880,13 +7332,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5900,7 +7352,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"privacyBudgetTemplateSummaries": {
"shape": "PrivacyBudgetTemplateSummaryList",
@@ -5929,13 +7381,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5953,7 +7405,7 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
}
}
},
@@ -5977,13 +7429,13 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -5997,7 +7449,7 @@
"members": {
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
},
"protectedQueries": {
"shape": "ProtectedQuerySummaryList",
@@ -6019,19 +7471,19 @@
},
"schemaType": {
"shape": "SchemaType",
- "documentation": "If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
",
+ "documentation": "If present, filter schemas by schema type.
",
"location": "querystring",
"locationName": "schemaType"
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "documentation": "The pagination token that's used to fetch the next set of results.
",
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
+ "documentation": "The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
",
"location": "querystring",
"locationName": "maxResults"
}
@@ -6049,7 +7501,7 @@
},
"nextToken": {
"shape": "PaginationToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ "documentation": "The pagination token that's used to fetch the next set of results.
"
}
}
},
@@ -6492,6 +7944,39 @@
},
"documentation": "An object representing the collaboration member's payment responsibilities set by the collaboration creator.
"
},
+ "PopulateIdMappingTableInput": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the ID mapping table that you want to populate.
",
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping table that you want to populate.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ }
+ }
+ },
+ "PopulateIdMappingTableOutput": {
+ "type": "structure",
+ "required": [
+ "idMappingJobId"
+ ],
+ "members": {
+ "idMappingJobId": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the mapping job that will populate the ID mapping table.
"
+ }
+ }
+ },
"PreviewPrivacyImpactInput": {
"type": "structure",
"required": [
@@ -6672,7 +8157,7 @@
},
"parameters": {
"shape": "PrivacyBudgetTemplateParametersOutput",
- "documentation": "Specifies the epislon and noise parameters for the privacy budget template.
"
+ "documentation": "Specifies the epsilon and noise parameters for the privacy budget template.
"
}
},
"documentation": "An object that defines the privacy budget template.
"
@@ -7006,7 +8491,7 @@
},
"ProtectedQuerySQLParametersQueryStringString": {
"type": "string",
- "max": 90000,
+ "max": 500000,
"min": 0
},
"ProtectedQuerySingleMemberOutput": {
@@ -7102,6 +8587,35 @@
},
"documentation": "An object representing the collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
"
},
+ "QueryConstraint": {
+ "type": "structure",
+ "members": {
+ "requireOverlap": {
+ "shape": "QueryConstraintRequireOverlap",
+ "documentation": "An array of column names that specifies which columns are required in the JOIN statement.
"
+ }
+ },
+ "documentation": "Provides any necessary query constraint information.
",
+ "union": true
+ },
+ "QueryConstraintList": {
+ "type": "list",
+ "member": {
+ "shape": "QueryConstraint"
+ },
+ "max": 1,
+ "min": 0
+ },
+ "QueryConstraintRequireOverlap": {
+ "type": "structure",
+ "members": {
+ "columns": {
+ "shape": "AnalysisRuleColumnList",
+ "documentation": "The columns that are required to overlap.
"
+ }
+ },
+ "documentation": "Provides the name of the columns that are required to overlap.
"
+ },
"QueryTables": {
"type": "list",
"member": {
@@ -7187,7 +8701,7 @@
"members": {
"columns": {
"shape": "ColumnList",
- "documentation": "The columns for the relation this schema represents.
"
+ "documentation": "The columns for the relation that this schema represents.
"
},
"partitionKeys": {
"shape": "ColumnList",
@@ -7195,11 +8709,11 @@
},
"analysisRuleTypes": {
"shape": "AnalysisRuleTypeList",
- "documentation": "The analysis rule types associated with the schema. Currently, only one entry is present.
"
+ "documentation": "The analysis rule types that are associated with the schema. Currently, only one entry is present.
"
},
"analysisMethod": {
"shape": "AnalysisMethod",
- "documentation": "The analysis method for the schema. The only valid value is currently DIRECT_QUERY.
"
+ "documentation": "The analysis method for the schema. The only valid value is currently DIRECT_QUERY
.
"
},
"creatorAccountId": {
"shape": "AccountId",
@@ -7215,7 +8729,7 @@
},
"collaborationArn": {
"shape": "CollaborationArn",
- "documentation": "The unique ARN for the collaboration that the schema belongs to.
"
+ "documentation": "The unique Amazon Resource Name (ARN) for the collaboration that the schema belongs to.
"
},
"description": {
"shape": "TableDescription",
@@ -7223,19 +8737,23 @@
},
"createTime": {
"shape": "Timestamp",
- "documentation": "The time the schema was created.
"
+ "documentation": "The time at which the schema was created.
"
},
"updateTime": {
"shape": "Timestamp",
- "documentation": "The time the schema was last updated.
"
+ "documentation": "The most recent time at which the schema was updated.
"
},
"type": {
"shape": "SchemaType",
- "documentation": "The type of schema. The only valid value is currently `TABLE`.
"
+ "documentation": "The type of schema.
"
},
"schemaStatusDetails": {
"shape": "SchemaStatusDetailList",
"documentation": "Details about the status of the schema. Currently, only one entry is present.
"
+ },
+ "schemaTypeProperties": {
+ "shape": "SchemaTypeProperties",
+ "documentation": "The schema type properties.
"
}
},
"documentation": "A schema is a relation within a collaboration.
"
@@ -7277,7 +8795,11 @@
"SchemaConfiguration": {
"type": "string",
"enum": [
- "DIFFERENTIAL_PRIVACY"
+ "DIFFERENTIAL_PRIVACY",
+ "CUSTOM_ANALYSIS_NOT_ALLOWED",
+ "NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS",
+ "DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED",
+ "ID_MAPPING_TABLE_NOT_POPULATED"
]
},
"SchemaConfigurationList": {
@@ -7356,7 +8878,8 @@
"ANALYSIS_RULE_MISSING",
"ANALYSIS_TEMPLATES_NOT_CONFIGURED",
"ANALYSIS_PROVIDERS_NOT_CONFIGURED",
- "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"
+ "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
+ "ID_MAPPING_TABLE_NOT_POPULATED"
]
},
"SchemaStatusReasonList": {
@@ -7384,7 +8907,7 @@
},
"type": {
"shape": "SchemaType",
- "documentation": "The type of schema object. The only valid schema type is currently `TABLE`.
"
+ "documentation": "The type of schema object.
"
},
"creatorAccountId": {
"shape": "AccountId",
@@ -7426,9 +8949,21 @@
"SchemaType": {
"type": "string",
"enum": [
- "TABLE"
+ "TABLE",
+ "ID_MAPPING_TABLE"
]
},
+ "SchemaTypeProperties": {
+ "type": "structure",
+ "members": {
+ "idMappingTable": {
+ "shape": "IdMappingTableSchemaTypeProperties",
+ "documentation": "The ID mapping table for the schema type properties.
"
+ }
+ },
+ "documentation": "Information about the schema type properties.
",
+ "union": true
+ },
"StartProtectedQueryInput": {
"type": "structure",
"required": [
@@ -7819,6 +9354,92 @@
}
}
},
+ "UpdateIdMappingTableInput": {
+ "type": "structure",
+ "required": [
+ "idMappingTableIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idMappingTableIdentifier": {
+ "shape": "UUID",
+ "documentation": "The unique identifier of the ID mapping table that you want to update.
",
+ "location": "uri",
+ "locationName": "idMappingTableIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID mapping table that you want to update.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "A new description for the ID mapping table.
"
+ },
+ "kmsKeyArn": {
+ "shape": "KMSKeyArn",
+ "documentation": "The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
"
+ }
+ }
+ },
+ "UpdateIdMappingTableOutput": {
+ "type": "structure",
+ "required": [
+ "idMappingTable"
+ ],
+ "members": {
+ "idMappingTable": {
+ "shape": "IdMappingTable",
+ "documentation": "The updated ID mapping table.
"
+ }
+ }
+ },
+ "UpdateIdNamespaceAssociationInput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociationIdentifier",
+ "membershipIdentifier"
+ ],
+ "members": {
+ "idNamespaceAssociationIdentifier": {
+ "shape": "IdNamespaceAssociationIdentifier",
+ "documentation": "The unique identifier of the ID namespace association that you want to update.
",
+ "location": "uri",
+ "locationName": "idNamespaceAssociationIdentifier"
+ },
+ "membershipIdentifier": {
+ "shape": "MembershipIdentifier",
+ "documentation": "The unique identifier of the membership that contains the ID namespace association that you want to update.
",
+ "location": "uri",
+ "locationName": "membershipIdentifier"
+ },
+ "name": {
+ "shape": "GenericResourceName",
+ "documentation": "A new name for the ID namespace association.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "A new description for the ID namespace association.
"
+ },
+ "idMappingConfig": {
+ "shape": "IdMappingConfig",
+ "documentation": "The configuration settings for the ID mapping table.
"
+ }
+ }
+ },
+ "UpdateIdNamespaceAssociationOutput": {
+ "type": "structure",
+ "required": [
+ "idNamespaceAssociation"
+ ],
+ "members": {
+ "idNamespaceAssociation": {
+ "shape": "IdNamespaceAssociation",
+ "documentation": "The updated ID namespace association.
"
+ }
+ }
+ },
"UpdateMembershipInput": {
"type": "structure",
"required": [
diff --git a/apis/cleanrooms-2022-02-17.paginators.json b/apis/cleanrooms-2022-02-17.paginators.json
index 7f66572e3f..f7bd3a90ae 100644
--- a/apis/cleanrooms-2022-02-17.paginators.json
+++ b/apis/cleanrooms-2022-02-17.paginators.json
@@ -18,6 +18,12 @@
"limit_key": "maxResults",
"result_key": "collaborationConfiguredAudienceModelAssociationSummaries"
},
+ "ListCollaborationIdNamespaceAssociations": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "collaborationIdNamespaceAssociationSummaries"
+ },
"ListCollaborationPrivacyBudgetTemplates": {
"input_token": "nextToken",
"output_token": "nextToken",
@@ -54,6 +60,18 @@
"limit_key": "maxResults",
"result_key": "configuredTableSummaries"
},
+ "ListIdMappingTables": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "idMappingTableSummaries"
+ },
+ "ListIdNamespaceAssociations": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "idNamespaceAssociationSummaries"
+ },
"ListMembers": {
"input_token": "nextToken",
"output_token": "nextToken",
diff --git a/apis/cleanroomsml-2023-09-06.min.json b/apis/cleanroomsml-2023-09-06.min.json
index 65f54aab7c..3c9d86cb17 100644
--- a/apis/cleanroomsml-2023-09-06.min.json
+++ b/apis/cleanroomsml-2023-09-06.min.json
@@ -2,9 +2,14 @@
"version": "2.0",
"metadata": {
"apiVersion": "2023-09-06",
+ "auth": [
+ "aws.auth#sigv4"
+ ],
"endpointPrefix": "cleanrooms-ml",
- "jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceFullName": "AWS Clean Rooms ML",
"serviceId": "CleanRoomsML",
"signatureVersion": "v4",
@@ -24,19 +29,19 @@
"trainingDatasetArn"
],
"members": {
- "description": {},
- "kmsKeyArn": {},
- "name": {},
- "tags": {
- "shape": "S5"
+ "trainingDataStartTime": {
+ "shape": "S2"
},
"trainingDataEndTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "trainingDataStartTime": {
- "shape": "S8"
+ "name": {},
+ "trainingDatasetArn": {},
+ "kmsKeyArn": {},
+ "tags": {
+ "shape": "S6"
},
- "trainingDatasetArn": {}
+ "description": {}
}
},
"output": {
@@ -58,31 +63,31 @@
"input": {
"type": "structure",
"required": [
- "audienceModelArn",
"name",
+ "audienceModelArn",
"outputConfig",
"sharedAudienceMetrics"
],
"members": {
+ "name": {},
"audienceModelArn": {},
- "audienceSizeConfig": {
+ "outputConfig": {
"shape": "Sd"
},
- "childResourceTagOnCreatePolicy": {},
"description": {},
+ "sharedAudienceMetrics": {
+ "shape": "Si"
+ },
"minMatchingSeedSize": {
"type": "integer"
},
- "name": {},
- "outputConfig": {
- "shape": "Sj"
- },
- "sharedAudienceMetrics": {
- "shape": "So"
+ "audienceSizeConfig": {
+ "shape": "Sl"
},
"tags": {
- "shape": "S5"
- }
+ "shape": "S6"
+ },
+ "childResourceTagOnCreatePolicy": {}
}
},
"output": {
@@ -109,18 +114,18 @@
"trainingData"
],
"members": {
- "description": {},
"name": {},
"roleArn": {},
- "tags": {
- "shape": "S5"
- },
"trainingData": {
"type": "list",
"member": {
"shape": "Su"
}
- }
+ },
+ "tags": {
+ "shape": "S6"
+ },
+ "description": {}
}
},
"output": {
@@ -255,33 +260,41 @@
"output": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "audienceGenerationJobArn",
"name",
"status",
- "updateTime"
+ "configuredAudienceModelArn"
],
"members": {
- "audienceGenerationJobArn": {},
- "collaborationId": {},
- "configuredAudienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
+ "updateTime": {
+ "shape": "S2"
+ },
+ "audienceGenerationJobArn": {},
+ "name": {},
"description": {},
+ "status": {},
+ "statusDetails": {
+ "shape": "S1h"
+ },
+ "configuredAudienceModelArn": {},
+ "seedAudience": {
+ "shape": "S1j"
+ },
"includeSeedInOutput": {
"type": "boolean"
},
+ "collaborationId": {},
"metrics": {
"type": "structure",
"required": [
"relevanceMetrics"
],
"members": {
- "recallMetric": {
- "type": "double"
- },
"relevanceMetrics": {
"type": "list",
"member": {
@@ -291,31 +304,24 @@
],
"members": {
"audienceSize": {
- "shape": "S1m"
+ "shape": "S1v"
},
"score": {
"type": "double"
}
}
}
+ },
+ "recallMetric": {
+ "type": "double"
}
}
},
- "name": {},
- "seedAudience": {
- "shape": "S1n"
- },
"startedBy": {},
- "status": {},
- "statusDetails": {
- "shape": "S1p"
- },
"tags": {
- "shape": "S5"
+ "shape": "S6"
},
- "updateTime": {
- "shape": "S8"
- }
+ "protectedQueryIdentifier": {}
}
}
},
@@ -340,38 +346,38 @@
"output": {
"type": "structure",
"required": [
- "audienceModelArn",
"createTime",
+ "updateTime",
+ "audienceModelArn",
"name",
- "status",
"trainingDatasetArn",
- "updateTime"
+ "status"
],
"members": {
- "audienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
- "kmsKeyArn": {},
+ "updateTime": {
+ "shape": "S2"
+ },
+ "trainingDataStartTime": {
+ "shape": "S2"
+ },
+ "trainingDataEndTime": {
+ "shape": "S2"
+ },
+ "audienceModelArn": {},
"name": {},
+ "trainingDatasetArn": {},
"status": {},
"statusDetails": {
- "shape": "S1p"
+ "shape": "S1h"
},
+ "kmsKeyArn": {},
"tags": {
- "shape": "S5"
- },
- "trainingDataEndTime": {
- "shape": "S8"
+ "shape": "S6"
},
- "trainingDataStartTime": {
- "shape": "S8"
- },
- "trainingDatasetArn": {},
- "updateTime": {
- "shape": "S8"
- }
+ "description": {}
}
}
},
@@ -396,43 +402,43 @@
"output": {
"type": "structure",
"required": [
- "audienceModelArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "configuredAudienceModelArn",
"name",
+ "audienceModelArn",
"outputConfig",
- "sharedAudienceMetrics",
"status",
- "updateTime"
+ "sharedAudienceMetrics"
],
"members": {
- "audienceModelArn": {},
- "audienceSizeConfig": {
- "shape": "Sd"
- },
- "childResourceTagOnCreatePolicy": {},
- "configuredAudienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
- "minMatchingSeedSize": {
- "type": "integer"
+ "updateTime": {
+ "shape": "S2"
},
+ "configuredAudienceModelArn": {},
"name": {},
+ "audienceModelArn": {},
"outputConfig": {
- "shape": "Sj"
+ "shape": "Sd"
},
+ "description": {},
+ "status": {},
"sharedAudienceMetrics": {
- "shape": "So"
+ "shape": "Si"
+ },
+ "minMatchingSeedSize": {
+ "type": "integer"
+ },
+ "audienceSizeConfig": {
+ "shape": "Sl"
},
- "status": {},
"tags": {
- "shape": "S5"
+ "shape": "S6"
},
- "updateTime": {
- "shape": "S8"
- }
+ "childResourceTagOnCreatePolicy": {}
}
}
},
@@ -490,34 +496,34 @@
"type": "structure",
"required": [
"createTime",
+ "updateTime",
+ "trainingDatasetArn",
"name",
- "roleArn",
- "status",
"trainingData",
- "trainingDatasetArn",
- "updateTime"
+ "status",
+ "roleArn"
],
"members": {
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
- "name": {},
- "roleArn": {},
- "status": {},
- "tags": {
- "shape": "S5"
+ "updateTime": {
+ "shape": "S2"
},
+ "trainingDatasetArn": {},
+ "name": {},
"trainingData": {
"type": "list",
"member": {
"shape": "Su"
}
},
- "trainingDatasetArn": {},
- "updateTime": {
- "shape": "S8"
- }
+ "status": {},
+ "roleArn": {},
+ "tags": {
+ "shape": "S6"
+ },
+ "description": {}
}
}
},
@@ -530,18 +536,18 @@
"input": {
"type": "structure",
"members": {
- "audienceGenerationJobArn": {
+ "nextToken": {
"location": "querystring",
- "locationName": "audienceGenerationJobArn"
+ "locationName": "nextToken"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
- "nextToken": {
+ "audienceGenerationJobArn": {
"location": "querystring",
- "locationName": "nextToken"
+ "locationName": "audienceGenerationJobArn"
}
}
},
@@ -551,40 +557,40 @@
"audienceExportJobs"
],
"members": {
+ "nextToken": {},
"audienceExportJobs": {
"type": "list",
"member": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "audienceSize",
"createTime",
+ "updateTime",
"name",
- "status",
- "updateTime"
+ "audienceGenerationJobArn",
+ "audienceSize",
+ "status"
],
"members": {
+ "createTime": {
+ "shape": "S2"
+ },
+ "updateTime": {
+ "shape": "S2"
+ },
+ "name": {},
"audienceGenerationJobArn": {},
"audienceSize": {
- "shape": "S1m"
- },
- "createTime": {
- "shape": "S8"
+ "shape": "S1v"
},
"description": {},
- "name": {},
- "outputLocation": {},
"status": {},
"statusDetails": {
- "shape": "S1p"
+ "shape": "S1h"
},
- "updateTime": {
- "shape": "S8"
- }
+ "outputLocation": {}
}
}
- },
- "nextToken": {}
+ }
}
}
},
@@ -597,22 +603,22 @@
"input": {
"type": "structure",
"members": {
- "collaborationId": {
- "location": "querystring",
- "locationName": "collaborationId"
- },
- "configuredAudienceModelArn": {
+ "nextToken": {
"location": "querystring",
- "locationName": "configuredAudienceModelArn"
+ "locationName": "nextToken"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
- "nextToken": {
+ "configuredAudienceModelArn": {
"location": "querystring",
- "locationName": "nextToken"
+ "locationName": "configuredAudienceModelArn"
+ },
+ "collaborationId": {
+ "location": "querystring",
+ "locationName": "collaborationId"
}
}
},
@@ -622,36 +628,36 @@
"audienceGenerationJobs"
],
"members": {
+ "nextToken": {},
"audienceGenerationJobs": {
"type": "list",
"member": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "audienceGenerationJobArn",
"name",
"status",
- "updateTime"
+ "configuredAudienceModelArn"
],
"members": {
- "audienceGenerationJobArn": {},
- "collaborationId": {},
- "configuredAudienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
+ "updateTime": {
+ "shape": "S2"
+ },
+ "audienceGenerationJobArn": {},
"name": {},
- "startedBy": {},
+ "description": {},
"status": {},
- "updateTime": {
- "shape": "S8"
- }
+ "configuredAudienceModelArn": {},
+ "collaborationId": {},
+ "startedBy": {}
}
}
- },
- "nextToken": {}
+ }
}
}
},
@@ -664,14 +670,14 @@
"input": {
"type": "structure",
"members": {
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
}
}
},
@@ -681,34 +687,34 @@
"audienceModels"
],
"members": {
+ "nextToken": {},
"audienceModels": {
"type": "list",
"member": {
"type": "structure",
"required": [
- "audienceModelArn",
"createTime",
+ "updateTime",
+ "audienceModelArn",
"name",
- "status",
"trainingDatasetArn",
- "updateTime"
+ "status"
],
"members": {
- "audienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
+ "updateTime": {
+ "shape": "S2"
+ },
+ "audienceModelArn": {},
"name": {},
- "status": {},
"trainingDatasetArn": {},
- "updateTime": {
- "shape": "S8"
- }
+ "status": {},
+ "description": {}
}
}
- },
- "nextToken": {}
+ }
}
}
},
@@ -721,14 +727,14 @@
"input": {
"type": "structure",
"members": {
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
}
}
},
@@ -738,38 +744,38 @@
"configuredAudienceModels"
],
"members": {
+ "nextToken": {},
"configuredAudienceModels": {
"type": "list",
"member": {
"type": "structure",
"required": [
- "audienceModelArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
"name",
+ "audienceModelArn",
"outputConfig",
- "status",
- "updateTime"
+ "configuredAudienceModelArn",
+ "status"
],
"members": {
- "audienceModelArn": {},
- "configuredAudienceModelArn": {},
"createTime": {
- "shape": "S8"
+ "shape": "S2"
+ },
+ "updateTime": {
+ "shape": "S2"
},
- "description": {},
"name": {},
+ "audienceModelArn": {},
"outputConfig": {
- "shape": "Sj"
+ "shape": "Sd"
},
- "status": {},
- "updateTime": {
- "shape": "S8"
- }
+ "description": {},
+ "configuredAudienceModelArn": {},
+ "status": {}
}
}
- },
- "nextToken": {}
+ }
}
}
},
@@ -798,7 +804,7 @@
],
"members": {
"tags": {
- "shape": "S5"
+ "shape": "S6"
}
}
}
@@ -812,14 +818,14 @@
"input": {
"type": "structure",
"members": {
+ "nextToken": {
+ "location": "querystring",
+ "locationName": "nextToken"
+ },
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
}
}
},
@@ -836,22 +842,22 @@
"type": "structure",
"required": [
"createTime",
- "name",
- "status",
+ "updateTime",
"trainingDatasetArn",
- "updateTime"
+ "name",
+ "status"
],
"members": {
"createTime": {
- "shape": "S8"
+ "shape": "S2"
},
- "description": {},
+ "updateTime": {
+ "shape": "S2"
+ },
+ "trainingDatasetArn": {},
"name": {},
"status": {},
- "trainingDatasetArn": {},
- "updateTime": {
- "shape": "S8"
- }
+ "description": {}
}
}
}
@@ -876,8 +882,8 @@
"locationName": "configuredAudienceModelArn"
},
"configuredAudienceModelPolicy": {},
- "policyExistenceCondition": {},
- "previousPolicyHash": {}
+ "previousPolicyHash": {},
+ "policyExistenceCondition": {}
}
},
"output": {
@@ -901,17 +907,17 @@
"input": {
"type": "structure",
"required": [
+ "name",
"audienceGenerationJobArn",
- "audienceSize",
- "name"
+ "audienceSize"
],
"members": {
+ "name": {},
"audienceGenerationJobArn": {},
"audienceSize": {
- "shape": "S1m"
+ "shape": "S1v"
},
- "description": {},
- "name": {}
+ "description": {}
}
},
"idempotent": true
@@ -924,23 +930,23 @@
"input": {
"type": "structure",
"required": [
- "configuredAudienceModelArn",
"name",
+ "configuredAudienceModelArn",
"seedAudience"
],
"members": {
- "collaborationId": {},
+ "name": {},
"configuredAudienceModelArn": {},
- "description": {},
+ "seedAudience": {
+ "shape": "S1j"
+ },
"includeSeedInOutput": {
"type": "boolean"
},
- "name": {},
- "seedAudience": {
- "shape": "S1n"
- },
+ "collaborationId": {},
+ "description": {},
"tags": {
- "shape": "S5"
+ "shape": "S6"
}
}
},
@@ -972,7 +978,7 @@
"locationName": "resourceArn"
},
"tags": {
- "shape": "S5"
+ "shape": "S6"
}
}
},
@@ -1024,24 +1030,24 @@
"configuredAudienceModelArn"
],
"members": {
- "audienceModelArn": {},
- "audienceSizeConfig": {
- "shape": "Sd"
- },
"configuredAudienceModelArn": {
"location": "uri",
"locationName": "configuredAudienceModelArn"
},
- "description": {},
+ "outputConfig": {
+ "shape": "Sd"
+ },
+ "audienceModelArn": {},
+ "sharedAudienceMetrics": {
+ "shape": "Si"
+ },
"minMatchingSeedSize": {
"type": "integer"
},
- "outputConfig": {
- "shape": "Sj"
+ "audienceSizeConfig": {
+ "shape": "Sl"
},
- "sharedAudienceMetrics": {
- "shape": "So"
- }
+ "description": {}
}
},
"output": {
@@ -1057,32 +1063,16 @@
}
},
"shapes": {
- "S5": {
+ "S2": {
+ "type": "timestamp",
+ "timestampFormat": "iso8601"
+ },
+ "S6": {
"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",
@@ -1096,14 +1086,14 @@
],
"members": {
"s3Destination": {
- "shape": "Sl"
+ "shape": "Sf"
}
}
},
"roleArn": {}
}
},
- "Sl": {
+ "Sf": {
"type": "structure",
"required": [
"s3Uri"
@@ -1112,44 +1102,41 @@
"s3Uri": {}
}
},
- "So": {
+ "Si": {
"type": "list",
"member": {}
},
+ "Sl": {
+ "type": "structure",
+ "required": [
+ "audienceSizeType",
+ "audienceSizeBins"
+ ],
+ "members": {
+ "audienceSizeType": {},
+ "audienceSizeBins": {
+ "type": "list",
+ "member": {
+ "type": "integer"
+ }
+ }
+ }
+ },
"Su": {
"type": "structure",
"required": [
- "inputConfig",
- "type"
+ "type",
+ "inputConfig"
],
"members": {
+ "type": {},
"inputConfig": {
"type": "structure",
"required": [
- "dataSource",
- "schema"
+ "schema",
+ "dataSource"
],
"members": {
- "dataSource": {
- "type": "structure",
- "required": [
- "glueDataSource"
- ],
- "members": {
- "glueDataSource": {
- "type": "structure",
- "required": [
- "databaseName",
- "tableName"
- ],
- "members": {
- "catalogId": {},
- "databaseName": {},
- "tableName": {}
- }
- }
- }
- },
"schema": {
"type": "list",
"member": {
@@ -1166,43 +1153,74 @@
}
}
}
+ },
+ "dataSource": {
+ "type": "structure",
+ "required": [
+ "glueDataSource"
+ ],
+ "members": {
+ "glueDataSource": {
+ "type": "structure",
+ "required": [
+ "tableName",
+ "databaseName"
+ ],
+ "members": {
+ "tableName": {},
+ "databaseName": {},
+ "catalogId": {}
+ }
+ }
+ }
}
}
- },
- "type": {}
+ }
}
},
- "S1m": {
+ "S1h": {
"type": "structure",
- "required": [
- "type",
- "value"
- ],
"members": {
- "type": {},
- "value": {
- "type": "integer"
- }
+ "statusCode": {},
+ "message": {}
}
},
- "S1n": {
+ "S1j": {
"type": "structure",
"required": [
- "dataSource",
"roleArn"
],
"members": {
"dataSource": {
- "shape": "Sl"
+ "shape": "Sf"
},
- "roleArn": {}
+ "roleArn": {},
+ "sqlParameters": {
+ "type": "structure",
+ "members": {
+ "queryString": {},
+ "analysisTemplateArn": {},
+ "parameters": {
+ "type": "map",
+ "key": {},
+ "value": {}
+ }
+ },
+ "sensitive": true
+ }
}
},
- "S1p": {
+ "S1v": {
"type": "structure",
+ "required": [
+ "type",
+ "value"
+ ],
"members": {
- "message": {},
- "statusCode": {}
+ "type": {},
+ "value": {
+ "type": "integer"
+ }
}
}
}
diff --git a/apis/cleanroomsml-2023-09-06.normal.json b/apis/cleanroomsml-2023-09-06.normal.json
index e0d3604e26..4b837743fc 100644
--- a/apis/cleanroomsml-2023-09-06.normal.json
+++ b/apis/cleanroomsml-2023-09-06.normal.json
@@ -2,9 +2,14 @@
"version": "2.0",
"metadata": {
"apiVersion": "2023-09-06",
+ "auth": [
+ "aws.auth#sigv4"
+ ],
"endpointPrefix": "cleanrooms-ml",
- "jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceFullName": "AWS Clean Rooms ML",
"serviceId": "CleanRoomsML",
"signatureVersion": "v4",
@@ -687,7 +692,13 @@
"type": "string",
"max": 12,
"min": 12,
- "pattern": "^[0-9]{12}$"
+ "pattern": "[0-9]{12}"
+ },
+ "AnalysisTemplateArn": {
+ "type": "string",
+ "max": 200,
+ "min": 0,
+ "pattern": "arn:aws[-a-z]*:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+"
},
"AudienceDestination": {
"type": "structure",
@@ -720,14 +731,26 @@
"AudienceExportJobSummary": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "audienceSize",
"createTime",
+ "updateTime",
"name",
- "status",
- "updateTime"
+ "audienceGenerationJobArn",
+ "audienceSize",
+ "status"
],
"members": {
+ "createTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The time at which the audience export job was created.
"
+ },
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the audience export job was updated.
"
+ },
+ "name": {
+ "shape": "NameString",
+ "documentation": "The name of the audience export job.
"
+ },
"audienceGenerationJobArn": {
"shape": "AudienceGenerationJobArn",
"documentation": "The Amazon Resource Name (ARN) of the audience generation job that was exported.
"
@@ -735,22 +758,10 @@
"audienceSize": {
"shape": "AudienceSize"
},
- "createTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The time at which the audience export job was created.
"
- },
"description": {
"shape": "ResourceDescription",
"documentation": "The description of the audience export job.
"
},
- "name": {
- "shape": "NameString",
- "documentation": "The name of the audience export job.
"
- },
- "outputLocation": {
- "shape": "S3Path",
- "documentation": "The Amazon S3 bucket where the audience export is stored.
"
- },
"status": {
"shape": "AudienceExportJobStatus",
"documentation": "The status of the audience export job.
"
@@ -758,9 +769,9 @@
"statusDetails": {
"shape": "StatusDetails"
},
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the audience export job was updated.
"
+ "outputLocation": {
+ "shape": "S3Path",
+ "documentation": "The Amazon S3 bucket where the audience export is stored.
"
}
},
"documentation": "Provides information about the audience export job.
"
@@ -769,12 +780,11 @@
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:audience-generation-job/[-a-zA-Z0-9_/.]+$"
+ "pattern": "arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:audience-generation-job/[-a-zA-Z0-9_/.]+"
},
"AudienceGenerationJobDataSource": {
"type": "structure",
"required": [
- "dataSource",
"roleArn"
],
"members": {
@@ -784,7 +794,11 @@
},
"roleArn": {
"shape": "IamRoleArn",
- "documentation": "The ARN of the IAM role that can read the Amazon S3 bucket where the training data is stored.
"
+ "documentation": "The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
"
+ },
+ "sqlParameters": {
+ "shape": "ProtectedQuerySQLParameters",
+ "documentation": "The protected SQL query parameters.
"
}
},
"documentation": "Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.
"
@@ -810,49 +824,49 @@
"AudienceGenerationJobSummary": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "audienceGenerationJobArn",
"name",
"status",
- "updateTime"
+ "configuredAudienceModelArn"
],
"members": {
- "audienceGenerationJobArn": {
- "shape": "AudienceGenerationJobArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience generation job.
"
- },
- "collaborationId": {
- "shape": "UUID",
- "documentation": "The identifier of the collaboration that contains this audience generation job.
"
- },
- "configuredAudienceModelArn": {
- "shape": "ConfiguredAudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
"
- },
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the audience generation job was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience generation job.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the audience generation job was updated.
"
+ },
+ "audienceGenerationJobArn": {
+ "shape": "AudienceGenerationJobArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience generation job.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the audience generation job.
"
},
- "startedBy": {
- "shape": "AccountId",
- "documentation": "The AWS Account that submitted the job.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience generation job.
"
},
"status": {
"shape": "AudienceGenerationJobStatus",
"documentation": "The status of the audience generation job.
"
},
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the audience generation job was updated.
"
+ "configuredAudienceModelArn": {
+ "shape": "ConfiguredAudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The identifier of the collaboration that contains this audience generation job.
"
+ },
+ "startedBy": {
+ "shape": "AccountId",
+ "documentation": "The AWS Account that submitted the job.
"
}
},
"documentation": "Provides information about the configured audience generation job.
"
@@ -861,7 +875,7 @@
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:audience-model/[-a-zA-Z0-9_/.]+$"
+ "pattern": "arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:audience-model/[-a-zA-Z0-9_/.]+"
},
"AudienceModelList": {
"type": "list",
@@ -884,41 +898,41 @@
"AudienceModelSummary": {
"type": "structure",
"required": [
- "audienceModelArn",
"createTime",
+ "updateTime",
+ "audienceModelArn",
"name",
- "status",
"trainingDatasetArn",
- "updateTime"
+ "status"
],
"members": {
- "audienceModelArn": {
- "shape": "AudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience model.
"
- },
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the audience model was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience model.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the audience model was updated.
"
+ },
+ "audienceModelArn": {
+ "shape": "AudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience model.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the audience model.
"
},
- "status": {
- "shape": "AudienceModelStatus",
- "documentation": "The status of the audience model.
"
- },
"trainingDatasetArn": {
"shape": "TrainingDatasetArn",
"documentation": "The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
"
},
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the audience model was updated.
"
+ "status": {
+ "shape": "AudienceModelStatus",
+ "documentation": "The status of the audience model.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience model.
"
}
},
"documentation": "Information about the audience model.
"
@@ -929,13 +943,13 @@
"relevanceMetrics"
],
"members": {
- "recallMetric": {
- "shape": "Double",
- "documentation": "The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.
"
- },
"relevanceMetrics": {
"shape": "RelevanceMetrics",
"documentation": "The relevance scores of the generated audience.
"
+ },
+ "recallMetric": {
+ "shape": "Double",
+ "documentation": "The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.
"
}
},
"documentation": "Metrics that describe the quality of the generated audience.
"
@@ -969,20 +983,20 @@
"AudienceSizeConfig": {
"type": "structure",
"required": [
- "audienceSizeBins",
- "audienceSizeType"
+ "audienceSizeType",
+ "audienceSizeBins"
],
"members": {
- "audienceSizeBins": {
- "shape": "AudienceSizeBins",
- "documentation": "An array of the different audience output sizes.
"
- },
"audienceSizeType": {
"shape": "AudienceSizeType",
"documentation": "Whether the audience output sizes are defined as an absolute number or a percentage.
"
+ },
+ "audienceSizeBins": {
+ "shape": "AudienceSizeBins",
+ "documentation": "An array of the different audience output sizes.
"
}
},
- "documentation": "Configure the list of audience output sizes that can be created. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
+ "documentation": "Returns the relevance scores at these audience sizes when used in the GetAudienceGenerationJob for a specified audience generation job and configured audience model.
Specifies the list of allowed audienceSize
values when used in the StartAudienceExportJob for an audience generation job. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
},
"AudienceSizeType": {
"type": "string",
@@ -1005,7 +1019,7 @@
"type": "string",
"max": 128,
"min": 1,
- "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$"
+ "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?"
},
"ColumnSchema": {
"type": "structure",
@@ -1047,7 +1061,7 @@
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-audience-model/[-a-zA-Z0-9_/.]+$"
+ "pattern": "arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-audience-model/[-a-zA-Z0-9_/.]+"
},
"ConfiguredAudienceModelList": {
"type": "list",
@@ -1081,46 +1095,46 @@
"ConfiguredAudienceModelSummary": {
"type": "structure",
"required": [
- "audienceModelArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
"name",
+ "audienceModelArn",
"outputConfig",
- "status",
- "updateTime"
+ "configuredAudienceModelArn",
+ "status"
],
"members": {
- "audienceModelArn": {
- "shape": "AudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
"
- },
- "configuredAudienceModelArn": {
- "shape": "ConfiguredAudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
"
- },
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the configured audience model was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the configured audience model.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the configured audience model was updated.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the configured audience model.
"
},
+ "audienceModelArn": {
+ "shape": "AudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
"
+ },
"outputConfig": {
"shape": "ConfiguredAudienceModelOutputConfig",
"documentation": "The output configuration of the configured audience model.
"
},
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the configured audience model.
"
+ },
+ "configuredAudienceModelArn": {
+ "shape": "ConfiguredAudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
"
+ },
"status": {
"shape": "ConfiguredAudienceModelStatus",
"documentation": "The status of the configured audience model.
"
- },
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the configured audience model was updated.
"
}
},
"documentation": "Information about the configured audience model.
"
@@ -1132,33 +1146,33 @@
"trainingDatasetArn"
],
"members": {
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience model.
"
+ "trainingDataStartTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The start date and time of the training window.
"
},
- "kmsKeyArn": {
- "shape": "KmsKeyArn",
- "documentation": "The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data.
"
+ "trainingDataEndTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The end date and time of the training window.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the audience model resource.
"
},
+ "trainingDatasetArn": {
+ "shape": "TrainingDatasetArn",
+ "documentation": "The Amazon Resource Name (ARN) of the training dataset for this audience model.
"
+ },
+ "kmsKeyArn": {
+ "shape": "KmsKeyArn",
+ "documentation": "The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data.
"
+ },
"tags": {
"shape": "TagMap",
"documentation": "The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.
The following basic restrictions apply to tags:
-
Maximum number of tags per resource - 50.
-
For each resource, each tag key must be unique, and each tag key can have only one value.
-
Maximum key length - 128 Unicode characters in UTF-8.
-
Maximum value length - 256 Unicode characters in UTF-8.
-
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
-
Tag keys and values are case sensitive.
-
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
"
},
- "trainingDataEndTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The end date and time of the training window.
"
- },
- "trainingDataStartTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The start date and time of the training window.
"
- },
- "trainingDatasetArn": {
- "shape": "TrainingDatasetArn",
- "documentation": "The Amazon Resource Name (ARN) of the training dataset for this audience model.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience model.
"
}
}
},
@@ -1177,47 +1191,47 @@
"CreateConfiguredAudienceModelRequest": {
"type": "structure",
"required": [
- "audienceModelArn",
"name",
+ "audienceModelArn",
"outputConfig",
"sharedAudienceMetrics"
],
"members": {
+ "name": {
+ "shape": "NameString",
+ "documentation": "The name of the configured audience model.
"
+ },
"audienceModelArn": {
"shape": "AudienceModelArn",
"documentation": "The Amazon Resource Name (ARN) of the audience model to use for the configured audience model.
"
},
- "audienceSizeConfig": {
- "shape": "AudienceSizeConfig",
- "documentation": "Configure the list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
- },
- "childResourceTagOnCreatePolicy": {
- "shape": "TagOnCreatePolicy",
- "documentation": "Configure how the service tags audience generation jobs created using this configured audience model. If you specify NONE
, the tags from the StartAudienceGenerationJob request determine the tags of the audience generation job. If you specify FROM_PARENT_RESOURCE
, the audience generation job inherits the tags from the configured audience model, by default. Tags in the StartAudienceGenerationJob will override the default.
When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.
"
+ "outputConfig": {
+ "shape": "ConfiguredAudienceModelOutputConfig",
+ "documentation": "Configure the Amazon S3 location and IAM Role for audiences created using this configured audience model. Each audience will have a unique location. The IAM Role must have s3:PutObject
permission on the destination Amazon S3 location. If the destination is protected with Amazon S3 KMS-SSE, then the Role must also have the required KMS permissions.
"
},
"description": {
"shape": "ResourceDescription",
"documentation": "The description of the configured audience model.
"
},
+ "sharedAudienceMetrics": {
+ "shape": "MetricsList",
+ "documentation": "Whether audience metrics are shared.
"
+ },
"minMatchingSeedSize": {
"shape": "MinMatchingSeedSize",
"documentation": "The minimum number of users from the seed audience that must match with users in the training data of the audience model. The default value is 500.
"
},
- "name": {
- "shape": "NameString",
- "documentation": "The name of the configured audience model.
"
- },
- "outputConfig": {
- "shape": "ConfiguredAudienceModelOutputConfig",
- "documentation": "Configure the Amazon S3 location and IAM Role for audiences created using this configured audience model. Each audience will have a unique location. The IAM Role must have s3:PutObject
permission on the destination Amazon S3 location. If the destination is protected with Amazon S3 KMS-SSE, then the Role must also have the required KMS permissions.
"
- },
- "sharedAudienceMetrics": {
- "shape": "MetricsList",
- "documentation": "Whether audience metrics are shared.
"
+ "audienceSizeConfig": {
+ "shape": "AudienceSizeConfig",
+ "documentation": "Configure the list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
},
"tags": {
"shape": "TagMap",
"documentation": "The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.
The following basic restrictions apply to tags:
-
Maximum number of tags per resource - 50.
-
For each resource, each tag key must be unique, and each tag key can have only one value.
-
Maximum key length - 128 Unicode characters in UTF-8.
-
Maximum value length - 256 Unicode characters in UTF-8.
-
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
-
Tag keys and values are case sensitive.
-
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
"
+ },
+ "childResourceTagOnCreatePolicy": {
+ "shape": "TagOnCreatePolicy",
+ "documentation": "Configure how the service tags audience generation jobs created using this configured audience model. If you specify NONE
, the tags from the StartAudienceGenerationJob request determine the tags of the audience generation job. If you specify FROM_PARENT_RESOURCE
, the audience generation job inherits the tags from the configured audience model, by default. Tags in the StartAudienceGenerationJob will override the default.
When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.
"
}
}
},
@@ -1241,10 +1255,6 @@
"trainingData"
],
"members": {
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the training dataset.
"
- },
"name": {
"shape": "NameString",
"documentation": "The name of the training dataset. This name must be unique in your account and region.
"
@@ -1253,13 +1263,17 @@
"shape": "IamRoleArn",
"documentation": "The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource
field of each dataset.
Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException
error.
"
},
+ "trainingData": {
+ "shape": "CreateTrainingDatasetRequestTrainingDataList",
+ "documentation": "An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.
"
+ },
"tags": {
"shape": "TagMap",
"documentation": "The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.
The following basic restrictions apply to tags:
-
Maximum number of tags per resource - 50.
-
For each resource, each tag key must be unique, and each tag key can have only one value.
-
Maximum key length - 128 Unicode characters in UTF-8.
-
Maximum value length - 256 Unicode characters in UTF-8.
-
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
-
Tag keys and values are case sensitive.
-
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
"
},
- "trainingData": {
- "shape": "CreateTrainingDatasetRequestTrainingDataList",
- "documentation": "An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the training dataset.
"
}
}
},
@@ -1299,17 +1313,17 @@
"Dataset": {
"type": "structure",
"required": [
- "inputConfig",
- "type"
+ "type",
+ "inputConfig"
],
"members": {
- "inputConfig": {
- "shape": "DatasetInputConfig",
- "documentation": "A DatasetInputConfig object that defines the data source and schema mapping.
"
- },
"type": {
"shape": "DatasetType",
"documentation": "What type of information is found in the dataset.
"
+ },
+ "inputConfig": {
+ "shape": "DatasetInputConfig",
+ "documentation": "A DatasetInputConfig object that defines the data source and schema mapping.
"
}
},
"documentation": "Defines where the training dataset is located, what type of data it contains, and how to access the data.
"
@@ -1317,17 +1331,17 @@
"DatasetInputConfig": {
"type": "structure",
"required": [
- "dataSource",
- "schema"
+ "schema",
+ "dataSource"
],
"members": {
- "dataSource": {
- "shape": "DataSource",
- "documentation": "A DataSource object that specifies the Glue data source for the training data.
"
- },
"schema": {
"shape": "DatasetInputConfigSchemaList",
"documentation": "The schema information for the training data.
"
+ },
+ "dataSource": {
+ "shape": "DataSource",
+ "documentation": "A DataSource object that specifies the Glue data source for the training data.
"
}
},
"documentation": "Defines the Glue data source and schema mapping information.
"
@@ -1443,69 +1457,73 @@
"GetAudienceGenerationJobResponse": {
"type": "structure",
"required": [
- "audienceGenerationJobArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "audienceGenerationJobArn",
"name",
"status",
- "updateTime"
+ "configuredAudienceModelArn"
],
"members": {
+ "createTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The time at which the audience generation job was created.
"
+ },
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the audience generation job was updated.
"
+ },
"audienceGenerationJobArn": {
"shape": "AudienceGenerationJobArn",
"documentation": "The Amazon Resource Name (ARN) of the audience generation job.
"
},
- "collaborationId": {
- "shape": "UUID",
- "documentation": "The identifier of the collaboration that this audience generation job is associated with.
"
+ "name": {
+ "shape": "NameString",
+ "documentation": "The name of the audience generation job.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience generation job.
"
+ },
+ "status": {
+ "shape": "AudienceGenerationJobStatus",
+ "documentation": "The status of the audience generation job.
"
+ },
+ "statusDetails": {
+ "shape": "StatusDetails",
+ "documentation": "Details about the status of the audience generation job.
"
},
"configuredAudienceModelArn": {
"shape": "ConfiguredAudienceModelArn",
"documentation": "The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
"
},
- "createTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The time at which the audience generation job was created.
"
- },
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience generation job.
"
+ "seedAudience": {
+ "shape": "AudienceGenerationJobDataSource",
+ "documentation": "The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
"
},
"includeSeedInOutput": {
"shape": "Boolean",
"documentation": "Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed users from the output audience. If you specify TRUE
, the seed users will appear first in the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will know that the first minimumSeedSize
count of users are from the seed.
"
},
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The identifier of the collaboration that this audience generation job is associated with.
"
+ },
"metrics": {
"shape": "AudienceQualityMetrics",
"documentation": "The relevance scores for different audience sizes and the recall score of the generated audience.
"
},
- "name": {
- "shape": "NameString",
- "documentation": "The name of the audience generation job.
"
- },
- "seedAudience": {
- "shape": "AudienceGenerationJobDataSource",
- "documentation": "The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
"
- },
"startedBy": {
"shape": "AccountId",
"documentation": "The AWS account that started this audience generation job.
"
},
- "status": {
- "shape": "AudienceGenerationJobStatus",
- "documentation": "The status of the audience generation job.
"
- },
- "statusDetails": {
- "shape": "StatusDetails",
- "documentation": "Details about the status of the audience generation job.
"
- },
"tags": {
"shape": "TagMap",
"documentation": "The tags that are associated to this audience generation job.
"
},
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the audience generation job was updated.
"
+ "protectedQueryIdentifier": {
+ "shape": "String",
+ "documentation": "The unique identifier of the protected query for this audience generation job.
"
}
}
},
@@ -1526,34 +1544,42 @@
"GetAudienceModelResponse": {
"type": "structure",
"required": [
- "audienceModelArn",
"createTime",
+ "updateTime",
+ "audienceModelArn",
"name",
- "status",
"trainingDatasetArn",
- "updateTime"
+ "status"
],
"members": {
- "audienceModelArn": {
- "shape": "AudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience model.
"
- },
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the audience model was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience model.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the audience model was updated.
"
},
- "kmsKeyArn": {
- "shape": "KmsKeyArn",
- "documentation": "The KMS key ARN used for the audience model.
"
+ "trainingDataStartTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The start date specified for the training window.
"
+ },
+ "trainingDataEndTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The end date specified for the training window.
"
+ },
+ "audienceModelArn": {
+ "shape": "AudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience model.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the audience model.
"
},
+ "trainingDatasetArn": {
+ "shape": "TrainingDatasetArn",
+ "documentation": "The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
"
+ },
"status": {
"shape": "AudienceModelStatus",
"documentation": "The status of the audience model.
"
@@ -1562,25 +1588,17 @@
"shape": "StatusDetails",
"documentation": "Details about the status of the audience model.
"
},
+ "kmsKeyArn": {
+ "shape": "KmsKeyArn",
+ "documentation": "The KMS key ARN used for the audience model.
"
+ },
"tags": {
"shape": "TagMap",
"documentation": "The tags that are assigned to the audience model.
"
},
- "trainingDataEndTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The end date specified for the training window.
"
- },
- "trainingDataStartTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The start date specified for the training window.
"
- },
- "trainingDatasetArn": {
- "shape": "TrainingDatasetArn",
- "documentation": "The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
"
- },
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the audience model was updated.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience model.
"
}
}
},
@@ -1637,67 +1655,67 @@
"GetConfiguredAudienceModelResponse": {
"type": "structure",
"required": [
- "audienceModelArn",
- "configuredAudienceModelArn",
"createTime",
+ "updateTime",
+ "configuredAudienceModelArn",
"name",
+ "audienceModelArn",
"outputConfig",
- "sharedAudienceMetrics",
"status",
- "updateTime"
+ "sharedAudienceMetrics"
],
"members": {
- "audienceModelArn": {
- "shape": "AudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
"
- },
- "audienceSizeConfig": {
- "shape": "AudienceSizeConfig",
- "documentation": "The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
- },
- "childResourceTagOnCreatePolicy": {
- "shape": "TagOnCreatePolicy",
- "documentation": "Provides the childResourceTagOnCreatePolicy
that was used for this configured audience model.
"
- },
- "configuredAudienceModelArn": {
- "shape": "ConfiguredAudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the configured audience model.
"
- },
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the configured audience model was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the configured audience model.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the configured audience model was updated.
"
},
- "minMatchingSeedSize": {
- "shape": "MinMatchingSeedSize",
- "documentation": "The minimum number of users from the seed audience that must match with users in the training data of the audience model.
"
+ "configuredAudienceModelArn": {
+ "shape": "ConfiguredAudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the configured audience model.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the configured audience model.
"
},
+ "audienceModelArn": {
+ "shape": "AudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
"
+ },
"outputConfig": {
"shape": "ConfiguredAudienceModelOutputConfig",
"documentation": "The output configuration of the configured audience model
"
},
- "sharedAudienceMetrics": {
- "shape": "MetricsList",
- "documentation": "Whether audience metrics are shared.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the configured audience model.
"
},
"status": {
"shape": "ConfiguredAudienceModelStatus",
"documentation": "The status of the configured audience model.
"
},
+ "sharedAudienceMetrics": {
+ "shape": "MetricsList",
+ "documentation": "Whether audience metrics are shared.
"
+ },
+ "minMatchingSeedSize": {
+ "shape": "MinMatchingSeedSize",
+ "documentation": "The minimum number of users from the seed audience that must match with users in the training data of the audience model.
"
+ },
+ "audienceSizeConfig": {
+ "shape": "AudienceSizeConfig",
+ "documentation": "The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
"
+ },
"tags": {
"shape": "TagMap",
"documentation": "The tags that are associated to this configured audience model.
"
},
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the configured audience model was updated.
"
+ "childResourceTagOnCreatePolicy": {
+ "shape": "TagOnCreatePolicy",
+ "documentation": "Provides the childResourceTagOnCreatePolicy
that was used for this configured audience model.
"
}
}
},
@@ -1719,70 +1737,70 @@
"type": "structure",
"required": [
"createTime",
+ "updateTime",
+ "trainingDatasetArn",
"name",
- "roleArn",
- "status",
"trainingData",
- "trainingDatasetArn",
- "updateTime"
+ "status",
+ "roleArn"
],
"members": {
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the training dataset was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the training dataset.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the training dataset was updated.
"
+ },
+ "trainingDatasetArn": {
+ "shape": "TrainingDatasetArn",
+ "documentation": "The Amazon Resource Name (ARN) of the training dataset.
"
},
"name": {
"shape": "NameString",
"documentation": "The name of the training dataset.
"
},
- "roleArn": {
- "shape": "IamRoleArn",
- "documentation": "The IAM role used to read the training data.
"
+ "trainingData": {
+ "shape": "DatasetList",
+ "documentation": "Metadata about the requested training data.
"
},
"status": {
"shape": "TrainingDatasetStatus",
"documentation": "The status of the training dataset.
"
},
+ "roleArn": {
+ "shape": "IamRoleArn",
+ "documentation": "The IAM role used to read the training data.
"
+ },
"tags": {
"shape": "TagMap",
"documentation": "The tags that are assigned to this training dataset.
"
},
- "trainingData": {
- "shape": "DatasetList",
- "documentation": "Metadata about the requested training data.
"
- },
- "trainingDatasetArn": {
- "shape": "TrainingDatasetArn",
- "documentation": "The Amazon Resource Name (ARN) of the training dataset.
"
- },
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the training dataset was updated.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the training dataset.
"
}
}
},
"GlueDataSource": {
"type": "structure",
"required": [
- "databaseName",
- "tableName"
+ "tableName",
+ "databaseName"
],
"members": {
- "catalogId": {
- "shape": "AccountId",
- "documentation": "The Glue catalog that contains the training data.
"
+ "tableName": {
+ "shape": "GlueTableName",
+ "documentation": "The Glue table that contains the training data.
"
},
"databaseName": {
"shape": "GlueDatabaseName",
"documentation": "The Glue database that contains the training data.
"
},
- "tableName": {
- "shape": "GlueTableName",
- "documentation": "The Glue table that contains the training data.
"
+ "catalogId": {
+ "shape": "AccountId",
+ "documentation": "The Glue catalog that contains the training data.
"
}
},
"documentation": "Defines the Glue data source that contains the training data.
"
@@ -1791,40 +1809,40 @@
"type": "string",
"max": 128,
"min": 1,
- "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?$"
+ "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?"
},
"GlueTableName": {
"type": "string",
"max": 128,
"min": 1,
- "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$"
+ "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?"
},
"Hash": {
"type": "string",
"max": 128,
"min": 64,
- "pattern": "^[0-9a-f]+$"
+ "pattern": "[0-9a-f]+"
},
"IamRoleArn": {
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:iam::[0-9]{12}:role/.+$"
+ "pattern": "arn:aws[-a-z]*:iam::[0-9]{12}:role/.+"
},
"KmsKeyArn": {
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:kms:[-a-z0-9]+:[0-9]{12}:key/.+$"
+ "pattern": "arn:aws[-a-z]*:kms:[-a-z0-9]+:[0-9]{12}:key/.+"
},
"ListAudienceExportJobsRequest": {
"type": "structure",
"members": {
- "audienceGenerationJobArn": {
- "shape": "AudienceGenerationJobArn",
- "documentation": "The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
",
+ "nextToken": {
+ "shape": "NextToken",
+ "documentation": "The token value retrieved from a previous call to access the next page of results.
",
"location": "querystring",
- "locationName": "audienceGenerationJobArn"
+ "locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
@@ -1832,11 +1850,11 @@
"location": "querystring",
"locationName": "maxResults"
},
- "nextToken": {
- "shape": "NextToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "audienceGenerationJobArn": {
+ "shape": "AudienceGenerationJobArn",
+ "documentation": "The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
",
"location": "querystring",
- "locationName": "nextToken"
+ "locationName": "audienceGenerationJobArn"
}
}
},
@@ -1846,30 +1864,24 @@
"audienceExportJobs"
],
"members": {
- "audienceExportJobs": {
- "shape": "AudienceExportJobList",
- "documentation": "The audience export jobs that match the request.
"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ },
+ "audienceExportJobs": {
+ "shape": "AudienceExportJobList",
+ "documentation": "The audience export jobs that match the request.
"
}
}
},
"ListAudienceGenerationJobsRequest": {
"type": "structure",
"members": {
- "collaborationId": {
- "shape": "UUID",
- "documentation": "The identifier of the collaboration that contains the audience generation jobs that you are interested in.
",
- "location": "querystring",
- "locationName": "collaborationId"
- },
- "configuredAudienceModelArn": {
- "shape": "ConfiguredAudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
",
+ "nextToken": {
+ "shape": "NextToken",
+ "documentation": "The token value retrieved from a previous call to access the next page of results.
",
"location": "querystring",
- "locationName": "configuredAudienceModelArn"
+ "locationName": "nextToken"
},
"maxResults": {
"shape": "MaxResults",
@@ -1877,11 +1889,17 @@
"location": "querystring",
"locationName": "maxResults"
},
- "nextToken": {
- "shape": "NextToken",
- "documentation": "The token value retrieved from a previous call to access the next page of results.
",
+ "configuredAudienceModelArn": {
+ "shape": "ConfiguredAudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
",
"location": "querystring",
- "locationName": "nextToken"
+ "locationName": "configuredAudienceModelArn"
+ },
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The identifier of the collaboration that contains the audience generation jobs that you are interested in.
",
+ "location": "querystring",
+ "locationName": "collaborationId"
}
}
},
@@ -1891,30 +1909,30 @@
"audienceGenerationJobs"
],
"members": {
- "audienceGenerationJobs": {
- "shape": "AudienceGenerationJobList",
- "documentation": "The audience generation jobs that match the request.
"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ },
+ "audienceGenerationJobs": {
+ "shape": "AudienceGenerationJobList",
+ "documentation": "The audience generation jobs that match the request.
"
}
}
},
"ListAudienceModelsRequest": {
"type": "structure",
"members": {
- "maxResults": {
- "shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
- "location": "querystring",
- "locationName": "maxResults"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
",
"location": "querystring",
"locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call.
",
+ "location": "querystring",
+ "locationName": "maxResults"
}
}
},
@@ -1924,30 +1942,30 @@
"audienceModels"
],
"members": {
- "audienceModels": {
- "shape": "AudienceModelList",
- "documentation": "The audience models that match the request.
"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ },
+ "audienceModels": {
+ "shape": "AudienceModelList",
+ "documentation": "The audience models that match the request.
"
}
}
},
"ListConfiguredAudienceModelsRequest": {
"type": "structure",
"members": {
- "maxResults": {
- "shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
- "location": "querystring",
- "locationName": "maxResults"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
",
"location": "querystring",
"locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call.
",
+ "location": "querystring",
+ "locationName": "maxResults"
}
}
},
@@ -1957,13 +1975,13 @@
"configuredAudienceModels"
],
"members": {
- "configuredAudienceModels": {
- "shape": "ConfiguredAudienceModelList",
- "documentation": "The configured audience models.
"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
"
+ },
+ "configuredAudienceModels": {
+ "shape": "ConfiguredAudienceModelList",
+ "documentation": "The configured audience models.
"
}
}
},
@@ -1996,17 +2014,17 @@
"ListTrainingDatasetsRequest": {
"type": "structure",
"members": {
- "maxResults": {
- "shape": "MaxResults",
- "documentation": "The maximum size of the results that is returned per call.
",
- "location": "querystring",
- "locationName": "maxResults"
- },
"nextToken": {
"shape": "NextToken",
"documentation": "The token value retrieved from a previous call to access the next page of results.
",
"location": "querystring",
"locationName": "nextToken"
+ },
+ "maxResults": {
+ "shape": "MaxResults",
+ "documentation": "The maximum size of the results that is returned per call.
",
+ "location": "querystring",
+ "locationName": "maxResults"
}
}
},
@@ -2050,13 +2068,33 @@
"type": "string",
"max": 63,
"min": 1,
- "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$"
+ "pattern": "(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*"
},
"NextToken": {
"type": "string",
"max": 10240,
"min": 1
},
+ "ParameterKey": {
+ "type": "string",
+ "max": 100,
+ "min": 1,
+ "pattern": "[0-9a-zA-Z_]+"
+ },
+ "ParameterMap": {
+ "type": "map",
+ "key": {
+ "shape": "ParameterKey"
+ },
+ "value": {
+ "shape": "ParameterValue"
+ }
+ },
+ "ParameterValue": {
+ "type": "string",
+ "max": 250,
+ "min": 0
+ },
"PolicyExistenceCondition": {
"type": "string",
"enum": [
@@ -2064,6 +2102,30 @@
"POLICY_MUST_NOT_EXIST"
]
},
+ "ProtectedQuerySQLParameters": {
+ "type": "structure",
+ "members": {
+ "queryString": {
+ "shape": "ProtectedQuerySQLParametersQueryStringString",
+ "documentation": "The query string to be submitted.
"
+ },
+ "analysisTemplateArn": {
+ "shape": "AnalysisTemplateArn",
+ "documentation": "The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
"
+ },
+ "parameters": {
+ "shape": "ParameterMap",
+ "documentation": "The protected query SQL parameters.
"
+ }
+ },
+ "documentation": "The parameters for the SQL type Protected Query.
",
+ "sensitive": true
+ },
+ "ProtectedQuerySQLParametersQueryStringString": {
+ "type": "string",
+ "max": 90000,
+ "min": 0
+ },
"PutConfiguredAudienceModelPolicyRequest": {
"type": "structure",
"required": [
@@ -2081,13 +2143,13 @@
"shape": "ResourcePolicy",
"documentation": "The IAM resource policy.
"
},
- "policyExistenceCondition": {
- "shape": "PolicyExistenceCondition",
- "documentation": "Use this to prevent unexpected concurrent modification of the policy.
"
- },
"previousPolicyHash": {
"shape": "Hash",
"documentation": "A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
"
+ },
+ "policyExistenceCondition": {
+ "shape": "PolicyExistenceCondition",
+ "documentation": "Use this to prevent unexpected concurrent modification of the policy.
"
}
}
},
@@ -2134,7 +2196,7 @@
"type": "string",
"max": 255,
"min": 0,
- "pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$"
+ "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*"
},
"ResourcePolicy": {
"type": "string",
@@ -2158,7 +2220,7 @@
"type": "string",
"max": 1285,
"min": 1,
- "pattern": "^s3://.+$"
+ "pattern": "s3://.+"
},
"SharedAudienceMetrics": {
"type": "string",
@@ -2170,11 +2232,15 @@
"StartAudienceExportJobRequest": {
"type": "structure",
"required": [
+ "name",
"audienceGenerationJobArn",
- "audienceSize",
- "name"
+ "audienceSize"
],
"members": {
+ "name": {
+ "shape": "NameString",
+ "documentation": "The name of the audience export job.
"
+ },
"audienceGenerationJobArn": {
"shape": "AudienceGenerationJobArn",
"documentation": "The Amazon Resource Name (ARN) of the audience generation job that you want to export.
"
@@ -2185,44 +2251,40 @@
"description": {
"shape": "ResourceDescription",
"documentation": "The description of the audience export job.
"
- },
- "name": {
- "shape": "NameString",
- "documentation": "The name of the audience export job.
"
}
}
},
"StartAudienceGenerationJobRequest": {
"type": "structure",
"required": [
- "configuredAudienceModelArn",
"name",
+ "configuredAudienceModelArn",
"seedAudience"
],
"members": {
- "collaborationId": {
- "shape": "UUID",
- "documentation": "The identifier of the collaboration that contains the audience generation job.
"
+ "name": {
+ "shape": "NameString",
+ "documentation": "The name of the audience generation job.
"
},
"configuredAudienceModelArn": {
"shape": "ConfiguredAudienceModelArn",
"documentation": "The Amazon Resource Name (ARN) of the configured audience model that is used for this audience generation job.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the audience generation job.
"
+ "seedAudience": {
+ "shape": "AudienceGenerationJobDataSource",
+ "documentation": "The seed audience that is used to generate the audience.
"
},
"includeSeedInOutput": {
"shape": "Boolean",
"documentation": "Whether the seed audience is included in the audience generation output.
"
},
- "name": {
- "shape": "NameString",
- "documentation": "The name of the audience generation job.
"
+ "collaborationId": {
+ "shape": "UUID",
+ "documentation": "The identifier of the collaboration that contains the audience generation job.
"
},
- "seedAudience": {
- "shape": "AudienceGenerationJobDataSource",
- "documentation": "The seed audience that is used to generate the audience.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the audience generation job.
"
},
"tags": {
"shape": "TagMap",
@@ -2245,13 +2307,13 @@
"StatusDetails": {
"type": "structure",
"members": {
- "message": {
- "shape": "String",
- "documentation": "The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode
for programmatic error handling.
"
- },
"statusCode": {
"shape": "String",
"documentation": "The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
"
+ },
+ "message": {
+ "shape": "String",
+ "documentation": "The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode
for programmatic error handling.
"
}
},
"documentation": "Details about the status of a resource.
"
@@ -2326,13 +2388,13 @@
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:(training-dataset|audience-model|configured-audience-model|audience-generation-job)/[-a-zA-Z0-9_/.]+$"
+ "pattern": "arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:(training-dataset|audience-model|configured-audience-model|audience-generation-job)/[-a-zA-Z0-9_/.]+"
},
"TrainingDatasetArn": {
"type": "string",
"max": 2048,
"min": 20,
- "pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:training-dataset/[-a-zA-Z0-9_/.]+$"
+ "pattern": "arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:training-dataset/[-a-zA-Z0-9_/.]+"
},
"TrainingDatasetList": {
"type": "list",
@@ -2350,19 +2412,23 @@
"type": "structure",
"required": [
"createTime",
- "name",
- "status",
+ "updateTime",
"trainingDatasetArn",
- "updateTime"
+ "name",
+ "status"
],
"members": {
"createTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "The time at which the training dataset was created.
"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The description of the training dataset.
"
+ "updateTime": {
+ "shape": "SyntheticTimestamp_date_time",
+ "documentation": "The most recent time at which the training dataset was updated.
"
+ },
+ "trainingDatasetArn": {
+ "shape": "TrainingDatasetArn",
+ "documentation": "The Amazon Resource Name (ARN) of the training dataset.
"
},
"name": {
"shape": "NameString",
@@ -2372,13 +2438,9 @@
"shape": "TrainingDatasetStatus",
"documentation": "The status of the training dataset.
"
},
- "trainingDatasetArn": {
- "shape": "TrainingDatasetArn",
- "documentation": "The Amazon Resource Name (ARN) of the training dataset.
"
- },
- "updateTime": {
- "shape": "SyntheticTimestamp_date_time",
- "documentation": "The most recent time at which the training dataset was updated.
"
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The description of the training dataset.
"
}
},
"documentation": "Provides information about the training dataset.
"
@@ -2387,7 +2449,7 @@
"type": "string",
"max": 36,
"min": 36,
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
+ "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
"UntagResourceRequest": {
"type": "structure",
@@ -2420,35 +2482,35 @@
"configuredAudienceModelArn"
],
"members": {
- "audienceModelArn": {
- "shape": "AudienceModelArn",
- "documentation": "The Amazon Resource Name (ARN) of the new audience model that you want to use.
"
- },
- "audienceSizeConfig": {
- "shape": "AudienceSizeConfig",
- "documentation": "The new audience size configuration.
"
- },
"configuredAudienceModelArn": {
"shape": "ConfiguredAudienceModelArn",
"documentation": "The Amazon Resource Name (ARN) of the configured audience model that you want to update.
",
"location": "uri",
"locationName": "configuredAudienceModelArn"
},
- "description": {
- "shape": "ResourceDescription",
- "documentation": "The new description of the configured audience model.
"
- },
- "minMatchingSeedSize": {
- "shape": "MinMatchingSeedSize",
- "documentation": "The minimum number of users from the seed audience that must match with users in the training data of the audience model.
"
- },
"outputConfig": {
"shape": "ConfiguredAudienceModelOutputConfig",
"documentation": "The new output configuration.
"
},
+ "audienceModelArn": {
+ "shape": "AudienceModelArn",
+ "documentation": "The Amazon Resource Name (ARN) of the new audience model that you want to use.
"
+ },
"sharedAudienceMetrics": {
"shape": "MetricsList",
"documentation": "The new value for whether to share audience metrics.
"
+ },
+ "minMatchingSeedSize": {
+ "shape": "MinMatchingSeedSize",
+ "documentation": "The minimum number of users from the seed audience that must match with users in the training data of the audience model.
"
+ },
+ "audienceSizeConfig": {
+ "shape": "AudienceSizeConfig",
+ "documentation": "The new audience size configuration.
"
+ },
+ "description": {
+ "shape": "ResourceDescription",
+ "documentation": "The new description of the configured audience model.
"
}
}
},
diff --git a/apis/cleanroomsml-2023-09-06.waiters2.json b/apis/cleanroomsml-2023-09-06.waiters2.json
new file mode 100644
index 0000000000..13f60ee66b
--- /dev/null
+++ b/apis/cleanroomsml-2023-09-06.waiters2.json
@@ -0,0 +1,5 @@
+{
+ "version": 2,
+ "waiters": {
+ }
+}
diff --git a/apis/connect-2017-08-08.min.json b/apis/connect-2017-08-08.min.json
index 022b20fdae..a340090389 100644
--- a/apis/connect-2017-08-08.min.json
+++ b/apis/connect-2017-08-08.min.json
@@ -6286,6 +6286,17 @@
"shape": "Sot"
}
}
+ },
+ "PostContactSummary": {
+ "type": "structure",
+ "required": [
+ "Status"
+ ],
+ "members": {
+ "Content": {},
+ "Status": {},
+ "FailureCode": {}
+ }
}
},
"union": true
@@ -7345,12 +7356,12 @@
"type": "structure",
"members": {
"AttributeFilter": {
- "shape": "Srw"
+ "shape": "Ss0"
}
}
},
"SearchCriteria": {
- "shape": "Ss1"
+ "shape": "Ss5"
}
}
},
@@ -7429,12 +7440,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Ssf"
+ "shape": "Ssj"
}
}
},
@@ -7473,12 +7484,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Ssl"
+ "shape": "Ssp"
}
}
},
@@ -7538,19 +7549,19 @@
"type": "structure",
"members": {
"L1Ids": {
- "shape": "Ssv"
+ "shape": "Ssz"
},
"L2Ids": {
- "shape": "Ssv"
+ "shape": "Ssz"
},
"L3Ids": {
- "shape": "Ssv"
+ "shape": "Ssz"
},
"L4Ids": {
- "shape": "Ssv"
+ "shape": "Ssz"
},
"L5Ids": {
- "shape": "Ssv"
+ "shape": "Ssz"
}
}
},
@@ -7726,12 +7737,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Stm"
+ "shape": "Stq"
}
}
},
@@ -7767,7 +7778,7 @@
"type": "integer"
},
"SearchCriteria": {
- "shape": "Str"
+ "shape": "Stv"
}
}
},
@@ -7806,12 +7817,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Stx"
+ "shape": "Su1"
}
}
},
@@ -7850,12 +7861,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Su4"
+ "shape": "Su8"
}
}
},
@@ -7894,12 +7905,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Sub"
+ "shape": "Suf"
}
}
},
@@ -7990,12 +8001,12 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
},
"SearchCriteria": {
- "shape": "Suq"
+ "shape": "Suu"
}
}
},
@@ -8031,13 +8042,13 @@
"type": "integer"
},
"SearchCriteria": {
- "shape": "Suv"
+ "shape": "Suz"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
}
}
}
@@ -8088,12 +8099,12 @@
"type": "structure",
"members": {
"AttributeFilter": {
- "shape": "Srw"
+ "shape": "Ss0"
}
}
},
"SearchCriteria": {
- "shape": "Sv3"
+ "shape": "Sv7"
}
}
},
@@ -8132,7 +8143,7 @@
"type": "structure",
"members": {
"TagFilter": {
- "shape": "Ssd"
+ "shape": "Ssh"
},
"UserAttributeFilter": {
"type": "structure",
@@ -8140,24 +8151,24 @@
"OrConditions": {
"type": "list",
"member": {
- "shape": "Svb"
+ "shape": "Svf"
}
},
"AndCondition": {
- "shape": "Svb"
+ "shape": "Svf"
},
"TagCondition": {
- "shape": "Ss0"
+ "shape": "Ss4"
},
"HierarchyGroupCondition": {
- "shape": "Svc"
+ "shape": "Svg"
}
}
}
}
},
"SearchCriteria": {
- "shape": "Sve"
+ "shape": "Svi"
}
}
},
@@ -8290,16 +8301,16 @@
"type": "structure",
"members": {
"SupportedMessagingContentTypes": {
- "shape": "Sw4"
+ "shape": "Sw8"
},
"ParticipantDetails": {
- "shape": "Sw6"
+ "shape": "Swa"
},
"Attributes": {
"shape": "S38"
},
"StreamingConfiguration": {
- "shape": "Sw7"
+ "shape": "Swb"
}
}
}
@@ -8401,7 +8412,7 @@
"shape": "S38"
},
"ParticipantDetails": {
- "shape": "Sw6"
+ "shape": "Swa"
},
"InitialMessage": {
"type": "structure",
@@ -8421,7 +8432,7 @@
"type": "integer"
},
"SupportedMessagingContentTypes": {
- "shape": "Sw4"
+ "shape": "Sw8"
},
"PersistentChat": {
"type": "structure",
@@ -8528,7 +8539,7 @@
"InstanceId": {},
"ContactId": {},
"ChatStreamingConfiguration": {
- "shape": "Sw7"
+ "shape": "Swb"
},
"ClientToken": {
"idempotencyToken": true
@@ -8679,7 +8690,7 @@
}
},
"ParticipantDetails": {
- "shape": "Sw6"
+ "shape": "Swa"
},
"RelatedContactId": {},
"References": {
@@ -8832,7 +8843,7 @@
"locationName": "EvaluationId"
},
"Answers": {
- "shape": "Sxo"
+ "shape": "Sxs"
},
"Notes": {
"shape": "Sek"
@@ -9152,7 +9163,7 @@
"locationName": "EvaluationId"
},
"Answers": {
- "shape": "Sxo"
+ "shape": "Sxs"
},
"Notes": {
"shape": "Sek"
@@ -10211,19 +10222,19 @@
"type": "structure",
"members": {
"LevelOne": {
- "shape": "S101"
+ "shape": "S105"
},
"LevelTwo": {
- "shape": "S101"
+ "shape": "S105"
},
"LevelThree": {
- "shape": "S101"
+ "shape": "S105"
},
"LevelFour": {
- "shape": "S101"
+ "shape": "S105"
},
"LevelFive": {
- "shape": "S101"
+ "shape": "S105"
}
}
},
@@ -11951,65 +11962,65 @@
}
}
},
- "Srw": {
+ "Ss0": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
- "shape": "Sry"
+ "shape": "Ss2"
}
},
"AndCondition": {
- "shape": "Sry"
+ "shape": "Ss2"
},
"TagCondition": {
- "shape": "Ss0"
+ "shape": "Ss4"
}
}
},
- "Sry": {
+ "Ss2": {
"type": "structure",
"members": {
"TagConditions": {
- "shape": "Srz"
+ "shape": "Ss3"
}
}
},
- "Srz": {
+ "Ss3": {
"type": "list",
"member": {
- "shape": "Ss0"
+ "shape": "Ss4"
}
},
- "Ss0": {
+ "Ss4": {
"type": "structure",
"members": {
"TagKey": {},
"TagValue": {}
}
},
- "Ss1": {
+ "Ss5": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Ss2"
+ "shape": "Ss6"
},
"AndConditions": {
- "shape": "Ss2"
+ "shape": "Ss6"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Ss2": {
+ "Ss6": {
"type": "list",
"member": {
- "shape": "Ss1"
+ "shape": "Ss5"
}
},
- "Ss3": {
+ "Ss7": {
"type": "structure",
"members": {
"FieldName": {},
@@ -12017,260 +12028,260 @@
"ComparisonType": {}
}
},
- "Ssd": {
+ "Ssh": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
- "shape": "Srz"
+ "shape": "Ss3"
}
},
"AndConditions": {
- "shape": "Srz"
+ "shape": "Ss3"
},
"TagCondition": {
- "shape": "Ss0"
+ "shape": "Ss4"
}
}
},
- "Ssf": {
+ "Ssj": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Ssg"
+ "shape": "Ssk"
},
"AndConditions": {
- "shape": "Ssg"
+ "shape": "Ssk"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Ssg": {
+ "Ssk": {
"type": "list",
"member": {
- "shape": "Ssf"
+ "shape": "Ssj"
}
},
- "Ssl": {
+ "Ssp": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Ssm"
+ "shape": "Ssq"
},
"AndConditions": {
- "shape": "Ssm"
+ "shape": "Ssq"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
},
"TypeCondition": {},
"StateCondition": {},
"StatusCondition": {}
}
},
- "Ssm": {
+ "Ssq": {
"type": "list",
"member": {
- "shape": "Ssl"
+ "shape": "Ssp"
}
},
- "Ssv": {
+ "Ssz": {
"type": "list",
"member": {}
},
- "Stm": {
+ "Stq": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Stn"
+ "shape": "Str"
},
"AndConditions": {
- "shape": "Stn"
+ "shape": "Str"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Stn": {
+ "Str": {
"type": "list",
"member": {
- "shape": "Stm"
+ "shape": "Stq"
}
},
- "Str": {
+ "Stv": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Sts"
+ "shape": "Stw"
},
"AndConditions": {
- "shape": "Sts"
+ "shape": "Stw"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Sts": {
+ "Stw": {
"type": "list",
"member": {
- "shape": "Str"
+ "shape": "Stv"
}
},
- "Stx": {
+ "Su1": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Sty"
+ "shape": "Su2"
},
"AndConditions": {
- "shape": "Sty"
+ "shape": "Su2"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Sty": {
+ "Su2": {
"type": "list",
"member": {
- "shape": "Stx"
+ "shape": "Su1"
}
},
- "Su4": {
+ "Su8": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Su5"
+ "shape": "Su9"
},
"AndConditions": {
- "shape": "Su5"
+ "shape": "Su9"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
},
"QueueTypeCondition": {}
}
},
- "Su5": {
+ "Su9": {
"type": "list",
"member": {
- "shape": "Su4"
+ "shape": "Su8"
}
},
- "Sub": {
+ "Suf": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Suc"
+ "shape": "Sug"
},
"AndConditions": {
- "shape": "Suc"
+ "shape": "Sug"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Suc": {
+ "Sug": {
"type": "list",
"member": {
- "shape": "Sub"
+ "shape": "Suf"
}
},
- "Suq": {
+ "Suu": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Sur"
+ "shape": "Suv"
},
"AndConditions": {
- "shape": "Sur"
+ "shape": "Suv"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Sur": {
+ "Suv": {
"type": "list",
"member": {
- "shape": "Suq"
+ "shape": "Suu"
}
},
- "Suv": {
+ "Suz": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Suw"
+ "shape": "Sv0"
},
"AndConditions": {
- "shape": "Suw"
+ "shape": "Sv0"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Suw": {
+ "Sv0": {
"type": "list",
"member": {
- "shape": "Suv"
+ "shape": "Suz"
}
},
- "Sv3": {
+ "Sv7": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Sv4"
+ "shape": "Sv8"
},
"AndConditions": {
- "shape": "Sv4"
+ "shape": "Sv8"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
}
}
},
- "Sv4": {
+ "Sv8": {
"type": "list",
"member": {
- "shape": "Sv3"
+ "shape": "Sv7"
}
},
- "Svb": {
+ "Svf": {
"type": "structure",
"members": {
"TagConditions": {
- "shape": "Srz"
+ "shape": "Ss3"
},
"HierarchyGroupCondition": {
- "shape": "Svc"
+ "shape": "Svg"
}
}
},
- "Svc": {
+ "Svg": {
"type": "structure",
"members": {
"Value": {},
"HierarchyGroupMatchType": {}
}
},
- "Sve": {
+ "Svi": {
"type": "structure",
"members": {
"OrConditions": {
- "shape": "Svf"
+ "shape": "Svj"
},
"AndConditions": {
- "shape": "Svf"
+ "shape": "Svj"
},
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
},
"ListCondition": {
"type": "structure",
@@ -12282,7 +12293,7 @@
"type": "structure",
"members": {
"StringCondition": {
- "shape": "Ss3"
+ "shape": "Ss7"
},
"NumberCondition": {
"type": "structure",
@@ -12303,21 +12314,21 @@
}
},
"HierarchyGroupCondition": {
- "shape": "Svc"
+ "shape": "Svg"
}
}
},
- "Svf": {
+ "Svj": {
"type": "list",
"member": {
- "shape": "Sve"
+ "shape": "Svi"
}
},
- "Sw4": {
+ "Sw8": {
"type": "list",
"member": {}
},
- "Sw6": {
+ "Swa": {
"type": "structure",
"required": [
"DisplayName"
@@ -12326,7 +12337,7 @@
"DisplayName": {}
}
},
- "Sw7": {
+ "Swb": {
"type": "structure",
"required": [
"StreamingEndpointArn"
@@ -12335,7 +12346,7 @@
"StreamingEndpointArn": {}
}
},
- "Sxo": {
+ "Sxs": {
"type": "map",
"key": {},
"value": {
@@ -12347,7 +12358,7 @@
}
}
},
- "S101": {
+ "S105": {
"type": "structure",
"required": [
"Name"
diff --git a/apis/connect-2017-08-08.normal.json b/apis/connect-2017-08-08.normal.json
index f63ceea8e2..97f168dd46 100644
--- a/apis/connect-2017-08-08.normal.json
+++ b/apis/connect-2017-08-08.normal.json
@@ -15761,15 +15761,15 @@
},
"Filters": {
"shape": "FiltersV2List",
- "documentation": "The filters to apply to returned metrics. You can filter on the following resources:
-
Agents
-
Channels
-
Feature
-
Queues
-
Routing profiles
-
Routing step expression
-
User hierarchy groups
At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups.
To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator Guide.
Note the following limits:
-
Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: AGENT
| AGENT_HIERARCHY_LEVEL_ONE
| AGENT_HIERARCHY_LEVEL_TWO
| AGENT_HIERARCHY_LEVEL_THREE
| AGENT_HIERARCHY_LEVEL_FOUR
| AGENT_HIERARCHY_LEVEL_FIVE
| CASE_TEMPLATE_ARN
| CASE_STATUS
| CHANNEL
| contact/segmentAttributes/connect:Subtype
| FEATURE
| FLOW_TYPE
| FLOWS_NEXT_RESOURCE_ID
| FLOWS_NEXT_RESOURCE_QUEUE_ID
| FLOWS_OUTCOME_TYPE
| FLOWS_RESOURCE_ID
| INITIATION_METHOD
| RESOURCE_PUBLISHED_TIMESTAMP
| ROUTING_PROFILE
| ROUTING_STEP_EXPRESSION
| QUEUE
| Q_CONNECT_ENABLED
|
-
Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue
for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters.
contact_lens_conversational_analytics
is a valid filterValue for the FEATURE
filter key. It is available only to contacts analyzed by Contact Lens conversational analytics.
connect:Chat
, connect:SMS
, connect:Telephony
, and connect:WebRTC
are valid filterValue
examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter
key.
ROUTING_STEP_EXPRESSION
is a valid filter key with a filter value up to 3000 length. This filter is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be kept as is.
Q_CONNECT_ENABLED
. TRUE and FALSE are the only valid filterValues for the Q_CONNECT_ENABLED
filter key.
This filter is available only for contact record-driven metrics.
"
+ "documentation": "The filters to apply to returned metrics. You can filter on the following resources:
-
Agents
-
Campaigns
-
Channels
-
Feature
-
Queues
-
Routing profiles
-
Routing step expression
-
User hierarchy groups
At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups.
For metrics for outbound campaigns analytics, you can also use campaigns to satisfy at least one filter requirement.
To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator Guide.
Note the following limits:
-
Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: AGENT
| AGENT_HIERARCHY_LEVEL_ONE
| AGENT_HIERARCHY_LEVEL_TWO
| AGENT_HIERARCHY_LEVEL_THREE
| AGENT_HIERARCHY_LEVEL_FOUR
| AGENT_HIERARCHY_LEVEL_FIVE
| ANSWERING_MACHINE_DETECTION_STATUS
| CAMPAIGN
| CASE_TEMPLATE_ARN
| CASE_STATUS
| CHANNEL
| contact/segmentAttributes/connect:Subtype
| DISCONNECT_REASON
| FEATURE
| FLOW_TYPE
| FLOWS_NEXT_RESOURCE_ID
| FLOWS_NEXT_RESOURCE_QUEUE_ID
| FLOWS_OUTCOME_TYPE
| FLOWS_RESOURCE_ID
| INITIATION_METHOD
| RESOURCE_PUBLISHED_TIMESTAMP
| ROUTING_PROFILE
| ROUTING_STEP_EXPRESSION
| QUEUE
| Q_CONNECT_ENABLED
|
-
Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue
for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters.
contact_lens_conversational_analytics
is a valid filterValue for the FEATURE
filter key. It is available only to contacts analyzed by Contact Lens conversational analytics.
connect:Chat
, connect:SMS
, connect:Telephony
, and connect:WebRTC
are valid filterValue
examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter
key.
ROUTING_STEP_EXPRESSION
is a valid filter key with a filter value up to 3000 length. This filter is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be kept as is.
Q_CONNECT_ENABLED
. TRUE and FALSE are the only valid filterValues for the Q_CONNECT_ENABLED
filter key.
This filter is available only for contact record-driven metrics.
Campaign ARNs are valid filterValues
for the CAMPAIGN
filter key.
"
},
"Groupings": {
"shape": "GroupingsV2",
- "documentation": "The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues.
If no grouping is specified, a summary of all metrics is returned.
Valid grouping keys: AGENT
| AGENT_HIERARCHY_LEVEL_ONE
| AGENT_HIERARCHY_LEVEL_TWO
| AGENT_HIERARCHY_LEVEL_THREE
| AGENT_HIERARCHY_LEVEL_FOUR
| AGENT_HIERARCHY_LEVEL_FIVE
| CASE_TEMPLATE_ARN
| CASE_STATUS
| CHANNEL
| contact/segmentAttributes/connect:Subtype
| FLOWS_RESOURCE_ID
| FLOWS_MODULE_RESOURCE_ID
| FLOW_TYPE
| FLOWS_OUTCOME_TYPE
| INITIATION_METHOD
| Q_CONNECT_ENABLED
| QUEUE
| RESOURCE_PUBLISHED_TIMESTAMP
| ROUTING_PROFILE
| ROUTING_STEP_EXPRESSION
"
+ "documentation": "The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues.
If no grouping is specified, a summary of all metrics is returned.
Valid grouping keys: AGENT
| AGENT_HIERARCHY_LEVEL_ONE
| AGENT_HIERARCHY_LEVEL_TWO
| AGENT_HIERARCHY_LEVEL_THREE
| AGENT_HIERARCHY_LEVEL_FOUR
| AGENT_HIERARCHY_LEVEL_FIVE
| ANSWERING_MACHINE_DETECTION_STATUS
| CAMPAIGN
| CASE_TEMPLATE_ARN
| CASE_STATUS
| CHANNEL
| contact/segmentAttributes/connect:Subtype
| DISCONNECT_REASON
| FLOWS_RESOURCE_ID
| FLOWS_MODULE_RESOURCE_ID
| FLOW_TYPE
| FLOWS_OUTCOME_TYPE
| INITIATION_METHOD
| Q_CONNECT_ENABLED
| QUEUE
| RESOURCE_PUBLISHED_TIMESTAMP
| ROUTING_PROFILE
| ROUTING_STEP_EXPRESSION
"
},
"Metrics": {
"shape": "MetricsV2",
- "documentation": "The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator Guide.
- ABANDONMENT_RATE
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Abandonment rate
- AGENT_ADHERENT_TIME
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherent time
- AGENT_ANSWER_RATE
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent answer rate
- AGENT_NON_ADHERENT_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Non-adherent time
- AGENT_NON_RESPONSE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent non-response
- AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
Data for this metric is available starting from October 1, 2023 0:00:00 GMT.
UI name: Agent non-response without customer abandons
- AGENT_OCCUPANCY
-
Unit: Percentage
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Occupancy
- AGENT_SCHEDULE_ADHERENCE
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherence
- AGENT_SCHEDULED_TIME
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Scheduled time
- AVG_ABANDON_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average queue abandon time
- AVG_ACTIVE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average active time
- AVG_AFTER_CONTACT_WORK_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average after contact work time
Feature is a valid filter but not a valid grouping.
- AVG_AGENT_CONNECTING_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
. For now, this metric only supports the following as INITIATION_METHOD
: INBOUND
| OUTBOUND
| CALLBACK
| API
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Average agent API connecting time
The Negate
key in Metric Level Filters is not applicable for this metric.
- AVG_AGENT_PAUSE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average agent pause time
- AVG_CASE_RELATED_CONTACTS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average contacts per case
- AVG_CASE_RESOLUTION_TIME
-
Unit: Seconds
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average case resolution time
- AVG_CONTACT_DURATION
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average contact duration
Feature is a valid filter but not a valid grouping.
- AVG_CONVERSATION_DURATION
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average conversation duration
- AVG_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Average flow time
- AVG_GREETING_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent greeting time
- AVG_HANDLE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression
UI name: Average handle time
Feature is a valid filter but not a valid grouping.
- AVG_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer hold time
Feature is a valid filter but not a valid grouping.
- AVG_HOLD_TIME_ALL_CONTACTS
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer hold time all contacts
- AVG_HOLDS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average holds
Feature is a valid filter but not a valid grouping.
- AVG_INTERACTION_AND_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interaction and customer hold time
- AVG_INTERACTION_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interaction time
Feature is a valid filter but not a valid grouping.
- AVG_INTERRUPTIONS_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruptions
- AVG_INTERRUPTION_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruption time
- AVG_NON_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average non-talk time
- AVG_QUEUE_ANSWER_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average queue answer time
Feature is a valid filter but not a valid grouping.
- AVG_RESOLUTION_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average resolution time
- AVG_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average talk time
- AVG_TALK_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent talk time
- AVG_TALK_TIME_CUSTOMER
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer talk time
- CASES_CREATED
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases created
- CONTACTS_CREATED
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts created
Feature is a valid filter but not a valid grouping.
- CONTACTS_HANDLED
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
, DISCONNECT_REASON
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: API contacts handled
Feature is a valid filter but not a valid grouping.
- CONTACTS_HANDLED_BY_CONNECTED_TO_AGENT
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts handled (connected to agent timestamp)
- CONTACTS_HOLD_ABANDONS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts hold disconnect
- CONTACTS_ON_HOLD_AGENT_DISCONNECT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold agent disconnect
- CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold customer disconnect
- CONTACTS_PUT_ON_HOLD
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts put on hold
- CONTACTS_TRANSFERRED_OUT_EXTERNAL
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out external
- CONTACTS_TRANSFERRED_OUT_INTERNAL
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out internal
- CONTACTS_QUEUED
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts queued
- CONTACTS_QUEUED_BY_ENQUEUE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype
UI name: Contacts queued (enqueue timestamp)
- CONTACTS_REMOVED_FROM_QUEUE_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts removed from queue in X seconds
- CONTACTS_RESOLVED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts resolved in X
- CONTACTS_TRANSFERRED_OUT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out
Feature is a valid filter but not a valid grouping.
- CONTACTS_TRANSFERRED_OUT_BY_AGENT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out by agent
- CONTACTS_TRANSFERRED_OUT_FROM_QUEUE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out queue
- CURRENT_CASES
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Current cases
- FLOWS_OUTCOME
-
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome
- FLOWS_STARTED
-
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows started
- MAX_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Maximum flow time
- MAX_QUEUED_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Maximum queued time
- MIN_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Minimum flow time
- PERCENT_CASES_FIRST_CONTACT_RESOLVED
-
Unit: Percent
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved on first contact
- PERCENT_CONTACTS_STEP_EXPIRED
-
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- PERCENT_CONTACTS_STEP_JOINED
-
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- PERCENT_FLOWS_OUTCOME
-
Unit: Percent
Valid metric filter key: FLOWS_OUTCOME_TYPE
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome percentage.
The FLOWS_OUTCOME_TYPE
is not a valid grouping.
- PERCENT_NON_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Non-talk time percent
- PERCENT_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Talk time percent
- PERCENT_TALK_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Agent talk time percent
- PERCENT_TALK_TIME_CUSTOMER
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Customer talk time percent
- REOPENED_CASE_ACTIONS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases reopened
- RESOLVED_CASE_ACTIONS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved
- SERVICE_LEVEL
-
You can include up to 20 SERVICE_LEVEL metrics in a request.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Service level X
- STEP_CONTACTS_QUEUED
-
Unit: Count
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- SUM_AFTER_CONTACT_WORK_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: After contact work time
- SUM_CONNECTING_TIME_AGENT
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
. This metric only supports the following filter keys as INITIATION_METHOD
: INBOUND
| OUTBOUND
| CALLBACK
| API
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent API connecting time
The Negate
key in Metric Level Filters is not applicable for this metric.
- SUM_CONTACTS_ABANDONED
-
Unit: Count
Metric filter:
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: Contact abandoned
- SUM_CONTACTS_ABANDONED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts abandoned in X seconds
- SUM_CONTACTS_ANSWERED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts answered in X seconds
- SUM_CONTACT_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact flow time
- SUM_CONTACT_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent on contact time
- SUM_CONTACTS_DISCONNECTED
-
Valid metric filter key: DISCONNECT_REASON
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contact disconnected
- SUM_ERROR_STATUS_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Error status time
- SUM_HANDLE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact handle time
- SUM_HOLD_TIME
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Customer hold time
- SUM_IDLE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent idle time
- SUM_INTERACTION_AND_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Agent interaction and hold time
- SUM_INTERACTION_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent interaction time
- SUM_NON_PRODUCTIVE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Non-Productive Time
- SUM_ONLINE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Online time
- SUM_RETRY_CALLBACK_ATTEMPTS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Callback attempts
"
+ "documentation": "The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator Guide.
- ABANDONMENT_RATE
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Abandonment rate
- AGENT_ADHERENT_TIME
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherent time
- AGENT_ANSWER_RATE
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent answer rate
- AGENT_NON_ADHERENT_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Non-adherent time
- AGENT_NON_RESPONSE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent non-response
- AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
Data for this metric is available starting from October 1, 2023 0:00:00 GMT.
UI name: Agent non-response without customer abandons
- AGENT_OCCUPANCY
-
Unit: Percentage
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Occupancy
- AGENT_SCHEDULE_ADHERENCE
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherence
- AGENT_SCHEDULED_TIME
-
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Scheduled time
- AVG_ABANDON_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average queue abandon time
- AVG_ACTIVE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average active time
- AVG_AFTER_CONTACT_WORK_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average after contact work time
Feature is a valid filter but not a valid grouping.
- AVG_AGENT_CONNECTING_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
. For now, this metric only supports the following as INITIATION_METHOD
: INBOUND
| OUTBOUND
| CALLBACK
| API
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Average agent API connecting time
The Negate
key in Metric Level Filters is not applicable for this metric.
- AVG_AGENT_PAUSE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average agent pause time
- AVG_CASE_RELATED_CONTACTS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average contacts per case
- AVG_CASE_RESOLUTION_TIME
-
Unit: Seconds
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average case resolution time
- AVG_CONTACT_DURATION
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average contact duration
Feature is a valid filter but not a valid grouping.
- AVG_CONVERSATION_DURATION
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average conversation duration
- AVG_DIALS_PER_MINUTE
-
This metric is available only for contacts analyzed by outbound campaigns analytics.
Unit: Count
Valid groupings and filters: Campaign, Agent, Queue, Routing Profile
UI name: Average dials per minute
- AVG_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Average flow time
- AVG_GREETING_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent greeting time
- AVG_HANDLE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression
UI name: Average handle time
Feature is a valid filter but not a valid grouping.
- AVG_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer hold time
Feature is a valid filter but not a valid grouping.
- AVG_HOLD_TIME_ALL_CONTACTS
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer hold time all contacts
- AVG_HOLDS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average holds
Feature is a valid filter but not a valid grouping.
- AVG_INTERACTION_AND_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interaction and customer hold time
- AVG_INTERACTION_TIME
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interaction time
Feature is a valid filter but not a valid grouping.
- AVG_INTERRUPTIONS_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruptions
- AVG_INTERRUPTION_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruption time
- AVG_NON_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average non-talk time
- AVG_QUEUE_ANSWER_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average queue answer time
Feature is a valid filter but not a valid grouping.
- AVG_RESOLUTION_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average resolution time
- AVG_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average talk time
- AVG_TALK_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent talk time
- AVG_TALK_TIME_CUSTOMER
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer talk time
- AVG_WAIT_TIME_AFTER_CUSTOMER_CONNECTION
-
This metric is available only for contacts analyzed by outbound campaigns analytics.
Unit: Seconds
Valid groupings and filters: Campaign
UI name: Average wait time after customer connection
- CAMPAIGN_CONTACTS_ABANDONED_AFTER_X
-
This metric is available only for contacts analyzed by outbound campaigns analytics.
Unit: Count
Valid groupings and filters: Campaign, Agent
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter GT
(for Greater than).
UI name: Campaign contacts abandoned after X
- CAMPAIGN_CONTACTS_ABANDONED_AFTER_X_RATE
-
This metric is available only for contacts analyzed by outbound campaigns analytics.
Unit: Percent
Valid groupings and filters: Campaign, Agent
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter GT
(for Greater than).
UI name: Campaign contacts abandoned after X rate
- CASES_CREATED
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases created
- CONTACTS_CREATED
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts created
Feature is a valid filter but not a valid grouping.
- CONTACTS_HANDLED
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
, DISCONNECT_REASON
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: API contacts handled
Feature is a valid filter but not a valid grouping.
- CONTACTS_HANDLED_BY_CONNECTED_TO_AGENT
-
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts handled (connected to agent timestamp)
- CONTACTS_HOLD_ABANDONS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts hold disconnect
- CONTACTS_ON_HOLD_AGENT_DISCONNECT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold agent disconnect
- CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold customer disconnect
- CONTACTS_PUT_ON_HOLD
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts put on hold
- CONTACTS_TRANSFERRED_OUT_EXTERNAL
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out external
- CONTACTS_TRANSFERRED_OUT_INTERNAL
-
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out internal
- CONTACTS_QUEUED
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts queued
- CONTACTS_QUEUED_BY_ENQUEUE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype
UI name: Contacts queued (enqueue timestamp)
- CONTACTS_REMOVED_FROM_QUEUE_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts removed from queue in X seconds
- CONTACTS_RESOLVED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts resolved in X
- CONTACTS_TRANSFERRED_OUT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out
Feature is a valid filter but not a valid grouping.
- CONTACTS_TRANSFERRED_OUT_BY_AGENT
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out by agent
- CONTACTS_TRANSFERRED_OUT_FROM_QUEUE
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out queue
- CURRENT_CASES
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Current cases
- DELIVERY_ATTEMPTS
-
This metric is available only for contacts analyzed by outbound campaigns analytics.
Unit: Count
Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS
, DISCONNECT_REASON
Valid groupings and filters: Campaign, Agent, Queue, Routing Profile, Answering Machine Detection Status, Disconnect Reason
UI name: Delivery attempts
- DELIVERY_ATTEMPT_DISPOSITION_RATE
-
This metric is available only for contacts analyzed by outbound campaigns analytics, and with the answering machine detection enabled.
Unit: Percent
Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS
, DISCONNECT_REASON
Valid groupings and filters: Campaign, Agent, Answering Machine Detection Status, Disconnect Reason
Answering Machine Detection Status and Disconnect Reason are valid filters but not valid groupings.
UI name: Delivery attempt disposition rate
- FLOWS_OUTCOME
-
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome
- FLOWS_STARTED
-
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows started
- HUMAN_ANSWERED_CALLS
-
This metric is available only for contacts analyzed by outbound campaigns analytics, and with the answering machine detection enabled.
Unit: Count
Valid groupings and filters: Campaign, Agent
UI name: Human answered
- MAX_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Maximum flow time
- MAX_QUEUED_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Maximum queued time
- MIN_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Minimum flow time
- PERCENT_CASES_FIRST_CONTACT_RESOLVED
-
Unit: Percent
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved on first contact
- PERCENT_CONTACTS_STEP_EXPIRED
-
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- PERCENT_CONTACTS_STEP_JOINED
-
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- PERCENT_FLOWS_OUTCOME
-
Unit: Percent
Valid metric filter key: FLOWS_OUTCOME_TYPE
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome percentage.
The FLOWS_OUTCOME_TYPE
is not a valid grouping.
- PERCENT_NON_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Non-talk time percent
- PERCENT_TALK_TIME
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Talk time percent
- PERCENT_TALK_TIME_AGENT
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Agent talk time percent
- PERCENT_TALK_TIME_CUSTOMER
-
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Customer talk time percent
- REOPENED_CASE_ACTIONS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases reopened
- RESOLVED_CASE_ACTIONS
-
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved
- SERVICE_LEVEL
-
You can include up to 20 SERVICE_LEVEL metrics in a request.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Service level X
- STEP_CONTACTS_QUEUED
-
Unit: Count
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
- SUM_AFTER_CONTACT_WORK_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: After contact work time
- SUM_CONNECTING_TIME_AGENT
-
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
. This metric only supports the following filter keys as INITIATION_METHOD
: INBOUND
| OUTBOUND
| CALLBACK
| API
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent API connecting time
The Negate
key in Metric Level Filters is not applicable for this metric.
- SUM_CONTACTS_ABANDONED
-
Unit: Count
Metric filter:
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: Contact abandoned
- SUM_CONTACTS_ABANDONED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts abandoned in X seconds
- SUM_CONTACTS_ANSWERED_IN_X
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue
, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison
, you must enter LT
(for \"Less than\").
UI name: Contacts answered in X seconds
- SUM_CONTACT_FLOW_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact flow time
- SUM_CONTACT_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent on contact time
- SUM_CONTACTS_DISCONNECTED
-
Valid metric filter key: DISCONNECT_REASON
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contact disconnected
- SUM_ERROR_STATUS_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Error status time
- SUM_HANDLE_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact handle time
- SUM_HOLD_TIME
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Customer hold time
- SUM_IDLE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent idle time
- SUM_INTERACTION_AND_HOLD_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Agent interaction and hold time
- SUM_INTERACTION_TIME
-
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent interaction time
- SUM_NON_PRODUCTIVE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Non-Productive Time
- SUM_ONLINE_TIME_AGENT
-
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Online time
- SUM_RETRY_CALLBACK_ATTEMPTS
-
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Callback attempts
"
},
"NextToken": {
"shape": "NextToken2500",
@@ -21210,6 +21210,28 @@
"max": 5,
"min": 0
},
+ "RealTimeContactAnalysisPostContactSummaryContent": {
+ "type": "string",
+ "max": 1270,
+ "min": 1
+ },
+ "RealTimeContactAnalysisPostContactSummaryFailureCode": {
+ "type": "string",
+ "enum": [
+ "QUOTA_EXCEEDED",
+ "INSUFFICIENT_CONVERSATION_CONTENT",
+ "FAILED_SAFETY_GUIDELINES",
+ "INVALID_ANALYSIS_CONFIGURATION",
+ "INTERNAL_ERROR"
+ ]
+ },
+ "RealTimeContactAnalysisPostContactSummaryStatus": {
+ "type": "string",
+ "enum": [
+ "FAILED",
+ "COMPLETED"
+ ]
+ },
"RealTimeContactAnalysisSegmentAttachments": {
"type": "structure",
"required": [
@@ -21308,6 +21330,27 @@
},
"documentation": "Segment type containing a list of detected issues.
"
},
+ "RealTimeContactAnalysisSegmentPostContactSummary": {
+ "type": "structure",
+ "required": [
+ "Status"
+ ],
+ "members": {
+ "Content": {
+ "shape": "RealTimeContactAnalysisPostContactSummaryContent",
+ "documentation": "The content of the summary.
"
+ },
+ "Status": {
+ "shape": "RealTimeContactAnalysisPostContactSummaryStatus",
+ "documentation": "Whether the summary was successfully COMPLETED or FAILED to be generated.
"
+ },
+ "FailureCode": {
+ "shape": "RealTimeContactAnalysisPostContactSummaryFailureCode",
+ "documentation": "If the summary failed to be generated, one of the following failure codes occurs:
-
QUOTA_EXCEEDED
: The number of concurrent analytics jobs reached your service quota.
-
INSUFFICIENT_CONVERSATION_CONTENT
: The conversation needs to have at least one turn from both the participants in order to generate the summary.
-
FAILED_SAFETY_GUIDELINES
: The generated summary cannot be provided because it failed to meet system safety guidelines.
-
INVALID_ANALYSIS_CONFIGURATION
: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
-
INTERNAL_ERROR
: Internal system error.
"
+ }
+ },
+ "documentation": "Information about the post-contact summary for a real-time contact segment.
"
+ },
"RealTimeContactAnalysisSegmentTranscript": {
"type": "structure",
"required": [
@@ -21364,7 +21407,8 @@
"Categories",
"Issues",
"Event",
- "Attachments"
+ "Attachments",
+ "PostContactSummary"
]
},
"RealTimeContactAnalysisSegmentTypes": {
@@ -21372,7 +21416,7 @@
"member": {
"shape": "RealTimeContactAnalysisSegmentType"
},
- "max": 5
+ "max": 6
},
"RealTimeContactAnalysisSentimentLabel": {
"type": "string",
@@ -21496,6 +21540,10 @@
"Attachments": {
"shape": "RealTimeContactAnalysisSegmentAttachments",
"documentation": "The analyzed attachments.
"
+ },
+ "PostContactSummary": {
+ "shape": "RealTimeContactAnalysisSegmentPostContactSummary",
+ "documentation": "Information about the post-contact summary.
"
}
},
"documentation": "An analyzed segment for a real-time analysis session.
",
@@ -24895,7 +24943,7 @@
"members": {
"Comparison": {
"shape": "ResourceArnOrId",
- "documentation": "The type of comparison. Only \"less than\" (LT) comparisons are supported.
"
+ "documentation": "The type of comparison. Only \"less than\" (LT) and \"greater than\" (GT) comparisons are supported.
"
},
"ThresholdValue": {
"shape": "ThresholdValue",
diff --git a/apis/connect-contact-lens-2020-08-21.min.json b/apis/connect-contact-lens-2020-08-21.min.json
index bced424161..7985fc0136 100644
--- a/apis/connect-contact-lens-2020-08-21.min.json
+++ b/apis/connect-contact-lens-2020-08-21.min.json
@@ -5,12 +5,18 @@
"endpointPrefix": "contact-lens",
"jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceAbbreviation": "Amazon Connect Contact Lens",
"serviceFullName": "Amazon Connect Contact Lens",
"serviceId": "Connect Contact Lens",
"signatureVersion": "v4",
"signingName": "connect",
- "uid": "connect-contact-lens-2020-08-21"
+ "uid": "connect-contact-lens-2020-08-21",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"ListRealtimeContactAnalysisSegments": {
@@ -136,6 +142,17 @@
}
}
}
+ },
+ "PostContactSummary": {
+ "type": "structure",
+ "required": [
+ "Status"
+ ],
+ "members": {
+ "Content": {},
+ "Status": {},
+ "FailureCode": {}
+ }
}
}
}
diff --git a/apis/connect-contact-lens-2020-08-21.normal.json b/apis/connect-contact-lens-2020-08-21.normal.json
index a53c885ed7..27d722a7d9 100644
--- a/apis/connect-contact-lens-2020-08-21.normal.json
+++ b/apis/connect-contact-lens-2020-08-21.normal.json
@@ -5,12 +5,18 @@
"endpointPrefix": "contact-lens",
"jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceAbbreviation": "Amazon Connect Contact Lens",
"serviceFullName": "Amazon Connect Contact Lens",
"serviceId": "Connect Contact Lens",
"signatureVersion": "v4",
"signingName": "connect",
- "uid": "connect-contact-lens-2020-08-21"
+ "uid": "connect-contact-lens-2020-08-21",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"ListRealtimeContactAnalysisSegments": {
@@ -155,7 +161,7 @@
},
"MaxResults": {
"shape": "MaxResults",
- "documentation": "The maximimum number of results to return per page.
"
+ "documentation": "The maximum number of results to return per page.
"
},
"NextToken": {
"shape": "NextToken",
@@ -251,6 +257,49 @@
"max": 20,
"min": 0
},
+ "PostContactSummary": {
+ "type": "structure",
+ "required": [
+ "Status"
+ ],
+ "members": {
+ "Content": {
+ "shape": "PostContactSummaryContent",
+ "documentation": "The content of the summary.
"
+ },
+ "Status": {
+ "shape": "PostContactSummaryStatus",
+ "documentation": "Whether the summary was successfully COMPLETED or FAILED to be generated.
"
+ },
+ "FailureCode": {
+ "shape": "PostContactSummaryFailureCode",
+ "documentation": "If the summary failed to be generated, one of the following failure codes occurs:
-
QUOTA_EXCEEDED
: The number of concurrent analytics jobs reached your service quota.
-
INSUFFICIENT_CONVERSATION_CONTENT
: The conversation needs to have at least one turn from both the participants in order to generate the summary.
-
FAILED_SAFETY_GUIDELINES
: The generated summary cannot be provided because it failed to meet system safety guidelines.
-
INVALID_ANALYSIS_CONFIGURATION
: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
-
INTERNAL_ERROR
: Internal system error.
"
+ }
+ },
+ "documentation": "Information about the post-contact summary.
"
+ },
+ "PostContactSummaryContent": {
+ "type": "string",
+ "max": 1762,
+ "min": 1
+ },
+ "PostContactSummaryFailureCode": {
+ "type": "string",
+ "enum": [
+ "QUOTA_EXCEEDED",
+ "INSUFFICIENT_CONVERSATION_CONTENT",
+ "FAILED_SAFETY_GUIDELINES",
+ "INVALID_ANALYSIS_CONFIGURATION",
+ "INTERNAL_ERROR"
+ ]
+ },
+ "PostContactSummaryStatus": {
+ "type": "string",
+ "enum": [
+ "FAILED",
+ "COMPLETED"
+ ]
+ },
"RealtimeContactAnalysisSegment": {
"type": "structure",
"members": {
@@ -261,6 +310,10 @@
"Categories": {
"shape": "Categories",
"documentation": "The matched category rules.
"
+ },
+ "PostContactSummary": {
+ "shape": "PostContactSummary",
+ "documentation": "Information about the post-contact summary.
"
}
},
"documentation": "An analyzed segment for a real-time analysis session.
"
@@ -299,7 +352,7 @@
},
"ParticipantId": {
"shape": "ParticipantId",
- "documentation": "The identifier of the participant.
"
+ "documentation": "The identifier of the participant. Valid values are CUSTOMER or AGENT.
"
},
"ParticipantRole": {
"shape": "ParticipantRole",
@@ -319,7 +372,7 @@
},
"Sentiment": {
"shape": "SentimentValue",
- "documentation": "The sentiment of the detected for this piece of transcript.
"
+ "documentation": "The sentiment detected for this piece of transcript.
"
},
"IssuesDetected": {
"shape": "IssuesDetected",
@@ -340,5 +393,5 @@
"pattern": ".*\\S.*"
}
},
- "documentation": "Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents, by using speech transcription, natural language processing, and intelligent search capabilities. It performs sentiment analysis, detects issues, and enables you to automatically categorize contacts.
Contact Lens for Amazon Connect provides both real-time and post-call analytics of customer-agent conversations. For more information, see Analyze conversations using Contact Lens in the Amazon Connect Administrator Guide.
"
+ "documentation": " Amazon Connect Contact Lens enables you to analyze conversations between customer and agents, by using speech transcription, natural language processing, and intelligent search capabilities. It performs sentiment analysis, detects issues, and enables you to automatically categorize contacts.
Amazon Connect Contact Lens provides both real-time and post-call analytics of customer-agent conversations. For more information, see Analyze conversations using speech analytics in the Amazon Connect Administrator Guide.
"
}
\ No newline at end of file
diff --git a/apis/datazone-2018-05-10.min.json b/apis/datazone-2018-05-10.min.json
index 6c07f61674..b91ef11b3e 100644
--- a/apis/datazone-2018-05-10.min.json
+++ b/apis/datazone-2018-05-10.min.json
@@ -6195,55 +6195,6 @@
"typeRevision": {}
}
},
- "dataProductItem": {
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated.",
- "type": "structure",
- "required": [
- "domainId",
- "id",
- "name",
- "owningProjectId"
- ],
- "members": {
- "createdAt": {
- "type": "timestamp"
- },
- "createdBy": {},
- "dataProductItems": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "domainId": {},
- "itemId": {}
- },
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated."
- },
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated."
- },
- "description": {
- "type": "string",
- "sensitive": true
- },
- "domainId": {},
- "glossaryTerms": {
- "shape": "S1q"
- },
- "id": {},
- "name": {
- "type": "string",
- "sensitive": true
- },
- "owningProjectId": {},
- "updatedAt": {
- "type": "timestamp"
- },
- "updatedBy": {}
- }
- },
"glossaryItem": {
"type": "structure",
"required": [
diff --git a/apis/datazone-2018-05-10.normal.json b/apis/datazone-2018-05-10.normal.json
index ffa0e060a8..861d5e7ac3 100644
--- a/apis/datazone-2018-05-10.normal.json
+++ b/apis/datazone-2018-05-10.normal.json
@@ -7469,106 +7469,6 @@
"type": "string",
"pattern": "^[a-zA-Z0-9_-]{0,36}$"
},
- "DataProductDescription": {
- "type": "string",
- "max": 4096,
- "min": 1,
- "sensitive": true
- },
- "DataProductId": {
- "type": "string",
- "pattern": "^[a-zA-Z0-9_-]{1,36}$"
- },
- "DataProductItem": {
- "type": "structure",
- "members": {
- "domainId": {
- "shape": "DomainId",
- "documentation": ""
- },
- "itemId": {
- "shape": "DataProductId",
- "documentation": ""
- }
- },
- "documentation": "",
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated."
- },
- "DataProductItems": {
- "type": "list",
- "member": {
- "shape": "DataProductItem"
- },
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated.",
- "max": 100,
- "min": 0
- },
- "DataProductName": {
- "type": "string",
- "max": 64,
- "min": 1,
- "sensitive": true
- },
- "DataProductSummary": {
- "type": "structure",
- "required": [
- "domainId",
- "id",
- "name",
- "owningProjectId"
- ],
- "members": {
- "createdAt": {
- "shape": "CreatedAt",
- "documentation": ""
- },
- "createdBy": {
- "shape": "CreatedBy",
- "documentation": ""
- },
- "dataProductItems": {
- "shape": "DataProductItems",
- "documentation": ""
- },
- "description": {
- "shape": "DataProductDescription",
- "documentation": ""
- },
- "domainId": {
- "shape": "DomainId",
- "documentation": ""
- },
- "glossaryTerms": {
- "shape": "GlossaryTerms",
- "documentation": ""
- },
- "id": {
- "shape": "DataProductId",
- "documentation": ""
- },
- "name": {
- "shape": "DataProductName",
- "documentation": ""
- },
- "owningProjectId": {
- "shape": "ProjectId",
- "documentation": ""
- },
- "updatedAt": {
- "shape": "UpdatedAt",
- "documentation": ""
- },
- "updatedBy": {
- "shape": "UpdatedBy",
- "documentation": ""
- }
- },
- "documentation": "",
- "deprecated": true,
- "deprecatedMessage": "This structure is deprecated."
- },
"DataSourceConfigurationInput": {
"type": "structure",
"members": {
@@ -15275,12 +15175,6 @@
"shape": "AssetItem",
"documentation": "The asset item included in the search results.
"
},
- "dataProductItem": {
- "shape": "DataProductSummary",
- "documentation": "The data product item included in the search results.
",
- "deprecated": true,
- "deprecatedMessage": "This field is deprecated."
- },
"glossaryItem": {
"shape": "GlossaryItem",
"documentation": "The glossary item included in the search results.
"
diff --git a/apis/entityresolution-2018-05-10.min.json b/apis/entityresolution-2018-05-10.min.json
index 36d8801444..ff9de888e4 100644
--- a/apis/entityresolution-2018-05-10.min.json
+++ b/apis/entityresolution-2018-05-10.min.json
@@ -5,12 +5,18 @@
"endpointPrefix": "entityresolution",
"jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceAbbreviation": "AWSEntityResolution",
"serviceFullName": "AWS EntityResolution",
"serviceId": "EntityResolution",
"signatureVersion": "v4",
"signingName": "entityresolution",
- "uid": "entityresolution-2018-05-10"
+ "uid": "entityresolution-2018-05-10",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"AddPolicyStatement": {
@@ -144,7 +150,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowName"
],
"members": {
@@ -153,14 +158,14 @@
"shape": "Ss"
},
"inputSourceConfig": {
- "shape": "Sz"
+ "shape": "S18"
},
"outputSourceConfig": {
- "shape": "S13"
+ "shape": "S1c"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"workflowName": {}
}
@@ -170,7 +175,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowArn",
"workflowName"
],
@@ -180,10 +184,10 @@
"shape": "Ss"
},
"inputSourceConfig": {
- "shape": "Sz"
+ "shape": "S18"
},
"outputSourceConfig": {
- "shape": "S13"
+ "shape": "S1c"
},
"roleArn": {},
"workflowArn": {},
@@ -205,15 +209,15 @@
"members": {
"description": {},
"idMappingWorkflowProperties": {
- "shape": "S1d"
+ "shape": "S1m"
},
"idNamespaceName": {},
"inputSourceConfig": {
- "shape": "S1g"
+ "shape": "S1t"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"type": {}
}
@@ -233,16 +237,16 @@
},
"description": {},
"idMappingWorkflowProperties": {
- "shape": "S1d"
+ "shape": "S1m"
},
"idNamespaceArn": {},
"idNamespaceName": {},
"inputSourceConfig": {
- "shape": "S1g"
+ "shape": "S1t"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"type": {},
"updatedAt": {
@@ -268,20 +272,20 @@
"members": {
"description": {},
"incrementalRunConfig": {
- "shape": "S1n"
+ "shape": "S21"
},
"inputSourceConfig": {
- "shape": "S1p"
+ "shape": "S23"
},
"outputSourceConfig": {
- "shape": "S1t"
+ "shape": "S27"
},
"resolutionTechniques": {
- "shape": "S1y"
+ "shape": "S2b"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"workflowName": {}
}
@@ -299,16 +303,16 @@
"members": {
"description": {},
"incrementalRunConfig": {
- "shape": "S1n"
+ "shape": "S21"
},
"inputSourceConfig": {
- "shape": "S1p"
+ "shape": "S23"
},
"outputSourceConfig": {
- "shape": "S1t"
+ "shape": "S27"
},
"resolutionTechniques": {
- "shape": "S1y"
+ "shape": "S2b"
},
"roleArn": {},
"workflowArn": {},
@@ -330,11 +334,11 @@
"members": {
"description": {},
"mappedInputFields": {
- "shape": "S2a"
+ "shape": "S2k"
},
"schemaName": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
}
}
},
@@ -349,7 +353,7 @@
"members": {
"description": {},
"mappedInputFields": {
- "shape": "S2a"
+ "shape": "S2k"
},
"schemaArn": {},
"schemaName": {}
@@ -544,7 +548,7 @@
"type": "timestamp"
},
"errorDetails": {
- "shape": "S2t"
+ "shape": "S33"
},
"jobId": {},
"metrics": {
@@ -556,13 +560,22 @@
"recordsNotProcessed": {
"type": "integer"
},
+ "totalMappedRecords": {
+ "type": "integer"
+ },
+ "totalMappedSourceRecords": {
+ "type": "integer"
+ },
+ "totalMappedTargetRecords": {
+ "type": "integer"
+ },
"totalRecordsProcessed": {
"type": "integer"
}
}
},
"outputSourceConfig": {
- "shape": "S2x"
+ "shape": "S37"
},
"startTime": {
"type": "timestamp"
@@ -595,7 +608,6 @@
"createdAt",
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"updatedAt",
"workflowArn",
"workflowName"
@@ -609,14 +621,14 @@
"shape": "Ss"
},
"inputSourceConfig": {
- "shape": "Sz"
+ "shape": "S18"
},
"outputSourceConfig": {
- "shape": "S13"
+ "shape": "S1c"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"updatedAt": {
"type": "timestamp"
@@ -659,16 +671,16 @@
},
"description": {},
"idMappingWorkflowProperties": {
- "shape": "S1d"
+ "shape": "S1m"
},
"idNamespaceArn": {},
"idNamespaceName": {},
"inputSourceConfig": {
- "shape": "S1g"
+ "shape": "S1t"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"type": {},
"updatedAt": {
@@ -747,7 +759,7 @@
"type": "timestamp"
},
"errorDetails": {
- "shape": "S2t"
+ "shape": "S33"
},
"jobId": {},
"metrics": {
@@ -825,20 +837,20 @@
},
"description": {},
"incrementalRunConfig": {
- "shape": "S1n"
+ "shape": "S21"
},
"inputSourceConfig": {
- "shape": "S1p"
+ "shape": "S23"
},
"outputSourceConfig": {
- "shape": "S1t"
+ "shape": "S27"
},
"resolutionTechniques": {
- "shape": "S1y"
+ "shape": "S2b"
},
"roleArn": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"updatedAt": {
"type": "timestamp"
@@ -1048,12 +1060,12 @@
"type": "boolean"
},
"mappedInputFields": {
- "shape": "S2a"
+ "shape": "S2k"
},
"schemaArn": {},
"schemaName": {},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
},
"updatedAt": {
"type": "timestamp"
@@ -1092,7 +1104,7 @@
"type": "structure",
"members": {
"jobs": {
- "shape": "S45"
+ "shape": "S4f"
},
"nextToken": {}
}
@@ -1186,6 +1198,18 @@
"type": "timestamp"
},
"description": {},
+ "idMappingWorkflowProperties": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "idMappingType"
+ ],
+ "members": {
+ "idMappingType": {}
+ }
+ }
+ },
"idNamespaceArn": {},
"idNamespaceName": {},
"type": {},
@@ -1230,7 +1254,7 @@
"type": "structure",
"members": {
"jobs": {
- "shape": "S45"
+ "shape": "S4f"
},
"nextToken": {}
}
@@ -1416,7 +1440,7 @@
],
"members": {
"tags": {
- "shape": "S17"
+ "shape": "S1g"
}
}
}
@@ -1468,7 +1492,7 @@
],
"members": {
"outputSourceConfig": {
- "shape": "S2x"
+ "shape": "S37"
},
"workflowName": {
"location": "uri",
@@ -1484,7 +1508,7 @@
"members": {
"jobId": {},
"outputSourceConfig": {
- "shape": "S2x"
+ "shape": "S37"
}
}
}
@@ -1533,7 +1557,7 @@
"locationName": "resourceArn"
},
"tags": {
- "shape": "S17"
+ "shape": "S1g"
}
}
},
@@ -1584,7 +1608,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowName"
],
"members": {
@@ -1593,10 +1616,10 @@
"shape": "Ss"
},
"inputSourceConfig": {
- "shape": "Sz"
+ "shape": "S18"
},
"outputSourceConfig": {
- "shape": "S13"
+ "shape": "S1c"
},
"roleArn": {},
"workflowName": {
@@ -1610,7 +1633,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowArn",
"workflowName"
],
@@ -1620,10 +1642,10 @@
"shape": "Ss"
},
"inputSourceConfig": {
- "shape": "Sz"
+ "shape": "S18"
},
"outputSourceConfig": {
- "shape": "S13"
+ "shape": "S1c"
},
"roleArn": {},
"workflowArn": {},
@@ -1646,14 +1668,14 @@
"members": {
"description": {},
"idMappingWorkflowProperties": {
- "shape": "S1d"
+ "shape": "S1m"
},
"idNamespaceName": {
"location": "uri",
"locationName": "idNamespaceName"
},
"inputSourceConfig": {
- "shape": "S1g"
+ "shape": "S1t"
},
"roleArn": {}
}
@@ -1673,12 +1695,12 @@
},
"description": {},
"idMappingWorkflowProperties": {
- "shape": "S1d"
+ "shape": "S1m"
},
"idNamespaceArn": {},
"idNamespaceName": {},
"inputSourceConfig": {
- "shape": "S1g"
+ "shape": "S1t"
},
"roleArn": {},
"type": {},
@@ -1707,16 +1729,16 @@
"members": {
"description": {},
"incrementalRunConfig": {
- "shape": "S1n"
+ "shape": "S21"
},
"inputSourceConfig": {
- "shape": "S1p"
+ "shape": "S23"
},
"outputSourceConfig": {
- "shape": "S1t"
+ "shape": "S27"
},
"resolutionTechniques": {
- "shape": "S1y"
+ "shape": "S2b"
},
"roleArn": {},
"workflowName": {
@@ -1737,16 +1759,16 @@
"members": {
"description": {},
"incrementalRunConfig": {
- "shape": "S1n"
+ "shape": "S21"
},
"inputSourceConfig": {
- "shape": "S1p"
+ "shape": "S23"
},
"outputSourceConfig": {
- "shape": "S1t"
+ "shape": "S27"
},
"resolutionTechniques": {
- "shape": "S1y"
+ "shape": "S2b"
},
"roleArn": {},
"workflowName": {}
@@ -1769,7 +1791,7 @@
"members": {
"description": {},
"mappedInputFields": {
- "shape": "S2a"
+ "shape": "S2k"
},
"schemaName": {
"location": "uri",
@@ -1787,7 +1809,7 @@
"members": {
"description": {},
"mappedInputFields": {
- "shape": "S2a"
+ "shape": "S2k"
},
"schemaArn": {},
"schemaName": {}
@@ -1806,6 +1828,25 @@
"idMappingType": {},
"providerProperties": {
"shape": "Su"
+ },
+ "ruleBasedProperties": {
+ "type": "structure",
+ "required": [
+ "attributeMatchingModel",
+ "recordMatchingModel",
+ "ruleDefinitionType"
+ ],
+ "members": {
+ "attributeMatchingModel": {},
+ "recordMatchingModel": {},
+ "ruleDefinitionType": {},
+ "rules": {
+ "type": "list",
+ "member": {
+ "shape": "S14"
+ }
+ }
+ }
}
}
},
@@ -1835,7 +1876,21 @@
"members": {},
"document": true
},
- "Sz": {
+ "S14": {
+ "type": "structure",
+ "required": [
+ "matchingKeys",
+ "ruleName"
+ ],
+ "members": {
+ "matchingKeys": {
+ "type": "list",
+ "member": {}
+ },
+ "ruleName": {}
+ }
+ },
+ "S18": {
"type": "list",
"member": {
"type": "structure",
@@ -1849,7 +1904,7 @@
}
}
},
- "S13": {
+ "S1c": {
"type": "list",
"member": {
"type": "structure",
@@ -1862,12 +1917,12 @@
}
}
},
- "S17": {
+ "S1g": {
"type": "map",
"key": {},
"value": {}
},
- "S1d": {
+ "S1m": {
"type": "list",
"member": {
"type": "structure",
@@ -1887,11 +1942,31 @@
},
"providerServiceArn": {}
}
+ },
+ "ruleBasedProperties": {
+ "type": "structure",
+ "members": {
+ "attributeMatchingModel": {},
+ "recordMatchingModels": {
+ "type": "list",
+ "member": {}
+ },
+ "ruleDefinitionTypes": {
+ "type": "list",
+ "member": {}
+ },
+ "rules": {
+ "type": "list",
+ "member": {
+ "shape": "S14"
+ }
+ }
+ }
}
}
}
},
- "S1g": {
+ "S1t": {
"type": "list",
"member": {
"type": "structure",
@@ -1904,13 +1979,13 @@
}
}
},
- "S1n": {
+ "S21": {
"type": "structure",
"members": {
"incrementalRunType": {}
}
},
- "S1p": {
+ "S23": {
"type": "list",
"member": {
"type": "structure",
@@ -1927,7 +2002,7 @@
}
}
},
- "S1t": {
+ "S27": {
"type": "list",
"member": {
"type": "structure",
@@ -1959,7 +2034,7 @@
}
}
},
- "S1y": {
+ "S2b": {
"type": "structure",
"required": [
"resolutionType"
@@ -1977,28 +2052,18 @@
],
"members": {
"attributeMatchingModel": {},
+ "matchPurpose": {},
"rules": {
"type": "list",
"member": {
- "type": "structure",
- "required": [
- "matchingKeys",
- "ruleName"
- ],
- "members": {
- "matchingKeys": {
- "type": "list",
- "member": {}
- },
- "ruleName": {}
- }
+ "shape": "S14"
}
}
}
}
}
},
- "S2a": {
+ "S2k": {
"type": "list",
"member": {
"type": "structure",
@@ -2009,19 +2074,22 @@
"members": {
"fieldName": {},
"groupName": {},
+ "hashed": {
+ "type": "boolean"
+ },
"matchKey": {},
"subType": {},
"type": {}
}
}
},
- "S2t": {
+ "S33": {
"type": "structure",
"members": {
"errorMessage": {}
}
},
- "S2x": {
+ "S37": {
"type": "list",
"member": {
"type": "structure",
@@ -2036,7 +2104,7 @@
}
}
},
- "S45": {
+ "S4f": {
"type": "list",
"member": {
"type": "structure",
diff --git a/apis/entityresolution-2018-05-10.normal.json b/apis/entityresolution-2018-05-10.normal.json
index df561c10a2..49a86df5b2 100644
--- a/apis/entityresolution-2018-05-10.normal.json
+++ b/apis/entityresolution-2018-05-10.normal.json
@@ -5,12 +5,18 @@
"endpointPrefix": "entityresolution",
"jsonVersion": "1.1",
"protocol": "rest-json",
+ "protocols": [
+ "rest-json"
+ ],
"serviceAbbreviation": "AWSEntityResolution",
"serviceFullName": "AWS EntityResolution",
"serviceId": "EntityResolution",
"signatureVersion": "v4",
"signingName": "entityresolution",
- "uid": "entityresolution-2018-05-10"
+ "uid": "entityresolution-2018-05-10",
+ "auth": [
+ "aws.auth#sigv4"
+ ]
},
"operations": {
"AddPolicyStatement": {
@@ -1228,7 +1234,7 @@
},
"effect": {
"shape": "StatementEffect",
- "documentation": "Determines whether the permissions specified in the policy are to be allowed (Allow
) or denied (Deny
).
"
+ "documentation": "Determines whether the permissions specified in the policy are to be allowed (Allow
) or denied (Deny
).
If you set the value of the effect
parameter to Deny
for the AddPolicyStatement
operation, you must also set the value of the effect
parameter in the policy
to Deny
for the PutPolicy
operation.
"
},
"principal": {
"shape": "StatementPrincipalList",
@@ -1353,7 +1359,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowName"
],
"members": {
@@ -1363,7 +1368,7 @@
},
"idMappingTechniques": {
"shape": "IdMappingTechniques",
- "documentation": "An object which defines the idMappingType
and the providerProperties
.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"inputSourceConfig": {
"shape": "IdMappingWorkflowInputSourceConfig",
@@ -1374,7 +1379,7 @@
"documentation": "A list of IdMappingWorkflowOutputSource
objects, each of which contains fields OutputS3Path
and Output
.
"
},
"roleArn": {
- "shape": "RoleArn",
+ "shape": "IdMappingRoleArn",
"documentation": "The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
"
},
"tags": {
@@ -1392,7 +1397,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowArn",
"workflowName"
],
@@ -1403,7 +1407,7 @@
},
"idMappingTechniques": {
"shape": "IdMappingTechniques",
- "documentation": "An object which defines the idMappingType
and the providerProperties
.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"inputSourceConfig": {
"shape": "IdMappingWorkflowInputSourceConfig",
@@ -1414,7 +1418,7 @@
"documentation": "A list of IdMappingWorkflowOutputSource
objects, each of which contains fields OutputS3Path
and Output
.
"
},
"roleArn": {
- "shape": "RoleArn",
+ "shape": "IdMappingRoleArn",
"documentation": "The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
"
},
"workflowArn": {
@@ -1983,7 +1987,6 @@
"createdAt",
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"updatedAt",
"workflowArn",
"workflowName"
@@ -1999,7 +2002,7 @@
},
"idMappingTechniques": {
"shape": "IdMappingTechniques",
- "documentation": "An object which defines the idMappingType
and the providerProperties
.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"inputSourceConfig": {
"shape": "IdMappingWorkflowInputSourceConfig",
@@ -2010,7 +2013,7 @@
"documentation": "A list of OutputSource
objects, each of which contains fields OutputS3Path
and KMSArn
.
"
},
"roleArn": {
- "shape": "RoleArn",
+ "shape": "IdMappingRoleArn",
"documentation": "The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
"
},
"tags": {
@@ -2452,18 +2455,30 @@
"members": {
"inputRecords": {
"shape": "Integer",
- "documentation": "The total number of input records.
"
+ "documentation": "The total number of records that were input for processing.
"
},
"recordsNotProcessed": {
"shape": "Integer",
"documentation": "The total number of records that did not get processed.
"
},
+ "totalMappedRecords": {
+ "shape": "Integer",
+ "documentation": " The total number of records that were mapped.
"
+ },
+ "totalMappedSourceRecords": {
+ "shape": "Integer",
+ "documentation": " The total number of mapped source records.
"
+ },
+ "totalMappedTargetRecords": {
+ "shape": "Integer",
+ "documentation": " The total number of distinct mapped target records.
"
+ },
"totalRecordsProcessed": {
"shape": "Integer",
- "documentation": "The total number of records processed.
"
+ "documentation": "The total number of records that were processed.
"
}
},
- "documentation": "An object containing InputRecords
, TotalRecordsProcessed
, MatchIDs
, and RecordsNotProcessed
.
"
+ "documentation": "An object containing InputRecords
, RecordsNotProcessed
, TotalRecordsProcessed
, TotalMappedRecords
, TotalMappedSourceRecords
, and TotalMappedTargetRecords
.
"
},
"IdMappingJobOutputSource": {
"type": "structure",
@@ -2495,6 +2510,47 @@
"max": 1,
"min": 1
},
+ "IdMappingRoleArn": {
+ "type": "string",
+ "max": 512,
+ "min": 0,
+ "pattern": "^$|^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
+ },
+ "IdMappingRuleBasedProperties": {
+ "type": "structure",
+ "required": [
+ "attributeMatchingModel",
+ "recordMatchingModel",
+ "ruleDefinitionType"
+ ],
+ "members": {
+ "attributeMatchingModel": {
+ "shape": "AttributeMatchingModel",
+ "documentation": "The comparison type. You can either choose ONE_TO_ONE
or MANY_TO_MANY
as the attributeMatchingModel
.
If you choose MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email
field of Profile A matches the value of the BusinessEmail
field of Profile B, the two profiles are matched on the Email
attribute type.
If you choose ONE_TO_ONE
, the system can only match attributes if the sub-types are an exact match. For example, for the Email
attribute type, the system will only consider it a match if the value of the Email
field of Profile A matches the value of the Email
field of Profile B.
"
+ },
+ "recordMatchingModel": {
+ "shape": "RecordMatchingModel",
+ "documentation": " The type of matching record that is allowed to be used in an ID mapping workflow.
If the value is set to ONE_SOURCE_TO_ONE_TARGET
, only one record in the source can be matched to the same record in the target.
If the value is set to MANY_SOURCE_TO_ONE_TARGET
, multiple records in the source can be matched to one record in the target.
"
+ },
+ "ruleDefinitionType": {
+ "shape": "IdMappingWorkflowRuleDefinitionType",
+ "documentation": " The set of rules you can use in an ID mapping workflow. The limitations specified for the source or target to define the match rules must be compatible.
"
+ },
+ "rules": {
+ "shape": "IdMappingRuleBasedPropertiesRulesList",
+ "documentation": " The rules that can be used for ID mapping.
"
+ }
+ },
+ "documentation": " An object that defines the list of matching rules to run in an ID mapping workflow.
"
+ },
+ "IdMappingRuleBasedPropertiesRulesList": {
+ "type": "list",
+ "member": {
+ "shape": "Rule"
+ },
+ "max": 25,
+ "min": 1
+ },
"IdMappingTechniques": {
"type": "structure",
"required": [
@@ -2508,14 +2564,19 @@
"providerProperties": {
"shape": "ProviderProperties",
"documentation": "An object which defines any additional configurations required by the provider service.
"
+ },
+ "ruleBasedProperties": {
+ "shape": "IdMappingRuleBasedProperties",
+ "documentation": " An object which defines any additional configurations required by rule-based matching.
"
}
},
- "documentation": "An object which defines the ID mapping techniques and provider configurations.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"IdMappingType": {
"type": "string",
"enum": [
- "PROVIDER"
+ "PROVIDER",
+ "RULE_BASED"
]
},
"IdMappingWorkflowArn": {
@@ -2530,7 +2591,7 @@
"members": {
"inputSourceARN": {
"shape": "IdMappingWorkflowInputSourceInputSourceARNString",
- "documentation": "An Glue table ARN for the input source table.
"
+ "documentation": "An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
"
},
"schemaName": {
"shape": "EntityName",
@@ -2538,7 +2599,7 @@
},
"type": {
"shape": "IdNamespaceType",
- "documentation": "The type of ID namespace. There are two types: SOURCE
and TARGET
.
The SOURCE
contains configurations for sourceId
data that will be processed in an ID mapping workflow.
The TARGET
contains a configuration of targetId
to which all sourceIds
will resolve to.
"
+ "documentation": "The type of ID namespace. There are two types: SOURCE
and TARGET
.
The SOURCE
contains configurations for sourceId
data that will be processed in an ID mapping workflow.
The TARGET
contains a configuration of targetId
which all sourceIds
will resolve to.
"
}
},
"documentation": "An object containing InputSourceARN
, SchemaName
, and Type
.
"
@@ -2586,6 +2647,19 @@
"max": 1,
"min": 1
},
+ "IdMappingWorkflowRuleDefinitionType": {
+ "type": "string",
+ "enum": [
+ "SOURCE",
+ "TARGET"
+ ]
+ },
+ "IdMappingWorkflowRuleDefinitionTypeList": {
+ "type": "list",
+ "member": {
+ "shape": "IdMappingWorkflowRuleDefinitionType"
+ }
+ },
"IdMappingWorkflowSummary": {
"type": "structure",
"required": [
@@ -2618,6 +2692,27 @@
"type": "string",
"pattern": "^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(idnamespace/[a-zA-Z_0-9-]{1,255})$"
},
+ "IdNamespaceIdMappingWorkflowMetadata": {
+ "type": "structure",
+ "required": [
+ "idMappingType"
+ ],
+ "members": {
+ "idMappingType": {
+ "shape": "IdMappingType",
+ "documentation": "The type of ID mapping.
"
+ }
+ },
+ "documentation": "The settings for the ID namespace for the ID mapping workflow job.
"
+ },
+ "IdNamespaceIdMappingWorkflowMetadataList": {
+ "type": "list",
+ "member": {
+ "shape": "IdNamespaceIdMappingWorkflowMetadata"
+ },
+ "max": 1,
+ "min": 1
+ },
"IdNamespaceIdMappingWorkflowProperties": {
"type": "structure",
"required": [
@@ -2631,9 +2726,13 @@
"providerProperties": {
"shape": "NamespaceProviderProperties",
"documentation": "An object which defines any additional configurations required by the provider service.
"
+ },
+ "ruleBasedProperties": {
+ "shape": "NamespaceRuleBasedProperties",
+ "documentation": " An object which defines any additional configurations required by rule-based matching.
"
}
},
- "documentation": "An object containing IdMappingType
and ProviderProperties
.
"
+ "documentation": "An object containing IdMappingType
, ProviderProperties
, and RuleBasedProperties
.
"
},
"IdNamespaceIdMappingWorkflowPropertiesList": {
"type": "list",
@@ -2651,7 +2750,7 @@
"members": {
"inputSourceARN": {
"shape": "IdNamespaceInputSourceInputSourceARNString",
- "documentation": "An Glue table ARN for the input source table.
"
+ "documentation": "An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
"
},
"schemaName": {
"shape": "EntityName",
@@ -2696,6 +2795,10 @@
"shape": "Description",
"documentation": "The description of the ID namespace.
"
},
+ "idMappingWorkflowProperties": {
+ "shape": "IdNamespaceIdMappingWorkflowMetadataList",
+ "documentation": "An object which defines any additional configurations required by the ID mapping workflow.
"
+ },
"idNamespaceArn": {
"shape": "IdNamespaceArn",
"documentation": "The Amazon Resource Name (ARN) of the ID namespace.
"
@@ -2706,7 +2809,7 @@
},
"type": {
"shape": "IdNamespaceType",
- "documentation": "The type of ID namespace. There are two types: SOURCE
and TARGET
.
The SOURCE
contains configurations for sourceId
data that will be processed in an ID mapping workflow.
The TARGET
contains a configuration of targetId
to which all sourceIds
will resolve to.
"
+ "documentation": "The type of ID namespace. There are two types: SOURCE
and TARGET
.
The SOURCE
contains configurations for sourceId
data that will be processed in an ID mapping workflow.
The TARGET
contains a configuration of targetId
which all sourceIds
will resolve to.
"
},
"updatedAt": {
"shape": "Timestamp",
@@ -2751,7 +2854,7 @@
},
"inputSourceARN": {
"shape": "InputSourceInputSourceARNString",
- "documentation": "An Glue table ARN for the input source table.
"
+ "documentation": "An Glue table Amazon Resource Name (ARN) for the input source table.
"
},
"schemaName": {
"shape": "EntityName",
@@ -3189,6 +3292,13 @@
}
}
},
+ "MatchPurpose": {
+ "type": "string",
+ "enum": [
+ "IDENTIFIER_GENERATION",
+ "INDEXING"
+ ]
+ },
"MatchingWorkflowArn": {
"type": "string",
"pattern": "^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(matchingworkflow/[a-zA-Z_0-9-]{1,255})$"
@@ -3249,6 +3359,36 @@
},
"documentation": "An object containing ProviderConfiguration
and ProviderServiceArn
.
"
},
+ "NamespaceRuleBasedProperties": {
+ "type": "structure",
+ "members": {
+ "attributeMatchingModel": {
+ "shape": "AttributeMatchingModel",
+ "documentation": "The comparison type. You can either choose ONE_TO_ONE
or MANY_TO_MANY
as the attributeMatchingModel
.
If you choose MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email
field of Profile A matches the value of BusinessEmail
field of Profile B, the two profiles are matched on the Email
attribute type.
If you choose ONE_TO_ONE
, the system can only match attributes if the sub-types are an exact match. For example, for the Email
attribute type, the system will only consider it a match if the value of the Email
field of Profile A matches the value of the Email
field of Profile B.
"
+ },
+ "recordMatchingModels": {
+ "shape": "RecordMatchingModelList",
+ "documentation": " The type of matching record that is allowed to be used in an ID mapping workflow.
If the value is set to ONE_SOURCE_TO_ONE_TARGET
, only one record in the source is matched to one record in the target.
If the value is set to MANY_SOURCE_TO_ONE_TARGET
, all matching records in the source are matched to one record in the target.
"
+ },
+ "ruleDefinitionTypes": {
+ "shape": "IdMappingWorkflowRuleDefinitionTypeList",
+ "documentation": " The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
"
+ },
+ "rules": {
+ "shape": "NamespaceRuleBasedPropertiesRulesList",
+ "documentation": " The rules for the ID namespace.
"
+ }
+ },
+ "documentation": " The rule-based properties of an ID namespace. These properties define how the ID namespace can be used in an ID mapping workflow.
"
+ },
+ "NamespaceRuleBasedPropertiesRulesList": {
+ "type": "list",
+ "member": {
+ "shape": "Rule"
+ },
+ "max": 25,
+ "min": 1
+ },
"NextToken": {
"type": "string",
"max": 1024,
@@ -3528,7 +3668,7 @@
},
"policy": {
"shape": "PolicyDocument",
- "documentation": "The resource-based policy.
"
+ "documentation": "The resource-based policy.
If you set the value of the effect
parameter in the policy
to Deny
for the PutPolicy
operation, you must also set the value of the effect
parameter to Deny
for the AddPolicyStatement
operation.
"
},
"token": {
"shape": "PolicyToken",
@@ -3579,6 +3719,19 @@
"min": 0,
"pattern": "^[a-zA-Z_0-9-./@ ()+\\t]*$"
},
+ "RecordMatchingModel": {
+ "type": "string",
+ "enum": [
+ "ONE_SOURCE_TO_ONE_TARGET",
+ "MANY_SOURCE_TO_ONE_TARGET"
+ ]
+ },
+ "RecordMatchingModelList": {
+ "type": "list",
+ "member": {
+ "shape": "RecordMatchingModel"
+ }
+ },
"RequiredBucketActionsList": {
"type": "list",
"member": {
@@ -3647,14 +3800,18 @@
"members": {
"attributeMatchingModel": {
"shape": "AttributeMatchingModel",
- "documentation": "The comparison type. You can either choose ONE_TO_ONE
or MANY_TO_MANY
as the AttributeMatchingModel. When choosing MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email
field of Profile A and the value of BusinessEmail
field of Profile B matches, the two profiles are matched on the Email
type. When choosing ONE_TO_ONE
,the system can only match if the sub-types are exact matches. For example, only when the value of the Email
field of Profile A and the value of the Email
field of Profile B matches, the two profiles are matched on the Email
type.
"
+ "documentation": "The comparison type. You can either choose ONE_TO_ONE
or MANY_TO_MANY
as the attributeMatchingModel
.
If you choose MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email
field of Profile A and the value of BusinessEmail
field of Profile B matches, the two profiles are matched on the Email
attribute type.
If you choose ONE_TO_ONE
, the system can only match attributes if the sub-types are an exact match. For example, for the Email
attribute type, the system will only consider it a match if the value of the Email
field of Profile A matches the value of the Email
field of Profile B.
"
+ },
+ "matchPurpose": {
+ "shape": "MatchPurpose",
+ "documentation": " An indicator of whether to generate IDs and index the data or not.
If you choose IDENTIFIER_GENERATION
, the process generates IDs and indexes the data.
If you choose INDEXING
, the process indexes the data without generating IDs.
"
},
"rules": {
"shape": "RuleBasedPropertiesRulesList",
"documentation": "A list of Rule
objects, each of which have fields RuleName
and MatchingKeys
.
"
}
},
- "documentation": "An object which defines the list of matching rules to run and has a field Rules
, which is a list of rule objects.
"
+ "documentation": "An object which defines the list of matching rules to run in a matching workflow. RuleBasedProperties contain a Rules
field, which is a list of rule objects.
"
},
"RuleBasedPropertiesRulesList": {
"type": "list",
@@ -3724,9 +3881,13 @@
"shape": "AttributeName",
"documentation": "A string that instructs Entity Resolution to combine several columns into a unified column with the identical attribute type.
For example, when working with columns such as first_name
, middle_name
, and last_name
, assigning them a common groupName
will prompt Entity Resolution to concatenate them into a single value.
"
},
+ "hashed": {
+ "shape": "Boolean",
+ "documentation": " Indicates if the column values are hashed in the schema input. If the value is set to TRUE
, the column values are hashed. If the value is set to FALSE
, the column values are cleartext.
"
+ },
"matchKey": {
"shape": "AttributeName",
- "documentation": "A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address
and shipping_address
. By assigning a matchKey
called address
to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no matchKey
is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
"
+ "documentation": "A key that allows grouping of multiple input attributes into a unified matching group.
For example, consider a scenario where the source table contains various addresses, such as business_address
and shipping_address
. By assigning a matchKey
called address
to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group.
If no matchKey
is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
"
},
"subType": {
"shape": "AttributeName",
@@ -3737,7 +3898,7 @@
"documentation": "The type of the attribute, selected from a list of values.
"
}
},
- "documentation": "An object containing FieldName
, Type
, GroupName
, MatchKey
, and SubType
.
"
+ "documentation": "An object containing FieldName
, Type
, GroupName
, MatchKey
, Hashing
, and SubType
.
"
},
"SchemaInputAttributes": {
"type": "list",
@@ -3975,7 +4136,7 @@
"type": "string",
"max": 760,
"min": 1,
- "pattern": "^[a-zA-Z_0-9-,]*$"
+ "pattern": "^[a-zA-Z_0-9-+=/,]*$"
},
"UniqueIdList": {
"type": "list",
@@ -4013,7 +4174,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowName"
],
"members": {
@@ -4023,7 +4183,7 @@
},
"idMappingTechniques": {
"shape": "IdMappingTechniques",
- "documentation": "An object which defines the idMappingType
and the providerProperties
.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"inputSourceConfig": {
"shape": "IdMappingWorkflowInputSourceConfig",
@@ -4034,7 +4194,7 @@
"documentation": "A list of OutputSource
objects, each of which contains fields OutputS3Path
and KMSArn
.
"
},
"roleArn": {
- "shape": "RoleArn",
+ "shape": "IdMappingRoleArn",
"documentation": "The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
"
},
"workflowName": {
@@ -4050,7 +4210,6 @@
"required": [
"idMappingTechniques",
"inputSourceConfig",
- "roleArn",
"workflowArn",
"workflowName"
],
@@ -4061,7 +4220,7 @@
},
"idMappingTechniques": {
"shape": "IdMappingTechniques",
- "documentation": "An object which defines the idMappingType
and the providerProperties
.
"
+ "documentation": "An object which defines the ID mapping technique and any additional configurations.
"
},
"inputSourceConfig": {
"shape": "IdMappingWorkflowInputSourceConfig",
@@ -4072,7 +4231,7 @@
"documentation": "A list of OutputSource
objects, each of which contains fields OutputS3Path
and KMSArn
.
"
},
"roleArn": {
- "shape": "RoleArn",
+ "shape": "IdMappingRoleArn",
"documentation": "The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
"
},
"workflowArn": {
diff --git a/clients/cleanrooms.d.ts b/clients/cleanrooms.d.ts
index 0cd24bcaba..93a1728376 100644
--- a/clients/cleanrooms.d.ts
+++ b/clients/cleanrooms.d.ts
@@ -83,6 +83,22 @@ declare class CleanRooms extends Service {
* Creates a configured table association. A configured table association links a configured table with a collaboration.
*/
createConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAssociationOutput) => void): Request;
+ /**
+ * Creates an ID mapping table.
+ */
+ createIdMappingTable(params: CleanRooms.Types.CreateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateIdMappingTableOutput) => void): Request;
+ /**
+ * Creates an ID mapping table.
+ */
+ createIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.CreateIdMappingTableOutput) => void): Request;
+ /**
+ * Creates an ID namespace association.
+ */
+ createIdNamespaceAssociation(params: CleanRooms.Types.CreateIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateIdNamespaceAssociationOutput) => void): Request;
+ /**
+ * Creates an ID namespace association.
+ */
+ createIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateIdNamespaceAssociationOutput) => void): Request;
/**
* Creates a membership for a specific collaboration identifier and joins the collaboration.
*/
@@ -147,6 +163,22 @@ declare class CleanRooms extends Service {
* Deletes a configured table association.
*/
deleteConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAssociationOutput) => void): Request;
+ /**
+ * Deletes an ID mapping table.
+ */
+ deleteIdMappingTable(params: CleanRooms.Types.DeleteIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdMappingTableOutput) => void): Request;
+ /**
+ * Deletes an ID mapping table.
+ */
+ deleteIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdMappingTableOutput) => void): Request;
+ /**
+ * Deletes an ID namespace association.
+ */
+ deleteIdNamespaceAssociation(params: CleanRooms.Types.DeleteIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdNamespaceAssociationOutput) => void): Request;
+ /**
+ * Deletes an ID namespace association.
+ */
+ deleteIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdNamespaceAssociationOutput) => void): Request;
/**
* Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
*/
@@ -203,6 +235,14 @@ declare class CleanRooms extends Service {
* Retrieves a configured audience model association within a collaboration.
*/
getCollaborationConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput) => void): Request;
+ /**
+ * Retrieves an ID namespace association from a specific collaboration.
+ */
+ getCollaborationIdNamespaceAssociation(params: CleanRooms.Types.GetCollaborationIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput) => void): Request;
+ /**
+ * Retrieves an ID namespace association from a specific collaboration.
+ */
+ getCollaborationIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput) => void): Request;
/**
* Returns details about a specified privacy budget template.
*/
@@ -243,6 +283,22 @@ declare class CleanRooms extends Service {
* Retrieves a configured table association.
*/
getConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAssociationOutput) => void): Request;
+ /**
+ * Retrieves an ID mapping table.
+ */
+ getIdMappingTable(params: CleanRooms.Types.GetIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.GetIdMappingTableOutput) => void): Request;
+ /**
+ * Retrieves an ID mapping table.
+ */
+ getIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.GetIdMappingTableOutput) => void): Request;
+ /**
+ * Retrieves an ID namespace association.
+ */
+ getIdNamespaceAssociation(params: CleanRooms.Types.GetIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetIdNamespaceAssociationOutput) => void): Request;
+ /**
+ * Retrieves an ID namespace association.
+ */
+ getIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetIdNamespaceAssociationOutput) => void): Request;
/**
* Retrieves a specified membership for an identifier.
*/
@@ -307,6 +363,14 @@ declare class CleanRooms extends Service {
* Lists configured audience model associations within a collaboration.
*/
listCollaborationConfiguredAudienceModelAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput) => void): Request;
+ /**
+ * Returns a list of the ID namespace associations in a collaboration.
+ */
+ listCollaborationIdNamespaceAssociations(params: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput) => void): Request;
+ /**
+ * Returns a list of the ID namespace associations in a collaboration.
+ */
+ listCollaborationIdNamespaceAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput) => void): Request;
/**
* Returns an array that summarizes each privacy budget template in a specified collaboration.
*/
@@ -355,6 +419,22 @@ declare class CleanRooms extends Service {
* Lists configured tables.
*/
listConfiguredTables(callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTablesOutput) => void): Request;
+ /**
+ * Returns a list of ID mapping tables.
+ */
+ listIdMappingTables(params: CleanRooms.Types.ListIdMappingTablesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListIdMappingTablesOutput) => void): Request;
+ /**
+ * Returns a list of ID mapping tables.
+ */
+ listIdMappingTables(callback?: (err: AWSError, data: CleanRooms.Types.ListIdMappingTablesOutput) => void): Request;
+ /**
+ * Returns a list of ID namespace associations.
+ */
+ listIdNamespaceAssociations(params: CleanRooms.Types.ListIdNamespaceAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListIdNamespaceAssociationsOutput) => void): Request;
+ /**
+ * Returns a list of ID namespace associations.
+ */
+ listIdNamespaceAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListIdNamespaceAssociationsOutput) => void): Request;
/**
* Lists all members within a collaboration.
*/
@@ -411,6 +491,14 @@ declare class CleanRooms extends Service {
* Lists all of the tags that have been added to a resource.
*/
listTagsForResource(callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request;
+ /**
+ * Defines the information that's necessary to populate an ID mapping table.
+ */
+ populateIdMappingTable(params: CleanRooms.Types.PopulateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.PopulateIdMappingTableOutput) => void): Request;
+ /**
+ * Defines the information that's necessary to populate an ID mapping table.
+ */
+ populateIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.PopulateIdMappingTableOutput) => void): Request;
/**
* An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
*/
@@ -491,6 +579,22 @@ declare class CleanRooms extends Service {
* Updates a configured table association.
*/
updateConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAssociationOutput) => void): Request;
+ /**
+ * Provides the details that are necessary to update an ID mapping table.
+ */
+ updateIdMappingTable(params: CleanRooms.Types.UpdateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdMappingTableOutput) => void): Request;
+ /**
+ * Provides the details that are necessary to update an ID mapping table.
+ */
+ updateIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdMappingTableOutput) => void): Request;
+ /**
+ * Provides the details that are necessary to update an ID namespace association.
+ */
+ updateIdNamespaceAssociation(params: CleanRooms.Types.UpdateIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdNamespaceAssociationOutput) => void): Request;
+ /**
+ * Provides the details that are necessary to update an ID namespace association.
+ */
+ updateIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdNamespaceAssociationOutput) => void): Request;
/**
* Updates a membership.
*/
@@ -640,6 +744,21 @@ declare namespace CleanRooms {
}
export type AnalysisRuleCustomAllowedAnalysesList = AnalysisTemplateArnOrQueryWildcard[];
export type AnalysisRuleCustomAllowedAnalysisProvidersList = AccountId[];
+ export interface AnalysisRuleIdMappingTable {
+ /**
+ * The columns that query runners are allowed to use in an INNER JOIN statement.
+ */
+ joinColumns: AnalysisRuleIdMappingTableJoinColumnsList;
+ /**
+ * The query constraints of the analysis rule ID mapping table.
+ */
+ queryConstraints: QueryConstraintList;
+ /**
+ * The columns that query runners are allowed to select, group by, or filter by.
+ */
+ dimensionColumns?: AnalysisRuleColumnList;
+ }
+ export type AnalysisRuleIdMappingTableJoinColumnsList = AnalysisRuleColumnName[];
export interface AnalysisRuleList {
/**
* Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
@@ -674,8 +793,12 @@ declare namespace CleanRooms {
* Analysis rule type that enables custom SQL queries on a configured table.
*/
custom?: AnalysisRuleCustom;
+ /**
+ * The ID mapping table.
+ */
+ idMappingTable?: AnalysisRuleIdMappingTable;
}
- export type AnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string;
+ export type AnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|"ID_MAPPING_TABLE"|string;
export type AnalysisRuleTypeList = AnalysisRuleType[];
export interface AnalysisSchema {
/**
@@ -1117,7 +1240,7 @@ declare namespace CleanRooms {
*/
description?: ResourceDescription;
/**
- * The identifier used to reference members of the collaboration. Only supports AWS account ID.
+ * The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
*/
creatorAccountId: AccountId;
/**
@@ -1159,7 +1282,7 @@ declare namespace CleanRooms {
*/
collaborationId: UUID;
/**
- * The identifier used to reference members of the collaboration. Only supports AWS account ID.
+ * The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
*/
creatorAccountId: AccountId;
/**
@@ -1169,6 +1292,100 @@ declare namespace CleanRooms {
}
export type CollaborationConfiguredAudienceModelAssociationSummaryList = CollaborationConfiguredAudienceModelAssociationSummary[];
export type CollaborationDescription = string;
+ export interface CollaborationIdNamespaceAssociation {
+ /**
+ * The unique identifier of the collaboration ID namespace association.
+ */
+ id: IdNamespaceAssociationIdentifier;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration ID namespace association.
+ */
+ arn: IdNamespaceAssociationArn;
+ /**
+ * The unique identifier of the collaboration that contains the collaboration ID namespace association.
+ */
+ collaborationId: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The name of the collaboration ID namespace association.
+ */
+ name: GenericResourceName;
+ /**
+ * The description of the collaboration ID namespace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
+ */
+ creatorAccountId: AccountId;
+ /**
+ * The time at which the collaboration ID namespace association was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The most recent time at which the collaboration ID namespace was updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The input reference configuration that's necessary to create the collaboration ID namespace association.
+ */
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
+ /**
+ * The input reference properties that are needed to create the collaboration ID namespace association.
+ */
+ inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties;
+ idMappingConfig?: IdMappingConfig;
+ }
+ export interface CollaborationIdNamespaceAssociationSummary {
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration ID namespace association.
+ */
+ arn: IdNamespaceAssociationArn;
+ /**
+ * The time at which the collaboration ID namespace association was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The unique identifier of the collaboration ID namespace association.
+ */
+ id: IdNamespaceAssociationIdentifier;
+ /**
+ * The most recent time at which the collaboration ID namespace association was updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The unique identifier of the collaboration that contains this collaboration ID namespace association.
+ */
+ collaborationId: UUID;
+ /**
+ * The Amazon Web Services account that created this collaboration ID namespace association.
+ */
+ creatorAccountId: AccountId;
+ /**
+ * The input reference configuration that's used to create the collaboration ID namespace association.
+ */
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
+ /**
+ * The name of the collaboration ID namespace association.
+ */
+ name: GenericResourceName;
+ /**
+ * The description of the collaboration ID namepsace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The input reference properties that are used to create the collaboration ID namespace association.
+ */
+ inputReferenceProperties: IdNamespaceAssociationInputReferencePropertiesSummary;
+ }
+ export type CollaborationIdNamespaceAssociationSummaryList = CollaborationIdNamespaceAssociationSummary[];
export type CollaborationIdentifier = string;
export type CollaborationName = string;
export interface CollaborationPrivacyBudgetSummary {
@@ -1848,6 +2065,70 @@ declare namespace CleanRooms {
*/
configuredTable: ConfiguredTable;
}
+ export interface CreateIdMappingTableInput {
+ /**
+ * The unique identifier of the membership that contains the ID mapping table.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * A name for the ID mapping table.
+ */
+ name: ResourceAlias;
+ /**
+ * A description of the ID mapping table.
+ */
+ description?: ResourceDescription;
+ /**
+ * The input reference configuration needed to create the ID mapping table.
+ */
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
+ /**
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
+ */
+ tags?: TagMap;
+ /**
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.
+ */
+ kmsKeyArn?: KMSKeyArn;
+ }
+ export interface CreateIdMappingTableOutput {
+ /**
+ * The ID mapping table that was created.
+ */
+ idMappingTable: IdMappingTable;
+ }
+ export interface CreateIdNamespaceAssociationInput {
+ /**
+ * The unique identifier of the membership that contains the ID namespace association.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * The input reference configuration needed to create the ID namespace association.
+ */
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
+ /**
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
+ */
+ tags?: TagMap;
+ /**
+ * The name for the ID namespace association.
+ */
+ name: GenericResourceName;
+ /**
+ * The description of the ID namespace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The configuration settings for the ID mapping table.
+ */
+ idMappingConfig?: IdMappingConfig;
+ }
+ export interface CreateIdNamespaceAssociationOutput {
+ /**
+ * The ID namespace association that was created.
+ */
+ idNamespaceAssociation: IdNamespaceAssociation;
+ }
export interface CreateMembershipInput {
/**
* The unique ID for the associated collaboration.
@@ -1986,6 +2267,30 @@ declare namespace CleanRooms {
}
export interface DeleteConfiguredTableOutput {
}
+ export interface DeleteIdMappingTableInput {
+ /**
+ * The unique identifier of the ID mapping table that you want to delete.
+ */
+ idMappingTableIdentifier: UUID;
+ /**
+ * The unique identifier of the membership that contains the ID mapping table that you want to delete.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ }
+ export interface DeleteIdMappingTableOutput {
+ }
+ export interface DeleteIdNamespaceAssociationInput {
+ /**
+ * The unique identifier of the ID namespace association that you want to delete.
+ */
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
+ /**
+ * The unique identifier of the membership that contains the ID namespace association that you want to delete.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ }
+ export interface DeleteIdNamespaceAssociationOutput {
+ }
export interface DeleteMemberInput {
/**
* The unique identifier for the associated collaboration.
@@ -2149,9 +2454,12 @@ declare namespace CleanRooms {
usersNoisePerQuery?: UsersNoisePerQuery;
}
export type DisplayName = string;
+ export interface Document {
+ }
export type Epsilon = number;
export type FilterableMemberStatus = "INVITED"|"ACTIVE"|string;
export type Float = number;
+ export type GenericResourceName = string;
export interface GetAnalysisTemplateInput {
/**
* The identifier for a membership resource.
@@ -2200,6 +2508,22 @@ declare namespace CleanRooms {
*/
collaborationConfiguredAudienceModelAssociation: CollaborationConfiguredAudienceModelAssociation;
}
+ export interface GetCollaborationIdNamespaceAssociationInput {
+ /**
+ * The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
+ */
+ collaborationIdentifier: CollaborationIdentifier;
+ /**
+ * The unique identifier of the ID namespace association that you want to retrieve.
+ */
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
+ }
+ export interface GetCollaborationIdNamespaceAssociationOutput {
+ /**
+ * The ID namespace association that you requested.
+ */
+ collaborationIdNamespaceAssociation: CollaborationIdNamespaceAssociation;
+ }
export interface GetCollaborationInput {
/**
* The identifier for the collaboration.
@@ -2288,6 +2612,38 @@ declare namespace CleanRooms {
*/
configuredTable: ConfiguredTable;
}
+ export interface GetIdMappingTableInput {
+ /**
+ * The unique identifier of the ID mapping table identifier that you want to retrieve.
+ */
+ idMappingTableIdentifier: UUID;
+ /**
+ * The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ }
+ export interface GetIdMappingTableOutput {
+ /**
+ * The ID mapping table that you requested.
+ */
+ idMappingTable: IdMappingTable;
+ }
+ export interface GetIdNamespaceAssociationInput {
+ /**
+ * The unique identifier of the ID namespace association that you want to retrieve.
+ */
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
+ /**
+ * The unique identifier of the membership that contains the ID namespace association that you want to retrieve.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ }
+ export interface GetIdNamespaceAssociationOutput {
+ /**
+ * The ID namespace association that you requested.
+ */
+ idNamespaceAssociation: IdNamespaceAssociation;
+ }
export interface GetMembershipInput {
/**
* The identifier for a membership resource.
@@ -2380,9 +2736,288 @@ declare namespace CleanRooms {
*/
databaseName: GlueDatabaseName;
}
+ export interface IdMappingConfig {
+ /**
+ * An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE) or not (FALSE). Default is FALSE.
+ */
+ allowUseAsDimensionColumn: Boolean;
+ }
+ export interface IdMappingTable {
+ /**
+ * The unique identifier of the ID mapping table.
+ */
+ id: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the ID mapping table.
+ */
+ arn: IdMappingTableArn;
+ /**
+ * The input reference configuration for the ID mapping table.
+ */
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
+ /**
+ * The unique identifier of the membership resource for the ID mapping table.
+ */
+ membershipId: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
+ */
+ membershipArn: MembershipArn;
+ /**
+ * The unique identifier of the collaboration that contains this ID mapping table.
+ */
+ collaborationId: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The description of the ID mapping table.
+ */
+ description?: ResourceDescription;
+ /**
+ * The name of the ID mapping table.
+ */
+ name: ResourceAlias;
+ /**
+ * The time at which the ID mapping table was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The most recent time at which the ID mapping table was updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The input reference properties for the ID mapping table.
+ */
+ inputReferenceProperties: IdMappingTableInputReferenceProperties;
+ /**
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
+ */
+ kmsKeyArn?: KMSKeyArn;
+ }
+ export type IdMappingTableArn = string;
+ export type IdMappingTableInputReferenceArn = string;
+ export interface IdMappingTableInputReferenceConfig {
+ /**
+ * The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
+ */
+ inputReferenceArn: IdMappingTableInputReferenceArn;
+ /**
+ * When TRUE, Clean Rooms manages permissions for the ID mapping table resource. When FALSE, the resource owner manages permissions for the ID mapping table resource.
+ */
+ manageResourcePolicies: Boolean;
+ }
+ export interface IdMappingTableInputReferenceProperties {
+ /**
+ * The input source of the ID mapping table.
+ */
+ idMappingTableInputSource: IdMappingTableInputSourceList;
+ }
+ export interface IdMappingTableInputSource {
+ /**
+ * The unique identifier of the ID namespace association.
+ */
+ idNamespaceAssociationId: String;
+ /**
+ * The type of the input source of the ID mapping table.
+ */
+ type: IdNamespaceType;
+ }
+ export type IdMappingTableInputSourceList = IdMappingTableInputSource[];
+ export interface IdMappingTableSchemaTypeProperties {
+ /**
+ * Defines which ID namespace associations are used to create the ID mapping table.
+ */
+ idMappingTableInputSource: IdMappingTableInputSourceList;
+ }
+ export interface IdMappingTableSummary {
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The unique identifier of the collaboration that contains this ID mapping table.
+ */
+ collaborationId: UUID;
+ /**
+ * The unique identifier of the membership resource for this ID mapping table.
+ */
+ membershipId: MembershipIdentifier;
+ /**
+ * The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
+ */
+ membershipArn: MembershipArn;
+ /**
+ * The time at which this ID mapping table was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The most recent time at which this ID mapping table was updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The unique identifier of this ID mapping table.
+ */
+ id: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of this ID mapping table.
+ */
+ arn: IdMappingTableArn;
+ /**
+ * The description of this ID mapping table.
+ */
+ description?: ResourceDescription;
+ /**
+ * The input reference configuration for the ID mapping table.
+ */
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
+ /**
+ * The name of this ID mapping table.
+ */
+ name: ResourceAlias;
+ }
+ export type IdMappingTableSummaryList = IdMappingTableSummary[];
+ export type IdMappingWorkflowsSupported = Document[];
+ export interface IdNamespaceAssociation {
+ /**
+ * The unique identifier for this ID namespace association.
+ */
+ id: IdNamespaceAssociationIdentifier;
+ /**
+ * The Amazon Resource Name (ARN) of the ID namespace association.
+ */
+ arn: IdNamespaceAssociationArn;
+ /**
+ * The unique identifier of the membership resource for this ID namespace association.
+ */
+ membershipId: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
+ */
+ membershipArn: MembershipArn;
+ /**
+ * The unique identifier of the collaboration that contains this ID namespace association.
+ */
+ collaborationId: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The name of this ID namespace association.
+ */
+ name: GenericResourceName;
+ /**
+ * The description of the ID namespace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The time at which the ID namespace association was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The most recent time at which the ID namespace association was updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The input reference configuration for the ID namespace association.
+ */
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
+ /**
+ * The input reference properties for the ID namespace association.
+ */
+ inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties;
+ /**
+ * The configuration settings for the ID mapping table.
+ */
+ idMappingConfig?: IdMappingConfig;
+ }
+ export type IdNamespaceAssociationArn = string;
+ export type IdNamespaceAssociationIdentifier = string;
+ export type IdNamespaceAssociationInputReferenceArn = string;
+ export interface IdNamespaceAssociationInputReferenceConfig {
+ /**
+ * The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
+ */
+ inputReferenceArn: IdNamespaceAssociationInputReferenceArn;
+ /**
+ * When TRUE, Clean Rooms manages permissions for the ID namespace association resource. When FALSE, the resource owner manages permissions for the ID namespace association resource.
+ */
+ manageResourcePolicies: Boolean;
+ }
+ export interface IdNamespaceAssociationInputReferenceProperties {
+ /**
+ * The ID namespace type for this ID namespace association.
+ */
+ idNamespaceType: IdNamespaceType;
+ /**
+ * Defines how ID mapping workflows are supported for this ID namespace association.
+ */
+ idMappingWorkflowsSupported: IdMappingWorkflowsSupported;
+ }
+ export interface IdNamespaceAssociationInputReferencePropertiesSummary {
+ /**
+ * The ID namespace type for this ID namespace association.
+ */
+ idNamespaceType: IdNamespaceType;
+ }
+ export interface IdNamespaceAssociationSummary {
+ /**
+ * The unique identifier of the membership resource for this ID namespace association.
+ */
+ membershipId: MembershipIdentifier;
+ /**
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
+ */
+ membershipArn: MembershipArn;
+ /**
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
+ */
+ collaborationArn: CollaborationArn;
+ /**
+ * The unique identifier of the collaboration that contains this ID namespace association.
+ */
+ collaborationId: UUID;
+ /**
+ * The time at which this ID namespace association was created.
+ */
+ createTime: Timestamp;
+ /**
+ * The most recent time at which this ID namespace association has been updated.
+ */
+ updateTime: Timestamp;
+ /**
+ * The unique identifier of this ID namespace association.
+ */
+ id: UUID;
+ /**
+ * The Amazon Resource Name (ARN) of this ID namespace association.
+ */
+ arn: IdNamespaceAssociationArn;
+ /**
+ * The input reference configuration details for this ID namespace association.
+ */
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
+ /**
+ * The name of the ID namespace association.
+ */
+ name: GenericResourceName;
+ /**
+ * The description of the ID namespace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The input reference properties for this ID namespace association.
+ */
+ inputReferenceProperties: IdNamespaceAssociationInputReferencePropertiesSummary;
+ }
+ export type IdNamespaceAssociationSummaryList = IdNamespaceAssociationSummary[];
+ export type IdNamespaceType = "SOURCE"|"TARGET"|string;
export type JoinOperator = "OR"|"AND"|string;
export type JoinOperatorsList = JoinOperator[];
export type JoinRequiredOption = "QUERY_RUNNER"|string;
+ export type KMSKeyArn = string;
export type KeyPrefix = string;
export interface ListAnalysisTemplatesInput {
/**
@@ -2390,17 +3025,17 @@ declare namespace CleanRooms {
*/
membershipIdentifier: MembershipIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListAnalysisTemplatesOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2414,17 +3049,17 @@ declare namespace CleanRooms {
*/
collaborationIdentifier: CollaborationIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListCollaborationAnalysisTemplatesOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2438,11 +3073,11 @@ declare namespace CleanRooms {
*/
collaborationIdentifier: CollaborationIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2452,9 +3087,33 @@ declare namespace CleanRooms {
*/
collaborationConfiguredAudienceModelAssociationSummaries: CollaborationConfiguredAudienceModelAssociationSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
+ */
+ nextToken?: PaginationToken;
+ }
+ export interface ListCollaborationIdNamespaceAssociationsInput {
+ /**
+ * The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
+ */
+ collaborationIdentifier: CollaborationIdentifier;
+ /**
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
+ /**
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
+ */
+ maxResults?: MaxResults;
+ }
+ export interface ListCollaborationIdNamespaceAssociationsOutput {
+ /**
+ * The token value provided to access the next page of results.
+ */
+ nextToken?: PaginationToken;
+ /**
+ * The summary information of the collaboration ID namespace associations that you requested.
+ */
+ collaborationIdNamespaceAssociationSummaries: CollaborationIdNamespaceAssociationSummaryList;
}
export interface ListCollaborationPrivacyBudgetTemplatesInput {
/**
@@ -2462,17 +3121,17 @@ declare namespace CleanRooms {
*/
collaborationIdentifier: CollaborationIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListCollaborationPrivacyBudgetTemplatesOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2490,11 +3149,11 @@ declare namespace CleanRooms {
*/
privacyBudgetType: PrivacyBudgetType;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
}
@@ -2504,17 +3163,17 @@ declare namespace CleanRooms {
*/
collaborationPrivacyBudgetSummaries: CollaborationPrivacyBudgetSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
}
export interface ListCollaborationsInput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
/**
@@ -2524,7 +3183,7 @@ declare namespace CleanRooms {
}
export interface ListCollaborationsOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2538,11 +3197,11 @@ declare namespace CleanRooms {
*/
membershipIdentifier: MembershipIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2562,11 +3221,11 @@ declare namespace CleanRooms {
*/
membershipIdentifier: MembershipIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2576,17 +3235,17 @@ declare namespace CleanRooms {
*/
configuredTableAssociationSummaries: ConfiguredTableAssociationSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
}
export interface ListConfiguredTablesInput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2596,9 +3255,57 @@ declare namespace CleanRooms {
*/
configuredTableSummaries: ConfiguredTableSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
+ */
+ nextToken?: PaginationToken;
+ }
+ export interface ListIdMappingTablesInput {
+ /**
+ * The unique identifier of the membership that contains the ID mapping tables that you want to view.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * The pagination token that's used to fetch the next set of results.
+ */
+ nextToken?: PaginationToken;
+ /**
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ */
+ maxResults?: MaxResults;
+ }
+ export interface ListIdMappingTablesOutput {
+ /**
+ * The summary information of the ID mapping tables that you requested.
+ */
+ idMappingTableSummaries: IdMappingTableSummaryList;
+ /**
+ * The token value provided to access the next page of results.
+ */
+ nextToken?: PaginationToken;
+ }
+ export interface ListIdNamespaceAssociationsInput {
+ /**
+ * The unique identifier of the membership that contains the ID namespace association that you want to view.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * The pagination token that's used to fetch the next set of results.
+ */
+ nextToken?: PaginationToken;
+ /**
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ */
+ maxResults?: MaxResults;
+ }
+ export interface ListIdNamespaceAssociationsOutput {
+ /**
+ * The token value provided to access the next page of results.
*/
nextToken?: PaginationToken;
+ /**
+ * The summary information of the ID namespace associations that you requested.
+ */
+ idNamespaceAssociationSummaries: IdNamespaceAssociationSummaryList;
}
export interface ListMembersInput {
/**
@@ -2606,17 +3313,17 @@ declare namespace CleanRooms {
*/
collaborationIdentifier: CollaborationIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListMembersOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2626,11 +3333,11 @@ declare namespace CleanRooms {
}
export interface ListMembershipsInput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
/**
@@ -2640,7 +3347,7 @@ declare namespace CleanRooms {
}
export interface ListMembershipsOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2654,17 +3361,17 @@ declare namespace CleanRooms {
*/
membershipIdentifier: MembershipIdentifier;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListPrivacyBudgetTemplatesOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2682,11 +3389,11 @@ declare namespace CleanRooms {
*/
privacyBudgetType: PrivacyBudgetType;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2696,7 +3403,7 @@ declare namespace CleanRooms {
*/
privacyBudgetSummaries: PrivacyBudgetSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
}
@@ -2710,17 +3417,17 @@ declare namespace CleanRooms {
*/
status?: ProtectedQueryStatus;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
export interface ListProtectedQueriesOutput {
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
@@ -2734,15 +3441,15 @@ declare namespace CleanRooms {
*/
collaborationIdentifier: CollaborationIdentifier;
/**
- * If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
+ * If present, filter schemas by schema type.
*/
schemaType?: SchemaType;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
/**
- * The maximum size of the results that is returned per call.
+ * The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.
*/
maxResults?: MaxResults;
}
@@ -2752,7 +3459,7 @@ declare namespace CleanRooms {
*/
schemaSummaries: SchemaSummaryList;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The pagination token that's used to fetch the next set of results.
*/
nextToken?: PaginationToken;
}
@@ -2980,6 +3687,22 @@ declare namespace CleanRooms {
*/
queryCompute: QueryComputePaymentConfig;
}
+ export interface PopulateIdMappingTableInput {
+ /**
+ * The unique identifier of the ID mapping table that you want to populate.
+ */
+ idMappingTableIdentifier: UUID;
+ /**
+ * The unique identifier of the membership that contains the ID mapping table that you want to populate.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ }
+ export interface PopulateIdMappingTableOutput {
+ /**
+ * The unique identifier of the mapping job that will populate the ID mapping table.
+ */
+ idMappingJobId: UUID;
+ }
export interface PreviewPrivacyImpactInput {
/**
* A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.
@@ -3097,7 +3820,7 @@ declare namespace CleanRooms {
*/
autoRefresh: PrivacyBudgetTemplateAutoRefresh;
/**
- * Specifies the epislon and noise parameters for the privacy budget template.
+ * Specifies the epsilon and noise parameters for the privacy budget template.
*/
parameters: PrivacyBudgetTemplateParametersOutput;
}
@@ -3333,6 +4056,19 @@ declare namespace CleanRooms {
*/
isResponsible: Boolean;
}
+ export interface QueryConstraint {
+ /**
+ * An array of column names that specifies which columns are required in the JOIN statement.
+ */
+ requireOverlap?: QueryConstraintRequireOverlap;
+ }
+ export type QueryConstraintList = QueryConstraint[];
+ export interface QueryConstraintRequireOverlap {
+ /**
+ * The columns that are required to overlap.
+ */
+ columns?: AnalysisRuleColumnList;
+ }
export type QueryTables = TableAlias[];
export type ResourceAlias = string;
export type ResourceDescription = string;
@@ -3342,7 +4078,7 @@ declare namespace CleanRooms {
export type ScalarFunctionsList = ScalarFunctions[];
export interface Schema {
/**
- * The columns for the relation this schema represents.
+ * The columns for the relation that this schema represents.
*/
columns: ColumnList;
/**
@@ -3350,7 +4086,7 @@ declare namespace CleanRooms {
*/
partitionKeys: ColumnList;
/**
- * The analysis rule types associated with the schema. Currently, only one entry is present.
+ * The analysis rule types that are associated with the schema. Currently, only one entry is present.
*/
analysisRuleTypes: AnalysisRuleTypeList;
/**
@@ -3370,7 +4106,7 @@ declare namespace CleanRooms {
*/
collaborationId: UUID;
/**
- * The unique ARN for the collaboration that the schema belongs to.
+ * The unique Amazon Resource Name (ARN) for the collaboration that the schema belongs to.
*/
collaborationArn: CollaborationArn;
/**
@@ -3378,21 +4114,25 @@ declare namespace CleanRooms {
*/
description: TableDescription;
/**
- * The time the schema was created.
+ * The time at which the schema was created.
*/
createTime: Timestamp;
/**
- * The time the schema was last updated.
+ * The most recent time at which the schema was updated.
*/
updateTime: Timestamp;
/**
- * The type of schema. The only valid value is currently `TABLE`.
+ * The type of schema.
*/
type: SchemaType;
/**
* Details about the status of the schema. Currently, only one entry is present.
*/
schemaStatusDetails: SchemaStatusDetailList;
+ /**
+ * The schema type properties.
+ */
+ schemaTypeProperties?: SchemaTypeProperties;
}
export type SchemaAnalysisRuleList = AnalysisRule[];
export interface SchemaAnalysisRuleRequest {
@@ -3406,7 +4146,7 @@ declare namespace CleanRooms {
type: AnalysisRuleType;
}
export type SchemaAnalysisRuleRequestList = SchemaAnalysisRuleRequest[];
- export type SchemaConfiguration = "DIFFERENTIAL_PRIVACY"|string;
+ export type SchemaConfiguration = "DIFFERENTIAL_PRIVACY"|"CUSTOM_ANALYSIS_NOT_ALLOWED"|"NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS"|"DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED"|"ID_MAPPING_TABLE_NOT_POPULATED"|string;
export type SchemaConfigurationList = SchemaConfiguration[];
export type SchemaList = Schema[];
export type SchemaStatus = "READY"|"NOT_READY"|string;
@@ -3439,7 +4179,7 @@ declare namespace CleanRooms {
*/
message: String;
}
- export type SchemaStatusReasonCode = "ANALYSIS_RULE_MISSING"|"ANALYSIS_TEMPLATES_NOT_CONFIGURED"|"ANALYSIS_PROVIDERS_NOT_CONFIGURED"|"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"|string;
+ export type SchemaStatusReasonCode = "ANALYSIS_RULE_MISSING"|"ANALYSIS_TEMPLATES_NOT_CONFIGURED"|"ANALYSIS_PROVIDERS_NOT_CONFIGURED"|"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"|"ID_MAPPING_TABLE_NOT_POPULATED"|string;
export type SchemaStatusReasonList = SchemaStatusReason[];
export interface SchemaSummary {
/**
@@ -3447,7 +4187,7 @@ declare namespace CleanRooms {
*/
name: TableAlias;
/**
- * The type of schema object. The only valid schema type is currently `TABLE`.
+ * The type of schema object.
*/
type: SchemaType;
/**
@@ -3480,7 +4220,13 @@ declare namespace CleanRooms {
analysisMethod?: AnalysisMethod;
}
export type SchemaSummaryList = SchemaSummary[];
- export type SchemaType = "TABLE"|string;
+ export type SchemaType = "TABLE"|"ID_MAPPING_TABLE"|string;
+ export interface SchemaTypeProperties {
+ /**
+ * The ID mapping table for the schema type properties.
+ */
+ idMappingTable?: IdMappingTableSchemaTypeProperties;
+ }
export interface StartProtectedQueryInput {
/**
* The type of the protected query to be started.
@@ -3674,6 +4420,58 @@ declare namespace CleanRooms {
*/
configuredTable: ConfiguredTable;
}
+ export interface UpdateIdMappingTableInput {
+ /**
+ * The unique identifier of the ID mapping table that you want to update.
+ */
+ idMappingTableIdentifier: UUID;
+ /**
+ * The unique identifier of the membership that contains the ID mapping table that you want to update.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * A new description for the ID mapping table.
+ */
+ description?: ResourceDescription;
+ /**
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
+ */
+ kmsKeyArn?: KMSKeyArn;
+ }
+ export interface UpdateIdMappingTableOutput {
+ /**
+ * The updated ID mapping table.
+ */
+ idMappingTable: IdMappingTable;
+ }
+ export interface UpdateIdNamespaceAssociationInput {
+ /**
+ * The unique identifier of the ID namespace association that you want to update.
+ */
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
+ /**
+ * The unique identifier of the membership that contains the ID namespace association that you want to update.
+ */
+ membershipIdentifier: MembershipIdentifier;
+ /**
+ * A new name for the ID namespace association.
+ */
+ name?: GenericResourceName;
+ /**
+ * A new description for the ID namespace association.
+ */
+ description?: ResourceDescription;
+ /**
+ * The configuration settings for the ID mapping table.
+ */
+ idMappingConfig?: IdMappingConfig;
+ }
+ export interface UpdateIdNamespaceAssociationOutput {
+ /**
+ * The updated ID namespace association.
+ */
+ idNamespaceAssociation: IdNamespaceAssociation;
+ }
export interface UpdateMembershipInput {
/**
* The unique identifier of the membership.
diff --git a/clients/cleanroomsml.d.ts b/clients/cleanroomsml.d.ts
index ad3a61964f..8594cad749 100644
--- a/clients/cleanroomsml.d.ts
+++ b/clients/cleanroomsml.d.ts
@@ -214,6 +214,7 @@ declare class CleanRoomsML extends Service {
}
declare namespace CleanRoomsML {
export type AccountId = string;
+ export type AnalysisTemplateArn = string;
export interface AudienceDestination {
/**
* The Amazon S3 bucket and path for the configured audience.
@@ -223,130 +224,134 @@ declare namespace CleanRoomsML {
export type AudienceExportJobList = AudienceExportJobSummary[];
export type AudienceExportJobStatus = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|string;
export interface AudienceExportJobSummary {
- /**
- * The Amazon Resource Name (ARN) of the audience generation job that was exported.
- */
- audienceGenerationJobArn: AudienceGenerationJobArn;
- audienceSize: AudienceSize;
/**
* The time at which the audience export job was created.
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the audience export job.
+ * The most recent time at which the audience export job was updated.
*/
- description?: ResourceDescription;
+ updateTime: SyntheticTimestamp_date_time;
/**
* The name of the audience export job.
*/
name: NameString;
/**
- * The Amazon S3 bucket where the audience export is stored.
+ * The Amazon Resource Name (ARN) of the audience generation job that was exported.
*/
- outputLocation?: S3Path;
+ audienceGenerationJobArn: AudienceGenerationJobArn;
+ audienceSize: AudienceSize;
+ /**
+ * The description of the audience export job.
+ */
+ description?: ResourceDescription;
/**
* The status of the audience export job.
*/
status: AudienceExportJobStatus;
statusDetails?: StatusDetails;
/**
- * The most recent time at which the audience export job was updated.
+ * The Amazon S3 bucket where the audience export is stored.
*/
- updateTime: SyntheticTimestamp_date_time;
+ outputLocation?: S3Path;
}
export type AudienceGenerationJobArn = string;
export interface AudienceGenerationJobDataSource {
/**
* Defines the Amazon S3 bucket where the seed audience for the generating audience is stored. A valid data source is a JSON line file in the following format: {"user_id": "111111"} {"user_id": "222222"} ...
*/
- dataSource: S3ConfigMap;
+ dataSource?: S3ConfigMap;
/**
- * The ARN of the IAM role that can read the Amazon S3 bucket where the training data is stored.
+ * The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
*/
roleArn: IamRoleArn;
+ /**
+ * The protected SQL query parameters.
+ */
+ sqlParameters?: ProtectedQuerySQLParameters;
}
export type AudienceGenerationJobList = AudienceGenerationJobSummary[];
export type AudienceGenerationJobStatus = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|"DELETE_PENDING"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|string;
export interface AudienceGenerationJobSummary {
/**
- * The Amazon Resource Name (ARN) of the audience generation job.
+ * The time at which the audience generation job was created.
*/
- audienceGenerationJobArn: AudienceGenerationJobArn;
+ createTime: SyntheticTimestamp_date_time;
/**
- * The identifier of the collaboration that contains this audience generation job.
+ * The most recent time at which the audience generation job was updated.
*/
- collaborationId?: UUID;
+ updateTime: SyntheticTimestamp_date_time;
/**
- * The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
+ * The Amazon Resource Name (ARN) of the audience generation job.
*/
- configuredAudienceModelArn: ConfiguredAudienceModelArn;
+ audienceGenerationJobArn: AudienceGenerationJobArn;
/**
- * The time at which the audience generation job was created.
+ * The name of the audience generation job.
*/
- createTime: SyntheticTimestamp_date_time;
+ name: NameString;
/**
* The description of the audience generation job.
*/
description?: ResourceDescription;
/**
- * The name of the audience generation job.
+ * The status of the audience generation job.
*/
- name: NameString;
+ status: AudienceGenerationJobStatus;
/**
- * The AWS Account that submitted the job.
+ * The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
*/
- startedBy?: AccountId;
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
- * The status of the audience generation job.
+ * The identifier of the collaboration that contains this audience generation job.
*/
- status: AudienceGenerationJobStatus;
+ collaborationId?: UUID;
/**
- * The most recent time at which the audience generation job was updated.
+ * The AWS Account that submitted the job.
*/
- updateTime: SyntheticTimestamp_date_time;
+ startedBy?: AccountId;
}
export type AudienceModelArn = string;
export type AudienceModelList = AudienceModelSummary[];
export type AudienceModelStatus = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|"DELETE_PENDING"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|string;
export interface AudienceModelSummary {
- /**
- * The Amazon Resource Name (ARN) of the audience model.
- */
- audienceModelArn: AudienceModelArn;
/**
* The time at which the audience model was created.
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the audience model.
+ * The most recent time at which the audience model was updated.
*/
- description?: ResourceDescription;
+ updateTime: SyntheticTimestamp_date_time;
/**
- * The name of the audience model.
+ * The Amazon Resource Name (ARN) of the audience model.
*/
- name: NameString;
+ audienceModelArn: AudienceModelArn;
/**
- * The status of the audience model.
+ * The name of the audience model.
*/
- status: AudienceModelStatus;
+ name: NameString;
/**
* The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
*/
trainingDatasetArn: TrainingDatasetArn;
/**
- * The most recent time at which the audience model was updated.
+ * The status of the audience model.
*/
- updateTime: SyntheticTimestamp_date_time;
- }
- export interface AudienceQualityMetrics {
+ status: AudienceModelStatus;
/**
- * The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.
+ * The description of the audience model.
*/
- recallMetric?: Double;
+ description?: ResourceDescription;
+ }
+ export interface AudienceQualityMetrics {
/**
* The relevance scores of the generated audience.
*/
relevanceMetrics: RelevanceMetrics;
+ /**
+ * The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.
+ */
+ recallMetric?: Double;
}
export interface AudienceSize {
/**
@@ -360,14 +365,14 @@ declare namespace CleanRoomsML {
}
export type AudienceSizeBins = AudienceSizeValue[];
export interface AudienceSizeConfig {
- /**
- * An array of the different audience output sizes.
- */
- audienceSizeBins: AudienceSizeBins;
/**
* Whether the audience output sizes are defined as an absolute number or a percentage.
*/
audienceSizeType: AudienceSizeType;
+ /**
+ * An array of the different audience output sizes.
+ */
+ audienceSizeBins: AudienceSizeBins;
}
export type AudienceSizeType = "ABSOLUTE"|"PERCENTAGE"|string;
export type AudienceSizeValue = number;
@@ -396,68 +401,68 @@ declare namespace CleanRoomsML {
}
export type ConfiguredAudienceModelStatus = "ACTIVE"|string;
export interface ConfiguredAudienceModelSummary {
- /**
- * The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
- */
- audienceModelArn: AudienceModelArn;
- /**
- * The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
- */
- configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
* The time at which the configured audience model was created.
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the configured audience model.
+ * The most recent time at which the configured audience model was updated.
*/
- description?: ResourceDescription;
+ updateTime: SyntheticTimestamp_date_time;
/**
* The name of the configured audience model.
*/
name: NameString;
+ /**
+ * The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
+ */
+ audienceModelArn: AudienceModelArn;
/**
* The output configuration of the configured audience model.
*/
outputConfig: ConfiguredAudienceModelOutputConfig;
/**
- * The status of the configured audience model.
+ * The description of the configured audience model.
*/
- status: ConfiguredAudienceModelStatus;
+ description?: ResourceDescription;
/**
- * The most recent time at which the configured audience model was updated.
+ * The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
*/
- updateTime: SyntheticTimestamp_date_time;
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
+ /**
+ * The status of the configured audience model.
+ */
+ status: ConfiguredAudienceModelStatus;
}
export interface CreateAudienceModelRequest {
/**
- * The description of the audience model.
+ * The start date and time of the training window.
*/
- description?: ResourceDescription;
+ trainingDataStartTime?: SyntheticTimestamp_date_time;
/**
- * The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data.
+ * The end date and time of the training window.
*/
- kmsKeyArn?: KmsKeyArn;
+ trainingDataEndTime?: SyntheticTimestamp_date_time;
/**
* The name of the audience model resource.
*/
name: NameString;
/**
- * The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
+ * The Amazon Resource Name (ARN) of the training dataset for this audience model.
*/
- tags?: TagMap;
+ trainingDatasetArn: TrainingDatasetArn;
/**
- * The end date and time of the training window.
+ * The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data.
*/
- trainingDataEndTime?: SyntheticTimestamp_date_time;
+ kmsKeyArn?: KmsKeyArn;
/**
- * The start date and time of the training window.
+ * The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
*/
- trainingDataStartTime?: SyntheticTimestamp_date_time;
+ tags?: TagMap;
/**
- * The Amazon Resource Name (ARN) of the training dataset for this audience model.
+ * The description of the audience model.
*/
- trainingDatasetArn: TrainingDatasetArn;
+ description?: ResourceDescription;
}
export interface CreateAudienceModelResponse {
/**
@@ -467,41 +472,41 @@ declare namespace CleanRoomsML {
}
export interface CreateConfiguredAudienceModelRequest {
/**
- * The Amazon Resource Name (ARN) of the audience model to use for the configured audience model.
+ * The name of the configured audience model.
*/
- audienceModelArn: AudienceModelArn;
+ name: NameString;
/**
- * Configure the list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
+ * The Amazon Resource Name (ARN) of the audience model to use for the configured audience model.
*/
- audienceSizeConfig?: AudienceSizeConfig;
+ audienceModelArn: AudienceModelArn;
/**
- * Configure how the service tags audience generation jobs created using this configured audience model. If you specify NONE, the tags from the StartAudienceGenerationJob request determine the tags of the audience generation job. If you specify FROM_PARENT_RESOURCE, the audience generation job inherits the tags from the configured audience model, by default. Tags in the StartAudienceGenerationJob will override the default. When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.
+ * Configure the Amazon S3 location and IAM Role for audiences created using this configured audience model. Each audience will have a unique location. The IAM Role must have s3:PutObject permission on the destination Amazon S3 location. If the destination is protected with Amazon S3 KMS-SSE, then the Role must also have the required KMS permissions.
*/
- childResourceTagOnCreatePolicy?: TagOnCreatePolicy;
+ outputConfig: ConfiguredAudienceModelOutputConfig;
/**
* The description of the configured audience model.
*/
description?: ResourceDescription;
/**
- * The minimum number of users from the seed audience that must match with users in the training data of the audience model. The default value is 500.
- */
- minMatchingSeedSize?: MinMatchingSeedSize;
- /**
- * The name of the configured audience model.
+ * Whether audience metrics are shared.
*/
- name: NameString;
+ sharedAudienceMetrics: MetricsList;
/**
- * Configure the Amazon S3 location and IAM Role for audiences created using this configured audience model. Each audience will have a unique location. The IAM Role must have s3:PutObject permission on the destination Amazon S3 location. If the destination is protected with Amazon S3 KMS-SSE, then the Role must also have the required KMS permissions.
+ * The minimum number of users from the seed audience that must match with users in the training data of the audience model. The default value is 500.
*/
- outputConfig: ConfiguredAudienceModelOutputConfig;
+ minMatchingSeedSize?: MinMatchingSeedSize;
/**
- * Whether audience metrics are shared.
+ * Configure the list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
*/
- sharedAudienceMetrics: MetricsList;
+ audienceSizeConfig?: AudienceSizeConfig;
/**
* The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
*/
tags?: TagMap;
+ /**
+ * Configure how the service tags audience generation jobs created using this configured audience model. If you specify NONE, the tags from the StartAudienceGenerationJob request determine the tags of the audience generation job. If you specify FROM_PARENT_RESOURCE, the audience generation job inherits the tags from the configured audience model, by default. Tags in the StartAudienceGenerationJob will override the default. When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.
+ */
+ childResourceTagOnCreatePolicy?: TagOnCreatePolicy;
}
export interface CreateConfiguredAudienceModelResponse {
/**
@@ -510,10 +515,6 @@ declare namespace CleanRoomsML {
configuredAudienceModelArn: ConfiguredAudienceModelArn;
}
export interface CreateTrainingDatasetRequest {
- /**
- * The description of the training dataset.
- */
- description?: ResourceDescription;
/**
* The name of the training dataset. This name must be unique in your account and region.
*/
@@ -522,14 +523,18 @@ declare namespace CleanRoomsML {
* The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field of each dataset. Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.
*/
roleArn: IamRoleArn;
+ /**
+ * An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.
+ */
+ trainingData: CreateTrainingDatasetRequestTrainingDataList;
/**
* The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
*/
tags?: TagMap;
/**
- * An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.
+ * The description of the training dataset.
*/
- trainingData: CreateTrainingDatasetRequestTrainingDataList;
+ description?: ResourceDescription;
}
export type CreateTrainingDatasetRequestTrainingDataList = Dataset[];
export interface CreateTrainingDatasetResponse {
@@ -545,24 +550,24 @@ declare namespace CleanRoomsML {
glueDataSource: GlueDataSource;
}
export interface Dataset {
- /**
- * A DatasetInputConfig object that defines the data source and schema mapping.
- */
- inputConfig: DatasetInputConfig;
/**
* What type of information is found in the dataset.
*/
type: DatasetType;
- }
- export interface DatasetInputConfig {
/**
- * A DataSource object that specifies the Glue data source for the training data.
+ * A DatasetInputConfig object that defines the data source and schema mapping.
*/
- dataSource: DataSource;
+ inputConfig: DatasetInputConfig;
+ }
+ export interface DatasetInputConfig {
/**
* The schema information for the training data.
*/
schema: DatasetInputConfigSchemaList;
+ /**
+ * A DataSource object that specifies the Glue data source for the training data.
+ */
+ dataSource: DataSource;
}
export type DatasetInputConfigSchemaList = ColumnSchema[];
export type DatasetList = Dataset[];
@@ -606,61 +611,65 @@ declare namespace CleanRoomsML {
}
export interface GetAudienceGenerationJobResponse {
/**
- * The Amazon Resource Name (ARN) of the audience generation job.
+ * The time at which the audience generation job was created.
*/
- audienceGenerationJobArn: AudienceGenerationJobArn;
+ createTime: SyntheticTimestamp_date_time;
/**
- * The identifier of the collaboration that this audience generation job is associated with.
+ * The most recent time at which the audience generation job was updated.
*/
- collaborationId?: UUID;
+ updateTime: SyntheticTimestamp_date_time;
/**
- * The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
+ * The Amazon Resource Name (ARN) of the audience generation job.
*/
- configuredAudienceModelArn: ConfiguredAudienceModelArn;
+ audienceGenerationJobArn: AudienceGenerationJobArn;
/**
- * The time at which the audience generation job was created.
+ * The name of the audience generation job.
*/
- createTime: SyntheticTimestamp_date_time;
+ name: NameString;
/**
* The description of the audience generation job.
*/
description?: ResourceDescription;
/**
- * Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed users from the output audience. If you specify TRUE, the seed users will appear first in the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will know that the first minimumSeedSize count of users are from the seed.
+ * The status of the audience generation job.
*/
- includeSeedInOutput?: Boolean;
+ status: AudienceGenerationJobStatus;
/**
- * The relevance scores for different audience sizes and the recall score of the generated audience.
+ * Details about the status of the audience generation job.
*/
- metrics?: AudienceQualityMetrics;
+ statusDetails?: StatusDetails;
/**
- * The name of the audience generation job.
+ * The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
*/
- name: NameString;
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
* The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
*/
seedAudience?: AudienceGenerationJobDataSource;
/**
- * The AWS account that started this audience generation job.
+ * Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed users from the output audience. If you specify TRUE, the seed users will appear first in the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will know that the first minimumSeedSize count of users are from the seed.
*/
- startedBy?: AccountId;
+ includeSeedInOutput?: Boolean;
/**
- * The status of the audience generation job.
+ * The identifier of the collaboration that this audience generation job is associated with.
*/
- status: AudienceGenerationJobStatus;
+ collaborationId?: UUID;
/**
- * Details about the status of the audience generation job.
+ * The relevance scores for different audience sizes and the recall score of the generated audience.
*/
- statusDetails?: StatusDetails;
+ metrics?: AudienceQualityMetrics;
+ /**
+ * The AWS account that started this audience generation job.
+ */
+ startedBy?: AccountId;
/**
* The tags that are associated to this audience generation job.
*/
tags?: TagMap;
/**
- * The most recent time at which the audience generation job was updated.
+ * The unique identifier of the protected query for this audience generation job.
*/
- updateTime: SyntheticTimestamp_date_time;
+ protectedQueryIdentifier?: String;
}
export interface GetAudienceModelRequest {
/**
@@ -669,26 +678,34 @@ declare namespace CleanRoomsML {
audienceModelArn: AudienceModelArn;
}
export interface GetAudienceModelResponse {
- /**
- * The Amazon Resource Name (ARN) of the audience model.
- */
- audienceModelArn: AudienceModelArn;
/**
* The time at which the audience model was created.
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the audience model.
+ * The most recent time at which the audience model was updated.
+ */
+ updateTime: SyntheticTimestamp_date_time;
+ /**
+ * The start date specified for the training window.
+ */
+ trainingDataStartTime?: SyntheticTimestamp_date_time;
+ /**
+ * The end date specified for the training window.
*/
- description?: ResourceDescription;
+ trainingDataEndTime?: SyntheticTimestamp_date_time;
/**
- * The KMS key ARN used for the audience model.
+ * The Amazon Resource Name (ARN) of the audience model.
*/
- kmsKeyArn?: KmsKeyArn;
+ audienceModelArn: AudienceModelArn;
/**
* The name of the audience model.
*/
name: NameString;
+ /**
+ * The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
+ */
+ trainingDatasetArn: TrainingDatasetArn;
/**
* The status of the audience model.
*/
@@ -698,25 +715,17 @@ declare namespace CleanRoomsML {
*/
statusDetails?: StatusDetails;
/**
- * The tags that are assigned to the audience model.
- */
- tags?: TagMap;
- /**
- * The end date specified for the training window.
- */
- trainingDataEndTime?: SyntheticTimestamp_date_time;
- /**
- * The start date specified for the training window.
+ * The KMS key ARN used for the audience model.
*/
- trainingDataStartTime?: SyntheticTimestamp_date_time;
+ kmsKeyArn?: KmsKeyArn;
/**
- * The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
+ * The tags that are assigned to the audience model.
*/
- trainingDatasetArn: TrainingDatasetArn;
+ tags?: TagMap;
/**
- * The most recent time at which the audience model was updated.
+ * The description of the audience model.
*/
- updateTime: SyntheticTimestamp_date_time;
+ description?: ResourceDescription;
}
export interface GetConfiguredAudienceModelPolicyRequest {
/**
@@ -746,57 +755,57 @@ declare namespace CleanRoomsML {
}
export interface GetConfiguredAudienceModelResponse {
/**
- * The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
- */
- audienceModelArn: AudienceModelArn;
- /**
- * The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
+ * The time at which the configured audience model was created.
*/
- audienceSizeConfig?: AudienceSizeConfig;
+ createTime: SyntheticTimestamp_date_time;
/**
- * Provides the childResourceTagOnCreatePolicy that was used for this configured audience model.
+ * The most recent time at which the configured audience model was updated.
*/
- childResourceTagOnCreatePolicy?: TagOnCreatePolicy;
+ updateTime: SyntheticTimestamp_date_time;
/**
* The Amazon Resource Name (ARN) of the configured audience model.
*/
configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
- * The time at which the configured audience model was created.
+ * The name of the configured audience model.
*/
- createTime: SyntheticTimestamp_date_time;
+ name: NameString;
/**
- * The description of the configured audience model.
+ * The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
*/
- description?: ResourceDescription;
+ audienceModelArn: AudienceModelArn;
/**
- * The minimum number of users from the seed audience that must match with users in the training data of the audience model.
+ * The output configuration of the configured audience model
*/
- minMatchingSeedSize?: MinMatchingSeedSize;
+ outputConfig: ConfiguredAudienceModelOutputConfig;
/**
- * The name of the configured audience model.
+ * The description of the configured audience model.
*/
- name: NameString;
+ description?: ResourceDescription;
/**
- * The output configuration of the configured audience model
+ * The status of the configured audience model.
*/
- outputConfig: ConfiguredAudienceModelOutputConfig;
+ status: ConfiguredAudienceModelStatus;
/**
* Whether audience metrics are shared.
*/
sharedAudienceMetrics: MetricsList;
/**
- * The status of the configured audience model.
+ * The minimum number of users from the seed audience that must match with users in the training data of the audience model.
*/
- status: ConfiguredAudienceModelStatus;
+ minMatchingSeedSize?: MinMatchingSeedSize;
+ /**
+ * The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
+ */
+ audienceSizeConfig?: AudienceSizeConfig;
/**
* The tags that are associated to this configured audience model.
*/
tags?: TagMap;
/**
- * The most recent time at which the configured audience model was updated.
+ * Provides the childResourceTagOnCreatePolicy that was used for this configured audience model.
*/
- updateTime: SyntheticTimestamp_date_time;
+ childResourceTagOnCreatePolicy?: TagOnCreatePolicy;
}
export interface GetTrainingDatasetRequest {
/**
@@ -810,51 +819,51 @@ declare namespace CleanRoomsML {
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the training dataset.
+ * The most recent time at which the training dataset was updated.
*/
- description?: ResourceDescription;
+ updateTime: SyntheticTimestamp_date_time;
+ /**
+ * The Amazon Resource Name (ARN) of the training dataset.
+ */
+ trainingDatasetArn: TrainingDatasetArn;
/**
* The name of the training dataset.
*/
name: NameString;
/**
- * The IAM role used to read the training data.
+ * Metadata about the requested training data.
*/
- roleArn: IamRoleArn;
+ trainingData: DatasetList;
/**
* The status of the training dataset.
*/
status: TrainingDatasetStatus;
/**
- * The tags that are assigned to this training dataset.
- */
- tags?: TagMap;
- /**
- * Metadata about the requested training data.
+ * The IAM role used to read the training data.
*/
- trainingData: DatasetList;
+ roleArn: IamRoleArn;
/**
- * The Amazon Resource Name (ARN) of the training dataset.
+ * The tags that are assigned to this training dataset.
*/
- trainingDatasetArn: TrainingDatasetArn;
+ tags?: TagMap;
/**
- * The most recent time at which the training dataset was updated.
+ * The description of the training dataset.
*/
- updateTime: SyntheticTimestamp_date_time;
+ description?: ResourceDescription;
}
export interface GlueDataSource {
/**
- * The Glue catalog that contains the training data.
+ * The Glue table that contains the training data.
*/
- catalogId?: AccountId;
+ tableName: GlueTableName;
/**
* The Glue database that contains the training data.
*/
databaseName: GlueDatabaseName;
/**
- * The Glue table that contains the training data.
+ * The Glue catalog that contains the training data.
*/
- tableName: GlueTableName;
+ catalogId?: AccountId;
}
export type GlueDatabaseName = string;
export type GlueTableName = string;
@@ -863,95 +872,95 @@ declare namespace CleanRoomsML {
export type KmsKeyArn = string;
export interface ListAudienceExportJobsRequest {
/**
- * The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
+ * The token value retrieved from a previous call to access the next page of results.
*/
- audienceGenerationJobArn?: AudienceGenerationJobArn;
+ nextToken?: NextToken;
/**
* The maximum size of the results that is returned per call.
*/
maxResults?: MaxResults;
/**
- * The token value retrieved from a previous call to access the next page of results.
+ * The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
*/
- nextToken?: NextToken;
+ audienceGenerationJobArn?: AudienceGenerationJobArn;
}
export interface ListAudienceExportJobsResponse {
+ /**
+ * The token value retrieved from a previous call to access the next page of results.
+ */
+ nextToken?: NextToken;
/**
* The audience export jobs that match the request.
*/
audienceExportJobs: AudienceExportJobList;
+ }
+ export interface ListAudienceGenerationJobsRequest {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListAudienceGenerationJobsRequest {
/**
- * The identifier of the collaboration that contains the audience generation jobs that you are interested in.
+ * The maximum size of the results that is returned per call.
*/
- collaborationId?: UUID;
+ maxResults?: MaxResults;
/**
* The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
*/
configuredAudienceModelArn?: ConfiguredAudienceModelArn;
/**
- * The maximum size of the results that is returned per call.
+ * The identifier of the collaboration that contains the audience generation jobs that you are interested in.
*/
- maxResults?: MaxResults;
+ collaborationId?: UUID;
+ }
+ export interface ListAudienceGenerationJobsResponse {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListAudienceGenerationJobsResponse {
/**
* The audience generation jobs that match the request.
*/
audienceGenerationJobs: AudienceGenerationJobList;
+ }
+ export interface ListAudienceModelsRequest {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListAudienceModelsRequest {
/**
* The maximum size of the results that is returned per call.
*/
maxResults?: MaxResults;
+ }
+ export interface ListAudienceModelsResponse {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListAudienceModelsResponse {
/**
* The audience models that match the request.
*/
audienceModels: AudienceModelList;
+ }
+ export interface ListConfiguredAudienceModelsRequest {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListConfiguredAudienceModelsRequest {
/**
* The maximum size of the results that is returned per call.
*/
maxResults?: MaxResults;
+ }
+ export interface ListConfiguredAudienceModelsResponse {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
- }
- export interface ListConfiguredAudienceModelsResponse {
/**
* The configured audience models.
*/
configuredAudienceModels: ConfiguredAudienceModelList;
- /**
- * The token value retrieved from a previous call to access the next page of results.
- */
- nextToken?: NextToken;
}
export interface ListTagsForResourceRequest {
/**
@@ -966,14 +975,14 @@ declare namespace CleanRoomsML {
tags: TagMap;
}
export interface ListTrainingDatasetsRequest {
- /**
- * The maximum size of the results that is returned per call.
- */
- maxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
nextToken?: NextToken;
+ /**
+ * The maximum size of the results that is returned per call.
+ */
+ maxResults?: MaxResults;
}
export interface ListTrainingDatasetsResponse {
/**
@@ -990,7 +999,25 @@ declare namespace CleanRoomsML {
export type MinMatchingSeedSize = number;
export type NameString = string;
export type NextToken = string;
+ export type ParameterKey = string;
+ export type ParameterMap = {[key: string]: ParameterValue};
+ export type ParameterValue = string;
export type PolicyExistenceCondition = "POLICY_MUST_EXIST"|"POLICY_MUST_NOT_EXIST"|string;
+ export interface ProtectedQuerySQLParameters {
+ /**
+ * The query string to be submitted.
+ */
+ queryString?: ProtectedQuerySQLParametersQueryStringString;
+ /**
+ * The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
+ */
+ analysisTemplateArn?: AnalysisTemplateArn;
+ /**
+ * The protected query SQL parameters.
+ */
+ parameters?: ParameterMap;
+ }
+ export type ProtectedQuerySQLParametersQueryStringString = string;
export interface PutConfiguredAudienceModelPolicyRequest {
/**
* The Amazon Resource Name (ARN) of the configured audience model that the resource policy will govern.
@@ -1000,14 +1027,14 @@ declare namespace CleanRoomsML {
* The IAM resource policy.
*/
configuredAudienceModelPolicy: ResourcePolicy;
- /**
- * Use this to prevent unexpected concurrent modification of the policy.
- */
- policyExistenceCondition?: PolicyExistenceCondition;
/**
* A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
*/
previousPolicyHash?: Hash;
+ /**
+ * Use this to prevent unexpected concurrent modification of the policy.
+ */
+ policyExistenceCondition?: PolicyExistenceCondition;
}
export interface PutConfiguredAudienceModelPolicyResponse {
/**
@@ -1038,6 +1065,10 @@ declare namespace CleanRoomsML {
export type S3Path = string;
export type SharedAudienceMetrics = "ALL"|"NONE"|string;
export interface StartAudienceExportJobRequest {
+ /**
+ * The name of the audience export job.
+ */
+ name: NameString;
/**
* The Amazon Resource Name (ARN) of the audience generation job that you want to export.
*/
@@ -1047,36 +1078,32 @@ declare namespace CleanRoomsML {
* The description of the audience export job.
*/
description?: ResourceDescription;
- /**
- * The name of the audience export job.
- */
- name: NameString;
}
export interface StartAudienceGenerationJobRequest {
/**
- * The identifier of the collaboration that contains the audience generation job.
+ * The name of the audience generation job.
*/
- collaborationId?: UUID;
+ name: NameString;
/**
* The Amazon Resource Name (ARN) of the configured audience model that is used for this audience generation job.
*/
configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
- * The description of the audience generation job.
+ * The seed audience that is used to generate the audience.
*/
- description?: ResourceDescription;
+ seedAudience: AudienceGenerationJobDataSource;
/**
* Whether the seed audience is included in the audience generation output.
*/
includeSeedInOutput?: Boolean;
/**
- * The name of the audience generation job.
+ * The identifier of the collaboration that contains the audience generation job.
*/
- name: NameString;
+ collaborationId?: UUID;
/**
- * The seed audience that is used to generate the audience.
+ * The description of the audience generation job.
*/
- seedAudience: AudienceGenerationJobDataSource;
+ description?: ResourceDescription;
/**
* The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.
*/
@@ -1089,14 +1116,14 @@ declare namespace CleanRoomsML {
audienceGenerationJobArn: AudienceGenerationJobArn;
}
export interface StatusDetails {
- /**
- * The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode for programmatic error handling.
- */
- message?: String;
/**
* The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
*/
statusCode?: String;
+ /**
+ * The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode for programmatic error handling.
+ */
+ message?: String;
}
export type String = string;
export type SyntheticTimestamp_date_time = Date;
@@ -1127,9 +1154,13 @@ declare namespace CleanRoomsML {
*/
createTime: SyntheticTimestamp_date_time;
/**
- * The description of the training dataset.
+ * The most recent time at which the training dataset was updated.
*/
- description?: ResourceDescription;
+ updateTime: SyntheticTimestamp_date_time;
+ /**
+ * The Amazon Resource Name (ARN) of the training dataset.
+ */
+ trainingDatasetArn: TrainingDatasetArn;
/**
* The name of the training dataset.
*/
@@ -1139,13 +1170,9 @@ declare namespace CleanRoomsML {
*/
status: TrainingDatasetStatus;
/**
- * The Amazon Resource Name (ARN) of the training dataset.
- */
- trainingDatasetArn: TrainingDatasetArn;
- /**
- * The most recent time at which the training dataset was updated.
+ * The description of the training dataset.
*/
- updateTime: SyntheticTimestamp_date_time;
+ description?: ResourceDescription;
}
export type UUID = string;
export interface UntagResourceRequest {
@@ -1162,33 +1189,33 @@ declare namespace CleanRoomsML {
}
export interface UpdateConfiguredAudienceModelRequest {
/**
- * The Amazon Resource Name (ARN) of the new audience model that you want to use.
+ * The Amazon Resource Name (ARN) of the configured audience model that you want to update.
*/
- audienceModelArn?: AudienceModelArn;
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
/**
- * The new audience size configuration.
+ * The new output configuration.
*/
- audienceSizeConfig?: AudienceSizeConfig;
+ outputConfig?: ConfiguredAudienceModelOutputConfig;
/**
- * The Amazon Resource Name (ARN) of the configured audience model that you want to update.
+ * The Amazon Resource Name (ARN) of the new audience model that you want to use.
*/
- configuredAudienceModelArn: ConfiguredAudienceModelArn;
+ audienceModelArn?: AudienceModelArn;
/**
- * The new description of the configured audience model.
+ * The new value for whether to share audience metrics.
*/
- description?: ResourceDescription;
+ sharedAudienceMetrics?: MetricsList;
/**
* The minimum number of users from the seed audience that must match with users in the training data of the audience model.
*/
minMatchingSeedSize?: MinMatchingSeedSize;
/**
- * The new output configuration.
+ * The new audience size configuration.
*/
- outputConfig?: ConfiguredAudienceModelOutputConfig;
+ audienceSizeConfig?: AudienceSizeConfig;
/**
- * The new value for whether to share audience metrics.
+ * The new description of the configured audience model.
*/
- sharedAudienceMetrics?: MetricsList;
+ description?: ResourceDescription;
}
export interface UpdateConfiguredAudienceModelResponse {
/**
diff --git a/clients/cleanroomsml.js b/clients/cleanroomsml.js
index db98825134..ad894fc945 100644
--- a/clients/cleanroomsml.js
+++ b/clients/cleanroomsml.js
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['cleanroomsml'], '2023-09-06', {
get: function get() {
var model = require('../apis/cleanroomsml-2023-09-06.min.json');
model.paginators = require('../apis/cleanroomsml-2023-09-06.paginators.json').pagination;
+ model.waiters = require('../apis/cleanroomsml-2023-09-06.waiters2.json').waiters;
return model;
},
enumerable: true,
diff --git a/clients/connect.d.ts b/clients/connect.d.ts
index 1016cc7a53..5fdbc18f28 100644
--- a/clients/connect.d.ts
+++ b/clients/connect.d.ts
@@ -6533,15 +6533,15 @@ declare namespace Connect {
*/
Interval?: IntervalDetails;
/**
- * The filters to apply to returned metrics. You can filter on the following resources: Agents Channels Feature Queues Routing profiles Routing step expression User hierarchy groups At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: AGENT | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | CASE_TEMPLATE_ARN | CASE_STATUS | CHANNEL | contact/segmentAttributes/connect:Subtype | FEATURE | FLOW_TYPE | FLOWS_NEXT_RESOURCE_ID | FLOWS_NEXT_RESOURCE_QUEUE_ID | FLOWS_OUTCOME_TYPE | FLOWS_RESOURCE_ID | INITIATION_METHOD | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION | QUEUE | Q_CONNECT_ENABLED | Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. contact_lens_conversational_analytics is a valid filterValue for the FEATURE filter key. It is available only to contacts analyzed by Contact Lens conversational analytics. connect:Chat, connect:SMS, connect:Telephony, and connect:WebRTC are valid filterValue examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter key. ROUTING_STEP_EXPRESSION is a valid filter key with a filter value up to 3000 length. This filter is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be kept as is. Q_CONNECT_ENABLED. TRUE and FALSE are the only valid filterValues for the Q_CONNECT_ENABLED filter key. TRUE includes all contacts that had Amazon Q in Connect enabled as part of the flow. FALSE includes all contacts that did not have Amazon Q in Connect enabled as part of the flow This filter is available only for contact record-driven metrics.
+ * The filters to apply to returned metrics. You can filter on the following resources: Agents Campaigns Channels Feature Queues Routing profiles Routing step expression User hierarchy groups At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. For metrics for outbound campaigns analytics, you can also use campaigns to satisfy at least one filter requirement. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: AGENT | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | ANSWERING_MACHINE_DETECTION_STATUS | CAMPAIGN | CASE_TEMPLATE_ARN | CASE_STATUS | CHANNEL | contact/segmentAttributes/connect:Subtype | DISCONNECT_REASON | FEATURE | FLOW_TYPE | FLOWS_NEXT_RESOURCE_ID | FLOWS_NEXT_RESOURCE_QUEUE_ID | FLOWS_OUTCOME_TYPE | FLOWS_RESOURCE_ID | INITIATION_METHOD | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION | QUEUE | Q_CONNECT_ENABLED | Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. contact_lens_conversational_analytics is a valid filterValue for the FEATURE filter key. It is available only to contacts analyzed by Contact Lens conversational analytics. connect:Chat, connect:SMS, connect:Telephony, and connect:WebRTC are valid filterValue examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter key. ROUTING_STEP_EXPRESSION is a valid filter key with a filter value up to 3000 length. This filter is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be kept as is. Q_CONNECT_ENABLED. TRUE and FALSE are the only valid filterValues for the Q_CONNECT_ENABLED filter key. TRUE includes all contacts that had Amazon Q in Connect enabled as part of the flow. FALSE includes all contacts that did not have Amazon Q in Connect enabled as part of the flow This filter is available only for contact record-driven metrics. Campaign ARNs are valid filterValues for the CAMPAIGN filter key.
*/
Filters: FiltersV2List;
/**
- * The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues. If no grouping is specified, a summary of all metrics is returned. Valid grouping keys: AGENT | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | CASE_TEMPLATE_ARN | CASE_STATUS | CHANNEL | contact/segmentAttributes/connect:Subtype | FLOWS_RESOURCE_ID | FLOWS_MODULE_RESOURCE_ID | FLOW_TYPE | FLOWS_OUTCOME_TYPE | INITIATION_METHOD | Q_CONNECT_ENABLED | QUEUE | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION
+ * The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues. If no grouping is specified, a summary of all metrics is returned. Valid grouping keys: AGENT | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | ANSWERING_MACHINE_DETECTION_STATUS | CAMPAIGN | CASE_TEMPLATE_ARN | CASE_STATUS | CHANNEL | contact/segmentAttributes/connect:Subtype | DISCONNECT_REASON | FLOWS_RESOURCE_ID | FLOWS_MODULE_RESOURCE_ID | FLOW_TYPE | FLOWS_OUTCOME_TYPE | INITIATION_METHOD | Q_CONNECT_ENABLED | QUEUE | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION
*/
Groupings?: GroupingsV2;
/**
- * The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator Guide. ABANDONMENT_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Abandonment rate AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Adherent time AGENT_ANSWER_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent answer rate AGENT_NON_ADHERENT_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Non-adherent time AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent non-response AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy Data for this metric is available starting from October 1, 2023 0:00:00 GMT. UI name: Agent non-response without customer abandons AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Occupancy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Adherence AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Scheduled time AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average queue abandon time AVG_ACTIVE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Average active time AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average after contact work time Feature is a valid filter but not a valid grouping. AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Average agent API connecting time The Negate key in Metric Level Filters is not applicable for this metric. AVG_AGENT_PAUSE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Average agent pause time AVG_CASE_RELATED_CONTACTS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Average contacts per case AVG_CASE_RESOLUTION_TIME Unit: Seconds Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Average case resolution time AVG_CONTACT_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average contact duration Feature is a valid filter but not a valid grouping. AVG_CONVERSATION_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average conversation duration AVG_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Average flow time AVG_GREETING_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent greeting time AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression UI name: Average handle time Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer hold time Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME_ALL_CONTACTS Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer hold time all contacts AVG_HOLDS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average holds Feature is a valid filter but not a valid grouping. AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interaction and customer hold time AVG_INTERACTION_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interaction time Feature is a valid filter but not a valid grouping. AVG_INTERRUPTIONS_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interruptions AVG_INTERRUPTION_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interruption time AVG_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average non-talk time AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average queue answer time Feature is a valid filter but not a valid grouping. AVG_RESOLUTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average resolution time AVG_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average talk time AVG_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent talk time AVG_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer talk time CASES_CREATED Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases created CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts created Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect UI name: API contacts handled Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED_BY_CONNECTED_TO_AGENT Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts handled (connected to agent timestamp) CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts hold disconnect CONTACTS_ON_HOLD_AGENT_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts hold agent disconnect CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts hold customer disconnect CONTACTS_PUT_ON_HOLD Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts put on hold CONTACTS_TRANSFERRED_OUT_EXTERNAL Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts transferred out external CONTACTS_TRANSFERRED_OUT_INTERNAL Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts transferred out internal CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts queued CONTACTS_QUEUED_BY_ENQUEUE Unit: Count Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype UI name: Contacts queued (enqueue timestamp) CONTACTS_REMOVED_FROM_QUEUE_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts removed from queue in X seconds CONTACTS_RESOLVED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts resolved in X CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out Feature is a valid filter but not a valid grouping. CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out by agent CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out queue CURRENT_CASES Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Current cases FLOWS_OUTCOME Unit: Count Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows outcome FLOWS_STARTED Unit: Count Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows started MAX_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Maximum flow time MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Maximum queued time MIN_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Minimum flow time PERCENT_CASES_FIRST_CONTACT_RESOLVED Unit: Percent Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases resolved on first contact PERCENT_CONTACTS_STEP_EXPIRED Unit: Percent Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. PERCENT_CONTACTS_STEP_JOINED Unit: Percent Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. PERCENT_FLOWS_OUTCOME Unit: Percent Valid metric filter key: FLOWS_OUTCOME_TYPE Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows outcome percentage. The FLOWS_OUTCOME_TYPE is not a valid grouping. PERCENT_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Non-talk time percent PERCENT_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Talk time percent PERCENT_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Agent talk time percent PERCENT_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Customer talk time percent REOPENED_CASE_ACTIONS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases reopened RESOLVED_CASE_ACTIONS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases resolved SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Service level X STEP_CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. SUM_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: After contact work time SUM_CONNECTING_TIME_AGENT Unit: Seconds Valid metric filter key: INITIATION_METHOD. This metric only supports the following filter keys as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent API connecting time The Negate key in Metric Level Filters is not applicable for this metric. SUM_CONTACTS_ABANDONED Unit: Count Metric filter: Valid values: API| Incoming | Outbound | Transfer | Callback | Queue_Transfer| Disconnect Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect UI name: Contact abandoned SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts abandoned in X seconds SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts answered in X seconds SUM_CONTACT_FLOW_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contact flow time SUM_CONTACT_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Agent on contact time SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contact disconnected SUM_ERROR_STATUS_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Error status time SUM_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contact handle time SUM_HOLD_TIME Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Customer hold time SUM_IDLE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Agent idle time SUM_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Agent interaction and hold time SUM_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent interaction time SUM_NON_PRODUCTIVE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Non-Productive Time SUM_ONLINE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Online time SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Callback attempts
+ * The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator Guide. ABANDONMENT_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Abandonment rate AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Adherent time AGENT_ANSWER_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent answer rate AGENT_NON_ADHERENT_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Non-adherent time AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent non-response AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy Data for this metric is available starting from October 1, 2023 0:00:00 GMT. UI name: Agent non-response without customer abandons AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Occupancy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Adherence AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Scheduled time AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average queue abandon time AVG_ACTIVE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Average active time AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average after contact work time Feature is a valid filter but not a valid grouping. AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Average agent API connecting time The Negate key in Metric Level Filters is not applicable for this metric. AVG_AGENT_PAUSE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Average agent pause time AVG_CASE_RELATED_CONTACTS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Average contacts per case AVG_CASE_RESOLUTION_TIME Unit: Seconds Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Average case resolution time AVG_CONTACT_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average contact duration Feature is a valid filter but not a valid grouping. AVG_CONVERSATION_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average conversation duration AVG_DIALS_PER_MINUTE This metric is available only for contacts analyzed by outbound campaigns analytics. Unit: Count Valid groupings and filters: Campaign, Agent, Queue, Routing Profile UI name: Average dials per minute AVG_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Average flow time AVG_GREETING_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent greeting time AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression UI name: Average handle time Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer hold time Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME_ALL_CONTACTS Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer hold time all contacts AVG_HOLDS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average holds Feature is a valid filter but not a valid grouping. AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interaction and customer hold time AVG_INTERACTION_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interaction time Feature is a valid filter but not a valid grouping. AVG_INTERRUPTIONS_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interruptions AVG_INTERRUPTION_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent interruption time AVG_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average non-talk time AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average queue answer time Feature is a valid filter but not a valid grouping. AVG_RESOLUTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average resolution time AVG_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average talk time AVG_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average agent talk time AVG_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Average customer talk time AVG_WAIT_TIME_AFTER_CUSTOMER_CONNECTION This metric is available only for contacts analyzed by outbound campaigns analytics. Unit: Seconds Valid groupings and filters: Campaign UI name: Average wait time after customer connection CAMPAIGN_CONTACTS_ABANDONED_AFTER_X This metric is available only for contacts analyzed by outbound campaigns analytics. Unit: Count Valid groupings and filters: Campaign, Agent Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter GT (for Greater than). UI name: Campaign contacts abandoned after X CAMPAIGN_CONTACTS_ABANDONED_AFTER_X_RATE This metric is available only for contacts analyzed by outbound campaigns analytics. Unit: Percent Valid groupings and filters: Campaign, Agent Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter GT (for Greater than). UI name: Campaign contacts abandoned after X rate CASES_CREATED Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases created CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts created Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect UI name: API contacts handled Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED_BY_CONNECTED_TO_AGENT Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts handled (connected to agent timestamp) CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts hold disconnect CONTACTS_ON_HOLD_AGENT_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts hold agent disconnect CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts hold customer disconnect CONTACTS_PUT_ON_HOLD Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts put on hold CONTACTS_TRANSFERRED_OUT_EXTERNAL Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts transferred out external CONTACTS_TRANSFERRED_OUT_INTERNAL Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contacts transferred out internal CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts queued CONTACTS_QUEUED_BY_ENQUEUE Unit: Count Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype UI name: Contacts queued (enqueue timestamp) CONTACTS_REMOVED_FROM_QUEUE_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts removed from queue in X seconds CONTACTS_RESOLVED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts resolved in X CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out Feature is a valid filter but not a valid grouping. CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out by agent CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contacts transferred out queue CURRENT_CASES Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Current cases DELIVERY_ATTEMPTS This metric is available only for contacts analyzed by outbound campaigns analytics. Unit: Count Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS, DISCONNECT_REASON Valid groupings and filters: Campaign, Agent, Queue, Routing Profile, Answering Machine Detection Status, Disconnect Reason UI name: Delivery attempts DELIVERY_ATTEMPT_DISPOSITION_RATE This metric is available only for contacts analyzed by outbound campaigns analytics, and with the answering machine detection enabled. Unit: Percent Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS, DISCONNECT_REASON Valid groupings and filters: Campaign, Agent, Answering Machine Detection Status, Disconnect Reason Answering Machine Detection Status and Disconnect Reason are valid filters but not valid groupings. UI name: Delivery attempt disposition rate FLOWS_OUTCOME Unit: Count Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows outcome FLOWS_STARTED Unit: Count Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows started HUMAN_ANSWERED_CALLS This metric is available only for contacts analyzed by outbound campaigns analytics, and with the answering machine detection enabled. Unit: Count Valid groupings and filters: Campaign, Agent UI name: Human answered MAX_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Maximum flow time MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Maximum queued time MIN_FLOW_TIME Unit: Seconds Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Minimum flow time PERCENT_CASES_FIRST_CONTACT_RESOLVED Unit: Percent Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases resolved on first contact PERCENT_CONTACTS_STEP_EXPIRED Unit: Percent Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. PERCENT_CONTACTS_STEP_JOINED Unit: Percent Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. PERCENT_FLOWS_OUTCOME Unit: Percent Valid metric filter key: FLOWS_OUTCOME_TYPE Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp UI name: Flows outcome percentage. The FLOWS_OUTCOME_TYPE is not a valid grouping. PERCENT_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Non-talk time percent PERCENT_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Talk time percent PERCENT_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Agent talk time percent PERCENT_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Customer talk time percent REOPENED_CASE_ACTIONS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases reopened RESOLVED_CASE_ACTIONS Unit: Count Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: Cases resolved SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Service level X STEP_CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, RoutingStepExpression UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI. SUM_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: After contact work time SUM_CONNECTING_TIME_AGENT Unit: Seconds Valid metric filter key: INITIATION_METHOD. This metric only supports the following filter keys as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent API connecting time The Negate key in Metric Level Filters is not applicable for this metric. SUM_CONTACTS_ABANDONED Unit: Count Metric filter: Valid values: API| Incoming | Outbound | Transfer | Callback | Queue_Transfer| Disconnect Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect UI name: Contact abandoned SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts abandoned in X seconds SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). UI name: Contacts answered in X seconds SUM_CONTACT_FLOW_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contact flow time SUM_CONTACT_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Agent on contact time SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Contact disconnected SUM_ERROR_STATUS_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Error status time SUM_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Contact handle time SUM_HOLD_TIME Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Customer hold time SUM_IDLE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Agent idle time SUM_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect UI name: Agent interaction and hold time SUM_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy UI name: Agent interaction time SUM_NON_PRODUCTIVE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Non-Productive Time SUM_ONLINE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy UI name: Online time SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: Callback attempts
*/
Metrics: MetricsV2;
/**
@@ -9538,6 +9538,9 @@ declare namespace Connect {
TranscriptItems?: RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets;
}
export type RealTimeContactAnalysisPointsOfInterest = RealTimeContactAnalysisPointOfInterest[];
+ export type RealTimeContactAnalysisPostContactSummaryContent = string;
+ export type RealTimeContactAnalysisPostContactSummaryFailureCode = "QUOTA_EXCEEDED"|"INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|"INVALID_ANALYSIS_CONFIGURATION"|"INTERNAL_ERROR"|string;
+ export type RealTimeContactAnalysisPostContactSummaryStatus = "FAILED"|"COMPLETED"|string;
export interface RealTimeContactAnalysisSegmentAttachments {
/**
* The identifier of the segment.
@@ -9602,6 +9605,20 @@ declare namespace Connect {
*/
IssuesDetected: RealTimeContactAnalysisIssuesDetected;
}
+ export interface RealTimeContactAnalysisSegmentPostContactSummary {
+ /**
+ * The content of the summary.
+ */
+ Content?: RealTimeContactAnalysisPostContactSummaryContent;
+ /**
+ * Whether the summary was successfully COMPLETED or FAILED to be generated.
+ */
+ Status: RealTimeContactAnalysisPostContactSummaryStatus;
+ /**
+ * If the summary failed to be generated, one of the following failure codes occurs: QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota. INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the participants in order to generate the summary. FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system safety guidelines. INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries. INTERNAL_ERROR: Internal system error.
+ */
+ FailureCode?: RealTimeContactAnalysisPostContactSummaryFailureCode;
+ }
export interface RealTimeContactAnalysisSegmentTranscript {
/**
* The identifier of the transcript.
@@ -9640,7 +9657,7 @@ declare namespace Connect {
*/
Sentiment?: RealTimeContactAnalysisSentimentLabel;
}
- export type RealTimeContactAnalysisSegmentType = "Transcript"|"Categories"|"Issues"|"Event"|"Attachments"|string;
+ export type RealTimeContactAnalysisSegmentType = "Transcript"|"Categories"|"Issues"|"Event"|"Attachments"|"PostContactSummary"|string;
export type RealTimeContactAnalysisSegmentTypes = RealTimeContactAnalysisSegmentType[];
export type RealTimeContactAnalysisSentimentLabel = "POSITIVE"|"NEGATIVE"|"NEUTRAL"|string;
export type RealTimeContactAnalysisStatus = "IN_PROGRESS"|"FAILED"|"COMPLETED"|string;
@@ -9691,6 +9708,10 @@ declare namespace Connect {
* The analyzed attachments.
*/
Attachments?: RealTimeContactAnalysisSegmentAttachments;
+ /**
+ * Information about the post-contact summary.
+ */
+ PostContactSummary?: RealTimeContactAnalysisSegmentPostContactSummary;
}
export type RealtimeContactAnalysisSegments = RealtimeContactAnalysisSegment[];
export interface Reference {
@@ -11803,7 +11824,7 @@ declare namespace Connect {
export type ThresholdCollections = ThresholdV2[];
export interface ThresholdV2 {
/**
- * The type of comparison. Only "less than" (LT) comparisons are supported.
+ * The type of comparison. Only "less than" (LT) and "greater than" (GT) comparisons are supported.
*/
Comparison?: ResourceArnOrId;
/**
diff --git a/clients/connectcontactlens.d.ts b/clients/connectcontactlens.d.ts
index 98cef5015e..e18ab10c62 100644
--- a/clients/connectcontactlens.d.ts
+++ b/clients/connectcontactlens.d.ts
@@ -68,7 +68,7 @@ declare namespace ConnectContactLens {
*/
ContactId: ContactId;
/**
- * The maximimum number of results to return per page.
+ * The maximum number of results to return per page.
*/
MaxResults?: MaxResults;
/**
@@ -104,6 +104,23 @@ declare namespace ConnectContactLens {
EndOffsetMillis: OffsetMillis;
}
export type PointsOfInterest = PointOfInterest[];
+ export interface PostContactSummary {
+ /**
+ * The content of the summary.
+ */
+ Content?: PostContactSummaryContent;
+ /**
+ * Whether the summary was successfully COMPLETED or FAILED to be generated.
+ */
+ Status: PostContactSummaryStatus;
+ /**
+ * If the summary failed to be generated, one of the following failure codes occurs: QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota. INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the participants in order to generate the summary. FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system safety guidelines. INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries. INTERNAL_ERROR: Internal system error.
+ */
+ FailureCode?: PostContactSummaryFailureCode;
+ }
+ export type PostContactSummaryContent = string;
+ export type PostContactSummaryFailureCode = "QUOTA_EXCEEDED"|"INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|"INVALID_ANALYSIS_CONFIGURATION"|"INTERNAL_ERROR"|string;
+ export type PostContactSummaryStatus = "FAILED"|"COMPLETED"|string;
export interface RealtimeContactAnalysisSegment {
/**
* The analyzed transcript.
@@ -113,6 +130,10 @@ declare namespace ConnectContactLens {
* The matched category rules.
*/
Categories?: Categories;
+ /**
+ * Information about the post-contact summary.
+ */
+ PostContactSummary?: PostContactSummary;
}
export type RealtimeContactAnalysisSegments = RealtimeContactAnalysisSegment[];
export type SentimentValue = "POSITIVE"|"NEUTRAL"|"NEGATIVE"|string;
@@ -122,7 +143,7 @@ declare namespace ConnectContactLens {
*/
Id: TranscriptId;
/**
- * The identifier of the participant.
+ * The identifier of the participant. Valid values are CUSTOMER or AGENT.
*/
ParticipantId: ParticipantId;
/**
@@ -142,7 +163,7 @@ declare namespace ConnectContactLens {
*/
EndOffsetMillis: OffsetMillis;
/**
- * The sentiment of the detected for this piece of transcript.
+ * The sentiment detected for this piece of transcript.
*/
Sentiment: SentimentValue;
/**
diff --git a/clients/datazone.d.ts b/clients/datazone.d.ts
index 91db91ed63..fb8dad4fbc 100644
--- a/clients/datazone.d.ts
+++ b/clients/datazone.d.ts
@@ -3094,66 +3094,6 @@ declare namespace DataZone {
export type CustomParameterList = CustomParameter[];
export type DataAssetActivityStatus = "FAILED"|"PUBLISHING_FAILED"|"SUCCEEDED_CREATED"|"SUCCEEDED_UPDATED"|"SKIPPED_ALREADY_IMPORTED"|"SKIPPED_ARCHIVED"|"SKIPPED_NO_ACCESS"|"UNCHANGED"|string;
export type DataPointIdentifier = string;
- export type DataProductDescription = string;
- export type DataProductId = string;
- export interface DataProductItem {
- /**
- *
- */
- domainId?: DomainId;
- /**
- *
- */
- itemId?: DataProductId;
- }
- export type DataProductItems = DataProductItem[];
- export type DataProductName = string;
- export interface DataProductSummary {
- /**
- *
- */
- createdAt?: CreatedAt;
- /**
- *
- */
- createdBy?: CreatedBy;
- /**
- *
- */
- dataProductItems?: DataProductItems;
- /**
- *
- */
- description?: DataProductDescription;
- /**
- *
- */
- domainId: DomainId;
- /**
- *
- */
- glossaryTerms?: GlossaryTerms;
- /**
- *
- */
- id: DataProductId;
- /**
- *
- */
- name: DataProductName;
- /**
- *
- */
- owningProjectId: ProjectId;
- /**
- *
- */
- updatedAt?: UpdatedAt;
- /**
- *
- */
- updatedBy?: UpdatedBy;
- }
export interface DataSourceConfigurationInput {
/**
* The configuration of the Amazon Web Services Glue data source.
@@ -7885,10 +7825,6 @@ declare namespace DataZone {
* The asset item included in the search results.
*/
assetItem?: AssetItem;
- /**
- * The data product item included in the search results.
- */
- dataProductItem?: DataProductSummary;
/**
* The glossary item included in the search results.
*/
diff --git a/clients/entityresolution.d.ts b/clients/entityresolution.d.ts
index f6e66eabdf..8d10351de4 100644
--- a/clients/entityresolution.d.ts
+++ b/clients/entityresolution.d.ts
@@ -323,7 +323,7 @@ declare namespace EntityResolution {
*/
condition?: StatementCondition;
/**
- * Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).
+ * Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny). If you set the value of the effect parameter to Deny for the AddPolicyStatement operation, you must also set the value of the effect parameter in the policy to Deny for the PutPolicy operation.
*/
effect: StatementEffect;
/**
@@ -393,7 +393,7 @@ declare namespace EntityResolution {
*/
description?: Description;
/**
- * An object which defines the idMappingType and the providerProperties.
+ * An object which defines the ID mapping technique and any additional configurations.
*/
idMappingTechniques: IdMappingTechniques;
/**
@@ -407,7 +407,7 @@ declare namespace EntityResolution {
/**
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
*/
- roleArn: RoleArn;
+ roleArn?: IdMappingRoleArn;
/**
* The tags used to organize, track, or control access for this resource.
*/
@@ -423,7 +423,7 @@ declare namespace EntityResolution {
*/
description?: Description;
/**
- * An object which defines the idMappingType and the providerProperties.
+ * An object which defines the ID mapping technique and any additional configurations.
*/
idMappingTechniques: IdMappingTechniques;
/**
@@ -437,7 +437,7 @@ declare namespace EntityResolution {
/**
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
*/
- roleArn: RoleArn;
+ roleArn?: IdMappingRoleArn;
/**
* The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow.
*/
@@ -782,7 +782,7 @@ declare namespace EntityResolution {
*/
description?: Description;
/**
- * An object which defines the idMappingType and the providerProperties.
+ * An object which defines the ID mapping technique and any additional configurations.
*/
idMappingTechniques: IdMappingTechniques;
/**
@@ -796,7 +796,7 @@ declare namespace EntityResolution {
/**
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
*/
- roleArn: RoleArn;
+ roleArn?: IdMappingRoleArn;
/**
* The tags used to organize, track, or control access for this resource.
*/
@@ -1104,7 +1104,7 @@ declare namespace EntityResolution {
}
export interface IdMappingJobMetrics {
/**
- * The total number of input records.
+ * The total number of records that were input for processing.
*/
inputRecords?: Integer;
/**
@@ -1112,7 +1112,19 @@ declare namespace EntityResolution {
*/
recordsNotProcessed?: Integer;
/**
- * The total number of records processed.
+ * The total number of records that were mapped.
+ */
+ totalMappedRecords?: Integer;
+ /**
+ * The total number of mapped source records.
+ */
+ totalMappedSourceRecords?: Integer;
+ /**
+ * The total number of distinct mapped target records.
+ */
+ totalMappedTargetRecords?: Integer;
+ /**
+ * The total number of records that were processed.
*/
totalRecordsProcessed?: Integer;
}
@@ -1131,6 +1143,26 @@ declare namespace EntityResolution {
roleArn: RoleArn;
}
export type IdMappingJobOutputSourceConfig = IdMappingJobOutputSource[];
+ export type IdMappingRoleArn = string;
+ export interface IdMappingRuleBasedProperties {
+ /**
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of the BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
+ */
+ attributeMatchingModel: AttributeMatchingModel;
+ /**
+ * The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET, only one record in the source can be matched to the same record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET, multiple records in the source can be matched to one record in the target.
+ */
+ recordMatchingModel: RecordMatchingModel;
+ /**
+ * The set of rules you can use in an ID mapping workflow. The limitations specified for the source or target to define the match rules must be compatible.
+ */
+ ruleDefinitionType: IdMappingWorkflowRuleDefinitionType;
+ /**
+ * The rules that can be used for ID mapping.
+ */
+ rules?: IdMappingRuleBasedPropertiesRulesList;
+ }
+ export type IdMappingRuleBasedPropertiesRulesList = Rule[];
export interface IdMappingTechniques {
/**
* The type of ID mapping.
@@ -1140,12 +1172,16 @@ declare namespace EntityResolution {
* An object which defines any additional configurations required by the provider service.
*/
providerProperties?: ProviderProperties;
+ /**
+ * An object which defines any additional configurations required by rule-based matching.
+ */
+ ruleBasedProperties?: IdMappingRuleBasedProperties;
}
- export type IdMappingType = "PROVIDER"|string;
+ export type IdMappingType = "PROVIDER"|"RULE_BASED"|string;
export type IdMappingWorkflowArn = string;
export interface IdMappingWorkflowInputSource {
/**
- * An Glue table ARN for the input source table.
+ * An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
*/
inputSourceARN: IdMappingWorkflowInputSourceInputSourceARNString;
/**
@@ -1153,7 +1189,7 @@ declare namespace EntityResolution {
*/
schemaName?: EntityName;
/**
- * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.
*/
type?: IdNamespaceType;
}
@@ -1171,6 +1207,8 @@ declare namespace EntityResolution {
outputS3Path: S3Path;
}
export type IdMappingWorkflowOutputSourceConfig = IdMappingWorkflowOutputSource[];
+ export type IdMappingWorkflowRuleDefinitionType = "SOURCE"|"TARGET"|string;
+ export type IdMappingWorkflowRuleDefinitionTypeList = IdMappingWorkflowRuleDefinitionType[];
export interface IdMappingWorkflowSummary {
/**
* The timestamp of when the workflow was created.
@@ -1190,6 +1228,13 @@ declare namespace EntityResolution {
workflowName: EntityName;
}
export type IdNamespaceArn = string;
+ export interface IdNamespaceIdMappingWorkflowMetadata {
+ /**
+ * The type of ID mapping.
+ */
+ idMappingType: IdMappingType;
+ }
+ export type IdNamespaceIdMappingWorkflowMetadataList = IdNamespaceIdMappingWorkflowMetadata[];
export interface IdNamespaceIdMappingWorkflowProperties {
/**
* The type of ID mapping.
@@ -1199,11 +1244,15 @@ declare namespace EntityResolution {
* An object which defines any additional configurations required by the provider service.
*/
providerProperties?: NamespaceProviderProperties;
+ /**
+ * An object which defines any additional configurations required by rule-based matching.
+ */
+ ruleBasedProperties?: NamespaceRuleBasedProperties;
}
export type IdNamespaceIdMappingWorkflowPropertiesList = IdNamespaceIdMappingWorkflowProperties[];
export interface IdNamespaceInputSource {
/**
- * An Glue table ARN for the input source table.
+ * An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
*/
inputSourceARN: IdNamespaceInputSourceInputSourceARNString;
/**
@@ -1223,6 +1272,10 @@ declare namespace EntityResolution {
* The description of the ID namespace.
*/
description?: Description;
+ /**
+ * An object which defines any additional configurations required by the ID mapping workflow.
+ */
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowMetadataList;
/**
* The Amazon Resource Name (ARN) of the ID namespace.
*/
@@ -1232,7 +1285,7 @@ declare namespace EntityResolution {
*/
idNamespaceName: EntityName;
/**
- * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.
*/
type: IdNamespaceType;
/**
@@ -1254,7 +1307,7 @@ declare namespace EntityResolution {
*/
applyNormalization?: Boolean;
/**
- * An Glue table ARN for the input source table.
+ * An Glue table Amazon Resource Name (ARN) for the input source table.
*/
inputSourceARN: InputSourceInputSourceARNString;
/**
@@ -1497,6 +1550,7 @@ declare namespace EntityResolution {
*/
tags: TagMap;
}
+ export type MatchPurpose = "IDENTIFIER_GENERATION"|"INDEXING"|string;
export type MatchingWorkflowArn = string;
export type MatchingWorkflowList = MatchingWorkflowSummary[];
export interface MatchingWorkflowSummary {
@@ -1531,6 +1585,25 @@ declare namespace EntityResolution {
*/
providerServiceArn: ProviderServiceArn;
}
+ export interface NamespaceRuleBasedProperties {
+ /**
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
+ */
+ attributeMatchingModel?: AttributeMatchingModel;
+ /**
+ * The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET, only one record in the source is matched to one record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET, all matching records in the source are matched to one record in the target.
+ */
+ recordMatchingModels?: RecordMatchingModelList;
+ /**
+ * The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
+ */
+ ruleDefinitionTypes?: IdMappingWorkflowRuleDefinitionTypeList;
+ /**
+ * The rules for the ID namespace.
+ */
+ rules?: NamespaceRuleBasedPropertiesRulesList;
+ }
+ export type NamespaceRuleBasedPropertiesRulesList = Rule[];
export type NextToken = string;
export interface OutputAttribute {
/**
@@ -1686,7 +1759,7 @@ declare namespace EntityResolution {
*/
arn: VeniceGlobalArn;
/**
- * The resource-based policy.
+ * The resource-based policy. If you set the value of the effect parameter in the policy to Deny for the PutPolicy operation, you must also set the value of the effect parameter to Deny for the AddPolicyStatement operation.
*/
policy: PolicyDocument;
/**
@@ -1711,6 +1784,8 @@ declare namespace EntityResolution {
export type RecordAttributeMap = {[key: string]: RecordAttributeMapValueString};
export type RecordAttributeMapKeyString = string;
export type RecordAttributeMapValueString = string;
+ export type RecordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET"|string;
+ export type RecordMatchingModelList = RecordMatchingModel[];
export type RequiredBucketActionsList = String[];
export interface ResolutionTechniques {
/**
@@ -1740,9 +1815,13 @@ declare namespace EntityResolution {
}
export interface RuleBasedProperties {
/**
- * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
*/
attributeMatchingModel: AttributeMatchingModel;
+ /**
+ * An indicator of whether to generate IDs and index the data or not. If you choose IDENTIFIER_GENERATION, the process generates IDs and indexes the data. If you choose INDEXING, the process indexes the data without generating IDs.
+ */
+ matchPurpose?: MatchPurpose;
/**
* A list of Rule objects, each of which have fields RuleName and MatchingKeys.
*/
@@ -1763,7 +1842,11 @@ declare namespace EntityResolution {
*/
groupName?: AttributeName;
/**
- * A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no matchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
+ * Indicates if the column values are hashed in the schema input. If the value is set to TRUE, the column values are hashed. If the value is set to FALSE, the column values are cleartext.
+ */
+ hashed?: Boolean;
+ /**
+ * A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no matchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
*/
matchKey?: AttributeName;
/**
@@ -1880,7 +1963,7 @@ declare namespace EntityResolution {
*/
description?: Description;
/**
- * An object which defines the idMappingType and the providerProperties.
+ * An object which defines the ID mapping technique and any additional configurations.
*/
idMappingTechniques: IdMappingTechniques;
/**
@@ -1894,7 +1977,7 @@ declare namespace EntityResolution {
/**
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
*/
- roleArn: RoleArn;
+ roleArn?: IdMappingRoleArn;
/**
* The name of the workflow.
*/
@@ -1906,7 +1989,7 @@ declare namespace EntityResolution {
*/
description?: Description;
/**
- * An object which defines the idMappingType and the providerProperties.
+ * An object which defines the ID mapping technique and any additional configurations.
*/
idMappingTechniques: IdMappingTechniques;
/**
@@ -1920,7 +2003,7 @@ declare namespace EntityResolution {
/**
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
*/
- roleArn: RoleArn;
+ roleArn?: IdMappingRoleArn;
/**
* The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
*/
diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js
index 0e9f23a3a4..49b7d8a2af 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.1661.0',
+ VERSION: '2.1662.0',
/**
* @api private
diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js
index c7b8d41973..7a69809e72 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.1661.0',
+ VERSION: '2.1662.0',
/**
* @api private
@@ -35660,23 +35660,23 @@ return /******/ (function(modules) { // webpackBootstrap
QBusiness: __webpack_require__(1381),
QConnect: __webpack_require__(1385),
CleanRoomsML: __webpack_require__(1388),
- MarketplaceAgreement: __webpack_require__(1391),
- MarketplaceDeployment: __webpack_require__(1394),
- NetworkMonitor: __webpack_require__(1397),
- SupplyChain: __webpack_require__(1401),
- Artifact: __webpack_require__(1404),
- Chatbot: __webpack_require__(1408),
- TimestreamInfluxDB: __webpack_require__(1411),
- CodeConnections: __webpack_require__(1414),
- Deadline: __webpack_require__(1417),
- ControlCatalog: __webpack_require__(1421),
- Route53Profiles: __webpack_require__(1424),
- MailManager: __webpack_require__(1427),
- TaxSettings: __webpack_require__(1430),
- ApplicationSignals: __webpack_require__(1433),
- PcaConnectorScep: __webpack_require__(1436),
- AppTest: __webpack_require__(1440),
- QApps: __webpack_require__(1444)
+ MarketplaceAgreement: __webpack_require__(1392),
+ MarketplaceDeployment: __webpack_require__(1395),
+ NetworkMonitor: __webpack_require__(1398),
+ SupplyChain: __webpack_require__(1402),
+ Artifact: __webpack_require__(1405),
+ Chatbot: __webpack_require__(1409),
+ TimestreamInfluxDB: __webpack_require__(1412),
+ CodeConnections: __webpack_require__(1415),
+ Deadline: __webpack_require__(1418),
+ ControlCatalog: __webpack_require__(1422),
+ Route53Profiles: __webpack_require__(1425),
+ MailManager: __webpack_require__(1428),
+ TaxSettings: __webpack_require__(1431),
+ ApplicationSignals: __webpack_require__(1434),
+ PcaConnectorScep: __webpack_require__(1437),
+ AppTest: __webpack_require__(1441),
+ QApps: __webpack_require__(1445)
};
/***/ }),
@@ -55891,13 +55891,13 @@ return /******/ (function(modules) { // webpackBootstrap
/* 579 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-25","endpointPrefix":"appsync","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"AWSAppSync","serviceFullName":"AWS AppSync","serviceId":"AppSync","signatureVersion":"v4","signingName":"appsync","uid":"appsync-2017-07-25"},"operations":{"AssociateApi":{"http":{"requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName","apiId"],"members":{"domainName":{"location":"uri","locationName":"domainName"},"apiId":{}}},"output":{"type":"structure","members":{"apiAssociation":{"shape":"S5"}}}},"AssociateMergedGraphqlApi":{"http":{"requestUri":"/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations"},"input":{"type":"structure","required":["sourceApiIdentifier","mergedApiIdentifier"],"members":{"sourceApiIdentifier":{"location":"uri","locationName":"sourceApiIdentifier"},"mergedApiIdentifier":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"AssociateSourceGraphqlApi":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations"},"input":{"type":"structure","required":["mergedApiIdentifier","sourceApiIdentifier"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"sourceApiIdentifier":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"CreateApiCache":{"http":{"requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId","ttl","apiCachingBehavior","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"ttl":{"type":"long"},"transitEncryptionEnabled":{"type":"boolean"},"atRestEncryptionEnabled":{"type":"boolean"},"apiCachingBehavior":{},"type":{},"healthMetricsConfig":{}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"CreateApiKey":{"http":{"requestUri":"/v1/apis/{apiId}/apikeys"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"description":{},"expires":{"type":"long"}}},"output":{"type":"structure","members":{"apiKey":{"shape":"Sr"}}}},"CreateDataSource":{"http":{"requestUri":"/v1/apis/{apiId}/datasources"},"input":{"type":"structure","required":["apiId","name","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"CreateDomainName":{"http":{"requestUri":"/v1/domainnames"},"input":{"type":"structure","required":["domainName","certificateArn"],"members":{"domainName":{},"certificateArn":{},"description":{}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"CreateFunction":{"http":{"requestUri":"/v1/apis/{apiId}/functions"},"input":{"type":"structure","required":["apiId","name","dataSourceName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"CreateGraphqlApi":{"http":{"requestUri":"/v1/apis"},"input":{"type":"structure","required":["name","authenticationType"],"members":{"name":{},"logConfig":{"shape":"S1t"},"authenticationType":{},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"tags":{"shape":"S1z"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"lambdaAuthorizerConfig":{"shape":"S25"},"visibility":{},"apiType":{},"mergedApiExecutionRoleArn":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"CreateResolver":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"CreateType":{"http":{"requestUri":"/v1/apis/{apiId}/types"},"input":{"type":"structure","required":["apiId","definition","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"definition":{},"format":{}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}},"DeleteApiCache":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"DeleteApiKey":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/apikeys/{id}"},"input":{"type":"structure","required":["apiId","id"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{}}},"DeleteDomainName":{"http":{"method":"DELETE","requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{}}},"DeleteFunction":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"}}},"output":{"type":"structure","members":{}}},"DeleteGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"DeleteResolver":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"}}},"output":{"type":"structure","members":{}}},"DeleteType":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"}}},"output":{"type":"structure","members":{}}},"DisassociateApi":{"http":{"method":"DELETE","requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{}}},"DisassociateMergedGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}"},"input":{"type":"structure","required":["sourceApiIdentifier","associationId"],"members":{"sourceApiIdentifier":{"location":"uri","locationName":"sourceApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"DisassociateSourceGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"EvaluateCode":{"http":{"requestUri":"/v1/dataplane-evaluatecode"},"input":{"type":"structure","required":["runtime","code","context"],"members":{"runtime":{"shape":"S1n"},"code":{},"context":{},"function":{}}},"output":{"type":"structure","members":{"evaluationResult":{},"error":{"type":"structure","members":{"message":{},"codeErrors":{"type":"list","member":{"type":"structure","members":{"errorType":{},"value":{},"location":{"type":"structure","members":{"line":{"type":"integer"},"column":{"type":"integer"},"span":{"type":"integer"}}}}}}}},"logs":{"shape":"S3u"}}}},"EvaluateMappingTemplate":{"http":{"requestUri":"/v1/dataplane-evaluatetemplate"},"input":{"type":"structure","required":["template","context"],"members":{"template":{},"context":{}}},"output":{"type":"structure","members":{"evaluationResult":{},"error":{"type":"structure","members":{"message":{}}},"logs":{"shape":"S3u"}}}},"FlushApiCache":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/FlushCache"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"GetApiAssociation":{"http":{"method":"GET","requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{"apiAssociation":{"shape":"S5"}}}},"GetApiCache":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"GetDataSourceIntrospection":{"http":{"method":"GET","requestUri":"/v1/datasources/introspections/{introspectionId}"},"input":{"type":"structure","required":["introspectionId"],"members":{"introspectionId":{"location":"uri","locationName":"introspectionId"},"includeModelsSDL":{"location":"querystring","locationName":"includeModelsSDL","type":"boolean"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"introspectionId":{},"introspectionStatus":{},"introspectionStatusDetail":{},"introspectionResult":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"name":{},"fields":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{"shape":"S4h"},"length":{"type":"long"}}}},"primaryKey":{"shape":"S4j"},"indexes":{"type":"list","member":{"shape":"S4j"}},"sdl":{}}}},"nextToken":{}}}}}},"GetDomainName":{"http":{"method":"GET","requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"GetFunction":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"GetGraphqlApi":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"GetGraphqlApiEnvironmentVariables":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/environmentVariables"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"environmentVariables":{"shape":"S4u"}}}},"GetIntrospectionSchema":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/schema"},"input":{"type":"structure","required":["apiId","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"format":{"location":"querystring","locationName":"format"},"includeDirectives":{"location":"querystring","locationName":"includeDirectives","type":"boolean"}}},"output":{"type":"structure","members":{"schema":{"type":"blob"}},"payload":"schema"}},"GetResolver":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"GetSchemaCreationStatus":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/schemacreation"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"status":{},"details":{}}}},"GetSourceApiAssociation":{"http":{"method":"GET","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"GetType":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"format":{"location":"querystring","locationName":"format"}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}},"ListApiKeys":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/apikeys"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"apiKeys":{"type":"list","member":{"shape":"Sr"}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/datasources"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"dataSources":{"type":"list","member":{"shape":"S1a"}},"nextToken":{}}}},"ListDomainNames":{"http":{"method":"GET","requestUri":"/v1/domainnames"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"domainNameConfigs":{"type":"list","member":{"shape":"S1f"}},"nextToken":{}}}},"ListFunctions":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"functions":{"type":"list","member":{"shape":"S1r"}},"nextToken":{}}}},"ListGraphqlApis":{"http":{"method":"GET","requestUri":"/v1/apis"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"apiType":{"location":"querystring","locationName":"apiType"},"owner":{"location":"querystring","locationName":"owner"}}},"output":{"type":"structure","members":{"graphqlApis":{"type":"list","member":{"shape":"S2h"}},"nextToken":{}}}},"ListResolvers":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"},"input":{"type":"structure","required":["apiId","typeName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"resolvers":{"shape":"S5t"},"nextToken":{}}}},"ListResolversByFunction":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions/{functionId}/resolvers"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"resolvers":{"shape":"S5t"},"nextToken":{}}}},"ListSourceApiAssociations":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/sourceApiAssociations"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"sourceApiAssociationSummaries":{"type":"list","member":{"type":"structure","members":{"associationId":{},"associationArn":{},"sourceApiId":{},"sourceApiArn":{},"mergedApiId":{},"mergedApiArn":{},"description":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S1z"}}}},"ListTypes":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types"},"input":{"type":"structure","required":["apiId","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"format":{"location":"querystring","locationName":"format"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"types":{"shape":"S65"},"nextToken":{}}}},"ListTypesByAssociation":{"http":{"method":"GET","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId","format"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"},"format":{"location":"querystring","locationName":"format"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"types":{"shape":"S65"},"nextToken":{}}}},"PutGraphqlApiEnvironmentVariables":{"http":{"method":"PUT","requestUri":"/v1/apis/{apiId}/environmentVariables"},"input":{"type":"structure","required":["apiId","environmentVariables"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"environmentVariables":{"shape":"S4u"}}},"output":{"type":"structure","members":{"environmentVariables":{"shape":"S4u"}}}},"StartDataSourceIntrospection":{"http":{"requestUri":"/v1/datasources/introspections"},"input":{"type":"structure","members":{"rdsDataApiConfig":{"type":"structure","required":["resourceArn","secretArn","databaseName"],"members":{"resourceArn":{},"secretArn":{},"databaseName":{}}}}},"output":{"type":"structure","members":{"introspectionId":{},"introspectionStatus":{},"introspectionStatusDetail":{}}}},"StartSchemaCreation":{"http":{"requestUri":"/v1/apis/{apiId}/schemacreation"},"input":{"type":"structure","required":["apiId","definition"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"definition":{"type":"blob"}}},"output":{"type":"structure","members":{"status":{}}}},"StartSchemaMerge":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge"},"input":{"type":"structure","required":["associationId","mergedApiIdentifier"],"members":{"associationId":{"location":"uri","locationName":"associationId"},"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1z"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateApiCache":{"http":{"requestUri":"/v1/apis/{apiId}/ApiCaches/update"},"input":{"type":"structure","required":["apiId","ttl","apiCachingBehavior","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"ttl":{"type":"long"},"apiCachingBehavior":{},"type":{},"healthMetricsConfig":{}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"UpdateApiKey":{"http":{"requestUri":"/v1/apis/{apiId}/apikeys/{id}"},"input":{"type":"structure","required":["apiId","id"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"id":{"location":"uri","locationName":"id"},"description":{},"expires":{"type":"long"}}},"output":{"type":"structure","members":{"apiKey":{"shape":"Sr"}}}},"UpdateDataSource":{"http":{"requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"UpdateDomainName":{"http":{"requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"},"description":{}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"UpdateFunction":{"http":{"requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","name","functionId","dataSourceName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"functionId":{"location":"uri","locationName":"functionId"},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"UpdateGraphqlApi":{"http":{"requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId","name","authenticationType"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"logConfig":{"shape":"S1t"},"authenticationType":{},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"lambdaAuthorizerConfig":{"shape":"S25"},"mergedApiExecutionRoleArn":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"UpdateResolver":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"UpdateSourceApiAssociation":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["associationId","mergedApiIdentifier"],"members":{"associationId":{"location":"uri","locationName":"associationId"},"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"UpdateType":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"definition":{},"format":{}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}}},"shapes":{"S5":{"type":"structure","members":{"domainName":{},"apiId":{},"associationStatus":{},"deploymentDetail":{}}},"S8":{"type":"structure","members":{"mergeType":{}}},"Sb":{"type":"structure","members":{"associationId":{},"associationArn":{},"sourceApiId":{},"sourceApiArn":{},"mergedApiArn":{},"mergedApiId":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"},"sourceApiAssociationStatus":{},"sourceApiAssociationStatusDetail":{},"lastSuccessfulMergeDate":{"type":"timestamp"}}},"Sn":{"type":"structure","members":{"ttl":{"type":"long"},"apiCachingBehavior":{},"transitEncryptionEnabled":{"type":"boolean"},"atRestEncryptionEnabled":{"type":"boolean"},"type":{},"status":{},"healthMetricsConfig":{}}},"Sr":{"type":"structure","members":{"id":{},"description":{},"expires":{"type":"long"},"deletes":{"type":"long"}}},"Sv":{"type":"structure","required":["tableName","awsRegion"],"members":{"tableName":{},"awsRegion":{},"useCallerCredentials":{"type":"boolean"},"deltaSyncConfig":{"type":"structure","members":{"baseTableTTL":{"type":"long"},"deltaSyncTableName":{},"deltaSyncTableTTL":{"type":"long"}}},"versioned":{"type":"boolean"}}},"Sx":{"type":"structure","required":["lambdaFunctionArn"],"members":{"lambdaFunctionArn":{}}},"Sy":{"type":"structure","required":["endpoint","awsRegion"],"members":{"endpoint":{},"awsRegion":{}}},"Sz":{"type":"structure","required":["endpoint","awsRegion"],"members":{"endpoint":{},"awsRegion":{}}},"S10":{"type":"structure","members":{"endpoint":{},"authorizationConfig":{"type":"structure","required":["authorizationType"],"members":{"authorizationType":{},"awsIamConfig":{"type":"structure","members":{"signingRegion":{},"signingServiceName":{}}}}}}},"S14":{"type":"structure","members":{"relationalDatabaseSourceType":{},"rdsHttpEndpointConfig":{"type":"structure","members":{"awsRegion":{},"dbClusterIdentifier":{},"databaseName":{},"schema":{},"awsSecretStoreArn":{}}}}},"S17":{"type":"structure","required":["eventBusArn"],"members":{"eventBusArn":{}}},"S1a":{"type":"structure","members":{"dataSourceArn":{},"name":{},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"S1f":{"type":"structure","members":{"domainName":{},"description":{},"certificateArn":{},"appsyncDomainName":{},"hostedZoneId":{}}},"S1i":{"type":"structure","members":{"conflictHandler":{},"conflictDetection":{},"lambdaConflictHandlerConfig":{"type":"structure","members":{"lambdaConflictHandlerArn":{}}}}},"S1n":{"type":"structure","required":["name","runtimeVersion"],"members":{"name":{},"runtimeVersion":{}}},"S1r":{"type":"structure","members":{"functionId":{},"functionArn":{},"name":{},"description":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"S1t":{"type":"structure","required":["fieldLogLevel","cloudWatchLogsRoleArn"],"members":{"fieldLogLevel":{},"cloudWatchLogsRoleArn":{},"excludeVerboseContent":{"type":"boolean"}}},"S1w":{"type":"structure","required":["userPoolId","awsRegion","defaultAction"],"members":{"userPoolId":{},"awsRegion":{},"defaultAction":{},"appIdClientRegex":{}}},"S1y":{"type":"structure","required":["issuer"],"members":{"issuer":{},"clientId":{},"iatTTL":{"type":"long"},"authTTL":{"type":"long"}}},"S1z":{"type":"map","key":{},"value":{}},"S22":{"type":"list","member":{"type":"structure","members":{"authenticationType":{},"openIDConnectConfig":{"shape":"S1y"},"userPoolConfig":{"type":"structure","required":["userPoolId","awsRegion"],"members":{"userPoolId":{},"awsRegion":{},"appIdClientRegex":{}}},"lambdaAuthorizerConfig":{"shape":"S25"}}}},"S25":{"type":"structure","required":["authorizerUri"],"members":{"authorizerResultTtlInSeconds":{"type":"integer"},"authorizerUri":{},"identityValidationExpression":{}}},"S2c":{"type":"structure","required":["resolverLevelMetricsBehavior","dataSourceLevelMetricsBehavior","operationLevelMetricsConfig"],"members":{"resolverLevelMetricsBehavior":{},"dataSourceLevelMetricsBehavior":{},"operationLevelMetricsConfig":{}}},"S2h":{"type":"structure","members":{"name":{},"apiId":{},"authenticationType":{},"logConfig":{"shape":"S1t"},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"arn":{},"uris":{"shape":"S2i"},"tags":{"shape":"S1z"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"wafWebAclArn":{},"lambdaAuthorizerConfig":{"shape":"S25"},"dns":{"shape":"S2i"},"visibility":{},"apiType":{},"mergedApiExecutionRoleArn":{},"owner":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"S2i":{"type":"map","key":{},"value":{}},"S2l":{"type":"structure","members":{"functions":{"type":"list","member":{}}}},"S2n":{"type":"structure","required":["ttl"],"members":{"ttl":{"type":"long"},"cachingKeys":{"type":"list","member":{}}}},"S2r":{"type":"structure","members":{"typeName":{},"fieldName":{},"dataSourceName":{},"resolverArn":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"S2v":{"type":"structure","members":{"name":{},"description":{},"arn":{},"definition":{},"format":{}}},"S3u":{"type":"list","member":{}},"S4h":{"type":"structure","members":{"kind":{},"name":{},"type":{"shape":"S4h"},"values":{"type":"list","member":{}}}},"S4j":{"type":"structure","members":{"name":{},"fields":{"type":"list","member":{}}}},"S4u":{"type":"map","key":{},"value":{}},"S5t":{"type":"list","member":{"shape":"S2r"}},"S65":{"type":"list","member":{"shape":"S2v"}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-25","endpointPrefix":"appsync","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"AWSAppSync","serviceFullName":"AWS AppSync","serviceId":"AppSync","signatureVersion":"v4","signingName":"appsync","uid":"appsync-2017-07-25","auth":["aws.auth#sigv4"]},"operations":{"AssociateApi":{"http":{"requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName","apiId"],"members":{"domainName":{"location":"uri","locationName":"domainName"},"apiId":{}}},"output":{"type":"structure","members":{"apiAssociation":{"shape":"S5"}}}},"AssociateMergedGraphqlApi":{"http":{"requestUri":"/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations"},"input":{"type":"structure","required":["sourceApiIdentifier","mergedApiIdentifier"],"members":{"sourceApiIdentifier":{"location":"uri","locationName":"sourceApiIdentifier"},"mergedApiIdentifier":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"AssociateSourceGraphqlApi":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations"},"input":{"type":"structure","required":["mergedApiIdentifier","sourceApiIdentifier"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"sourceApiIdentifier":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"CreateApiCache":{"http":{"requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId","ttl","apiCachingBehavior","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"ttl":{"type":"long"},"transitEncryptionEnabled":{"type":"boolean"},"atRestEncryptionEnabled":{"type":"boolean"},"apiCachingBehavior":{},"type":{},"healthMetricsConfig":{}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"CreateApiKey":{"http":{"requestUri":"/v1/apis/{apiId}/apikeys"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"description":{},"expires":{"type":"long"}}},"output":{"type":"structure","members":{"apiKey":{"shape":"Sr"}}}},"CreateDataSource":{"http":{"requestUri":"/v1/apis/{apiId}/datasources"},"input":{"type":"structure","required":["apiId","name","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"CreateDomainName":{"http":{"requestUri":"/v1/domainnames"},"input":{"type":"structure","required":["domainName","certificateArn"],"members":{"domainName":{},"certificateArn":{},"description":{}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"CreateFunction":{"http":{"requestUri":"/v1/apis/{apiId}/functions"},"input":{"type":"structure","required":["apiId","name","dataSourceName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"CreateGraphqlApi":{"http":{"requestUri":"/v1/apis"},"input":{"type":"structure","required":["name","authenticationType"],"members":{"name":{},"logConfig":{"shape":"S1t"},"authenticationType":{},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"tags":{"shape":"S1z"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"lambdaAuthorizerConfig":{"shape":"S25"},"visibility":{},"apiType":{},"mergedApiExecutionRoleArn":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"CreateResolver":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"CreateType":{"http":{"requestUri":"/v1/apis/{apiId}/types"},"input":{"type":"structure","required":["apiId","definition","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"definition":{},"format":{}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}},"DeleteApiCache":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"DeleteApiKey":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/apikeys/{id}"},"input":{"type":"structure","required":["apiId","id"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{}}},"DeleteDomainName":{"http":{"method":"DELETE","requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{}}},"DeleteFunction":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"}}},"output":{"type":"structure","members":{}}},"DeleteGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"DeleteResolver":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"}}},"output":{"type":"structure","members":{}}},"DeleteType":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"}}},"output":{"type":"structure","members":{}}},"DisassociateApi":{"http":{"method":"DELETE","requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{}}},"DisassociateMergedGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}"},"input":{"type":"structure","required":["sourceApiIdentifier","associationId"],"members":{"sourceApiIdentifier":{"location":"uri","locationName":"sourceApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"DisassociateSourceGraphqlApi":{"http":{"method":"DELETE","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"EvaluateCode":{"http":{"requestUri":"/v1/dataplane-evaluatecode"},"input":{"type":"structure","required":["runtime","code","context"],"members":{"runtime":{"shape":"S1n"},"code":{},"context":{},"function":{}}},"output":{"type":"structure","members":{"evaluationResult":{},"error":{"type":"structure","members":{"message":{},"codeErrors":{"type":"list","member":{"type":"structure","members":{"errorType":{},"value":{},"location":{"type":"structure","members":{"line":{"type":"integer"},"column":{"type":"integer"},"span":{"type":"integer"}}}}}}}},"logs":{"shape":"S3u"}}}},"EvaluateMappingTemplate":{"http":{"requestUri":"/v1/dataplane-evaluatetemplate"},"input":{"type":"structure","required":["template","context"],"members":{"template":{},"context":{}}},"output":{"type":"structure","members":{"evaluationResult":{},"error":{"type":"structure","members":{"message":{}}},"logs":{"shape":"S3u"}}}},"FlushApiCache":{"http":{"method":"DELETE","requestUri":"/v1/apis/{apiId}/FlushCache"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{}}},"GetApiAssociation":{"http":{"method":"GET","requestUri":"/v1/domainnames/{domainName}/apiassociation"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{"apiAssociation":{"shape":"S5"}}}},"GetApiCache":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/ApiCaches"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"GetDataSourceIntrospection":{"http":{"method":"GET","requestUri":"/v1/datasources/introspections/{introspectionId}"},"input":{"type":"structure","required":["introspectionId"],"members":{"introspectionId":{"location":"uri","locationName":"introspectionId"},"includeModelsSDL":{"location":"querystring","locationName":"includeModelsSDL","type":"boolean"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"introspectionId":{},"introspectionStatus":{},"introspectionStatusDetail":{},"introspectionResult":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"name":{},"fields":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{"shape":"S4h"},"length":{"type":"long"}}}},"primaryKey":{"shape":"S4j"},"indexes":{"type":"list","member":{"shape":"S4j"}},"sdl":{}}}},"nextToken":{}}}}}},"GetDomainName":{"http":{"method":"GET","requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"GetFunction":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"GetGraphqlApi":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"GetGraphqlApiEnvironmentVariables":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/environmentVariables"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"environmentVariables":{"shape":"S4u"}}}},"GetIntrospectionSchema":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/schema"},"input":{"type":"structure","required":["apiId","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"format":{"location":"querystring","locationName":"format"},"includeDirectives":{"location":"querystring","locationName":"includeDirectives","type":"boolean"}}},"output":{"type":"structure","members":{"schema":{"type":"blob"}},"payload":"schema"}},"GetResolver":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"GetSchemaCreationStatus":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/schemacreation"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"}}},"output":{"type":"structure","members":{"status":{},"details":{}}}},"GetSourceApiAssociation":{"http":{"method":"GET","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"GetType":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"format":{"location":"querystring","locationName":"format"}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}},"ListApiKeys":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/apikeys"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"apiKeys":{"type":"list","member":{"shape":"Sr"}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/datasources"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"dataSources":{"type":"list","member":{"shape":"S1a"}},"nextToken":{}}}},"ListDomainNames":{"http":{"method":"GET","requestUri":"/v1/domainnames"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"domainNameConfigs":{"type":"list","member":{"shape":"S1f"}},"nextToken":{}}}},"ListFunctions":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"functions":{"type":"list","member":{"shape":"S1r"}},"nextToken":{}}}},"ListGraphqlApis":{"http":{"method":"GET","requestUri":"/v1/apis"},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"apiType":{"location":"querystring","locationName":"apiType"},"owner":{"location":"querystring","locationName":"owner"}}},"output":{"type":"structure","members":{"graphqlApis":{"type":"list","member":{"shape":"S2h"}},"nextToken":{}}}},"ListResolvers":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers"},"input":{"type":"structure","required":["apiId","typeName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"resolvers":{"shape":"S5t"},"nextToken":{}}}},"ListResolversByFunction":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/functions/{functionId}/resolvers"},"input":{"type":"structure","required":["apiId","functionId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"functionId":{"location":"uri","locationName":"functionId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"resolvers":{"shape":"S5t"},"nextToken":{}}}},"ListSourceApiAssociations":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/sourceApiAssociations"},"input":{"type":"structure","required":["apiId"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"sourceApiAssociationSummaries":{"type":"list","member":{"type":"structure","members":{"associationId":{},"associationArn":{},"sourceApiId":{},"sourceApiArn":{},"mergedApiId":{},"mergedApiArn":{},"description":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S1z"}}}},"ListTypes":{"http":{"method":"GET","requestUri":"/v1/apis/{apiId}/types"},"input":{"type":"structure","required":["apiId","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"format":{"location":"querystring","locationName":"format"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"types":{"shape":"S65"},"nextToken":{}}}},"ListTypesByAssociation":{"http":{"method":"GET","requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types"},"input":{"type":"structure","required":["mergedApiIdentifier","associationId","format"],"members":{"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"associationId":{"location":"uri","locationName":"associationId"},"format":{"location":"querystring","locationName":"format"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"types":{"shape":"S65"},"nextToken":{}}}},"PutGraphqlApiEnvironmentVariables":{"http":{"method":"PUT","requestUri":"/v1/apis/{apiId}/environmentVariables"},"input":{"type":"structure","required":["apiId","environmentVariables"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"environmentVariables":{"shape":"S4u"}}},"output":{"type":"structure","members":{"environmentVariables":{"shape":"S4u"}}}},"StartDataSourceIntrospection":{"http":{"requestUri":"/v1/datasources/introspections"},"input":{"type":"structure","members":{"rdsDataApiConfig":{"type":"structure","required":["resourceArn","secretArn","databaseName"],"members":{"resourceArn":{},"secretArn":{},"databaseName":{}}}}},"output":{"type":"structure","members":{"introspectionId":{},"introspectionStatus":{},"introspectionStatusDetail":{}}}},"StartSchemaCreation":{"http":{"requestUri":"/v1/apis/{apiId}/schemacreation"},"input":{"type":"structure","required":["apiId","definition"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"definition":{"type":"blob"}}},"output":{"type":"structure","members":{"status":{}}}},"StartSchemaMerge":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge"},"input":{"type":"structure","required":["associationId","mergedApiIdentifier"],"members":{"associationId":{"location":"uri","locationName":"associationId"},"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"}}},"output":{"type":"structure","members":{"sourceApiAssociationStatus":{}}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1z"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateApiCache":{"http":{"requestUri":"/v1/apis/{apiId}/ApiCaches/update"},"input":{"type":"structure","required":["apiId","ttl","apiCachingBehavior","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"ttl":{"type":"long"},"apiCachingBehavior":{},"type":{},"healthMetricsConfig":{}}},"output":{"type":"structure","members":{"apiCache":{"shape":"Sn"}}}},"UpdateApiKey":{"http":{"requestUri":"/v1/apis/{apiId}/apikeys/{id}"},"input":{"type":"structure","required":["apiId","id"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"id":{"location":"uri","locationName":"id"},"description":{},"expires":{"type":"long"}}},"output":{"type":"structure","members":{"apiKey":{"shape":"Sr"}}}},"UpdateDataSource":{"http":{"requestUri":"/v1/apis/{apiId}/datasources/{name}"},"input":{"type":"structure","required":["apiId","name","type"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{"location":"uri","locationName":"name"},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"output":{"type":"structure","members":{"dataSource":{"shape":"S1a"}}}},"UpdateDomainName":{"http":{"requestUri":"/v1/domainnames/{domainName}"},"input":{"type":"structure","required":["domainName"],"members":{"domainName":{"location":"uri","locationName":"domainName"},"description":{}}},"output":{"type":"structure","members":{"domainNameConfig":{"shape":"S1f"}}}},"UpdateFunction":{"http":{"requestUri":"/v1/apis/{apiId}/functions/{functionId}"},"input":{"type":"structure","required":["apiId","name","functionId","dataSourceName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"description":{},"functionId":{"location":"uri","locationName":"functionId"},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"output":{"type":"structure","members":{"functionConfiguration":{"shape":"S1r"}}}},"UpdateGraphqlApi":{"http":{"requestUri":"/v1/apis/{apiId}"},"input":{"type":"structure","required":["apiId","name","authenticationType"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"name":{},"logConfig":{"shape":"S1t"},"authenticationType":{},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"lambdaAuthorizerConfig":{"shape":"S25"},"mergedApiExecutionRoleArn":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"output":{"type":"structure","members":{"graphqlApi":{"shape":"S2h"}}}},"UpdateResolver":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}"},"input":{"type":"structure","required":["apiId","typeName","fieldName"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"fieldName":{"location":"uri","locationName":"fieldName"},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"output":{"type":"structure","members":{"resolver":{"shape":"S2r"}}}},"UpdateSourceApiAssociation":{"http":{"requestUri":"/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"},"input":{"type":"structure","required":["associationId","mergedApiIdentifier"],"members":{"associationId":{"location":"uri","locationName":"associationId"},"mergedApiIdentifier":{"location":"uri","locationName":"mergedApiIdentifier"},"description":{},"sourceApiAssociationConfig":{"shape":"S8"}}},"output":{"type":"structure","members":{"sourceApiAssociation":{"shape":"Sb"}}}},"UpdateType":{"http":{"requestUri":"/v1/apis/{apiId}/types/{typeName}"},"input":{"type":"structure","required":["apiId","typeName","format"],"members":{"apiId":{"location":"uri","locationName":"apiId"},"typeName":{"location":"uri","locationName":"typeName"},"definition":{},"format":{}}},"output":{"type":"structure","members":{"type":{"shape":"S2v"}}}}},"shapes":{"S5":{"type":"structure","members":{"domainName":{},"apiId":{},"associationStatus":{},"deploymentDetail":{}}},"S8":{"type":"structure","members":{"mergeType":{}}},"Sb":{"type":"structure","members":{"associationId":{},"associationArn":{},"sourceApiId":{},"sourceApiArn":{},"mergedApiArn":{},"mergedApiId":{},"description":{},"sourceApiAssociationConfig":{"shape":"S8"},"sourceApiAssociationStatus":{},"sourceApiAssociationStatusDetail":{},"lastSuccessfulMergeDate":{"type":"timestamp"}}},"Sn":{"type":"structure","members":{"ttl":{"type":"long"},"apiCachingBehavior":{},"transitEncryptionEnabled":{"type":"boolean"},"atRestEncryptionEnabled":{"type":"boolean"},"type":{},"status":{},"healthMetricsConfig":{}}},"Sr":{"type":"structure","members":{"id":{},"description":{},"expires":{"type":"long"},"deletes":{"type":"long"}}},"Sv":{"type":"structure","required":["tableName","awsRegion"],"members":{"tableName":{},"awsRegion":{},"useCallerCredentials":{"type":"boolean"},"deltaSyncConfig":{"type":"structure","members":{"baseTableTTL":{"type":"long"},"deltaSyncTableName":{},"deltaSyncTableTTL":{"type":"long"}}},"versioned":{"type":"boolean"}}},"Sx":{"type":"structure","required":["lambdaFunctionArn"],"members":{"lambdaFunctionArn":{}}},"Sy":{"type":"structure","required":["endpoint","awsRegion"],"members":{"endpoint":{},"awsRegion":{}}},"Sz":{"type":"structure","required":["endpoint","awsRegion"],"members":{"endpoint":{},"awsRegion":{}}},"S10":{"type":"structure","members":{"endpoint":{},"authorizationConfig":{"type":"structure","required":["authorizationType"],"members":{"authorizationType":{},"awsIamConfig":{"type":"structure","members":{"signingRegion":{},"signingServiceName":{}}}}}}},"S14":{"type":"structure","members":{"relationalDatabaseSourceType":{},"rdsHttpEndpointConfig":{"type":"structure","members":{"awsRegion":{},"dbClusterIdentifier":{},"databaseName":{},"schema":{},"awsSecretStoreArn":{}}}}},"S17":{"type":"structure","required":["eventBusArn"],"members":{"eventBusArn":{}}},"S1a":{"type":"structure","members":{"dataSourceArn":{},"name":{},"description":{},"type":{},"serviceRoleArn":{},"dynamodbConfig":{"shape":"Sv"},"lambdaConfig":{"shape":"Sx"},"elasticsearchConfig":{"shape":"Sy"},"openSearchServiceConfig":{"shape":"Sz"},"httpConfig":{"shape":"S10"},"relationalDatabaseConfig":{"shape":"S14"},"eventBridgeConfig":{"shape":"S17"},"metricsConfig":{}}},"S1f":{"type":"structure","members":{"domainName":{},"description":{},"certificateArn":{},"appsyncDomainName":{},"hostedZoneId":{}}},"S1i":{"type":"structure","members":{"conflictHandler":{},"conflictDetection":{},"lambdaConflictHandlerConfig":{"type":"structure","members":{"lambdaConflictHandlerArn":{}}}}},"S1n":{"type":"structure","required":["name","runtimeVersion"],"members":{"name":{},"runtimeVersion":{}}},"S1r":{"type":"structure","members":{"functionId":{},"functionArn":{},"name":{},"description":{},"dataSourceName":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"functionVersion":{},"syncConfig":{"shape":"S1i"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{}}},"S1t":{"type":"structure","required":["fieldLogLevel","cloudWatchLogsRoleArn"],"members":{"fieldLogLevel":{},"cloudWatchLogsRoleArn":{},"excludeVerboseContent":{"type":"boolean"}}},"S1w":{"type":"structure","required":["userPoolId","awsRegion","defaultAction"],"members":{"userPoolId":{},"awsRegion":{},"defaultAction":{},"appIdClientRegex":{}}},"S1y":{"type":"structure","required":["issuer"],"members":{"issuer":{},"clientId":{},"iatTTL":{"type":"long"},"authTTL":{"type":"long"}}},"S1z":{"type":"map","key":{},"value":{}},"S22":{"type":"list","member":{"type":"structure","members":{"authenticationType":{},"openIDConnectConfig":{"shape":"S1y"},"userPoolConfig":{"type":"structure","required":["userPoolId","awsRegion"],"members":{"userPoolId":{},"awsRegion":{},"appIdClientRegex":{}}},"lambdaAuthorizerConfig":{"shape":"S25"}}}},"S25":{"type":"structure","required":["authorizerUri"],"members":{"authorizerResultTtlInSeconds":{"type":"integer"},"authorizerUri":{},"identityValidationExpression":{}}},"S2c":{"type":"structure","required":["resolverLevelMetricsBehavior","dataSourceLevelMetricsBehavior","operationLevelMetricsConfig"],"members":{"resolverLevelMetricsBehavior":{},"dataSourceLevelMetricsBehavior":{},"operationLevelMetricsConfig":{}}},"S2h":{"type":"structure","members":{"name":{},"apiId":{},"authenticationType":{},"logConfig":{"shape":"S1t"},"userPoolConfig":{"shape":"S1w"},"openIDConnectConfig":{"shape":"S1y"},"arn":{},"uris":{"shape":"S2i"},"tags":{"shape":"S1z"},"additionalAuthenticationProviders":{"shape":"S22"},"xrayEnabled":{"type":"boolean"},"wafWebAclArn":{},"lambdaAuthorizerConfig":{"shape":"S25"},"dns":{"shape":"S2i"},"visibility":{},"apiType":{},"mergedApiExecutionRoleArn":{},"owner":{},"ownerContact":{},"introspectionConfig":{},"queryDepthLimit":{"type":"integer"},"resolverCountLimit":{"type":"integer"},"enhancedMetricsConfig":{"shape":"S2c"}}},"S2i":{"type":"map","key":{},"value":{}},"S2l":{"type":"structure","members":{"functions":{"type":"list","member":{}}}},"S2n":{"type":"structure","required":["ttl"],"members":{"ttl":{"type":"long"},"cachingKeys":{"type":"list","member":{}}}},"S2r":{"type":"structure","members":{"typeName":{},"fieldName":{},"dataSourceName":{},"resolverArn":{},"requestMappingTemplate":{},"responseMappingTemplate":{},"kind":{},"pipelineConfig":{"shape":"S2l"},"syncConfig":{"shape":"S1i"},"cachingConfig":{"shape":"S2n"},"maxBatchSize":{"type":"integer"},"runtime":{"shape":"S1n"},"code":{},"metricsConfig":{}}},"S2v":{"type":"structure","members":{"name":{},"description":{},"arn":{},"definition":{},"format":{}}},"S3u":{"type":"list","member":{}},"S4h":{"type":"structure","members":{"kind":{},"name":{},"type":{"shape":"S4h"},"values":{"type":"list","member":{}}}},"S4j":{"type":"structure","members":{"name":{},"fields":{"type":"list","member":{}}}},"S4u":{"type":"map","key":{},"value":{}},"S5t":{"type":"list","member":{"shape":"S2r"}},"S65":{"type":"list","member":{"shape":"S2v"}}}}
/***/ }),
/* 580 */
/***/ (function(module, exports) {
- module.exports = {"pagination":{}}
+ module.exports = {"pagination":{"ListApiKeys":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"apiKeys"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"dataSources"},"ListDomainNames":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"domainNameConfigs"},"ListFunctions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"functions"},"ListGraphqlApis":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"graphqlApis"},"ListResolvers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"resolvers"},"ListResolversByFunction":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"resolvers"},"ListSourceApiAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sourceApiAssociationSummaries"},"ListTypes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"types"},"ListTypesByAssociation":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"types"}}}
/***/ }),
/* 581 */
@@ -56546,7 +56546,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 634 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-08-08","endpointPrefix":"connect","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amazon Connect","serviceFullName":"Amazon Connect Service","serviceId":"Connect","signatureVersion":"v4","signingName":"connect","uid":"connect-2017-08-08","auth":["aws.auth#sigv4"]},"operations":{"ActivateEvaluationForm":{"http":{"requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}}},"AssociateAnalyticsDataSet":{"http":{"method":"PUT","requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId","DataSetId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{},"TargetAccountId":{}}},"output":{"type":"structure","members":{"DataSetId":{},"TargetAccountId":{},"ResourceShareId":{},"ResourceShareArn":{}}}},"AssociateApprovedOrigin":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/approved-origin"},"input":{"type":"structure","required":["InstanceId","Origin"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Origin":{}}}},"AssociateBot":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/bot"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"AssociateDefaultVocabulary":{"http":{"method":"PUT","requestUri":"/default-vocabulary/{InstanceId}/{LanguageCode}"},"input":{"type":"structure","required":["InstanceId","LanguageCode"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LanguageCode":{"location":"uri","locationName":"LanguageCode"},"VocabularyId":{}}},"output":{"type":"structure","members":{}}},"AssociateFlow":{"http":{"method":"PUT","requestUri":"/flow-associations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ResourceId","FlowId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{},"FlowId":{},"ResourceType":{}}},"output":{"type":"structure","members":{}}},"AssociateInstanceStorageConfig":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/storage-config"},"input":{"type":"structure","required":["InstanceId","ResourceType","StorageConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{},"StorageConfig":{"shape":"St"}}},"output":{"type":"structure","members":{"AssociationId":{}}}},"AssociateLambdaFunction":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/lambda-function"},"input":{"type":"structure","required":["InstanceId","FunctionArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FunctionArn":{}}}},"AssociateLexBot":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/lex-bot"},"input":{"type":"structure","required":["InstanceId","LexBot"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"}}}},"AssociatePhoneNumberContactFlow":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}/contact-flow"},"input":{"type":"structure","required":["PhoneNumberId","InstanceId","ContactFlowId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"InstanceId":{},"ContactFlowId":{}}}},"AssociateQueueQuickConnects":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/associate-quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId","QuickConnectIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"QuickConnectIds":{"shape":"S1f"}}}},"AssociateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueConfigs"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueConfigs":{"shape":"S1j"}}}},"AssociateSecurityKey":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/security-key"},"input":{"type":"structure","required":["InstanceId","Key"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Key":{}}},"output":{"type":"structure","members":{"AssociationId":{}}}},"AssociateTrafficDistributionGroupUser":{"http":{"method":"PUT","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId","UserId","InstanceId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"UserId":{},"InstanceId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"AssociateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/associate-proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"shape":"S1x"}}}},"BatchAssociateAnalyticsDataSet":{"http":{"method":"PUT","requestUri":"/analytics-data/instance/{InstanceId}/associations"},"input":{"type":"structure","required":["InstanceId","DataSetIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetIds":{"shape":"S23"},"TargetAccountId":{}}},"output":{"type":"structure","members":{"Created":{"shape":"S25"},"Errors":{"shape":"S27"}}}},"BatchDisassociateAnalyticsDataSet":{"http":{"requestUri":"/analytics-data/instance/{InstanceId}/associations"},"input":{"type":"structure","required":["InstanceId","DataSetIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetIds":{"shape":"S23"},"TargetAccountId":{}}},"output":{"type":"structure","members":{"Deleted":{"shape":"S23"},"Errors":{"shape":"S27"}}}},"BatchGetAttachedFileMetadata":{"http":{"requestUri":"/attached-files/{InstanceId}"},"input":{"type":"structure","required":["FileIds","InstanceId","AssociatedResourceArn"],"members":{"FileIds":{"type":"list","member":{}},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{"Files":{"type":"list","member":{"type":"structure","required":["CreationTime","FileArn","FileId","FileName","FileSizeInBytes","FileStatus"],"members":{"CreationTime":{},"FileArn":{},"FileId":{},"FileName":{},"FileSizeInBytes":{"type":"long"},"FileStatus":{},"CreatedBy":{"shape":"S2l"},"FileUseCaseType":{},"AssociatedResourceArn":{},"Tags":{"shape":"S2n"}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{},"FileId":{}}}}}}},"BatchGetFlowAssociation":{"http":{"requestUri":"/flow-associations-batch/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ResourceIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceIds":{"type":"list","member":{}},"ResourceType":{}}},"output":{"type":"structure","members":{"FlowAssociationSummaryList":{"shape":"S2y"}}}},"BatchPutContact":{"http":{"method":"PUT","requestUri":"/contact/batch/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactDataRequestList"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactDataRequestList":{"type":"list","member":{"type":"structure","members":{"SystemEndpoint":{"shape":"S34"},"CustomerEndpoint":{"shape":"S34"},"RequestIdentifier":{},"QueueId":{},"Attributes":{"shape":"S38"},"Campaign":{"shape":"S3b"}}}}}},"output":{"type":"structure","members":{"SuccessfulRequestList":{"type":"list","member":{"type":"structure","members":{"RequestIdentifier":{},"ContactId":{}}}},"FailedRequestList":{"type":"list","member":{"type":"structure","members":{"RequestIdentifier":{},"FailureReasonCode":{},"FailureReasonMessage":{}}}}}},"idempotent":true},"ClaimPhoneNumber":{"http":{"requestUri":"/phone-number/claim"},"input":{"type":"structure","required":["PhoneNumber"],"members":{"TargetArn":{},"InstanceId":{},"PhoneNumber":{},"PhoneNumberDescription":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"CompleteAttachedFileUpload":{"http":{"requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{}}},"CreateAgentStatus":{"http":{"method":"PUT","requestUri":"/agent-status/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","State"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"State":{},"DisplayOrder":{"type":"integer"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"AgentStatusARN":{},"AgentStatusId":{}}}},"CreateContactFlow":{"http":{"method":"PUT","requestUri":"/contact-flows/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Type","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Type":{},"Description":{},"Content":{},"Status":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"ContactFlowId":{},"ContactFlowArn":{}}}},"CreateContactFlowModule":{"http":{"method":"PUT","requestUri":"/contact-flow-modules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"Content":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateEvaluationForm":{"http":{"method":"PUT","requestUri":"/evaluation-forms/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Title","Items"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{}}},"idempotent":true},"CreateHoursOfOperation":{"http":{"method":"PUT","requestUri":"/hours-of-operations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","TimeZone","Config"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"HoursOfOperationId":{},"HoursOfOperationArn":{}}}},"CreateInstance":{"http":{"method":"PUT","requestUri":"/instance"},"input":{"type":"structure","required":["IdentityManagementType","InboundCallsEnabled","OutboundCallsEnabled"],"members":{"ClientToken":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"DirectoryId":{},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateIntegrationAssociation":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/integration-associations"},"input":{"type":"structure","required":["InstanceId","IntegrationType","IntegrationArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationType":{},"IntegrationArn":{},"SourceApplicationUrl":{},"SourceApplicationName":{},"SourceType":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"IntegrationAssociationId":{},"IntegrationAssociationArn":{}}}},"CreateParticipant":{"http":{"requestUri":"/contact/create-participant"},"input":{"type":"structure","required":["InstanceId","ContactId","ParticipantDetails"],"members":{"InstanceId":{},"ContactId":{},"ClientToken":{"idempotencyToken":true},"ParticipantDetails":{"type":"structure","members":{"ParticipantRole":{},"DisplayName":{}}}}},"output":{"type":"structure","members":{"ParticipantCredentials":{"type":"structure","members":{"ParticipantToken":{},"Expiry":{}}},"ParticipantId":{}}}},"CreatePersistentContactAssociation":{"http":{"requestUri":"/contact/persistent-contact-association/{InstanceId}/{InitialContactId}"},"input":{"type":"structure","required":["InstanceId","InitialContactId","RehydrationType","SourceContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"InitialContactId":{"location":"uri","locationName":"InitialContactId"},"RehydrationType":{},"SourceContactId":{},"ClientToken":{}}},"output":{"type":"structure","members":{"ContinuedFromContactId":{}}}},"CreatePredefinedAttribute":{"http":{"method":"PUT","requestUri":"/predefined-attributes/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Values"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Values":{"shape":"S6e"}}}},"CreatePrompt":{"http":{"method":"PUT","requestUri":"/prompts/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","S3Uri"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"S3Uri":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"PromptARN":{},"PromptId":{}}}},"CreateQueue":{"http":{"method":"PUT","requestUri":"/queues/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"OutboundCallerConfig":{"shape":"S6n"},"HoursOfOperationId":{},"MaxContacts":{"type":"integer"},"QuickConnectIds":{"shape":"S1f"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"QueueArn":{},"QueueId":{}}}},"CreateQuickConnect":{"http":{"method":"PUT","requestUri":"/quick-connects/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","QuickConnectConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"QuickConnectConfig":{"shape":"S6u"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"QuickConnectARN":{},"QuickConnectId":{}}}},"CreateRoutingProfile":{"http":{"method":"PUT","requestUri":"/routing-profiles/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Description","DefaultOutboundQueueId","MediaConcurrencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"DefaultOutboundQueueId":{},"QueueConfigs":{"shape":"S1j"},"MediaConcurrencies":{"shape":"S73"},"Tags":{"shape":"S2n"},"AgentAvailabilityTimer":{}}},"output":{"type":"structure","members":{"RoutingProfileArn":{},"RoutingProfileId":{}}}},"CreateRule":{"http":{"requestUri":"/rules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","TriggerEventSource","Function","Actions","PublishStatus"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"TriggerEventSource":{"shape":"S7c"},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["RuleArn","RuleId"],"members":{"RuleArn":{},"RuleId":{}}}},"CreateSecurityProfile":{"http":{"method":"PUT","requestUri":"/security-profiles/{InstanceId}"},"input":{"type":"structure","required":["SecurityProfileName","InstanceId"],"members":{"SecurityProfileName":{},"Description":{},"Permissions":{"shape":"S8k"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"Applications":{"shape":"S8r"},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}},"output":{"type":"structure","members":{"SecurityProfileId":{},"SecurityProfileArn":{}}}},"CreateTaskTemplate":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/task/template"},"input":{"type":"structure","required":["InstanceId","Name","Fields"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Status":{},"Fields":{"shape":"S9i"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["Id","Arn"],"members":{"Id":{},"Arn":{}}}},"CreateTrafficDistributionGroup":{"http":{"method":"PUT","requestUri":"/traffic-distribution-group"},"input":{"type":"structure","required":["Name","InstanceId"],"members":{"Name":{},"Description":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateUseCase":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId","UseCaseType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"UseCaseType":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"UseCaseId":{},"UseCaseArn":{}}}},"CreateUser":{"http":{"method":"PUT","requestUri":"/users/{InstanceId}"},"input":{"type":"structure","required":["Username","PhoneConfig","SecurityProfileIds","RoutingProfileId","InstanceId"],"members":{"Username":{},"Password":{"type":"string","sensitive":true},"IdentityInfo":{"shape":"Sa5"},"PhoneConfig":{"shape":"Sa9"},"DirectoryUserId":{},"SecurityProfileIds":{"shape":"Sae"},"RoutingProfileId":{},"HierarchyGroupId":{},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"UserId":{},"UserArn":{}}}},"CreateUserHierarchyGroup":{"http":{"method":"PUT","requestUri":"/user-hierarchy-groups/{InstanceId}"},"input":{"type":"structure","required":["Name","InstanceId"],"members":{"Name":{},"ParentGroupId":{},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"HierarchyGroupId":{},"HierarchyGroupArn":{}}}},"CreateView":{"http":{"method":"PUT","requestUri":"/views/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Status","Content","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ClientToken":{},"Status":{},"Content":{"shape":"San"},"Description":{},"Name":{"shape":"Sas"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}},"idempotent":true},"CreateViewVersion":{"http":{"method":"PUT","requestUri":"/views/{InstanceId}/{ViewId}/versions"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"VersionDescription":{},"ViewContentSha256":{}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}},"idempotent":true},"CreateVocabulary":{"http":{"requestUri":"/vocabulary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","VocabularyName","LanguageCode","Content"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyName":{},"LanguageCode":{},"Content":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","required":["VocabularyArn","VocabularyId","State"],"members":{"VocabularyArn":{},"VocabularyId":{},"State":{}}}},"DeactivateEvaluationForm":{"http":{"requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}}},"DeleteAttachedFile":{"http":{"method":"DELETE","requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{}}},"DeleteContactEvaluation":{"http":{"method":"DELETE","requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"}}},"idempotent":true},"DeleteContactFlow":{"http":{"method":"DELETE","requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"}}},"output":{"type":"structure","members":{}}},"DeleteContactFlowModule":{"http":{"method":"DELETE","requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"}}},"output":{"type":"structure","members":{}}},"DeleteEvaluationForm":{"http":{"method":"DELETE","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"location":"querystring","locationName":"version","type":"integer"}}},"idempotent":true},"DeleteHoursOfOperation":{"http":{"method":"DELETE","requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"}}}},"DeleteInstance":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"DeleteIntegrationAssociation":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"}}}},"DeletePredefinedAttribute":{"http":{"method":"DELETE","requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"}}},"idempotent":true},"DeletePrompt":{"http":{"method":"DELETE","requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}}},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/queues/{InstanceId}/{QueueId}"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"}}}},"DeleteQuickConnect":{"http":{"method":"DELETE","requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"}}}},"DeleteRoutingProfile":{"http":{"method":"DELETE","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"}}}},"DeleteRule":{"http":{"method":"DELETE","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["InstanceId","RuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RuleId":{"location":"uri","locationName":"RuleId"}}}},"DeleteSecurityProfile":{"http":{"method":"DELETE","requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["InstanceId","SecurityProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"}}}},"DeleteTaskTemplate":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["InstanceId","TaskTemplateId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"}}},"output":{"type":"structure","members":{}}},"DeleteTrafficDistributionGroup":{"http":{"method":"DELETE","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"}}},"output":{"type":"structure","members":{}}},"DeleteUseCase":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId","UseCaseId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"UseCaseId":{"location":"uri","locationName":"UseCaseId"}}}},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/users/{InstanceId}/{UserId}"},"input":{"type":"structure","required":["InstanceId","UserId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"}}}},"DeleteUserHierarchyGroup":{"http":{"method":"DELETE","requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"},"input":{"type":"structure","required":["HierarchyGroupId","InstanceId"],"members":{"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"DeleteView":{"http":{"method":"DELETE","requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"}}},"output":{"type":"structure","members":{}}},"DeleteViewVersion":{"http":{"method":"DELETE","requestUri":"/views/{InstanceId}/{ViewId}/versions/{ViewVersion}"},"input":{"type":"structure","required":["InstanceId","ViewId","ViewVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"ViewVersion":{"location":"uri","locationName":"ViewVersion","type":"integer"}}},"output":{"type":"structure","members":{}}},"DeleteVocabulary":{"http":{"requestUri":"/vocabulary-remove/{InstanceId}/{VocabularyId}"},"input":{"type":"structure","required":["InstanceId","VocabularyId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyId":{"location":"uri","locationName":"VocabularyId"}}},"output":{"type":"structure","required":["VocabularyArn","VocabularyId","State"],"members":{"VocabularyArn":{},"VocabularyId":{},"State":{}}}},"DescribeAgentStatus":{"http":{"method":"GET","requestUri":"/agent-status/{InstanceId}/{AgentStatusId}"},"input":{"type":"structure","required":["InstanceId","AgentStatusId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{"location":"uri","locationName":"AgentStatusId"}}},"output":{"type":"structure","members":{"AgentStatus":{"shape":"Sc8"}}}},"DescribeAuthenticationProfile":{"http":{"method":"GET","requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"},"input":{"type":"structure","required":["AuthenticationProfileId","InstanceId"],"members":{"AuthenticationProfileId":{"location":"uri","locationName":"AuthenticationProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"AuthenticationProfile":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"AllowedIps":{"shape":"Sch"},"BlockedIps":{"shape":"Sch"},"IsDefault":{"type":"boolean"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"PeriodicSessionDuration":{"type":"integer"},"MaxSessionDuration":{"type":"integer"}}}}}},"DescribeContact":{"http":{"method":"GET","requestUri":"/contacts/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"}}},"output":{"type":"structure","members":{"Contact":{"type":"structure","members":{"Arn":{},"Id":{},"InitialContactId":{},"PreviousContactId":{},"InitiationMethod":{},"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"Channel":{},"QueueInfo":{"type":"structure","members":{"Id":{},"EnqueueTimestamp":{"type":"timestamp"}}},"AgentInfo":{"type":"structure","members":{"Id":{},"ConnectedToAgentTimestamp":{"type":"timestamp"},"AgentPauseDurationInSeconds":{"type":"integer"},"HierarchyGroups":{"type":"structure","members":{"Level1":{"shape":"Scx"},"Level2":{"shape":"Scx"},"Level3":{"shape":"Scx"},"Level4":{"shape":"Scx"},"Level5":{"shape":"Scx"}}},"DeviceInfo":{"shape":"Scy"},"Capabilities":{"shape":"Sd2"}}},"InitiationTimestamp":{"type":"timestamp"},"DisconnectTimestamp":{"type":"timestamp"},"LastUpdateTimestamp":{"type":"timestamp"},"LastPausedTimestamp":{"type":"timestamp"},"LastResumedTimestamp":{"type":"timestamp"},"TotalPauseCount":{"type":"integer"},"TotalPauseDurationInSeconds":{"type":"integer"},"ScheduledTimestamp":{"type":"timestamp"},"RelatedContactId":{},"WisdomInfo":{"type":"structure","members":{"SessionArn":{}}},"QueueTimeAdjustmentSeconds":{"type":"integer"},"QueuePriority":{"type":"long"},"Tags":{"shape":"Sd9"},"ConnectedToSystemTimestamp":{"type":"timestamp"},"RoutingCriteria":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","members":{"Expiry":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"ExpiryTimestamp":{"type":"timestamp"}}},"Expression":{"shape":"Sdh"},"Status":{}}}},"ActivationTimestamp":{"type":"timestamp"},"Index":{"type":"integer"}}},"Customer":{"type":"structure","members":{"DeviceInfo":{"shape":"Scy"},"Capabilities":{"shape":"Sd2"}}},"Campaign":{"shape":"S3b"},"AnsweringMachineDetectionStatus":{},"CustomerVoiceActivity":{"type":"structure","members":{"GreetingStartTimestamp":{"type":"timestamp"},"GreetingEndTimestamp":{"type":"timestamp"}}},"QualityMetrics":{"type":"structure","members":{"Agent":{"type":"structure","members":{"Audio":{"shape":"Sdy"}}},"Customer":{"type":"structure","members":{"Audio":{"shape":"Sdy"}}}}},"DisconnectDetails":{"type":"structure","members":{"PotentialDisconnectIssue":{}}},"SegmentAttributes":{"shape":"Se5"}}}}}},"DescribeContactEvaluation":{"http":{"method":"GET","requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"}}},"output":{"type":"structure","required":["Evaluation","EvaluationForm"],"members":{"Evaluation":{"type":"structure","required":["EvaluationId","EvaluationArn","Metadata","Answers","Notes","Status","CreatedTime","LastModifiedTime"],"members":{"EvaluationId":{},"EvaluationArn":{},"Metadata":{"type":"structure","required":["ContactId","EvaluatorArn"],"members":{"ContactId":{},"EvaluatorArn":{},"ContactAgentId":{},"Score":{"shape":"Sed"}}},"Answers":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{"shape":"Seh"},"SystemSuggestedValue":{"shape":"Seh"}}}},"Notes":{"shape":"Sek"},"Status":{},"Scores":{"type":"map","key":{},"value":{"shape":"Sed"}},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Tags":{"shape":"S2n"}}},"EvaluationForm":{"type":"structure","required":["EvaluationFormVersion","EvaluationFormId","EvaluationFormArn","Title","Items"],"members":{"EvaluationFormVersion":{"type":"integer"},"EvaluationFormId":{},"EvaluationFormArn":{},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"}}}}}},"DescribeContactFlow":{"http":{"method":"GET","requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"}}},"output":{"type":"structure","members":{"ContactFlow":{"shape":"Ses"}}}},"DescribeContactFlowModule":{"http":{"method":"GET","requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"}}},"output":{"type":"structure","members":{"ContactFlowModule":{"shape":"Sew"}}}},"DescribeEvaluationForm":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"location":"querystring","locationName":"version","type":"integer"}}},"output":{"type":"structure","required":["EvaluationForm"],"members":{"EvaluationForm":{"type":"structure","required":["EvaluationFormId","EvaluationFormVersion","Locked","EvaluationFormArn","Title","Status","Items","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy"],"members":{"EvaluationFormId":{},"EvaluationFormVersion":{"type":"integer"},"Locked":{"type":"boolean"},"EvaluationFormArn":{},"Title":{},"Description":{},"Status":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{},"Tags":{"shape":"S2n"}}}}}},"DescribeHoursOfOperation":{"http":{"method":"GET","requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"}}},"output":{"type":"structure","members":{"HoursOfOperation":{"shape":"Sf6"}}}},"DescribeInstance":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"Instance":{"type":"structure","members":{"Id":{},"Arn":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"CreatedTime":{"type":"timestamp"},"ServiceRole":{},"InstanceStatus":{},"StatusReason":{"type":"structure","members":{"Message":{}}},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"InstanceAccessUrl":{},"Tags":{"shape":"S2n"}}}}}},"DescribeInstanceAttribute":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"},"input":{"type":"structure","required":["InstanceId","AttributeType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AttributeType":{"location":"uri","locationName":"AttributeType"}}},"output":{"type":"structure","members":{"Attribute":{"shape":"Sfg"}}}},"DescribeInstanceStorageConfig":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"StorageConfig":{"shape":"St"}}}},"DescribePhoneNumber":{"http":{"method":"GET","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"}}},"output":{"type":"structure","members":{"ClaimedPhoneNumberSummary":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{},"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"PhoneNumberDescription":{},"TargetArn":{},"InstanceId":{},"Tags":{"shape":"S2n"},"PhoneNumberStatus":{"type":"structure","members":{"Status":{},"Message":{}}},"SourcePhoneNumberArn":{}}}}}},"DescribePredefinedAttribute":{"http":{"method":"GET","requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"PredefinedAttribute":{"shape":"Sfu"}}}},"DescribePrompt":{"http":{"method":"GET","requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}},"output":{"type":"structure","members":{"Prompt":{"shape":"Sfx"}}}},"DescribeQueue":{"http":{"method":"GET","requestUri":"/queues/{InstanceId}/{QueueId}"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"}}},"output":{"type":"structure","members":{"Queue":{"shape":"Sg0"}}}},"DescribeQuickConnect":{"http":{"method":"GET","requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"}}},"output":{"type":"structure","members":{"QuickConnect":{"shape":"Sg4"}}}},"DescribeRoutingProfile":{"http":{"method":"GET","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"}}},"output":{"type":"structure","members":{"RoutingProfile":{"shape":"Sg7"}}}},"DescribeRule":{"http":{"method":"GET","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["InstanceId","RuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RuleId":{"location":"uri","locationName":"RuleId"}}},"output":{"type":"structure","required":["Rule"],"members":{"Rule":{"type":"structure","required":["Name","RuleId","RuleArn","TriggerEventSource","Function","Actions","PublishStatus","CreatedTime","LastUpdatedTime","LastUpdatedBy"],"members":{"Name":{},"RuleId":{},"RuleArn":{},"TriggerEventSource":{"shape":"S7c"},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{},"Tags":{"shape":"S2n"}}}}}},"DescribeSecurityProfile":{"http":{"method":"GET","requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"SecurityProfile":{"type":"structure","members":{"Id":{},"OrganizationResourceId":{},"Arn":{},"SecurityProfileName":{},"Description":{},"Tags":{"shape":"S2n"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}}}}},"DescribeTrafficDistributionGroup":{"http":{"method":"GET","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"}}},"output":{"type":"structure","members":{"TrafficDistributionGroup":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"InstanceArn":{},"Status":{},"Tags":{"shape":"S2n"},"IsDefault":{"type":"boolean"}}}}}},"DescribeUser":{"http":{"method":"GET","requestUri":"/users/{InstanceId}/{UserId}"},"input":{"type":"structure","required":["UserId","InstanceId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"User":{"type":"structure","members":{"Id":{},"Arn":{},"Username":{},"IdentityInfo":{"shape":"Sa5"},"PhoneConfig":{"shape":"Sa9"},"DirectoryUserId":{},"SecurityProfileIds":{"shape":"Sae"},"RoutingProfileId":{},"HierarchyGroupId":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}},"DescribeUserHierarchyGroup":{"http":{"method":"GET","requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"},"input":{"type":"structure","required":["HierarchyGroupId","InstanceId"],"members":{"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"HierarchyGroup":{"shape":"Sgr"}}}},"DescribeUserHierarchyStructure":{"http":{"method":"GET","requestUri":"/user-hierarchy-structure/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"HierarchyStructure":{"type":"structure","members":{"LevelOne":{"shape":"Sgy"},"LevelTwo":{"shape":"Sgy"},"LevelThree":{"shape":"Sgy"},"LevelFour":{"shape":"Sgy"},"LevelFive":{"shape":"Sgy"}}}}}},"DescribeView":{"http":{"method":"GET","requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}}},"DescribeVocabulary":{"http":{"method":"GET","requestUri":"/vocabulary/{InstanceId}/{VocabularyId}"},"input":{"type":"structure","required":["InstanceId","VocabularyId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyId":{"location":"uri","locationName":"VocabularyId"}}},"output":{"type":"structure","required":["Vocabulary"],"members":{"Vocabulary":{"type":"structure","required":["Name","Id","Arn","LanguageCode","State","LastModifiedTime"],"members":{"Name":{},"Id":{},"Arn":{},"LanguageCode":{},"State":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"Content":{},"Tags":{"shape":"S2n"}}}}}},"DisassociateAnalyticsDataSet":{"http":{"requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId","DataSetId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{},"TargetAccountId":{}}}},"DisassociateApprovedOrigin":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/approved-origin"},"input":{"type":"structure","required":["InstanceId","Origin"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Origin":{"location":"querystring","locationName":"origin"}}}},"DisassociateBot":{"http":{"requestUri":"/instance/{InstanceId}/bot"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"DisassociateFlow":{"http":{"method":"DELETE","requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"},"input":{"type":"structure","required":["InstanceId","ResourceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{"location":"uri","locationName":"ResourceId"},"ResourceType":{"location":"uri","locationName":"ResourceType"}}},"output":{"type":"structure","members":{}}},"DisassociateInstanceStorageConfig":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}}},"DisassociateLambdaFunction":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/lambda-function"},"input":{"type":"structure","required":["InstanceId","FunctionArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FunctionArn":{"location":"querystring","locationName":"functionArn"}}}},"DisassociateLexBot":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/lex-bot"},"input":{"type":"structure","required":["InstanceId","BotName","LexRegion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"BotName":{"location":"querystring","locationName":"botName"},"LexRegion":{"location":"querystring","locationName":"lexRegion"}}}},"DisassociatePhoneNumberContactFlow":{"http":{"method":"DELETE","requestUri":"/phone-number/{PhoneNumberId}/contact-flow"},"input":{"type":"structure","required":["PhoneNumberId","InstanceId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"InstanceId":{"location":"querystring","locationName":"instanceId"}}}},"DisassociateQueueQuickConnects":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/disassociate-quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId","QuickConnectIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"QuickConnectIds":{"shape":"S1f"}}}},"DisassociateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueReferences"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueReferences":{"type":"list","member":{"shape":"S1l"}}}}},"DisassociateSecurityKey":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/security-key/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"}}}},"DisassociateTrafficDistributionGroupUser":{"http":{"method":"DELETE","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId","UserId","InstanceId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"UserId":{"location":"querystring","locationName":"UserId"},"InstanceId":{"location":"querystring","locationName":"InstanceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisassociateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/disassociate-proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"type":"list","member":{"type":"structure","required":["AttributeName","AttributeValue"],"members":{"AttributeName":{},"AttributeValue":{}}}}}}},"DismissUserContact":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/contact"},"input":{"type":"structure","required":["UserId","InstanceId","ContactId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{}}},"output":{"type":"structure","members":{}}},"GetAttachedFile":{"http":{"method":"GET","requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"UrlExpiryInSeconds":{"location":"querystring","locationName":"urlExpiryInSeconds","type":"integer"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","required":["FileSizeInBytes"],"members":{"FileArn":{},"FileId":{},"CreationTime":{},"FileStatus":{},"FileName":{},"FileSizeInBytes":{"type":"long"},"AssociatedResourceArn":{},"FileUseCaseType":{},"CreatedBy":{"shape":"S2l"},"DownloadUrlMetadata":{"type":"structure","members":{"Url":{},"UrlExpiry":{}}},"Tags":{"shape":"S2n"}}}},"GetContactAttributes":{"http":{"method":"GET","requestUri":"/contact/attributes/{InstanceId}/{InitialContactId}"},"input":{"type":"structure","required":["InstanceId","InitialContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"InitialContactId":{"location":"uri","locationName":"InitialContactId"}}},"output":{"type":"structure","members":{"Attributes":{"shape":"S38"}}}},"GetCurrentMetricData":{"http":{"requestUri":"/metrics/current/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Filters","CurrentMetrics"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Filters":{"shape":"Shz"},"Groupings":{"shape":"Si5"},"CurrentMetrics":{"type":"list","member":{"shape":"Si8"}},"NextToken":{},"MaxResults":{"type":"integer"},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"SortByMetric":{},"SortOrder":{}}}}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"shape":"Sij"},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Si8"},"Value":{"type":"double"}}}}}}},"DataSnapshotTime":{"type":"timestamp"},"ApproximateTotalCount":{"type":"long"}}}},"GetCurrentUserData":{"http":{"requestUri":"/metrics/userdata/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Filters"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Filters":{"type":"structure","members":{"Queues":{"shape":"Si0"},"ContactFilter":{"type":"structure","members":{"ContactStates":{"type":"list","member":{}}}},"RoutingProfiles":{"shape":"Si2"},"Agents":{"type":"list","member":{}},"UserHierarchyGroups":{"type":"list","member":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"UserDataList":{"type":"list","member":{"type":"structure","members":{"User":{"type":"structure","members":{"Id":{},"Arn":{}}},"RoutingProfile":{"shape":"Sil"},"HierarchyPath":{"type":"structure","members":{"LevelOne":{"shape":"Sj2"},"LevelTwo":{"shape":"Sj2"},"LevelThree":{"shape":"Sj2"},"LevelFour":{"shape":"Sj2"},"LevelFive":{"shape":"Sj2"}}},"Status":{"type":"structure","members":{"StatusStartTimestamp":{"type":"timestamp"},"StatusArn":{},"StatusName":{}}},"AvailableSlotsByChannel":{"shape":"Sj4"},"MaxSlotsByChannel":{"shape":"Sj4"},"ActiveSlotsByChannel":{"shape":"Sj4"},"Contacts":{"type":"list","member":{"type":"structure","members":{"ContactId":{},"Channel":{},"InitiationMethod":{},"AgentContactState":{},"StateStartTimestamp":{"type":"timestamp"},"ConnectedToAgentTimestamp":{"type":"timestamp"},"Queue":{"shape":"Sik"}}}},"NextStatus":{}}}},"ApproximateTotalCount":{"type":"long"}}}},"GetFederationToken":{"http":{"method":"GET","requestUri":"/user/federate/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"Credentials":{"type":"structure","members":{"AccessToken":{"shape":"Sjb"},"AccessTokenExpiration":{"type":"timestamp"},"RefreshToken":{"shape":"Sjb"},"RefreshTokenExpiration":{"type":"timestamp"}},"sensitive":true},"SignInUrl":{},"UserArn":{},"UserId":{}}}},"GetFlowAssociation":{"http":{"method":"GET","requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"},"input":{"type":"structure","required":["InstanceId","ResourceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{"location":"uri","locationName":"ResourceId"},"ResourceType":{"location":"uri","locationName":"ResourceType"}}},"output":{"type":"structure","members":{"ResourceId":{},"FlowId":{},"ResourceType":{}}}},"GetMetricData":{"http":{"requestUri":"/metrics/historical/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","StartTime","EndTime","Filters","HistoricalMetrics"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Filters":{"shape":"Shz"},"Groupings":{"shape":"Si5"},"HistoricalMetrics":{"type":"list","member":{"shape":"Sjg"}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"shape":"Sij"},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Sjg"},"Value":{"type":"double"}}}}}}}}}},"GetMetricDataV2":{"http":{"requestUri":"/metrics/data"},"input":{"type":"structure","required":["ResourceArn","StartTime","EndTime","Filters","Metrics"],"members":{"ResourceArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Interval":{"type":"structure","members":{"TimeZone":{},"IntervalPeriod":{}}},"Filters":{"type":"list","member":{"type":"structure","members":{"FilterKey":{},"FilterValues":{"type":"list","member":{}}}}},"Groupings":{"type":"list","member":{}},"Metrics":{"type":"list","member":{"shape":"Sk1"}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"type":"map","key":{},"value":{}},"MetricInterval":{"type":"structure","members":{"Interval":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Sk1"},"Value":{"type":"double"}}}}}}}}}},"GetPromptFile":{"http":{"method":"GET","requestUri":"/prompts/{InstanceId}/{PromptId}/file"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}},"output":{"type":"structure","members":{"PromptPresignedUrl":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"GetTaskTemplate":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["InstanceId","TaskTemplateId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"},"SnapshotVersion":{"location":"querystring","locationName":"snapshotVersion"}}},"output":{"type":"structure","required":["Id","Arn","Name"],"members":{"InstanceId":{},"Id":{},"Arn":{},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Fields":{"shape":"S9i"},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"},"Tags":{"shape":"S2n"}}}},"GetTrafficDistribution":{"http":{"method":"GET","requestUri":"/traffic-distribution/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"TelephonyConfig":{"shape":"Skq"},"Id":{},"Arn":{},"SignInConfig":{"shape":"Skv"},"AgentConfig":{"shape":"Sky"}}}},"ImportPhoneNumber":{"http":{"requestUri":"/phone-number/import"},"input":{"type":"structure","required":["InstanceId","SourcePhoneNumberArn"],"members":{"InstanceId":{},"SourcePhoneNumberArn":{},"PhoneNumberDescription":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"ListAgentStatuses":{"http":{"method":"GET","requestUri":"/agent-status/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"AgentStatusTypes":{"location":"querystring","locationName":"AgentStatusTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{"NextToken":{},"AgentStatusSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Type":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}}},"ListAnalyticsDataAssociations":{"http":{"method":"GET","requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{"location":"querystring","locationName":"DataSetId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Results":{"shape":"S25"},"NextToken":{}}}},"ListApprovedOrigins":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/approved-origins"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Origins":{"type":"list","member":{}},"NextToken":{}}}},"ListAuthenticationProfiles":{"http":{"method":"GET","requestUri":"/authentication-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"AuthenticationProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"IsDefault":{"type":"boolean"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListBots":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/bots"},"input":{"type":"structure","required":["InstanceId","LexVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"LexVersion":{"location":"querystring","locationName":"lexVersion"}}},"output":{"type":"structure","members":{"LexBots":{"type":"list","member":{"type":"structure","members":{"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"NextToken":{}}}},"ListContactEvaluations":{"http":{"method":"GET","requestUri":"/contact-evaluations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"querystring","locationName":"contactId"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationSummaryList"],"members":{"EvaluationSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationId","EvaluationArn","EvaluationFormTitle","EvaluationFormId","Status","EvaluatorArn","CreatedTime","LastModifiedTime"],"members":{"EvaluationId":{},"EvaluationArn":{},"EvaluationFormTitle":{},"EvaluationFormId":{},"Status":{},"EvaluatorArn":{},"Score":{"shape":"Sed"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListContactFlowModules":{"http":{"method":"GET","requestUri":"/contact-flow-modules-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ContactFlowModuleState":{"location":"querystring","locationName":"state"}}},"output":{"type":"structure","members":{"ContactFlowModulesSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"State":{}}}},"NextToken":{}}}},"ListContactFlows":{"http":{"method":"GET","requestUri":"/contact-flows-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowTypes":{"location":"querystring","locationName":"contactFlowTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ContactFlowSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"ContactFlowType":{},"ContactFlowState":{},"ContactFlowStatus":{}}}},"NextToken":{}}}},"ListContactReferences":{"http":{"method":"GET","requestUri":"/contact/references/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","ReferenceTypes"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"ReferenceTypes":{"location":"querystring","locationName":"referenceTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ReferenceSummaryList":{"type":"list","member":{"type":"structure","members":{"Url":{"type":"structure","members":{"Name":{},"Value":{}}},"Attachment":{"type":"structure","members":{"Name":{},"Value":{},"Status":{}}},"String":{"type":"structure","members":{"Name":{},"Value":{}}},"Number":{"type":"structure","members":{"Name":{},"Value":{}}},"Date":{"type":"structure","members":{"Name":{},"Value":{}}},"Email":{"type":"structure","members":{"Name":{},"Value":{}}}},"union":true}},"NextToken":{}}}},"ListDefaultVocabularies":{"http":{"requestUri":"/default-vocabulary-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LanguageCode":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["DefaultVocabularyList"],"members":{"DefaultVocabularyList":{"type":"list","member":{"type":"structure","required":["InstanceId","LanguageCode","VocabularyId","VocabularyName"],"members":{"InstanceId":{},"LanguageCode":{},"VocabularyId":{},"VocabularyName":{}}}},"NextToken":{}}}},"ListEvaluationFormVersions":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationFormVersionSummaryList"],"members":{"EvaluationFormVersionSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationFormArn","EvaluationFormId","EvaluationFormVersion","Locked","Status","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy"],"members":{"EvaluationFormArn":{},"EvaluationFormId":{},"EvaluationFormVersion":{"type":"integer"},"Locked":{"type":"boolean"},"Status":{},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{}}}},"NextToken":{}}}},"ListEvaluationForms":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationFormSummaryList"],"members":{"EvaluationFormSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","Title","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy","LatestVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"Title":{},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{},"LastActivatedTime":{"type":"timestamp"},"LastActivatedBy":{},"LatestVersion":{"type":"integer"},"ActiveVersion":{"type":"integer"}}}},"NextToken":{}}}},"ListFlowAssociations":{"http":{"method":"GET","requestUri":"/flow-associations-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{"location":"querystring","locationName":"ResourceType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"FlowAssociationSummaryList":{"shape":"S2y"},"NextToken":{}}}},"ListHoursOfOperations":{"http":{"method":"GET","requestUri":"/hours-of-operations-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"HoursOfOperationSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListInstanceAttributes":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/attributes"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Attributes":{"type":"list","member":{"shape":"Sfg"}},"NextToken":{}}}},"ListInstanceStorageConfigs":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/storage-configs"},"input":{"type":"structure","required":["InstanceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"StorageConfigs":{"type":"list","member":{"shape":"St"}},"NextToken":{}}}},"ListInstances":{"http":{"method":"GET","requestUri":"/instance"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"InstanceSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"CreatedTime":{"type":"timestamp"},"ServiceRole":{},"InstanceStatus":{},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"InstanceAccessUrl":{}}}},"NextToken":{}}}},"ListIntegrationAssociations":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/integration-associations"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationType":{"location":"querystring","locationName":"integrationType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"IntegrationArn":{"location":"querystring","locationName":"integrationArn"}}},"output":{"type":"structure","members":{"IntegrationAssociationSummaryList":{"type":"list","member":{"type":"structure","members":{"IntegrationAssociationId":{},"IntegrationAssociationArn":{},"InstanceId":{},"IntegrationType":{},"IntegrationArn":{},"SourceApplicationUrl":{},"SourceApplicationName":{},"SourceType":{}}}},"NextToken":{}}}},"ListLambdaFunctions":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/lambda-functions"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"LambdaFunctions":{"type":"list","member":{}},"NextToken":{}}}},"ListLexBots":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/lex-bots"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"LexBots":{"type":"list","member":{"shape":"Sf"}},"NextToken":{}}}},"ListPhoneNumbers":{"http":{"method":"GET","requestUri":"/phone-numbers-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PhoneNumberTypes":{"shape":"Sni","location":"querystring","locationName":"phoneNumberTypes"},"PhoneNumberCountryCodes":{"shape":"Snj","location":"querystring","locationName":"phoneNumberCountryCodes"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"PhoneNumberSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"PhoneNumber":{},"PhoneNumberType":{},"PhoneNumberCountryCode":{}}}},"NextToken":{}}}},"ListPhoneNumbersV2":{"http":{"requestUri":"/phone-number/list"},"input":{"type":"structure","members":{"TargetArn":{},"InstanceId":{},"MaxResults":{"type":"integer"},"NextToken":{},"PhoneNumberCountryCodes":{"shape":"Snj"},"PhoneNumberTypes":{"shape":"Sni"},"PhoneNumberPrefix":{}}},"output":{"type":"structure","members":{"NextToken":{},"ListPhoneNumbersSummaryList":{"type":"list","member":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{},"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"TargetArn":{},"InstanceId":{},"PhoneNumberDescription":{},"SourcePhoneNumberArn":{}}}}}}},"ListPredefinedAttributes":{"http":{"method":"GET","requestUri":"/predefined-attributes/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"PredefinedAttributeSummaryList":{"type":"list","member":{"type":"structure","members":{"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}}},"ListPrompts":{"http":{"method":"GET","requestUri":"/prompts-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"PromptSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListQueueQuickConnects":{"http":{"method":"GET","requestUri":"/queues/{InstanceId}/{QueueId}/quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"QuickConnectSummaryList":{"shape":"So4"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListQueues":{"http":{"method":"GET","requestUri":"/queues-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueTypes":{"location":"querystring","locationName":"queueTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"QueueSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"QueueType":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListQuickConnects":{"http":{"method":"GET","requestUri":"/quick-connects/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"QuickConnectTypes":{"location":"querystring","locationName":"QuickConnectTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{"QuickConnectSummaryList":{"shape":"So4"},"NextToken":{}}}},"ListRealtimeContactAnalysisSegmentsV2":{"http":{"requestUri":"/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","OutputType","SegmentTypes"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"MaxResults":{"type":"integer"},"NextToken":{},"OutputType":{},"SegmentTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["Channel","Status","Segments"],"members":{"Channel":{},"Status":{},"Segments":{"type":"list","member":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Content","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"Content":{},"ContentType":{},"Time":{"shape":"Sot"},"Redaction":{"type":"structure","members":{"CharacterOffsets":{"type":"list","member":{"shape":"Sox"}}}},"Sentiment":{}}},"Categories":{"type":"structure","required":["MatchedDetails"],"members":{"MatchedDetails":{"type":"map","key":{},"value":{"type":"structure","required":["PointsOfInterest"],"members":{"PointsOfInterest":{"type":"list","member":{"type":"structure","members":{"TranscriptItems":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"CharacterOffsets":{"shape":"Sox"}}}}}}}}}}}},"Issues":{"type":"structure","required":["IssuesDetected"],"members":{"IssuesDetected":{"type":"list","member":{"type":"structure","required":["TranscriptItems"],"members":{"TranscriptItems":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Content":{},"Id":{},"CharacterOffsets":{"shape":"Sox"}}}}}}}}},"Event":{"type":"structure","required":["Id","EventType","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"EventType":{},"Time":{"shape":"Sot"}}},"Attachments":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Attachments","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"Attachments":{"type":"list","member":{"type":"structure","required":["AttachmentName","AttachmentId"],"members":{"AttachmentName":{},"ContentType":{},"AttachmentId":{},"Status":{}}}},"Time":{"shape":"Sot"}}}},"union":true}},"NextToken":{}}}},"ListRoutingProfileQueues":{"http":{"method":"GET","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"RoutingProfileQueueConfigSummaryList":{"type":"list","member":{"type":"structure","required":["QueueId","QueueArn","QueueName","Priority","Delay","Channel"],"members":{"QueueId":{},"QueueArn":{},"QueueName":{},"Priority":{"type":"integer"},"Delay":{"type":"integer"},"Channel":{}}}},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListRoutingProfiles":{"http":{"method":"GET","requestUri":"/routing-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"RoutingProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListRules":{"http":{"method":"GET","requestUri":"/rules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PublishStatus":{"location":"querystring","locationName":"publishStatus"},"EventSourceName":{"location":"querystring","locationName":"eventSourceName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["RuleSummaryList"],"members":{"RuleSummaryList":{"type":"list","member":{"type":"structure","required":["Name","RuleId","RuleArn","EventSourceName","PublishStatus","ActionSummaries","CreatedTime","LastUpdatedTime"],"members":{"Name":{},"RuleId":{},"RuleArn":{},"EventSourceName":{},"PublishStatus":{},"ActionSummaries":{"type":"list","member":{"type":"structure","required":["ActionType"],"members":{"ActionType":{}}}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSecurityKeys":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/security-keys"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"SecurityKeys":{"type":"list","member":{"type":"structure","members":{"AssociationId":{},"Key":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSecurityProfileApplications":{"http":{"method":"GET","requestUri":"/security-profiles-applications/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Applications":{"shape":"S8r"},"NextToken":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListSecurityProfilePermissions":{"http":{"method":"GET","requestUri":"/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Permissions":{"shape":"S8k"},"NextToken":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListSecurityProfiles":{"http":{"method":"GET","requestUri":"/security-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"SecurityProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S2n"}}}},"ListTaskTemplates":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/task/template"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"Status":{"location":"querystring","locationName":"status"},"Name":{"location":"querystring","locationName":"name"}}},"output":{"type":"structure","members":{"TaskTemplates":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTrafficDistributionGroupUsers":{"http":{"method":"GET","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"TrafficDistributionGroupUserSummaryList":{"type":"list","member":{"type":"structure","members":{"UserId":{}}}}}}},"ListTrafficDistributionGroups":{"http":{"method":"GET","requestUri":"/traffic-distribution-groups"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"InstanceId":{"location":"querystring","locationName":"instanceId"}}},"output":{"type":"structure","members":{"NextToken":{},"TrafficDistributionGroupSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"InstanceArn":{},"Status":{},"IsDefault":{"type":"boolean"}}}}}}},"ListUseCases":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UseCaseSummaryList":{"type":"list","member":{"type":"structure","members":{"UseCaseId":{},"UseCaseArn":{},"UseCaseType":{}}}},"NextToken":{}}}},"ListUserHierarchyGroups":{"http":{"method":"GET","requestUri":"/user-hierarchy-groups-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UserHierarchyGroupSummaryList":{"type":"list","member":{"shape":"Sgu"}},"NextToken":{}}}},"ListUserProficiencies":{"http":{"method":"GET","requestUri":"/users/{InstanceId}/{UserId}/proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"UserProficiencyList":{"shape":"S1x"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListUsers":{"http":{"method":"GET","requestUri":"/users-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UserSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Username":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListViewVersions":{"http":{"method":"GET","requestUri":"/views/{InstanceId}/{ViewId}/versions"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ViewVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Description":{},"Name":{"shape":"Sas"},"Type":{},"Version":{"type":"integer"},"VersionDescription":{}}}},"NextToken":{}}}},"ListViews":{"http":{"method":"GET","requestUri":"/views/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Type":{"location":"querystring","locationName":"type"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ViewsSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{"shape":"Sas"},"Type":{},"Status":{},"Description":{}}}},"NextToken":{}}}},"MonitorContact":{"http":{"requestUri":"/contact/monitor"},"input":{"type":"structure","required":["InstanceId","ContactId","UserId"],"members":{"InstanceId":{},"ContactId":{},"UserId":{},"AllowedMonitorCapabilities":{"type":"list","member":{}},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ContactId":{},"ContactArn":{}}}},"PauseContact":{"http":{"requestUri":"/contact/pause"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"ContactFlowId":{}}},"output":{"type":"structure","members":{}}},"PutUserStatus":{"http":{"method":"PUT","requestUri":"/users/{InstanceId}/{UserId}/status"},"input":{"type":"structure","required":["UserId","InstanceId","AgentStatusId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{}}},"output":{"type":"structure","members":{}}},"ReleasePhoneNumber":{"http":{"method":"DELETE","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"}}}},"ReplicateInstance":{"http":{"requestUri":"/instance/{InstanceId}/replicate"},"input":{"type":"structure","required":["InstanceId","ReplicaRegion","ReplicaAlias"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ReplicaRegion":{},"ClientToken":{"idempotencyToken":true},"ReplicaAlias":{"shape":"S5q"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"ResumeContact":{"http":{"requestUri":"/contact/resume"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"ContactFlowId":{}}},"output":{"type":"structure","members":{}}},"ResumeContactRecording":{"http":{"requestUri":"/contact/resume-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"SearchAgentStatuses":{"http":{"requestUri":"/search-agent-statuses"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"AttributeFilter":{"shape":"Srw"}}},"SearchCriteria":{"shape":"Ss1"}}},"output":{"type":"structure","members":{"AgentStatuses":{"type":"list","member":{"shape":"Sc8"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchAvailablePhoneNumbers":{"http":{"requestUri":"/phone-number/search-available"},"input":{"type":"structure","required":["PhoneNumberCountryCode","PhoneNumberType"],"members":{"TargetArn":{},"InstanceId":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"PhoneNumberPrefix":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"AvailableNumbersList":{"type":"list","member":{"type":"structure","members":{"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{}}}}}}},"SearchContactFlowModules":{"http":{"requestUri":"/search-contact-flow-modules"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Ssf"}}},"output":{"type":"structure","members":{"ContactFlowModules":{"type":"list","member":{"shape":"Sew"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchContactFlows":{"http":{"requestUri":"/search-contact-flows"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Ssl"}}},"output":{"type":"structure","members":{"ContactFlows":{"type":"list","member":{"shape":"Ses"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchContacts":{"http":{"requestUri":"/search-contacts"},"input":{"type":"structure","required":["InstanceId","TimeRange"],"members":{"InstanceId":{},"TimeRange":{"type":"structure","required":["Type","StartTime","EndTime"],"members":{"Type":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"SearchCriteria":{"type":"structure","members":{"AgentIds":{"type":"list","member":{}},"AgentHierarchyGroups":{"type":"structure","members":{"L1Ids":{"shape":"Ssv"},"L2Ids":{"shape":"Ssv"},"L3Ids":{"shape":"Ssv"},"L4Ids":{"shape":"Ssv"},"L5Ids":{"shape":"Ssv"}}},"Channels":{"type":"list","member":{}},"ContactAnalysis":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Criteria"],"members":{"Criteria":{"type":"list","member":{"type":"structure","required":["ParticipantRole","SearchText","MatchType"],"members":{"ParticipantRole":{},"SearchText":{"type":"list","member":{"type":"string","sensitive":true}},"MatchType":{}}}},"MatchType":{}}}}},"InitiationMethods":{"type":"list","member":{}},"QueueIds":{"type":"list","member":{}},"SearchableContactAttributes":{"type":"structure","required":["Criteria"],"members":{"Criteria":{"type":"list","member":{"type":"structure","required":["Key","Values"],"members":{"Key":{"type":"string","sensitive":true},"Values":{"type":"list","member":{"type":"string","sensitive":true}}}}},"MatchType":{}}}}},"MaxResults":{"type":"integer"},"NextToken":{},"Sort":{"type":"structure","required":["FieldName","Order"],"members":{"FieldName":{},"Order":{}}}}},"output":{"type":"structure","required":["Contacts"],"members":{"Contacts":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"InitialContactId":{},"PreviousContactId":{},"InitiationMethod":{},"Channel":{},"QueueInfo":{"type":"structure","members":{"Id":{},"EnqueueTimestamp":{"type":"timestamp"}}},"AgentInfo":{"type":"structure","members":{"Id":{},"ConnectedToAgentTimestamp":{"type":"timestamp"}}},"InitiationTimestamp":{"type":"timestamp"},"DisconnectTimestamp":{"type":"timestamp"},"ScheduledTimestamp":{"type":"timestamp"}}}},"NextToken":{},"TotalCount":{"type":"long"}}}},"SearchHoursOfOperations":{"http":{"requestUri":"/search-hours-of-operations"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Stm"}}},"output":{"type":"structure","members":{"HoursOfOperations":{"type":"list","member":{"shape":"Sf6"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchPredefinedAttributes":{"http":{"requestUri":"/search-predefined-attributes"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"shape":"Str"}}},"output":{"type":"structure","members":{"PredefinedAttributes":{"type":"list","member":{"shape":"Sfu"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchPrompts":{"http":{"requestUri":"/search-prompts"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Stx"}}},"output":{"type":"structure","members":{"Prompts":{"type":"list","member":{"shape":"Sfx"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchQueues":{"http":{"requestUri":"/search-queues"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Su4"}}},"output":{"type":"structure","members":{"Queues":{"type":"list","member":{"shape":"Sg0"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchQuickConnects":{"http":{"requestUri":"/search-quick-connects"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Sub"}}},"output":{"type":"structure","members":{"QuickConnects":{"type":"list","member":{"shape":"Sg4"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchResourceTags":{"http":{"requestUri":"/search-resource-tags"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"ResourceTypes":{"type":"list","member":{}},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"type":"structure","members":{"TagSearchCondition":{"type":"structure","members":{"tagKey":{},"tagValue":{},"tagKeyComparisonType":{},"tagValueComparisonType":{}}}}}}},"output":{"type":"structure","members":{"Tags":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"NextToken":{}}}},"SearchRoutingProfiles":{"http":{"requestUri":"/search-routing-profiles"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}},"SearchCriteria":{"shape":"Suq"}}},"output":{"type":"structure","members":{"RoutingProfiles":{"type":"list","member":{"shape":"Sg7"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchSecurityProfiles":{"http":{"requestUri":"/search-security-profiles"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"shape":"Suv"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"}}}}},"output":{"type":"structure","members":{"SecurityProfiles":{"type":"list","member":{"type":"structure","members":{"Id":{},"OrganizationResourceId":{},"Arn":{},"SecurityProfileName":{},"Description":{},"Tags":{"shape":"S2n"}}}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchUserHierarchyGroups":{"http":{"requestUri":"/search-user-hierarchy-groups"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"AttributeFilter":{"shape":"Srw"}}},"SearchCriteria":{"shape":"Sv3"}}},"output":{"type":"structure","members":{"UserHierarchyGroups":{"type":"list","member":{"shape":"Sgr"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchUsers":{"http":{"requestUri":"/search-users"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssd"},"UserAttributeFilter":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Svb"}},"AndCondition":{"shape":"Svb"},"TagCondition":{"shape":"Ss0"},"HierarchyGroupCondition":{"shape":"Svc"}}}}},"SearchCriteria":{"shape":"Sve"}}},"output":{"type":"structure","members":{"Users":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DirectoryUserId":{},"HierarchyGroupId":{},"Id":{},"IdentityInfo":{"type":"structure","members":{"FirstName":{"shape":"Sa6"},"LastName":{"shape":"Sa7"}}},"PhoneConfig":{"shape":"Sa9"},"RoutingProfileId":{},"SecurityProfileIds":{"shape":"Sae"},"Tags":{"shape":"S2n"},"Username":{}}}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchVocabularies":{"http":{"requestUri":"/vocabulary-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"type":"integer"},"NextToken":{},"State":{},"NameStartsWith":{},"LanguageCode":{}}},"output":{"type":"structure","members":{"VocabularySummaryList":{"type":"list","member":{"type":"structure","required":["Name","Id","Arn","LanguageCode","State","LastModifiedTime"],"members":{"Name":{},"Id":{},"Arn":{},"LanguageCode":{},"State":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"SendChatIntegrationEvent":{"http":{"requestUri":"/chat-integration-event"},"input":{"type":"structure","required":["SourceId","DestinationId","Event"],"members":{"SourceId":{},"DestinationId":{},"Subtype":{},"Event":{"type":"structure","required":["Type"],"members":{"Type":{},"ContentType":{},"Content":{}}},"NewSessionDetails":{"type":"structure","members":{"SupportedMessagingContentTypes":{"shape":"Sw4"},"ParticipantDetails":{"shape":"Sw6"},"Attributes":{"shape":"S38"},"StreamingConfiguration":{"shape":"Sw7"}}}}},"output":{"type":"structure","members":{"InitialContactId":{},"NewChatCreated":{"type":"boolean"}}}},"StartAttachedFileUpload":{"http":{"method":"PUT","requestUri":"/attached-files/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","FileName","FileSizeInBytes","FileUseCaseType","AssociatedResourceArn"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileName":{},"FileSizeInBytes":{"type":"long"},"UrlExpiryInSeconds":{"type":"integer"},"FileUseCaseType":{},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"},"CreatedBy":{"shape":"S2l"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"FileArn":{},"FileId":{},"CreationTime":{},"FileStatus":{},"CreatedBy":{"shape":"S2l"},"UploadUrlMetadata":{"type":"structure","members":{"Url":{},"UrlExpiry":{},"HeadersToInclude":{"type":"map","key":{},"value":{}}}}}}},"StartChatContact":{"http":{"method":"PUT","requestUri":"/contact/chat"},"input":{"type":"structure","required":["InstanceId","ContactFlowId","ParticipantDetails"],"members":{"InstanceId":{},"ContactFlowId":{},"Attributes":{"shape":"S38"},"ParticipantDetails":{"shape":"Sw6"},"InitialMessage":{"type":"structure","required":["ContentType","Content"],"members":{"ContentType":{},"Content":{}}},"ClientToken":{"idempotencyToken":true},"ChatDurationInMinutes":{"type":"integer"},"SupportedMessagingContentTypes":{"shape":"Sw4"},"PersistentChat":{"type":"structure","members":{"RehydrationType":{},"SourceContactId":{}}},"RelatedContactId":{},"SegmentAttributes":{"shape":"Se5"}}},"output":{"type":"structure","members":{"ContactId":{},"ParticipantId":{},"ParticipantToken":{},"ContinuedFromContactId":{}}}},"StartContactEvaluation":{"http":{"method":"PUT","requestUri":"/contact-evaluations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{},"EvaluationFormId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}},"idempotent":true},"StartContactRecording":{"http":{"requestUri":"/contact/start-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId","VoiceRecordingConfiguration"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{},"VoiceRecordingConfiguration":{"type":"structure","members":{"VoiceRecordingTrack":{}}}}},"output":{"type":"structure","members":{}}},"StartContactStreaming":{"http":{"requestUri":"/contact/start-streaming"},"input":{"type":"structure","required":["InstanceId","ContactId","ChatStreamingConfiguration","ClientToken"],"members":{"InstanceId":{},"ContactId":{},"ChatStreamingConfiguration":{"shape":"Sw7"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["StreamingId"],"members":{"StreamingId":{}}}},"StartOutboundVoiceContact":{"http":{"method":"PUT","requestUri":"/contact/outbound-voice"},"input":{"type":"structure","required":["DestinationPhoneNumber","ContactFlowId","InstanceId"],"members":{"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"References":{"shape":"S7l"},"RelatedContactId":{},"DestinationPhoneNumber":{},"ContactFlowId":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true},"SourcePhoneNumber":{},"QueueId":{},"Attributes":{"shape":"S38"},"AnswerMachineDetectionConfig":{"type":"structure","members":{"EnableAnswerMachineDetection":{"type":"boolean"},"AwaitAnswerMachinePrompt":{"type":"boolean"}}},"CampaignId":{},"TrafficType":{}}},"output":{"type":"structure","members":{"ContactId":{}}}},"StartTaskContact":{"http":{"method":"PUT","requestUri":"/contact/task"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{},"PreviousContactId":{},"ContactFlowId":{},"Attributes":{"shape":"S38"},"Name":{"shape":"Scp"},"References":{"shape":"S7l"},"Description":{"shape":"Scq"},"ClientToken":{"idempotencyToken":true},"ScheduledTime":{"type":"timestamp"},"TaskTemplateId":{},"QuickConnectId":{},"RelatedContactId":{}}},"output":{"type":"structure","members":{"ContactId":{}}}},"StartWebRTCContact":{"http":{"method":"PUT","requestUri":"/contact/webrtc"},"input":{"type":"structure","required":["ContactFlowId","InstanceId","ParticipantDetails"],"members":{"Attributes":{"shape":"S38"},"ClientToken":{"idempotencyToken":true},"ContactFlowId":{},"InstanceId":{},"AllowedCapabilities":{"type":"structure","members":{"Customer":{"shape":"Sd2"},"Agent":{"shape":"Sd2"}}},"ParticipantDetails":{"shape":"Sw6"},"RelatedContactId":{},"References":{"shape":"S7l"},"Description":{"shape":"Scq"}}},"output":{"type":"structure","members":{"ConnectionData":{"type":"structure","members":{"Attendee":{"type":"structure","members":{"AttendeeId":{},"JoinToken":{"type":"string","sensitive":true}}},"Meeting":{"type":"structure","members":{"MediaRegion":{},"MediaPlacement":{"type":"structure","members":{"AudioHostUrl":{},"AudioFallbackUrl":{},"SignalingUrl":{},"TurnControlUrl":{},"EventIngestionUrl":{}}},"MeetingFeatures":{"type":"structure","members":{"Audio":{"type":"structure","members":{"EchoReduction":{}}}}},"MeetingId":{}}}}},"ContactId":{},"ParticipantId":{},"ParticipantToken":{}}}},"StopContact":{"http":{"requestUri":"/contact/stop"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"DisconnectReason":{"type":"structure","members":{"Code":{}}}}},"output":{"type":"structure","members":{}}},"StopContactRecording":{"http":{"requestUri":"/contact/stop-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"StopContactStreaming":{"http":{"requestUri":"/contact/stop-streaming"},"input":{"type":"structure","required":["InstanceId","ContactId","StreamingId"],"members":{"InstanceId":{},"ContactId":{},"StreamingId":{}}},"output":{"type":"structure","members":{}}},"SubmitContactEvaluation":{"http":{"requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}/submit"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"},"Answers":{"shape":"Sxo"},"Notes":{"shape":"Sek"}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}}},"SuspendContactRecording":{"http":{"requestUri":"/contact/suspend-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"TagContact":{"http":{"requestUri":"/contact/tags"},"input":{"type":"structure","required":["ContactId","InstanceId","Tags"],"members":{"ContactId":{},"InstanceId":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2n"}}}},"TransferContact":{"http":{"requestUri":"/contact/transfer"},"input":{"type":"structure","required":["InstanceId","ContactId","ContactFlowId"],"members":{"InstanceId":{},"ContactId":{},"QueueId":{},"UserId":{},"ContactFlowId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ContactId":{},"ContactArn":{}}}},"UntagContact":{"http":{"method":"DELETE","requestUri":"/contact/tags/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["ContactId","InstanceId","TagKeys"],"members":{"ContactId":{"location":"uri","locationName":"ContactId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}}},"UpdateAgentStatus":{"http":{"requestUri":"/agent-status/{InstanceId}/{AgentStatusId}"},"input":{"type":"structure","required":["InstanceId","AgentStatusId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{"location":"uri","locationName":"AgentStatusId"},"Name":{},"Description":{},"State":{},"DisplayOrder":{"type":"integer"},"ResetOrderNumber":{"type":"boolean"}}}},"UpdateAuthenticationProfile":{"http":{"requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"},"input":{"type":"structure","required":["AuthenticationProfileId","InstanceId"],"members":{"AuthenticationProfileId":{"location":"uri","locationName":"AuthenticationProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"AllowedIps":{"shape":"Sch"},"BlockedIps":{"shape":"Sch"},"PeriodicSessionDuration":{"type":"integer"}}}},"UpdateContact":{"http":{"requestUri":"/contacts/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"References":{"shape":"S7l"}}},"output":{"type":"structure","members":{}}},"UpdateContactAttributes":{"http":{"requestUri":"/contact/attributes"},"input":{"type":"structure","required":["InitialContactId","InstanceId","Attributes"],"members":{"InitialContactId":{},"InstanceId":{},"Attributes":{"shape":"S38"}}},"output":{"type":"structure","members":{}}},"UpdateContactEvaluation":{"http":{"requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"},"Answers":{"shape":"Sxo"},"Notes":{"shape":"Sek"}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}}},"UpdateContactFlowContent":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"},"input":{"type":"structure","required":["InstanceId","ContactFlowId","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Content":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowMetadata":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Name":{},"Description":{},"ContactFlowState":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowModuleContent":{"http":{"requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"},"Content":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowModuleMetadata":{"http":{"requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/metadata"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"},"Name":{},"Description":{},"State":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowName":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Name":{},"Description":{}}},"output":{"type":"structure","members":{}}},"UpdateContactRoutingData":{"http":{"requestUri":"/contacts/{InstanceId}/{ContactId}/routing-data"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"QueueTimeAdjustmentSeconds":{"type":"integer"},"QueuePriority":{"type":"long"}}},"output":{"type":"structure","members":{}}},"UpdateContactSchedule":{"http":{"requestUri":"/contact/schedule"},"input":{"type":"structure","required":["InstanceId","ContactId","ScheduledTime"],"members":{"InstanceId":{},"ContactId":{},"ScheduledTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{}}},"UpdateEvaluationForm":{"http":{"method":"PUT","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion","Title","Items"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"},"CreateNewVersion":{"type":"boolean"},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}},"idempotent":true},"UpdateHoursOfOperation":{"http":{"requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"}}}},"UpdateInstanceAttribute":{"http":{"requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"},"input":{"type":"structure","required":["InstanceId","AttributeType","Value"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AttributeType":{"location":"uri","locationName":"AttributeType"},"Value":{}}}},"UpdateInstanceStorageConfig":{"http":{"requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType","StorageConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"StorageConfig":{"shape":"St"}}}},"UpdateParticipantRoleConfig":{"http":{"method":"PUT","requestUri":"/contact/participant-role-config/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","ChannelConfiguration"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"ChannelConfiguration":{"type":"structure","members":{"Chat":{"type":"structure","required":["ParticipantTimerConfigList"],"members":{"ParticipantTimerConfigList":{"type":"list","member":{"type":"structure","required":["ParticipantRole","TimerType","TimerValue"],"members":{"ParticipantRole":{},"TimerType":{},"TimerValue":{"type":"structure","members":{"ParticipantTimerAction":{},"ParticipantTimerDurationInMinutes":{"type":"integer"}},"union":true}}}}}}},"union":true}}},"output":{"type":"structure","members":{}}},"UpdatePhoneNumber":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"TargetArn":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"UpdatePhoneNumberMetadata":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}/metadata"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"PhoneNumberDescription":{},"ClientToken":{"idempotencyToken":true}}}},"UpdatePredefinedAttribute":{"http":{"requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"},"Values":{"shape":"S6e"}}}},"UpdatePrompt":{"http":{"requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"},"Name":{},"Description":{},"S3Uri":{}}},"output":{"type":"structure","members":{"PromptARN":{},"PromptId":{}}}},"UpdateQueueHoursOfOperation":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/hours-of-operation"},"input":{"type":"structure","required":["InstanceId","QueueId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"HoursOfOperationId":{}}}},"UpdateQueueMaxContacts":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/max-contacts"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"MaxContacts":{"type":"integer"}}}},"UpdateQueueName":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/name"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"Name":{},"Description":{}}}},"UpdateQueueOutboundCallerConfig":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/outbound-caller-config"},"input":{"type":"structure","required":["InstanceId","QueueId","OutboundCallerConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"OutboundCallerConfig":{"shape":"S6n"}}}},"UpdateQueueStatus":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/status"},"input":{"type":"structure","required":["InstanceId","QueueId","Status"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"Status":{}}}},"UpdateQuickConnectConfig":{"http":{"requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/config"},"input":{"type":"structure","required":["InstanceId","QuickConnectId","QuickConnectConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"},"QuickConnectConfig":{"shape":"S6u"}}}},"UpdateQuickConnectName":{"http":{"requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/name"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"},"Name":{},"Description":{}}}},"UpdateRoutingProfileAgentAvailabilityTimer":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/agent-availability-timer"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","AgentAvailabilityTimer"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"AgentAvailabilityTimer":{}}}},"UpdateRoutingProfileConcurrency":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","MediaConcurrencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"MediaConcurrencies":{"shape":"S73"}}}},"UpdateRoutingProfileDefaultOutboundQueue":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","DefaultOutboundQueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"DefaultOutboundQueueId":{}}}},"UpdateRoutingProfileName":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/name"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"Name":{},"Description":{}}}},"UpdateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueConfigs"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueConfigs":{"shape":"S1j"}}}},"UpdateRule":{"http":{"method":"PUT","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["RuleId","InstanceId","Name","Function","Actions","PublishStatus"],"members":{"RuleId":{"location":"uri","locationName":"RuleId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{}}}},"UpdateSecurityProfile":{"http":{"requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"Description":{},"Permissions":{"shape":"S8k"},"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"Applications":{"shape":"S8r"},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}}},"UpdateTaskTemplate":{"http":{"requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["TaskTemplateId","InstanceId"],"members":{"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Status":{},"Fields":{"shape":"S9i"}}},"output":{"type":"structure","members":{"InstanceId":{},"Id":{},"Arn":{},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Fields":{"shape":"S9i"},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}}},"UpdateTrafficDistribution":{"http":{"method":"PUT","requestUri":"/traffic-distribution/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"TelephonyConfig":{"shape":"Skq"},"SignInConfig":{"shape":"Skv"},"AgentConfig":{"shape":"Sky"}}},"output":{"type":"structure","members":{}}},"UpdateUserHierarchy":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/hierarchy"},"input":{"type":"structure","required":["UserId","InstanceId"],"members":{"HierarchyGroupId":{},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserHierarchyGroupName":{"http":{"requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name"},"input":{"type":"structure","required":["Name","HierarchyGroupId","InstanceId"],"members":{"Name":{},"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserHierarchyStructure":{"http":{"requestUri":"/user-hierarchy-structure/{InstanceId}"},"input":{"type":"structure","required":["HierarchyStructure","InstanceId"],"members":{"HierarchyStructure":{"type":"structure","members":{"LevelOne":{"shape":"S101"},"LevelTwo":{"shape":"S101"},"LevelThree":{"shape":"S101"},"LevelFour":{"shape":"S101"},"LevelFive":{"shape":"S101"}}},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserIdentityInfo":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/identity-info"},"input":{"type":"structure","required":["IdentityInfo","UserId","InstanceId"],"members":{"IdentityInfo":{"shape":"Sa5"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserPhoneConfig":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/phone-config"},"input":{"type":"structure","required":["PhoneConfig","UserId","InstanceId"],"members":{"PhoneConfig":{"shape":"Sa9"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"shape":"S1x"}}}},"UpdateUserRoutingProfile":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/routing-profile"},"input":{"type":"structure","required":["RoutingProfileId","UserId","InstanceId"],"members":{"RoutingProfileId":{},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserSecurityProfiles":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/security-profiles"},"input":{"type":"structure","required":["SecurityProfileIds","UserId","InstanceId"],"members":{"SecurityProfileIds":{"shape":"Sae"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateViewContent":{"http":{"requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId","Status","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"Status":{},"Content":{"shape":"San"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}}},"UpdateViewMetadata":{"http":{"requestUri":"/views/{InstanceId}/{ViewId}/metadata"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"Name":{"shape":"Sas"},"Description":{}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sf":{"type":"structure","required":["Name","LexRegion"],"members":{"Name":{},"LexRegion":{}}},"Si":{"type":"structure","members":{"AliasArn":{}}},"St":{"type":"structure","required":["StorageType"],"members":{"AssociationId":{},"StorageType":{},"S3Config":{"type":"structure","required":["BucketName","BucketPrefix"],"members":{"BucketName":{},"BucketPrefix":{},"EncryptionConfig":{"shape":"Sz"}}},"KinesisVideoStreamConfig":{"type":"structure","required":["Prefix","RetentionPeriodHours","EncryptionConfig"],"members":{"Prefix":{},"RetentionPeriodHours":{"type":"integer"},"EncryptionConfig":{"shape":"Sz"}}},"KinesisStreamConfig":{"type":"structure","required":["StreamArn"],"members":{"StreamArn":{}}},"KinesisFirehoseConfig":{"type":"structure","required":["FirehoseArn"],"members":{"FirehoseArn":{}}}}},"Sz":{"type":"structure","required":["EncryptionType","KeyId"],"members":{"EncryptionType":{},"KeyId":{}}},"S1f":{"type":"list","member":{}},"S1j":{"type":"list","member":{"type":"structure","required":["QueueReference","Priority","Delay"],"members":{"QueueReference":{"shape":"S1l"},"Priority":{"type":"integer"},"Delay":{"type":"integer"}}}},"S1l":{"type":"structure","required":["QueueId","Channel"],"members":{"QueueId":{},"Channel":{}}},"S1x":{"type":"list","member":{"type":"structure","required":["AttributeName","AttributeValue","Level"],"members":{"AttributeName":{},"AttributeValue":{},"Level":{"type":"float"}}}},"S23":{"type":"list","member":{}},"S25":{"type":"list","member":{"type":"structure","members":{"DataSetId":{},"TargetAccountId":{},"ResourceShareId":{},"ResourceShareArn":{}}}},"S27":{"type":"list","member":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}},"S2l":{"type":"structure","members":{"ConnectUserArn":{},"AWSIdentityArn":{}},"union":true},"S2n":{"type":"map","key":{},"value":{}},"S2y":{"type":"list","member":{"type":"structure","members":{"ResourceId":{},"FlowId":{},"ResourceType":{}}}},"S34":{"type":"structure","members":{"Type":{},"Address":{}}},"S38":{"type":"map","key":{},"value":{}},"S3b":{"type":"structure","members":{"CampaignId":{}}},"S4d":{"type":"list","member":{"type":"structure","members":{"Section":{"type":"structure","required":["Title","RefId","Items"],"members":{"Title":{},"RefId":{},"Instructions":{},"Items":{"shape":"S4d"},"Weight":{"type":"double"}}},"Question":{"type":"structure","required":["Title","RefId","QuestionType"],"members":{"Title":{},"Instructions":{},"RefId":{},"NotApplicableEnabled":{"type":"boolean"},"QuestionType":{},"QuestionTypeProperties":{"type":"structure","members":{"Numeric":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"Options":{"type":"list","member":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"Score":{"type":"integer"},"AutomaticFail":{"type":"boolean"}}}},"Automation":{"type":"structure","members":{"PropertyValue":{"type":"structure","required":["Label"],"members":{"Label":{}}}},"union":true}}},"SingleSelect":{"type":"structure","required":["Options"],"members":{"Options":{"type":"list","member":{"type":"structure","required":["RefId","Text"],"members":{"RefId":{},"Text":{},"Score":{"type":"integer"},"AutomaticFail":{"type":"boolean"}}}},"DisplayAs":{},"Automation":{"type":"structure","required":["Options"],"members":{"Options":{"type":"list","member":{"type":"structure","members":{"RuleCategory":{"type":"structure","required":["Category","Condition","OptionRefId"],"members":{"Category":{},"Condition":{},"OptionRefId":{}}}},"union":true}},"DefaultOptionRefId":{}}}}}},"union":true},"Weight":{"type":"double"}}}},"union":true}},"S58":{"type":"structure","required":["Mode","Status"],"members":{"Mode":{},"Status":{}}},"S5g":{"type":"list","member":{"type":"structure","required":["Day","StartTime","EndTime"],"members":{"Day":{},"StartTime":{"shape":"S5j"},"EndTime":{"shape":"S5j"}}}},"S5j":{"type":"structure","required":["Hours","Minutes"],"members":{"Hours":{"type":"integer"},"Minutes":{"type":"integer"}}},"S5q":{"type":"string","sensitive":true},"S6e":{"type":"structure","members":{"StringList":{"type":"list","member":{}}},"union":true},"S6n":{"type":"structure","members":{"OutboundCallerIdName":{},"OutboundCallerIdNumberId":{},"OutboundFlowId":{}}},"S6u":{"type":"structure","required":["QuickConnectType"],"members":{"QuickConnectType":{},"UserConfig":{"type":"structure","required":["UserId","ContactFlowId"],"members":{"UserId":{},"ContactFlowId":{}}},"QueueConfig":{"type":"structure","required":["QueueId","ContactFlowId"],"members":{"QueueId":{},"ContactFlowId":{}}},"PhoneConfig":{"type":"structure","required":["PhoneNumber"],"members":{"PhoneNumber":{}}}}},"S73":{"type":"list","member":{"type":"structure","required":["Channel","Concurrency"],"members":{"Channel":{},"Concurrency":{"type":"integer"},"CrossChannelBehavior":{"type":"structure","required":["BehaviorType"],"members":{"BehaviorType":{}}}}}},"S7c":{"type":"structure","required":["EventSourceName"],"members":{"EventSourceName":{},"IntegrationAssociationId":{}}},"S7f":{"type":"list","member":{"type":"structure","required":["ActionType"],"members":{"ActionType":{},"TaskAction":{"type":"structure","required":["Name","ContactFlowId"],"members":{"Name":{},"Description":{},"ContactFlowId":{},"References":{"shape":"S7l"}}},"EventBridgeAction":{"type":"structure","required":["Name"],"members":{"Name":{}}},"AssignContactCategoryAction":{"type":"structure","members":{}},"SendNotificationAction":{"type":"structure","required":["DeliveryMethod","Content","ContentType","Recipient"],"members":{"DeliveryMethod":{},"Subject":{},"Content":{},"ContentType":{},"Recipient":{"type":"structure","members":{"UserTags":{"type":"map","key":{},"value":{}},"UserIds":{"type":"list","member":{}}}}}},"CreateCaseAction":{"type":"structure","required":["Fields","TemplateId"],"members":{"Fields":{"shape":"S82"},"TemplateId":{}}},"UpdateCaseAction":{"type":"structure","required":["Fields"],"members":{"Fields":{"shape":"S82"}}},"EndAssociatedTasksAction":{"type":"structure","members":{}},"SubmitAutoEvaluationAction":{"type":"structure","required":["EvaluationFormId"],"members":{"EvaluationFormId":{}}}}}},"S7l":{"type":"map","key":{},"value":{"type":"structure","required":["Value","Type"],"members":{"Value":{},"Type":{}}}},"S82":{"type":"list","member":{"type":"structure","required":["Id","Value"],"members":{"Id":{},"Value":{"type":"structure","members":{"BooleanValue":{"type":"boolean"},"DoubleValue":{"type":"double"},"EmptyValue":{"type":"structure","members":{}},"StringValue":{}}}}}},"S8k":{"type":"list","member":{}},"S8m":{"type":"map","key":{},"value":{}},"S8p":{"type":"list","member":{}},"S8r":{"type":"list","member":{"type":"structure","members":{"Namespace":{},"ApplicationPermissions":{"type":"list","member":{}}}}},"S8w":{"type":"list","member":{}},"S94":{"type":"structure","members":{"RequiredFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}},"ReadOnlyFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}},"InvisibleFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}}}},"S97":{"type":"structure","members":{"Name":{}}},"S9d":{"type":"structure","members":{"DefaultFieldValues":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"},"DefaultValue":{}}}}}},"S9i":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{"shape":"S97"},"Description":{},"Type":{},"SingleSelectOptions":{"type":"list","member":{}}}}},"Sa5":{"type":"structure","members":{"FirstName":{"shape":"Sa6"},"LastName":{"shape":"Sa7"},"Email":{"shape":"Sa8"},"SecondaryEmail":{"shape":"Sa8"},"Mobile":{}}},"Sa6":{"type":"string","sensitive":true},"Sa7":{"type":"string","sensitive":true},"Sa8":{"type":"string","sensitive":true},"Sa9":{"type":"structure","required":["PhoneType"],"members":{"PhoneType":{},"AutoAccept":{"type":"boolean"},"AfterContactWorkTimeLimit":{"type":"integer"},"DeskPhoneNumber":{}}},"Sae":{"type":"list","member":{}},"San":{"type":"structure","members":{"Template":{},"Actions":{"shape":"Sap"}}},"Sap":{"type":"list","member":{"type":"string","sensitive":true}},"Sas":{"type":"string","sensitive":true},"Sau":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{"shape":"Sas"},"Status":{},"Type":{},"Description":{},"Version":{"type":"integer"},"VersionDescription":{},"Content":{"type":"structure","members":{"InputSchema":{"type":"string","sensitive":true},"Template":{},"Actions":{"shape":"Sap"}}},"Tags":{"shape":"S2n"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ViewContentSha256":{}}},"Sc8":{"type":"structure","members":{"AgentStatusARN":{},"AgentStatusId":{},"Name":{},"Description":{},"Type":{},"DisplayOrder":{"type":"integer"},"State":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sch":{"type":"list","member":{}},"Scp":{"type":"string","sensitive":true},"Scq":{"type":"string","sensitive":true},"Scx":{"type":"structure","members":{"Arn":{}}},"Scy":{"type":"structure","members":{"PlatformName":{},"PlatformVersion":{},"OperatingSystem":{}}},"Sd2":{"type":"structure","members":{"Video":{}}},"Sd9":{"type":"map","key":{},"value":{}},"Sdh":{"type":"structure","members":{"AttributeCondition":{"type":"structure","members":{"Name":{},"Value":{},"ProficiencyLevel":{"type":"float"},"MatchCriteria":{"type":"structure","members":{"AgentsCriteria":{"type":"structure","members":{"AgentIds":{"type":"list","member":{}}}}}},"ComparisonOperator":{}}},"AndExpression":{"shape":"Sdq"},"OrExpression":{"shape":"Sdq"}}},"Sdq":{"type":"list","member":{"shape":"Sdh"}},"Sdy":{"type":"structure","members":{"QualityScore":{"type":"float"},"PotentialQualityIssues":{"type":"list","member":{}}}},"Se5":{"type":"map","key":{},"value":{"type":"structure","members":{"ValueString":{}}}},"Sed":{"type":"structure","members":{"Percentage":{"type":"double"},"NotApplicable":{"type":"boolean"},"AutomaticFail":{"type":"boolean"}}},"Seh":{"type":"structure","members":{"StringValue":{},"NumericValue":{"type":"double"},"NotApplicable":{"type":"boolean"}},"union":true},"Sek":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{}}}},"Ses":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Type":{},"State":{},"Status":{},"Description":{},"Content":{},"Tags":{"shape":"S2n"}}},"Sew":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Content":{},"Description":{},"State":{},"Status":{},"Tags":{"shape":"S2n"}}},"Sf6":{"type":"structure","members":{"HoursOfOperationId":{},"HoursOfOperationArn":{},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sfg":{"type":"structure","members":{"AttributeType":{},"Value":{}}},"Sfu":{"type":"structure","members":{"Name":{},"Values":{"shape":"S6e"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sfx":{"type":"structure","members":{"PromptARN":{},"PromptId":{},"Name":{},"Description":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg0":{"type":"structure","members":{"Name":{},"QueueArn":{},"QueueId":{},"Description":{},"OutboundCallerConfig":{"shape":"S6n"},"HoursOfOperationId":{},"MaxContacts":{"type":"integer"},"Status":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg4":{"type":"structure","members":{"QuickConnectARN":{},"QuickConnectId":{},"Name":{},"Description":{},"QuickConnectConfig":{"shape":"S6u"},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg7":{"type":"structure","members":{"InstanceId":{},"Name":{},"RoutingProfileArn":{},"RoutingProfileId":{},"Description":{},"MediaConcurrencies":{"shape":"S73"},"DefaultOutboundQueueId":{},"Tags":{"shape":"S2n"},"NumberOfAssociatedQueues":{"type":"long"},"NumberOfAssociatedUsers":{"type":"long"},"AgentAvailabilityTimer":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"IsDefault":{"type":"boolean"},"AssociatedQueueIds":{"type":"list","member":{}}}},"Sgr":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LevelId":{},"HierarchyPath":{"type":"structure","members":{"LevelOne":{"shape":"Sgu"},"LevelTwo":{"shape":"Sgu"},"LevelThree":{"shape":"Sgu"},"LevelFour":{"shape":"Sgu"},"LevelFive":{"shape":"Sgu"}}},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sgu":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sgy":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Shz":{"type":"structure","members":{"Queues":{"shape":"Si0"},"Channels":{"type":"list","member":{}},"RoutingProfiles":{"shape":"Si2"},"RoutingStepExpressions":{"type":"list","member":{}}}},"Si0":{"type":"list","member":{}},"Si2":{"type":"list","member":{}},"Si5":{"type":"list","member":{}},"Si8":{"type":"structure","members":{"Name":{},"Unit":{}}},"Sij":{"type":"structure","members":{"Queue":{"shape":"Sik"},"Channel":{},"RoutingProfile":{"shape":"Sil"},"RoutingStepExpression":{}}},"Sik":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sil":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sj2":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sj4":{"type":"map","key":{},"value":{"type":"integer"}},"Sjb":{"type":"string","sensitive":true},"Sjg":{"type":"structure","members":{"Name":{},"Threshold":{"type":"structure","members":{"Comparison":{},"ThresholdValue":{"type":"double"}}},"Statistic":{},"Unit":{}}},"Sk1":{"type":"structure","members":{"Name":{},"Threshold":{"type":"list","member":{"type":"structure","members":{"Comparison":{},"ThresholdValue":{"type":"double"}}}},"MetricFilters":{"type":"list","member":{"type":"structure","members":{"MetricFilterKey":{},"MetricFilterValues":{"type":"list","member":{}},"Negate":{"type":"boolean"}}}}}},"Skq":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"shape":"Skr"}}},"Skr":{"type":"list","member":{"type":"structure","required":["Region","Percentage"],"members":{"Region":{},"Percentage":{"type":"integer"}}}},"Skv":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"type":"list","member":{"type":"structure","required":["Region","Enabled"],"members":{"Region":{},"Enabled":{"type":"boolean"}}}}}},"Sky":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"shape":"Skr"}}},"Sni":{"type":"list","member":{}},"Snj":{"type":"list","member":{}},"So4":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"QuickConnectType":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"Sot":{"type":"structure","members":{"AbsoluteTime":{"type":"timestamp","timestampFormat":"iso8601"}},"union":true},"Sox":{"type":"structure","required":["BeginOffsetChar","EndOffsetChar"],"members":{"BeginOffsetChar":{"type":"integer"},"EndOffsetChar":{"type":"integer"}}},"Srw":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Sry"}},"AndCondition":{"shape":"Sry"},"TagCondition":{"shape":"Ss0"}}},"Sry":{"type":"structure","members":{"TagConditions":{"shape":"Srz"}}},"Srz":{"type":"list","member":{"shape":"Ss0"}},"Ss0":{"type":"structure","members":{"TagKey":{},"TagValue":{}}},"Ss1":{"type":"structure","members":{"OrConditions":{"shape":"Ss2"},"AndConditions":{"shape":"Ss2"},"StringCondition":{"shape":"Ss3"}}},"Ss2":{"type":"list","member":{"shape":"Ss1"}},"Ss3":{"type":"structure","members":{"FieldName":{},"Value":{},"ComparisonType":{}}},"Ssd":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Srz"}},"AndConditions":{"shape":"Srz"},"TagCondition":{"shape":"Ss0"}}},"Ssf":{"type":"structure","members":{"OrConditions":{"shape":"Ssg"},"AndConditions":{"shape":"Ssg"},"StringCondition":{"shape":"Ss3"}}},"Ssg":{"type":"list","member":{"shape":"Ssf"}},"Ssl":{"type":"structure","members":{"OrConditions":{"shape":"Ssm"},"AndConditions":{"shape":"Ssm"},"StringCondition":{"shape":"Ss3"},"TypeCondition":{},"StateCondition":{},"StatusCondition":{}}},"Ssm":{"type":"list","member":{"shape":"Ssl"}},"Ssv":{"type":"list","member":{}},"Stm":{"type":"structure","members":{"OrConditions":{"shape":"Stn"},"AndConditions":{"shape":"Stn"},"StringCondition":{"shape":"Ss3"}}},"Stn":{"type":"list","member":{"shape":"Stm"}},"Str":{"type":"structure","members":{"OrConditions":{"shape":"Sts"},"AndConditions":{"shape":"Sts"},"StringCondition":{"shape":"Ss3"}}},"Sts":{"type":"list","member":{"shape":"Str"}},"Stx":{"type":"structure","members":{"OrConditions":{"shape":"Sty"},"AndConditions":{"shape":"Sty"},"StringCondition":{"shape":"Ss3"}}},"Sty":{"type":"list","member":{"shape":"Stx"}},"Su4":{"type":"structure","members":{"OrConditions":{"shape":"Su5"},"AndConditions":{"shape":"Su5"},"StringCondition":{"shape":"Ss3"},"QueueTypeCondition":{}}},"Su5":{"type":"list","member":{"shape":"Su4"}},"Sub":{"type":"structure","members":{"OrConditions":{"shape":"Suc"},"AndConditions":{"shape":"Suc"},"StringCondition":{"shape":"Ss3"}}},"Suc":{"type":"list","member":{"shape":"Sub"}},"Suq":{"type":"structure","members":{"OrConditions":{"shape":"Sur"},"AndConditions":{"shape":"Sur"},"StringCondition":{"shape":"Ss3"}}},"Sur":{"type":"list","member":{"shape":"Suq"}},"Suv":{"type":"structure","members":{"OrConditions":{"shape":"Suw"},"AndConditions":{"shape":"Suw"},"StringCondition":{"shape":"Ss3"}}},"Suw":{"type":"list","member":{"shape":"Suv"}},"Sv3":{"type":"structure","members":{"OrConditions":{"shape":"Sv4"},"AndConditions":{"shape":"Sv4"},"StringCondition":{"shape":"Ss3"}}},"Sv4":{"type":"list","member":{"shape":"Sv3"}},"Svb":{"type":"structure","members":{"TagConditions":{"shape":"Srz"},"HierarchyGroupCondition":{"shape":"Svc"}}},"Svc":{"type":"structure","members":{"Value":{},"HierarchyGroupMatchType":{}}},"Sve":{"type":"structure","members":{"OrConditions":{"shape":"Svf"},"AndConditions":{"shape":"Svf"},"StringCondition":{"shape":"Ss3"},"ListCondition":{"type":"structure","members":{"TargetListType":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"StringCondition":{"shape":"Ss3"},"NumberCondition":{"type":"structure","members":{"FieldName":{},"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"ComparisonType":{}}}}}}}},"HierarchyGroupCondition":{"shape":"Svc"}}},"Svf":{"type":"list","member":{"shape":"Sve"}},"Sw4":{"type":"list","member":{}},"Sw6":{"type":"structure","required":["DisplayName"],"members":{"DisplayName":{}}},"Sw7":{"type":"structure","required":["StreamingEndpointArn"],"members":{"StreamingEndpointArn":{}}},"Sxo":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{"shape":"Seh"}}}},"S101":{"type":"structure","required":["Name"],"members":{"Name":{}}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-08-08","endpointPrefix":"connect","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amazon Connect","serviceFullName":"Amazon Connect Service","serviceId":"Connect","signatureVersion":"v4","signingName":"connect","uid":"connect-2017-08-08","auth":["aws.auth#sigv4"]},"operations":{"ActivateEvaluationForm":{"http":{"requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}}},"AssociateAnalyticsDataSet":{"http":{"method":"PUT","requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId","DataSetId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{},"TargetAccountId":{}}},"output":{"type":"structure","members":{"DataSetId":{},"TargetAccountId":{},"ResourceShareId":{},"ResourceShareArn":{}}}},"AssociateApprovedOrigin":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/approved-origin"},"input":{"type":"structure","required":["InstanceId","Origin"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Origin":{}}}},"AssociateBot":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/bot"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"AssociateDefaultVocabulary":{"http":{"method":"PUT","requestUri":"/default-vocabulary/{InstanceId}/{LanguageCode}"},"input":{"type":"structure","required":["InstanceId","LanguageCode"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LanguageCode":{"location":"uri","locationName":"LanguageCode"},"VocabularyId":{}}},"output":{"type":"structure","members":{}}},"AssociateFlow":{"http":{"method":"PUT","requestUri":"/flow-associations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ResourceId","FlowId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{},"FlowId":{},"ResourceType":{}}},"output":{"type":"structure","members":{}}},"AssociateInstanceStorageConfig":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/storage-config"},"input":{"type":"structure","required":["InstanceId","ResourceType","StorageConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{},"StorageConfig":{"shape":"St"}}},"output":{"type":"structure","members":{"AssociationId":{}}}},"AssociateLambdaFunction":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/lambda-function"},"input":{"type":"structure","required":["InstanceId","FunctionArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FunctionArn":{}}}},"AssociateLexBot":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/lex-bot"},"input":{"type":"structure","required":["InstanceId","LexBot"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"}}}},"AssociatePhoneNumberContactFlow":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}/contact-flow"},"input":{"type":"structure","required":["PhoneNumberId","InstanceId","ContactFlowId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"InstanceId":{},"ContactFlowId":{}}}},"AssociateQueueQuickConnects":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/associate-quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId","QuickConnectIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"QuickConnectIds":{"shape":"S1f"}}}},"AssociateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueConfigs"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueConfigs":{"shape":"S1j"}}}},"AssociateSecurityKey":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/security-key"},"input":{"type":"structure","required":["InstanceId","Key"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Key":{}}},"output":{"type":"structure","members":{"AssociationId":{}}}},"AssociateTrafficDistributionGroupUser":{"http":{"method":"PUT","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId","UserId","InstanceId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"UserId":{},"InstanceId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"AssociateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/associate-proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"shape":"S1x"}}}},"BatchAssociateAnalyticsDataSet":{"http":{"method":"PUT","requestUri":"/analytics-data/instance/{InstanceId}/associations"},"input":{"type":"structure","required":["InstanceId","DataSetIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetIds":{"shape":"S23"},"TargetAccountId":{}}},"output":{"type":"structure","members":{"Created":{"shape":"S25"},"Errors":{"shape":"S27"}}}},"BatchDisassociateAnalyticsDataSet":{"http":{"requestUri":"/analytics-data/instance/{InstanceId}/associations"},"input":{"type":"structure","required":["InstanceId","DataSetIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetIds":{"shape":"S23"},"TargetAccountId":{}}},"output":{"type":"structure","members":{"Deleted":{"shape":"S23"},"Errors":{"shape":"S27"}}}},"BatchGetAttachedFileMetadata":{"http":{"requestUri":"/attached-files/{InstanceId}"},"input":{"type":"structure","required":["FileIds","InstanceId","AssociatedResourceArn"],"members":{"FileIds":{"type":"list","member":{}},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{"Files":{"type":"list","member":{"type":"structure","required":["CreationTime","FileArn","FileId","FileName","FileSizeInBytes","FileStatus"],"members":{"CreationTime":{},"FileArn":{},"FileId":{},"FileName":{},"FileSizeInBytes":{"type":"long"},"FileStatus":{},"CreatedBy":{"shape":"S2l"},"FileUseCaseType":{},"AssociatedResourceArn":{},"Tags":{"shape":"S2n"}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{},"FileId":{}}}}}}},"BatchGetFlowAssociation":{"http":{"requestUri":"/flow-associations-batch/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ResourceIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceIds":{"type":"list","member":{}},"ResourceType":{}}},"output":{"type":"structure","members":{"FlowAssociationSummaryList":{"shape":"S2y"}}}},"BatchPutContact":{"http":{"method":"PUT","requestUri":"/contact/batch/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactDataRequestList"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactDataRequestList":{"type":"list","member":{"type":"structure","members":{"SystemEndpoint":{"shape":"S34"},"CustomerEndpoint":{"shape":"S34"},"RequestIdentifier":{},"QueueId":{},"Attributes":{"shape":"S38"},"Campaign":{"shape":"S3b"}}}}}},"output":{"type":"structure","members":{"SuccessfulRequestList":{"type":"list","member":{"type":"structure","members":{"RequestIdentifier":{},"ContactId":{}}}},"FailedRequestList":{"type":"list","member":{"type":"structure","members":{"RequestIdentifier":{},"FailureReasonCode":{},"FailureReasonMessage":{}}}}}},"idempotent":true},"ClaimPhoneNumber":{"http":{"requestUri":"/phone-number/claim"},"input":{"type":"structure","required":["PhoneNumber"],"members":{"TargetArn":{},"InstanceId":{},"PhoneNumber":{},"PhoneNumberDescription":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"CompleteAttachedFileUpload":{"http":{"requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{}}},"CreateAgentStatus":{"http":{"method":"PUT","requestUri":"/agent-status/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","State"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"State":{},"DisplayOrder":{"type":"integer"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"AgentStatusARN":{},"AgentStatusId":{}}}},"CreateContactFlow":{"http":{"method":"PUT","requestUri":"/contact-flows/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Type","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Type":{},"Description":{},"Content":{},"Status":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"ContactFlowId":{},"ContactFlowArn":{}}}},"CreateContactFlowModule":{"http":{"method":"PUT","requestUri":"/contact-flow-modules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"Content":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateEvaluationForm":{"http":{"method":"PUT","requestUri":"/evaluation-forms/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Title","Items"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{}}},"idempotent":true},"CreateHoursOfOperation":{"http":{"method":"PUT","requestUri":"/hours-of-operations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","TimeZone","Config"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"HoursOfOperationId":{},"HoursOfOperationArn":{}}}},"CreateInstance":{"http":{"method":"PUT","requestUri":"/instance"},"input":{"type":"structure","required":["IdentityManagementType","InboundCallsEnabled","OutboundCallsEnabled"],"members":{"ClientToken":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"DirectoryId":{},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateIntegrationAssociation":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/integration-associations"},"input":{"type":"structure","required":["InstanceId","IntegrationType","IntegrationArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationType":{},"IntegrationArn":{},"SourceApplicationUrl":{},"SourceApplicationName":{},"SourceType":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"IntegrationAssociationId":{},"IntegrationAssociationArn":{}}}},"CreateParticipant":{"http":{"requestUri":"/contact/create-participant"},"input":{"type":"structure","required":["InstanceId","ContactId","ParticipantDetails"],"members":{"InstanceId":{},"ContactId":{},"ClientToken":{"idempotencyToken":true},"ParticipantDetails":{"type":"structure","members":{"ParticipantRole":{},"DisplayName":{}}}}},"output":{"type":"structure","members":{"ParticipantCredentials":{"type":"structure","members":{"ParticipantToken":{},"Expiry":{}}},"ParticipantId":{}}}},"CreatePersistentContactAssociation":{"http":{"requestUri":"/contact/persistent-contact-association/{InstanceId}/{InitialContactId}"},"input":{"type":"structure","required":["InstanceId","InitialContactId","RehydrationType","SourceContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"InitialContactId":{"location":"uri","locationName":"InitialContactId"},"RehydrationType":{},"SourceContactId":{},"ClientToken":{}}},"output":{"type":"structure","members":{"ContinuedFromContactId":{}}}},"CreatePredefinedAttribute":{"http":{"method":"PUT","requestUri":"/predefined-attributes/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Values"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Values":{"shape":"S6e"}}}},"CreatePrompt":{"http":{"method":"PUT","requestUri":"/prompts/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","S3Uri"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"S3Uri":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"PromptARN":{},"PromptId":{}}}},"CreateQueue":{"http":{"method":"PUT","requestUri":"/queues/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"OutboundCallerConfig":{"shape":"S6n"},"HoursOfOperationId":{},"MaxContacts":{"type":"integer"},"QuickConnectIds":{"shape":"S1f"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"QueueArn":{},"QueueId":{}}}},"CreateQuickConnect":{"http":{"method":"PUT","requestUri":"/quick-connects/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","QuickConnectConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"QuickConnectConfig":{"shape":"S6u"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"QuickConnectARN":{},"QuickConnectId":{}}}},"CreateRoutingProfile":{"http":{"method":"PUT","requestUri":"/routing-profiles/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","Description","DefaultOutboundQueueId","MediaConcurrencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"DefaultOutboundQueueId":{},"QueueConfigs":{"shape":"S1j"},"MediaConcurrencies":{"shape":"S73"},"Tags":{"shape":"S2n"},"AgentAvailabilityTimer":{}}},"output":{"type":"structure","members":{"RoutingProfileArn":{},"RoutingProfileId":{}}}},"CreateRule":{"http":{"requestUri":"/rules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Name","TriggerEventSource","Function","Actions","PublishStatus"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"TriggerEventSource":{"shape":"S7c"},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["RuleArn","RuleId"],"members":{"RuleArn":{},"RuleId":{}}}},"CreateSecurityProfile":{"http":{"method":"PUT","requestUri":"/security-profiles/{InstanceId}"},"input":{"type":"structure","required":["SecurityProfileName","InstanceId"],"members":{"SecurityProfileName":{},"Description":{},"Permissions":{"shape":"S8k"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"Applications":{"shape":"S8r"},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}},"output":{"type":"structure","members":{"SecurityProfileId":{},"SecurityProfileArn":{}}}},"CreateTaskTemplate":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/task/template"},"input":{"type":"structure","required":["InstanceId","Name","Fields"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Status":{},"Fields":{"shape":"S9i"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["Id","Arn"],"members":{"Id":{},"Arn":{}}}},"CreateTrafficDistributionGroup":{"http":{"method":"PUT","requestUri":"/traffic-distribution-group"},"input":{"type":"structure","required":["Name","InstanceId"],"members":{"Name":{},"Description":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"CreateUseCase":{"http":{"method":"PUT","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId","UseCaseType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"UseCaseType":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"UseCaseId":{},"UseCaseArn":{}}}},"CreateUser":{"http":{"method":"PUT","requestUri":"/users/{InstanceId}"},"input":{"type":"structure","required":["Username","PhoneConfig","SecurityProfileIds","RoutingProfileId","InstanceId"],"members":{"Username":{},"Password":{"type":"string","sensitive":true},"IdentityInfo":{"shape":"Sa5"},"PhoneConfig":{"shape":"Sa9"},"DirectoryUserId":{},"SecurityProfileIds":{"shape":"Sae"},"RoutingProfileId":{},"HierarchyGroupId":{},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"UserId":{},"UserArn":{}}}},"CreateUserHierarchyGroup":{"http":{"method":"PUT","requestUri":"/user-hierarchy-groups/{InstanceId}"},"input":{"type":"structure","required":["Name","InstanceId"],"members":{"Name":{},"ParentGroupId":{},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"HierarchyGroupId":{},"HierarchyGroupArn":{}}}},"CreateView":{"http":{"method":"PUT","requestUri":"/views/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Status","Content","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ClientToken":{},"Status":{},"Content":{"shape":"San"},"Description":{},"Name":{"shape":"Sas"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}},"idempotent":true},"CreateViewVersion":{"http":{"method":"PUT","requestUri":"/views/{InstanceId}/{ViewId}/versions"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"VersionDescription":{},"ViewContentSha256":{}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}},"idempotent":true},"CreateVocabulary":{"http":{"requestUri":"/vocabulary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","VocabularyName","LanguageCode","Content"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyName":{},"LanguageCode":{},"Content":{},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","required":["VocabularyArn","VocabularyId","State"],"members":{"VocabularyArn":{},"VocabularyId":{},"State":{}}}},"DeactivateEvaluationForm":{"http":{"requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}}},"DeleteAttachedFile":{"http":{"method":"DELETE","requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","members":{}}},"DeleteContactEvaluation":{"http":{"method":"DELETE","requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"}}},"idempotent":true},"DeleteContactFlow":{"http":{"method":"DELETE","requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"}}},"output":{"type":"structure","members":{}}},"DeleteContactFlowModule":{"http":{"method":"DELETE","requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"}}},"output":{"type":"structure","members":{}}},"DeleteEvaluationForm":{"http":{"method":"DELETE","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"location":"querystring","locationName":"version","type":"integer"}}},"idempotent":true},"DeleteHoursOfOperation":{"http":{"method":"DELETE","requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"}}}},"DeleteInstance":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"DeleteIntegrationAssociation":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"}}}},"DeletePredefinedAttribute":{"http":{"method":"DELETE","requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"}}},"idempotent":true},"DeletePrompt":{"http":{"method":"DELETE","requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}}},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/queues/{InstanceId}/{QueueId}"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"}}}},"DeleteQuickConnect":{"http":{"method":"DELETE","requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"}}}},"DeleteRoutingProfile":{"http":{"method":"DELETE","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"}}}},"DeleteRule":{"http":{"method":"DELETE","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["InstanceId","RuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RuleId":{"location":"uri","locationName":"RuleId"}}}},"DeleteSecurityProfile":{"http":{"method":"DELETE","requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["InstanceId","SecurityProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"}}}},"DeleteTaskTemplate":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["InstanceId","TaskTemplateId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"}}},"output":{"type":"structure","members":{}}},"DeleteTrafficDistributionGroup":{"http":{"method":"DELETE","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"}}},"output":{"type":"structure","members":{}}},"DeleteUseCase":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId","UseCaseId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"UseCaseId":{"location":"uri","locationName":"UseCaseId"}}}},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/users/{InstanceId}/{UserId}"},"input":{"type":"structure","required":["InstanceId","UserId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"}}}},"DeleteUserHierarchyGroup":{"http":{"method":"DELETE","requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"},"input":{"type":"structure","required":["HierarchyGroupId","InstanceId"],"members":{"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"DeleteView":{"http":{"method":"DELETE","requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"}}},"output":{"type":"structure","members":{}}},"DeleteViewVersion":{"http":{"method":"DELETE","requestUri":"/views/{InstanceId}/{ViewId}/versions/{ViewVersion}"},"input":{"type":"structure","required":["InstanceId","ViewId","ViewVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"ViewVersion":{"location":"uri","locationName":"ViewVersion","type":"integer"}}},"output":{"type":"structure","members":{}}},"DeleteVocabulary":{"http":{"requestUri":"/vocabulary-remove/{InstanceId}/{VocabularyId}"},"input":{"type":"structure","required":["InstanceId","VocabularyId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyId":{"location":"uri","locationName":"VocabularyId"}}},"output":{"type":"structure","required":["VocabularyArn","VocabularyId","State"],"members":{"VocabularyArn":{},"VocabularyId":{},"State":{}}}},"DescribeAgentStatus":{"http":{"method":"GET","requestUri":"/agent-status/{InstanceId}/{AgentStatusId}"},"input":{"type":"structure","required":["InstanceId","AgentStatusId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{"location":"uri","locationName":"AgentStatusId"}}},"output":{"type":"structure","members":{"AgentStatus":{"shape":"Sc8"}}}},"DescribeAuthenticationProfile":{"http":{"method":"GET","requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"},"input":{"type":"structure","required":["AuthenticationProfileId","InstanceId"],"members":{"AuthenticationProfileId":{"location":"uri","locationName":"AuthenticationProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"AuthenticationProfile":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"AllowedIps":{"shape":"Sch"},"BlockedIps":{"shape":"Sch"},"IsDefault":{"type":"boolean"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"PeriodicSessionDuration":{"type":"integer"},"MaxSessionDuration":{"type":"integer"}}}}}},"DescribeContact":{"http":{"method":"GET","requestUri":"/contacts/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"}}},"output":{"type":"structure","members":{"Contact":{"type":"structure","members":{"Arn":{},"Id":{},"InitialContactId":{},"PreviousContactId":{},"InitiationMethod":{},"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"Channel":{},"QueueInfo":{"type":"structure","members":{"Id":{},"EnqueueTimestamp":{"type":"timestamp"}}},"AgentInfo":{"type":"structure","members":{"Id":{},"ConnectedToAgentTimestamp":{"type":"timestamp"},"AgentPauseDurationInSeconds":{"type":"integer"},"HierarchyGroups":{"type":"structure","members":{"Level1":{"shape":"Scx"},"Level2":{"shape":"Scx"},"Level3":{"shape":"Scx"},"Level4":{"shape":"Scx"},"Level5":{"shape":"Scx"}}},"DeviceInfo":{"shape":"Scy"},"Capabilities":{"shape":"Sd2"}}},"InitiationTimestamp":{"type":"timestamp"},"DisconnectTimestamp":{"type":"timestamp"},"LastUpdateTimestamp":{"type":"timestamp"},"LastPausedTimestamp":{"type":"timestamp"},"LastResumedTimestamp":{"type":"timestamp"},"TotalPauseCount":{"type":"integer"},"TotalPauseDurationInSeconds":{"type":"integer"},"ScheduledTimestamp":{"type":"timestamp"},"RelatedContactId":{},"WisdomInfo":{"type":"structure","members":{"SessionArn":{}}},"QueueTimeAdjustmentSeconds":{"type":"integer"},"QueuePriority":{"type":"long"},"Tags":{"shape":"Sd9"},"ConnectedToSystemTimestamp":{"type":"timestamp"},"RoutingCriteria":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","members":{"Expiry":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"ExpiryTimestamp":{"type":"timestamp"}}},"Expression":{"shape":"Sdh"},"Status":{}}}},"ActivationTimestamp":{"type":"timestamp"},"Index":{"type":"integer"}}},"Customer":{"type":"structure","members":{"DeviceInfo":{"shape":"Scy"},"Capabilities":{"shape":"Sd2"}}},"Campaign":{"shape":"S3b"},"AnsweringMachineDetectionStatus":{},"CustomerVoiceActivity":{"type":"structure","members":{"GreetingStartTimestamp":{"type":"timestamp"},"GreetingEndTimestamp":{"type":"timestamp"}}},"QualityMetrics":{"type":"structure","members":{"Agent":{"type":"structure","members":{"Audio":{"shape":"Sdy"}}},"Customer":{"type":"structure","members":{"Audio":{"shape":"Sdy"}}}}},"DisconnectDetails":{"type":"structure","members":{"PotentialDisconnectIssue":{}}},"SegmentAttributes":{"shape":"Se5"}}}}}},"DescribeContactEvaluation":{"http":{"method":"GET","requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"}}},"output":{"type":"structure","required":["Evaluation","EvaluationForm"],"members":{"Evaluation":{"type":"structure","required":["EvaluationId","EvaluationArn","Metadata","Answers","Notes","Status","CreatedTime","LastModifiedTime"],"members":{"EvaluationId":{},"EvaluationArn":{},"Metadata":{"type":"structure","required":["ContactId","EvaluatorArn"],"members":{"ContactId":{},"EvaluatorArn":{},"ContactAgentId":{},"Score":{"shape":"Sed"}}},"Answers":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{"shape":"Seh"},"SystemSuggestedValue":{"shape":"Seh"}}}},"Notes":{"shape":"Sek"},"Status":{},"Scores":{"type":"map","key":{},"value":{"shape":"Sed"}},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Tags":{"shape":"S2n"}}},"EvaluationForm":{"type":"structure","required":["EvaluationFormVersion","EvaluationFormId","EvaluationFormArn","Title","Items"],"members":{"EvaluationFormVersion":{"type":"integer"},"EvaluationFormId":{},"EvaluationFormArn":{},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"}}}}}},"DescribeContactFlow":{"http":{"method":"GET","requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"}}},"output":{"type":"structure","members":{"ContactFlow":{"shape":"Ses"}}}},"DescribeContactFlowModule":{"http":{"method":"GET","requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"}}},"output":{"type":"structure","members":{"ContactFlowModule":{"shape":"Sew"}}}},"DescribeEvaluationForm":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"location":"querystring","locationName":"version","type":"integer"}}},"output":{"type":"structure","required":["EvaluationForm"],"members":{"EvaluationForm":{"type":"structure","required":["EvaluationFormId","EvaluationFormVersion","Locked","EvaluationFormArn","Title","Status","Items","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy"],"members":{"EvaluationFormId":{},"EvaluationFormVersion":{"type":"integer"},"Locked":{"type":"boolean"},"EvaluationFormArn":{},"Title":{},"Description":{},"Status":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{},"Tags":{"shape":"S2n"}}}}}},"DescribeHoursOfOperation":{"http":{"method":"GET","requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"}}},"output":{"type":"structure","members":{"HoursOfOperation":{"shape":"Sf6"}}}},"DescribeInstance":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"Instance":{"type":"structure","members":{"Id":{},"Arn":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"CreatedTime":{"type":"timestamp"},"ServiceRole":{},"InstanceStatus":{},"StatusReason":{"type":"structure","members":{"Message":{}}},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"InstanceAccessUrl":{},"Tags":{"shape":"S2n"}}}}}},"DescribeInstanceAttribute":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"},"input":{"type":"structure","required":["InstanceId","AttributeType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AttributeType":{"location":"uri","locationName":"AttributeType"}}},"output":{"type":"structure","members":{"Attribute":{"shape":"Sfg"}}}},"DescribeInstanceStorageConfig":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"StorageConfig":{"shape":"St"}}}},"DescribePhoneNumber":{"http":{"method":"GET","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"}}},"output":{"type":"structure","members":{"ClaimedPhoneNumberSummary":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{},"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"PhoneNumberDescription":{},"TargetArn":{},"InstanceId":{},"Tags":{"shape":"S2n"},"PhoneNumberStatus":{"type":"structure","members":{"Status":{},"Message":{}}},"SourcePhoneNumberArn":{}}}}}},"DescribePredefinedAttribute":{"http":{"method":"GET","requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"PredefinedAttribute":{"shape":"Sfu"}}}},"DescribePrompt":{"http":{"method":"GET","requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}},"output":{"type":"structure","members":{"Prompt":{"shape":"Sfx"}}}},"DescribeQueue":{"http":{"method":"GET","requestUri":"/queues/{InstanceId}/{QueueId}"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"}}},"output":{"type":"structure","members":{"Queue":{"shape":"Sg0"}}}},"DescribeQuickConnect":{"http":{"method":"GET","requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"}}},"output":{"type":"structure","members":{"QuickConnect":{"shape":"Sg4"}}}},"DescribeRoutingProfile":{"http":{"method":"GET","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"}}},"output":{"type":"structure","members":{"RoutingProfile":{"shape":"Sg7"}}}},"DescribeRule":{"http":{"method":"GET","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["InstanceId","RuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RuleId":{"location":"uri","locationName":"RuleId"}}},"output":{"type":"structure","required":["Rule"],"members":{"Rule":{"type":"structure","required":["Name","RuleId","RuleArn","TriggerEventSource","Function","Actions","PublishStatus","CreatedTime","LastUpdatedTime","LastUpdatedBy"],"members":{"Name":{},"RuleId":{},"RuleArn":{},"TriggerEventSource":{"shape":"S7c"},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{},"Tags":{"shape":"S2n"}}}}}},"DescribeSecurityProfile":{"http":{"method":"GET","requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"SecurityProfile":{"type":"structure","members":{"Id":{},"OrganizationResourceId":{},"Arn":{},"SecurityProfileName":{},"Description":{},"Tags":{"shape":"S2n"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}}}}},"DescribeTrafficDistributionGroup":{"http":{"method":"GET","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"}}},"output":{"type":"structure","members":{"TrafficDistributionGroup":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"InstanceArn":{},"Status":{},"Tags":{"shape":"S2n"},"IsDefault":{"type":"boolean"}}}}}},"DescribeUser":{"http":{"method":"GET","requestUri":"/users/{InstanceId}/{UserId}"},"input":{"type":"structure","required":["UserId","InstanceId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"User":{"type":"structure","members":{"Id":{},"Arn":{},"Username":{},"IdentityInfo":{"shape":"Sa5"},"PhoneConfig":{"shape":"Sa9"},"DirectoryUserId":{},"SecurityProfileIds":{"shape":"Sae"},"RoutingProfileId":{},"HierarchyGroupId":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}},"DescribeUserHierarchyGroup":{"http":{"method":"GET","requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"},"input":{"type":"structure","required":["HierarchyGroupId","InstanceId"],"members":{"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"HierarchyGroup":{"shape":"Sgr"}}}},"DescribeUserHierarchyStructure":{"http":{"method":"GET","requestUri":"/user-hierarchy-structure/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"HierarchyStructure":{"type":"structure","members":{"LevelOne":{"shape":"Sgy"},"LevelTwo":{"shape":"Sgy"},"LevelThree":{"shape":"Sgy"},"LevelFour":{"shape":"Sgy"},"LevelFive":{"shape":"Sgy"}}}}}},"DescribeView":{"http":{"method":"GET","requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}}},"DescribeVocabulary":{"http":{"method":"GET","requestUri":"/vocabulary/{InstanceId}/{VocabularyId}"},"input":{"type":"structure","required":["InstanceId","VocabularyId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"VocabularyId":{"location":"uri","locationName":"VocabularyId"}}},"output":{"type":"structure","required":["Vocabulary"],"members":{"Vocabulary":{"type":"structure","required":["Name","Id","Arn","LanguageCode","State","LastModifiedTime"],"members":{"Name":{},"Id":{},"Arn":{},"LanguageCode":{},"State":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"Content":{},"Tags":{"shape":"S2n"}}}}}},"DisassociateAnalyticsDataSet":{"http":{"requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId","DataSetId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{},"TargetAccountId":{}}}},"DisassociateApprovedOrigin":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/approved-origin"},"input":{"type":"structure","required":["InstanceId","Origin"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Origin":{"location":"querystring","locationName":"origin"}}}},"DisassociateBot":{"http":{"requestUri":"/instance/{InstanceId}/bot"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"DisassociateFlow":{"http":{"method":"DELETE","requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"},"input":{"type":"structure","required":["InstanceId","ResourceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{"location":"uri","locationName":"ResourceId"},"ResourceType":{"location":"uri","locationName":"ResourceType"}}},"output":{"type":"structure","members":{}}},"DisassociateInstanceStorageConfig":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}}},"DisassociateLambdaFunction":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/lambda-function"},"input":{"type":"structure","required":["InstanceId","FunctionArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FunctionArn":{"location":"querystring","locationName":"functionArn"}}}},"DisassociateLexBot":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/lex-bot"},"input":{"type":"structure","required":["InstanceId","BotName","LexRegion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"BotName":{"location":"querystring","locationName":"botName"},"LexRegion":{"location":"querystring","locationName":"lexRegion"}}}},"DisassociatePhoneNumberContactFlow":{"http":{"method":"DELETE","requestUri":"/phone-number/{PhoneNumberId}/contact-flow"},"input":{"type":"structure","required":["PhoneNumberId","InstanceId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"InstanceId":{"location":"querystring","locationName":"instanceId"}}}},"DisassociateQueueQuickConnects":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/disassociate-quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId","QuickConnectIds"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"QuickConnectIds":{"shape":"S1f"}}}},"DisassociateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueReferences"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueReferences":{"type":"list","member":{"shape":"S1l"}}}}},"DisassociateSecurityKey":{"http":{"method":"DELETE","requestUri":"/instance/{InstanceId}/security-key/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"}}}},"DisassociateTrafficDistributionGroupUser":{"http":{"method":"DELETE","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId","UserId","InstanceId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"UserId":{"location":"querystring","locationName":"UserId"},"InstanceId":{"location":"querystring","locationName":"InstanceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisassociateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/disassociate-proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"type":"list","member":{"type":"structure","required":["AttributeName","AttributeValue"],"members":{"AttributeName":{},"AttributeValue":{}}}}}}},"DismissUserContact":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/contact"},"input":{"type":"structure","required":["UserId","InstanceId","ContactId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{}}},"output":{"type":"structure","members":{}}},"GetAttachedFile":{"http":{"method":"GET","requestUri":"/attached-files/{InstanceId}/{FileId}"},"input":{"type":"structure","required":["InstanceId","FileId","AssociatedResourceArn"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileId":{"location":"uri","locationName":"FileId"},"UrlExpiryInSeconds":{"location":"querystring","locationName":"urlExpiryInSeconds","type":"integer"},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"}}},"output":{"type":"structure","required":["FileSizeInBytes"],"members":{"FileArn":{},"FileId":{},"CreationTime":{},"FileStatus":{},"FileName":{},"FileSizeInBytes":{"type":"long"},"AssociatedResourceArn":{},"FileUseCaseType":{},"CreatedBy":{"shape":"S2l"},"DownloadUrlMetadata":{"type":"structure","members":{"Url":{},"UrlExpiry":{}}},"Tags":{"shape":"S2n"}}}},"GetContactAttributes":{"http":{"method":"GET","requestUri":"/contact/attributes/{InstanceId}/{InitialContactId}"},"input":{"type":"structure","required":["InstanceId","InitialContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"InitialContactId":{"location":"uri","locationName":"InitialContactId"}}},"output":{"type":"structure","members":{"Attributes":{"shape":"S38"}}}},"GetCurrentMetricData":{"http":{"requestUri":"/metrics/current/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Filters","CurrentMetrics"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Filters":{"shape":"Shz"},"Groupings":{"shape":"Si5"},"CurrentMetrics":{"type":"list","member":{"shape":"Si8"}},"NextToken":{},"MaxResults":{"type":"integer"},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"SortByMetric":{},"SortOrder":{}}}}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"shape":"Sij"},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Si8"},"Value":{"type":"double"}}}}}}},"DataSnapshotTime":{"type":"timestamp"},"ApproximateTotalCount":{"type":"long"}}}},"GetCurrentUserData":{"http":{"requestUri":"/metrics/userdata/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","Filters"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Filters":{"type":"structure","members":{"Queues":{"shape":"Si0"},"ContactFilter":{"type":"structure","members":{"ContactStates":{"type":"list","member":{}}}},"RoutingProfiles":{"shape":"Si2"},"Agents":{"type":"list","member":{}},"UserHierarchyGroups":{"type":"list","member":{}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"UserDataList":{"type":"list","member":{"type":"structure","members":{"User":{"type":"structure","members":{"Id":{},"Arn":{}}},"RoutingProfile":{"shape":"Sil"},"HierarchyPath":{"type":"structure","members":{"LevelOne":{"shape":"Sj2"},"LevelTwo":{"shape":"Sj2"},"LevelThree":{"shape":"Sj2"},"LevelFour":{"shape":"Sj2"},"LevelFive":{"shape":"Sj2"}}},"Status":{"type":"structure","members":{"StatusStartTimestamp":{"type":"timestamp"},"StatusArn":{},"StatusName":{}}},"AvailableSlotsByChannel":{"shape":"Sj4"},"MaxSlotsByChannel":{"shape":"Sj4"},"ActiveSlotsByChannel":{"shape":"Sj4"},"Contacts":{"type":"list","member":{"type":"structure","members":{"ContactId":{},"Channel":{},"InitiationMethod":{},"AgentContactState":{},"StateStartTimestamp":{"type":"timestamp"},"ConnectedToAgentTimestamp":{"type":"timestamp"},"Queue":{"shape":"Sik"}}}},"NextStatus":{}}}},"ApproximateTotalCount":{"type":"long"}}}},"GetFederationToken":{"http":{"method":"GET","requestUri":"/user/federate/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"}}},"output":{"type":"structure","members":{"Credentials":{"type":"structure","members":{"AccessToken":{"shape":"Sjb"},"AccessTokenExpiration":{"type":"timestamp"},"RefreshToken":{"shape":"Sjb"},"RefreshTokenExpiration":{"type":"timestamp"}},"sensitive":true},"SignInUrl":{},"UserArn":{},"UserId":{}}}},"GetFlowAssociation":{"http":{"method":"GET","requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"},"input":{"type":"structure","required":["InstanceId","ResourceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceId":{"location":"uri","locationName":"ResourceId"},"ResourceType":{"location":"uri","locationName":"ResourceType"}}},"output":{"type":"structure","members":{"ResourceId":{},"FlowId":{},"ResourceType":{}}}},"GetMetricData":{"http":{"requestUri":"/metrics/historical/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","StartTime","EndTime","Filters","HistoricalMetrics"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Filters":{"shape":"Shz"},"Groupings":{"shape":"Si5"},"HistoricalMetrics":{"type":"list","member":{"shape":"Sjg"}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"shape":"Sij"},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Sjg"},"Value":{"type":"double"}}}}}}}}}},"GetMetricDataV2":{"http":{"requestUri":"/metrics/data"},"input":{"type":"structure","required":["ResourceArn","StartTime","EndTime","Filters","Metrics"],"members":{"ResourceArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Interval":{"type":"structure","members":{"TimeZone":{},"IntervalPeriod":{}}},"Filters":{"type":"list","member":{"type":"structure","members":{"FilterKey":{},"FilterValues":{"type":"list","member":{}}}}},"Groupings":{"type":"list","member":{}},"Metrics":{"type":"list","member":{"shape":"Sk1"}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MetricResults":{"type":"list","member":{"type":"structure","members":{"Dimensions":{"type":"map","key":{},"value":{}},"MetricInterval":{"type":"structure","members":{"Interval":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Collections":{"type":"list","member":{"type":"structure","members":{"Metric":{"shape":"Sk1"},"Value":{"type":"double"}}}}}}}}}},"GetPromptFile":{"http":{"method":"GET","requestUri":"/prompts/{InstanceId}/{PromptId}/file"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"}}},"output":{"type":"structure","members":{"PromptPresignedUrl":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"GetTaskTemplate":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["InstanceId","TaskTemplateId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"},"SnapshotVersion":{"location":"querystring","locationName":"snapshotVersion"}}},"output":{"type":"structure","required":["Id","Arn","Name"],"members":{"InstanceId":{},"Id":{},"Arn":{},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Fields":{"shape":"S9i"},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"},"Tags":{"shape":"S2n"}}}},"GetTrafficDistribution":{"http":{"method":"GET","requestUri":"/traffic-distribution/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"TelephonyConfig":{"shape":"Skq"},"Id":{},"Arn":{},"SignInConfig":{"shape":"Skv"},"AgentConfig":{"shape":"Sky"}}}},"ImportPhoneNumber":{"http":{"requestUri":"/phone-number/import"},"input":{"type":"structure","required":["InstanceId","SourcePhoneNumberArn"],"members":{"InstanceId":{},"SourcePhoneNumberArn":{},"PhoneNumberDescription":{},"Tags":{"shape":"S2n"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"ListAgentStatuses":{"http":{"method":"GET","requestUri":"/agent-status/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"AgentStatusTypes":{"location":"querystring","locationName":"AgentStatusTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{"NextToken":{},"AgentStatusSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Type":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}}},"ListAnalyticsDataAssociations":{"http":{"method":"GET","requestUri":"/analytics-data/instance/{InstanceId}/association"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"DataSetId":{"location":"querystring","locationName":"DataSetId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Results":{"shape":"S25"},"NextToken":{}}}},"ListApprovedOrigins":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/approved-origins"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Origins":{"type":"list","member":{}},"NextToken":{}}}},"ListAuthenticationProfiles":{"http":{"method":"GET","requestUri":"/authentication-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"AuthenticationProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"IsDefault":{"type":"boolean"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListBots":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/bots"},"input":{"type":"structure","required":["InstanceId","LexVersion"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"LexVersion":{"location":"querystring","locationName":"lexVersion"}}},"output":{"type":"structure","members":{"LexBots":{"type":"list","member":{"type":"structure","members":{"LexBot":{"shape":"Sf"},"LexV2Bot":{"shape":"Si"}}}},"NextToken":{}}}},"ListContactEvaluations":{"http":{"method":"GET","requestUri":"/contact-evaluations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"querystring","locationName":"contactId"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationSummaryList"],"members":{"EvaluationSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationId","EvaluationArn","EvaluationFormTitle","EvaluationFormId","Status","EvaluatorArn","CreatedTime","LastModifiedTime"],"members":{"EvaluationId":{},"EvaluationArn":{},"EvaluationFormTitle":{},"EvaluationFormId":{},"Status":{},"EvaluatorArn":{},"Score":{"shape":"Sed"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListContactFlowModules":{"http":{"method":"GET","requestUri":"/contact-flow-modules-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ContactFlowModuleState":{"location":"querystring","locationName":"state"}}},"output":{"type":"structure","members":{"ContactFlowModulesSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"State":{}}}},"NextToken":{}}}},"ListContactFlows":{"http":{"method":"GET","requestUri":"/contact-flows-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowTypes":{"location":"querystring","locationName":"contactFlowTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ContactFlowSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"ContactFlowType":{},"ContactFlowState":{},"ContactFlowStatus":{}}}},"NextToken":{}}}},"ListContactReferences":{"http":{"method":"GET","requestUri":"/contact/references/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","ReferenceTypes"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"ReferenceTypes":{"location":"querystring","locationName":"referenceTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ReferenceSummaryList":{"type":"list","member":{"type":"structure","members":{"Url":{"type":"structure","members":{"Name":{},"Value":{}}},"Attachment":{"type":"structure","members":{"Name":{},"Value":{},"Status":{}}},"String":{"type":"structure","members":{"Name":{},"Value":{}}},"Number":{"type":"structure","members":{"Name":{},"Value":{}}},"Date":{"type":"structure","members":{"Name":{},"Value":{}}},"Email":{"type":"structure","members":{"Name":{},"Value":{}}}},"union":true}},"NextToken":{}}}},"ListDefaultVocabularies":{"http":{"requestUri":"/default-vocabulary-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"LanguageCode":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["DefaultVocabularyList"],"members":{"DefaultVocabularyList":{"type":"list","member":{"type":"structure","required":["InstanceId","LanguageCode","VocabularyId","VocabularyName"],"members":{"InstanceId":{},"LanguageCode":{},"VocabularyId":{},"VocabularyName":{}}}},"NextToken":{}}}},"ListEvaluationFormVersions":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationFormVersionSummaryList"],"members":{"EvaluationFormVersionSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationFormArn","EvaluationFormId","EvaluationFormVersion","Locked","Status","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy"],"members":{"EvaluationFormArn":{},"EvaluationFormId":{},"EvaluationFormVersion":{"type":"integer"},"Locked":{"type":"boolean"},"Status":{},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{}}}},"NextToken":{}}}},"ListEvaluationForms":{"http":{"method":"GET","requestUri":"/evaluation-forms/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["EvaluationFormSummaryList"],"members":{"EvaluationFormSummaryList":{"type":"list","member":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","Title","CreatedTime","CreatedBy","LastModifiedTime","LastModifiedBy","LatestVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"Title":{},"CreatedTime":{"type":"timestamp"},"CreatedBy":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{},"LastActivatedTime":{"type":"timestamp"},"LastActivatedBy":{},"LatestVersion":{"type":"integer"},"ActiveVersion":{"type":"integer"}}}},"NextToken":{}}}},"ListFlowAssociations":{"http":{"method":"GET","requestUri":"/flow-associations-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{"location":"querystring","locationName":"ResourceType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"FlowAssociationSummaryList":{"shape":"S2y"},"NextToken":{}}}},"ListHoursOfOperations":{"http":{"method":"GET","requestUri":"/hours-of-operations-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"HoursOfOperationSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListInstanceAttributes":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/attributes"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Attributes":{"type":"list","member":{"shape":"Sfg"}},"NextToken":{}}}},"ListInstanceStorageConfigs":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/storage-configs"},"input":{"type":"structure","required":["InstanceId","ResourceType"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"StorageConfigs":{"type":"list","member":{"shape":"St"}},"NextToken":{}}}},"ListInstances":{"http":{"method":"GET","requestUri":"/instance"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"InstanceSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"IdentityManagementType":{},"InstanceAlias":{"shape":"S5q"},"CreatedTime":{"type":"timestamp"},"ServiceRole":{},"InstanceStatus":{},"InboundCallsEnabled":{"type":"boolean"},"OutboundCallsEnabled":{"type":"boolean"},"InstanceAccessUrl":{}}}},"NextToken":{}}}},"ListIntegrationAssociations":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/integration-associations"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationType":{"location":"querystring","locationName":"integrationType"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"IntegrationArn":{"location":"querystring","locationName":"integrationArn"}}},"output":{"type":"structure","members":{"IntegrationAssociationSummaryList":{"type":"list","member":{"type":"structure","members":{"IntegrationAssociationId":{},"IntegrationAssociationArn":{},"InstanceId":{},"IntegrationType":{},"IntegrationArn":{},"SourceApplicationUrl":{},"SourceApplicationName":{},"SourceType":{}}}},"NextToken":{}}}},"ListLambdaFunctions":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/lambda-functions"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"LambdaFunctions":{"type":"list","member":{}},"NextToken":{}}}},"ListLexBots":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/lex-bots"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"LexBots":{"type":"list","member":{"shape":"Sf"}},"NextToken":{}}}},"ListPhoneNumbers":{"http":{"method":"GET","requestUri":"/phone-numbers-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PhoneNumberTypes":{"shape":"Sni","location":"querystring","locationName":"phoneNumberTypes"},"PhoneNumberCountryCodes":{"shape":"Snj","location":"querystring","locationName":"phoneNumberCountryCodes"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"PhoneNumberSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"PhoneNumber":{},"PhoneNumberType":{},"PhoneNumberCountryCode":{}}}},"NextToken":{}}}},"ListPhoneNumbersV2":{"http":{"requestUri":"/phone-number/list"},"input":{"type":"structure","members":{"TargetArn":{},"InstanceId":{},"MaxResults":{"type":"integer"},"NextToken":{},"PhoneNumberCountryCodes":{"shape":"Snj"},"PhoneNumberTypes":{"shape":"Sni"},"PhoneNumberPrefix":{}}},"output":{"type":"structure","members":{"NextToken":{},"ListPhoneNumbersSummaryList":{"type":"list","member":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{},"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"TargetArn":{},"InstanceId":{},"PhoneNumberDescription":{},"SourcePhoneNumberArn":{}}}}}}},"ListPredefinedAttributes":{"http":{"method":"GET","requestUri":"/predefined-attributes/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"PredefinedAttributeSummaryList":{"type":"list","member":{"type":"structure","members":{"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}}}}},"ListPrompts":{"http":{"method":"GET","requestUri":"/prompts-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"PromptSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListQueueQuickConnects":{"http":{"method":"GET","requestUri":"/queues/{InstanceId}/{QueueId}/quick-connects"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"QuickConnectSummaryList":{"shape":"So4"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListQueues":{"http":{"method":"GET","requestUri":"/queues-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueTypes":{"location":"querystring","locationName":"queueTypes","type":"list","member":{}},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"QueueSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"QueueType":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListQuickConnects":{"http":{"method":"GET","requestUri":"/quick-connects/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"QuickConnectTypes":{"location":"querystring","locationName":"QuickConnectTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{"QuickConnectSummaryList":{"shape":"So4"},"NextToken":{}}}},"ListRealtimeContactAnalysisSegmentsV2":{"http":{"requestUri":"/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","OutputType","SegmentTypes"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"MaxResults":{"type":"integer"},"NextToken":{},"OutputType":{},"SegmentTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["Channel","Status","Segments"],"members":{"Channel":{},"Status":{},"Segments":{"type":"list","member":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Content","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"Content":{},"ContentType":{},"Time":{"shape":"Sot"},"Redaction":{"type":"structure","members":{"CharacterOffsets":{"type":"list","member":{"shape":"Sox"}}}},"Sentiment":{}}},"Categories":{"type":"structure","required":["MatchedDetails"],"members":{"MatchedDetails":{"type":"map","key":{},"value":{"type":"structure","required":["PointsOfInterest"],"members":{"PointsOfInterest":{"type":"list","member":{"type":"structure","members":{"TranscriptItems":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"CharacterOffsets":{"shape":"Sox"}}}}}}}}}}}},"Issues":{"type":"structure","required":["IssuesDetected"],"members":{"IssuesDetected":{"type":"list","member":{"type":"structure","required":["TranscriptItems"],"members":{"TranscriptItems":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Content":{},"Id":{},"CharacterOffsets":{"shape":"Sox"}}}}}}}}},"Event":{"type":"structure","required":["Id","EventType","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"EventType":{},"Time":{"shape":"Sot"}}},"Attachments":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Attachments","Time"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"DisplayName":{},"Attachments":{"type":"list","member":{"type":"structure","required":["AttachmentName","AttachmentId"],"members":{"AttachmentName":{},"ContentType":{},"AttachmentId":{},"Status":{}}}},"Time":{"shape":"Sot"}}},"PostContactSummary":{"type":"structure","required":["Status"],"members":{"Content":{},"Status":{},"FailureCode":{}}}},"union":true}},"NextToken":{}}}},"ListRoutingProfileQueues":{"http":{"method":"GET","requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"RoutingProfileQueueConfigSummaryList":{"type":"list","member":{"type":"structure","required":["QueueId","QueueArn","QueueName","Priority","Delay","Channel"],"members":{"QueueId":{},"QueueArn":{},"QueueName":{},"Priority":{"type":"integer"},"Delay":{"type":"integer"},"Channel":{}}}},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListRoutingProfiles":{"http":{"method":"GET","requestUri":"/routing-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"RoutingProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListRules":{"http":{"method":"GET","requestUri":"/rules/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PublishStatus":{"location":"querystring","locationName":"publishStatus"},"EventSourceName":{"location":"querystring","locationName":"eventSourceName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["RuleSummaryList"],"members":{"RuleSummaryList":{"type":"list","member":{"type":"structure","required":["Name","RuleId","RuleArn","EventSourceName","PublishStatus","ActionSummaries","CreatedTime","LastUpdatedTime"],"members":{"Name":{},"RuleId":{},"RuleArn":{},"EventSourceName":{},"PublishStatus":{},"ActionSummaries":{"type":"list","member":{"type":"structure","required":["ActionType"],"members":{"ActionType":{}}}},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSecurityKeys":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/security-keys"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"SecurityKeys":{"type":"list","member":{"type":"structure","members":{"AssociationId":{},"Key":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSecurityProfileApplications":{"http":{"method":"GET","requestUri":"/security-profiles-applications/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Applications":{"shape":"S8r"},"NextToken":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListSecurityProfilePermissions":{"http":{"method":"GET","requestUri":"/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"Permissions":{"shape":"S8k"},"NextToken":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListSecurityProfiles":{"http":{"method":"GET","requestUri":"/security-profiles-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"SecurityProfileSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S2n"}}}},"ListTaskTemplates":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/task/template"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"Status":{"location":"querystring","locationName":"status"},"Name":{"location":"querystring","locationName":"name"}}},"output":{"type":"structure","members":{"TaskTemplates":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"Description":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTrafficDistributionGroupUsers":{"http":{"method":"GET","requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user"},"input":{"type":"structure","required":["TrafficDistributionGroupId"],"members":{"TrafficDistributionGroupId":{"location":"uri","locationName":"TrafficDistributionGroupId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"TrafficDistributionGroupUserSummaryList":{"type":"list","member":{"type":"structure","members":{"UserId":{}}}}}}},"ListTrafficDistributionGroups":{"http":{"method":"GET","requestUri":"/traffic-distribution-groups"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"InstanceId":{"location":"querystring","locationName":"instanceId"}}},"output":{"type":"structure","members":{"NextToken":{},"TrafficDistributionGroupSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"InstanceArn":{},"Status":{},"IsDefault":{"type":"boolean"}}}}}}},"ListUseCases":{"http":{"method":"GET","requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"},"input":{"type":"structure","required":["InstanceId","IntegrationAssociationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"IntegrationAssociationId":{"location":"uri","locationName":"IntegrationAssociationId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UseCaseSummaryList":{"type":"list","member":{"type":"structure","members":{"UseCaseId":{},"UseCaseArn":{},"UseCaseType":{}}}},"NextToken":{}}}},"ListUserHierarchyGroups":{"http":{"method":"GET","requestUri":"/user-hierarchy-groups-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UserHierarchyGroupSummaryList":{"type":"list","member":{"shape":"Sgu"}},"NextToken":{}}}},"ListUserProficiencies":{"http":{"method":"GET","requestUri":"/users/{InstanceId}/{UserId}/proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"UserProficiencyList":{"shape":"S1x"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"ListUsers":{"http":{"method":"GET","requestUri":"/users-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"UserSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Username":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"NextToken":{}}}},"ListViewVersions":{"http":{"method":"GET","requestUri":"/views/{InstanceId}/{ViewId}/versions"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ViewVersionSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Description":{},"Name":{"shape":"Sas"},"Type":{},"Version":{"type":"integer"},"VersionDescription":{}}}},"NextToken":{}}}},"ListViews":{"http":{"method":"GET","requestUri":"/views/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Type":{"location":"querystring","locationName":"type"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"ViewsSummaryList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{"shape":"Sas"},"Type":{},"Status":{},"Description":{}}}},"NextToken":{}}}},"MonitorContact":{"http":{"requestUri":"/contact/monitor"},"input":{"type":"structure","required":["InstanceId","ContactId","UserId"],"members":{"InstanceId":{},"ContactId":{},"UserId":{},"AllowedMonitorCapabilities":{"type":"list","member":{}},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ContactId":{},"ContactArn":{}}}},"PauseContact":{"http":{"requestUri":"/contact/pause"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"ContactFlowId":{}}},"output":{"type":"structure","members":{}}},"PutUserStatus":{"http":{"method":"PUT","requestUri":"/users/{InstanceId}/{UserId}/status"},"input":{"type":"structure","required":["UserId","InstanceId","AgentStatusId"],"members":{"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{}}},"output":{"type":"structure","members":{}}},"ReleasePhoneNumber":{"http":{"method":"DELETE","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"}}}},"ReplicateInstance":{"http":{"requestUri":"/instance/{InstanceId}/replicate"},"input":{"type":"structure","required":["InstanceId","ReplicaRegion","ReplicaAlias"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ReplicaRegion":{},"ClientToken":{"idempotencyToken":true},"ReplicaAlias":{"shape":"S5q"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"ResumeContact":{"http":{"requestUri":"/contact/resume"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"ContactFlowId":{}}},"output":{"type":"structure","members":{}}},"ResumeContactRecording":{"http":{"requestUri":"/contact/resume-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"SearchAgentStatuses":{"http":{"requestUri":"/search-agent-statuses"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"AttributeFilter":{"shape":"Ss0"}}},"SearchCriteria":{"shape":"Ss5"}}},"output":{"type":"structure","members":{"AgentStatuses":{"type":"list","member":{"shape":"Sc8"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchAvailablePhoneNumbers":{"http":{"requestUri":"/phone-number/search-available"},"input":{"type":"structure","required":["PhoneNumberCountryCode","PhoneNumberType"],"members":{"TargetArn":{},"InstanceId":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{},"PhoneNumberPrefix":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"NextToken":{},"AvailableNumbersList":{"type":"list","member":{"type":"structure","members":{"PhoneNumber":{},"PhoneNumberCountryCode":{},"PhoneNumberType":{}}}}}}},"SearchContactFlowModules":{"http":{"requestUri":"/search-contact-flow-modules"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Ssj"}}},"output":{"type":"structure","members":{"ContactFlowModules":{"type":"list","member":{"shape":"Sew"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchContactFlows":{"http":{"requestUri":"/search-contact-flows"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Ssp"}}},"output":{"type":"structure","members":{"ContactFlows":{"type":"list","member":{"shape":"Ses"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchContacts":{"http":{"requestUri":"/search-contacts"},"input":{"type":"structure","required":["InstanceId","TimeRange"],"members":{"InstanceId":{},"TimeRange":{"type":"structure","required":["Type","StartTime","EndTime"],"members":{"Type":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"SearchCriteria":{"type":"structure","members":{"AgentIds":{"type":"list","member":{}},"AgentHierarchyGroups":{"type":"structure","members":{"L1Ids":{"shape":"Ssz"},"L2Ids":{"shape":"Ssz"},"L3Ids":{"shape":"Ssz"},"L4Ids":{"shape":"Ssz"},"L5Ids":{"shape":"Ssz"}}},"Channels":{"type":"list","member":{}},"ContactAnalysis":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Criteria"],"members":{"Criteria":{"type":"list","member":{"type":"structure","required":["ParticipantRole","SearchText","MatchType"],"members":{"ParticipantRole":{},"SearchText":{"type":"list","member":{"type":"string","sensitive":true}},"MatchType":{}}}},"MatchType":{}}}}},"InitiationMethods":{"type":"list","member":{}},"QueueIds":{"type":"list","member":{}},"SearchableContactAttributes":{"type":"structure","required":["Criteria"],"members":{"Criteria":{"type":"list","member":{"type":"structure","required":["Key","Values"],"members":{"Key":{"type":"string","sensitive":true},"Values":{"type":"list","member":{"type":"string","sensitive":true}}}}},"MatchType":{}}}}},"MaxResults":{"type":"integer"},"NextToken":{},"Sort":{"type":"structure","required":["FieldName","Order"],"members":{"FieldName":{},"Order":{}}}}},"output":{"type":"structure","required":["Contacts"],"members":{"Contacts":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"InitialContactId":{},"PreviousContactId":{},"InitiationMethod":{},"Channel":{},"QueueInfo":{"type":"structure","members":{"Id":{},"EnqueueTimestamp":{"type":"timestamp"}}},"AgentInfo":{"type":"structure","members":{"Id":{},"ConnectedToAgentTimestamp":{"type":"timestamp"}}},"InitiationTimestamp":{"type":"timestamp"},"DisconnectTimestamp":{"type":"timestamp"},"ScheduledTimestamp":{"type":"timestamp"}}}},"NextToken":{},"TotalCount":{"type":"long"}}}},"SearchHoursOfOperations":{"http":{"requestUri":"/search-hours-of-operations"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Stq"}}},"output":{"type":"structure","members":{"HoursOfOperations":{"type":"list","member":{"shape":"Sf6"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchPredefinedAttributes":{"http":{"requestUri":"/search-predefined-attributes"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"shape":"Stv"}}},"output":{"type":"structure","members":{"PredefinedAttributes":{"type":"list","member":{"shape":"Sfu"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchPrompts":{"http":{"requestUri":"/search-prompts"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Su1"}}},"output":{"type":"structure","members":{"Prompts":{"type":"list","member":{"shape":"Sfx"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchQueues":{"http":{"requestUri":"/search-queues"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Su8"}}},"output":{"type":"structure","members":{"Queues":{"type":"list","member":{"shape":"Sg0"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchQuickConnects":{"http":{"requestUri":"/search-quick-connects"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Suf"}}},"output":{"type":"structure","members":{"QuickConnects":{"type":"list","member":{"shape":"Sg4"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchResourceTags":{"http":{"requestUri":"/search-resource-tags"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"ResourceTypes":{"type":"list","member":{}},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"type":"structure","members":{"TagSearchCondition":{"type":"structure","members":{"tagKey":{},"tagValue":{},"tagKeyComparisonType":{},"tagValueComparisonType":{}}}}}}},"output":{"type":"structure","members":{"Tags":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"NextToken":{}}}},"SearchRoutingProfiles":{"http":{"requestUri":"/search-routing-profiles"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}},"SearchCriteria":{"shape":"Suu"}}},"output":{"type":"structure","members":{"RoutingProfiles":{"type":"list","member":{"shape":"Sg7"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchSecurityProfiles":{"http":{"requestUri":"/search-security-profiles"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchCriteria":{"shape":"Suz"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"}}}}},"output":{"type":"structure","members":{"SecurityProfiles":{"type":"list","member":{"type":"structure","members":{"Id":{},"OrganizationResourceId":{},"Arn":{},"SecurityProfileName":{},"Description":{},"Tags":{"shape":"S2n"}}}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchUserHierarchyGroups":{"http":{"requestUri":"/search-user-hierarchy-groups"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"AttributeFilter":{"shape":"Ss0"}}},"SearchCriteria":{"shape":"Sv7"}}},"output":{"type":"structure","members":{"UserHierarchyGroups":{"type":"list","member":{"shape":"Sgr"}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchUsers":{"http":{"requestUri":"/search-users"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{},"NextToken":{},"MaxResults":{"type":"integer"},"SearchFilter":{"type":"structure","members":{"TagFilter":{"shape":"Ssh"},"UserAttributeFilter":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Svf"}},"AndCondition":{"shape":"Svf"},"TagCondition":{"shape":"Ss4"},"HierarchyGroupCondition":{"shape":"Svg"}}}}},"SearchCriteria":{"shape":"Svi"}}},"output":{"type":"structure","members":{"Users":{"type":"list","member":{"type":"structure","members":{"Arn":{},"DirectoryUserId":{},"HierarchyGroupId":{},"Id":{},"IdentityInfo":{"type":"structure","members":{"FirstName":{"shape":"Sa6"},"LastName":{"shape":"Sa7"}}},"PhoneConfig":{"shape":"Sa9"},"RoutingProfileId":{},"SecurityProfileIds":{"shape":"Sae"},"Tags":{"shape":"S2n"},"Username":{}}}},"NextToken":{},"ApproximateTotalCount":{"type":"long"}}}},"SearchVocabularies":{"http":{"requestUri":"/vocabulary-summary/{InstanceId}"},"input":{"type":"structure","required":["InstanceId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"MaxResults":{"type":"integer"},"NextToken":{},"State":{},"NameStartsWith":{},"LanguageCode":{}}},"output":{"type":"structure","members":{"VocabularySummaryList":{"type":"list","member":{"type":"structure","required":["Name","Id","Arn","LanguageCode","State","LastModifiedTime"],"members":{"Name":{},"Id":{},"Arn":{},"LanguageCode":{},"State":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"SendChatIntegrationEvent":{"http":{"requestUri":"/chat-integration-event"},"input":{"type":"structure","required":["SourceId","DestinationId","Event"],"members":{"SourceId":{},"DestinationId":{},"Subtype":{},"Event":{"type":"structure","required":["Type"],"members":{"Type":{},"ContentType":{},"Content":{}}},"NewSessionDetails":{"type":"structure","members":{"SupportedMessagingContentTypes":{"shape":"Sw8"},"ParticipantDetails":{"shape":"Swa"},"Attributes":{"shape":"S38"},"StreamingConfiguration":{"shape":"Swb"}}}}},"output":{"type":"structure","members":{"InitialContactId":{},"NewChatCreated":{"type":"boolean"}}}},"StartAttachedFileUpload":{"http":{"method":"PUT","requestUri":"/attached-files/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","FileName","FileSizeInBytes","FileUseCaseType","AssociatedResourceArn"],"members":{"ClientToken":{"idempotencyToken":true},"InstanceId":{"location":"uri","locationName":"InstanceId"},"FileName":{},"FileSizeInBytes":{"type":"long"},"UrlExpiryInSeconds":{"type":"integer"},"FileUseCaseType":{},"AssociatedResourceArn":{"location":"querystring","locationName":"associatedResourceArn"},"CreatedBy":{"shape":"S2l"},"Tags":{"shape":"S2n"}}},"output":{"type":"structure","members":{"FileArn":{},"FileId":{},"CreationTime":{},"FileStatus":{},"CreatedBy":{"shape":"S2l"},"UploadUrlMetadata":{"type":"structure","members":{"Url":{},"UrlExpiry":{},"HeadersToInclude":{"type":"map","key":{},"value":{}}}}}}},"StartChatContact":{"http":{"method":"PUT","requestUri":"/contact/chat"},"input":{"type":"structure","required":["InstanceId","ContactFlowId","ParticipantDetails"],"members":{"InstanceId":{},"ContactFlowId":{},"Attributes":{"shape":"S38"},"ParticipantDetails":{"shape":"Swa"},"InitialMessage":{"type":"structure","required":["ContentType","Content"],"members":{"ContentType":{},"Content":{}}},"ClientToken":{"idempotencyToken":true},"ChatDurationInMinutes":{"type":"integer"},"SupportedMessagingContentTypes":{"shape":"Sw8"},"PersistentChat":{"type":"structure","members":{"RehydrationType":{},"SourceContactId":{}}},"RelatedContactId":{},"SegmentAttributes":{"shape":"Se5"}}},"output":{"type":"structure","members":{"ContactId":{},"ParticipantId":{},"ParticipantToken":{},"ContinuedFromContactId":{}}}},"StartContactEvaluation":{"http":{"method":"PUT","requestUri":"/contact-evaluations/{InstanceId}"},"input":{"type":"structure","required":["InstanceId","ContactId","EvaluationFormId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{},"EvaluationFormId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}},"idempotent":true},"StartContactRecording":{"http":{"requestUri":"/contact/start-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId","VoiceRecordingConfiguration"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{},"VoiceRecordingConfiguration":{"type":"structure","members":{"VoiceRecordingTrack":{}}}}},"output":{"type":"structure","members":{}}},"StartContactStreaming":{"http":{"requestUri":"/contact/start-streaming"},"input":{"type":"structure","required":["InstanceId","ContactId","ChatStreamingConfiguration","ClientToken"],"members":{"InstanceId":{},"ContactId":{},"ChatStreamingConfiguration":{"shape":"Swb"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["StreamingId"],"members":{"StreamingId":{}}}},"StartOutboundVoiceContact":{"http":{"method":"PUT","requestUri":"/contact/outbound-voice"},"input":{"type":"structure","required":["DestinationPhoneNumber","ContactFlowId","InstanceId"],"members":{"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"References":{"shape":"S7l"},"RelatedContactId":{},"DestinationPhoneNumber":{},"ContactFlowId":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true},"SourcePhoneNumber":{},"QueueId":{},"Attributes":{"shape":"S38"},"AnswerMachineDetectionConfig":{"type":"structure","members":{"EnableAnswerMachineDetection":{"type":"boolean"},"AwaitAnswerMachinePrompt":{"type":"boolean"}}},"CampaignId":{},"TrafficType":{}}},"output":{"type":"structure","members":{"ContactId":{}}}},"StartTaskContact":{"http":{"method":"PUT","requestUri":"/contact/task"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{},"PreviousContactId":{},"ContactFlowId":{},"Attributes":{"shape":"S38"},"Name":{"shape":"Scp"},"References":{"shape":"S7l"},"Description":{"shape":"Scq"},"ClientToken":{"idempotencyToken":true},"ScheduledTime":{"type":"timestamp"},"TaskTemplateId":{},"QuickConnectId":{},"RelatedContactId":{}}},"output":{"type":"structure","members":{"ContactId":{}}}},"StartWebRTCContact":{"http":{"method":"PUT","requestUri":"/contact/webrtc"},"input":{"type":"structure","required":["ContactFlowId","InstanceId","ParticipantDetails"],"members":{"Attributes":{"shape":"S38"},"ClientToken":{"idempotencyToken":true},"ContactFlowId":{},"InstanceId":{},"AllowedCapabilities":{"type":"structure","members":{"Customer":{"shape":"Sd2"},"Agent":{"shape":"Sd2"}}},"ParticipantDetails":{"shape":"Swa"},"RelatedContactId":{},"References":{"shape":"S7l"},"Description":{"shape":"Scq"}}},"output":{"type":"structure","members":{"ConnectionData":{"type":"structure","members":{"Attendee":{"type":"structure","members":{"AttendeeId":{},"JoinToken":{"type":"string","sensitive":true}}},"Meeting":{"type":"structure","members":{"MediaRegion":{},"MediaPlacement":{"type":"structure","members":{"AudioHostUrl":{},"AudioFallbackUrl":{},"SignalingUrl":{},"TurnControlUrl":{},"EventIngestionUrl":{}}},"MeetingFeatures":{"type":"structure","members":{"Audio":{"type":"structure","members":{"EchoReduction":{}}}}},"MeetingId":{}}}}},"ContactId":{},"ParticipantId":{},"ParticipantToken":{}}}},"StopContact":{"http":{"requestUri":"/contact/stop"},"input":{"type":"structure","required":["ContactId","InstanceId"],"members":{"ContactId":{},"InstanceId":{},"DisconnectReason":{"type":"structure","members":{"Code":{}}}}},"output":{"type":"structure","members":{}}},"StopContactRecording":{"http":{"requestUri":"/contact/stop-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"StopContactStreaming":{"http":{"requestUri":"/contact/stop-streaming"},"input":{"type":"structure","required":["InstanceId","ContactId","StreamingId"],"members":{"InstanceId":{},"ContactId":{},"StreamingId":{}}},"output":{"type":"structure","members":{}}},"SubmitContactEvaluation":{"http":{"requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}/submit"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"},"Answers":{"shape":"Sxs"},"Notes":{"shape":"Sek"}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}}},"SuspendContactRecording":{"http":{"requestUri":"/contact/suspend-recording"},"input":{"type":"structure","required":["InstanceId","ContactId","InitialContactId"],"members":{"InstanceId":{},"ContactId":{},"InitialContactId":{}}},"output":{"type":"structure","members":{}}},"TagContact":{"http":{"requestUri":"/contact/tags"},"input":{"type":"structure","required":["ContactId","InstanceId","Tags"],"members":{"ContactId":{},"InstanceId":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2n"}}}},"TransferContact":{"http":{"requestUri":"/contact/transfer"},"input":{"type":"structure","required":["InstanceId","ContactId","ContactFlowId"],"members":{"InstanceId":{},"ContactId":{},"QueueId":{},"UserId":{},"ContactFlowId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ContactId":{},"ContactArn":{}}}},"UntagContact":{"http":{"method":"DELETE","requestUri":"/contact/tags/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["ContactId","InstanceId","TagKeys"],"members":{"ContactId":{"location":"uri","locationName":"ContactId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}}},"UpdateAgentStatus":{"http":{"requestUri":"/agent-status/{InstanceId}/{AgentStatusId}"},"input":{"type":"structure","required":["InstanceId","AgentStatusId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AgentStatusId":{"location":"uri","locationName":"AgentStatusId"},"Name":{},"Description":{},"State":{},"DisplayOrder":{"type":"integer"},"ResetOrderNumber":{"type":"boolean"}}}},"UpdateAuthenticationProfile":{"http":{"requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"},"input":{"type":"structure","required":["AuthenticationProfileId","InstanceId"],"members":{"AuthenticationProfileId":{"location":"uri","locationName":"AuthenticationProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"AllowedIps":{"shape":"Sch"},"BlockedIps":{"shape":"Sch"},"PeriodicSessionDuration":{"type":"integer"}}}},"UpdateContact":{"http":{"requestUri":"/contacts/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"Name":{"shape":"Scp"},"Description":{"shape":"Scq"},"References":{"shape":"S7l"}}},"output":{"type":"structure","members":{}}},"UpdateContactAttributes":{"http":{"requestUri":"/contact/attributes"},"input":{"type":"structure","required":["InitialContactId","InstanceId","Attributes"],"members":{"InitialContactId":{},"InstanceId":{},"Attributes":{"shape":"S38"}}},"output":{"type":"structure","members":{}}},"UpdateContactEvaluation":{"http":{"requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}"},"input":{"type":"structure","required":["InstanceId","EvaluationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationId":{"location":"uri","locationName":"EvaluationId"},"Answers":{"shape":"Sxs"},"Notes":{"shape":"Sek"}}},"output":{"type":"structure","required":["EvaluationId","EvaluationArn"],"members":{"EvaluationId":{},"EvaluationArn":{}}}},"UpdateContactFlowContent":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"},"input":{"type":"structure","required":["InstanceId","ContactFlowId","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Content":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowMetadata":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Name":{},"Description":{},"ContactFlowState":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowModuleContent":{"http":{"requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"},"Content":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowModuleMetadata":{"http":{"requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/metadata"},"input":{"type":"structure","required":["InstanceId","ContactFlowModuleId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowModuleId":{"location":"uri","locationName":"ContactFlowModuleId"},"Name":{},"Description":{},"State":{}}},"output":{"type":"structure","members":{}}},"UpdateContactFlowName":{"http":{"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"},"input":{"type":"structure","required":["InstanceId","ContactFlowId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactFlowId":{"location":"uri","locationName":"ContactFlowId"},"Name":{},"Description":{}}},"output":{"type":"structure","members":{}}},"UpdateContactRoutingData":{"http":{"requestUri":"/contacts/{InstanceId}/{ContactId}/routing-data"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"QueueTimeAdjustmentSeconds":{"type":"integer"},"QueuePriority":{"type":"long"}}},"output":{"type":"structure","members":{}}},"UpdateContactSchedule":{"http":{"requestUri":"/contact/schedule"},"input":{"type":"structure","required":["InstanceId","ContactId","ScheduledTime"],"members":{"InstanceId":{},"ContactId":{},"ScheduledTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{}}},"UpdateEvaluationForm":{"http":{"method":"PUT","requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}"},"input":{"type":"structure","required":["InstanceId","EvaluationFormId","EvaluationFormVersion","Title","Items"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"EvaluationFormId":{"location":"uri","locationName":"EvaluationFormId"},"EvaluationFormVersion":{"type":"integer"},"CreateNewVersion":{"type":"boolean"},"Title":{},"Description":{},"Items":{"shape":"S4d"},"ScoringStrategy":{"shape":"S58"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["EvaluationFormId","EvaluationFormArn","EvaluationFormVersion"],"members":{"EvaluationFormId":{},"EvaluationFormArn":{},"EvaluationFormVersion":{"type":"integer"}}},"idempotent":true},"UpdateHoursOfOperation":{"http":{"requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}"},"input":{"type":"structure","required":["InstanceId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"HoursOfOperationId":{"location":"uri","locationName":"HoursOfOperationId"},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"}}}},"UpdateInstanceAttribute":{"http":{"requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"},"input":{"type":"structure","required":["InstanceId","AttributeType","Value"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AttributeType":{"location":"uri","locationName":"AttributeType"},"Value":{}}}},"UpdateInstanceStorageConfig":{"http":{"requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"},"input":{"type":"structure","required":["InstanceId","AssociationId","ResourceType","StorageConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"AssociationId":{"location":"uri","locationName":"AssociationId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"StorageConfig":{"shape":"St"}}}},"UpdateParticipantRoleConfig":{"http":{"method":"PUT","requestUri":"/contact/participant-role-config/{InstanceId}/{ContactId}"},"input":{"type":"structure","required":["InstanceId","ContactId","ChannelConfiguration"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ContactId":{"location":"uri","locationName":"ContactId"},"ChannelConfiguration":{"type":"structure","members":{"Chat":{"type":"structure","required":["ParticipantTimerConfigList"],"members":{"ParticipantTimerConfigList":{"type":"list","member":{"type":"structure","required":["ParticipantRole","TimerType","TimerValue"],"members":{"ParticipantRole":{},"TimerType":{},"TimerValue":{"type":"structure","members":{"ParticipantTimerAction":{},"ParticipantTimerDurationInMinutes":{"type":"integer"}},"union":true}}}}}}},"union":true}}},"output":{"type":"structure","members":{}}},"UpdatePhoneNumber":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"TargetArn":{},"InstanceId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PhoneNumberId":{},"PhoneNumberArn":{}}}},"UpdatePhoneNumberMetadata":{"http":{"method":"PUT","requestUri":"/phone-number/{PhoneNumberId}/metadata"},"input":{"type":"structure","required":["PhoneNumberId"],"members":{"PhoneNumberId":{"location":"uri","locationName":"PhoneNumberId"},"PhoneNumberDescription":{},"ClientToken":{"idempotencyToken":true}}}},"UpdatePredefinedAttribute":{"http":{"requestUri":"/predefined-attributes/{InstanceId}/{Name}"},"input":{"type":"structure","required":["InstanceId","Name"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{"location":"uri","locationName":"Name"},"Values":{"shape":"S6e"}}}},"UpdatePrompt":{"http":{"requestUri":"/prompts/{InstanceId}/{PromptId}"},"input":{"type":"structure","required":["InstanceId","PromptId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"PromptId":{"location":"uri","locationName":"PromptId"},"Name":{},"Description":{},"S3Uri":{}}},"output":{"type":"structure","members":{"PromptARN":{},"PromptId":{}}}},"UpdateQueueHoursOfOperation":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/hours-of-operation"},"input":{"type":"structure","required":["InstanceId","QueueId","HoursOfOperationId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"HoursOfOperationId":{}}}},"UpdateQueueMaxContacts":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/max-contacts"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"MaxContacts":{"type":"integer"}}}},"UpdateQueueName":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/name"},"input":{"type":"structure","required":["InstanceId","QueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"Name":{},"Description":{}}}},"UpdateQueueOutboundCallerConfig":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/outbound-caller-config"},"input":{"type":"structure","required":["InstanceId","QueueId","OutboundCallerConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"OutboundCallerConfig":{"shape":"S6n"}}}},"UpdateQueueStatus":{"http":{"requestUri":"/queues/{InstanceId}/{QueueId}/status"},"input":{"type":"structure","required":["InstanceId","QueueId","Status"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QueueId":{"location":"uri","locationName":"QueueId"},"Status":{}}}},"UpdateQuickConnectConfig":{"http":{"requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/config"},"input":{"type":"structure","required":["InstanceId","QuickConnectId","QuickConnectConfig"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"},"QuickConnectConfig":{"shape":"S6u"}}}},"UpdateQuickConnectName":{"http":{"requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/name"},"input":{"type":"structure","required":["InstanceId","QuickConnectId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"QuickConnectId":{"location":"uri","locationName":"QuickConnectId"},"Name":{},"Description":{}}}},"UpdateRoutingProfileAgentAvailabilityTimer":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/agent-availability-timer"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","AgentAvailabilityTimer"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"AgentAvailabilityTimer":{}}}},"UpdateRoutingProfileConcurrency":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","MediaConcurrencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"MediaConcurrencies":{"shape":"S73"}}}},"UpdateRoutingProfileDefaultOutboundQueue":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","DefaultOutboundQueueId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"DefaultOutboundQueueId":{}}}},"UpdateRoutingProfileName":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/name"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"Name":{},"Description":{}}}},"UpdateRoutingProfileQueues":{"http":{"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"},"input":{"type":"structure","required":["InstanceId","RoutingProfileId","QueueConfigs"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"RoutingProfileId":{"location":"uri","locationName":"RoutingProfileId"},"QueueConfigs":{"shape":"S1j"}}}},"UpdateRule":{"http":{"method":"PUT","requestUri":"/rules/{InstanceId}/{RuleId}"},"input":{"type":"structure","required":["RuleId","InstanceId","Name","Function","Actions","PublishStatus"],"members":{"RuleId":{"location":"uri","locationName":"RuleId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Function":{},"Actions":{"shape":"S7f"},"PublishStatus":{}}}},"UpdateSecurityProfile":{"http":{"requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}"},"input":{"type":"structure","required":["SecurityProfileId","InstanceId"],"members":{"Description":{},"Permissions":{"shape":"S8k"},"SecurityProfileId":{"location":"uri","locationName":"SecurityProfileId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"AllowedAccessControlTags":{"shape":"S8m"},"TagRestrictedResources":{"shape":"S8p"},"Applications":{"shape":"S8r"},"HierarchyRestrictedResources":{"shape":"S8w"},"AllowedAccessControlHierarchyGroupId":{}}}},"UpdateTaskTemplate":{"http":{"requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}"},"input":{"type":"structure","required":["TaskTemplateId","InstanceId"],"members":{"TaskTemplateId":{"location":"uri","locationName":"TaskTemplateId"},"InstanceId":{"location":"uri","locationName":"InstanceId"},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Status":{},"Fields":{"shape":"S9i"}}},"output":{"type":"structure","members":{"InstanceId":{},"Id":{},"Arn":{},"Name":{},"Description":{},"ContactFlowId":{},"Constraints":{"shape":"S94"},"Defaults":{"shape":"S9d"},"Fields":{"shape":"S9i"},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreatedTime":{"type":"timestamp"}}}},"UpdateTrafficDistribution":{"http":{"method":"PUT","requestUri":"/traffic-distribution/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"TelephonyConfig":{"shape":"Skq"},"SignInConfig":{"shape":"Skv"},"AgentConfig":{"shape":"Sky"}}},"output":{"type":"structure","members":{}}},"UpdateUserHierarchy":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/hierarchy"},"input":{"type":"structure","required":["UserId","InstanceId"],"members":{"HierarchyGroupId":{},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserHierarchyGroupName":{"http":{"requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name"},"input":{"type":"structure","required":["Name","HierarchyGroupId","InstanceId"],"members":{"Name":{},"HierarchyGroupId":{"location":"uri","locationName":"HierarchyGroupId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserHierarchyStructure":{"http":{"requestUri":"/user-hierarchy-structure/{InstanceId}"},"input":{"type":"structure","required":["HierarchyStructure","InstanceId"],"members":{"HierarchyStructure":{"type":"structure","members":{"LevelOne":{"shape":"S105"},"LevelTwo":{"shape":"S105"},"LevelThree":{"shape":"S105"},"LevelFour":{"shape":"S105"},"LevelFive":{"shape":"S105"}}},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserIdentityInfo":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/identity-info"},"input":{"type":"structure","required":["IdentityInfo","UserId","InstanceId"],"members":{"IdentityInfo":{"shape":"Sa5"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserPhoneConfig":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/phone-config"},"input":{"type":"structure","required":["PhoneConfig","UserId","InstanceId"],"members":{"PhoneConfig":{"shape":"Sa9"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserProficiencies":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/proficiencies"},"input":{"type":"structure","required":["InstanceId","UserId","UserProficiencies"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"UserId":{"location":"uri","locationName":"UserId"},"UserProficiencies":{"shape":"S1x"}}}},"UpdateUserRoutingProfile":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/routing-profile"},"input":{"type":"structure","required":["RoutingProfileId","UserId","InstanceId"],"members":{"RoutingProfileId":{},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateUserSecurityProfiles":{"http":{"requestUri":"/users/{InstanceId}/{UserId}/security-profiles"},"input":{"type":"structure","required":["SecurityProfileIds","UserId","InstanceId"],"members":{"SecurityProfileIds":{"shape":"Sae"},"UserId":{"location":"uri","locationName":"UserId"},"InstanceId":{"location":"uri","locationName":"InstanceId"}}}},"UpdateViewContent":{"http":{"requestUri":"/views/{InstanceId}/{ViewId}"},"input":{"type":"structure","required":["InstanceId","ViewId","Status","Content"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"Status":{},"Content":{"shape":"San"}}},"output":{"type":"structure","members":{"View":{"shape":"Sau"}}}},"UpdateViewMetadata":{"http":{"requestUri":"/views/{InstanceId}/{ViewId}/metadata"},"input":{"type":"structure","required":["InstanceId","ViewId"],"members":{"InstanceId":{"location":"uri","locationName":"InstanceId"},"ViewId":{"location":"uri","locationName":"ViewId"},"Name":{"shape":"Sas"},"Description":{}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sf":{"type":"structure","required":["Name","LexRegion"],"members":{"Name":{},"LexRegion":{}}},"Si":{"type":"structure","members":{"AliasArn":{}}},"St":{"type":"structure","required":["StorageType"],"members":{"AssociationId":{},"StorageType":{},"S3Config":{"type":"structure","required":["BucketName","BucketPrefix"],"members":{"BucketName":{},"BucketPrefix":{},"EncryptionConfig":{"shape":"Sz"}}},"KinesisVideoStreamConfig":{"type":"structure","required":["Prefix","RetentionPeriodHours","EncryptionConfig"],"members":{"Prefix":{},"RetentionPeriodHours":{"type":"integer"},"EncryptionConfig":{"shape":"Sz"}}},"KinesisStreamConfig":{"type":"structure","required":["StreamArn"],"members":{"StreamArn":{}}},"KinesisFirehoseConfig":{"type":"structure","required":["FirehoseArn"],"members":{"FirehoseArn":{}}}}},"Sz":{"type":"structure","required":["EncryptionType","KeyId"],"members":{"EncryptionType":{},"KeyId":{}}},"S1f":{"type":"list","member":{}},"S1j":{"type":"list","member":{"type":"structure","required":["QueueReference","Priority","Delay"],"members":{"QueueReference":{"shape":"S1l"},"Priority":{"type":"integer"},"Delay":{"type":"integer"}}}},"S1l":{"type":"structure","required":["QueueId","Channel"],"members":{"QueueId":{},"Channel":{}}},"S1x":{"type":"list","member":{"type":"structure","required":["AttributeName","AttributeValue","Level"],"members":{"AttributeName":{},"AttributeValue":{},"Level":{"type":"float"}}}},"S23":{"type":"list","member":{}},"S25":{"type":"list","member":{"type":"structure","members":{"DataSetId":{},"TargetAccountId":{},"ResourceShareId":{},"ResourceShareArn":{}}}},"S27":{"type":"list","member":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}},"S2l":{"type":"structure","members":{"ConnectUserArn":{},"AWSIdentityArn":{}},"union":true},"S2n":{"type":"map","key":{},"value":{}},"S2y":{"type":"list","member":{"type":"structure","members":{"ResourceId":{},"FlowId":{},"ResourceType":{}}}},"S34":{"type":"structure","members":{"Type":{},"Address":{}}},"S38":{"type":"map","key":{},"value":{}},"S3b":{"type":"structure","members":{"CampaignId":{}}},"S4d":{"type":"list","member":{"type":"structure","members":{"Section":{"type":"structure","required":["Title","RefId","Items"],"members":{"Title":{},"RefId":{},"Instructions":{},"Items":{"shape":"S4d"},"Weight":{"type":"double"}}},"Question":{"type":"structure","required":["Title","RefId","QuestionType"],"members":{"Title":{},"Instructions":{},"RefId":{},"NotApplicableEnabled":{"type":"boolean"},"QuestionType":{},"QuestionTypeProperties":{"type":"structure","members":{"Numeric":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"Options":{"type":"list","member":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"Score":{"type":"integer"},"AutomaticFail":{"type":"boolean"}}}},"Automation":{"type":"structure","members":{"PropertyValue":{"type":"structure","required":["Label"],"members":{"Label":{}}}},"union":true}}},"SingleSelect":{"type":"structure","required":["Options"],"members":{"Options":{"type":"list","member":{"type":"structure","required":["RefId","Text"],"members":{"RefId":{},"Text":{},"Score":{"type":"integer"},"AutomaticFail":{"type":"boolean"}}}},"DisplayAs":{},"Automation":{"type":"structure","required":["Options"],"members":{"Options":{"type":"list","member":{"type":"structure","members":{"RuleCategory":{"type":"structure","required":["Category","Condition","OptionRefId"],"members":{"Category":{},"Condition":{},"OptionRefId":{}}}},"union":true}},"DefaultOptionRefId":{}}}}}},"union":true},"Weight":{"type":"double"}}}},"union":true}},"S58":{"type":"structure","required":["Mode","Status"],"members":{"Mode":{},"Status":{}}},"S5g":{"type":"list","member":{"type":"structure","required":["Day","StartTime","EndTime"],"members":{"Day":{},"StartTime":{"shape":"S5j"},"EndTime":{"shape":"S5j"}}}},"S5j":{"type":"structure","required":["Hours","Minutes"],"members":{"Hours":{"type":"integer"},"Minutes":{"type":"integer"}}},"S5q":{"type":"string","sensitive":true},"S6e":{"type":"structure","members":{"StringList":{"type":"list","member":{}}},"union":true},"S6n":{"type":"structure","members":{"OutboundCallerIdName":{},"OutboundCallerIdNumberId":{},"OutboundFlowId":{}}},"S6u":{"type":"structure","required":["QuickConnectType"],"members":{"QuickConnectType":{},"UserConfig":{"type":"structure","required":["UserId","ContactFlowId"],"members":{"UserId":{},"ContactFlowId":{}}},"QueueConfig":{"type":"structure","required":["QueueId","ContactFlowId"],"members":{"QueueId":{},"ContactFlowId":{}}},"PhoneConfig":{"type":"structure","required":["PhoneNumber"],"members":{"PhoneNumber":{}}}}},"S73":{"type":"list","member":{"type":"structure","required":["Channel","Concurrency"],"members":{"Channel":{},"Concurrency":{"type":"integer"},"CrossChannelBehavior":{"type":"structure","required":["BehaviorType"],"members":{"BehaviorType":{}}}}}},"S7c":{"type":"structure","required":["EventSourceName"],"members":{"EventSourceName":{},"IntegrationAssociationId":{}}},"S7f":{"type":"list","member":{"type":"structure","required":["ActionType"],"members":{"ActionType":{},"TaskAction":{"type":"structure","required":["Name","ContactFlowId"],"members":{"Name":{},"Description":{},"ContactFlowId":{},"References":{"shape":"S7l"}}},"EventBridgeAction":{"type":"structure","required":["Name"],"members":{"Name":{}}},"AssignContactCategoryAction":{"type":"structure","members":{}},"SendNotificationAction":{"type":"structure","required":["DeliveryMethod","Content","ContentType","Recipient"],"members":{"DeliveryMethod":{},"Subject":{},"Content":{},"ContentType":{},"Recipient":{"type":"structure","members":{"UserTags":{"type":"map","key":{},"value":{}},"UserIds":{"type":"list","member":{}}}}}},"CreateCaseAction":{"type":"structure","required":["Fields","TemplateId"],"members":{"Fields":{"shape":"S82"},"TemplateId":{}}},"UpdateCaseAction":{"type":"structure","required":["Fields"],"members":{"Fields":{"shape":"S82"}}},"EndAssociatedTasksAction":{"type":"structure","members":{}},"SubmitAutoEvaluationAction":{"type":"structure","required":["EvaluationFormId"],"members":{"EvaluationFormId":{}}}}}},"S7l":{"type":"map","key":{},"value":{"type":"structure","required":["Value","Type"],"members":{"Value":{},"Type":{}}}},"S82":{"type":"list","member":{"type":"structure","required":["Id","Value"],"members":{"Id":{},"Value":{"type":"structure","members":{"BooleanValue":{"type":"boolean"},"DoubleValue":{"type":"double"},"EmptyValue":{"type":"structure","members":{}},"StringValue":{}}}}}},"S8k":{"type":"list","member":{}},"S8m":{"type":"map","key":{},"value":{}},"S8p":{"type":"list","member":{}},"S8r":{"type":"list","member":{"type":"structure","members":{"Namespace":{},"ApplicationPermissions":{"type":"list","member":{}}}}},"S8w":{"type":"list","member":{}},"S94":{"type":"structure","members":{"RequiredFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}},"ReadOnlyFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}},"InvisibleFields":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"}}}}}},"S97":{"type":"structure","members":{"Name":{}}},"S9d":{"type":"structure","members":{"DefaultFieldValues":{"type":"list","member":{"type":"structure","members":{"Id":{"shape":"S97"},"DefaultValue":{}}}}}},"S9i":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{"shape":"S97"},"Description":{},"Type":{},"SingleSelectOptions":{"type":"list","member":{}}}}},"Sa5":{"type":"structure","members":{"FirstName":{"shape":"Sa6"},"LastName":{"shape":"Sa7"},"Email":{"shape":"Sa8"},"SecondaryEmail":{"shape":"Sa8"},"Mobile":{}}},"Sa6":{"type":"string","sensitive":true},"Sa7":{"type":"string","sensitive":true},"Sa8":{"type":"string","sensitive":true},"Sa9":{"type":"structure","required":["PhoneType"],"members":{"PhoneType":{},"AutoAccept":{"type":"boolean"},"AfterContactWorkTimeLimit":{"type":"integer"},"DeskPhoneNumber":{}}},"Sae":{"type":"list","member":{}},"San":{"type":"structure","members":{"Template":{},"Actions":{"shape":"Sap"}}},"Sap":{"type":"list","member":{"type":"string","sensitive":true}},"Sas":{"type":"string","sensitive":true},"Sau":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{"shape":"Sas"},"Status":{},"Type":{},"Description":{},"Version":{"type":"integer"},"VersionDescription":{},"Content":{"type":"structure","members":{"InputSchema":{"type":"string","sensitive":true},"Template":{},"Actions":{"shape":"Sap"}}},"Tags":{"shape":"S2n"},"CreatedTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ViewContentSha256":{}}},"Sc8":{"type":"structure","members":{"AgentStatusARN":{},"AgentStatusId":{},"Name":{},"Description":{},"Type":{},"DisplayOrder":{"type":"integer"},"State":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sch":{"type":"list","member":{}},"Scp":{"type":"string","sensitive":true},"Scq":{"type":"string","sensitive":true},"Scx":{"type":"structure","members":{"Arn":{}}},"Scy":{"type":"structure","members":{"PlatformName":{},"PlatformVersion":{},"OperatingSystem":{}}},"Sd2":{"type":"structure","members":{"Video":{}}},"Sd9":{"type":"map","key":{},"value":{}},"Sdh":{"type":"structure","members":{"AttributeCondition":{"type":"structure","members":{"Name":{},"Value":{},"ProficiencyLevel":{"type":"float"},"MatchCriteria":{"type":"structure","members":{"AgentsCriteria":{"type":"structure","members":{"AgentIds":{"type":"list","member":{}}}}}},"ComparisonOperator":{}}},"AndExpression":{"shape":"Sdq"},"OrExpression":{"shape":"Sdq"}}},"Sdq":{"type":"list","member":{"shape":"Sdh"}},"Sdy":{"type":"structure","members":{"QualityScore":{"type":"float"},"PotentialQualityIssues":{"type":"list","member":{}}}},"Se5":{"type":"map","key":{},"value":{"type":"structure","members":{"ValueString":{}}}},"Sed":{"type":"structure","members":{"Percentage":{"type":"double"},"NotApplicable":{"type":"boolean"},"AutomaticFail":{"type":"boolean"}}},"Seh":{"type":"structure","members":{"StringValue":{},"NumericValue":{"type":"double"},"NotApplicable":{"type":"boolean"}},"union":true},"Sek":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{}}}},"Ses":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Type":{},"State":{},"Status":{},"Description":{},"Content":{},"Tags":{"shape":"S2n"}}},"Sew":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Content":{},"Description":{},"State":{},"Status":{},"Tags":{"shape":"S2n"}}},"Sf6":{"type":"structure","members":{"HoursOfOperationId":{},"HoursOfOperationArn":{},"Name":{},"Description":{},"TimeZone":{},"Config":{"shape":"S5g"},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sfg":{"type":"structure","members":{"AttributeType":{},"Value":{}}},"Sfu":{"type":"structure","members":{"Name":{},"Values":{"shape":"S6e"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sfx":{"type":"structure","members":{"PromptARN":{},"PromptId":{},"Name":{},"Description":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg0":{"type":"structure","members":{"Name":{},"QueueArn":{},"QueueId":{},"Description":{},"OutboundCallerConfig":{"shape":"S6n"},"HoursOfOperationId":{},"MaxContacts":{"type":"integer"},"Status":{},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg4":{"type":"structure","members":{"QuickConnectARN":{},"QuickConnectId":{},"Name":{},"Description":{},"QuickConnectConfig":{"shape":"S6u"},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sg7":{"type":"structure","members":{"InstanceId":{},"Name":{},"RoutingProfileArn":{},"RoutingProfileId":{},"Description":{},"MediaConcurrencies":{"shape":"S73"},"DefaultOutboundQueueId":{},"Tags":{"shape":"S2n"},"NumberOfAssociatedQueues":{"type":"long"},"NumberOfAssociatedUsers":{"type":"long"},"AgentAvailabilityTimer":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{},"IsDefault":{"type":"boolean"},"AssociatedQueueIds":{"type":"list","member":{}}}},"Sgr":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LevelId":{},"HierarchyPath":{"type":"structure","members":{"LevelOne":{"shape":"Sgu"},"LevelTwo":{"shape":"Sgu"},"LevelThree":{"shape":"Sgu"},"LevelFour":{"shape":"Sgu"},"LevelFive":{"shape":"Sgu"}}},"Tags":{"shape":"S2n"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sgu":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Sgy":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}},"Shz":{"type":"structure","members":{"Queues":{"shape":"Si0"},"Channels":{"type":"list","member":{}},"RoutingProfiles":{"shape":"Si2"},"RoutingStepExpressions":{"type":"list","member":{}}}},"Si0":{"type":"list","member":{}},"Si2":{"type":"list","member":{}},"Si5":{"type":"list","member":{}},"Si8":{"type":"structure","members":{"Name":{},"Unit":{}}},"Sij":{"type":"structure","members":{"Queue":{"shape":"Sik"},"Channel":{},"RoutingProfile":{"shape":"Sil"},"RoutingStepExpression":{}}},"Sik":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sil":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sj2":{"type":"structure","members":{"Id":{},"Arn":{}}},"Sj4":{"type":"map","key":{},"value":{"type":"integer"}},"Sjb":{"type":"string","sensitive":true},"Sjg":{"type":"structure","members":{"Name":{},"Threshold":{"type":"structure","members":{"Comparison":{},"ThresholdValue":{"type":"double"}}},"Statistic":{},"Unit":{}}},"Sk1":{"type":"structure","members":{"Name":{},"Threshold":{"type":"list","member":{"type":"structure","members":{"Comparison":{},"ThresholdValue":{"type":"double"}}}},"MetricFilters":{"type":"list","member":{"type":"structure","members":{"MetricFilterKey":{},"MetricFilterValues":{"type":"list","member":{}},"Negate":{"type":"boolean"}}}}}},"Skq":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"shape":"Skr"}}},"Skr":{"type":"list","member":{"type":"structure","required":["Region","Percentage"],"members":{"Region":{},"Percentage":{"type":"integer"}}}},"Skv":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"type":"list","member":{"type":"structure","required":["Region","Enabled"],"members":{"Region":{},"Enabled":{"type":"boolean"}}}}}},"Sky":{"type":"structure","required":["Distributions"],"members":{"Distributions":{"shape":"Skr"}}},"Sni":{"type":"list","member":{}},"Snj":{"type":"list","member":{}},"So4":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{},"QuickConnectType":{},"LastModifiedTime":{"type":"timestamp"},"LastModifiedRegion":{}}}},"Sot":{"type":"structure","members":{"AbsoluteTime":{"type":"timestamp","timestampFormat":"iso8601"}},"union":true},"Sox":{"type":"structure","required":["BeginOffsetChar","EndOffsetChar"],"members":{"BeginOffsetChar":{"type":"integer"},"EndOffsetChar":{"type":"integer"}}},"Ss0":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Ss2"}},"AndCondition":{"shape":"Ss2"},"TagCondition":{"shape":"Ss4"}}},"Ss2":{"type":"structure","members":{"TagConditions":{"shape":"Ss3"}}},"Ss3":{"type":"list","member":{"shape":"Ss4"}},"Ss4":{"type":"structure","members":{"TagKey":{},"TagValue":{}}},"Ss5":{"type":"structure","members":{"OrConditions":{"shape":"Ss6"},"AndConditions":{"shape":"Ss6"},"StringCondition":{"shape":"Ss7"}}},"Ss6":{"type":"list","member":{"shape":"Ss5"}},"Ss7":{"type":"structure","members":{"FieldName":{},"Value":{},"ComparisonType":{}}},"Ssh":{"type":"structure","members":{"OrConditions":{"type":"list","member":{"shape":"Ss3"}},"AndConditions":{"shape":"Ss3"},"TagCondition":{"shape":"Ss4"}}},"Ssj":{"type":"structure","members":{"OrConditions":{"shape":"Ssk"},"AndConditions":{"shape":"Ssk"},"StringCondition":{"shape":"Ss7"}}},"Ssk":{"type":"list","member":{"shape":"Ssj"}},"Ssp":{"type":"structure","members":{"OrConditions":{"shape":"Ssq"},"AndConditions":{"shape":"Ssq"},"StringCondition":{"shape":"Ss7"},"TypeCondition":{},"StateCondition":{},"StatusCondition":{}}},"Ssq":{"type":"list","member":{"shape":"Ssp"}},"Ssz":{"type":"list","member":{}},"Stq":{"type":"structure","members":{"OrConditions":{"shape":"Str"},"AndConditions":{"shape":"Str"},"StringCondition":{"shape":"Ss7"}}},"Str":{"type":"list","member":{"shape":"Stq"}},"Stv":{"type":"structure","members":{"OrConditions":{"shape":"Stw"},"AndConditions":{"shape":"Stw"},"StringCondition":{"shape":"Ss7"}}},"Stw":{"type":"list","member":{"shape":"Stv"}},"Su1":{"type":"structure","members":{"OrConditions":{"shape":"Su2"},"AndConditions":{"shape":"Su2"},"StringCondition":{"shape":"Ss7"}}},"Su2":{"type":"list","member":{"shape":"Su1"}},"Su8":{"type":"structure","members":{"OrConditions":{"shape":"Su9"},"AndConditions":{"shape":"Su9"},"StringCondition":{"shape":"Ss7"},"QueueTypeCondition":{}}},"Su9":{"type":"list","member":{"shape":"Su8"}},"Suf":{"type":"structure","members":{"OrConditions":{"shape":"Sug"},"AndConditions":{"shape":"Sug"},"StringCondition":{"shape":"Ss7"}}},"Sug":{"type":"list","member":{"shape":"Suf"}},"Suu":{"type":"structure","members":{"OrConditions":{"shape":"Suv"},"AndConditions":{"shape":"Suv"},"StringCondition":{"shape":"Ss7"}}},"Suv":{"type":"list","member":{"shape":"Suu"}},"Suz":{"type":"structure","members":{"OrConditions":{"shape":"Sv0"},"AndConditions":{"shape":"Sv0"},"StringCondition":{"shape":"Ss7"}}},"Sv0":{"type":"list","member":{"shape":"Suz"}},"Sv7":{"type":"structure","members":{"OrConditions":{"shape":"Sv8"},"AndConditions":{"shape":"Sv8"},"StringCondition":{"shape":"Ss7"}}},"Sv8":{"type":"list","member":{"shape":"Sv7"}},"Svf":{"type":"structure","members":{"TagConditions":{"shape":"Ss3"},"HierarchyGroupCondition":{"shape":"Svg"}}},"Svg":{"type":"structure","members":{"Value":{},"HierarchyGroupMatchType":{}}},"Svi":{"type":"structure","members":{"OrConditions":{"shape":"Svj"},"AndConditions":{"shape":"Svj"},"StringCondition":{"shape":"Ss7"},"ListCondition":{"type":"structure","members":{"TargetListType":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"StringCondition":{"shape":"Ss7"},"NumberCondition":{"type":"structure","members":{"FieldName":{},"MinValue":{"type":"integer"},"MaxValue":{"type":"integer"},"ComparisonType":{}}}}}}}},"HierarchyGroupCondition":{"shape":"Svg"}}},"Svj":{"type":"list","member":{"shape":"Svi"}},"Sw8":{"type":"list","member":{}},"Swa":{"type":"structure","required":["DisplayName"],"members":{"DisplayName":{}}},"Swb":{"type":"structure","required":["StreamingEndpointArn"],"members":{"StreamingEndpointArn":{}}},"Sxs":{"type":"map","key":{},"value":{"type":"structure","members":{"Value":{"shape":"Seh"}}}},"S105":{"type":"structure","required":["Name"],"members":{"Name":{}}}}}
/***/ }),
/* 635 */
@@ -60540,7 +60540,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 966 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-08-21","endpointPrefix":"contact-lens","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Amazon Connect Contact Lens","serviceFullName":"Amazon Connect Contact Lens","serviceId":"Connect Contact Lens","signatureVersion":"v4","signingName":"connect","uid":"connect-contact-lens-2020-08-21"},"operations":{"ListRealtimeContactAnalysisSegments":{"http":{"requestUri":"/realtime-contact-analysis/analysis-segments"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{},"ContactId":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Segments"],"members":{"Segments":{"type":"list","member":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Content","BeginOffsetMillis","EndOffsetMillis","Sentiment"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"Content":{},"BeginOffsetMillis":{"type":"integer"},"EndOffsetMillis":{"type":"integer"},"Sentiment":{},"IssuesDetected":{"type":"list","member":{"type":"structure","required":["CharacterOffsets"],"members":{"CharacterOffsets":{"type":"structure","required":["BeginOffsetChar","EndOffsetChar"],"members":{"BeginOffsetChar":{"type":"integer"},"EndOffsetChar":{"type":"integer"}}}}}}}},"Categories":{"type":"structure","required":["MatchedCategories","MatchedDetails"],"members":{"MatchedCategories":{"type":"list","member":{}},"MatchedDetails":{"type":"map","key":{},"value":{"type":"structure","required":["PointsOfInterest"],"members":{"PointsOfInterest":{"type":"list","member":{"type":"structure","required":["BeginOffsetMillis","EndOffsetMillis"],"members":{"BeginOffsetMillis":{"type":"integer"},"EndOffsetMillis":{"type":"integer"}}}}}}}}}}}},"NextToken":{}}}}},"shapes":{}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-08-21","endpointPrefix":"contact-lens","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amazon Connect Contact Lens","serviceFullName":"Amazon Connect Contact Lens","serviceId":"Connect Contact Lens","signatureVersion":"v4","signingName":"connect","uid":"connect-contact-lens-2020-08-21","auth":["aws.auth#sigv4"]},"operations":{"ListRealtimeContactAnalysisSegments":{"http":{"requestUri":"/realtime-contact-analysis/analysis-segments"},"input":{"type":"structure","required":["InstanceId","ContactId"],"members":{"InstanceId":{},"ContactId":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Segments"],"members":{"Segments":{"type":"list","member":{"type":"structure","members":{"Transcript":{"type":"structure","required":["Id","ParticipantId","ParticipantRole","Content","BeginOffsetMillis","EndOffsetMillis","Sentiment"],"members":{"Id":{},"ParticipantId":{},"ParticipantRole":{},"Content":{},"BeginOffsetMillis":{"type":"integer"},"EndOffsetMillis":{"type":"integer"},"Sentiment":{},"IssuesDetected":{"type":"list","member":{"type":"structure","required":["CharacterOffsets"],"members":{"CharacterOffsets":{"type":"structure","required":["BeginOffsetChar","EndOffsetChar"],"members":{"BeginOffsetChar":{"type":"integer"},"EndOffsetChar":{"type":"integer"}}}}}}}},"Categories":{"type":"structure","required":["MatchedCategories","MatchedDetails"],"members":{"MatchedCategories":{"type":"list","member":{}},"MatchedDetails":{"type":"map","key":{},"value":{"type":"structure","required":["PointsOfInterest"],"members":{"PointsOfInterest":{"type":"list","member":{"type":"structure","required":["BeginOffsetMillis","EndOffsetMillis"],"members":{"BeginOffsetMillis":{"type":"integer"},"EndOffsetMillis":{"type":"integer"}}}}}}}}},"PostContactSummary":{"type":"structure","required":["Status"],"members":{"Content":{},"Status":{},"FailureCode":{}}}}}},"NextToken":{}}}}},"shapes":{}}
/***/ }),
/* 967 */
@@ -64087,13 +64087,13 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1269 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-17","endpointPrefix":"cleanrooms","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Clean Rooms Service","serviceId":"CleanRooms","signatureVersion":"v4","signingName":"cleanrooms","uid":"cleanrooms-2022-02-17"},"operations":{"BatchGetCollaborationAnalysisTemplate":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArns"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArns":{"type":"list","member":{}}}},"output":{"type":"structure","required":["collaborationAnalysisTemplates","errors"],"members":{"collaborationAnalysisTemplates":{"type":"list","member":{"shape":"S7"}},"errors":{"type":"list","member":{"type":"structure","required":["arn","code","message"],"members":{"arn":{},"code":{},"message":{}}}}}}},"BatchGetSchema":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","names"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"names":{"type":"list","member":{}}}},"output":{"type":"structure","required":["schemas","errors"],"members":{"schemas":{"type":"list","member":{"shape":"S13"}},"errors":{"type":"list","member":{"type":"structure","required":["name","code","message"],"members":{"name":{},"code":{},"message":{}}}}}}},"BatchGetSchemaAnalysisRule":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","schemaAnalysisRuleRequests"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaAnalysisRuleRequests":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"output":{"type":"structure","required":["analysisRules","errors"],"members":{"analysisRules":{"type":"list","member":{"shape":"S1s"}},"errors":{"type":"list","member":{"type":"structure","required":["name","type","code","message"],"members":{"name":{},"type":{},"code":{},"message":{}}}}}}},"CreateAnalysisTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","name","format","source"],"members":{"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"format":{},"source":{"shape":"Sj"},"tags":{"shape":"S2o"},"analysisParameters":{"shape":"Sl"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S2s"}}}},"CreateCollaboration":{"http":{"requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","required":["members","name","description","creatorMemberAbilities","creatorDisplayName","queryLogStatus"],"members":{"members":{"type":"list","member":{"type":"structure","required":["accountId","memberAbilities","displayName"],"members":{"accountId":{},"memberAbilities":{"shape":"S2x"},"displayName":{},"paymentConfiguration":{"shape":"S30"}}}},"name":{},"description":{},"creatorMemberAbilities":{"shape":"S2x"},"creatorDisplayName":{},"dataEncryptionMetadata":{"shape":"S35"},"queryLogStatus":{},"tags":{"shape":"S2o"},"creatorPaymentConfiguration":{"shape":"S30"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S38"}}}},"CreateConfiguredAudienceModelAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","configuredAudienceModelArn","configuredAudienceModelAssociationName","manageResourcePolicies"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredAudienceModelArn":{},"configuredAudienceModelAssociationName":{},"manageResourcePolicies":{"type":"boolean"},"tags":{"shape":"S2o"},"description":{}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3e"}}}},"CreateConfiguredTable":{"http":{"requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","required":["name","tableReference","allowedColumns","analysisMethod"],"members":{"name":{},"description":{},"tableReference":{"shape":"S3i"},"allowedColumns":{"shape":"S3m"},"analysisMethod":{},"tags":{"shape":"S2o"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3o"}}},"idempotent":true},"CreateConfiguredTableAnalysisRule":{"http":{"requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{},"analysisRulePolicy":{"shape":"S3u"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S3x"}}},"idempotent":true},"CreateConfiguredTableAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["name","membershipIdentifier","configuredTableIdentifier","roleArn"],"members":{"name":{},"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredTableIdentifier":{},"roleArn":{},"tags":{"shape":"S2o"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S41"}}}},"CreateMembership":{"http":{"requestUri":"/memberships","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","queryLogStatus"],"members":{"collaborationIdentifier":{},"queryLogStatus":{},"tags":{"shape":"S2o"},"defaultResultConfiguration":{"shape":"S45"},"paymentConfiguration":{"shape":"S4b"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S4e"}}}},"CreatePrivacyBudgetTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","autoRefresh","privacyBudgetType","parameters"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"autoRefresh":{},"privacyBudgetType":{},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true},"tags":{"shape":"S2o"}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S4o"}}}},"DeleteAnalysisTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollaboration":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredAudienceModelAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTable":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAnalysisRule":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}/member/{accountId}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier","accountId"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"accountId":{"location":"uri","locationName":"accountId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMembership":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePrivacyBudgetTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAnalysisTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S2s"}}}},"GetCollaboration":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S38"}}}},"GetCollaborationAnalysisTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArn"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArn":{"location":"uri","locationName":"analysisTemplateArn"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplate"],"members":{"collaborationAnalysisTemplate":{"shape":"S7"}}}},"GetCollaborationConfiguredAudienceModelAssociation":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","configuredAudienceModelAssociationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"}}},"output":{"type":"structure","required":["collaborationConfiguredAudienceModelAssociation"],"members":{"collaborationConfiguredAudienceModelAssociation":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","configuredAudienceModelArn","name","creatorAccountId","createTime","updateTime"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"configuredAudienceModelArn":{},"name":{},"description":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}},"GetCollaborationPrivacyBudgetTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","privacyBudgetTemplateIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetTemplate"],"members":{"collaborationPrivacyBudgetTemplate":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","createTime","updateTime","privacyBudgetType","autoRefresh","parameters"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"privacyBudgetType":{},"autoRefresh":{},"parameters":{"shape":"S4r"}}}}}},"GetConfiguredAudienceModelAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3e"}}}},"GetConfiguredTable":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3o"}}}},"GetConfiguredTableAnalysisRule":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S3x"}}}},"GetConfiguredTableAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S41"}}}},"GetMembership":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S4e"}}}},"GetPrivacyBudgetTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S4o"}}}},"GetProtectedQuery":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S63"}}}},"GetSchema":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["schema"],"members":{"schema":{"shape":"S13"}}}},"GetSchemaAnalysisRule":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name","type"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"},"type":{"location":"uri","locationName":"type"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S1s"}}}},"ListAnalysisTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["analysisTemplateSummaries"],"members":{"nextToken":{},"analysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","membershipArn","membershipId","collaborationArn","collaborationId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"membershipArn":{},"membershipId":{},"collaborationArn":{},"collaborationId":{},"description":{}}}}}}},"ListCollaborationAnalysisTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplateSummaries"],"members":{"nextToken":{},"collaborationAnalysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}}}}},"ListCollaborationConfiguredAudienceModelAssociations":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationConfiguredAudienceModelAssociationSummaries"],"members":{"collaborationConfiguredAudienceModelAssociationSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}},"nextToken":{}}}},"ListCollaborationPrivacyBudgetTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetTemplateSummaries"],"members":{"nextToken":{},"collaborationPrivacyBudgetTemplateSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","privacyBudgetType","createTime","updateTime"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"privacyBudgetType":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}}},"ListCollaborationPrivacyBudgets":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgets","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","privacyBudgetType"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"privacyBudgetType":{"location":"querystring","locationName":"privacyBudgetType"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetSummaries"],"members":{"collaborationPrivacyBudgetSummaries":{"type":"list","member":{"type":"structure","required":["id","privacyBudgetTemplateId","privacyBudgetTemplateArn","collaborationId","collaborationArn","creatorAccountId","type","createTime","updateTime","budget"],"members":{"id":{},"privacyBudgetTemplateId":{},"privacyBudgetTemplateArn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"budget":{"shape":"S7f"}}}},"nextToken":{}}}},"ListCollaborations":{"http":{"method":"GET","requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"memberStatus":{"location":"querystring","locationName":"memberStatus"}}},"output":{"type":"structure","required":["collaborationList"],"members":{"nextToken":{},"collaborationList":{"type":"list","member":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus"],"members":{"id":{},"arn":{},"name":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{}}}}}}},"ListConfiguredAudienceModelAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredAudienceModelAssociationSummaries"],"members":{"configuredAudienceModelAssociationSummaries":{"type":"list","member":{"type":"structure","required":["membershipId","membershipArn","collaborationArn","collaborationId","createTime","updateTime","id","arn","name","configuredAudienceModelArn"],"members":{"membershipId":{},"membershipArn":{},"collaborationArn":{},"collaborationId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{},"name":{},"configuredAudienceModelArn":{},"description":{}}}},"nextToken":{}}}},"ListConfiguredTableAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableAssociationSummaries"],"members":{"configuredTableAssociationSummaries":{"type":"list","member":{"type":"structure","required":["configuredTableId","membershipId","membershipArn","name","createTime","updateTime","id","arn"],"members":{"configuredTableId":{},"membershipId":{},"membershipArn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{}}}},"nextToken":{}}}},"ListConfiguredTables":{"http":{"method":"GET","requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableSummaries"],"members":{"configuredTableSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","name","createTime","updateTime","analysisRuleTypes","analysisMethod"],"members":{"id":{},"arn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S3q"},"analysisMethod":{}}}},"nextToken":{}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/members","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["memberSummaries"],"members":{"nextToken":{},"memberSummaries":{"type":"list","member":{"type":"structure","required":["accountId","status","displayName","abilities","createTime","updateTime","paymentConfiguration"],"members":{"accountId":{},"status":{},"displayName":{},"abilities":{"shape":"S2x"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"membershipId":{},"membershipArn":{},"paymentConfiguration":{"shape":"S30"}}}}}}},"ListMemberships":{"http":{"method":"GET","requestUri":"/memberships","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["membershipSummaries"],"members":{"nextToken":{},"membershipSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","paymentConfiguration"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S2x"},"paymentConfiguration":{"shape":"S4b"}}}}}}},"ListPrivacyBudgetTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["privacyBudgetTemplateSummaries"],"members":{"nextToken":{},"privacyBudgetTemplateSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","membershipId","membershipArn","collaborationId","collaborationArn","privacyBudgetType","createTime","updateTime"],"members":{"id":{},"arn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"privacyBudgetType":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}}},"ListPrivacyBudgets":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgets","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetType"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetType":{"location":"querystring","locationName":"privacyBudgetType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["privacyBudgetSummaries"],"members":{"privacyBudgetSummaries":{"type":"list","member":{"type":"structure","required":["id","privacyBudgetTemplateId","privacyBudgetTemplateArn","membershipId","membershipArn","collaborationId","collaborationArn","type","createTime","updateTime","budget"],"members":{"id":{},"privacyBudgetTemplateId":{},"privacyBudgetTemplateArn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"budget":{"shape":"S7f"}}}},"nextToken":{}}}},"ListProtectedQueries":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["protectedQueries"],"members":{"nextToken":{},"protectedQueries":{"type":"list","member":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"status":{}}}}}}},"ListSchemas":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaType":{"location":"querystring","locationName":"schemaType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["schemaSummaries"],"members":{"schemaSummaries":{"type":"list","member":{"type":"structure","required":["name","type","creatorAccountId","createTime","updateTime","collaborationId","collaborationArn","analysisRuleTypes"],"members":{"name":{},"type":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"collaborationId":{},"collaborationArn":{},"analysisRuleTypes":{"shape":"S18"},"analysisMethod":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"S2o"}}}},"PreviewPrivacyImpact":{"http":{"requestUri":"/memberships/{membershipIdentifier}/previewprivacyimpact","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","parameters"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true}}},"output":{"type":"structure","required":["privacyImpact"],"members":{"privacyImpact":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["aggregations"],"members":{"aggregations":{"type":"list","member":{"type":"structure","required":["type","maxCount"],"members":{"type":{},"maxCount":{"type":"integer"}}}}}}},"union":true}}}},"StartProtectedQuery":{"http":{"requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["type","membershipIdentifier","sqlParameters"],"members":{"type":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"sqlParameters":{"shape":"S64"},"resultConfiguration":{"shape":"S68"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S63"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2o"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAnalysisTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"},"description":{}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S2s"}}}},"UpdateCollaboration":{"http":{"method":"PATCH","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S38"}}}},"UpdateConfiguredAudienceModelAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"name":{}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3e"}}}},"UpdateConfiguredTable":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3o"}}}},"UpdateConfiguredTableAnalysisRule":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"},"analysisRulePolicy":{"shape":"S3u"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S3x"}}}},"UpdateConfiguredTableAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"roleArn":{}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S41"}}}},"UpdateMembership":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S45"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S4e"}}}},"UpdatePrivacyBudgetTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier","privacyBudgetType"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"},"privacyBudgetType":{},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S4o"}}}},"UpdateProtectedQuery":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier","targetStatus"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"},"targetStatus":{}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S63"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"description":{},"creatorAccountId":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"},"validations":{"shape":"Sq"}}},"Sf":{"type":"structure","members":{"referencedTables":{"type":"list","member":{}}}},"Sj":{"type":"structure","members":{"text":{}},"sensitive":true,"union":true},"Sl":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{},"defaultValue":{}},"sensitive":true}},"Sq":{"type":"list","member":{"type":"structure","required":["type","status"],"members":{"type":{},"status":{},"reasons":{"type":"list","member":{"type":"structure","required":["message"],"members":{"message":{}}}}}}},"S13":{"type":"structure","required":["columns","partitionKeys","analysisRuleTypes","creatorAccountId","name","collaborationId","collaborationArn","description","createTime","updateTime","type","schemaStatusDetails"],"members":{"columns":{"shape":"S14"},"partitionKeys":{"shape":"S14"},"analysisRuleTypes":{"shape":"S18"},"analysisMethod":{},"creatorAccountId":{},"name":{},"collaborationId":{},"collaborationArn":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"type":{},"schemaStatusDetails":{"type":"list","member":{"type":"structure","required":["status"],"members":{"status":{},"reasons":{"type":"list","member":{"type":"structure","required":["code","message"],"members":{"code":{},"message":{}}}},"analysisRuleType":{},"configurations":{"type":"list","member":{}}}}}}},"S14":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"S18":{"type":"list","member":{}},"S1s":{"type":"structure","required":["collaborationId","type","name","createTime","updateTime","policy"],"members":{"collaborationId":{},"type":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"policy":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S1v"},"aggregation":{"shape":"S21"},"custom":{"shape":"S2d"}},"union":true}},"union":true}}},"S1v":{"type":"structure","required":["joinColumns","listColumns"],"members":{"joinColumns":{"type":"list","member":{}},"allowedJoinOperators":{"shape":"S1y"},"listColumns":{"shape":"S20"}}},"S1y":{"type":"list","member":{}},"S20":{"type":"list","member":{}},"S21":{"type":"structure","required":["aggregateColumns","joinColumns","dimensionColumns","scalarFunctions","outputConstraints"],"members":{"aggregateColumns":{"type":"list","member":{"type":"structure","required":["columnNames","function"],"members":{"columnNames":{"type":"list","member":{}},"function":{}}}},"joinColumns":{"shape":"S20"},"joinRequired":{},"allowedJoinOperators":{"shape":"S1y"},"dimensionColumns":{"shape":"S20"},"scalarFunctions":{"type":"list","member":{}},"outputConstraints":{"type":"list","member":{"type":"structure","required":["columnName","minimum","type"],"members":{"columnName":{},"minimum":{"type":"integer"},"type":{}}}}}},"S2d":{"type":"structure","required":["allowedAnalyses"],"members":{"allowedAnalyses":{"type":"list","member":{}},"allowedAnalysisProviders":{"type":"list","member":{}},"differentialPrivacy":{"type":"structure","required":["columns"],"members":{"columns":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{}}}}}}}},"S2o":{"type":"map","key":{},"value":{}},"S2s":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","membershipId","membershipArn","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"membershipId":{},"membershipArn":{},"description":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"},"validations":{"shape":"Sq"}}},"S2x":{"type":"list","member":{}},"S30":{"type":"structure","required":["queryCompute"],"members":{"queryCompute":{"type":"structure","required":["isResponsible"],"members":{"isResponsible":{"type":"boolean"}}}}},"S35":{"type":"structure","required":["allowCleartext","allowDuplicates","allowJoinsOnColumnsWithDifferentNames","preserveNulls"],"members":{"allowCleartext":{"type":"boolean"},"allowDuplicates":{"type":"boolean"},"allowJoinsOnColumnsWithDifferentNames":{"type":"boolean"},"preserveNulls":{"type":"boolean"}}},"S38":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus","queryLogStatus"],"members":{"id":{},"arn":{},"name":{},"description":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{},"dataEncryptionMetadata":{"shape":"S35"},"queryLogStatus":{}}},"S3e":{"type":"structure","required":["id","arn","configuredAudienceModelArn","membershipId","membershipArn","collaborationId","collaborationArn","name","manageResourcePolicies","createTime","updateTime"],"members":{"id":{},"arn":{},"configuredAudienceModelArn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"name":{},"manageResourcePolicies":{"type":"boolean"},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S3i":{"type":"structure","members":{"glue":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{}}}},"union":true},"S3m":{"type":"list","member":{}},"S3o":{"type":"structure","required":["id","arn","name","tableReference","createTime","updateTime","analysisRuleTypes","analysisMethod","allowedColumns"],"members":{"id":{},"arn":{},"name":{},"description":{},"tableReference":{"shape":"S3i"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S3q"},"analysisMethod":{},"allowedColumns":{"shape":"S3m"}}},"S3q":{"type":"list","member":{}},"S3u":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S1v"},"aggregation":{"shape":"S21"},"custom":{"shape":"S2d"}},"union":true}},"union":true},"S3x":{"type":"structure","required":["configuredTableId","configuredTableArn","policy","type","createTime","updateTime"],"members":{"configuredTableId":{},"configuredTableArn":{},"policy":{"shape":"S3u"},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S41":{"type":"structure","required":["arn","id","configuredTableId","configuredTableArn","membershipId","membershipArn","roleArn","name","createTime","updateTime"],"members":{"arn":{},"id":{},"configuredTableId":{},"configuredTableArn":{},"membershipId":{},"membershipArn":{},"roleArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S45":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S47"}},"union":true},"roleArn":{}}},"S47":{"type":"structure","required":["resultFormat","bucket"],"members":{"resultFormat":{},"bucket":{},"keyPrefix":{}}},"S4b":{"type":"structure","required":["queryCompute"],"members":{"queryCompute":{"type":"structure","required":["isResponsible"],"members":{"isResponsible":{"type":"boolean"}}}}},"S4e":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","queryLogStatus","paymentConfiguration"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S2x"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S45"},"paymentConfiguration":{"shape":"S4b"}}},"S4o":{"type":"structure","required":["id","arn","membershipId","membershipArn","collaborationId","collaborationArn","createTime","updateTime","privacyBudgetType","autoRefresh","parameters"],"members":{"id":{},"arn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"privacyBudgetType":{},"autoRefresh":{},"parameters":{"shape":"S4r"}}},"S4r":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true},"S63":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"sqlParameters":{"shape":"S64"},"status":{},"resultConfiguration":{"shape":"S68"},"statistics":{"type":"structure","members":{"totalDurationInMillis":{"type":"long"}}},"result":{"type":"structure","required":["output"],"members":{"output":{"type":"structure","members":{"s3":{"type":"structure","required":["location"],"members":{"location":{}}},"memberList":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}}},"union":true}}},"error":{"type":"structure","required":["message","code"],"members":{"message":{},"code":{}}},"differentialPrivacy":{"type":"structure","required":["sensitivityParameters"],"members":{"sensitivityParameters":{"type":"list","member":{"type":"structure","required":["aggregationType","aggregationExpression","userContributionLimit"],"members":{"aggregationType":{},"aggregationExpression":{},"userContributionLimit":{"type":"integer"},"minColumnValue":{"type":"float"},"maxColumnValue":{"type":"float"}}}}}}}},"S64":{"type":"structure","members":{"queryString":{},"analysisTemplateArn":{},"parameters":{"type":"map","key":{},"value":{}}},"sensitive":true},"S68":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S47"}},"union":true}}},"S7f":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["aggregations","epsilon"],"members":{"aggregations":{"type":"list","member":{"type":"structure","required":["type","maxCount","remainingCount"],"members":{"type":{},"maxCount":{"type":"integer"},"remainingCount":{"type":"integer"}}}},"epsilon":{"type":"integer"}}}},"union":true}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-17","auth":["aws.auth#sigv4"],"endpointPrefix":"cleanrooms","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Clean Rooms Service","serviceId":"CleanRooms","signatureVersion":"v4","signingName":"cleanrooms","uid":"cleanrooms-2022-02-17"},"operations":{"BatchGetCollaborationAnalysisTemplate":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArns"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArns":{"type":"list","member":{}}}},"output":{"type":"structure","required":["collaborationAnalysisTemplates","errors"],"members":{"collaborationAnalysisTemplates":{"type":"list","member":{"shape":"S7"}},"errors":{"type":"list","member":{"type":"structure","required":["arn","code","message"],"members":{"arn":{},"code":{},"message":{}}}}}}},"BatchGetSchema":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","names"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"names":{"type":"list","member":{}}}},"output":{"type":"structure","required":["schemas","errors"],"members":{"schemas":{"type":"list","member":{"shape":"S13"}},"errors":{"type":"list","member":{"type":"structure","required":["name","code","message"],"members":{"name":{},"code":{},"message":{}}}}}}},"BatchGetSchemaAnalysisRule":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","schemaAnalysisRuleRequests"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaAnalysisRuleRequests":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"output":{"type":"structure","required":["analysisRules","errors"],"members":{"analysisRules":{"type":"list","member":{"shape":"S1x"}},"errors":{"type":"list","member":{"type":"structure","required":["name","type","code","message"],"members":{"name":{},"type":{},"code":{},"message":{}}}}}}},"CreateAnalysisTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","name","format","source"],"members":{"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"format":{},"source":{"shape":"Sj"},"tags":{"shape":"S2y"},"analysisParameters":{"shape":"Sl"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S32"}}}},"CreateCollaboration":{"http":{"requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","required":["members","name","description","creatorMemberAbilities","creatorDisplayName","queryLogStatus"],"members":{"members":{"type":"list","member":{"type":"structure","required":["accountId","memberAbilities","displayName"],"members":{"accountId":{},"memberAbilities":{"shape":"S37"},"displayName":{},"paymentConfiguration":{"shape":"S3a"}}}},"name":{},"description":{},"creatorMemberAbilities":{"shape":"S37"},"creatorDisplayName":{},"dataEncryptionMetadata":{"shape":"S3f"},"queryLogStatus":{},"tags":{"shape":"S2y"},"creatorPaymentConfiguration":{"shape":"S3a"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S3i"}}}},"CreateConfiguredAudienceModelAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","configuredAudienceModelArn","configuredAudienceModelAssociationName","manageResourcePolicies"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredAudienceModelArn":{},"configuredAudienceModelAssociationName":{},"manageResourcePolicies":{"type":"boolean"},"tags":{"shape":"S2y"},"description":{}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3o"}}}},"CreateConfiguredTable":{"http":{"requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","required":["name","tableReference","allowedColumns","analysisMethod"],"members":{"name":{},"description":{},"tableReference":{"shape":"S3s"},"allowedColumns":{"shape":"S3w"},"analysisMethod":{},"tags":{"shape":"S2y"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3y"}}},"idempotent":true},"CreateConfiguredTableAnalysisRule":{"http":{"requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{},"analysisRulePolicy":{"shape":"S44"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S47"}}},"idempotent":true},"CreateConfiguredTableAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["name","membershipIdentifier","configuredTableIdentifier","roleArn"],"members":{"name":{},"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredTableIdentifier":{},"roleArn":{},"tags":{"shape":"S2y"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S4b"}}}},"CreateIdMappingTable":{"http":{"requestUri":"/memberships/{membershipIdentifier}/idmappingtables","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","name","inputReferenceConfig"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"description":{},"inputReferenceConfig":{"shape":"S4e"},"tags":{"shape":"S2y"},"kmsKeyArn":{}}},"output":{"type":"structure","required":["idMappingTable"],"members":{"idMappingTable":{"shape":"S4i"}}}},"CreateIdNamespaceAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/idnamespaceassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","inputReferenceConfig","name"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"inputReferenceConfig":{"shape":"S4m"},"tags":{"shape":"S2y"},"name":{},"description":{},"idMappingConfig":{"shape":"S4p"}}},"output":{"type":"structure","required":["idNamespaceAssociation"],"members":{"idNamespaceAssociation":{"shape":"S4r"}}}},"CreateMembership":{"http":{"requestUri":"/memberships","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","queryLogStatus"],"members":{"collaborationIdentifier":{},"queryLogStatus":{},"tags":{"shape":"S2y"},"defaultResultConfiguration":{"shape":"S4z"},"paymentConfiguration":{"shape":"S55"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S58"}}}},"CreatePrivacyBudgetTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","autoRefresh","privacyBudgetType","parameters"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"autoRefresh":{},"privacyBudgetType":{},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true},"tags":{"shape":"S2y"}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S5i"}}}},"DeleteAnalysisTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollaboration":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredAudienceModelAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTable":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAnalysisRule":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIdMappingTable":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["idMappingTableIdentifier","membershipIdentifier"],"members":{"idMappingTableIdentifier":{"location":"uri","locationName":"idMappingTableIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIdNamespaceAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["idNamespaceAssociationIdentifier","membershipIdentifier"],"members":{"idNamespaceAssociationIdentifier":{"location":"uri","locationName":"idNamespaceAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}/member/{accountId}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier","accountId"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"accountId":{"location":"uri","locationName":"accountId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMembership":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePrivacyBudgetTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAnalysisTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S32"}}}},"GetCollaboration":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S3i"}}}},"GetCollaborationAnalysisTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArn"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArn":{"location":"uri","locationName":"analysisTemplateArn"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplate"],"members":{"collaborationAnalysisTemplate":{"shape":"S7"}}}},"GetCollaborationConfiguredAudienceModelAssociation":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","configuredAudienceModelAssociationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"}}},"output":{"type":"structure","required":["collaborationConfiguredAudienceModelAssociation"],"members":{"collaborationConfiguredAudienceModelAssociation":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","configuredAudienceModelArn","name","creatorAccountId","createTime","updateTime"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"configuredAudienceModelArn":{},"name":{},"description":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}},"GetCollaborationIdNamespaceAssociation":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","idNamespaceAssociationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"idNamespaceAssociationIdentifier":{"location":"uri","locationName":"idNamespaceAssociationIdentifier"}}},"output":{"type":"structure","required":["collaborationIdNamespaceAssociation"],"members":{"collaborationIdNamespaceAssociation":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","name","creatorAccountId","createTime","updateTime","inputReferenceConfig","inputReferenceProperties"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"name":{},"description":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"inputReferenceConfig":{"shape":"S4m"},"inputReferenceProperties":{"shape":"S4u"},"idMappingConfig":{"shape":"S4p"}}}}}},"GetCollaborationPrivacyBudgetTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","privacyBudgetTemplateIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetTemplate"],"members":{"collaborationPrivacyBudgetTemplate":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","createTime","updateTime","privacyBudgetType","autoRefresh","parameters"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"privacyBudgetType":{},"autoRefresh":{},"parameters":{"shape":"S5l"}}}}}},"GetConfiguredAudienceModelAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3o"}}}},"GetConfiguredTable":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3y"}}}},"GetConfiguredTableAnalysisRule":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S47"}}}},"GetConfiguredTableAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S4b"}}}},"GetIdMappingTable":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["idMappingTableIdentifier","membershipIdentifier"],"members":{"idMappingTableIdentifier":{"location":"uri","locationName":"idMappingTableIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["idMappingTable"],"members":{"idMappingTable":{"shape":"S4i"}}}},"GetIdNamespaceAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["idNamespaceAssociationIdentifier","membershipIdentifier"],"members":{"idNamespaceAssociationIdentifier":{"location":"uri","locationName":"idNamespaceAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["idNamespaceAssociation"],"members":{"idNamespaceAssociation":{"shape":"S4r"}}}},"GetMembership":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S58"}}}},"GetPrivacyBudgetTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S5i"}}}},"GetProtectedQuery":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S78"}}}},"GetSchema":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["schema"],"members":{"schema":{"shape":"S13"}}}},"GetSchemaAnalysisRule":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name","type"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"},"type":{"location":"uri","locationName":"type"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S1x"}}}},"ListAnalysisTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["analysisTemplateSummaries"],"members":{"nextToken":{},"analysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","membershipArn","membershipId","collaborationArn","collaborationId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"membershipArn":{},"membershipId":{},"collaborationArn":{},"collaborationId":{},"description":{}}}}}}},"ListCollaborationAnalysisTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplateSummaries"],"members":{"nextToken":{},"collaborationAnalysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}}}}},"ListCollaborationConfiguredAudienceModelAssociations":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationConfiguredAudienceModelAssociationSummaries"],"members":{"collaborationConfiguredAudienceModelAssociationSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}},"nextToken":{}}}},"ListCollaborationIdNamespaceAssociations":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/idnamespaceassociations","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationIdNamespaceAssociationSummaries"],"members":{"nextToken":{},"collaborationIdNamespaceAssociationSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","updateTime","collaborationArn","collaborationId","creatorAccountId","inputReferenceConfig","name","inputReferenceProperties"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"inputReferenceConfig":{"shape":"S4m"},"name":{},"description":{},"inputReferenceProperties":{"shape":"S8g"}}}}}}},"ListCollaborationPrivacyBudgetTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetTemplateSummaries"],"members":{"nextToken":{},"collaborationPrivacyBudgetTemplateSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","privacyBudgetType","createTime","updateTime"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"privacyBudgetType":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}}},"ListCollaborationPrivacyBudgets":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/privacybudgets","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","privacyBudgetType"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"privacyBudgetType":{"location":"querystring","locationName":"privacyBudgetType"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["collaborationPrivacyBudgetSummaries"],"members":{"collaborationPrivacyBudgetSummaries":{"type":"list","member":{"type":"structure","required":["id","privacyBudgetTemplateId","privacyBudgetTemplateArn","collaborationId","collaborationArn","creatorAccountId","type","createTime","updateTime","budget"],"members":{"id":{},"privacyBudgetTemplateId":{},"privacyBudgetTemplateArn":{},"collaborationId":{},"collaborationArn":{},"creatorAccountId":{},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"budget":{"shape":"S8p"}}}},"nextToken":{}}}},"ListCollaborations":{"http":{"method":"GET","requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"memberStatus":{"location":"querystring","locationName":"memberStatus"}}},"output":{"type":"structure","required":["collaborationList"],"members":{"nextToken":{},"collaborationList":{"type":"list","member":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus"],"members":{"id":{},"arn":{},"name":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{}}}}}}},"ListConfiguredAudienceModelAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredAudienceModelAssociationSummaries"],"members":{"configuredAudienceModelAssociationSummaries":{"type":"list","member":{"type":"structure","required":["membershipId","membershipArn","collaborationArn","collaborationId","createTime","updateTime","id","arn","name","configuredAudienceModelArn"],"members":{"membershipId":{},"membershipArn":{},"collaborationArn":{},"collaborationId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{},"name":{},"configuredAudienceModelArn":{},"description":{}}}},"nextToken":{}}}},"ListConfiguredTableAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableAssociationSummaries"],"members":{"configuredTableAssociationSummaries":{"type":"list","member":{"type":"structure","required":["configuredTableId","membershipId","membershipArn","name","createTime","updateTime","id","arn"],"members":{"configuredTableId":{},"membershipId":{},"membershipArn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{}}}},"nextToken":{}}}},"ListConfiguredTables":{"http":{"method":"GET","requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableSummaries"],"members":{"configuredTableSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","name","createTime","updateTime","analysisRuleTypes","analysisMethod"],"members":{"id":{},"arn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S40"},"analysisMethod":{}}}},"nextToken":{}}}},"ListIdMappingTables":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/idmappingtables","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["idMappingTableSummaries"],"members":{"idMappingTableSummaries":{"type":"list","member":{"type":"structure","required":["collaborationArn","collaborationId","membershipId","membershipArn","createTime","updateTime","id","arn","inputReferenceConfig","name"],"members":{"collaborationArn":{},"collaborationId":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{},"description":{},"inputReferenceConfig":{"shape":"S4e"},"name":{}}}},"nextToken":{}}}},"ListIdNamespaceAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/idnamespaceassociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["idNamespaceAssociationSummaries"],"members":{"nextToken":{},"idNamespaceAssociationSummaries":{"type":"list","member":{"type":"structure","required":["membershipId","membershipArn","collaborationArn","collaborationId","createTime","updateTime","id","arn","inputReferenceConfig","name","inputReferenceProperties"],"members":{"membershipId":{},"membershipArn":{},"collaborationArn":{},"collaborationId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{},"inputReferenceConfig":{"shape":"S4m"},"name":{},"description":{},"inputReferenceProperties":{"shape":"S8g"}}}}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/members","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["memberSummaries"],"members":{"nextToken":{},"memberSummaries":{"type":"list","member":{"type":"structure","required":["accountId","status","displayName","abilities","createTime","updateTime","paymentConfiguration"],"members":{"accountId":{},"status":{},"displayName":{},"abilities":{"shape":"S37"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"membershipId":{},"membershipArn":{},"paymentConfiguration":{"shape":"S3a"}}}}}}},"ListMemberships":{"http":{"method":"GET","requestUri":"/memberships","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["membershipSummaries"],"members":{"nextToken":{},"membershipSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","paymentConfiguration"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S37"},"paymentConfiguration":{"shape":"S55"}}}}}}},"ListPrivacyBudgetTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["privacyBudgetTemplateSummaries"],"members":{"nextToken":{},"privacyBudgetTemplateSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","membershipId","membershipArn","collaborationId","collaborationArn","privacyBudgetType","createTime","updateTime"],"members":{"id":{},"arn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"privacyBudgetType":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}}}}}},"ListPrivacyBudgets":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/privacybudgets","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetType"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetType":{"location":"querystring","locationName":"privacyBudgetType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["privacyBudgetSummaries"],"members":{"privacyBudgetSummaries":{"type":"list","member":{"type":"structure","required":["id","privacyBudgetTemplateId","privacyBudgetTemplateArn","membershipId","membershipArn","collaborationId","collaborationArn","type","createTime","updateTime","budget"],"members":{"id":{},"privacyBudgetTemplateId":{},"privacyBudgetTemplateArn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"budget":{"shape":"S8p"}}}},"nextToken":{}}}},"ListProtectedQueries":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["protectedQueries"],"members":{"nextToken":{},"protectedQueries":{"type":"list","member":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"status":{}}}}}}},"ListSchemas":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaType":{"location":"querystring","locationName":"schemaType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["schemaSummaries"],"members":{"schemaSummaries":{"type":"list","member":{"type":"structure","required":["name","type","creatorAccountId","createTime","updateTime","collaborationId","collaborationArn","analysisRuleTypes"],"members":{"name":{},"type":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"collaborationId":{},"collaborationArn":{},"analysisRuleTypes":{"shape":"S18"},"analysisMethod":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"S2y"}}}},"PopulateIdMappingTable":{"http":{"requestUri":"/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate","responseCode":200},"input":{"type":"structure","required":["idMappingTableIdentifier","membershipIdentifier"],"members":{"idMappingTableIdentifier":{"location":"uri","locationName":"idMappingTableIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["idMappingJobId"],"members":{"idMappingJobId":{}}}},"PreviewPrivacyImpact":{"http":{"requestUri":"/memberships/{membershipIdentifier}/previewprivacyimpact","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","parameters"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true}}},"output":{"type":"structure","required":["privacyImpact"],"members":{"privacyImpact":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["aggregations"],"members":{"aggregations":{"type":"list","member":{"type":"structure","required":["type","maxCount"],"members":{"type":{},"maxCount":{"type":"integer"}}}}}}},"union":true}}}},"StartProtectedQuery":{"http":{"requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["type","membershipIdentifier","sqlParameters"],"members":{"type":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"sqlParameters":{"shape":"S79"},"resultConfiguration":{"shape":"S7d"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S78"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2y"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAnalysisTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"},"description":{}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S32"}}}},"UpdateCollaboration":{"http":{"method":"PATCH","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S3i"}}}},"UpdateConfiguredAudienceModelAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelAssociationIdentifier","membershipIdentifier"],"members":{"configuredAudienceModelAssociationIdentifier":{"location":"uri","locationName":"configuredAudienceModelAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"name":{}}},"output":{"type":"structure","required":["configuredAudienceModelAssociation"],"members":{"configuredAudienceModelAssociation":{"shape":"S3o"}}}},"UpdateConfiguredTable":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S3y"}}}},"UpdateConfiguredTableAnalysisRule":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"},"analysisRulePolicy":{"shape":"S44"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S47"}}}},"UpdateConfiguredTableAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"roleArn":{}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S4b"}}}},"UpdateIdMappingTable":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["idMappingTableIdentifier","membershipIdentifier"],"members":{"idMappingTableIdentifier":{"location":"uri","locationName":"idMappingTableIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"kmsKeyArn":{}}},"output":{"type":"structure","required":["idMappingTable"],"members":{"idMappingTable":{"shape":"S4i"}}}},"UpdateIdNamespaceAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["idNamespaceAssociationIdentifier","membershipIdentifier"],"members":{"idNamespaceAssociationIdentifier":{"location":"uri","locationName":"idNamespaceAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"description":{},"idMappingConfig":{"shape":"S4p"}}},"output":{"type":"structure","required":["idNamespaceAssociation"],"members":{"idNamespaceAssociation":{"shape":"S4r"}}}},"UpdateMembership":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S4z"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S58"}}}},"UpdatePrivacyBudgetTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","privacyBudgetTemplateIdentifier","privacyBudgetType"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"privacyBudgetTemplateIdentifier":{"location":"uri","locationName":"privacyBudgetTemplateIdentifier"},"privacyBudgetType":{},"parameters":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true}}},"output":{"type":"structure","required":["privacyBudgetTemplate"],"members":{"privacyBudgetTemplate":{"shape":"S5i"}}}},"UpdateProtectedQuery":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier","targetStatus"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"},"targetStatus":{}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S78"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"description":{},"creatorAccountId":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"},"validations":{"shape":"Sq"}}},"Sf":{"type":"structure","members":{"referencedTables":{"type":"list","member":{}}}},"Sj":{"type":"structure","members":{"text":{}},"sensitive":true,"union":true},"Sl":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{},"defaultValue":{}},"sensitive":true}},"Sq":{"type":"list","member":{"type":"structure","required":["type","status"],"members":{"type":{},"status":{},"reasons":{"type":"list","member":{"type":"structure","required":["message"],"members":{"message":{}}}}}}},"S13":{"type":"structure","required":["columns","partitionKeys","analysisRuleTypes","creatorAccountId","name","collaborationId","collaborationArn","description","createTime","updateTime","type","schemaStatusDetails"],"members":{"columns":{"shape":"S14"},"partitionKeys":{"shape":"S14"},"analysisRuleTypes":{"shape":"S18"},"analysisMethod":{},"creatorAccountId":{},"name":{},"collaborationId":{},"collaborationArn":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"type":{},"schemaStatusDetails":{"type":"list","member":{"type":"structure","required":["status"],"members":{"status":{},"reasons":{"type":"list","member":{"type":"structure","required":["code","message"],"members":{"code":{},"message":{}}}},"analysisRuleType":{},"configurations":{"type":"list","member":{}}}}},"schemaTypeProperties":{"type":"structure","members":{"idMappingTable":{"type":"structure","required":["idMappingTableInputSource"],"members":{"idMappingTableInputSource":{"shape":"S1n"}}}},"union":true}}},"S14":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"S18":{"type":"list","member":{}},"S1n":{"type":"list","member":{"type":"structure","required":["idNamespaceAssociationId","type"],"members":{"idNamespaceAssociationId":{},"type":{}}}},"S1x":{"type":"structure","required":["collaborationId","type","name","createTime","updateTime","policy"],"members":{"collaborationId":{},"type":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"policy":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S20"},"aggregation":{"shape":"S26"},"custom":{"shape":"S2i"},"idMappingTable":{"type":"structure","required":["joinColumns","queryConstraints"],"members":{"joinColumns":{"type":"list","member":{}},"queryConstraints":{"type":"list","member":{"type":"structure","members":{"requireOverlap":{"type":"structure","members":{"columns":{"shape":"S25"}}}},"union":true}},"dimensionColumns":{"shape":"S25"}}}},"union":true}},"union":true}}},"S20":{"type":"structure","required":["joinColumns","listColumns"],"members":{"joinColumns":{"type":"list","member":{}},"allowedJoinOperators":{"shape":"S23"},"listColumns":{"shape":"S25"}}},"S23":{"type":"list","member":{}},"S25":{"type":"list","member":{}},"S26":{"type":"structure","required":["aggregateColumns","joinColumns","dimensionColumns","scalarFunctions","outputConstraints"],"members":{"aggregateColumns":{"type":"list","member":{"type":"structure","required":["columnNames","function"],"members":{"columnNames":{"type":"list","member":{}},"function":{}}}},"joinColumns":{"shape":"S25"},"joinRequired":{},"allowedJoinOperators":{"shape":"S23"},"dimensionColumns":{"shape":"S25"},"scalarFunctions":{"type":"list","member":{}},"outputConstraints":{"type":"list","member":{"type":"structure","required":["columnName","minimum","type"],"members":{"columnName":{},"minimum":{"type":"integer"},"type":{}}}}}},"S2i":{"type":"structure","required":["allowedAnalyses"],"members":{"allowedAnalyses":{"type":"list","member":{}},"allowedAnalysisProviders":{"type":"list","member":{}},"differentialPrivacy":{"type":"structure","required":["columns"],"members":{"columns":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{}}}}}}}},"S2y":{"type":"map","key":{},"value":{}},"S32":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","membershipId","membershipArn","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"membershipId":{},"membershipArn":{},"description":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"},"validations":{"shape":"Sq"}}},"S37":{"type":"list","member":{}},"S3a":{"type":"structure","required":["queryCompute"],"members":{"queryCompute":{"type":"structure","required":["isResponsible"],"members":{"isResponsible":{"type":"boolean"}}}}},"S3f":{"type":"structure","required":["allowCleartext","allowDuplicates","allowJoinsOnColumnsWithDifferentNames","preserveNulls"],"members":{"allowCleartext":{"type":"boolean"},"allowDuplicates":{"type":"boolean"},"allowJoinsOnColumnsWithDifferentNames":{"type":"boolean"},"preserveNulls":{"type":"boolean"}}},"S3i":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus","queryLogStatus"],"members":{"id":{},"arn":{},"name":{},"description":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{},"dataEncryptionMetadata":{"shape":"S3f"},"queryLogStatus":{}}},"S3o":{"type":"structure","required":["id","arn","configuredAudienceModelArn","membershipId","membershipArn","collaborationId","collaborationArn","name","manageResourcePolicies","createTime","updateTime"],"members":{"id":{},"arn":{},"configuredAudienceModelArn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"name":{},"manageResourcePolicies":{"type":"boolean"},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S3s":{"type":"structure","members":{"glue":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{}}}},"union":true},"S3w":{"type":"list","member":{}},"S3y":{"type":"structure","required":["id","arn","name","tableReference","createTime","updateTime","analysisRuleTypes","analysisMethod","allowedColumns"],"members":{"id":{},"arn":{},"name":{},"description":{},"tableReference":{"shape":"S3s"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S40"},"analysisMethod":{},"allowedColumns":{"shape":"S3w"}}},"S40":{"type":"list","member":{}},"S44":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S20"},"aggregation":{"shape":"S26"},"custom":{"shape":"S2i"}},"union":true}},"union":true},"S47":{"type":"structure","required":["configuredTableId","configuredTableArn","policy","type","createTime","updateTime"],"members":{"configuredTableId":{},"configuredTableArn":{},"policy":{"shape":"S44"},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S4b":{"type":"structure","required":["arn","id","configuredTableId","configuredTableArn","membershipId","membershipArn","roleArn","name","createTime","updateTime"],"members":{"arn":{},"id":{},"configuredTableId":{},"configuredTableArn":{},"membershipId":{},"membershipArn":{},"roleArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S4e":{"type":"structure","required":["inputReferenceArn","manageResourcePolicies"],"members":{"inputReferenceArn":{},"manageResourcePolicies":{"type":"boolean"}}},"S4i":{"type":"structure","required":["id","arn","inputReferenceConfig","membershipId","membershipArn","collaborationId","collaborationArn","name","createTime","updateTime","inputReferenceProperties"],"members":{"id":{},"arn":{},"inputReferenceConfig":{"shape":"S4e"},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"description":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"inputReferenceProperties":{"type":"structure","required":["idMappingTableInputSource"],"members":{"idMappingTableInputSource":{"shape":"S1n"}}},"kmsKeyArn":{}}},"S4m":{"type":"structure","required":["inputReferenceArn","manageResourcePolicies"],"members":{"inputReferenceArn":{},"manageResourcePolicies":{"type":"boolean"}}},"S4p":{"type":"structure","required":["allowUseAsDimensionColumn"],"members":{"allowUseAsDimensionColumn":{"type":"boolean"}}},"S4r":{"type":"structure","required":["id","arn","membershipId","membershipArn","collaborationId","collaborationArn","name","createTime","updateTime","inputReferenceConfig","inputReferenceProperties"],"members":{"id":{},"arn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"inputReferenceConfig":{"shape":"S4m"},"inputReferenceProperties":{"shape":"S4u"},"idMappingConfig":{"shape":"S4p"}}},"S4u":{"type":"structure","required":["idNamespaceType","idMappingWorkflowsSupported"],"members":{"idNamespaceType":{},"idMappingWorkflowsSupported":{"type":"list","member":{"type":"structure","members":{},"document":true}}}},"S4z":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S51"}},"union":true},"roleArn":{}}},"S51":{"type":"structure","required":["resultFormat","bucket"],"members":{"resultFormat":{},"bucket":{},"keyPrefix":{}}},"S55":{"type":"structure","required":["queryCompute"],"members":{"queryCompute":{"type":"structure","required":["isResponsible"],"members":{"isResponsible":{"type":"boolean"}}}}},"S58":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","queryLogStatus","paymentConfiguration"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S37"},"queryLogStatus":{},"defaultResultConfiguration":{"shape":"S4z"},"paymentConfiguration":{"shape":"S55"}}},"S5i":{"type":"structure","required":["id","arn","membershipId","membershipArn","collaborationId","collaborationArn","createTime","updateTime","privacyBudgetType","autoRefresh","parameters"],"members":{"id":{},"arn":{},"membershipId":{},"membershipArn":{},"collaborationId":{},"collaborationArn":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"privacyBudgetType":{},"autoRefresh":{},"parameters":{"shape":"S5l"}}},"S5l":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["epsilon","usersNoisePerQuery"],"members":{"epsilon":{"type":"integer"},"usersNoisePerQuery":{"type":"integer"}}}},"union":true},"S78":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"sqlParameters":{"shape":"S79"},"status":{},"resultConfiguration":{"shape":"S7d"},"statistics":{"type":"structure","members":{"totalDurationInMillis":{"type":"long"}}},"result":{"type":"structure","required":["output"],"members":{"output":{"type":"structure","members":{"s3":{"type":"structure","required":["location"],"members":{"location":{}}},"memberList":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}}},"union":true}}},"error":{"type":"structure","required":["message","code"],"members":{"message":{},"code":{}}},"differentialPrivacy":{"type":"structure","required":["sensitivityParameters"],"members":{"sensitivityParameters":{"type":"list","member":{"type":"structure","required":["aggregationType","aggregationExpression","userContributionLimit"],"members":{"aggregationType":{},"aggregationExpression":{},"userContributionLimit":{"type":"integer"},"minColumnValue":{"type":"float"},"maxColumnValue":{"type":"float"}}}}}}}},"S79":{"type":"structure","members":{"queryString":{},"analysisTemplateArn":{},"parameters":{"type":"map","key":{},"value":{}}},"sensitive":true},"S7d":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"shape":"S51"}},"union":true}}},"S8g":{"type":"structure","required":["idNamespaceType"],"members":{"idNamespaceType":{}}},"S8p":{"type":"structure","members":{"differentialPrivacy":{"type":"structure","required":["aggregations","epsilon"],"members":{"aggregations":{"type":"list","member":{"type":"structure","required":["type","maxCount","remainingCount"],"members":{"type":{},"maxCount":{"type":"integer"},"remainingCount":{"type":"integer"}}}},"epsilon":{"type":"integer"}}}},"union":true}}}
/***/ }),
/* 1270 */
/***/ (function(module, exports) {
- module.exports = {"pagination":{"ListAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"analysisTemplateSummaries"},"ListCollaborationAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationAnalysisTemplateSummaries"},"ListCollaborationConfiguredAudienceModelAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationConfiguredAudienceModelAssociationSummaries"},"ListCollaborationPrivacyBudgetTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationPrivacyBudgetTemplateSummaries"},"ListCollaborationPrivacyBudgets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationPrivacyBudgetSummaries"},"ListCollaborations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationList"},"ListConfiguredAudienceModelAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredAudienceModelAssociationSummaries"},"ListConfiguredTableAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableAssociationSummaries"},"ListConfiguredTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableSummaries"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"memberSummaries"},"ListMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"membershipSummaries"},"ListPrivacyBudgetTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"privacyBudgetTemplateSummaries"},"ListPrivacyBudgets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"privacyBudgetSummaries"},"ListProtectedQueries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"protectedQueries"},"ListSchemas":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaSummaries"}}}
+ module.exports = {"pagination":{"ListAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"analysisTemplateSummaries"},"ListCollaborationAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationAnalysisTemplateSummaries"},"ListCollaborationConfiguredAudienceModelAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationConfiguredAudienceModelAssociationSummaries"},"ListCollaborationIdNamespaceAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationIdNamespaceAssociationSummaries"},"ListCollaborationPrivacyBudgetTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationPrivacyBudgetTemplateSummaries"},"ListCollaborationPrivacyBudgets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationPrivacyBudgetSummaries"},"ListCollaborations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationList"},"ListConfiguredAudienceModelAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredAudienceModelAssociationSummaries"},"ListConfiguredTableAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableAssociationSummaries"},"ListConfiguredTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableSummaries"},"ListIdMappingTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"idMappingTableSummaries"},"ListIdNamespaceAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"idNamespaceAssociationSummaries"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"memberSummaries"},"ListMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"membershipSummaries"},"ListPrivacyBudgetTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"privacyBudgetTemplateSummaries"},"ListPrivacyBudgets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"privacyBudgetSummaries"},"ListProtectedQueries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"protectedQueries"},"ListSchemas":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaSummaries"}}}
/***/ }),
/* 1271 */
@@ -64653,7 +64653,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1320 */
/***/ (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},"BatchDeleteUniqueId":{"http":{"method":"DELETE","requestUri":"/matchingworkflows/{workflowName}/uniqueids","responseCode":200},"input":{"type":"structure","required":["uniqueIds","workflowName"],"members":{"inputSource":{"location":"header","locationName":"inputSource"},"uniqueIds":{"location":"header","locationName":"uniqueIds","type":"list","member":{}},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["deleted","disconnectedUniqueIds","errors","status"],"members":{"deleted":{"type":"list","member":{"type":"structure","required":["uniqueId"],"members":{"uniqueId":{}}}},"disconnectedUniqueIds":{"type":"list","member":{}},"errors":{"type":"list","member":{"type":"structure","required":["errorType","uniqueId"],"members":{"errorType":{},"uniqueId":{}}}},"status":{}}}},"CreateIdMappingWorkflow":{"http":{"requestUri":"/idmappingworkflows","responseCode":200},"input":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"Sz"},"outputSourceConfig":{"shape":"S13"},"roleArn":{},"tags":{"shape":"S17"},"workflowName":{}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"Sz"},"outputSourceConfig":{"shape":"S13"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateIdNamespace":{"http":{"requestUri":"/idnamespaces","responseCode":200},"input":{"type":"structure","required":["idNamespaceName","type"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S1d"},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1g"},"roleArn":{},"tags":{"shape":"S17"},"type":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S1d"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1g"},"roleArn":{},"tags":{"shape":"S17"},"type":{},"updatedAt":{"type":"timestamp"}}}},"CreateMatchingWorkflow":{"http":{"requestUri":"/matchingworkflows","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1n"},"inputSourceConfig":{"shape":"S1p"},"outputSourceConfig":{"shape":"S1t"},"resolutionTechniques":{"shape":"S1y"},"roleArn":{},"tags":{"shape":"S17"},"workflowName":{}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1n"},"inputSourceConfig":{"shape":"S1p"},"outputSourceConfig":{"shape":"S1t"},"resolutionTechniques":{"shape":"S1y"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateSchemaMapping":{"http":{"requestUri":"/schemas","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2a"},"schemaName":{},"tags":{"shape":"S17"}}},"output":{"type":"structure","required":["description","mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2a"},"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":"S2t"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"outputSourceConfig":{"shape":"S2x"},"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":"Ss"},"inputSourceConfig":{"shape":"Sz"},"outputSourceConfig":{"shape":"S13"},"roleArn":{},"tags":{"shape":"S17"},"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":"S1d"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1g"},"roleArn":{},"tags":{"shape":"S17"},"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":"S2t"},"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":"S1n"},"inputSourceConfig":{"shape":"S1p"},"outputSourceConfig":{"shape":"S1t"},"resolutionTechniques":{"shape":"S1y"},"roleArn":{},"tags":{"shape":"S17"},"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":"Sx"},"providerEndpointConfiguration":{"type":"structure","members":{"marketplaceConfiguration":{"type":"structure","required":["assetId","dataSetId","listingId","revisionId"],"members":{"assetId":{},"dataSetId":{},"listingId":{},"revisionId":{}}}},"union":true},"providerEntityOutputDefinition":{"shape":"Sx"},"providerIdNameSpaceConfiguration":{"type":"structure","members":{"description":{},"providerSourceConfigurationDefinition":{"shape":"Sx"},"providerTargetConfigurationDefinition":{"shape":"Sx"}}},"providerIntermediateDataAccessConfiguration":{"type":"structure","members":{"awsAccountIds":{"type":"list","member":{}},"requiredBucketActions":{"type":"list","member":{}}}},"providerJobConfiguration":{"shape":"Sx"},"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":"S2a"},"schemaArn":{},"schemaName":{},"tags":{"shape":"S17"},"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":"S45"},"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":"S45"},"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":"S17"}}}},"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":"S2x"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{},"outputSourceConfig":{"shape":"S2x"}}}},"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":"S17"}}},"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":"Ss"},"inputSourceConfig":{"shape":"Sz"},"outputSourceConfig":{"shape":"S13"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","roleArn","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"Sz"},"outputSourceConfig":{"shape":"S13"},"roleArn":{},"workflowArn":{},"workflowName":{}}},"idempotent":true},"UpdateIdNamespace":{"http":{"method":"PUT","requestUri":"/idnamespaces/{idNamespaceName}","responseCode":200},"input":{"type":"structure","required":["idNamespaceName"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S1d"},"idNamespaceName":{"location":"uri","locationName":"idNamespaceName"},"inputSourceConfig":{"shape":"S1g"},"roleArn":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S1d"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1g"},"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":"S1n"},"inputSourceConfig":{"shape":"S1p"},"outputSourceConfig":{"shape":"S1t"},"resolutionTechniques":{"shape":"S1y"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S1n"},"inputSourceConfig":{"shape":"S1p"},"outputSourceConfig":{"shape":"S1t"},"resolutionTechniques":{"shape":"S1y"},"roleArn":{},"workflowName":{}}},"idempotent":true},"UpdateSchemaMapping":{"http":{"method":"PUT","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2a"},"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2a"},"schemaArn":{},"schemaName":{}}},"idempotent":true}},"shapes":{"Ss":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"shape":"Su"}}},"Su":{"type":"structure","required":["providerServiceArn"],"members":{"intermediateSourceConfiguration":{"type":"structure","required":["intermediateS3Path"],"members":{"intermediateS3Path":{}}},"providerConfiguration":{"shape":"Sx"},"providerServiceArn":{}}},"Sx":{"type":"structure","members":{},"document":true},"Sz":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{},"type":{}}}},"S13":{"type":"list","member":{"type":"structure","required":["outputS3Path"],"members":{"KMSArn":{},"outputS3Path":{}}}},"S17":{"type":"map","key":{},"value":{}},"S1d":{"type":"list","member":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"type":"structure","required":["providerServiceArn"],"members":{"providerConfiguration":{"shape":"Sx"},"providerServiceArn":{}}}}}},"S1g":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{}}}},"S1n":{"type":"structure","members":{"incrementalRunType":{}}},"S1p":{"type":"list","member":{"type":"structure","required":["inputSourceARN","schemaName"],"members":{"applyNormalization":{"type":"boolean"},"inputSourceARN":{},"schemaName":{}}}},"S1t":{"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":{}}}},"S1y":{"type":"structure","required":["resolutionType"],"members":{"providerProperties":{"shape":"Su"},"resolutionType":{},"ruleBasedProperties":{"type":"structure","required":["attributeMatchingModel","rules"],"members":{"attributeMatchingModel":{},"rules":{"type":"list","member":{"type":"structure","required":["matchingKeys","ruleName"],"members":{"matchingKeys":{"type":"list","member":{}},"ruleName":{}}}}}}}},"S2a":{"type":"list","member":{"type":"structure","required":["fieldName","type"],"members":{"fieldName":{},"groupName":{},"matchKey":{},"subType":{},"type":{}}}},"S2t":{"type":"structure","members":{"errorMessage":{}}},"S2x":{"type":"list","member":{"type":"structure","required":["outputS3Path","roleArn"],"members":{"KMSArn":{},"outputS3Path":{},"roleArn":{}}}},"S45":{"type":"list","member":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"jobId":{},"startTime":{"type":"timestamp"},"status":{}}}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"entityresolution","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"AWSEntityResolution","serviceFullName":"AWS EntityResolution","serviceId":"EntityResolution","signatureVersion":"v4","signingName":"entityresolution","uid":"entityresolution-2018-05-10","auth":["aws.auth#sigv4"]},"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},"BatchDeleteUniqueId":{"http":{"method":"DELETE","requestUri":"/matchingworkflows/{workflowName}/uniqueids","responseCode":200},"input":{"type":"structure","required":["uniqueIds","workflowName"],"members":{"inputSource":{"location":"header","locationName":"inputSource"},"uniqueIds":{"location":"header","locationName":"uniqueIds","type":"list","member":{}},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["deleted","disconnectedUniqueIds","errors","status"],"members":{"deleted":{"type":"list","member":{"type":"structure","required":["uniqueId"],"members":{"uniqueId":{}}}},"disconnectedUniqueIds":{"type":"list","member":{}},"errors":{"type":"list","member":{"type":"structure","required":["errorType","uniqueId"],"members":{"errorType":{},"uniqueId":{}}}},"status":{}}}},"CreateIdMappingWorkflow":{"http":{"requestUri":"/idmappingworkflows","responseCode":200},"input":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"S18"},"outputSourceConfig":{"shape":"S1c"},"roleArn":{},"tags":{"shape":"S1g"},"workflowName":{}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"S18"},"outputSourceConfig":{"shape":"S1c"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateIdNamespace":{"http":{"requestUri":"/idnamespaces","responseCode":200},"input":{"type":"structure","required":["idNamespaceName","type"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S1m"},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1t"},"roleArn":{},"tags":{"shape":"S1g"},"type":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S1m"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1t"},"roleArn":{},"tags":{"shape":"S1g"},"type":{},"updatedAt":{"type":"timestamp"}}}},"CreateMatchingWorkflow":{"http":{"requestUri":"/matchingworkflows","responseCode":200},"input":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S21"},"inputSourceConfig":{"shape":"S23"},"outputSourceConfig":{"shape":"S27"},"resolutionTechniques":{"shape":"S2b"},"roleArn":{},"tags":{"shape":"S1g"},"workflowName":{}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S21"},"inputSourceConfig":{"shape":"S23"},"outputSourceConfig":{"shape":"S27"},"resolutionTechniques":{"shape":"S2b"},"roleArn":{},"workflowArn":{},"workflowName":{}}}},"CreateSchemaMapping":{"http":{"requestUri":"/schemas","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2k"},"schemaName":{},"tags":{"shape":"S1g"}}},"output":{"type":"structure","required":["description","mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2k"},"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":"S33"},"jobId":{},"metrics":{"type":"structure","members":{"inputRecords":{"type":"integer"},"recordsNotProcessed":{"type":"integer"},"totalMappedRecords":{"type":"integer"},"totalMappedSourceRecords":{"type":"integer"},"totalMappedTargetRecords":{"type":"integer"},"totalRecordsProcessed":{"type":"integer"}}},"outputSourceConfig":{"shape":"S37"},"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","updatedAt","workflowArn","workflowName"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"S18"},"outputSourceConfig":{"shape":"S1c"},"roleArn":{},"tags":{"shape":"S1g"},"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":"S1m"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1t"},"roleArn":{},"tags":{"shape":"S1g"},"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":"S33"},"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":"S21"},"inputSourceConfig":{"shape":"S23"},"outputSourceConfig":{"shape":"S27"},"resolutionTechniques":{"shape":"S2b"},"roleArn":{},"tags":{"shape":"S1g"},"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":"Sx"},"providerEndpointConfiguration":{"type":"structure","members":{"marketplaceConfiguration":{"type":"structure","required":["assetId","dataSetId","listingId","revisionId"],"members":{"assetId":{},"dataSetId":{},"listingId":{},"revisionId":{}}}},"union":true},"providerEntityOutputDefinition":{"shape":"Sx"},"providerIdNameSpaceConfiguration":{"type":"structure","members":{"description":{},"providerSourceConfigurationDefinition":{"shape":"Sx"},"providerTargetConfigurationDefinition":{"shape":"Sx"}}},"providerIntermediateDataAccessConfiguration":{"type":"structure","members":{"awsAccountIds":{"type":"list","member":{}},"requiredBucketActions":{"type":"list","member":{}}}},"providerJobConfiguration":{"shape":"Sx"},"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":"S2k"},"schemaArn":{},"schemaName":{},"tags":{"shape":"S1g"},"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":"S4f"},"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":{},"idMappingWorkflowProperties":{"type":"list","member":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{}}}},"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":"S4f"},"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":"S1g"}}}},"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":"S37"},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{},"outputSourceConfig":{"shape":"S37"}}}},"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":"S1g"}}},"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","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"S18"},"outputSourceConfig":{"shape":"S1c"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["idMappingTechniques","inputSourceConfig","workflowArn","workflowName"],"members":{"description":{},"idMappingTechniques":{"shape":"Ss"},"inputSourceConfig":{"shape":"S18"},"outputSourceConfig":{"shape":"S1c"},"roleArn":{},"workflowArn":{},"workflowName":{}}},"idempotent":true},"UpdateIdNamespace":{"http":{"method":"PUT","requestUri":"/idnamespaces/{idNamespaceName}","responseCode":200},"input":{"type":"structure","required":["idNamespaceName"],"members":{"description":{},"idMappingWorkflowProperties":{"shape":"S1m"},"idNamespaceName":{"location":"uri","locationName":"idNamespaceName"},"inputSourceConfig":{"shape":"S1t"},"roleArn":{}}},"output":{"type":"structure","required":["createdAt","idNamespaceArn","idNamespaceName","type","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"description":{},"idMappingWorkflowProperties":{"shape":"S1m"},"idNamespaceArn":{},"idNamespaceName":{},"inputSourceConfig":{"shape":"S1t"},"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":"S21"},"inputSourceConfig":{"shape":"S23"},"outputSourceConfig":{"shape":"S27"},"resolutionTechniques":{"shape":"S2b"},"roleArn":{},"workflowName":{"location":"uri","locationName":"workflowName"}}},"output":{"type":"structure","required":["inputSourceConfig","outputSourceConfig","resolutionTechniques","roleArn","workflowName"],"members":{"description":{},"incrementalRunConfig":{"shape":"S21"},"inputSourceConfig":{"shape":"S23"},"outputSourceConfig":{"shape":"S27"},"resolutionTechniques":{"shape":"S2b"},"roleArn":{},"workflowName":{}}},"idempotent":true},"UpdateSchemaMapping":{"http":{"method":"PUT","requestUri":"/schemas/{schemaName}","responseCode":200},"input":{"type":"structure","required":["mappedInputFields","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2k"},"schemaName":{"location":"uri","locationName":"schemaName"}}},"output":{"type":"structure","required":["mappedInputFields","schemaArn","schemaName"],"members":{"description":{},"mappedInputFields":{"shape":"S2k"},"schemaArn":{},"schemaName":{}}},"idempotent":true}},"shapes":{"Ss":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"shape":"Su"},"ruleBasedProperties":{"type":"structure","required":["attributeMatchingModel","recordMatchingModel","ruleDefinitionType"],"members":{"attributeMatchingModel":{},"recordMatchingModel":{},"ruleDefinitionType":{},"rules":{"type":"list","member":{"shape":"S14"}}}}}},"Su":{"type":"structure","required":["providerServiceArn"],"members":{"intermediateSourceConfiguration":{"type":"structure","required":["intermediateS3Path"],"members":{"intermediateS3Path":{}}},"providerConfiguration":{"shape":"Sx"},"providerServiceArn":{}}},"Sx":{"type":"structure","members":{},"document":true},"S14":{"type":"structure","required":["matchingKeys","ruleName"],"members":{"matchingKeys":{"type":"list","member":{}},"ruleName":{}}},"S18":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{},"type":{}}}},"S1c":{"type":"list","member":{"type":"structure","required":["outputS3Path"],"members":{"KMSArn":{},"outputS3Path":{}}}},"S1g":{"type":"map","key":{},"value":{}},"S1m":{"type":"list","member":{"type":"structure","required":["idMappingType"],"members":{"idMappingType":{},"providerProperties":{"type":"structure","required":["providerServiceArn"],"members":{"providerConfiguration":{"shape":"Sx"},"providerServiceArn":{}}},"ruleBasedProperties":{"type":"structure","members":{"attributeMatchingModel":{},"recordMatchingModels":{"type":"list","member":{}},"ruleDefinitionTypes":{"type":"list","member":{}},"rules":{"type":"list","member":{"shape":"S14"}}}}}}},"S1t":{"type":"list","member":{"type":"structure","required":["inputSourceARN"],"members":{"inputSourceARN":{},"schemaName":{}}}},"S21":{"type":"structure","members":{"incrementalRunType":{}}},"S23":{"type":"list","member":{"type":"structure","required":["inputSourceARN","schemaName"],"members":{"applyNormalization":{"type":"boolean"},"inputSourceARN":{},"schemaName":{}}}},"S27":{"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":{}}}},"S2b":{"type":"structure","required":["resolutionType"],"members":{"providerProperties":{"shape":"Su"},"resolutionType":{},"ruleBasedProperties":{"type":"structure","required":["attributeMatchingModel","rules"],"members":{"attributeMatchingModel":{},"matchPurpose":{},"rules":{"type":"list","member":{"shape":"S14"}}}}}},"S2k":{"type":"list","member":{"type":"structure","required":["fieldName","type"],"members":{"fieldName":{},"groupName":{},"hashed":{"type":"boolean"},"matchKey":{},"subType":{},"type":{}}}},"S33":{"type":"structure","members":{"errorMessage":{}}},"S37":{"type":"list","member":{"type":"structure","required":["outputS3Path","roleArn"],"members":{"KMSArn":{},"outputS3Path":{},"roleArn":{}}}},"S4f":{"type":"list","member":{"type":"structure","required":["jobId","startTime","status"],"members":{"endTime":{"type":"timestamp"},"jobId":{},"startTime":{"type":"timestamp"},"status":{}}}}}}
/***/ }),
/* 1321 */
@@ -64890,7 +64890,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1341 */
/***/ (function(module, exports) {
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"datazone","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon DataZone","serviceId":"DataZone","signatureVersion":"v4","signingName":"datazone","uid":"datazone-2018-05-10"},"operations":{"AcceptPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"acceptChoices":{"type":"list","member":{"type":"structure","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},"AssociateEnvironmentRole":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"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":"S1k"},"formsInput":{"shape":"S1l"},"glossaryTerms":{"shape":"S1q"},"name":{"shape":"S1s"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1t"},"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":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetFilter":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters","responseCode":201},"input":{"type":"structure","required":["assetIdentifier","configuration","domainIdentifier","name"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S29"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S2t"}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}},"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":"S1l"},"glossaryTerms":{"shape":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1s"},"predictionConfiguration":{"shape":"S1t"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"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":"S33"},"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":"S1l"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S36"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S3r"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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":"S4g"},"tags":{"shape":"S4j"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S4g"},"status":{},"tags":{"shape":"S4j"}}},"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"},"environmentAccountIdentifier":{},"environmentAccountRegion":{},"environmentBlueprintIdentifier":{},"environmentProfileIdentifier":{},"glossaryTerms":{"shape":"S1q"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"CreateEnvironmentAction":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","parameters"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"name":{},"parameters":{"shape":"S5l"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S5q"},"projectIdentifier":{},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"S5t"},"name":{"shape":"S1z"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sq"},"domainId":{},"name":{"shape":"S1z"},"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":"S5y"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S5z"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"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":"S6d"},"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":"S1q"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S6s"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S7m"},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S7u"},"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},"DeleteAssetFilter":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":204},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"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"},"retainPermissionsOnRevokeFailure":{"location":"querystring","locationName":"retainPermissionsOnRevokeFailure","type":"boolean"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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},"DeleteEnvironmentAction":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{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"}}},"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":"S6s"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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},"DisassociateEnvironmentRole":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"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":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}}},"GetAssetFilter":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}}},"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":"S33"},"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":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S47"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S4g"},"status":{},"tags":{"shape":"S4j"}}}},"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","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"GetEnvironmentAction":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{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":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S4v"},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"glossaryTerms":{"shape":"S1q"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S5e"},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}}},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"Sab"},"model":{"shape":"S5t"},"name":{"shape":"S1z"},"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":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"},"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":"S6d"},"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":{}}}},"GetLineageNode":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"eventTimestamp":{"location":"querystring","locationName":"timestamp","type":"timestamp"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","typeName"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"downstreamNodes":{"shape":"Sao"},"eventTimestamp":{"type":"timestamp"},"formsOutput":{"shape":"S1x"},"id":{},"name":{},"sourceIdentifier":{},"typeName":{},"typeRevision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{},"upstreamNodes":{"shape":"Sao"}}}},"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":"S20"},"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":"Say"},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"Sbh"},"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":"S7u"},"domainId":{},"id":{},"status":{},"type":{}}}},"ListAssetFilters":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"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":["assetId","domainId","id","name"],"members":{"assetId":{},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}}},"nextToken":{}}}},"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":"S47"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S3r"},"errorMessage":{"shape":"S48"},"projectId":{},"technicalDescription":{"shape":"Sq"},"technicalName":{"shape":"S3r"},"updatedAt":{"shape":"S47"}}}},"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":"S47"},"dataSourceId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S3r","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":"S47"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"schedule":{"shape":"S3t"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}}},"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":{}}}},"ListEnvironmentActions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","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"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}}},"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":"S4v"},"description":{"shape":"Sq"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S5e"},"updatedAt":{"shape":"S4v"}}}},"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":"S5q","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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"}}}},"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","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S5b"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S4v"}}}},"nextToken":{}}}},"ListLineageNodeHistory":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}/history","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"direction":{"location":"querystring","locationName":"direction"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"eventTimestampGTE":{"location":"querystring","locationName":"timestampGTE","type":"timestamp"},"eventTimestampLTE":{"location":"querystring","locationName":"timestampLTE","type":"timestamp"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"nodes":{"type":"list","member":{"type":"structure","required":["domainId","id","typeName"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"eventTimestamp":{"type":"timestamp"},"id":{},"name":{},"sourceIdentifier":{},"typeName":{},"typeRevision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}}}}},"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":"Say"},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"id":{},"name":{"shape":"S15"},"projectStatus":{},"updatedAt":{"shape":"S4v"}}}},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S4j"}}}},"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":"S20"},"nextToken":{}}}},"PostLineageEvent":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/lineage/events","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","event"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"event":{"type":"blob","sensitive":true}},"payload":"event"},"output":{"type":"structure","members":{}},"idempotent":true},"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":"Sbh"}}}},"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":"S9y"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}},"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":"Sfd"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sff"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Sfk"},"searchScope":{},"searchText":{},"sort":{"shape":"Sfo"}}},"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":"S1x"},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"readOnlyFormsOutput":{"shape":"S1x"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1q"},"identifier":{},"name":{"shape":"S1s"},"owningProjectId":{},"typeIdentifier":{},"typeRevision":{}}},"dataProductItem":{"deprecated":true,"deprecatedMessage":"This structure is deprecated.","type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"dataProductItems":{"type":"list","member":{"type":"structure","members":{"domainId":{},"itemId":{}},"deprecated":true,"deprecatedMessage":"This structure is deprecated."},"deprecated":true,"deprecatedMessage":"This structure is deprecated."},"description":{"type":"string","sensitive":true},"domainId":{},"glossaryTerms":{"shape":"S1q"},"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":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"},"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":"S6d"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sfd"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sff"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sfk"},"searchText":{},"sort":{"shape":"Sfo"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{},"latestTimeSeriesDataPointForms":{"shape":"S20"}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sw"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1s"},"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":"Sff"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sfk"},"searchScope":{},"searchText":{},"sort":{"shape":"Sfo"}}},"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":"S33"},"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":"Sab"},"model":{"shape":"S5t"},"name":{"shape":"S1z"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}},"lineageNodeTypeItem":{"type":"structure","required":["domainId","formsOutput","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"formsOutput":{"shape":"S33"},"name":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"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":"S7u"},"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":"S47"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}},"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":"Say"},"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":"S4j"}}},"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},"UpdateAssetFilter":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"configuration":{"shape":"S29"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"assetFormsInput":{"shape":"S1l"},"configuration":{"shape":"S36"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S3r"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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":"S4g"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S4g"}}},"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":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"UpdateEnvironmentAction":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"parameters":{"shape":"S5l"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S5q"},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S5y"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S5z"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"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":"S6d"},"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":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S73"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S7m"},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S7u"},"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},"S1k":{"type":"string","sensitive":true},"S1l":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1q":{"type":"list","member":{}},"S1s":{"type":"string","sensitive":true},"S1t":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1x":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S1z":{"type":"string","sensitive":true},"S20":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"contentSummary":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}},"S26":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S29":{"type":"structure","members":{"columnConfiguration":{"type":"structure","members":{"includedColumnNames":{"shape":"S2b"}}},"rowConfiguration":{"type":"structure","required":["rowFilter"],"members":{"rowFilter":{"shape":"S2d"},"sensitive":{"type":"boolean"}}}},"union":true},"S2b":{"type":"list","member":{}},"S2d":{"type":"structure","members":{"and":{"shape":"S2e"},"expression":{"type":"structure","members":{"equalTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"greaterThan":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"greaterThanOrEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"in":{"type":"structure","required":["columnName","values"],"members":{"columnName":{},"values":{"shape":"S2k"}}},"isNotNull":{"type":"structure","required":["columnName"],"members":{"columnName":{}}},"isNull":{"type":"structure","required":["columnName"],"members":{"columnName":{}}},"lessThan":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"lessThanOrEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"like":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"notEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"notIn":{"type":"structure","required":["columnName","values"],"members":{"columnName":{},"values":{"shape":"S2k"}}},"notLike":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}}},"union":true},"or":{"shape":"S2e"}},"union":true},"S2e":{"type":"list","member":{"shape":"S2d"}},"S2k":{"type":"list","member":{}},"S2t":{"type":"string","sensitive":true},"S33":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S36":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S39"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S3j"},"redshiftStorage":{"shape":"S3l"},"relationalFilterConfigurations":{"shape":"S39"}}}},"union":true},"S39":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S3j":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S3l":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S3r":{"type":"string","sensitive":true},"S3s":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S3t":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S3y":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S39"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S3j"},"redshiftStorage":{"shape":"S3l"},"region":{},"relationalFilterConfigurations":{"shape":"S39"}}}},"union":true},"S47":{"type":"timestamp","timestampFormat":"iso8601"},"S48":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S4g":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S4j":{"type":"map","key":{},"value":{}},"S4q":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S4v":{"type":"timestamp","timestampFormat":"iso8601"},"S4w":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S4z":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S55":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S5b":{"type":"string","sensitive":true},"S5c":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S5e":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S5h":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sq"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S5l":{"type":"structure","members":{"awsConsoleLink":{"type":"structure","members":{"uri":{}}}},"union":true},"S5q":{"type":"string","sensitive":true},"S5t":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S5y":{"type":"string","sensitive":true},"S5z":{"type":"string","sensitive":true},"S64":{"type":"string","sensitive":true},"S66":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S6d":{"type":"string","sensitive":true},"S6n":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{}}}},"S6s":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S71":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S73"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S73":{"type":"structure","members":{"message":{}}},"S75":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S7j":{"type":"list","member":{}},"S7k":{"type":"list","member":{}},"S7m":{"type":"string","sensitive":true},"S7n":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S7u":{"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},"S8a":{"type":"structure","members":{"glueSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S8c"}}},"redshiftSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S8c"}}}},"union":true},"S8c":{"type":"list","member":{"type":"structure","required":["databaseName","status"],"members":{"databaseName":{},"failureCause":{},"schemaName":{},"status":{}}}},"S9l":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S9y":{"type":"list","member":{}},"Sa0":{"type":"list","member":{"type":"structure","members":{"lakeFormationConfiguration":{"type":"structure","members":{"locationRegistrationExcludeS3Locations":{"type":"list","member":{}},"locationRegistrationRole":{}}}},"union":true}},"Sa5":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Sab":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1z"},"revision":{}}}},"Sao":{"type":"list","member":{"type":"structure","members":{"eventTimestamp":{"type":"timestamp"},"id":{}}}},"Say":{"type":"structure","required":["identifier","type"],"members":{"identifier":{},"revision":{},"type":{}}},"Sbh":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}},"Sfd":{"type":"list","member":{}},"Sff":{"type":"structure","members":{"and":{"shape":"Sfg"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Sfg"}},"union":true},"Sfg":{"type":"list","member":{"shape":"Sff"}},"Sfk":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Sfo":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
+ 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},"AssociateEnvironmentRole":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"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":"S1k"},"formsInput":{"shape":"S1l"},"glossaryTerms":{"shape":"S1q"},"name":{"shape":"S1s"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1t"},"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":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetFilter":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters","responseCode":201},"input":{"type":"structure","required":["assetIdentifier","configuration","domainIdentifier","name"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S29"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S2t"}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}},"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":"S1l"},"glossaryTerms":{"shape":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1s"},"predictionConfiguration":{"shape":"S1t"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"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":"S33"},"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":"S1l"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S36"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S3r"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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":"S4g"},"tags":{"shape":"S4j"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S4g"},"status":{},"tags":{"shape":"S4j"}}},"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"},"environmentAccountIdentifier":{},"environmentAccountRegion":{},"environmentBlueprintIdentifier":{},"environmentProfileIdentifier":{},"glossaryTerms":{"shape":"S1q"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"CreateEnvironmentAction":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","parameters"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"name":{},"parameters":{"shape":"S5l"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S5q"},"projectIdentifier":{},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"S5t"},"name":{"shape":"S1z"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sq"},"domainId":{},"name":{"shape":"S1z"},"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":"S5y"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S5z"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"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":"S6d"},"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":"S1q"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S6s"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S7m"},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S7u"},"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},"DeleteAssetFilter":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":204},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"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"},"retainPermissionsOnRevokeFailure":{"location":"querystring","locationName":"retainPermissionsOnRevokeFailure","type":"boolean"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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},"DeleteEnvironmentAction":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{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"}}},"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":"S6s"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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},"DisassociateEnvironmentRole":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"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":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}}},"GetAssetFilter":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}}},"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":"S33"},"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":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S47"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S4g"},"status":{},"tags":{"shape":"S4j"}}}},"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","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"GetEnvironmentAction":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{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":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S4v"},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"glossaryTerms":{"shape":"S1q"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S5e"},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}}},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"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":"Sab"},"model":{"shape":"S5t"},"name":{"shape":"S1z"},"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":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"},"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":"S6d"},"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":{}}}},"GetLineageNode":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"eventTimestamp":{"location":"querystring","locationName":"timestamp","type":"timestamp"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","typeName"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"downstreamNodes":{"shape":"Sao"},"eventTimestamp":{"type":"timestamp"},"formsOutput":{"shape":"S1x"},"id":{},"name":{},"sourceIdentifier":{},"typeName":{},"typeRevision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{},"upstreamNodes":{"shape":"Sao"}}}},"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":"S20"},"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":"Say"},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"Sbh"},"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":"S7u"},"domainId":{},"id":{},"status":{},"type":{}}}},"ListAssetFilters":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"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":["assetId","domainId","id","name"],"members":{"assetId":{},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}}},"nextToken":{}}}},"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":"S47"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S3r"},"errorMessage":{"shape":"S48"},"projectId":{},"technicalDescription":{"shape":"Sq"},"technicalName":{"shape":"S3r"},"updatedAt":{"shape":"S47"}}}},"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":"S47"},"dataSourceId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}}},"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":"S3r","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":"S47"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"schedule":{"shape":"S3t"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}}},"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":{}}}},"ListEnvironmentActions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","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"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}}},"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":"S4v"},"description":{"shape":"Sq"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S5e"},"updatedAt":{"shape":"S4v"}}}},"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":"S5q","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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"}}}},"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","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S5b"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S4v"}}}},"nextToken":{}}}},"ListLineageNodeHistory":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}/history","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"direction":{"location":"querystring","locationName":"direction"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"eventTimestampGTE":{"location":"querystring","locationName":"timestampGTE","type":"timestamp"},"eventTimestampLTE":{"location":"querystring","locationName":"timestampLTE","type":"timestamp"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"nodes":{"type":"list","member":{"type":"structure","required":["domainId","id","typeName"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"eventTimestamp":{"type":"timestamp"},"id":{},"name":{},"sourceIdentifier":{},"typeName":{},"typeRevision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}}}}},"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":"Say"},"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":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"id":{},"name":{"shape":"S15"},"projectStatus":{},"updatedAt":{"shape":"S4v"}}}},"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":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S4j"}}}},"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":"S20"},"nextToken":{}}}},"PostLineageEvent":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/lineage/events","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","event"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"event":{"type":"blob","sensitive":true}},"payload":"event"},"output":{"type":"structure","members":{}},"idempotent":true},"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":"Sbh"}}}},"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":"S9y"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S4v"},"domainId":{},"enabledRegions":{"shape":"S9y"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningConfigurations":{"shape":"Sa0"},"provisioningRoleArn":{},"regionalParameters":{"shape":"Sa5"},"updatedAt":{"shape":"S4v"}}},"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":"Sfd"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sff"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Sfk"},"searchScope":{},"searchText":{},"sort":{"shape":"Sfo"}}},"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":"S1x"},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"readOnlyFormsOutput":{"shape":"S1x"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1q"},"identifier":{},"name":{"shape":"S1s"},"owningProjectId":{},"typeIdentifier":{},"typeRevision":{}}},"glossaryItem":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"},"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":"S6d"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sfd"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sff"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sfk"},"searchText":{},"sort":{"shape":"Sfo"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{},"latestTimeSeriesDataPointForms":{"shape":"S20"}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sw"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1s"},"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":"Sff"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sfk"},"searchScope":{},"searchText":{},"sort":{"shape":"Sfo"}}},"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":"S33"},"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":"Sab"},"model":{"shape":"S5t"},"name":{"shape":"S1z"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}},"lineageNodeTypeItem":{"type":"structure","required":["domainId","formsOutput","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{},"domainId":{},"formsOutput":{"shape":"S33"},"name":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"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":"S7u"},"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":"S47"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S48"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S9l"},"startedAt":{"shape":"S47"},"status":{},"stoppedAt":{"shape":"S47"},"type":{},"updatedAt":{"shape":"S47"}}},"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":"Say"},"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":"S4j"}}},"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},"UpdateAssetFilter":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"configuration":{"shape":"S29"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["assetId","configuration","domainId","id","name"],"members":{"assetId":{},"configuration":{"shape":"S29"},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"domainId":{},"effectiveColumnNames":{"shape":"S2b"},"effectiveRowFilter":{},"errorMessage":{},"id":{},"name":{"shape":"S2t"},"status":{}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"assetFormsInput":{"shape":"S1l"},"configuration":{"shape":"S36"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S3r"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S3y"},"createdAt":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S48"},"id":{},"lastRunAt":{"shape":"S47"},"lastRunErrorMessage":{"shape":"S48"},"lastRunStatus":{},"name":{"shape":"S3r"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S3s"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S3t"},"selfGrantStatus":{"shape":"S8a"},"status":{},"type":{},"updatedAt":{"shape":"S47"}}},"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":"S4g"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S4g"}}},"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":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"deploymentProperties":{"shape":"S4w"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4z"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S55"},"name":{"shape":"S5b"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S5c"},"provisioningProperties":{"shape":"S5e"},"status":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"UpdateEnvironmentAction":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"parameters":{"shape":"S5l"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S5l"}}}},"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":"S5q"},"userParameters":{"shape":"S4q"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S5q"},"projectId":{},"updatedAt":{"shape":"S4v"},"userParameters":{"shape":"S5h"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S5y"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S5z"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S5y"},"domainId":{},"id":{},"name":{"shape":"S5z"},"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":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S64"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S66"}}},"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":"S6d"},"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":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S4v"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S6n"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S4v"},"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":"S73"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S71"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S75"},"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":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S7m"},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S7j"},"authorizedPrincipals":{"shape":"S7k"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S7m"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S7n"},"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":"S7u"},"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},"S1k":{"type":"string","sensitive":true},"S1l":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1q":{"type":"list","member":{}},"S1s":{"type":"string","sensitive":true},"S1t":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1x":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S1z":{"type":"string","sensitive":true},"S20":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"contentSummary":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}},"S26":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S29":{"type":"structure","members":{"columnConfiguration":{"type":"structure","members":{"includedColumnNames":{"shape":"S2b"}}},"rowConfiguration":{"type":"structure","required":["rowFilter"],"members":{"rowFilter":{"shape":"S2d"},"sensitive":{"type":"boolean"}}}},"union":true},"S2b":{"type":"list","member":{}},"S2d":{"type":"structure","members":{"and":{"shape":"S2e"},"expression":{"type":"structure","members":{"equalTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"greaterThan":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"greaterThanOrEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"in":{"type":"structure","required":["columnName","values"],"members":{"columnName":{},"values":{"shape":"S2k"}}},"isNotNull":{"type":"structure","required":["columnName"],"members":{"columnName":{}}},"isNull":{"type":"structure","required":["columnName"],"members":{"columnName":{}}},"lessThan":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"lessThanOrEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"like":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"notEqualTo":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}},"notIn":{"type":"structure","required":["columnName","values"],"members":{"columnName":{},"values":{"shape":"S2k"}}},"notLike":{"type":"structure","required":["columnName","value"],"members":{"columnName":{},"value":{}}}},"union":true},"or":{"shape":"S2e"}},"union":true},"S2e":{"type":"list","member":{"shape":"S2d"}},"S2k":{"type":"list","member":{}},"S2t":{"type":"string","sensitive":true},"S33":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S36":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S39"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S3j"},"redshiftStorage":{"shape":"S3l"},"relationalFilterConfigurations":{"shape":"S39"}}}},"union":true},"S39":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S3j":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S3l":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S3r":{"type":"string","sensitive":true},"S3s":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S3t":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S3y":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S39"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S3j"},"redshiftStorage":{"shape":"S3l"},"region":{},"relationalFilterConfigurations":{"shape":"S39"}}}},"union":true},"S47":{"type":"timestamp","timestampFormat":"iso8601"},"S48":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S4g":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S4j":{"type":"map","key":{},"value":{}},"S4q":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S4v":{"type":"timestamp","timestampFormat":"iso8601"},"S4w":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S4z":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S55":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S5b":{"type":"string","sensitive":true},"S5c":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S5e":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S5h":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sq"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S5l":{"type":"structure","members":{"awsConsoleLink":{"type":"structure","members":{"uri":{}}}},"union":true},"S5q":{"type":"string","sensitive":true},"S5t":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S5y":{"type":"string","sensitive":true},"S5z":{"type":"string","sensitive":true},"S64":{"type":"string","sensitive":true},"S66":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S6d":{"type":"string","sensitive":true},"S6n":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{}}}},"S6s":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S71":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S73"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S73":{"type":"structure","members":{"message":{}}},"S75":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S7j":{"type":"list","member":{}},"S7k":{"type":"list","member":{}},"S7m":{"type":"string","sensitive":true},"S7n":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S7u":{"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},"S8a":{"type":"structure","members":{"glueSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S8c"}}},"redshiftSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S8c"}}}},"union":true},"S8c":{"type":"list","member":{"type":"structure","required":["databaseName","status"],"members":{"databaseName":{},"failureCause":{},"schemaName":{},"status":{}}}},"S9l":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S9y":{"type":"list","member":{}},"Sa0":{"type":"list","member":{"type":"structure","members":{"lakeFormationConfiguration":{"type":"structure","members":{"locationRegistrationExcludeS3Locations":{"type":"list","member":{}},"locationRegistrationRole":{}}}},"union":true}},"Sa5":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Sab":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1z"},"revision":{}}}},"Sao":{"type":"list","member":{"type":"structure","members":{"eventTimestamp":{"type":"timestamp"},"id":{}}}},"Say":{"type":"structure","required":["identifier","type"],"members":{"identifier":{},"revision":{},"type":{}}},"Sbh":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}},"Sfd":{"type":"list","member":{}},"Sff":{"type":"structure","members":{"and":{"shape":"Sfg"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Sfg"}},"union":true},"Sfg":{"type":"list","member":{"shape":"Sff"}},"Sfk":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Sfo":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
/***/ }),
/* 1342 */
@@ -65438,6 +65438,7 @@ return /******/ (function(modules) { // webpackBootstrap
get: function get() {
var model = __webpack_require__(1389);
model.paginators = __webpack_require__(1390).pagination;
+ model.waiters = __webpack_require__(1391).waiters;
return model;
},
enumerable: true,
@@ -65451,7 +65452,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1389 */
/***/ (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":{}}}}}
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-09-06","auth":["aws.auth#sigv4"],"endpointPrefix":"cleanrooms-ml","protocol":"rest-json","protocols":["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":{"trainingDataStartTime":{"shape":"S2"},"trainingDataEndTime":{"shape":"S2"},"name":{},"trainingDatasetArn":{},"kmsKeyArn":{},"tags":{"shape":"S6"},"description":{}}},"output":{"type":"structure","required":["audienceModelArn"],"members":{"audienceModelArn":{}}},"idempotent":true},"CreateConfiguredAudienceModel":{"http":{"requestUri":"/configured-audience-model","responseCode":200},"input":{"type":"structure","required":["name","audienceModelArn","outputConfig","sharedAudienceMetrics"],"members":{"name":{},"audienceModelArn":{},"outputConfig":{"shape":"Sd"},"description":{},"sharedAudienceMetrics":{"shape":"Si"},"minMatchingSeedSize":{"type":"integer"},"audienceSizeConfig":{"shape":"Sl"},"tags":{"shape":"S6"},"childResourceTagOnCreatePolicy":{}}},"output":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{}}},"idempotent":true},"CreateTrainingDataset":{"http":{"requestUri":"/training-dataset","responseCode":200},"input":{"type":"structure","required":["name","roleArn","trainingData"],"members":{"name":{},"roleArn":{},"trainingData":{"type":"list","member":{"shape":"Su"}},"tags":{"shape":"S6"},"description":{}}},"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":["createTime","updateTime","audienceGenerationJobArn","name","status","configuredAudienceModelArn"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"audienceGenerationJobArn":{},"name":{},"description":{},"status":{},"statusDetails":{"shape":"S1h"},"configuredAudienceModelArn":{},"seedAudience":{"shape":"S1j"},"includeSeedInOutput":{"type":"boolean"},"collaborationId":{},"metrics":{"type":"structure","required":["relevanceMetrics"],"members":{"relevanceMetrics":{"type":"list","member":{"type":"structure","required":["audienceSize"],"members":{"audienceSize":{"shape":"S1v"},"score":{"type":"double"}}}},"recallMetric":{"type":"double"}}},"startedBy":{},"tags":{"shape":"S6"},"protectedQueryIdentifier":{}}}},"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":["createTime","updateTime","audienceModelArn","name","trainingDatasetArn","status"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"trainingDataStartTime":{"shape":"S2"},"trainingDataEndTime":{"shape":"S2"},"audienceModelArn":{},"name":{},"trainingDatasetArn":{},"status":{},"statusDetails":{"shape":"S1h"},"kmsKeyArn":{},"tags":{"shape":"S6"},"description":{}}}},"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":["createTime","updateTime","configuredAudienceModelArn","name","audienceModelArn","outputConfig","status","sharedAudienceMetrics"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"configuredAudienceModelArn":{},"name":{},"audienceModelArn":{},"outputConfig":{"shape":"Sd"},"description":{},"status":{},"sharedAudienceMetrics":{"shape":"Si"},"minMatchingSeedSize":{"type":"integer"},"audienceSizeConfig":{"shape":"Sl"},"tags":{"shape":"S6"},"childResourceTagOnCreatePolicy":{}}}},"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","updateTime","trainingDatasetArn","name","trainingData","status","roleArn"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"trainingDatasetArn":{},"name":{},"trainingData":{"type":"list","member":{"shape":"Su"}},"status":{},"roleArn":{},"tags":{"shape":"S6"},"description":{}}}},"ListAudienceExportJobs":{"http":{"method":"GET","requestUri":"/audience-export-job","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"audienceGenerationJobArn":{"location":"querystring","locationName":"audienceGenerationJobArn"}}},"output":{"type":"structure","required":["audienceExportJobs"],"members":{"nextToken":{},"audienceExportJobs":{"type":"list","member":{"type":"structure","required":["createTime","updateTime","name","audienceGenerationJobArn","audienceSize","status"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"name":{},"audienceGenerationJobArn":{},"audienceSize":{"shape":"S1v"},"description":{},"status":{},"statusDetails":{"shape":"S1h"},"outputLocation":{}}}}}}},"ListAudienceGenerationJobs":{"http":{"method":"GET","requestUri":"/audience-generation-job","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"configuredAudienceModelArn":{"location":"querystring","locationName":"configuredAudienceModelArn"},"collaborationId":{"location":"querystring","locationName":"collaborationId"}}},"output":{"type":"structure","required":["audienceGenerationJobs"],"members":{"nextToken":{},"audienceGenerationJobs":{"type":"list","member":{"type":"structure","required":["createTime","updateTime","audienceGenerationJobArn","name","status","configuredAudienceModelArn"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"audienceGenerationJobArn":{},"name":{},"description":{},"status":{},"configuredAudienceModelArn":{},"collaborationId":{},"startedBy":{}}}}}}},"ListAudienceModels":{"http":{"method":"GET","requestUri":"/audience-model","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["audienceModels"],"members":{"nextToken":{},"audienceModels":{"type":"list","member":{"type":"structure","required":["createTime","updateTime","audienceModelArn","name","trainingDatasetArn","status"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"audienceModelArn":{},"name":{},"trainingDatasetArn":{},"status":{},"description":{}}}}}}},"ListConfiguredAudienceModels":{"http":{"method":"GET","requestUri":"/configured-audience-model","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredAudienceModels"],"members":{"nextToken":{},"configuredAudienceModels":{"type":"list","member":{"type":"structure","required":["createTime","updateTime","name","audienceModelArn","outputConfig","configuredAudienceModelArn","status"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"name":{},"audienceModelArn":{},"outputConfig":{"shape":"Sd"},"description":{},"configuredAudienceModelArn":{},"status":{}}}}}}},"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":"S6"}}}},"ListTrainingDatasets":{"http":{"method":"GET","requestUri":"/training-dataset","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["trainingDatasets"],"members":{"nextToken":{},"trainingDatasets":{"type":"list","member":{"type":"structure","required":["createTime","updateTime","trainingDatasetArn","name","status"],"members":{"createTime":{"shape":"S2"},"updateTime":{"shape":"S2"},"trainingDatasetArn":{},"name":{},"status":{},"description":{}}}}}}},"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":{},"previousPolicyHash":{},"policyExistenceCondition":{}}},"output":{"type":"structure","required":["configuredAudienceModelPolicy","policyHash"],"members":{"configuredAudienceModelPolicy":{},"policyHash":{}}},"idempotent":true},"StartAudienceExportJob":{"http":{"requestUri":"/audience-export-job","responseCode":200},"input":{"type":"structure","required":["name","audienceGenerationJobArn","audienceSize"],"members":{"name":{},"audienceGenerationJobArn":{},"audienceSize":{"shape":"S1v"},"description":{}}},"idempotent":true},"StartAudienceGenerationJob":{"http":{"requestUri":"/audience-generation-job","responseCode":200},"input":{"type":"structure","required":["name","configuredAudienceModelArn","seedAudience"],"members":{"name":{},"configuredAudienceModelArn":{},"seedAudience":{"shape":"S1j"},"includeSeedInOutput":{"type":"boolean"},"collaborationId":{},"description":{},"tags":{"shape":"S6"}}},"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":"S6"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateConfiguredAudienceModel":{"http":{"method":"PATCH","requestUri":"/configured-audience-model/{configuredAudienceModelArn}","responseCode":200},"input":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{"location":"uri","locationName":"configuredAudienceModelArn"},"outputConfig":{"shape":"Sd"},"audienceModelArn":{},"sharedAudienceMetrics":{"shape":"Si"},"minMatchingSeedSize":{"type":"integer"},"audienceSizeConfig":{"shape":"Sl"},"description":{}}},"output":{"type":"structure","required":["configuredAudienceModelArn"],"members":{"configuredAudienceModelArn":{}}},"idempotent":true}},"shapes":{"S2":{"type":"timestamp","timestampFormat":"iso8601"},"S6":{"type":"map","key":{},"value":{}},"Sd":{"type":"structure","required":["destination","roleArn"],"members":{"destination":{"type":"structure","required":["s3Destination"],"members":{"s3Destination":{"shape":"Sf"}}},"roleArn":{}}},"Sf":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"Si":{"type":"list","member":{}},"Sl":{"type":"structure","required":["audienceSizeType","audienceSizeBins"],"members":{"audienceSizeType":{},"audienceSizeBins":{"type":"list","member":{"type":"integer"}}}},"Su":{"type":"structure","required":["type","inputConfig"],"members":{"type":{},"inputConfig":{"type":"structure","required":["schema","dataSource"],"members":{"schema":{"type":"list","member":{"type":"structure","required":["columnName","columnTypes"],"members":{"columnName":{},"columnTypes":{"type":"list","member":{}}}}},"dataSource":{"type":"structure","required":["glueDataSource"],"members":{"glueDataSource":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{},"catalogId":{}}}}}}}}},"S1h":{"type":"structure","members":{"statusCode":{},"message":{}}},"S1j":{"type":"structure","required":["roleArn"],"members":{"dataSource":{"shape":"Sf"},"roleArn":{},"sqlParameters":{"type":"structure","members":{"queryString":{},"analysisTemplateArn":{},"parameters":{"type":"map","key":{},"value":{}}},"sensitive":true}}},"S1v":{"type":"structure","required":["type","value"],"members":{"type":{},"value":{"type":"integer"}}}}}
/***/ }),
/* 1390 */
@@ -65461,6 +65462,12 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
/* 1391 */
+/***/ (function(module, exports) {
+
+ module.exports = {"version":2,"waiters":{}}
+
+/***/ }),
+/* 1392 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65472,8 +65479,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__(1392);
- model.paginators = __webpack_require__(1393).pagination;
+ var model = __webpack_require__(1393);
+ model.paginators = __webpack_require__(1394).pagination;
return model;
},
enumerable: true,
@@ -65484,19 +65491,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1392 */
+/* 1393 */
/***/ (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"}}}}}}
/***/ }),
-/* 1393 */
+/* 1394 */
/***/ (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"}}}
/***/ }),
-/* 1394 */
+/* 1395 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65508,8 +65515,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__(1395);
- model.paginators = __webpack_require__(1396).pagination;
+ var model = __webpack_require__(1396);
+ model.paginators = __webpack_require__(1397).pagination;
return model;
},
enumerable: true,
@@ -65520,19 +65527,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1395 */
+/* 1396 */
/***/ (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":{}}}}
/***/ }),
-/* 1396 */
+/* 1397 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1397 */
+/* 1398 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65544,9 +65551,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__(1398);
- model.paginators = __webpack_require__(1399).pagination;
- model.waiters = __webpack_require__(1400).waiters;
+ var model = __webpack_require__(1399);
+ model.paginators = __webpack_require__(1400).pagination;
+ model.waiters = __webpack_require__(1401).waiters;
return model;
},
enumerable: true,
@@ -65557,25 +65564,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1398 */
+/* 1399 */
/***/ (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":{}}}}
/***/ }),
-/* 1399 */
+/* 1400 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListMonitors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"monitors"}}}
/***/ }),
-/* 1400 */
+/* 1401 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1401 */
+/* 1402 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65587,8 +65594,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__(1402);
- model.paginators = __webpack_require__(1403).pagination;
+ var model = __webpack_require__(1403);
+ model.paginators = __webpack_require__(1404).pagination;
return model;
},
enumerable: true,
@@ -65599,19 +65606,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1402 */
+/* 1403 */
/***/ (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":{}}
/***/ }),
-/* 1403 */
+/* 1404 */
/***/ (function(module, exports) {
module.exports = {"pagination":{}}
/***/ }),
-/* 1404 */
+/* 1405 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65623,9 +65630,9 @@ 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__(1405);
- model.paginators = __webpack_require__(1406).pagination;
- model.waiters = __webpack_require__(1407).waiters;
+ var model = __webpack_require__(1406);
+ model.paginators = __webpack_require__(1407).pagination;
+ model.waiters = __webpack_require__(1408).waiters;
return model;
},
enumerable: true,
@@ -65636,25 +65643,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1405 */
+/* 1406 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","auth":["aws.auth#sigv4"],"endpointPrefix":"artifact","protocol":"rest-json","protocols":["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":{"id":{},"name":{},"description":{},"periodStart":{"shape":"Sf"},"periodEnd":{"shape":"Sf"},"createdAt":{"shape":"Sf"},"lastModifiedAt":{"shape":"Sf"},"deletedAt":{"shape":"Sf"},"state":{},"arn":{},"series":{},"category":{},"companyName":{},"productName":{},"termArn":{},"version":{"type":"long"},"acceptanceType":{},"sequenceNumber":{"type":"long"},"uploadState":{},"statusMessage":{}}}}}},"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":{"reports":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"state":{},"arn":{},"version":{"type":"long"},"uploadState":{},"description":{},"periodStart":{"shape":"Sf"},"periodEnd":{"shape":"Sf"},"series":{},"category":{},"companyName":{},"productName":{},"statusMessage":{},"acceptanceType":{}}}},"nextToken":{}}}},"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":{}}},"Sf":{"type":"timestamp","timestampFormat":"iso8601"}}}
/***/ }),
-/* 1406 */
+/* 1407 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListReports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"reports"}}}
/***/ }),
-/* 1407 */
+/* 1408 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1408 */
+/* 1409 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65666,8 +65673,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__(1409);
- model.paginators = __webpack_require__(1410).pagination;
+ var model = __webpack_require__(1410);
+ model.paginators = __webpack_require__(1411).pagination;
return model;
},
enumerable: true,
@@ -65678,19 +65685,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1409 */
+/* 1410 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-10-11","endpointPrefix":"chatbot","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Chatbot","serviceId":"chatbot","signatureVersion":"v4","uid":"chatbot-2017-10-11"},"operations":{"CreateChimeWebhookConfiguration":{"http":{"requestUri":"/create-chime-webhook-configuration","responseCode":201},"input":{"type":"structure","required":["WebhookDescription","WebhookUrl","SnsTopicArns","IamRoleArn","ConfigurationName"],"members":{"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"CreateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/create-ms-teams-channel-configuration","responseCode":201},"input":{"type":"structure","required":["ChannelId","TeamId","TenantId","IamRoleArn","ConfigurationName"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"CreateSlackChannelConfiguration":{"http":{"requestUri":"/create-slack-channel-configuration","responseCode":201},"input":{"type":"structure","required":["SlackTeamId","SlackChannelId","IamRoleArn","ConfigurationName"],"members":{"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sv"}}}},"DeleteChimeWebhookConfiguration":{"http":{"requestUri":"/delete-chime-webhook-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/delete-ms-teams-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsConfiguredTeam":{"http":{"requestUri":"/delete-ms-teams-configured-teams","responseCode":204},"input":{"type":"structure","required":["TeamId"],"members":{"TeamId":{}}},"output":{"type":"structure","members":{}}},"DeleteMicrosoftTeamsUserIdentity":{"http":{"requestUri":"/delete-ms-teams-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","UserId"],"members":{"ChatConfigurationArn":{},"UserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackChannelConfiguration":{"http":{"requestUri":"/delete-slack-channel-configuration","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackUserIdentity":{"http":{"requestUri":"/delete-slack-user-identity","responseCode":204},"input":{"type":"structure","required":["ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{}}},"output":{"type":"structure","members":{}}},"DeleteSlackWorkspaceAuthorization":{"http":{"requestUri":"/delete-slack-workspace-authorization","responseCode":204},"input":{"type":"structure","required":["SlackTeamId"],"members":{"SlackTeamId":{}}},"output":{"type":"structure","members":{}}},"DescribeChimeWebhookConfigurations":{"http":{"requestUri":"/describe-chime-webhook-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"WebhookConfigurations":{"type":"list","member":{"shape":"Sd"}}}}},"DescribeSlackChannelConfigurations":{"http":{"requestUri":"/describe-slack-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"NextToken":{},"SlackChannelConfigurations":{"type":"list","member":{"shape":"Sv"}}}}},"DescribeSlackUserIdentities":{"http":{"requestUri":"/describe-slack-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"SlackUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","SlackTeamId","SlackUserId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"SlackTeamId":{},"SlackUserId":{},"AwsUserIdentity":{}}}},"NextToken":{}}}},"DescribeSlackWorkspaces":{"http":{"requestUri":"/describe-slack-workspaces","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SlackWorkspaces":{"type":"list","member":{"type":"structure","required":["SlackTeamId","SlackTeamName"],"members":{"SlackTeamId":{},"SlackTeamName":{}}}},"NextToken":{}}}},"GetAccountPreferences":{"http":{"requestUri":"/get-account-preferences","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1v"}}}},"GetMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/get-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"ListMicrosoftTeamsChannelConfigurations":{"http":{"requestUri":"/list-ms-teams-channel-configurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"TeamId":{}}},"output":{"type":"structure","members":{"NextToken":{},"TeamChannelConfigurations":{"type":"list","member":{"shape":"So"}}}}},"ListMicrosoftTeamsConfiguredTeams":{"http":{"requestUri":"/list-ms-teams-configured-teams","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ConfiguredTeams":{"type":"list","member":{"type":"structure","required":["TenantId","TeamId"],"members":{"TenantId":{},"TeamId":{},"TeamName":{}}}},"NextToken":{}}}},"ListMicrosoftTeamsUserIdentities":{"http":{"requestUri":"/list-ms-teams-user-identities","responseCode":200},"input":{"type":"structure","members":{"ChatConfigurationArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TeamsUserIdentities":{"type":"list","member":{"type":"structure","required":["IamRoleArn","ChatConfigurationArn","TeamId"],"members":{"IamRoleArn":{},"ChatConfigurationArn":{},"TeamId":{},"UserId":{},"AwsUserIdentity":{},"TeamsChannelId":{},"TeamsTenantId":{}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"requestUri":"/list-tags-for-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN"],"members":{"ResourceARN":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S2c"}}}},"TagResource":{"http":{"requestUri":"/tag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","Tags"],"members":{"ResourceARN":{},"Tags":{"shape":"S2c"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceARN","TagKeys"],"members":{"ResourceARN":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccountPreferences":{"http":{"requestUri":"/update-account-preferences","responseCode":200},"input":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"AccountPreferences":{"shape":"S1v"}}}},"UpdateChimeWebhookConfiguration":{"http":{"requestUri":"/update-chime-webhook-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn"],"members":{"ChatConfigurationArn":{},"WebhookDescription":{},"WebhookUrl":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{}}},"output":{"type":"structure","members":{"WebhookConfiguration":{"shape":"Sd"}}}},"UpdateMicrosoftTeamsChannelConfiguration":{"http":{"requestUri":"/update-ms-teams-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","ChannelId"],"members":{"ChatConfigurationArn":{},"ChannelId":{},"ChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"So"}}}},"UpdateSlackChannelConfiguration":{"http":{"requestUri":"/update-slack-channel-configuration","responseCode":200},"input":{"type":"structure","required":["ChatConfigurationArn","SlackChannelId"],"members":{"ChatConfigurationArn":{},"SlackChannelId":{},"SlackChannelName":{},"SnsTopicArns":{"shape":"S4"},"IamRoleArn":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"}}},"output":{"type":"structure","members":{"ChannelConfiguration":{"shape":"Sv"}}}}},"shapes":{"S4":{"type":"list","member":{}},"S8":{"type":"list","member":{"shape":"S9"}},"S9":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}},"Sd":{"type":"structure","required":["WebhookDescription","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"WebhookDescription":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"Tags":{"shape":"S8"}}},"Sk":{"type":"list","member":{}},"So":{"type":"structure","required":["ChannelId","TeamId","TenantId","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"ChannelId":{},"ChannelName":{},"TeamId":{},"TeamName":{},"TenantId":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"Sv":{"type":"structure","required":["SlackTeamName","SlackTeamId","SlackChannelId","SlackChannelName","ChatConfigurationArn","IamRoleArn","SnsTopicArns"],"members":{"SlackTeamName":{},"SlackTeamId":{},"SlackChannelId":{},"SlackChannelName":{},"ChatConfigurationArn":{},"IamRoleArn":{},"SnsTopicArns":{"shape":"S4"},"ConfigurationName":{},"LoggingLevel":{},"GuardrailPolicyArns":{"shape":"Sk"},"UserAuthorizationRequired":{"type":"boolean"},"Tags":{"shape":"S8"}}},"S1v":{"type":"structure","members":{"UserAuthorizationRequired":{"type":"boolean"},"TrainingDataCollectionEnabled":{"type":"boolean"}}},"S2c":{"type":"list","member":{"shape":"S9"}}}}
/***/ }),
-/* 1410 */
+/* 1411 */
/***/ (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"}}}
/***/ }),
-/* 1411 */
+/* 1412 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65702,8 +65709,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__(1412);
- model.paginators = __webpack_require__(1413).pagination;
+ var model = __webpack_require__(1413);
+ model.paginators = __webpack_require__(1414).pagination;
return model;
},
enumerable: true,
@@ -65714,19 +65721,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1412 */
+/* 1413 */
/***/ (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}}}
/***/ }),
-/* 1413 */
+/* 1414 */
/***/ (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"}}}
/***/ }),
-/* 1414 */
+/* 1415 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65738,8 +65745,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__(1415);
- model.paginators = __webpack_require__(1416).pagination;
+ var model = __webpack_require__(1416);
+ model.paginators = __webpack_require__(1417).pagination;
return model;
},
enumerable: true,
@@ -65750,19 +65757,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1415 */
+/* 1416 */
/***/ (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"}}}}}
/***/ }),
-/* 1416 */
+/* 1417 */
/***/ (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"}}}
/***/ }),
-/* 1417 */
+/* 1418 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65774,9 +65781,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__(1418);
- model.paginators = __webpack_require__(1419).pagination;
- model.waiters = __webpack_require__(1420).waiters;
+ var model = __webpack_require__(1419);
+ model.paginators = __webpack_require__(1420).pagination;
+ model.waiters = __webpack_require__(1421).waiters;
return model;
},
enumerable: true,
@@ -65787,25 +65794,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1418 */
+/* 1419 */
/***/ (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}}}}
/***/ }),
-/* 1419 */
+/* 1420 */
/***/ (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"}}}
/***/ }),
-/* 1420 */
+/* 1421 */
/***/ (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"}]}}}
/***/ }),
-/* 1421 */
+/* 1422 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65817,8 +65824,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__(1422);
- model.paginators = __webpack_require__(1423).pagination;
+ var model = __webpack_require__(1423);
+ model.paginators = __webpack_require__(1424).pagination;
return model;
},
enumerable: true,
@@ -65829,19 +65836,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1422 */
+/* 1423 */
/***/ (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":{}}}}}
/***/ }),
-/* 1423 */
+/* 1424 */
/***/ (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"}}}
/***/ }),
-/* 1424 */
+/* 1425 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65853,8 +65860,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.Route53Profiles = Service.defineService('route53profiles', ['2018-05-10']);
Object.defineProperty(apiLoader.services['route53profiles'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1425);
- model.paginators = __webpack_require__(1426).pagination;
+ var model = __webpack_require__(1426);
+ model.paginators = __webpack_require__(1427).pagination;
return model;
},
enumerable: true,
@@ -65865,19 +65872,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1425 */
+/* 1426 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"route53profiles","jsonVersion":"1.1","protocol":"rest-json","protocols":["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":{}}}}
/***/ }),
-/* 1426 */
+/* 1427 */
/***/ (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"}}}
/***/ }),
-/* 1427 */
+/* 1428 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65889,8 +65896,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.MailManager = Service.defineService('mailmanager', ['2023-10-17']);
Object.defineProperty(apiLoader.services['mailmanager'], '2023-10-17', {
get: function get() {
- var model = __webpack_require__(1428);
- model.paginators = __webpack_require__(1429).pagination;
+ var model = __webpack_require__(1429);
+ model.paginators = __webpack_require__(1430).pagination;
return model;
},
enumerable: true,
@@ -65901,19 +65908,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1428 */
+/* 1429 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-10-17","endpointPrefix":"mail-manager","jsonVersion":"1.0","protocol":"json","protocols":["json"],"serviceFullName":"MailManager","serviceId":"MailManager","signatureVersion":"v4","signingName":"ses","targetPrefix":"MailManagerSvc","uid":"mailmanager-2023-10-17"},"operations":{"CreateAddonInstance":{"input":{"type":"structure","required":["AddonSubscriptionId"],"members":{"AddonSubscriptionId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["AddonInstanceId"],"members":{"AddonInstanceId":{}}},"idempotent":true},"CreateAddonSubscription":{"input":{"type":"structure","required":["AddonName"],"members":{"AddonName":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["AddonSubscriptionId"],"members":{"AddonSubscriptionId":{}}},"idempotent":true},"CreateArchive":{"input":{"type":"structure","required":["ArchiveName"],"members":{"ArchiveName":{},"ClientToken":{"idempotencyToken":true},"KmsKeyArn":{},"Retention":{"shape":"Sg"},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{}}},"idempotent":true},"CreateIngressPoint":{"input":{"type":"structure","required":["IngressPointName","RuleSetId","TrafficPolicyId","Type"],"members":{"ClientToken":{"idempotencyToken":true},"IngressPointConfiguration":{"shape":"Sl"},"IngressPointName":{},"RuleSetId":{},"Tags":{"shape":"S4"},"TrafficPolicyId":{},"Type":{}}},"output":{"type":"structure","required":["IngressPointId"],"members":{"IngressPointId":{}}},"idempotent":true},"CreateRelay":{"input":{"type":"structure","required":["Authentication","RelayName","ServerName","ServerPort"],"members":{"Authentication":{"shape":"Sv"},"ClientToken":{"idempotencyToken":true},"RelayName":{},"ServerName":{},"ServerPort":{"type":"integer"},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["RelayId"],"members":{"RelayId":{}}},"idempotent":true},"CreateRuleSet":{"input":{"type":"structure","required":["RuleSetName","Rules"],"members":{"ClientToken":{"idempotencyToken":true},"RuleSetName":{},"Rules":{"shape":"S14"},"Tags":{"shape":"S4"}}},"output":{"type":"structure","required":["RuleSetId"],"members":{"RuleSetId":{}}},"idempotent":true},"CreateTrafficPolicy":{"input":{"type":"structure","required":["DefaultAction","PolicyStatements","TrafficPolicyName"],"members":{"ClientToken":{"idempotencyToken":true},"DefaultAction":{},"MaxMessageSizeBytes":{"type":"integer"},"PolicyStatements":{"shape":"S2x"},"Tags":{"shape":"S4"},"TrafficPolicyName":{}}},"output":{"type":"structure","required":["TrafficPolicyId"],"members":{"TrafficPolicyId":{}}},"idempotent":true},"DeleteAddonInstance":{"input":{"type":"structure","required":["AddonInstanceId"],"members":{"AddonInstanceId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAddonSubscription":{"input":{"type":"structure","required":["AddonSubscriptionId"],"members":{"AddonSubscriptionId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteArchive":{"input":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIngressPoint":{"input":{"type":"structure","required":["IngressPointId"],"members":{"IngressPointId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRelay":{"input":{"type":"structure","required":["RelayId"],"members":{"RelayId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRuleSet":{"input":{"type":"structure","required":["RuleSetId"],"members":{"RuleSetId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteTrafficPolicy":{"input":{"type":"structure","required":["TrafficPolicyId"],"members":{"TrafficPolicyId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAddonInstance":{"input":{"type":"structure","required":["AddonInstanceId"],"members":{"AddonInstanceId":{}}},"output":{"type":"structure","members":{"AddonInstanceArn":{},"AddonName":{},"AddonSubscriptionId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"GetAddonSubscription":{"input":{"type":"structure","required":["AddonSubscriptionId"],"members":{"AddonSubscriptionId":{}}},"output":{"type":"structure","members":{"AddonName":{},"AddonSubscriptionArn":{},"CreatedTimestamp":{"type":"timestamp"}}}},"GetArchive":{"input":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{}}},"output":{"type":"structure","required":["ArchiveArn","ArchiveId","ArchiveName","ArchiveState","Retention"],"members":{"ArchiveArn":{},"ArchiveId":{},"ArchiveName":{},"ArchiveState":{},"CreatedTimestamp":{"type":"timestamp"},"KmsKeyArn":{},"LastUpdatedTimestamp":{"type":"timestamp"},"Retention":{"shape":"Sg"}}}},"GetArchiveExport":{"input":{"type":"structure","required":["ExportId"],"members":{"ExportId":{}}},"output":{"type":"structure","members":{"ArchiveId":{},"ExportDestinationConfiguration":{"shape":"S4h"},"Filters":{"shape":"S4k"},"FromTimestamp":{"type":"timestamp"},"MaxResults":{"type":"integer"},"Status":{"shape":"S4x"},"ToTimestamp":{"type":"timestamp"}}}},"GetArchiveMessage":{"input":{"type":"structure","required":["ArchivedMessageId"],"members":{"ArchivedMessageId":{}}},"output":{"type":"structure","members":{"MessageDownloadLink":{}}}},"GetArchiveMessageContent":{"input":{"type":"structure","required":["ArchivedMessageId"],"members":{"ArchivedMessageId":{}}},"output":{"type":"structure","members":{"Body":{"type":"structure","members":{"Html":{},"MessageMalformed":{"type":"boolean"},"Text":{}}}}}},"GetArchiveSearch":{"input":{"type":"structure","required":["SearchId"],"members":{"SearchId":{}}},"output":{"type":"structure","members":{"ArchiveId":{},"Filters":{"shape":"S4k"},"FromTimestamp":{"type":"timestamp"},"MaxResults":{"type":"integer"},"Status":{"shape":"S5c"},"ToTimestamp":{"type":"timestamp"}}}},"GetArchiveSearchResults":{"input":{"type":"structure","required":["SearchId"],"members":{"SearchId":{}}},"output":{"type":"structure","members":{"Rows":{"type":"list","member":{"type":"structure","members":{"ArchivedMessageId":{},"Cc":{},"Date":{},"From":{},"HasAttachments":{"type":"boolean"},"InReplyTo":{},"MessageId":{},"ReceivedHeaders":{"type":"list","member":{}},"ReceivedTimestamp":{"type":"timestamp"},"Subject":{},"To":{},"XMailer":{},"XOriginalMailer":{},"XPriority":{}}}}}}},"GetIngressPoint":{"input":{"type":"structure","required":["IngressPointId"],"members":{"IngressPointId":{}}},"output":{"type":"structure","required":["IngressPointId","IngressPointName"],"members":{"ARecord":{},"CreatedTimestamp":{"type":"timestamp"},"IngressPointArn":{},"IngressPointAuthConfiguration":{"type":"structure","members":{"IngressPointPasswordConfiguration":{"type":"structure","members":{"PreviousSmtpPasswordExpiryTimestamp":{"type":"timestamp"},"PreviousSmtpPasswordVersion":{},"SmtpPasswordVersion":{}}},"SecretArn":{}}},"IngressPointId":{},"IngressPointName":{},"LastUpdatedTimestamp":{"type":"timestamp"},"RuleSetId":{},"Status":{},"TrafficPolicyId":{},"Type":{}}}},"GetRelay":{"input":{"type":"structure","required":["RelayId"],"members":{"RelayId":{}}},"output":{"type":"structure","required":["RelayId"],"members":{"Authentication":{"shape":"Sv"},"CreatedTimestamp":{"type":"timestamp"},"LastModifiedTimestamp":{"type":"timestamp"},"RelayArn":{},"RelayId":{},"RelayName":{},"ServerName":{},"ServerPort":{"type":"integer"}}}},"GetRuleSet":{"input":{"type":"structure","required":["RuleSetId"],"members":{"RuleSetId":{}}},"output":{"type":"structure","required":["CreatedDate","LastModificationDate","RuleSetArn","RuleSetId","RuleSetName","Rules"],"members":{"CreatedDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"RuleSetArn":{},"RuleSetId":{},"RuleSetName":{},"Rules":{"shape":"S14"}}}},"GetTrafficPolicy":{"input":{"type":"structure","required":["TrafficPolicyId"],"members":{"TrafficPolicyId":{}}},"output":{"type":"structure","required":["TrafficPolicyId","TrafficPolicyName"],"members":{"CreatedTimestamp":{"type":"timestamp"},"DefaultAction":{},"LastUpdatedTimestamp":{"type":"timestamp"},"MaxMessageSizeBytes":{"type":"integer"},"PolicyStatements":{"shape":"S2x"},"TrafficPolicyArn":{},"TrafficPolicyId":{},"TrafficPolicyName":{}}}},"ListAddonInstances":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"AddonInstances":{"type":"list","member":{"type":"structure","members":{"AddonInstanceArn":{},"AddonInstanceId":{},"AddonName":{},"AddonSubscriptionId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAddonSubscriptions":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"AddonSubscriptions":{"type":"list","member":{"type":"structure","members":{"AddonName":{},"AddonSubscriptionArn":{},"AddonSubscriptionId":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListArchiveExports":{"input":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{},"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"Exports":{"type":"list","member":{"type":"structure","members":{"ExportId":{},"Status":{"shape":"S4x"}}}},"NextToken":{}}}},"ListArchiveSearches":{"input":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{},"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Searches":{"type":"list","member":{"type":"structure","members":{"SearchId":{},"Status":{"shape":"S5c"}}}}}}},"ListArchives":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","required":["Archives"],"members":{"Archives":{"type":"list","member":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{},"ArchiveName":{},"ArchiveState":{},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListIngressPoints":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"IngressPoints":{"type":"list","member":{"type":"structure","required":["IngressPointId","IngressPointName","Status","Type"],"members":{"ARecord":{},"IngressPointId":{},"IngressPointName":{},"Status":{},"Type":{}}}},"NextToken":{}}}},"ListRelays":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","required":["Relays"],"members":{"NextToken":{},"Relays":{"type":"list","member":{"type":"structure","members":{"LastModifiedTimestamp":{"type":"timestamp"},"RelayId":{},"RelayName":{}}}}}}},"ListRuleSets":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","required":["RuleSets"],"members":{"NextToken":{},"RuleSets":{"type":"list","member":{"type":"structure","members":{"LastModificationDate":{"type":"timestamp"},"RuleSetId":{},"RuleSetName":{}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"S4"}}}},"ListTrafficPolicies":{"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"TrafficPolicies":{"type":"list","member":{"type":"structure","required":["DefaultAction","TrafficPolicyId","TrafficPolicyName"],"members":{"DefaultAction":{},"TrafficPolicyId":{},"TrafficPolicyName":{}}}}}}},"StartArchiveExport":{"input":{"type":"structure","required":["ArchiveId","ExportDestinationConfiguration","FromTimestamp","ToTimestamp"],"members":{"ArchiveId":{},"ExportDestinationConfiguration":{"shape":"S4h"},"Filters":{"shape":"S4k"},"FromTimestamp":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ToTimestamp":{"type":"timestamp"}}},"output":{"type":"structure","members":{"ExportId":{}}}},"StartArchiveSearch":{"input":{"type":"structure","required":["ArchiveId","FromTimestamp","MaxResults","ToTimestamp"],"members":{"ArchiveId":{},"Filters":{"shape":"S4k"},"FromTimestamp":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ToTimestamp":{"type":"timestamp"}}},"output":{"type":"structure","members":{"SearchId":{}}}},"StopArchiveExport":{"input":{"type":"structure","required":["ExportId"],"members":{"ExportId":{}}},"output":{"type":"structure","members":{}}},"StopArchiveSearch":{"input":{"type":"structure","required":["SearchId"],"members":{"SearchId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{"shape":"S6"}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateArchive":{"input":{"type":"structure","required":["ArchiveId"],"members":{"ArchiveId":{},"ArchiveName":{},"Retention":{"shape":"Sg"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateIngressPoint":{"input":{"type":"structure","required":["IngressPointId"],"members":{"IngressPointConfiguration":{"shape":"Sl"},"IngressPointId":{},"IngressPointName":{},"RuleSetId":{},"StatusToUpdate":{},"TrafficPolicyId":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateRelay":{"input":{"type":"structure","required":["RelayId"],"members":{"Authentication":{"shape":"Sv"},"RelayId":{},"RelayName":{},"ServerName":{},"ServerPort":{"type":"integer"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateRuleSet":{"input":{"type":"structure","required":["RuleSetId"],"members":{"RuleSetId":{},"RuleSetName":{},"Rules":{"shape":"S14"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateTrafficPolicy":{"input":{"type":"structure","required":["TrafficPolicyId"],"members":{"DefaultAction":{},"MaxMessageSizeBytes":{"type":"integer"},"PolicyStatements":{"shape":"S2x"},"TrafficPolicyId":{},"TrafficPolicyName":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{"shape":"S6"},"Value":{"type":"string","sensitive":true}}}},"S6":{"type":"string","sensitive":true},"Sg":{"type":"structure","members":{"RetentionPeriod":{}},"union":true},"Sl":{"type":"structure","members":{"SecretArn":{},"SmtpPassword":{"type":"string","sensitive":true}},"union":true},"Sv":{"type":"structure","members":{"NoAuthentication":{"type":"structure","members":{}},"SecretArn":{}},"union":true},"S14":{"type":"list","member":{"type":"structure","required":["Actions"],"members":{"Actions":{"type":"list","member":{"type":"structure","members":{"AddHeader":{"type":"structure","required":["HeaderName","HeaderValue"],"members":{"HeaderName":{},"HeaderValue":{}}},"Archive":{"type":"structure","required":["TargetArchive"],"members":{"ActionFailurePolicy":{},"TargetArchive":{}}},"DeliverToMailbox":{"type":"structure","required":["MailboxArn","RoleArn"],"members":{"ActionFailurePolicy":{},"MailboxArn":{},"RoleArn":{}}},"Drop":{"type":"structure","members":{}},"Relay":{"type":"structure","required":["Relay"],"members":{"ActionFailurePolicy":{},"MailFrom":{},"Relay":{}}},"ReplaceRecipient":{"type":"structure","members":{"ReplaceWith":{"type":"list","member":{"type":"string","sensitive":true}}}},"Send":{"type":"structure","required":["RoleArn"],"members":{"ActionFailurePolicy":{},"RoleArn":{}}},"WriteToS3":{"type":"structure","required":["RoleArn","S3Bucket"],"members":{"ActionFailurePolicy":{},"RoleArn":{},"S3Bucket":{},"S3Prefix":{},"S3SseKmsKeyId":{}}}},"union":true}},"Conditions":{"shape":"S1s"},"Name":{},"Unless":{"shape":"S1s"}}}},"S1s":{"type":"list","member":{"type":"structure","members":{"BooleanExpression":{"type":"structure","required":["Evaluate","Operator"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{}}},"DmarcExpression":{"type":"structure","required":["Operator","Values"],"members":{"Operator":{},"Values":{"type":"list","member":{}}}},"IpExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}},"NumberExpression":{"type":"structure","required":["Evaluate","Operator","Value"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Value":{"type":"double"}}},"StringExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}},"VerdictExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Analysis":{"type":"structure","required":["Analyzer","ResultField"],"members":{"Analyzer":{},"ResultField":{}}},"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}}},"union":true}},"S2x":{"type":"list","member":{"type":"structure","required":["Action","Conditions"],"members":{"Action":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"BooleanExpression":{"type":"structure","required":["Evaluate","Operator"],"members":{"Evaluate":{"type":"structure","members":{"Analysis":{"type":"structure","required":["Analyzer","ResultField"],"members":{"Analyzer":{},"ResultField":{}}}},"union":true},"Operator":{}}},"IpExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}},"StringExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}},"TlsExpression":{"type":"structure","required":["Evaluate","Operator","Value"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Value":{}}}},"union":true}}}}},"S4h":{"type":"structure","members":{"S3":{"type":"structure","members":{"S3Location":{}}}},"union":true},"S4k":{"type":"structure","members":{"Include":{"shape":"S4l"},"Unless":{"shape":"S4l"}}},"S4l":{"type":"list","member":{"type":"structure","members":{"BooleanExpression":{"type":"structure","required":["Evaluate","Operator"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{}}},"StringExpression":{"type":"structure","required":["Evaluate","Operator","Values"],"members":{"Evaluate":{"type":"structure","members":{"Attribute":{}},"union":true},"Operator":{},"Values":{"type":"list","member":{}}}}},"union":true}},"S4x":{"type":"structure","members":{"CompletionTimestamp":{"type":"timestamp"},"ErrorMessage":{},"State":{},"SubmissionTimestamp":{"type":"timestamp"}}},"S5c":{"type":"structure","members":{"CompletionTimestamp":{"type":"timestamp"},"ErrorMessage":{},"State":{},"SubmissionTimestamp":{"type":"timestamp"}}}}}
/***/ }),
-/* 1429 */
+/* 1430 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListAddonInstances":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"AddonInstances"},"ListAddonSubscriptions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"AddonSubscriptions"},"ListArchiveExports":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"Exports"},"ListArchiveSearches":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"Searches"},"ListArchives":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"Archives"},"ListIngressPoints":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"IngressPoints"},"ListRelays":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"Relays"},"ListRuleSets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"RuleSets"},"ListTrafficPolicies":{"input_token":"NextToken","output_token":"NextToken","limit_key":"PageSize","result_key":"TrafficPolicies"}}}
/***/ }),
-/* 1430 */
+/* 1431 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65925,8 +65932,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.TaxSettings = Service.defineService('taxsettings', ['2018-05-10']);
Object.defineProperty(apiLoader.services['taxsettings'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1431);
- model.paginators = __webpack_require__(1432).pagination;
+ var model = __webpack_require__(1432);
+ model.paginators = __webpack_require__(1433).pagination;
return model;
},
enumerable: true,
@@ -65937,19 +65944,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1431 */
+/* 1432 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"tax","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Tax Settings","serviceId":"TaxSettings","signatureVersion":"v4","signingName":"tax","uid":"taxsettings-2018-05-10","auth":["aws.auth#sigv4"]},"operations":{"BatchDeleteTaxRegistration":{"http":{"requestUri":"/BatchDeleteTaxRegistration","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"shape":"S2"}}},"output":{"type":"structure","required":["errors"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["accountId","message"],"members":{"accountId":{},"code":{},"message":{"shape":"S8"}}}}}}},"BatchPutTaxRegistration":{"http":{"requestUri":"/BatchPutTaxRegistration","responseCode":200},"input":{"type":"structure","required":["accountIds","taxRegistrationEntry"],"members":{"accountIds":{"shape":"S2"},"taxRegistrationEntry":{"shape":"Sa"}}},"output":{"type":"structure","required":["errors"],"members":{"errors":{"type":"list","member":{"type":"structure","required":["accountId","message"],"members":{"accountId":{},"code":{},"message":{"shape":"S8"}}}},"status":{}}}},"DeleteTaxRegistration":{"http":{"requestUri":"/DeleteTaxRegistration","responseCode":200},"input":{"type":"structure","members":{"accountId":{}}},"output":{"type":"structure","members":{}}},"GetTaxRegistration":{"http":{"requestUri":"/GetTaxRegistration","responseCode":200},"input":{"type":"structure","members":{"accountId":{}}},"output":{"type":"structure","members":{"taxRegistration":{"type":"structure","required":["legalAddress","legalName","registrationId","registrationType","status"],"members":{"additionalTaxInformation":{"shape":"S2a"},"certifiedEmailId":{},"legalAddress":{"shape":"S1h"},"legalName":{},"registrationId":{},"registrationType":{},"sector":{},"status":{},"taxDocumentMetadatas":{"shape":"S2g"}},"sensitive":true}}}},"GetTaxRegistrationDocument":{"http":{"requestUri":"/GetTaxRegistrationDocument","responseCode":200},"input":{"type":"structure","required":["destinationS3Location","taxDocumentMetadata"],"members":{"destinationS3Location":{"type":"structure","required":["bucket"],"members":{"bucket":{},"prefix":{}}},"taxDocumentMetadata":{"shape":"S2h"}}},"output":{"type":"structure","members":{"destinationFilePath":{}}}},"ListTaxRegistrations":{"http":{"requestUri":"/ListTaxRegistrations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["accountDetails"],"members":{"accountDetails":{"type":"list","member":{"type":"structure","members":{"accountId":{},"accountMetaData":{"type":"structure","members":{"accountName":{},"address":{"shape":"S1h"},"addressRoleMap":{"type":"map","key":{},"value":{"shape":"S2z"}},"addressType":{},"seller":{}},"sensitive":true},"taxInheritanceDetails":{"type":"structure","members":{"inheritanceObtainedReason":{},"parentEntityId":{}}},"taxRegistration":{"type":"structure","required":["jurisdiction","legalName","registrationId","registrationType","status"],"members":{"additionalTaxInformation":{"shape":"S2a"},"certifiedEmailId":{},"jurisdiction":{"shape":"S2z"},"legalName":{},"registrationId":{},"registrationType":{},"sector":{},"status":{},"taxDocumentMetadatas":{"shape":"S2g"}},"sensitive":true}},"sensitive":true}},"nextToken":{}}}},"PutTaxRegistration":{"http":{"requestUri":"/PutTaxRegistration","responseCode":200},"input":{"type":"structure","required":["taxRegistrationEntry"],"members":{"accountId":{},"taxRegistrationEntry":{"shape":"Sa"}}},"output":{"type":"structure","members":{"status":{}}}}},"shapes":{"S2":{"type":"list","member":{}},"S8":{"type":"string","sensitive":true},"Sa":{"type":"structure","required":["registrationId","registrationType"],"members":{"additionalTaxInformation":{"type":"structure","members":{"canadaAdditionalInfo":{"shape":"Sc"},"estoniaAdditionalInfo":{"shape":"Sh"},"georgiaAdditionalInfo":{"shape":"Sj"},"israelAdditionalInfo":{"shape":"Sl"},"italyAdditionalInfo":{"shape":"So"},"kenyaAdditionalInfo":{"shape":"St"},"malaysiaAdditionalInfo":{"shape":"Su"},"polandAdditionalInfo":{"shape":"Sx"},"romaniaAdditionalInfo":{"shape":"Sz"},"saudiArabiaAdditionalInfo":{"shape":"S11"},"southKoreaAdditionalInfo":{"shape":"S13"},"spainAdditionalInfo":{"shape":"S17"},"turkeyAdditionalInfo":{"shape":"S19"},"ukraineAdditionalInfo":{"shape":"S1e"}}},"certifiedEmailId":{},"legalAddress":{"shape":"S1h"},"legalName":{},"registrationId":{},"registrationType":{},"sector":{},"verificationDetails":{"type":"structure","members":{"dateOfBirth":{},"taxRegistrationDocuments":{"type":"list","member":{"type":"structure","required":["s3Location"],"members":{"s3Location":{"type":"structure","required":["bucket","key"],"members":{"bucket":{},"key":{}}}}}}}}},"sensitive":true},"Sc":{"type":"structure","members":{"canadaQuebecSalesTaxNumber":{},"canadaRetailSalesTaxNumber":{},"isResellerAccount":{"type":"boolean"},"provincialSalesTaxId":{}}},"Sh":{"type":"structure","required":["registryCommercialCode"],"members":{"registryCommercialCode":{}}},"Sj":{"type":"structure","required":["personType"],"members":{"personType":{}}},"Sl":{"type":"structure","required":["customerType","dealerType"],"members":{"customerType":{},"dealerType":{}}},"So":{"type":"structure","members":{"cigNumber":{},"cupNumber":{},"sdiAccountId":{},"taxCode":{}}},"St":{"type":"structure","required":["personType"],"members":{"personType":{}}},"Su":{"type":"structure","required":["serviceTaxCodes"],"members":{"serviceTaxCodes":{"type":"list","member":{}}}},"Sx":{"type":"structure","members":{"individualRegistrationNumber":{},"isGroupVatEnabled":{"type":"boolean"}}},"Sz":{"type":"structure","required":["taxRegistrationNumberType"],"members":{"taxRegistrationNumberType":{}}},"S11":{"type":"structure","members":{"taxRegistrationNumberType":{}}},"S13":{"type":"structure","required":["businessRepresentativeName","itemOfBusiness","lineOfBusiness"],"members":{"businessRepresentativeName":{},"itemOfBusiness":{},"lineOfBusiness":{}}},"S17":{"type":"structure","required":["registrationType"],"members":{"registrationType":{}}},"S19":{"type":"structure","members":{"industries":{},"kepEmailId":{},"secondaryTaxId":{},"taxOffice":{}}},"S1e":{"type":"structure","required":["ukraineTrnType"],"members":{"ukraineTrnType":{}}},"S1h":{"type":"structure","required":["addressLine1","city","countryCode","postalCode"],"members":{"addressLine1":{},"addressLine2":{},"addressLine3":{},"city":{},"countryCode":{},"districtOrCounty":{},"postalCode":{},"stateOrRegion":{}}},"S2a":{"type":"structure","members":{"brazilAdditionalInfo":{"type":"structure","members":{"ccmCode":{},"legalNatureCode":{}}},"canadaAdditionalInfo":{"shape":"Sc"},"estoniaAdditionalInfo":{"shape":"Sh"},"georgiaAdditionalInfo":{"shape":"Sj"},"indiaAdditionalInfo":{"type":"structure","members":{"pan":{}}},"israelAdditionalInfo":{"shape":"Sl"},"italyAdditionalInfo":{"shape":"So"},"kenyaAdditionalInfo":{"shape":"St"},"malaysiaAdditionalInfo":{"shape":"Su"},"polandAdditionalInfo":{"shape":"Sx"},"romaniaAdditionalInfo":{"shape":"Sz"},"saudiArabiaAdditionalInfo":{"shape":"S11"},"southKoreaAdditionalInfo":{"shape":"S13"},"spainAdditionalInfo":{"shape":"S17"},"turkeyAdditionalInfo":{"shape":"S19"},"ukraineAdditionalInfo":{"shape":"S1e"}}},"S2g":{"type":"list","member":{"shape":"S2h"}},"S2h":{"type":"structure","required":["taxDocumentAccessToken","taxDocumentName"],"members":{"taxDocumentAccessToken":{},"taxDocumentName":{}}},"S2z":{"type":"structure","required":["countryCode"],"members":{"countryCode":{},"stateOrRegion":{}}}}}
/***/ }),
-/* 1432 */
+/* 1433 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListTaxRegistrations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"accountDetails"}}}
/***/ }),
-/* 1433 */
+/* 1434 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65961,8 +65968,8 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.ApplicationSignals = Service.defineService('applicationsignals', ['2024-04-15']);
Object.defineProperty(apiLoader.services['applicationsignals'], '2024-04-15', {
get: function get() {
- var model = __webpack_require__(1434);
- model.paginators = __webpack_require__(1435).pagination;
+ var model = __webpack_require__(1435);
+ model.paginators = __webpack_require__(1436).pagination;
return model;
},
enumerable: true,
@@ -65973,19 +65980,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1434 */
+/* 1435 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2024-04-15","endpointPrefix":"application-signals","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Amazon CloudWatch Application Signals","serviceId":"Application Signals","signatureVersion":"v4","signingName":"application-signals","uid":"application-signals-2024-04-15"},"operations":{"BatchGetServiceLevelObjectiveBudgetReport":{"http":{"requestUri":"/budget-report","responseCode":200},"input":{"type":"structure","required":["Timestamp","SloIds"],"members":{"Timestamp":{"type":"timestamp"},"SloIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["Timestamp","Reports","Errors"],"members":{"Timestamp":{"type":"timestamp"},"Reports":{"type":"list","member":{"type":"structure","required":["Arn","Name","BudgetStatus"],"members":{"Arn":{},"Name":{},"BudgetStatus":{},"Attainment":{"type":"double"},"TotalBudgetSeconds":{"type":"integer"},"BudgetSecondsRemaining":{"type":"integer"},"Sli":{"shape":"Se"},"Goal":{"shape":"S15"}}}},"Errors":{"type":"list","member":{"type":"structure","required":["Name","Arn","ErrorCode","ErrorMessage"],"members":{"Name":{},"Arn":{},"ErrorCode":{},"ErrorMessage":{}}}}}}},"CreateServiceLevelObjective":{"http":{"requestUri":"/slo","responseCode":200},"input":{"type":"structure","required":["Name","SliConfig"],"members":{"Name":{},"Description":{},"SliConfig":{"shape":"S1k"},"Goal":{"shape":"S15"},"Tags":{"shape":"S1o"}}},"output":{"type":"structure","required":["Slo"],"members":{"Slo":{"shape":"S1t"}}}},"DeleteServiceLevelObjective":{"http":{"method":"DELETE","requestUri":"/slo/{Id}","responseCode":200},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetService":{"http":{"requestUri":"/service","responseCode":200},"input":{"type":"structure","required":["StartTime","EndTime","KeyAttributes"],"members":{"StartTime":{"location":"querystring","locationName":"StartTime","type":"timestamp"},"EndTime":{"location":"querystring","locationName":"EndTime","type":"timestamp"},"KeyAttributes":{"shape":"Sg"}}},"output":{"type":"structure","required":["Service","StartTime","EndTime"],"members":{"Service":{"type":"structure","required":["KeyAttributes","MetricReferences"],"members":{"KeyAttributes":{"shape":"Sg"},"AttributeMaps":{"shape":"S20"},"MetricReferences":{"shape":"S22"}}},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}}},"GetServiceLevelObjective":{"http":{"method":"GET","requestUri":"/slo/{Id}","responseCode":200},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","required":["Slo"],"members":{"Slo":{"shape":"S1t"}}}},"ListServiceDependencies":{"http":{"requestUri":"/service-dependencies","responseCode":200},"input":{"type":"structure","required":["StartTime","EndTime","KeyAttributes"],"members":{"StartTime":{"location":"querystring","locationName":"StartTime","type":"timestamp"},"EndTime":{"location":"querystring","locationName":"EndTime","type":"timestamp"},"KeyAttributes":{"shape":"Sg"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["StartTime","EndTime","ServiceDependencies"],"members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ServiceDependencies":{"type":"list","member":{"type":"structure","required":["OperationName","DependencyKeyAttributes","DependencyOperationName","MetricReferences"],"members":{"OperationName":{},"DependencyKeyAttributes":{"shape":"Sg"},"DependencyOperationName":{},"MetricReferences":{"shape":"S22"}}}},"NextToken":{}}}},"ListServiceDependents":{"http":{"requestUri":"/service-dependents","responseCode":200},"input":{"type":"structure","required":["StartTime","EndTime","KeyAttributes"],"members":{"StartTime":{"location":"querystring","locationName":"StartTime","type":"timestamp"},"EndTime":{"location":"querystring","locationName":"EndTime","type":"timestamp"},"KeyAttributes":{"shape":"Sg"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["StartTime","EndTime","ServiceDependents"],"members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ServiceDependents":{"type":"list","member":{"type":"structure","required":["DependentKeyAttributes","MetricReferences"],"members":{"OperationName":{},"DependentKeyAttributes":{"shape":"Sg"},"DependentOperationName":{},"MetricReferences":{"shape":"S22"}}}},"NextToken":{}}}},"ListServiceLevelObjectives":{"http":{"requestUri":"/slos","responseCode":200},"input":{"type":"structure","members":{"KeyAttributes":{"shape":"Sg"},"OperationName":{"location":"querystring","locationName":"OperationName"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"SloSummaries":{"type":"list","member":{"type":"structure","required":["Arn","Name"],"members":{"Arn":{},"Name":{},"KeyAttributes":{"shape":"Sg"},"OperationName":{},"CreatedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListServiceOperations":{"http":{"requestUri":"/service-operations","responseCode":200},"input":{"type":"structure","required":["StartTime","EndTime","KeyAttributes"],"members":{"StartTime":{"location":"querystring","locationName":"StartTime","type":"timestamp"},"EndTime":{"location":"querystring","locationName":"EndTime","type":"timestamp"},"KeyAttributes":{"shape":"Sg"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["StartTime","EndTime","ServiceOperations"],"members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ServiceOperations":{"type":"list","member":{"type":"structure","required":["Name","MetricReferences"],"members":{"Name":{},"MetricReferences":{"shape":"S22"}}}},"NextToken":{}}}},"ListServices":{"http":{"method":"GET","requestUri":"/services","responseCode":200},"input":{"type":"structure","required":["StartTime","EndTime"],"members":{"StartTime":{"location":"querystring","locationName":"StartTime","type":"timestamp"},"EndTime":{"location":"querystring","locationName":"EndTime","type":"timestamp"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["StartTime","EndTime","ServiceSummaries"],"members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ServiceSummaries":{"type":"list","member":{"type":"structure","required":["KeyAttributes","MetricReferences"],"members":{"KeyAttributes":{"shape":"Sg"},"AttributeMaps":{"shape":"S20"},"MetricReferences":{"shape":"S22"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"querystring","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S1o"}}}},"StartDiscovery":{"http":{"requestUri":"/start-discovery","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S1o"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untag-resource","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateServiceLevelObjective":{"http":{"method":"PATCH","requestUri":"/slo/{Id}","responseCode":200},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Description":{},"SliConfig":{"shape":"S1k"},"Goal":{"shape":"S15"}}},"output":{"type":"structure","required":["Slo"],"members":{"Slo":{"shape":"S1t"}}}}},"shapes":{"Se":{"type":"structure","required":["SliMetric","MetricThreshold","ComparisonOperator"],"members":{"SliMetric":{"type":"structure","required":["MetricDataQueries"],"members":{"KeyAttributes":{"shape":"Sg"},"OperationName":{},"MetricType":{},"MetricDataQueries":{"shape":"Sl"}}},"MetricThreshold":{"type":"double"},"ComparisonOperator":{}}},"Sg":{"type":"map","key":{},"value":{}},"Sl":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"MetricStat":{"type":"structure","required":["Metric","Period","Stat"],"members":{"Metric":{"type":"structure","members":{"Namespace":{},"MetricName":{},"Dimensions":{"shape":"Ss"}}},"Period":{"type":"integer"},"Stat":{},"Unit":{}}},"Expression":{},"Label":{},"ReturnData":{"type":"boolean"},"Period":{"type":"integer"},"AccountId":{}}}},"Ss":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S15":{"type":"structure","members":{"Interval":{"type":"structure","members":{"RollingInterval":{"type":"structure","required":["DurationUnit","Duration"],"members":{"DurationUnit":{},"Duration":{"type":"integer"}}},"CalendarInterval":{"type":"structure","required":["StartTime","DurationUnit","Duration"],"members":{"StartTime":{"type":"timestamp"},"DurationUnit":{},"Duration":{"type":"integer"}}}},"union":true},"AttainmentGoal":{"type":"double"},"WarningThreshold":{"type":"double"}}},"S1k":{"type":"structure","required":["SliMetricConfig","MetricThreshold","ComparisonOperator"],"members":{"SliMetricConfig":{"type":"structure","members":{"KeyAttributes":{"shape":"Sg"},"OperationName":{},"MetricType":{},"Statistic":{},"PeriodSeconds":{"type":"integer"},"MetricDataQueries":{"shape":"Sl"}}},"MetricThreshold":{"type":"double"},"ComparisonOperator":{}}},"S1o":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S1t":{"type":"structure","required":["Arn","Name","CreatedTime","LastUpdatedTime","Sli","Goal"],"members":{"Arn":{},"Name":{},"Description":{},"CreatedTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"Sli":{"shape":"Se"},"Goal":{"shape":"S15"}}},"S20":{"type":"list","member":{"type":"map","key":{},"value":{}}},"S22":{"type":"list","member":{"type":"structure","required":["Namespace","MetricType","MetricName"],"members":{"Namespace":{},"MetricType":{},"Dimensions":{"shape":"Ss"},"MetricName":{}}}}}}
/***/ }),
-/* 1435 */
+/* 1436 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListServiceDependencies":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ServiceDependencies"},"ListServiceDependents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ServiceDependents"},"ListServiceLevelObjectives":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"SloSummaries"},"ListServiceOperations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ServiceOperations"},"ListServices":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ServiceSummaries"}}}
/***/ }),
-/* 1436 */
+/* 1437 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -65997,9 +66004,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.PcaConnectorScep = Service.defineService('pcaconnectorscep', ['2018-05-10']);
Object.defineProperty(apiLoader.services['pcaconnectorscep'], '2018-05-10', {
get: function get() {
- var model = __webpack_require__(1437);
- model.paginators = __webpack_require__(1438).pagination;
- model.waiters = __webpack_require__(1439).waiters;
+ var model = __webpack_require__(1438);
+ model.paginators = __webpack_require__(1439).pagination;
+ model.waiters = __webpack_require__(1440).waiters;
return model;
},
enumerable: true,
@@ -66010,25 +66017,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1437 */
+/* 1438 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"pca-connector-scep","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Private CA Connector for SCEP","serviceId":"Pca Connector Scep","signatureVersion":"v4","signingName":"pca-connector-scep","uid":"pca-connector-scep-2018-05-10"},"operations":{"CreateChallenge":{"http":{"requestUri":"/challenges","responseCode":202},"input":{"type":"structure","required":["ConnectorArn"],"members":{"ConnectorArn":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"Challenge":{"type":"structure","members":{"Arn":{},"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"},"Password":{"shape":"Sa"}}}}}},"CreateConnector":{"http":{"requestUri":"/connectors","responseCode":202},"input":{"type":"structure","required":["CertificateAuthorityArn"],"members":{"CertificateAuthorityArn":{},"MobileDeviceManagement":{"shape":"Sd"},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S4"}}},"output":{"type":"structure","members":{"ConnectorArn":{}}}},"DeleteChallenge":{"http":{"method":"DELETE","requestUri":"/challenges/{ChallengeArn}","responseCode":202},"input":{"type":"structure","required":["ChallengeArn"],"members":{"ChallengeArn":{"location":"uri","locationName":"ChallengeArn"}}},"idempotent":true},"DeleteConnector":{"http":{"method":"DELETE","requestUri":"/connectors/{ConnectorArn}","responseCode":202},"input":{"type":"structure","required":["ConnectorArn"],"members":{"ConnectorArn":{"location":"uri","locationName":"ConnectorArn"}}},"idempotent":true},"GetChallengeMetadata":{"http":{"method":"GET","requestUri":"/challengeMetadata/{ChallengeArn}","responseCode":200},"input":{"type":"structure","required":["ChallengeArn"],"members":{"ChallengeArn":{"location":"uri","locationName":"ChallengeArn"}}},"output":{"type":"structure","members":{"ChallengeMetadata":{"type":"structure","members":{"Arn":{},"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}}}},"GetChallengePassword":{"http":{"method":"GET","requestUri":"/challengePasswords/{ChallengeArn}","responseCode":200},"input":{"type":"structure","required":["ChallengeArn"],"members":{"ChallengeArn":{"location":"uri","locationName":"ChallengeArn"}}},"output":{"type":"structure","members":{"Password":{"shape":"Sa"}}}},"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":{},"Type":{},"MobileDeviceManagement":{"shape":"Sd"},"OpenIdConfiguration":{"shape":"St"},"Status":{},"StatusReason":{},"Endpoint":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}}}},"ListChallengeMetadata":{"http":{"method":"GET","requestUri":"/challengeMetadata","responseCode":200},"input":{"type":"structure","required":["ConnectorArn"],"members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"ConnectorArn":{"location":"querystring","locationName":"ConnectorArn"}}},"output":{"type":"structure","members":{"Challenges":{"type":"list","member":{"type":"structure","members":{"Arn":{},"ConnectorArn":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"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":{},"Type":{},"MobileDeviceManagement":{"shape":"Sd"},"OpenIdConfiguration":{"shape":"St"},"Status":{},"StatusReason":{},"Endpoint":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"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":"S4"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S4"}}}},"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}},"shapes":{"S4":{"type":"map","key":{},"value":{}},"Sa":{"type":"string","sensitive":true},"Sd":{"type":"structure","members":{"Intune":{"type":"structure","required":["AzureApplicationId","Domain"],"members":{"AzureApplicationId":{},"Domain":{}}}},"union":true},"St":{"type":"structure","members":{"Issuer":{},"Subject":{},"Audience":{}}}}}
/***/ }),
-/* 1438 */
+/* 1439 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListChallengeMetadata":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Challenges"},"ListConnectors":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Connectors"}}}
/***/ }),
-/* 1439 */
+/* 1440 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1440 */
+/* 1441 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -66040,9 +66047,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.AppTest = Service.defineService('apptest', ['2022-12-06']);
Object.defineProperty(apiLoader.services['apptest'], '2022-12-06', {
get: function get() {
- var model = __webpack_require__(1441);
- model.paginators = __webpack_require__(1442).pagination;
- model.waiters = __webpack_require__(1443).waiters;
+ var model = __webpack_require__(1442);
+ model.paginators = __webpack_require__(1443).pagination;
+ model.waiters = __webpack_require__(1444).waiters;
return model;
},
enumerable: true,
@@ -66053,25 +66060,25 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1441 */
+/* 1442 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-12-06","auth":["aws.auth#sigv4"],"endpointPrefix":"apptest","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Mainframe Modernization Application Testing","serviceId":"AppTest","signatureVersion":"v4","signingName":"apptest","uid":"apptest-2022-12-06"},"operations":{"CreateTestCase":{"http":{"requestUri":"/testcase","responseCode":201},"input":{"type":"structure","required":["name","steps"],"members":{"name":{},"description":{},"steps":{"shape":"S4"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S1c"}}},"output":{"type":"structure","required":["testCaseId","testCaseVersion"],"members":{"testCaseId":{},"testCaseVersion":{"type":"integer"}}},"idempotent":true},"CreateTestConfiguration":{"http":{"requestUri":"/testconfiguration","responseCode":201},"input":{"type":"structure","required":["name","resources"],"members":{"name":{},"description":{},"resources":{"shape":"S1j"},"properties":{"shape":"S1n"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S1c"},"serviceSettings":{"shape":"S1s"}}},"output":{"type":"structure","required":["testConfigurationId","testConfigurationVersion"],"members":{"testConfigurationId":{},"testConfigurationVersion":{"type":"integer"}}},"idempotent":true},"CreateTestSuite":{"http":{"requestUri":"/testsuite","responseCode":201},"input":{"type":"structure","required":["name","testCases"],"members":{"name":{},"description":{},"beforeSteps":{"shape":"S4"},"afterSteps":{"shape":"S4"},"testCases":{"shape":"S1v"},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S1c"}}},"output":{"type":"structure","required":["testSuiteId","testSuiteVersion"],"members":{"testSuiteId":{},"testSuiteVersion":{"type":"integer"}}},"idempotent":true},"DeleteTestCase":{"http":{"method":"DELETE","requestUri":"/testcases/{testCaseId}","responseCode":204},"input":{"type":"structure","required":["testCaseId"],"members":{"testCaseId":{"location":"uri","locationName":"testCaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteTestConfiguration":{"http":{"method":"DELETE","requestUri":"/testconfigurations/{testConfigurationId}","responseCode":204},"input":{"type":"structure","required":["testConfigurationId"],"members":{"testConfigurationId":{"location":"uri","locationName":"testConfigurationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteTestRun":{"http":{"method":"DELETE","requestUri":"/testruns/{testRunId}","responseCode":204},"input":{"type":"structure","required":["testRunId"],"members":{"testRunId":{"location":"uri","locationName":"testRunId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteTestSuite":{"http":{"method":"DELETE","requestUri":"/testsuites/{testSuiteId}","responseCode":204},"input":{"type":"structure","required":["testSuiteId"],"members":{"testSuiteId":{"location":"uri","locationName":"testSuiteId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetTestCase":{"http":{"method":"GET","requestUri":"/testcases/{testCaseId}","responseCode":200},"input":{"type":"structure","required":["testCaseId"],"members":{"testCaseId":{"location":"uri","locationName":"testCaseId"},"testCaseVersion":{"location":"querystring","locationName":"testCaseVersion","type":"integer"}}},"output":{"type":"structure","required":["testCaseId","testCaseArn","name","latestVersion","testCaseVersion","status","creationTime","lastUpdateTime","steps"],"members":{"testCaseId":{},"testCaseArn":{},"name":{},"description":{},"latestVersion":{"type":"structure","required":["version","status"],"members":{"version":{"type":"integer"},"status":{},"statusReason":{}}},"testCaseVersion":{"type":"integer"},"status":{},"statusReason":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"},"steps":{"shape":"S4"},"tags":{"shape":"S1c"}}}},"GetTestConfiguration":{"http":{"method":"GET","requestUri":"/testconfigurations/{testConfigurationId}","responseCode":200},"input":{"type":"structure","required":["testConfigurationId"],"members":{"testConfigurationId":{"location":"uri","locationName":"testConfigurationId"},"testConfigurationVersion":{"location":"querystring","locationName":"testConfigurationVersion","type":"integer"}}},"output":{"type":"structure","required":["testConfigurationId","name","testConfigurationArn","latestVersion","testConfigurationVersion","status","creationTime","lastUpdateTime","resources","properties"],"members":{"testConfigurationId":{},"name":{},"testConfigurationArn":{},"latestVersion":{"type":"structure","required":["version","status"],"members":{"version":{"type":"integer"},"status":{},"statusReason":{}}},"testConfigurationVersion":{"type":"integer"},"status":{},"statusReason":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"},"description":{},"resources":{"shape":"S1j"},"properties":{"shape":"S1n"},"tags":{"shape":"S1c"},"serviceSettings":{"shape":"S1s"}}}},"GetTestRunStep":{"http":{"method":"GET","requestUri":"/testruns/{testRunId}/steps/{stepName}","responseCode":200},"input":{"type":"structure","required":["testRunId","stepName"],"members":{"testRunId":{"location":"uri","locationName":"testRunId"},"stepName":{"location":"uri","locationName":"stepName"},"testCaseId":{"location":"querystring","locationName":"testCaseId"},"testSuiteId":{"location":"querystring","locationName":"testSuiteId"}}},"output":{"type":"structure","required":["stepName","testRunId","status","runStartTime"],"members":{"stepName":{},"testRunId":{},"testCaseId":{},"testCaseVersion":{"type":"integer"},"testSuiteId":{},"testSuiteVersion":{"type":"integer"},"beforeStep":{"type":"boolean"},"afterStep":{"type":"boolean"},"status":{},"statusReason":{},"runStartTime":{"type":"timestamp"},"runEndTime":{"type":"timestamp"},"stepRunSummary":{"type":"structure","members":{"mainframeAction":{"type":"structure","members":{"batch":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["resource","batchJobName"],"members":{"resource":{"shape":"S2n"},"batchJobName":{},"batchJobParameters":{"shape":"Sk"},"exportDataSetNames":{"shape":"Sm"},"properties":{"shape":"Ss"}}},"stepOutput":{"type":"structure","members":{"dataSetExportLocation":{},"dmsOutputLocation":{},"dataSetDetails":{"shape":"Sx"}}}}},"tn3270":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["resource","script"],"members":{"resource":{"shape":"S2n"},"script":{"type":"structure","required":["scriptLocation","type"],"members":{"scriptLocation":{},"type":{}}},"exportDataSetNames":{"shape":"Sm"},"properties":{"shape":"Ss"}}},"stepOutput":{"type":"structure","required":["scriptOutputLocation"],"members":{"dataSetExportLocation":{},"dmsOutputLocation":{},"dataSetDetails":{"shape":"Sx"},"scriptOutputLocation":{}}}}}},"union":true},"compareAction":{"type":"structure","required":["type"],"members":{"type":{"type":"structure","members":{"fileType":{"type":"structure","members":{"datasets":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["sourceLocation","targetLocation","sourceDataSets","targetDataSets"],"members":{"sourceLocation":{},"targetLocation":{},"sourceDataSets":{"shape":"Sx"},"targetDataSets":{"shape":"Sx"}}},"stepOutput":{"type":"structure","required":["comparisonOutputLocation","comparisonStatus"],"members":{"comparisonOutputLocation":{},"comparisonStatus":{}}}}},"databaseCDC":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["sourceLocation","targetLocation","sourceMetadata","targetMetadata"],"members":{"sourceLocation":{},"targetLocation":{},"outputLocation":{},"sourceMetadata":{"shape":"S14"},"targetMetadata":{"shape":"S17"}}},"stepOutput":{"type":"structure","required":["comparisonOutputLocation","comparisonStatus"],"members":{"comparisonOutputLocation":{},"comparisonStatus":{}}}}}},"union":true}},"union":true}}},"resourceAction":{"type":"structure","members":{"cloudFormation":{"type":"structure","members":{"createCloudformation":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["templateLocation"],"members":{"templateLocation":{},"parameters":{"shape":"S1n"}}},"stepOutput":{"type":"structure","required":["stackId"],"members":{"stackId":{},"exports":{"shape":"S1n"}}}}},"deleteCloudformation":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["stackId"],"members":{"stackId":{}}},"stepOutput":{"type":"structure","members":{}}}}},"union":true},"m2ManagedApplication":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["applicationId","runtime","actionType"],"members":{"applicationId":{},"runtime":{},"vpcEndpointServiceName":{},"listenerPort":{"type":"integer"},"actionType":{},"properties":{"shape":"Sb"}}},"stepOutput":{"type":"structure","members":{"importDataSetSummary":{"shape":"S1n"}}}}},"m2NonManagedApplication":{"type":"structure","required":["stepInput"],"members":{"stepInput":{"type":"structure","required":["vpcEndpointServiceName","listenerPort","runtime","actionType"],"members":{"vpcEndpointServiceName":{},"listenerPort":{"type":"integer"},"runtime":{},"webAppName":{},"actionType":{}}},"stepOutput":{"type":"structure","members":{}}}}},"union":true}},"union":true}}}},"GetTestSuite":{"http":{"method":"GET","requestUri":"/testsuites/{testSuiteId}","responseCode":200},"input":{"type":"structure","required":["testSuiteId"],"members":{"testSuiteId":{"location":"uri","locationName":"testSuiteId"},"testSuiteVersion":{"location":"querystring","locationName":"testSuiteVersion","type":"integer"}}},"output":{"type":"structure","required":["testSuiteId","name","latestVersion","testSuiteVersion","testSuiteArn","creationTime","lastUpdateTime","beforeSteps","afterSteps","testCases"],"members":{"testSuiteId":{},"name":{},"latestVersion":{"type":"structure","required":["version","status"],"members":{"version":{"type":"integer"},"status":{},"statusReason":{}}},"testSuiteVersion":{"type":"integer"},"status":{},"statusReason":{},"testSuiteArn":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"},"description":{},"beforeSteps":{"shape":"S4"},"afterSteps":{"shape":"S4"},"testCases":{"shape":"S1v"},"tags":{"shape":"S1c"}}}},"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":"S1c"}}}},"ListTestCases":{"http":{"method":"GET","requestUri":"/testcases","responseCode":200},"input":{"type":"structure","members":{"testCaseIds":{"location":"querystring","locationName":"testCaseIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testCases"],"members":{"testCases":{"type":"list","member":{"type":"structure","required":["testCaseId","testCaseArn","name","latestVersion","status","creationTime","lastUpdateTime"],"members":{"testCaseId":{},"testCaseArn":{},"name":{},"statusReason":{},"latestVersion":{"type":"integer"},"status":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTestConfigurations":{"http":{"method":"GET","requestUri":"/testconfigurations","responseCode":200},"input":{"type":"structure","members":{"testConfigurationIds":{"location":"querystring","locationName":"testConfigurationIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testConfigurations"],"members":{"testConfigurations":{"type":"list","member":{"type":"structure","required":["testConfigurationId","name","latestVersion","testConfigurationArn","status","creationTime","lastUpdateTime"],"members":{"testConfigurationId":{},"name":{},"statusReason":{},"latestVersion":{"type":"integer"},"testConfigurationArn":{},"status":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTestRunSteps":{"http":{"method":"GET","requestUri":"/testruns/{testRunId}/steps","responseCode":200},"input":{"type":"structure","required":["testRunId"],"members":{"testRunId":{"location":"uri","locationName":"testRunId"},"testCaseId":{"location":"querystring","locationName":"testCaseId"},"testSuiteId":{"location":"querystring","locationName":"testSuiteId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testRunSteps"],"members":{"testRunSteps":{"type":"list","member":{"type":"structure","required":["stepName","testRunId","status","runStartTime"],"members":{"stepName":{},"testRunId":{},"testCaseId":{},"testCaseVersion":{"type":"integer"},"testSuiteId":{},"testSuiteVersion":{"type":"integer"},"beforeStep":{"type":"boolean"},"afterStep":{"type":"boolean"},"status":{},"statusReason":{},"runStartTime":{"type":"timestamp"},"runEndTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTestRunTestCases":{"http":{"method":"GET","requestUri":"/testruns/{testRunId}/testcases","responseCode":200},"input":{"type":"structure","required":["testRunId"],"members":{"testRunId":{"location":"uri","locationName":"testRunId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testRunTestCases"],"members":{"testRunTestCases":{"type":"list","member":{"type":"structure","required":["testCaseId","testCaseVersion","testRunId","status","runStartTime"],"members":{"testCaseId":{},"testCaseVersion":{"type":"integer"},"testRunId":{},"status":{},"statusReason":{},"runStartTime":{"type":"timestamp"},"runEndTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTestRuns":{"http":{"method":"GET","requestUri":"/testruns","responseCode":200},"input":{"type":"structure","members":{"testSuiteId":{"location":"querystring","locationName":"testSuiteId"},"testRunIds":{"location":"querystring","locationName":"testrunIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testRuns"],"members":{"testRuns":{"type":"list","member":{"type":"structure","required":["testRunId","testRunArn","testSuiteId","testSuiteVersion","status","runStartTime"],"members":{"testRunId":{},"testRunArn":{},"testSuiteId":{},"testSuiteVersion":{"type":"integer"},"testConfigurationId":{},"testConfigurationVersion":{"type":"integer"},"status":{},"statusReason":{},"runStartTime":{"type":"timestamp"},"runEndTime":{"type":"timestamp"}}}},"nextToken":{}}}},"ListTestSuites":{"http":{"method":"GET","requestUri":"/testsuites","responseCode":200},"input":{"type":"structure","members":{"testSuiteIds":{"location":"querystring","locationName":"testSuiteIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["testSuites"],"members":{"testSuites":{"type":"list","member":{"type":"structure","required":["testSuiteId","name","latestVersion","testSuiteArn","status","creationTime","lastUpdateTime"],"members":{"testSuiteId":{},"name":{},"statusReason":{},"latestVersion":{"type":"integer"},"testSuiteArn":{},"status":{},"creationTime":{"type":"timestamp"},"lastUpdateTime":{"type":"timestamp"}}}},"nextToken":{}}}},"StartTestRun":{"http":{"requestUri":"/testrun","responseCode":200},"input":{"type":"structure","required":["testSuiteId"],"members":{"testSuiteId":{},"testConfigurationId":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S1c"}}},"output":{"type":"structure","required":["testRunId","testRunStatus"],"members":{"testRunId":{},"testRunStatus":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1c"}}},"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},"UpdateTestCase":{"http":{"method":"PATCH","requestUri":"/testcases/{testCaseId}","responseCode":200},"input":{"type":"structure","required":["testCaseId"],"members":{"testCaseId":{"location":"uri","locationName":"testCaseId"},"description":{},"steps":{"shape":"S4"}}},"output":{"type":"structure","required":["testCaseId","testCaseVersion"],"members":{"testCaseId":{},"testCaseVersion":{"type":"integer"}}}},"UpdateTestConfiguration":{"http":{"method":"PATCH","requestUri":"/testconfigurations/{testConfigurationId}","responseCode":200},"input":{"type":"structure","required":["testConfigurationId"],"members":{"testConfigurationId":{"location":"uri","locationName":"testConfigurationId"},"description":{},"resources":{"shape":"S1j"},"properties":{"shape":"S1n"},"serviceSettings":{"shape":"S1s"}}},"output":{"type":"structure","required":["testConfigurationId","testConfigurationVersion"],"members":{"testConfigurationId":{},"testConfigurationVersion":{"type":"integer"}}}},"UpdateTestSuite":{"http":{"method":"PATCH","requestUri":"/testsuites/{testSuiteId}","responseCode":200},"input":{"type":"structure","required":["testSuiteId"],"members":{"testSuiteId":{"location":"uri","locationName":"testSuiteId"},"description":{},"beforeSteps":{"shape":"S4"},"afterSteps":{"shape":"S4"},"testCases":{"shape":"S1v"}}},"output":{"type":"structure","required":["testSuiteId"],"members":{"testSuiteId":{},"testSuiteVersion":{"type":"integer"}}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["name","action"],"members":{"name":{},"description":{},"action":{"type":"structure","members":{"resourceAction":{"type":"structure","members":{"m2ManagedApplicationAction":{"type":"structure","required":["resource","actionType"],"members":{"resource":{},"actionType":{},"properties":{"shape":"Sb"}}},"m2NonManagedApplicationAction":{"type":"structure","required":["resource","actionType"],"members":{"resource":{},"actionType":{}}},"cloudFormationAction":{"type":"structure","required":["resource"],"members":{"resource":{},"actionType":{}}}},"union":true},"mainframeAction":{"type":"structure","required":["resource","actionType"],"members":{"resource":{},"actionType":{"type":"structure","members":{"batch":{"type":"structure","required":["batchJobName"],"members":{"batchJobName":{},"batchJobParameters":{"shape":"Sk"},"exportDataSetNames":{"shape":"Sm"}}},"tn3270":{"type":"structure","required":["script"],"members":{"script":{"type":"structure","required":["scriptLocation","type"],"members":{"scriptLocation":{},"type":{}}},"exportDataSetNames":{"shape":"Sm"}}}},"union":true},"properties":{"shape":"Ss"}}},"compareAction":{"type":"structure","required":["input"],"members":{"input":{"type":"structure","members":{"file":{"type":"structure","required":["sourceLocation","targetLocation","fileMetadata"],"members":{"sourceLocation":{},"targetLocation":{},"fileMetadata":{"type":"structure","members":{"dataSets":{"shape":"Sx"},"databaseCDC":{"type":"structure","required":["sourceMetadata","targetMetadata"],"members":{"sourceMetadata":{"shape":"S14"},"targetMetadata":{"shape":"S17"}}}},"union":true}}}},"union":true},"output":{"type":"structure","members":{"file":{"type":"structure","members":{"fileLocation":{}}}},"union":true}}}},"union":true}}}},"Sb":{"type":"structure","members":{"forceStop":{"type":"boolean"},"importDataSetLocation":{}}},"Sk":{"type":"map","key":{},"value":{}},"Sm":{"type":"list","member":{}},"Ss":{"type":"structure","members":{"dmsTaskArn":{}}},"Sx":{"type":"list","member":{"type":"structure","required":["type","name","ccsid","format","length"],"members":{"type":{},"name":{},"ccsid":{},"format":{},"length":{"type":"integer"}}}},"S14":{"type":"structure","required":["type","captureTool"],"members":{"type":{},"captureTool":{}}},"S17":{"type":"structure","required":["type","captureTool"],"members":{"type":{},"captureTool":{}}},"S1c":{"type":"map","key":{},"value":{}},"S1j":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateLocation"],"members":{"templateLocation":{},"parameters":{"shape":"S1n"}}},"m2ManagedApplication":{"type":"structure","required":["applicationId","runtime"],"members":{"applicationId":{},"runtime":{},"vpcEndpointServiceName":{},"listenerPort":{}}},"m2NonManagedApplication":{"type":"structure","required":["vpcEndpointServiceName","listenerPort","runtime"],"members":{"vpcEndpointServiceName":{},"listenerPort":{},"runtime":{},"webAppName":{}}}},"union":true}}}},"S1n":{"type":"map","key":{},"value":{}},"S1s":{"type":"structure","members":{"kmsKeyId":{}}},"S1v":{"type":"structure","members":{"sequential":{"type":"list","member":{}}},"union":true},"S2n":{"type":"structure","members":{"m2ManagedApplication":{"type":"structure","required":["applicationId","runtime"],"members":{"applicationId":{},"runtime":{},"listenerPort":{"type":"integer"}}},"m2NonManagedApplication":{"type":"structure","required":["vpcEndpointServiceName","listenerPort","runtime"],"members":{"vpcEndpointServiceName":{},"listenerPort":{"type":"integer"},"runtime":{},"webAppName":{}}}},"union":true}}}
/***/ }),
-/* 1442 */
+/* 1443 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListTestCases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testCases"},"ListTestConfigurations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testConfigurations"},"ListTestRunSteps":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testRunSteps"},"ListTestRunTestCases":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testRunTestCases"},"ListTestRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testRuns"},"ListTestSuites":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"testSuites"}}}
/***/ }),
-/* 1443 */
+/* 1444 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
/***/ }),
-/* 1444 */
+/* 1445 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(2);
@@ -66083,9 +66090,9 @@ return /******/ (function(modules) { // webpackBootstrap
AWS.QApps = Service.defineService('qapps', ['2023-11-27']);
Object.defineProperty(apiLoader.services['qapps'], '2023-11-27', {
get: function get() {
- var model = __webpack_require__(1445);
- model.paginators = __webpack_require__(1446).pagination;
- model.waiters = __webpack_require__(1447).waiters;
+ var model = __webpack_require__(1446);
+ model.paginators = __webpack_require__(1447).pagination;
+ model.waiters = __webpack_require__(1448).waiters;
return model;
},
enumerable: true,
@@ -66096,19 +66103,19 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }),
-/* 1445 */
+/* 1446 */
/***/ (function(module, exports) {
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-27","auth":["aws.auth#sigv4"],"endpointPrefix":"data.qapps","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"QApps","serviceId":"QApps","signatureVersion":"v4","signingName":"qapps","uid":"qapps-2023-11-27"},"operations":{"AssociateLibraryItemReview":{"http":{"requestUri":"/catalog.associateItemRating","responseCode":200},"input":{"type":"structure","required":["instanceId","libraryItemId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"libraryItemId":{}}}},"AssociateQAppWithUser":{"http":{"requestUri":"/apps.install","responseCode":200},"input":{"type":"structure","required":["instanceId","appId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{}}}},"CreateLibraryItem":{"http":{"requestUri":"/catalog.createItem","responseCode":200},"input":{"type":"structure","required":["instanceId","appId","appVersion","categories"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{},"appVersion":{"type":"integer"},"categories":{"shape":"S7"}}},"output":{"type":"structure","required":["libraryItemId","status","createdAt","createdBy","ratingCount"],"members":{"libraryItemId":{},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"ratingCount":{"type":"integer"}}}},"CreateQApp":{"http":{"requestUri":"/apps.create","responseCode":200},"input":{"type":"structure","required":["instanceId","title","appDefinition"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"title":{},"description":{},"appDefinition":{"shape":"Sf"},"tags":{"shape":"S15"}}},"output":{"type":"structure","required":["appId","appArn","title","appVersion","status","createdAt","createdBy","updatedAt","updatedBy"],"members":{"appId":{},"appArn":{},"title":{},"description":{},"initialPrompt":{},"appVersion":{"type":"integer"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"requiredCapabilities":{"shape":"S19"}}}},"DeleteLibraryItem":{"http":{"requestUri":"/catalog.deleteItem","responseCode":200},"input":{"type":"structure","required":["instanceId","libraryItemId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"libraryItemId":{}}},"idempotent":true},"DeleteQApp":{"http":{"requestUri":"/apps.delete","responseCode":200},"input":{"type":"structure","required":["instanceId","appId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{}}},"idempotent":true},"DisassociateLibraryItemReview":{"http":{"requestUri":"/catalog.disassociateItemRating","responseCode":200},"input":{"type":"structure","required":["instanceId","libraryItemId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"libraryItemId":{}}}},"DisassociateQAppFromUser":{"http":{"requestUri":"/apps.uninstall","responseCode":200},"input":{"type":"structure","required":["instanceId","appId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{}}}},"GetLibraryItem":{"http":{"method":"GET","requestUri":"/catalog.getItem","responseCode":200},"input":{"type":"structure","required":["instanceId","libraryItemId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"libraryItemId":{"location":"querystring","locationName":"libraryItemId"},"appId":{"location":"querystring","locationName":"appId"}}},"output":{"type":"structure","required":["libraryItemId","appId","appVersion","categories","status","createdAt","createdBy","ratingCount"],"members":{"libraryItemId":{},"appId":{},"appVersion":{"type":"integer"},"categories":{"shape":"S1h"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"ratingCount":{"type":"integer"},"isRatedByUser":{"type":"boolean"},"userCount":{"type":"integer"}}}},"GetQApp":{"http":{"method":"GET","requestUri":"/apps.get","responseCode":200},"input":{"type":"structure","required":["instanceId","appId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{"location":"querystring","locationName":"appId"}}},"output":{"type":"structure","required":["appId","appArn","title","appVersion","status","createdAt","createdBy","updatedAt","updatedBy","appDefinition"],"members":{"appId":{},"appArn":{},"title":{},"description":{},"initialPrompt":{},"appVersion":{"type":"integer"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"requiredCapabilities":{"shape":"S19"},"appDefinition":{"type":"structure","required":["appDefinitionVersion","cards"],"members":{"appDefinitionVersion":{},"cards":{"type":"list","member":{"type":"structure","members":{"textInput":{"type":"structure","required":["id","title","dependencies","type"],"members":{"id":{},"title":{},"dependencies":{"shape":"S1p"},"type":{},"placeholder":{},"defaultValue":{}}},"qQuery":{"type":"structure","required":["id","title","dependencies","type","prompt","outputSource"],"members":{"id":{},"title":{},"dependencies":{"shape":"S1p"},"type":{},"prompt":{},"outputSource":{},"attributeFilter":{"shape":"Sp"}}},"qPlugin":{"type":"structure","required":["id","title","dependencies","type","prompt","pluginType","pluginId"],"members":{"id":{},"title":{},"dependencies":{"shape":"S1p"},"type":{},"prompt":{},"pluginType":{},"pluginId":{}}},"fileUpload":{"type":"structure","required":["id","title","dependencies","type"],"members":{"id":{},"title":{},"dependencies":{"shape":"S1p"},"type":{},"filename":{},"fileId":{},"allowOverride":{"type":"boolean"}}}},"union":true}},"canEdit":{"type":"boolean"}}}}}},"GetQAppSession":{"http":{"method":"GET","requestUri":"/runtime.getQAppSession","responseCode":200},"input":{"type":"structure","required":["instanceId","sessionId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"sessionId":{"location":"querystring","locationName":"sessionId"}}},"output":{"type":"structure","required":["sessionId","sessionArn","status","cardStatus"],"members":{"sessionId":{},"sessionArn":{},"status":{},"cardStatus":{"type":"map","key":{},"value":{"type":"structure","required":["currentState","currentValue"],"members":{"currentState":{},"currentValue":{}}}}}}},"ImportDocument":{"http":{"requestUri":"/apps.importDocument","responseCode":200},"input":{"type":"structure","required":["instanceId","cardId","appId","fileContentsBase64","fileName","scope"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"cardId":{},"appId":{},"fileContentsBase64":{},"fileName":{},"scope":{},"sessionId":{}}},"output":{"type":"structure","members":{"fileId":{}}}},"ListLibraryItems":{"http":{"method":"GET","requestUri":"/catalog.list","responseCode":200},"input":{"type":"structure","required":["instanceId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"limit":{"location":"querystring","locationName":"limit","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"categoryId":{"location":"querystring","locationName":"categoryId"}}},"output":{"type":"structure","members":{"libraryItems":{"type":"list","member":{"type":"structure","required":["libraryItemId","appId","appVersion","categories","status","createdAt","createdBy","ratingCount"],"members":{"libraryItemId":{},"appId":{},"appVersion":{"type":"integer"},"categories":{"shape":"S1h"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"ratingCount":{"type":"integer"},"isRatedByUser":{"type":"boolean"},"userCount":{"type":"integer"}}}},"nextToken":{}}}},"ListQApps":{"http":{"method":"GET","requestUri":"/apps.list","responseCode":200},"input":{"type":"structure","required":["instanceId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"limit":{"location":"querystring","locationName":"limit","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["apps"],"members":{"apps":{"type":"list","member":{"type":"structure","required":["appId","appArn","title","createdAt"],"members":{"appId":{},"appArn":{},"title":{},"description":{},"createdAt":{"shape":"Sa"},"canEdit":{"type":"boolean"},"status":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"}}},"output":{"type":"structure","members":{"tags":{"shape":"S2f"}}}},"PredictQApp":{"http":{"requestUri":"/apps.predictQApp","responseCode":200},"input":{"type":"structure","required":["instanceId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"options":{"type":"structure","members":{"conversation":{"type":"list","member":{"type":"structure","required":["body","type"],"members":{"body":{},"type":{}}}},"problemStatement":{}},"union":true}}},"output":{"type":"structure","required":["app","problemStatement"],"members":{"app":{"type":"structure","required":["title","appDefinition"],"members":{"title":{},"description":{},"appDefinition":{"shape":"Sf"}}},"problemStatement":{}}}},"StartQAppSession":{"http":{"requestUri":"/runtime.startQAppSession","responseCode":200},"input":{"type":"structure","required":["instanceId","appId","appVersion"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{},"appVersion":{"type":"integer"},"initialValues":{"shape":"S2s"},"tags":{"shape":"S15"}}},"output":{"type":"structure","required":["sessionId","sessionArn"],"members":{"sessionId":{},"sessionArn":{}}}},"StopQAppSession":{"http":{"requestUri":"/runtime.deleteMiniAppRun","responseCode":200},"input":{"type":"structure","required":["instanceId","sessionId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"sessionId":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"},"tags":{"shape":"S2f"}}},"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},"UpdateLibraryItem":{"http":{"requestUri":"/catalog.updateItem","responseCode":200},"input":{"type":"structure","required":["instanceId","libraryItemId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"libraryItemId":{},"status":{},"categories":{"shape":"S7"}}},"output":{"type":"structure","required":["libraryItemId","appId","appVersion","categories","status","createdAt","createdBy","ratingCount"],"members":{"libraryItemId":{},"appId":{},"appVersion":{"type":"integer"},"categories":{"shape":"S1h"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"ratingCount":{"type":"integer"},"isRatedByUser":{"type":"boolean"},"userCount":{"type":"integer"}}}},"UpdateQApp":{"http":{"requestUri":"/apps.update","responseCode":200},"input":{"type":"structure","required":["instanceId","appId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"appId":{},"title":{},"description":{},"appDefinition":{"shape":"Sf"}}},"output":{"type":"structure","required":["appId","appArn","title","appVersion","status","createdAt","createdBy","updatedAt","updatedBy"],"members":{"appId":{},"appArn":{},"title":{},"description":{},"initialPrompt":{},"appVersion":{"type":"integer"},"status":{},"createdAt":{"shape":"Sa"},"createdBy":{},"updatedAt":{"shape":"Sa"},"updatedBy":{},"requiredCapabilities":{"shape":"S19"}}}},"UpdateQAppSession":{"http":{"requestUri":"/runtime.updateQAppSession","responseCode":200},"input":{"type":"structure","required":["instanceId","sessionId"],"members":{"instanceId":{"location":"header","locationName":"instance-id"},"sessionId":{},"values":{"shape":"S2s"}}},"output":{"type":"structure","required":["sessionId","sessionArn"],"members":{"sessionId":{},"sessionArn":{}}}}},"shapes":{"S7":{"type":"list","member":{}},"Sa":{"type":"timestamp","timestampFormat":"iso8601"},"Sf":{"type":"structure","required":["cards"],"members":{"cards":{"type":"list","member":{"type":"structure","members":{"textInput":{"type":"structure","required":["title","id","type"],"members":{"title":{},"id":{},"type":{},"placeholder":{},"defaultValue":{}}},"qQuery":{"type":"structure","required":["title","id","type","prompt"],"members":{"title":{},"id":{},"type":{},"prompt":{},"outputSource":{},"attributeFilter":{"shape":"Sp"}}},"qPlugin":{"type":"structure","required":["title","id","type","prompt","pluginId"],"members":{"title":{},"id":{},"type":{},"prompt":{},"pluginId":{}}},"fileUpload":{"type":"structure","required":["title","id","type"],"members":{"title":{},"id":{},"type":{},"filename":{},"fileId":{},"allowOverride":{"type":"boolean"}}}},"union":true}},"initialPrompt":{}}},"Sp":{"type":"structure","members":{"andAllFilters":{"shape":"Sq"},"orAllFilters":{"shape":"Sq"},"notFilter":{"shape":"Sp"},"equalsTo":{"shape":"Sr"},"containsAll":{"shape":"Sr"},"containsAny":{"shape":"Sr"},"greaterThan":{"shape":"Sr"},"greaterThanOrEquals":{"shape":"Sr"},"lessThan":{"shape":"Sr"},"lessThanOrEquals":{"shape":"Sr"}}},"Sq":{"type":"list","member":{"shape":"Sp"}},"Sr":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"type":"structure","members":{"stringValue":{},"stringListValue":{"type":"list","member":{}},"longValue":{"type":"long"},"dateValue":{"type":"timestamp"}},"union":true}}},"S15":{"type":"map","key":{},"value":{}},"S19":{"type":"list","member":{}},"S1h":{"type":"list","member":{"type":"structure","required":["id","title"],"members":{"id":{},"title":{}}}},"S1p":{"type":"list","member":{}},"S2f":{"type":"map","key":{},"value":{}},"S2s":{"type":"list","member":{"type":"structure","required":["cardId","value"],"members":{"cardId":{},"value":{}}}}}}
/***/ }),
-/* 1446 */
+/* 1447 */
/***/ (function(module, exports) {
module.exports = {"pagination":{"ListLibraryItems":{"input_token":"nextToken","output_token":"nextToken","limit_key":"limit","result_key":"libraryItems"},"ListQApps":{"input_token":"nextToken","output_token":"nextToken","limit_key":"limit","result_key":"apps"}}}
/***/ }),
-/* 1447 */
+/* 1448 */
/***/ (function(module, exports) {
module.exports = {"version":2,"waiters":{}}
diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js
index 85f31f1764..b57ba49557 100644
--- a/dist/aws-sdk.js
+++ b/dist/aws-sdk.js
@@ -1,4 +1,4 @@
-// AWS SDK for JavaScript v2.1661.0
+// AWS SDK for JavaScript v2.1662.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),
-this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1661.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;a0xffffffffff?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.1662.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 d,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){c.buildRequest(e),b.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){l.extractError(e)}function u(e){c.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new y,e.data[i.payload]=m.createEventStream(2===p.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new y;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;l.extractData(e),e.data=m.merge(n,e.data)}}var p=e("../core"),m=e("../util"),c=e("./rest"),l=e("./json"),d=e("../json/builder"),y=e("../json/parser"),b=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void("ec2"!==r.api.protocol&&a.call(this,e,null));p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-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){
diff --git a/lib/core.js b/lib/core.js
index bed4ad8009..8fde7e7663 100644
--- a/lib/core.js
+++ b/lib/core.js
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
- VERSION: '2.1661.0',
+ VERSION: '2.1662.0',
/**
* @api private
diff --git a/package.json b/package.json
index a8888645ab..022b3fc318 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
- "version": "2.1661.0",
+ "version": "2.1662.0",
"author": {
"name": "Amazon Web Services",
"email": "",