diff --git a/.changes/2.1408.0.json b/.changes/2.1408.0.json
new file mode 100644
index 0000000000..b91131373e
--- /dev/null
+++ b/.changes/2.1408.0.json
@@ -0,0 +1,37 @@
+[
+ {
+ "type": "feature",
+ "category": "AppStream",
+ "description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block"
+ },
+ {
+ "type": "feature",
+ "category": "Chime",
+ "description": "The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice."
+ },
+ {
+ "type": "feature",
+ "category": "CleanRooms",
+ "description": "This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition."
+ },
+ {
+ "type": "feature",
+ "category": "DynamoDB",
+ "description": "This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed"
+ },
+ {
+ "type": "feature",
+ "category": "GameLift",
+ "description": "Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system."
+ },
+ {
+ "type": "feature",
+ "category": "Glue",
+ "description": "This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against."
+ },
+ {
+ "type": "feature",
+ "category": "SageMaker",
+ "description": "Adding support for timeseries forecasting in the CreateAutoMLJobV2 API."
+ }
+]
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e643a609d5..f6675b302a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
-
+
+## 2.1408.0
+* feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
+* feature: Chime: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
+* feature: CleanRooms: This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition.
+* feature: DynamoDB: This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed
+* feature: GameLift: Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system.
+* feature: Glue: This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against.
+* feature: SageMaker: Adding support for timeseries forecasting in the CreateAutoMLJobV2 API.
+
## 2.1407.0
* bugfix: Cost Explorer: recognize Cost Explorer global endpoints.
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
diff --git a/README.md b/README.md
index 3d1eaec7e3..0f369cd550 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:
-
+
You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
diff --git a/apis/appstream-2016-12-01.min.json b/apis/appstream-2016-12-01.min.json
index 70e4c72415..7740f95c0c 100644
--- a/apis/appstream-2016-12-01.min.json
+++ b/apis/appstream-2016-12-01.min.json
@@ -13,6 +13,27 @@
"uid": "appstream-2016-12-01"
},
"operations": {
+ "AssociateAppBlockBuilderAppBlock": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {},
+ "AppBlockBuilderName": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilderAppBlockAssociation": {
+ "shape": "S5"
+ }
+ }
+ }
+ },
"AssociateApplicationFleet": {
"input": {
"type": "structure",
@@ -29,7 +50,7 @@
"type": "structure",
"members": {
"ApplicationFleetAssociation": {
- "shape": "S5"
+ "shape": "S8"
}
}
}
@@ -78,7 +99,7 @@
],
"members": {
"UserStackAssociations": {
- "shape": "Sc"
+ "shape": "Sf"
}
}
},
@@ -86,7 +107,7 @@
"type": "structure",
"members": {
"errors": {
- "shape": "Si"
+ "shape": "Sl"
}
}
}
@@ -99,7 +120,7 @@
],
"members": {
"UserStackAssociations": {
- "shape": "Sc"
+ "shape": "Sf"
}
}
},
@@ -107,7 +128,7 @@
"type": "structure",
"members": {
"errors": {
- "shape": "Si"
+ "shape": "Sl"
}
}
}
@@ -139,29 +160,94 @@
"type": "structure",
"required": [
"Name",
- "SourceS3Location",
- "SetupScriptDetails"
+ "SourceS3Location"
],
"members": {
"Name": {},
"Description": {},
"DisplayName": {},
"SourceS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"SetupScriptDetails": {
- "shape": "Sw"
+ "shape": "Sz"
},
"Tags": {
- "shape": "Sy"
- }
+ "shape": "S11"
+ },
+ "PostSetupScriptDetails": {
+ "shape": "Sz"
+ },
+ "PackagingType": {}
}
},
"output": {
"type": "structure",
"members": {
"AppBlock": {
- "shape": "S12"
+ "shape": "S16"
+ }
+ }
+ }
+ },
+ "CreateAppBlockBuilder": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "Platform",
+ "InstanceType",
+ "VpcConfig"
+ ],
+ "members": {
+ "Name": {},
+ "Description": {},
+ "DisplayName": {},
+ "Tags": {
+ "shape": "S11"
+ },
+ "Platform": {},
+ "InstanceType": {},
+ "VpcConfig": {
+ "shape": "S1d"
+ },
+ "EnableDefaultInternetAccess": {
+ "type": "boolean"
+ },
+ "IamRoleArn": {},
+ "AccessEndpoints": {
+ "shape": "S1h"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "S1l"
+ }
+ }
+ }
+ },
+ "CreateAppBlockBuilderStreamingURL": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockBuilderName": {},
+ "Validity": {
+ "type": "long"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "StreamingURL": {},
+ "Expires": {
+ "type": "timestamp"
}
}
}
@@ -182,20 +268,20 @@
"DisplayName": {},
"Description": {},
"IconS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"LaunchPath": {},
"WorkingDirectory": {},
"LaunchParameters": {},
"Platforms": {
- "shape": "S15"
+ "shape": "S1w"
},
"InstanceFamilies": {
- "shape": "S17"
+ "shape": "S1y"
},
"AppBlockArn": {},
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
}
}
},
@@ -203,7 +289,7 @@
"type": "structure",
"members": {
"Application": {
- "shape": "S19"
+ "shape": "S20"
}
}
}
@@ -218,13 +304,13 @@
"members": {
"DirectoryName": {},
"OrganizationalUnitDistinguishedNames": {
- "shape": "S1d"
+ "shape": "S24"
},
"ServiceAccountCredentials": {
- "shape": "S1f"
+ "shape": "S26"
},
"CertificateBasedAuthProperties": {
- "shape": "S1i"
+ "shape": "S29"
}
}
},
@@ -232,7 +318,7 @@
"type": "structure",
"members": {
"DirectoryConfig": {
- "shape": "S1l"
+ "shape": "S2c"
}
}
}
@@ -252,7 +338,7 @@
"Description": {},
"AppVisibility": {},
"Attributes": {
- "shape": "S1o"
+ "shape": "S2f"
}
}
},
@@ -260,7 +346,7 @@
"type": "structure",
"members": {
"Entitlement": {
- "shape": "S1r"
+ "shape": "S2i"
}
}
}
@@ -279,10 +365,10 @@
"InstanceType": {},
"FleetType": {},
"ComputeCapacity": {
- "shape": "S1u"
+ "shape": "S2l"
},
"VpcConfig": {
- "shape": "S1v"
+ "shape": "S1d"
},
"MaxUserDurationInSeconds": {
"type": "integer"
@@ -296,10 +382,10 @@
"type": "boolean"
},
"DomainJoinInfo": {
- "shape": "S1z"
+ "shape": "S2m"
},
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
@@ -311,10 +397,10 @@
"type": "integer"
},
"UsbDeviceFilterStrings": {
- "shape": "S21"
+ "shape": "S2o"
},
"SessionScriptS3Location": {
- "shape": "St"
+ "shape": "Sw"
}
}
},
@@ -322,7 +408,7 @@
"type": "structure",
"members": {
"Fleet": {
- "shape": "S24"
+ "shape": "S2r"
}
}
}
@@ -342,21 +428,21 @@
"Description": {},
"DisplayName": {},
"VpcConfig": {
- "shape": "S1v"
+ "shape": "S1d"
},
"IamRoleArn": {},
"EnableDefaultInternetAccess": {
"type": "boolean"
},
"DomainJoinInfo": {
- "shape": "S1z"
+ "shape": "S2m"
},
"AppstreamAgentVersion": {},
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
},
"AccessEndpoints": {
- "shape": "S2c"
+ "shape": "S1h"
}
}
},
@@ -364,7 +450,7 @@
"type": "structure",
"members": {
"ImageBuilder": {
- "shape": "S2g"
+ "shape": "S2z"
}
}
}
@@ -403,27 +489,27 @@
"Description": {},
"DisplayName": {},
"StorageConnectors": {
- "shape": "S2r"
+ "shape": "S37"
},
"RedirectURL": {},
"FeedbackURL": {},
"UserSettings": {
- "shape": "S2z"
+ "shape": "S3f"
},
"ApplicationSettings": {
- "shape": "S33"
+ "shape": "S3j"
},
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
},
"AccessEndpoints": {
- "shape": "S2c"
+ "shape": "S1h"
},
"EmbedHostDomains": {
- "shape": "S35"
+ "shape": "S3l"
},
"StreamingExperienceSettings": {
- "shape": "S37"
+ "shape": "S3n"
}
}
},
@@ -431,7 +517,7 @@
"type": "structure",
"members": {
"Stack": {
- "shape": "S3a"
+ "shape": "S3q"
}
}
}
@@ -478,7 +564,7 @@
"newImageDescription": {},
"newImageDisplayName": {},
"newImageTags": {
- "shape": "Sy"
+ "shape": "S11"
},
"dryRun": {
"type": "boolean"
@@ -489,7 +575,7 @@
"type": "structure",
"members": {
"image": {
- "shape": "S3k"
+ "shape": "S40"
},
"canUpdateImage": {
"type": "boolean"
@@ -519,14 +605,14 @@
],
"members": {
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"MessageAction": {},
"FirstName": {
- "shape": "S3w"
+ "shape": "S4c"
},
"LastName": {
- "shape": "S3w"
+ "shape": "S4c"
},
"AuthenticationType": {}
}
@@ -551,6 +637,21 @@
"members": {}
}
},
+ "DeleteAppBlockBuilder": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {}
+ }
+ },
"DeleteApplication": {
"input": {
"type": "structure",
@@ -627,7 +728,7 @@
"type": "structure",
"members": {
"Image": {
- "shape": "S3k"
+ "shape": "S40"
}
}
}
@@ -646,7 +747,7 @@
"type": "structure",
"members": {
"ImageBuilder": {
- "shape": "S2g"
+ "shape": "S2z"
}
}
}
@@ -702,7 +803,7 @@
],
"members": {
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"AuthenticationType": {}
}
@@ -712,12 +813,63 @@
"members": {}
}
},
+ "DescribeAppBlockBuilderAppBlockAssociations": {
+ "input": {
+ "type": "structure",
+ "members": {
+ "AppBlockArn": {},
+ "AppBlockBuilderName": {},
+ "MaxResults": {
+ "type": "integer"
+ },
+ "NextToken": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilderAppBlockAssociations": {
+ "type": "list",
+ "member": {
+ "shape": "S5"
+ }
+ },
+ "NextToken": {}
+ }
+ }
+ },
+ "DescribeAppBlockBuilders": {
+ "input": {
+ "type": "structure",
+ "members": {
+ "Names": {
+ "shape": "S1y"
+ },
+ "NextToken": {},
+ "MaxResults": {
+ "type": "integer"
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilders": {
+ "type": "list",
+ "member": {
+ "shape": "S1l"
+ }
+ },
+ "NextToken": {}
+ }
+ }
+ },
"DescribeAppBlocks": {
"input": {
"type": "structure",
"members": {
"Arns": {
- "shape": "S4m"
+ "shape": "S5a"
},
"NextToken": {},
"MaxResults": {
@@ -731,7 +883,7 @@
"AppBlocks": {
"type": "list",
"member": {
- "shape": "S12"
+ "shape": "S16"
}
},
"NextToken": {}
@@ -756,7 +908,7 @@
"ApplicationFleetAssociations": {
"type": "list",
"member": {
- "shape": "S5"
+ "shape": "S8"
}
},
"NextToken": {}
@@ -768,7 +920,7 @@
"type": "structure",
"members": {
"Arns": {
- "shape": "S4m"
+ "shape": "S5a"
},
"NextToken": {},
"MaxResults": {
@@ -780,7 +932,7 @@
"type": "structure",
"members": {
"Applications": {
- "shape": "S3p"
+ "shape": "S45"
},
"NextToken": {}
}
@@ -806,7 +958,7 @@
"DirectoryConfigs": {
"type": "list",
"member": {
- "shape": "S1l"
+ "shape": "S2c"
}
},
"NextToken": {}
@@ -834,7 +986,7 @@
"Entitlements": {
"type": "list",
"member": {
- "shape": "S1r"
+ "shape": "S2i"
}
},
"NextToken": {}
@@ -846,7 +998,7 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"NextToken": {}
}
@@ -857,7 +1009,7 @@
"Fleets": {
"type": "list",
"member": {
- "shape": "S24"
+ "shape": "S2r"
}
},
"NextToken": {}
@@ -869,7 +1021,7 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"MaxResults": {
"type": "integer"
@@ -883,7 +1035,7 @@
"ImageBuilders": {
"type": "list",
"member": {
- "shape": "S2g"
+ "shape": "S2z"
}
},
"NextToken": {}
@@ -923,7 +1075,7 @@
"members": {
"sharedAccountId": {},
"imagePermissions": {
- "shape": "S3q"
+ "shape": "S46"
}
}
}
@@ -937,10 +1089,10 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"Arns": {
- "shape": "S4m"
+ "shape": "S5a"
},
"Type": {},
"NextToken": {},
@@ -955,7 +1107,7 @@
"Images": {
"type": "list",
"member": {
- "shape": "S3k"
+ "shape": "S40"
}
},
"NextToken": {}
@@ -1009,7 +1161,7 @@
},
"AuthenticationType": {},
"NetworkAccessConfiguration": {
- "shape": "S2k"
+ "shape": "S33"
}
}
}
@@ -1023,7 +1175,7 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"NextToken": {}
}
@@ -1034,7 +1186,7 @@
"Stacks": {
"type": "list",
"member": {
- "shape": "S3a"
+ "shape": "S3q"
}
},
"NextToken": {}
@@ -1087,7 +1239,7 @@
"members": {
"StackName": {},
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"AuthenticationType": {},
"MaxResults": {
@@ -1100,7 +1252,7 @@
"type": "structure",
"members": {
"UserStackAssociations": {
- "shape": "Sc"
+ "shape": "Sf"
},
"NextToken": {}
}
@@ -1133,17 +1285,17 @@
"members": {
"Arn": {},
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"Enabled": {
"type": "boolean"
},
"Status": {},
"FirstName": {
- "shape": "S3w"
+ "shape": "S4c"
},
"LastName": {
- "shape": "S3w"
+ "shape": "S4c"
},
"CreatedTime": {
"type": "timestamp"
@@ -1165,7 +1317,7 @@
],
"members": {
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"AuthenticationType": {}
}
@@ -1175,6 +1327,23 @@
"members": {}
}
},
+ "DisassociateAppBlockBuilderAppBlock": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {},
+ "AppBlockBuilderName": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {}
+ }
+ },
"DisassociateApplicationFleet": {
"input": {
"type": "structure",
@@ -1237,7 +1406,7 @@
],
"members": {
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"AuthenticationType": {}
}
@@ -1277,7 +1446,7 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"NextToken": {}
}
@@ -1298,7 +1467,7 @@
"type": "structure",
"members": {
"Names": {
- "shape": "S17"
+ "shape": "S1y"
},
"NextToken": {}
}
@@ -1353,7 +1522,26 @@
"type": "structure",
"members": {
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
+ }
+ }
+ }
+ },
+ "StartAppBlockBuilder": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "S1l"
}
}
}
@@ -1388,7 +1576,26 @@
"type": "structure",
"members": {
"ImageBuilder": {
- "shape": "S2g"
+ "shape": "S2z"
+ }
+ }
+ }
+ },
+ "StopAppBlockBuilder": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {}
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "S1l"
}
}
}
@@ -1422,7 +1629,7 @@
"type": "structure",
"members": {
"ImageBuilder": {
- "shape": "S2g"
+ "shape": "S2z"
}
}
}
@@ -1437,7 +1644,7 @@
"members": {
"ResourceArn": {},
"Tags": {
- "shape": "Sy"
+ "shape": "S11"
}
}
},
@@ -1466,6 +1673,43 @@
"members": {}
}
},
+ "UpdateAppBlockBuilder": {
+ "input": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {},
+ "Description": {},
+ "DisplayName": {},
+ "Platform": {},
+ "InstanceType": {},
+ "VpcConfig": {
+ "shape": "S1d"
+ },
+ "EnableDefaultInternetAccess": {
+ "type": "boolean"
+ },
+ "IamRoleArn": {},
+ "AccessEndpoints": {
+ "shape": "S1h"
+ },
+ "AttributesToDelete": {
+ "type": "list",
+ "member": {}
+ }
+ }
+ },
+ "output": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "S1l"
+ }
+ }
+ }
+ },
"UpdateApplication": {
"input": {
"type": "structure",
@@ -1477,7 +1721,7 @@
"DisplayName": {},
"Description": {},
"IconS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"LaunchPath": {},
"WorkingDirectory": {},
@@ -1493,7 +1737,7 @@
"type": "structure",
"members": {
"Application": {
- "shape": "S19"
+ "shape": "S20"
}
}
}
@@ -1507,13 +1751,13 @@
"members": {
"DirectoryName": {},
"OrganizationalUnitDistinguishedNames": {
- "shape": "S1d"
+ "shape": "S24"
},
"ServiceAccountCredentials": {
- "shape": "S1f"
+ "shape": "S26"
},
"CertificateBasedAuthProperties": {
- "shape": "S1i"
+ "shape": "S29"
}
}
},
@@ -1521,7 +1765,7 @@
"type": "structure",
"members": {
"DirectoryConfig": {
- "shape": "S1l"
+ "shape": "S2c"
}
}
}
@@ -1539,7 +1783,7 @@
"Description": {},
"AppVisibility": {},
"Attributes": {
- "shape": "S1o"
+ "shape": "S2f"
}
}
},
@@ -1547,7 +1791,7 @@
"type": "structure",
"members": {
"Entitlement": {
- "shape": "S1r"
+ "shape": "S2i"
}
}
}
@@ -1561,10 +1805,10 @@
"Name": {},
"InstanceType": {},
"ComputeCapacity": {
- "shape": "S1u"
+ "shape": "S2l"
},
"VpcConfig": {
- "shape": "S1v"
+ "shape": "S1d"
},
"MaxUserDurationInSeconds": {
"type": "integer"
@@ -1582,7 +1826,7 @@
"type": "boolean"
},
"DomainJoinInfo": {
- "shape": "S1z"
+ "shape": "S2m"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
@@ -1598,10 +1842,10 @@
"type": "integer"
},
"UsbDeviceFilterStrings": {
- "shape": "S21"
+ "shape": "S2o"
},
"SessionScriptS3Location": {
- "shape": "St"
+ "shape": "Sw"
}
}
},
@@ -1609,7 +1853,7 @@
"type": "structure",
"members": {
"Fleet": {
- "shape": "S24"
+ "shape": "S2r"
}
}
}
@@ -1626,7 +1870,7 @@
"Name": {},
"SharedAccountId": {},
"ImagePermissions": {
- "shape": "S3q"
+ "shape": "S46"
}
}
},
@@ -1646,7 +1890,7 @@
"Description": {},
"Name": {},
"StorageConnectors": {
- "shape": "S2r"
+ "shape": "S37"
},
"DeleteStorageConnectors": {
"deprecated": true,
@@ -1659,19 +1903,19 @@
"member": {}
},
"UserSettings": {
- "shape": "S2z"
+ "shape": "S3f"
},
"ApplicationSettings": {
- "shape": "S33"
+ "shape": "S3j"
},
"AccessEndpoints": {
- "shape": "S2c"
+ "shape": "S1h"
},
"EmbedHostDomains": {
- "shape": "S35"
+ "shape": "S3l"
},
"StreamingExperienceSettings": {
- "shape": "S37"
+ "shape": "S3n"
}
}
},
@@ -1679,7 +1923,7 @@
"type": "structure",
"members": {
"Stack": {
- "shape": "S3a"
+ "shape": "S3q"
}
}
}
@@ -1687,6 +1931,17 @@
},
"shapes": {
"S5": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {},
+ "AppBlockBuilderName": {}
+ }
+ },
+ "S8": {
"type": "structure",
"required": [
"FleetName",
@@ -1697,13 +1952,13 @@
"ApplicationArn": {}
}
},
- "Sc": {
+ "Sf": {
"type": "list",
"member": {
- "shape": "Sd"
+ "shape": "Sg"
}
},
- "Sd": {
+ "Sg": {
"type": "structure",
"required": [
"StackName",
@@ -1713,7 +1968,7 @@
"members": {
"StackName": {},
"UserName": {
- "shape": "Se"
+ "shape": "Sh"
},
"AuthenticationType": {},
"SendEmailNotification": {
@@ -1721,35 +1976,34 @@
}
}
},
- "Se": {
+ "Sh": {
"type": "string",
"sensitive": true
},
- "Si": {
+ "Sl": {
"type": "list",
"member": {
"type": "structure",
"members": {
"UserStackAssociation": {
- "shape": "Sd"
+ "shape": "Sg"
},
"ErrorCode": {},
"ErrorMessage": {}
}
}
},
- "St": {
+ "Sw": {
"type": "structure",
"required": [
- "S3Bucket",
- "S3Key"
+ "S3Bucket"
],
"members": {
"S3Bucket": {},
"S3Key": {}
}
},
- "Sw": {
+ "Sz": {
"type": "structure",
"required": [
"ScriptS3Location",
@@ -1758,7 +2012,7 @@
],
"members": {
"ScriptS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"ExecutablePath": {},
"ExecutableParameters": {},
@@ -1767,17 +2021,16 @@
}
}
},
- "Sy": {
+ "S11": {
"type": "map",
"key": {},
"value": {}
},
- "S12": {
+ "S16": {
"type": "structure",
"required": [
"Name",
- "Arn",
- "SetupScriptDetails"
+ "Arn"
],
"members": {
"Name": {},
@@ -1785,25 +2038,122 @@
"Description": {},
"DisplayName": {},
"SourceS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"SetupScriptDetails": {
- "shape": "Sw"
+ "shape": "Sz"
+ },
+ "CreatedTime": {
+ "type": "timestamp"
+ },
+ "PostSetupScriptDetails": {
+ "shape": "Sz"
+ },
+ "PackagingType": {},
+ "State": {},
+ "AppBlockErrors": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "ErrorCode": {},
+ "ErrorMessage": {}
+ }
+ }
+ }
+ }
+ },
+ "S1d": {
+ "type": "structure",
+ "members": {
+ "SubnetIds": {
+ "type": "list",
+ "member": {}
+ },
+ "SecurityGroupIds": {
+ "type": "list",
+ "member": {}
+ }
+ }
+ },
+ "S1h": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "required": [
+ "EndpointType"
+ ],
+ "members": {
+ "EndpointType": {},
+ "VpceId": {}
+ }
+ }
+ },
+ "S1l": {
+ "type": "structure",
+ "required": [
+ "Arn",
+ "Name",
+ "Platform",
+ "InstanceType",
+ "VpcConfig",
+ "State"
+ ],
+ "members": {
+ "Arn": {},
+ "Name": {},
+ "DisplayName": {},
+ "Description": {},
+ "Platform": {},
+ "InstanceType": {},
+ "EnableDefaultInternetAccess": {
+ "type": "boolean"
},
+ "IamRoleArn": {},
+ "VpcConfig": {
+ "shape": "S1d"
+ },
+ "State": {},
"CreatedTime": {
"type": "timestamp"
+ },
+ "AppBlockBuilderErrors": {
+ "shape": "S1n"
+ },
+ "StateChangeReason": {
+ "type": "structure",
+ "members": {
+ "Code": {},
+ "Message": {}
+ }
+ },
+ "AccessEndpoints": {
+ "shape": "S1h"
+ }
+ }
+ },
+ "S1n": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "ErrorCode": {},
+ "ErrorMessage": {},
+ "ErrorTimestamp": {
+ "type": "timestamp"
+ }
}
}
},
- "S15": {
+ "S1w": {
"type": "list",
"member": {}
},
- "S17": {
+ "S1y": {
"type": "list",
"member": {}
},
- "S19": {
+ "S20": {
"type": "structure",
"members": {
"Name": {},
@@ -1824,24 +2174,24 @@
"Arn": {},
"AppBlockArn": {},
"IconS3Location": {
- "shape": "St"
+ "shape": "Sw"
},
"Platforms": {
- "shape": "S15"
+ "shape": "S1w"
},
"InstanceFamilies": {
- "shape": "S17"
+ "shape": "S1y"
},
"CreatedTime": {
"type": "timestamp"
}
}
},
- "S1d": {
+ "S24": {
"type": "list",
"member": {}
},
- "S1f": {
+ "S26": {
"type": "structure",
"required": [
"AccountName",
@@ -1858,14 +2208,14 @@
}
}
},
- "S1i": {
+ "S29": {
"type": "structure",
"members": {
"Status": {},
"CertificateAuthorityArn": {}
}
},
- "S1l": {
+ "S2c": {
"type": "structure",
"required": [
"DirectoryName"
@@ -1873,20 +2223,20 @@
"members": {
"DirectoryName": {},
"OrganizationalUnitDistinguishedNames": {
- "shape": "S1d"
+ "shape": "S24"
},
"ServiceAccountCredentials": {
- "shape": "S1f"
+ "shape": "S26"
},
"CreatedTime": {
"type": "timestamp"
},
"CertificateBasedAuthProperties": {
- "shape": "S1i"
+ "shape": "S29"
}
}
},
- "S1o": {
+ "S2f": {
"type": "list",
"member": {
"type": "structure",
@@ -1900,7 +2250,7 @@
}
}
},
- "S1r": {
+ "S2i": {
"type": "structure",
"required": [
"Name",
@@ -1914,7 +2264,7 @@
"Description": {},
"AppVisibility": {},
"Attributes": {
- "shape": "S1o"
+ "shape": "S2f"
},
"CreatedTime": {
"type": "timestamp"
@@ -1924,7 +2274,7 @@
}
}
},
- "S1u": {
+ "S2l": {
"type": "structure",
"required": [
"DesiredInstances"
@@ -1935,31 +2285,18 @@
}
}
},
- "S1v": {
- "type": "structure",
- "members": {
- "SubnetIds": {
- "type": "list",
- "member": {}
- },
- "SecurityGroupIds": {
- "type": "list",
- "member": {}
- }
- }
- },
- "S1z": {
+ "S2m": {
"type": "structure",
"members": {
"DirectoryName": {},
"OrganizationalUnitDistinguishedName": {}
}
},
- "S21": {
+ "S2o": {
"type": "list",
"member": {}
},
- "S24": {
+ "S2r": {
"type": "structure",
"required": [
"Arn",
@@ -2005,7 +2342,7 @@
},
"State": {},
"VpcConfig": {
- "shape": "S1v"
+ "shape": "S1d"
},
"CreatedTime": {
"type": "timestamp"
@@ -2024,7 +2361,7 @@
"type": "boolean"
},
"DomainJoinInfo": {
- "shape": "S1z"
+ "shape": "S2m"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
@@ -2036,27 +2373,14 @@
"type": "integer"
},
"UsbDeviceFilterStrings": {
- "shape": "S21"
+ "shape": "S2o"
},
"SessionScriptS3Location": {
- "shape": "St"
- }
- }
- },
- "S2c": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "EndpointType"
- ],
- "members": {
- "EndpointType": {},
- "VpceId": {}
+ "shape": "Sw"
}
}
},
- "S2g": {
+ "S2z": {
"type": "structure",
"required": [
"Name"
@@ -2068,7 +2392,7 @@
"Description": {},
"DisplayName": {},
"VpcConfig": {
- "shape": "S1v"
+ "shape": "S1d"
},
"InstanceType": {},
"Platform": {},
@@ -2088,41 +2412,28 @@
"type": "boolean"
},
"DomainJoinInfo": {
- "shape": "S1z"
+ "shape": "S2m"
},
"NetworkAccessConfiguration": {
- "shape": "S2k"
+ "shape": "S33"
},
"ImageBuilderErrors": {
- "shape": "S2l"
+ "shape": "S1n"
},
"AppstreamAgentVersion": {},
"AccessEndpoints": {
- "shape": "S2c"
+ "shape": "S1h"
}
}
},
- "S2k": {
+ "S33": {
"type": "structure",
"members": {
"EniPrivateIpAddress": {},
"EniId": {}
}
},
- "S2l": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "ErrorCode": {},
- "ErrorMessage": {},
- "ErrorTimestamp": {
- "type": "timestamp"
- }
- }
- }
- },
- "S2r": {
+ "S37": {
"type": "list",
"member": {
"type": "structure",
@@ -2139,7 +2450,7 @@
}
}
},
- "S2z": {
+ "S3f": {
"type": "list",
"member": {
"type": "structure",
@@ -2153,7 +2464,7 @@
}
}
},
- "S33": {
+ "S3j": {
"type": "structure",
"required": [
"Enabled"
@@ -2165,17 +2476,17 @@
"SettingsGroup": {}
}
},
- "S35": {
+ "S3l": {
"type": "list",
"member": {}
},
- "S37": {
+ "S3n": {
"type": "structure",
"members": {
"PreferredProtocol": {}
}
},
- "S3a": {
+ "S3q": {
"type": "structure",
"required": [
"Name"
@@ -2189,7 +2500,7 @@
"type": "timestamp"
},
"StorageConnectors": {
- "shape": "S2r"
+ "shape": "S37"
},
"RedirectURL": {},
"FeedbackURL": {},
@@ -2204,7 +2515,7 @@
}
},
"UserSettings": {
- "shape": "S2z"
+ "shape": "S3f"
},
"ApplicationSettings": {
"type": "structure",
@@ -2217,17 +2528,17 @@
}
},
"AccessEndpoints": {
- "shape": "S2c"
+ "shape": "S1h"
},
"EmbedHostDomains": {
- "shape": "S35"
+ "shape": "S3l"
},
"StreamingExperienceSettings": {
- "shape": "S37"
+ "shape": "S3n"
}
}
},
- "S3k": {
+ "S40": {
"type": "structure",
"required": [
"Name"
@@ -2253,7 +2564,7 @@
}
},
"Applications": {
- "shape": "S3p"
+ "shape": "S45"
},
"CreatedTime": {
"type": "timestamp"
@@ -2263,20 +2574,20 @@
},
"AppstreamAgentVersion": {},
"ImagePermissions": {
- "shape": "S3q"
+ "shape": "S46"
},
"ImageErrors": {
- "shape": "S2l"
+ "shape": "S1n"
}
}
},
- "S3p": {
+ "S45": {
"type": "list",
"member": {
- "shape": "S19"
+ "shape": "S20"
}
},
- "S3q": {
+ "S46": {
"type": "structure",
"members": {
"allowFleet": {
@@ -2287,11 +2598,11 @@
}
}
},
- "S3w": {
+ "S4c": {
"type": "string",
"sensitive": true
},
- "S4m": {
+ "S5a": {
"type": "list",
"member": {}
}
diff --git a/apis/appstream-2016-12-01.normal.json b/apis/appstream-2016-12-01.normal.json
index 0e0763d770..17b99777cb 100644
--- a/apis/appstream-2016-12-01.normal.json
+++ b/apis/appstream-2016-12-01.normal.json
@@ -13,6 +13,37 @@
"uid": "appstream-2016-12-01"
},
"operations": {
+ "AssociateAppBlockBuilderAppBlock": {
+ "name": "AssociateAppBlockBuilderAppBlock",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "AssociateAppBlockBuilderAppBlockRequest"
+ },
+ "output": {
+ "shape": "AssociateAppBlockBuilderAppBlockResult"
+ },
+ "errors": [
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InvalidParameterCombinationException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ }
+ ],
+ "documentation": "
Associates the specified app block builder with the specified app block.
"
+ },
"AssociateApplicationFleet": {
"name": "AssociateApplicationFleet",
"http": {
@@ -215,6 +246,74 @@
],
"documentation": "Creates an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
"
},
+ "CreateAppBlockBuilder": {
+ "name": "CreateAppBlockBuilder",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "CreateAppBlockBuilderRequest"
+ },
+ "output": {
+ "shape": "CreateAppBlockBuilderResult"
+ },
+ "errors": [
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "RequestLimitExceededException"
+ },
+ {
+ "shape": "InvalidAccountStatusException"
+ },
+ {
+ "shape": "InvalidRoleException"
+ },
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "ResourceAlreadyExistsException"
+ },
+ {
+ "shape": "ResourceNotAvailableException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "InvalidParameterCombinationException"
+ }
+ ],
+ "documentation": "Creates an app block builder.
"
+ },
+ "CreateAppBlockBuilderStreamingURL": {
+ "name": "CreateAppBlockBuilderStreamingURL",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "CreateAppBlockBuilderStreamingURLRequest"
+ },
+ "output": {
+ "shape": "CreateAppBlockBuilderStreamingURLResult"
+ },
+ "errors": [
+ {
+ "shape": "ResourceNotFoundException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ }
+ ],
+ "documentation": "Creates a URL to start a create app block builder streaming session.
"
+ },
"CreateApplication": {
"name": "CreateApplication",
"http": {
@@ -611,6 +710,34 @@
],
"documentation": "Deletes an app block.
"
},
+ "DeleteAppBlockBuilder": {
+ "name": "DeleteAppBlockBuilder",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "DeleteAppBlockBuilderRequest"
+ },
+ "output": {
+ "shape": "DeleteAppBlockBuilderResult"
+ },
+ "errors": [
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "ResourceInUseException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Deletes an app block builder.
An app block builder can only be deleted when it has no association with an app block.
"
+ },
"DeleteApplication": {
"name": "DeleteApplication",
"http": {
@@ -861,6 +988,50 @@
],
"documentation": "Deletes a user from the user pool.
"
},
+ "DescribeAppBlockBuilderAppBlockAssociations": {
+ "name": "DescribeAppBlockBuilderAppBlockAssociations",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "DescribeAppBlockBuilderAppBlockAssociationsRequest"
+ },
+ "output": {
+ "shape": "DescribeAppBlockBuilderAppBlockAssociationsResult"
+ },
+ "errors": [
+ {
+ "shape": "InvalidParameterCombinationException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ }
+ ],
+ "documentation": "Retrieves a list that describes one or more app block builder associations.
"
+ },
+ "DescribeAppBlockBuilders": {
+ "name": "DescribeAppBlockBuilders",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "DescribeAppBlockBuildersRequest"
+ },
+ "output": {
+ "shape": "DescribeAppBlockBuildersResult"
+ },
+ "errors": [
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Retrieves a list that describes one or more app block builders.
"
+ },
"DescribeAppBlocks": {
"name": "DescribeAppBlocks",
"http": {
@@ -1176,6 +1347,34 @@
],
"documentation": "Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
"
},
+ "DisassociateAppBlockBuilderAppBlock": {
+ "name": "DisassociateAppBlockBuilderAppBlock",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "DisassociateAppBlockBuilderAppBlockRequest"
+ },
+ "output": {
+ "shape": "DisassociateAppBlockBuilderAppBlockResult"
+ },
+ "errors": [
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "InvalidParameterCombinationException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Disassociates a specified app block builder from a specified app block.
"
+ },
"DisassociateApplicationFleet": {
"name": "DisassociateApplicationFleet",
"http": {
@@ -1365,6 +1564,43 @@
],
"documentation": "Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
"
},
+ "StartAppBlockBuilder": {
+ "name": "StartAppBlockBuilder",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "StartAppBlockBuilderRequest"
+ },
+ "output": {
+ "shape": "StartAppBlockBuilderResult"
+ },
+ "errors": [
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "InvalidAccountStatusException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "RequestLimitExceededException"
+ },
+ {
+ "shape": "ResourceNotAvailableException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Starts an app block builder.
An app block builder can only be started when it's associated with an app block.
Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
"
+ },
"StartFleet": {
"name": "StartFleet",
"http": {
@@ -1436,6 +1672,31 @@
],
"documentation": "Starts the specified image builder.
"
},
+ "StopAppBlockBuilder": {
+ "name": "StopAppBlockBuilder",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "StopAppBlockBuilderRequest"
+ },
+ "output": {
+ "shape": "StopAppBlockBuilderResult"
+ },
+ "errors": [
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Stops an app block builder.
Stopping an app block builder terminates the instance, and the instance state is not persisted.
"
+ },
"StopFleet": {
"name": "StopFleet",
"http": {
@@ -1527,6 +1788,52 @@
],
"documentation": "Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
"
},
+ "UpdateAppBlockBuilder": {
+ "name": "UpdateAppBlockBuilder",
+ "http": {
+ "method": "POST",
+ "requestUri": "/"
+ },
+ "input": {
+ "shape": "UpdateAppBlockBuilderRequest"
+ },
+ "output": {
+ "shape": "UpdateAppBlockBuilderResult"
+ },
+ "errors": [
+ {
+ "shape": "ConcurrentModificationException"
+ },
+ {
+ "shape": "InvalidAccountStatusException"
+ },
+ {
+ "shape": "InvalidParameterCombinationException"
+ },
+ {
+ "shape": "InvalidRoleException"
+ },
+ {
+ "shape": "LimitExceededException"
+ },
+ {
+ "shape": "OperationNotPermittedException"
+ },
+ {
+ "shape": "RequestLimitExceededException"
+ },
+ {
+ "shape": "ResourceInUseException"
+ },
+ {
+ "shape": "ResourceNotAvailableException"
+ },
+ {
+ "shape": "ResourceNotFoundException"
+ }
+ ],
+ "documentation": "Updates an app block builder.
If the app block builder is in the STARTING
or STOPPING
state, you can't update it. If the app block builder is in the RUNNING
state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED
state, you can update any attribute except the Name.
"
+ },
"UpdateApplication": {
"name": "UpdateApplication",
"http": {
@@ -1788,8 +2095,7 @@
"type": "structure",
"required": [
"Name",
- "Arn",
- "SetupScriptDetails"
+ "Arn"
],
"members": {
"Name": {
@@ -1814,15 +2120,189 @@
},
"SetupScriptDetails": {
"shape": "ScriptDetails",
- "documentation": "The setup script details of the app block.
"
+ "documentation": "The setup script details of the app block.
This only applies to app blocks with PackagingType CUSTOM
.
"
},
"CreatedTime": {
"shape": "Timestamp",
"documentation": "The created time of the app block.
"
+ },
+ "PostSetupScriptDetails": {
+ "shape": "ScriptDetails",
+ "documentation": "The post setup script details of the app block.
This only applies to app blocks with PackagingType APPSTREAM2
.
"
+ },
+ "PackagingType": {
+ "shape": "PackagingType",
+ "documentation": "The packaging type of the app block.
"
+ },
+ "State": {
+ "shape": "AppBlockState",
+ "documentation": "The state of the app block.
An app block with AppStream 2.0 packaging will be in the INACTIVE
state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes ACTIVE
.
Custom app blocks are always in the ACTIVE
state and no action is required to use them.
"
+ },
+ "AppBlockErrors": {
+ "shape": "ErrorDetailsList",
+ "documentation": "The errors of the app block.
"
}
},
"documentation": "Describes an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
"
},
+ "AppBlockBuilder": {
+ "type": "structure",
+ "required": [
+ "Arn",
+ "Name",
+ "Platform",
+ "InstanceType",
+ "VpcConfig",
+ "State"
+ ],
+ "members": {
+ "Arn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the app block builder.
"
+ },
+ "Name": {
+ "shape": "String",
+ "documentation": "The name of the app block builder.
"
+ },
+ "DisplayName": {
+ "shape": "String",
+ "documentation": "The display name of the app block builder.
"
+ },
+ "Description": {
+ "shape": "String",
+ "documentation": "The description of the app block builder.
"
+ },
+ "Platform": {
+ "shape": "AppBlockBuilderPlatformType",
+ "documentation": "The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
"
+ },
+ "InstanceType": {
+ "shape": "String",
+ "documentation": "The instance type of the app block builder.
"
+ },
+ "EnableDefaultInternetAccess": {
+ "shape": "BooleanObject",
+ "documentation": "Indicates whether default internet access is enabled for the app block builder.
"
+ },
+ "IamRoleArn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the IAM role that is applied to the app block builder.
"
+ },
+ "VpcConfig": {
+ "shape": "VpcConfig",
+ "documentation": "The VPC configuration for the app block builder.
"
+ },
+ "State": {
+ "shape": "AppBlockBuilderState",
+ "documentation": "The state of the app block builder.
"
+ },
+ "CreatedTime": {
+ "shape": "Timestamp",
+ "documentation": "The creation time of the app block builder.
"
+ },
+ "AppBlockBuilderErrors": {
+ "shape": "ResourceErrors",
+ "documentation": "The app block builder errors.
"
+ },
+ "StateChangeReason": {
+ "shape": "AppBlockBuilderStateChangeReason",
+ "documentation": "The state change reason.
"
+ },
+ "AccessEndpoints": {
+ "shape": "AccessEndpointList",
+ "documentation": "The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
"
+ }
+ },
+ "documentation": "Describes an app block builder.
"
+ },
+ "AppBlockBuilderAppBlockAssociation": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the app block.
"
+ },
+ "AppBlockBuilderName": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ },
+ "documentation": "Describes an association between an app block builder and app block.
"
+ },
+ "AppBlockBuilderAppBlockAssociationsList": {
+ "type": "list",
+ "member": {
+ "shape": "AppBlockBuilderAppBlockAssociation"
+ },
+ "max": 25,
+ "min": 1
+ },
+ "AppBlockBuilderAttribute": {
+ "type": "string",
+ "enum": [
+ "IAM_ROLE_ARN",
+ "ACCESS_ENDPOINTS",
+ "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
+ ]
+ },
+ "AppBlockBuilderAttributes": {
+ "type": "list",
+ "member": {
+ "shape": "AppBlockBuilderAttribute"
+ }
+ },
+ "AppBlockBuilderList": {
+ "type": "list",
+ "member": {
+ "shape": "AppBlockBuilder"
+ }
+ },
+ "AppBlockBuilderPlatformType": {
+ "type": "string",
+ "enum": [
+ "WINDOWS_SERVER_2019"
+ ]
+ },
+ "AppBlockBuilderState": {
+ "type": "string",
+ "enum": [
+ "STARTING",
+ "RUNNING",
+ "STOPPING",
+ "STOPPED"
+ ]
+ },
+ "AppBlockBuilderStateChangeReason": {
+ "type": "structure",
+ "members": {
+ "Code": {
+ "shape": "AppBlockBuilderStateChangeReasonCode",
+ "documentation": "The state change reason code.
"
+ },
+ "Message": {
+ "shape": "String",
+ "documentation": "The state change reason message.
"
+ }
+ },
+ "documentation": "Describes the reason why the last app block builder state change occurred.
"
+ },
+ "AppBlockBuilderStateChangeReasonCode": {
+ "type": "string",
+ "enum": [
+ "INTERNAL_ERROR"
+ ]
+ },
+ "AppBlockState": {
+ "type": "string",
+ "enum": [
+ "INACTIVE",
+ "ACTIVE"
+ ]
+ },
"AppBlocks": {
"type": "list",
"member": {
@@ -1983,19 +2463,45 @@
"shape": "Application"
}
},
- "AppstreamAgentVersion": {
- "type": "string",
- "max": 100,
- "min": 1
- },
- "Arn": {
- "type": "string",
- "pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$"
- },
- "ArnList": {
- "type": "list",
- "member": {
- "shape": "Arn"
+ "AppstreamAgentVersion": {
+ "type": "string",
+ "max": 100,
+ "min": 1
+ },
+ "Arn": {
+ "type": "string",
+ "pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$"
+ },
+ "ArnList": {
+ "type": "list",
+ "member": {
+ "shape": "Arn"
+ }
+ },
+ "AssociateAppBlockBuilderAppBlockRequest": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the app block.
"
+ },
+ "AppBlockBuilderName": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ }
+ },
+ "AssociateAppBlockBuilderAppBlockResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilderAppBlockAssociation": {
+ "shape": "AppBlockBuilderAppBlockAssociation",
+ "documentation": "The list of app block builders associated with app blocks.
"
+ }
}
},
"AssociateApplicationFleetRequest": {
@@ -2235,12 +2741,99 @@
}
}
},
+ "CreateAppBlockBuilderRequest": {
+ "type": "structure",
+ "required": [
+ "Name",
+ "Platform",
+ "InstanceType",
+ "VpcConfig"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": "The unique name for the app block builder.
"
+ },
+ "Description": {
+ "shape": "Description",
+ "documentation": "The description of the app block builder.
"
+ },
+ "DisplayName": {
+ "shape": "DisplayName",
+ "documentation": "The display name of the app block builder.
"
+ },
+ "Tags": {
+ "shape": "Tags",
+ "documentation": "The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \\ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
"
+ },
+ "Platform": {
+ "shape": "AppBlockBuilderPlatformType",
+ "documentation": "The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
"
+ },
+ "InstanceType": {
+ "shape": "String",
+ "documentation": "The instance type to use when launching the app block builder. The following instance types are available:
-
stream.standard.small
-
stream.standard.medium
-
stream.standard.large
-
stream.standard.xlarge
-
stream.standard.2xlarge
"
+ },
+ "VpcConfig": {
+ "shape": "VpcConfig",
+ "documentation": "The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
"
+ },
+ "EnableDefaultInternetAccess": {
+ "shape": "BooleanObject",
+ "documentation": "Enables or disables default internet access for the app block builder.
"
+ },
+ "IamRoleArn": {
+ "shape": "Arn",
+ "documentation": "The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole
API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
"
+ },
+ "AccessEndpoints": {
+ "shape": "AccessEndpointList",
+ "documentation": "The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
"
+ }
+ }
+ },
+ "CreateAppBlockBuilderResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "AppBlockBuilder"
+ }
+ }
+ },
+ "CreateAppBlockBuilderStreamingURLRequest": {
+ "type": "structure",
+ "required": [
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockBuilderName": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ },
+ "Validity": {
+ "shape": "Long",
+ "documentation": "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
"
+ }
+ }
+ },
+ "CreateAppBlockBuilderStreamingURLResult": {
+ "type": "structure",
+ "members": {
+ "StreamingURL": {
+ "shape": "String",
+ "documentation": "The URL to start the streaming session.
"
+ },
+ "Expires": {
+ "shape": "Timestamp",
+ "documentation": "The elapsed time, in seconds after the Unix epoch, when this URL expires.
"
+ }
+ }
+ },
"CreateAppBlockRequest": {
"type": "structure",
"required": [
"Name",
- "SourceS3Location",
- "SetupScriptDetails"
+ "SourceS3Location"
],
"members": {
"Name": {
@@ -2261,11 +2854,19 @@
},
"SetupScriptDetails": {
"shape": "ScriptDetails",
- "documentation": "The setup script details of the app block.
"
+ "documentation": "The setup script details of the app block. This must be provided for the CUSTOM
PackagingType.
"
},
"Tags": {
"shape": "Tags",
"documentation": "The tags assigned to the app block.
"
+ },
+ "PostSetupScriptDetails": {
+ "shape": "ScriptDetails",
+ "documentation": "The post setup script details of the app block. This can only be provided for the APPSTREAM2
PackagingType.
"
+ },
+ "PackagingType": {
+ "shape": "PackagingType",
+ "documentation": "The packaging type of the app block.
"
}
}
},
@@ -2429,7 +3030,7 @@
"documentation": "A unique name for the fleet.
"
},
"ImageName": {
- "shape": "String",
+ "shape": "Name",
"documentation": "The name of the image used to create the fleet.
"
},
"ImageArn": {
@@ -2825,6 +3426,22 @@
"type": "structure",
"members": {}
},
+ "DeleteAppBlockBuilderRequest": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ }
+ },
+ "DeleteAppBlockBuilderResult": {
+ "type": "structure",
+ "members": {}
+ },
"DeleteAppBlockRequest": {
"type": "structure",
"required": [
@@ -3018,6 +3635,70 @@
"type": "structure",
"members": {}
},
+ "DescribeAppBlockBuilderAppBlockAssociationsRequest": {
+ "type": "structure",
+ "members": {
+ "AppBlockArn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the app block.
"
+ },
+ "AppBlockBuilderName": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ },
+ "MaxResults": {
+ "shape": "Integer",
+ "documentation": "The maximum size of each page of results.
"
+ },
+ "NextToken": {
+ "shape": "String",
+ "documentation": "The pagination token used to retrieve the next page of results for this operation.
"
+ }
+ }
+ },
+ "DescribeAppBlockBuilderAppBlockAssociationsResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilderAppBlockAssociations": {
+ "shape": "AppBlockBuilderAppBlockAssociationsList",
+ "documentation": "This list of app block builders associated with app blocks.
"
+ },
+ "NextToken": {
+ "shape": "String",
+ "documentation": "The pagination token used to retrieve the next page of results for this operation.
"
+ }
+ }
+ },
+ "DescribeAppBlockBuildersRequest": {
+ "type": "structure",
+ "members": {
+ "Names": {
+ "shape": "StringList",
+ "documentation": "The names of the app block builders.
"
+ },
+ "NextToken": {
+ "shape": "String",
+ "documentation": "The pagination token used to retrieve the next page of results for this operation.
"
+ },
+ "MaxResults": {
+ "shape": "Integer",
+ "documentation": "The maximum size of each page of results. The maximum value is 25.
"
+ }
+ }
+ },
+ "DescribeAppBlockBuildersResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilders": {
+ "shape": "AppBlockBuilderList",
+ "documentation": "The list that describes one or more app block builders.
"
+ },
+ "NextToken": {
+ "shape": "String",
+ "documentation": "The pagination token used to retrieve the next page of results for this operation.
"
+ }
+ }
+ },
"DescribeAppBlocksRequest": {
"type": "structure",
"members": {
@@ -3558,6 +4239,27 @@
"type": "structure",
"members": {}
},
+ "DisassociateAppBlockBuilderAppBlockRequest": {
+ "type": "structure",
+ "required": [
+ "AppBlockArn",
+ "AppBlockBuilderName"
+ ],
+ "members": {
+ "AppBlockArn": {
+ "shape": "Arn",
+ "documentation": "The ARN of the app block.
"
+ },
+ "AppBlockBuilderName": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ }
+ },
+ "DisassociateAppBlockBuilderAppBlockResult": {
+ "type": "structure",
+ "members": {}
+ },
"DisassociateApplicationFleetRequest": {
"type": "structure",
"required": [
@@ -3782,6 +4484,26 @@
"shape": "Entitlement"
}
},
+ "ErrorDetails": {
+ "type": "structure",
+ "members": {
+ "ErrorCode": {
+ "shape": "String",
+ "documentation": "The error code.
"
+ },
+ "ErrorMessage": {
+ "shape": "String",
+ "documentation": "The error message.
"
+ }
+ },
+ "documentation": "The error details.
"
+ },
+ "ErrorDetailsList": {
+ "type": "list",
+ "member": {
+ "shape": "ErrorDetails"
+ }
+ },
"ExpireSessionRequest": {
"type": "structure",
"required": [
@@ -4456,6 +5178,13 @@
"shape": "OrganizationalUnitDistinguishedName"
}
},
+ "PackagingType": {
+ "type": "string",
+ "enum": [
+ "CUSTOM",
+ "APPSTREAM2"
+ ]
+ },
"Permission": {
"type": "string",
"enum": [
@@ -4539,8 +5268,7 @@
"S3Location": {
"type": "structure",
"required": [
- "S3Bucket",
- "S3Key"
+ "S3Bucket"
],
"members": {
"S3Bucket": {
@@ -4549,7 +5277,7 @@
},
"S3Key": {
"shape": "S3Key",
- "documentation": "The S3 key of the S3 object.
"
+ "documentation": "The S3 key of the S3 object.
This is required when used for the following:
-
IconS3Location (Actions: CreateApplication and UpdateApplication)
-
SessionScriptS3Location (Actions: CreateFleet and UpdateFleet)
-
ScriptDetails (Actions: CreateAppBlock)
-
SourceS3Location when creating an app block with CUSTOM
PackagingType (Actions: CreateAppBlock)
-
SourceS3Location when creating an app block with APPSTREAM2
PackagingType, and using an existing application package (VHD file). In this case, S3Key
refers to the VHD file. If a new application package is required, then S3Key
is not required. (Actions: CreateAppBlock)
"
}
},
"documentation": "Describes the S3 location.
"
@@ -4834,6 +5562,26 @@
},
"documentation": "The stacks.
"
},
+ "StartAppBlockBuilderRequest": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ }
+ },
+ "StartAppBlockBuilderResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "AppBlockBuilder"
+ }
+ }
+ },
"StartFleetRequest": {
"type": "structure",
"required": [
@@ -4875,6 +5623,26 @@
}
}
},
+ "StopAppBlockBuilderRequest": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": "The name of the app block builder.
"
+ }
+ }
+ },
+ "StopAppBlockBuilderResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "AppBlockBuilder"
+ }
+ }
+ },
"StopFleetRequest": {
"type": "structure",
"required": [
@@ -5065,6 +5833,62 @@
"type": "structure",
"members": {}
},
+ "UpdateAppBlockBuilderRequest": {
+ "type": "structure",
+ "required": [
+ "Name"
+ ],
+ "members": {
+ "Name": {
+ "shape": "Name",
+ "documentation": "The unique name for the app block builder.
"
+ },
+ "Description": {
+ "shape": "Description",
+ "documentation": "The description of the app block builder.
"
+ },
+ "DisplayName": {
+ "shape": "DisplayName",
+ "documentation": "The display name of the app block builder.
"
+ },
+ "Platform": {
+ "shape": "PlatformType",
+ "documentation": "The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
"
+ },
+ "InstanceType": {
+ "shape": "String",
+ "documentation": "The instance type to use when launching the app block builder. The following instance types are available:
-
stream.standard.small
-
stream.standard.medium
-
stream.standard.large
-
stream.standard.xlarge
-
stream.standard.2xlarge
"
+ },
+ "VpcConfig": {
+ "shape": "VpcConfig",
+ "documentation": "The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
"
+ },
+ "EnableDefaultInternetAccess": {
+ "shape": "BooleanObject",
+ "documentation": "Enables or disables default internet access for the app block builder.
"
+ },
+ "IamRoleArn": {
+ "shape": "Arn",
+ "documentation": "The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole
API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
"
+ },
+ "AccessEndpoints": {
+ "shape": "AccessEndpointList",
+ "documentation": "The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
"
+ },
+ "AttributesToDelete": {
+ "shape": "AppBlockBuilderAttributes",
+ "documentation": "The attributes to delete from the app block builder.
"
+ }
+ }
+ },
+ "UpdateAppBlockBuilderResult": {
+ "type": "structure",
+ "members": {
+ "AppBlockBuilder": {
+ "shape": "AppBlockBuilder"
+ }
+ }
+ },
"UpdateApplicationRequest": {
"type": "structure",
"required": [
@@ -5217,7 +6041,7 @@
},
"MaxUserDurationInSeconds": {
"shape": "Integer",
- "documentation": "The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
"
+ "documentation": "The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
Specify a value between 600 and 432000.
"
},
"DisconnectTimeoutInSeconds": {
"shape": "Integer",
diff --git a/apis/appstream-2016-12-01.paginators.json b/apis/appstream-2016-12-01.paginators.json
index b39f18a807..4ce0c963b5 100644
--- a/apis/appstream-2016-12-01.paginators.json
+++ b/apis/appstream-2016-12-01.paginators.json
@@ -1,5 +1,15 @@
{
"pagination": {
+ "DescribeAppBlockBuilderAppBlockAssociations": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults"
+ },
+ "DescribeAppBlockBuilders": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults"
+ },
"DescribeImagePermissions": {
"input_token": "NextToken",
"output_token": "NextToken",
diff --git a/apis/chime-2018-05-01.min.json b/apis/chime-2018-05-01.min.json
index ce1194369a..b4ae1fdc62 100644
--- a/apis/chime-2018-05-01.min.json
+++ b/apis/chime-2018-05-01.min.json
@@ -72,7 +72,9 @@
"shape": "Sa"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"AssociatePhoneNumbersWithVoiceConnectorGroup": {
"http": {
@@ -105,7 +107,9 @@
"shape": "Sa"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"AssociateSigninDelegateGroupsWithAccount": {
"http": {
@@ -167,7 +171,9 @@
"shape": "Sw"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"BatchCreateChannelMembership": {
"http": {
@@ -228,6 +234,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -505,6 +513,8 @@
"AppInstanceArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -537,6 +547,8 @@
"AppInstanceArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -581,6 +593,8 @@
"AppInstanceUserArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -616,7 +630,9 @@
"shape": "Su"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"CreateBot": {
"http": {
@@ -690,6 +706,8 @@
"ChannelArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -726,6 +744,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -764,6 +784,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -800,6 +822,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -842,7 +866,9 @@
"shape": "S3n"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"CreateMeeting": {
"http": {
@@ -881,7 +907,9 @@
"shape": "S3u"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace"
},
"CreateMeetingDialOut": {
"http": {
@@ -968,7 +996,9 @@
"shape": "Sw"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace"
},
"CreatePhoneNumberOrder": {
"http": {
@@ -1044,7 +1074,9 @@
"shape": "S4m"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace"
},
"CreateRoom": {
"http": {
@@ -1141,7 +1173,9 @@
"shape": "S55"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"CreateSipMediaApplicationCall": {
"http": {
@@ -1184,7 +1218,9 @@
"shape": "S59"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace"
},
"CreateSipRule": {
"http": {
@@ -1218,7 +1254,9 @@
"shape": "S5h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace"
},
"CreateUser": {
"http": {
@@ -1277,7 +1315,9 @@
"shape": "S5s"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"CreateVoiceConnectorGroup": {
"http": {
@@ -1303,7 +1343,9 @@
"shape": "S5z"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteAccount": {
"http": {
@@ -1346,6 +1388,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1373,6 +1417,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1394,7 +1440,9 @@
"locationName": "appInstanceArn"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"DeleteAppInstanceUser": {
"http": {
@@ -1414,6 +1462,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1440,7 +1490,9 @@
"locationName": "attendeeId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace"
},
"DeleteChannel": {
"http": {
@@ -1464,6 +1516,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1495,6 +1549,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1526,6 +1582,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1557,6 +1615,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1588,6 +1648,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1633,7 +1695,9 @@
"locationName": "mediaPipelineId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"DeleteMeeting": {
"http": {
@@ -1652,7 +1716,9 @@
"locationName": "meetingId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace"
},
"DeletePhoneNumber": {
"http": {
@@ -1695,7 +1761,9 @@
"locationName": "proxySessionId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace"
},
"DeleteRoom": {
"http": {
@@ -1767,7 +1835,9 @@
"locationName": "sipMediaApplicationId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"DeleteSipRule": {
"http": {
@@ -1786,7 +1856,9 @@
"locationName": "sipRuleId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnector": {
"http": {
@@ -1805,7 +1877,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorEmergencyCallingConfiguration": {
"http": {
@@ -1824,7 +1898,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorGroup": {
"http": {
@@ -1843,7 +1919,9 @@
"locationName": "voiceConnectorGroupId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorOrigination": {
"http": {
@@ -1862,7 +1940,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorProxy": {
"http": {
@@ -1881,7 +1961,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorStreamingConfiguration": {
"http": {
@@ -1900,7 +1982,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorTermination": {
"http": {
@@ -1919,7 +2003,9 @@
"locationName": "voiceConnectorId"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorTerminationCredentials": {
"http": {
@@ -1941,7 +2027,9 @@
"shape": "S6u"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"DescribeAppInstance": {
"http": {
@@ -1984,6 +2072,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2028,6 +2118,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2073,6 +2165,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2130,6 +2224,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2181,6 +2277,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2236,6 +2334,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2275,6 +2375,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2314,6 +2416,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2365,6 +2469,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2424,7 +2530,9 @@
"shape": "Sa"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"DisassociatePhoneNumbersFromVoiceConnectorGroup": {
"http": {
@@ -2454,7 +2562,9 @@
"shape": "Sa"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DisassociateSigninDelegateGroupsFromAccount": {
"http": {
@@ -2563,6 +2673,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2592,7 +2704,9 @@
"shape": "S89"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"GetAttendee": {
"http": {
@@ -2624,7 +2738,9 @@
"shape": "Su"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace"
},
"GetBot": {
"http": {
@@ -2720,6 +2836,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2799,7 +2917,9 @@
"shape": "S3n"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"GetMeeting": {
"http": {
@@ -2826,7 +2946,9 @@
"shape": "S3u"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace"
},
"GetMessagingSessionEndpoint": {
"http": {
@@ -2849,6 +2971,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2954,7 +3078,9 @@
"shape": "S4m"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace"
},
"GetRetentionSettings": {
"http": {
@@ -3042,7 +3168,9 @@
"shape": "S55"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"GetSipMediaApplicationLoggingConfiguration": {
"http": {
@@ -3069,7 +3197,9 @@
"shape": "S9s"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetSipRule": {
"http": {
@@ -3096,7 +3226,9 @@
"shape": "S5h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace"
},
"GetUser": {
"http": {
@@ -3187,7 +3319,9 @@
"shape": "S5s"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorEmergencyCallingConfiguration": {
"http": {
@@ -3214,7 +3348,9 @@
"shape": "Sa5"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorGroup": {
"http": {
@@ -3241,7 +3377,9 @@
"shape": "S5z"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorLoggingConfiguration": {
"http": {
@@ -3268,7 +3406,9 @@
"shape": "Sac"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorOrigination": {
"http": {
@@ -3295,7 +3435,9 @@
"shape": "Saf"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorProxy": {
"http": {
@@ -3322,7 +3464,9 @@
"shape": "Sao"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorStreamingConfiguration": {
"http": {
@@ -3349,7 +3493,9 @@
"shape": "Sat"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorTermination": {
"http": {
@@ -3376,7 +3522,9 @@
"shape": "Sb0"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorTerminationHealth": {
"http": {
@@ -3409,7 +3557,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace"
},
"InviteUsers": {
"http": {
@@ -3545,6 +3695,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -3601,6 +3753,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -3649,6 +3803,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -3683,7 +3839,9 @@
"shape": "S2h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"ListAttendees": {
"http": {
@@ -3720,7 +3878,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace"
},
"ListBots": {
"http": {
@@ -3814,6 +3974,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -3874,6 +4036,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -3921,6 +4085,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4011,6 +4177,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4067,6 +4235,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4121,6 +4291,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4168,6 +4340,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4203,7 +4377,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace"
},
"ListMeetingTags": {
"http": {
@@ -4230,7 +4406,9 @@
"shape": "S2h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace."
},
"ListMeetings": {
"http": {
@@ -4263,7 +4441,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"ListPhoneNumberOrders": {
"http": {
@@ -4388,7 +4568,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace"
},
"ListRoomMemberships": {
"http": {
@@ -4510,7 +4692,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace"
},
"ListSipRules": {
"http": {
@@ -4547,7 +4731,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace"
},
"ListSupportedPhoneNumberCountries": {
"http": {
@@ -4611,7 +4797,9 @@
"shape": "S2h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"ListUsers": {
"http": {
@@ -4693,7 +4881,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace"
},
"ListVoiceConnectorTerminationCredentials": {
"http": {
@@ -4720,7 +4910,9 @@
"shape": "S6u"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"ListVoiceConnectors": {
"http": {
@@ -4753,7 +4945,9 @@
},
"NextToken": {}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace"
},
"LogoutUser": {
"http": {
@@ -4815,6 +5009,8 @@
}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -4848,7 +5044,9 @@
"shape": "S89"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"PutEventsConfiguration": {
"http": {
@@ -4950,7 +5148,9 @@
"shape": "S9s"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorEmergencyCallingConfiguration": {
"http": {
@@ -4981,7 +5181,9 @@
"shape": "Sa5"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorLoggingConfiguration": {
"http": {
@@ -5012,7 +5214,9 @@
"shape": "Sac"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorOrigination": {
"http": {
@@ -5043,7 +5247,9 @@
"shape": "Saf"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorProxy": {
"http": {
@@ -5084,7 +5290,9 @@
"shape": "Sao"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorStreamingConfiguration": {
"http": {
@@ -5115,7 +5323,9 @@
"shape": "Sat"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorTermination": {
"http": {
@@ -5146,7 +5356,9 @@
"shape": "Sb0"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorTerminationCredentials": {
"http": {
@@ -5178,7 +5390,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"RedactChannelMessage": {
"http": {
@@ -5213,6 +5427,8 @@
"MessageId": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -5467,6 +5683,8 @@
"MessageId": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -5538,7 +5756,9 @@
"output": {
"type": "structure",
"members": {}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace"
},
"StopMeetingTranscription": {
"http": {
@@ -5560,7 +5780,9 @@
"output": {
"type": "structure",
"members": {}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace"
},
"TagAttendee": {
"http": {
@@ -5587,7 +5809,9 @@
"shape": "So"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"TagMeeting": {
"http": {
@@ -5609,7 +5833,9 @@
"shape": "S3r"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Use TagResource in the Amazon Chime SDK Meetings Namespace."
},
"TagResource": {
"http": {
@@ -5630,7 +5856,9 @@
"shape": "S2h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"UntagAttendee": {
"http": {
@@ -5660,7 +5888,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"UntagMeeting": {
"http": {
@@ -5685,7 +5915,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Use UntagResource in the Amazon Chime SDK Meetings Namespace."
},
"UntagResource": {
"http": {
@@ -5709,7 +5941,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"UpdateAccount": {
"http": {
@@ -5797,6 +6031,8 @@
"AppInstanceArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -5832,6 +6068,8 @@
"AppInstanceUserArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -5907,6 +6145,8 @@
"ChannelArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -5951,6 +6191,8 @@
"MessageId": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -5983,6 +6225,8 @@
"ChannelArn": {}
}
},
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6089,7 +6333,9 @@
"shape": "S4m"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace"
},
"UpdateRoom": {
"http": {
@@ -6191,7 +6437,9 @@
"shape": "S55"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"UpdateSipMediaApplicationCall": {
"http": {
@@ -6232,7 +6480,9 @@
"shape": "S59"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace"
},
"UpdateSipRule": {
"http": {
@@ -6267,7 +6517,9 @@
"shape": "S5h"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace"
},
"UpdateUser": {
"http": {
@@ -6364,7 +6616,9 @@
"shape": "S5s"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"UpdateVoiceConnectorGroup": {
"http": {
@@ -6397,7 +6651,9 @@
"shape": "S5z"
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"ValidateE911Address": {
"http": {
@@ -6509,7 +6765,9 @@
}
}
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace"
}
},
"shapes": {
@@ -7540,5 +7798,7 @@
"type": "string",
"sensitive": true
}
- }
+ },
+ "deprecated": true,
+ "deprecatedMessage": "This namespace has been deprecated"
}
\ No newline at end of file
diff --git a/apis/chime-2018-05-01.normal.json b/apis/chime-2018-05-01.normal.json
index 5a323c3e42..f7df2c9a1c 100644
--- a/apis/chime-2018-05-01.normal.json
+++ b/apis/chime-2018-05-01.normal.json
@@ -90,7 +90,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Associates phone numbers with the specified Amazon Chime Voice Connector.
"
+ "documentation": "Associates phone numbers with the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"AssociatePhoneNumbersWithVoiceConnectorGroup": {
"name": "AssociatePhoneNumbersWithVoiceConnectorGroup",
@@ -131,7 +133,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Associates phone numbers with the specified Amazon Chime Voice Connector group.
"
+ "documentation": "Associates phone numbers with the specified Amazon Chime Voice Connector group.
This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"AssociateSigninDelegateGroupsWithAccount": {
"name": "AssociateSigninDelegateGroupsWithAccount",
@@ -210,7 +214,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": "Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateAttendee, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"BatchCreateChannelMembership": {
"name": "BatchCreateChannelMembership",
@@ -245,7 +251,9 @@
"shape": "ThrottledClientException"
}
],
- "documentation": "Adds a specified number of users to a channel.
",
+ "documentation": "Adds a specified number of users to a channel.
This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -362,7 +370,7 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Suspends up to 50 users from a Team
or EnterpriseLWA
Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
Users suspended from a Team
account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team
account users, invite them to the Team
account again. You can use the InviteUsers action to do so.
Users suspended from an EnterpriseLWA
account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA
account users, use the BatchUnsuspendUser action.
To sign out users without suspending them, use the LogoutUser action.
"
+ "documentation": "Suspends up to 50 users from a Team
or EnterpriseLWA
Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
Users suspended from a Team
account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team
account users, invite them to the Team
account again. You can use the InviteUsers action to do so.
Users suspended from an EnterpriseLWA
account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA
account users, use the BatchUnsuspendUser action.
To sign out users without suspending them, use the LogoutUser action.
"
},
"BatchUnsuspendUser": {
"name": "BatchUnsuspendUser",
@@ -400,7 +408,7 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA
account. Only users on EnterpriseLWA
accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide.
Previously suspended users who are unsuspended using this action are returned to Registered
status. Users who are not previously suspended are ignored.
"
+ "documentation": "Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA
account. Only users on EnterpriseLWA
accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide.
Previously suspended users who are unsuspended using this action are returned to Registered
status. Users who are not previously suspended are ignored.
"
},
"BatchUpdatePhoneNumber": {
"name": "BatchUpdatePhoneNumber",
@@ -555,7 +563,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates an Amazon Chime SDK messaging AppInstance
under an AWS account. Only SDK messaging customers use this API. CreateAppInstance
supports idempotency behavior as described in the AWS API Standard.
",
+ "documentation": "Creates an Amazon Chime SDK messaging AppInstance
under an AWS account. Only SDK messaging customers use this API. CreateAppInstance
supports idempotency behavior as described in the AWS API Standard.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -599,7 +609,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Promotes an AppInstanceUser
to an AppInstanceAdmin
. The promoted user can perform the following actions.
Only an AppInstanceUser
can be promoted to an AppInstanceAdmin
role.
",
+ "documentation": "Promotes an AppInstanceUser
to an AppInstanceAdmin
. The promoted user can perform the following actions.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceAdmin, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Only an AppInstanceUser
can be promoted to an AppInstanceAdmin
role.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -643,7 +655,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a user under an Amazon Chime AppInstance
. The request consists of a unique appInstanceUserId
and Name
for that user.
",
+ "documentation": "Creates a user under an Amazon Chime AppInstance
. The request consists of a unique appInstanceUserId
and Name
for that user.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -687,7 +701,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": " Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"CreateBot": {
"name": "CreateBot",
@@ -769,7 +785,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a channel to which you can add users and send messages.
Restriction: You can't change a channel's privacy.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Creates a channel to which you can add users and send messages.
Restriction: You can't change a channel's privacy.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -813,7 +831,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan
, and then CreateChannelMembership
. Bans are cleaned up when you delete users or channels.
If you ban a user who is already part of a channel, that user is automatically kicked from the channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan
, and then CreateChannelMembership
. Bans are cleaned up when you delete users or channels.
If you ban a user who is already part of a channel, that user is automatically kicked from the channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelBan, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -857,7 +877,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds a user to a channel. The InvitedBy
response field is derived from the request header. A channel member can:
-
List messages
-
Send messages
-
Receive messages
-
Edit their own messages
-
Leave the channel
Privacy settings impact this action as follows:
-
Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.
-
Private Channels: You must be a member to list or send messages.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Adds a user to a channel. The InvitedBy
response field is derived from the request header. A channel member can:
-
List messages
-
Send messages
-
Receive messages
-
Edit their own messages
-
Leave the channel
Privacy settings impact this action as follows:
-
Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.
-
Private Channels: You must be a member to list or send messages.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelMembership, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -901,7 +923,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a new ChannelModerator
. A channel moderator can:
-
Add and remove other members of the channel.
-
Add and remove other moderators of the channel.
-
Add and remove user bans for the channel.
-
Redact messages in the channel.
-
List messages in the channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Creates a new ChannelModerator
. A channel moderator can:
-
Add and remove other members of the channel.
-
Add and remove other moderators of the channel.
-
Add and remove user bans for the channel.
-
Redact messages in the channel.
-
List messages in the channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelModerator, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -942,7 +966,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a media capture pipeline.
"
+ "documentation": "Creates a media capture pipeline.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"CreateMeeting": {
"name": "CreateMeeting",
@@ -980,7 +1006,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
"
+ "documentation": "Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace"
},
"CreateMeetingDialOut": {
"name": "CreateMeetingDialOut",
@@ -1021,7 +1049,7 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.
To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall
action with the corresponding SIP media application ID.
"
+ "documentation": "Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.
To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall
action with the corresponding SIP media application ID.
This API is is not available in a dedicated namespace.
"
},
"CreateMeetingWithAttendees": {
"name": "CreateMeetingWithAttendees",
@@ -1059,7 +1087,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
"
+ "documentation": " Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace"
},
"CreatePhoneNumberOrder": {
"name": "CreatePhoneNumberOrder",
@@ -1138,7 +1168,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
"
+ "documentation": "Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateProxySession, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace"
},
"CreateRoom": {
"name": "CreateRoom",
@@ -1267,7 +1299,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a SIP media application.
"
+ "documentation": "Creates a SIP media application.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplication, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"CreateSipMediaApplicationCall": {
"name": "CreateSipMediaApplicationCall",
@@ -1308,7 +1342,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId
.
"
+ "documentation": "Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId
.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace"
},
"CreateSipRule": {
"name": "CreateSipRule",
@@ -1352,7 +1388,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
"
+ "documentation": "Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace"
},
"CreateUser": {
"name": "CreateUser",
@@ -1434,7 +1472,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.
Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
"
+ "documentation": "Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.
Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"CreateVoiceConnectorGroup": {
"name": "CreateVoiceConnectorGroup",
@@ -1475,7 +1515,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems
in the request.
You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
"
+ "documentation": "Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems
in the request.
You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteAccount": {
"name": "DeleteAccount",
@@ -1548,7 +1590,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes an AppInstance
and all associated data asynchronously.
",
+ "documentation": "Deletes an AppInstance
and all associated data asynchronously.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstance, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1586,7 +1630,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Demotes an AppInstanceAdmin
to an AppInstanceUser
. This action does not delete the user.
",
+ "documentation": "Demotes an AppInstanceAdmin
to an AppInstanceUser
. This action does not delete the user.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1624,7 +1670,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the streaming configurations of an AppInstance
.
"
+ "documentation": "Deletes the streaming configurations of an AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"DeleteAppInstanceUser": {
"name": "DeleteAppInstanceUser",
@@ -1656,7 +1704,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes an AppInstanceUser
.
",
+ "documentation": "Deletes an AppInstanceUser
.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -1694,7 +1744,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken
. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": "Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken
. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace"
},
"DeleteChannel": {
"name": "DeleteChannel",
@@ -1726,7 +1778,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1761,7 +1815,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Removes a user from a channel's ban list.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Removes a user from a channel's ban list.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelBan, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1799,7 +1855,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Removes a member from a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Removes a member from a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMembership, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1834,7 +1892,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1869,7 +1929,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes a channel moderator.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Deletes a channel moderator.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelModerator, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -1939,7 +2001,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the media capture pipeline.
"
+ "documentation": "Deletes the media capture pipeline.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"DeleteMeeting": {
"name": "DeleteMeeting",
@@ -1974,7 +2038,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": "Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace"
},
"DeletePhoneNumber": {
"name": "DeletePhoneNumber",
@@ -2044,7 +2110,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
"
+ "documentation": "Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteProxySession, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace"
},
"DeleteRoom": {
"name": "DeleteRoom",
@@ -2152,7 +2220,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes a SIP media application.
"
+ "documentation": "Deletes a SIP media application.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipMediaApplication, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"DeleteSipRule": {
"name": "DeleteSipRule",
@@ -2190,7 +2260,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes a SIP rule. You must disable a SIP rule before you can delete it.
"
+ "documentation": "Deletes a SIP rule. You must disable a SIP rule before you can delete it.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnector": {
"name": "DeleteVoiceConnector",
@@ -2228,7 +2300,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.
"
+ "documentation": "Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorEmergencyCallingConfiguration": {
"name": "DeleteVoiceConnectorEmergencyCallingConfiguration",
@@ -2263,7 +2337,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
"
+ "documentation": "Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorGroup": {
"name": "DeleteVoiceConnectorGroup",
@@ -2301,7 +2377,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems
and phone numbers associated with the group must be removed before it can be deleted.
"
+ "documentation": "Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems
and phone numbers associated with the group must be removed before it can be deleted.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorOrigination": {
"name": "DeleteVoiceConnectorOrigination",
@@ -2336,7 +2414,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the origination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.
"
+ "documentation": "Deletes the origination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorProxy": {
"name": "DeleteVoiceConnectorProxy",
@@ -2371,7 +2451,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
"
+ "documentation": "Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceProxy, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorStreamingConfiguration": {
"name": "DeleteVoiceConnectorStreamingConfiguration",
@@ -2406,7 +2488,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorTermination": {
"name": "DeleteVoiceConnectorTermination",
@@ -2441,7 +2525,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the termination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.
"
+ "documentation": "Deletes the termination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorTerminationCredentials": {
"name": "DeleteVoiceConnectorTerminationCredentials",
@@ -2476,7 +2562,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
"
+ "documentation": "Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"DescribeAppInstance": {
"name": "DescribeAppInstance",
@@ -2511,7 +2599,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of an AppInstance
.
",
+ "documentation": "Returns the full details of an AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstance, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2549,7 +2639,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of an AppInstanceAdmin
.
",
+ "documentation": "Returns the full details of an AppInstanceAdmin
.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceAdmin, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2587,7 +2679,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of an AppInstanceUser
.
",
+ "documentation": "Returns the full details of an AppInstanceUser
.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -2625,7 +2719,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of a channel in an Amazon Chime AppInstance
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Returns the full details of a channel in an Amazon Chime AppInstance
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannel, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2666,7 +2762,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of a channel ban.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Returns the full details of a channel ban.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelBan, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2707,7 +2805,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of a user's channel membership.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Returns the full details of a user's channel membership.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2745,7 +2845,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Returns the details of a channel based on the membership of the specified AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": " Returns the details of a channel based on the membership of the specified AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2783,7 +2885,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of a channel moderated by the specified AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Returns the full details of a channel moderated by the specified AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2824,7 +2928,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the full details of a single ChannelModerator.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Returns the full details of a single ChannelModerator.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -2903,7 +3009,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
"
+ "documentation": "Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"DisassociatePhoneNumbersFromVoiceConnectorGroup": {
"name": "DisassociatePhoneNumbersFromVoiceConnectorGroup",
@@ -2941,7 +3049,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
"
+ "documentation": "Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DisassociateSigninDelegateGroupsFromAccount": {
"name": "DisassociateSigninDelegateGroupsFromAccount",
@@ -3091,7 +3201,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the retention settings for an AppInstance
.
",
+ "documentation": "Gets the retention settings for an AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -3132,7 +3244,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the streaming settings for an AppInstance
.
"
+ "documentation": "Gets the streaming settings for an AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"GetAttendee": {
"name": "GetAttendee",
@@ -3170,7 +3284,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
"
+ "documentation": " Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace"
},
"GetBot": {
"name": "GetBot",
@@ -3246,7 +3362,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the full details of a channel message.
The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Gets the full details of a channel message.
The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -3357,7 +3475,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets an existing media capture pipeline.
"
+ "documentation": "Gets an existing media capture pipeline.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"GetMeeting": {
"name": "GetMeeting",
@@ -3395,7 +3515,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
"
+ "documentation": " This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace"
},
"GetMessagingSessionEndpoint": {
"name": "GetMessagingSessionEndpoint",
@@ -3427,7 +3549,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "The details of the endpoint for the messaging session.
",
+ "documentation": "The details of the endpoint for the messaging session.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -3575,7 +3699,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace"
},
"GetRetentionSettings": {
"name": "GetRetentionSettings",
@@ -3688,7 +3814,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
"
+ "documentation": "Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplication, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"GetSipMediaApplicationLoggingConfiguration": {
"name": "GetSipMediaApplicationLoggingConfiguration",
@@ -3726,7 +3854,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns the logging configuration for the specified SIP media application.
"
+ "documentation": "Returns the logging configuration for the specified SIP media application.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetSipRule": {
"name": "GetSipRule",
@@ -3764,7 +3894,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
"
+ "documentation": "Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace"
},
"GetUser": {
"name": "GetUser",
@@ -3878,7 +4010,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
"
+ "documentation": "Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorEmergencyCallingConfiguration": {
"name": "GetVoiceConnectorEmergencyCallingConfiguration",
@@ -3916,7 +4050,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorGroup": {
"name": "GetVoiceConnectorGroup",
@@ -3954,7 +4090,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems
.
"
+ "documentation": " Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems
.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorLoggingConfiguration": {
"name": "GetVoiceConnectorLoggingConfiguration",
@@ -3992,7 +4130,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
"
+ "documentation": "Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorOrigination": {
"name": "GetVoiceConnectorOrigination",
@@ -4030,7 +4170,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves origination setting details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Retrieves origination setting details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorProxy": {
"name": "GetVoiceConnectorProxy",
@@ -4068,7 +4210,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorProxy, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorStreamingConfiguration": {
"name": "GetVoiceConnectorStreamingConfiguration",
@@ -4106,7 +4250,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
"
+ "documentation": "Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorTermination": {
"name": "GetVoiceConnectorTermination",
@@ -4144,7 +4290,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves termination setting details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Retrieves termination setting details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"GetVoiceConnectorTerminationHealth": {
"name": "GetVoiceConnectorTerminationHealth",
@@ -4182,7 +4330,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Retrieves information about the last time a SIP OPTIONS
ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
"
+ "documentation": " This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Retrieves information about the last time a SIP OPTIONS
ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace"
},
"InviteUsers": {
"name": "InviteUsers",
@@ -4292,7 +4442,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns a list of the administrators in the AppInstance
.
",
+ "documentation": "Returns a list of the administrators in the AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -4330,7 +4482,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "List all AppInstanceUsers
created under a single AppInstance
.
",
+ "documentation": "List all AppInstanceUsers
created under a single AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -4368,7 +4522,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists all Amazon Chime AppInstance
s created under a single AWS account.
",
+ "documentation": "Lists all Amazon Chime AppInstance
s created under a single AWS account.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstances, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -4409,7 +4565,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the tags applied to an Amazon Chime SDK attendee resource.
"
+ "documentation": "Lists the tags applied to an Amazon Chime SDK attendee resource.
ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
",
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"ListAttendees": {
"name": "ListAttendees",
@@ -4447,7 +4605,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": " Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace"
},
"ListBots": {
"name": "ListBots",
@@ -4520,7 +4680,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists all the users banned from a particular channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Lists all the users banned from a particular channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelBans, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4558,7 +4720,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists all channel memberships in a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Lists all channel memberships in a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMemberships, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4596,7 +4760,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Lists all channels that a particular AppInstanceUser
is a part of. Only an AppInstanceAdmin
can call the API with a user ARN that is not their own.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": " Lists all channels that a particular AppInstanceUser
is a part of. Only an AppInstanceAdmin
can call the API with a user ARN that is not their own.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4634,7 +4800,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "List all the messages in a channel. Returns a paginated list of ChannelMessages
. By default, sorted by creation timestamp in descending order.
Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message.
Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "List all the messages in a channel. Returns a paginated list of ChannelMessages
. By default, sorted by creation timestamp in descending order.
Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message.
Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMessages, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4672,7 +4840,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists all the moderators for a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Lists all the moderators for a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelModerators, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4710,7 +4880,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.
Functionality & restrictions
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.
Functionality & restrictions
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4748,7 +4920,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "A list of the channels moderated by an AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "A list of the channels moderated by an AppInstanceUser
.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -4786,7 +4960,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Returns a list of media capture pipelines.
"
+ "documentation": "Returns a list of media capture pipelines.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace"
},
"ListMeetingTags": {
"name": "ListMeetingTags",
@@ -4824,7 +5000,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the tags applied to an Amazon Chime SDK meeting resource.
"
+ "documentation": "Lists the tags applied to an Amazon Chime SDK meeting resource.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListTagsForResource, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace."
},
"ListMeetings": {
"name": "ListMeetings",
@@ -4859,7 +5037,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": " Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
"
+ "documentation": "Lists up to 100 active Amazon Chime SDK meetings.
ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"ListPhoneNumberOrders": {
"name": "ListPhoneNumberOrders",
@@ -4969,7 +5149,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the proxy sessions for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Lists the proxy sessions for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListProxySessions, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace"
},
"ListRoomMemberships": {
"name": "ListRoomMemberships",
@@ -5080,7 +5262,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the SIP media applications under the administrator's AWS account.
"
+ "documentation": "Lists the SIP media applications under the administrator's AWS account.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipMediaApplications, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace"
},
"ListSipRules": {
"name": "ListSipRules",
@@ -5115,7 +5299,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the SIP rules under the administrator's AWS account.
"
+ "documentation": "Lists the SIP rules under the administrator's AWS account.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace"
},
"ListSupportedPhoneNumberCountries": {
"name": "ListSupportedPhoneNumberCountries",
@@ -5187,7 +5373,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the tags applied to an Amazon Chime SDK meeting resource.
"
+ "documentation": "Lists the tags applied to an Amazon Chime SDK meeting and messaging resources.
This API is is no longer supported and will not be updated. We recommend using the applicable latest version in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"ListUsers": {
"name": "ListUsers",
@@ -5260,7 +5448,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
"
+ "documentation": "Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorGroups, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace"
},
"ListVoiceConnectorTerminationCredentials": {
"name": "ListVoiceConnectorTerminationCredentials",
@@ -5298,7 +5488,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the SIP credentials for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Lists the SIP credentials for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"ListVoiceConnectors": {
"name": "ListVoiceConnectors",
@@ -5333,7 +5525,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
"
+ "documentation": "Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectors, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace"
},
"LogoutUser": {
"name": "LogoutUser",
@@ -5412,7 +5606,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Sets the amount of time in days that a given AppInstance
retains data.
",
+ "documentation": "Sets the amount of time in days that a given AppInstance
retains data.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -5453,7 +5649,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "The data streaming configurations of an AppInstance
.
"
+ "documentation": "The data streaming configurations of an AppInstance
.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"PutEventsConfiguration": {
"name": "PutEventsConfiguration",
@@ -5570,7 +5768,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the logging configuration for the specified SIP media application.
"
+ "documentation": "Updates the logging configuration for the specified SIP media application.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorEmergencyCallingConfiguration": {
"name": "PutVoiceConnectorEmergencyCallingConfiguration",
@@ -5608,7 +5808,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.
"
+ "documentation": "Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorLoggingConfiguration": {
"name": "PutVoiceConnectorLoggingConfiguration",
@@ -5646,7 +5848,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
"
+ "documentation": "Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorOrigination": {
"name": "PutVoiceConnectorOrigination",
@@ -5684,7 +5888,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds origination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.
"
+ "documentation": "Adds origination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorProxy": {
"name": "PutVoiceConnectorProxy",
@@ -5724,7 +5930,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
"
+ "documentation": "Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorProxy, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorStreamingConfiguration": {
"name": "PutVoiceConnectorStreamingConfiguration",
@@ -5762,7 +5970,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
"
+ "documentation": "Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorTermination": {
"name": "PutVoiceConnectorTermination",
@@ -5803,7 +6013,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds termination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.
"
+ "documentation": "Adds termination settings for the specified Amazon Chime Voice Connector.
If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"PutVoiceConnectorTerminationCredentials": {
"name": "PutVoiceConnectorTerminationCredentials",
@@ -5838,7 +6050,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace"
},
"RedactChannelMessage": {
"name": "RedactChannelMessage",
@@ -5873,7 +6087,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, RedactChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6144,7 +6360,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Sends a message to a particular channel that the member is a part of.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
Also, STANDARD
messages can contain 4KB of data and the 1KB of metadata. CONTROL
messages can contain 30 bytes of data and no metadata.
",
+ "documentation": "Sends a message to a particular channel that the member is a part of.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
Also, STANDARD
messages can contain 4KB of data and the 1KB of metadata. CONTROL
messages can contain 30 bytes of data and no metadata.
This API is is no longer supported and will not be updated. We recommend using the latest version, SendChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6191,7 +6409,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Starts transcription for the specified meetingId
. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide.
If you specify an invalid configuration, a TranscriptFailed
event will be sent with the contents of the BadRequestException
generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.
Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.
"
+ "documentation": "Starts transcription for the specified meetingId
. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide.
If you specify an invalid configuration, a TranscriptFailed
event will be sent with the contents of the BadRequestException
generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.
Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.
This API is is no longer supported and will not be updated. We recommend using the latest version, StartMeetingTranscription, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace"
},
"StopMeetingTranscription": {
"name": "StopMeetingTranscription",
@@ -6232,7 +6452,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Stops transcription for the specified meetingId
.
"
+ "documentation": "Stops transcription for the specified meetingId
.
This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace"
},
"TagAttendee": {
"name": "TagAttendee",
@@ -6270,7 +6492,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Applies the specified tags to the specified Amazon Chime SDK attendee.
"
+ "documentation": "Applies the specified tags to the specified Amazon Chime attendee.
TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
",
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"TagMeeting": {
"name": "TagMeeting",
@@ -6308,7 +6532,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Applies the specified tags to the specified Amazon Chime SDK meeting.
"
+ "documentation": "Applies the specified tags to the specified Amazon Chime SDK meeting.
This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Use TagResource in the Amazon Chime SDK Meetings Namespace."
},
"TagResource": {
"name": "TagResource",
@@ -6340,7 +6566,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Applies the specified tags to the specified Amazon Chime SDK meeting resource.
"
+ "documentation": "Applies the specified tags to the specified Amazon Chime SDK meeting resource.
This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"UntagAttendee": {
"name": "UntagAttendee",
@@ -6375,7 +6603,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Untags the specified tags from the specified Amazon Chime SDK attendee.
"
+ "documentation": "Untags the specified tags from the specified Amazon Chime SDK attendee.
UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
",
+ "deprecated": true,
+ "deprecatedMessage": "Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API."
},
"UntagMeeting": {
"name": "UntagMeeting",
@@ -6410,7 +6640,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Untags the specified tags from the specified Amazon Chime SDK meeting.
"
+ "documentation": "Untags the specified tags from the specified Amazon Chime SDK meeting.
This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Use UntagResource in the Amazon Chime SDK Meetings Namespace."
},
"UntagResource": {
"name": "UntagResource",
@@ -6442,7 +6674,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Untags the specified tags from the specified Amazon Chime SDK meeting resource.
"
+ "documentation": "Untags the specified tags from the specified Amazon Chime SDK meeting resource.
Applies the specified tags to the specified Amazon Chime SDK meeting resource.
This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces"
},
"UpdateAccount": {
"name": "UpdateAccount",
@@ -6559,7 +6793,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates AppInstance
metadata.
",
+ "documentation": "Updates AppInstance
metadata.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstance, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -6600,7 +6836,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the details of an AppInstanceUser
. You can update names and metadata.
",
+ "documentation": "Updates the details of an AppInstanceUser
. You can update names and metadata.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
@@ -6679,7 +6917,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Update a channel's attributes.
Restriction: You can't change a channel's privacy.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Update a channel's attributes.
Restriction: You can't change a channel's privacy.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6720,7 +6960,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the content of a message.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "Updates the content of a message.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6761,7 +7003,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "The details of the time when a user last read messages in a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
",
+ "documentation": "The details of the time when a user last read messages in a channel.
The x-amz-chime-bearer
request header is mandatory. Use the AppInstanceUserArn
of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelReadMarker, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
@@ -6907,7 +7151,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the specified proxy session details, such as voice or SMS capabilities.
"
+ "documentation": "Updates the specified proxy session details, such as voice or SMS capabilities.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateProxySession, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace"
},
"UpdateRoom": {
"name": "UpdateRoom",
@@ -7024,7 +7270,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the details of the specified SIP media application.
"
+ "documentation": "Updates the details of the specified SIP media application.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplication, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"UpdateSipMediaApplicationCall": {
"name": "UpdateSipMediaApplicationCall",
@@ -7065,7 +7313,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
"
+ "documentation": "Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace"
},
"UpdateSipRule": {
"name": "UpdateSipRule",
@@ -7109,7 +7359,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates the details of the specified SIP rule.
"
+ "documentation": "Updates the details of the specified SIP rule.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace"
},
"UpdateUser": {
"name": "UpdateUser",
@@ -7220,7 +7472,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates details for the specified Amazon Chime Voice Connector.
"
+ "documentation": "Updates details for the specified Amazon Chime Voice Connector.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnector, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"UpdateVoiceConnectorGroup": {
"name": "UpdateVoiceConnectorGroup",
@@ -7261,7 +7515,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.
"
+ "documentation": "Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.
This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnectorGroup, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"ValidateE911Address": {
"name": "ValidateE911Address",
@@ -7299,7 +7555,9 @@
"shape": "ServiceFailureException"
}
],
- "documentation": "Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
"
+ "documentation": "Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
This API is is no longer supported and will not be updated. We recommend using the latest version, ValidateE911Address, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace"
}
},
"shapes": {
@@ -13076,15 +13334,15 @@
},
"ScreenDataUrl": {
"shape": "UriType",
- "documentation": "The screen data URL.
"
+ "documentation": "The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
"
},
"ScreenSharingUrl": {
"shape": "UriType",
- "documentation": "The screen sharing URL.
"
+ "documentation": "The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
"
},
"ScreenViewingUrl": {
"shape": "UriType",
- "documentation": "The screen viewing URL.
"
+ "documentation": "The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
"
},
"SignalingUrl": {
"shape": "UriType",
@@ -13092,7 +13350,7 @@
},
"TurnControlUrl": {
"shape": "UriType",
- "documentation": "The turn control URL.
"
+ "documentation": "The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
"
},
"EventIngestionUrl": {
"shape": "UriType",
@@ -16460,5 +16718,7 @@
"documentation": "The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.
"
}
},
- "documentation": "The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes.
You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the AWS CLI. The page for each API action contains a See Also section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.
- Using an AWS SDK
-
You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center.
- Using the AWS CLI
-
Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI Command Reference.
- Using REST APIs
-
If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see Signature Version 4 Signing Process in the Amazon Web Services General Reference.
When making REST API calls, use the service name chime
and REST endpoint https://service.chime.aws.amazon.com
.
Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Identity and Access Management for Amazon Chime in the Amazon Chime Administration Guide.
"
+ "documentation": " Most of these APIs are no longer supported and will not be updated. We recommend using the latest versions in the Amazon Chime SDK API reference, in the Amazon Chime SDK.
Using the latest versions requires migrating to dedicated namespaces. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes.
You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the AWS CLI. The page for each API action contains a See Also section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.
- Using an AWS SDK
-
You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center.
- Using the AWS CLI
-
Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI Command Reference.
- Using REST APIs
-
If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see Signature Version 4 Signing Process in the Amazon Web Services General Reference.
When making REST API calls, use the service name chime
and REST endpoint https://service.chime.aws.amazon.com
.
Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Identity and Access Management for Amazon Chime in the Amazon Chime Administration Guide.
",
+ "deprecated": true,
+ "deprecatedMessage": "This namespace has been deprecated"
}
\ No newline at end of file
diff --git a/apis/cleanrooms-2022-02-17.min.json b/apis/cleanrooms-2022-02-17.min.json
index 7f5ec5ccdb..dcafd73186 100644
--- a/apis/cleanrooms-2022-02-17.min.json
+++ b/apis/cleanrooms-2022-02-17.min.json
@@ -147,7 +147,7 @@
"shape": "S17"
},
"allowedColumns": {
- "shape": "S1a"
+ "shape": "S1b"
},
"analysisMethod": {},
"tags": {
@@ -162,7 +162,7 @@
],
"members": {
"configuredTable": {
- "shape": "S1c"
+ "shape": "S1d"
}
}
},
@@ -187,7 +187,7 @@
},
"analysisRuleType": {},
"analysisRulePolicy": {
- "shape": "S1i"
+ "shape": "S1j"
}
}
},
@@ -198,7 +198,7 @@
],
"members": {
"analysisRule": {
- "shape": "S21"
+ "shape": "S24"
}
}
},
@@ -238,7 +238,7 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S26"
+ "shape": "S29"
}
}
}
@@ -269,7 +269,7 @@
],
"members": {
"membership": {
- "shape": "S2b"
+ "shape": "S2e"
}
}
}
@@ -488,7 +488,7 @@
],
"members": {
"configuredTable": {
- "shape": "S1c"
+ "shape": "S1d"
}
}
}
@@ -523,7 +523,7 @@
],
"members": {
"analysisRule": {
- "shape": "S21"
+ "shape": "S24"
}
}
}
@@ -558,7 +558,7 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S26"
+ "shape": "S29"
}
}
}
@@ -588,7 +588,7 @@
],
"members": {
"membership": {
- "shape": "S2b"
+ "shape": "S2e"
}
}
}
@@ -623,7 +623,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S33"
+ "shape": "S36"
}
}
}
@@ -724,10 +724,10 @@
"type": "structure",
"members": {
"list": {
- "shape": "S1k"
+ "shape": "S1l"
},
"aggregation": {
- "shape": "S1o"
+ "shape": "S1r"
}
},
"union": true
@@ -923,7 +923,7 @@
"type": "timestamp"
},
"analysisRuleTypes": {
- "shape": "S1e"
+ "shape": "S1f"
},
"analysisMethod": {}
}
@@ -1259,10 +1259,10 @@
"locationName": "membershipIdentifier"
},
"sqlParameters": {
- "shape": "S34"
+ "shape": "S37"
},
"resultConfiguration": {
- "shape": "S37"
+ "shape": "S3a"
}
}
},
@@ -1273,7 +1273,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S33"
+ "shape": "S36"
}
}
}
@@ -1393,7 +1393,7 @@
],
"members": {
"configuredTable": {
- "shape": "S1c"
+ "shape": "S1d"
}
}
}
@@ -1421,7 +1421,7 @@
"locationName": "analysisRuleType"
},
"analysisRulePolicy": {
- "shape": "S1i"
+ "shape": "S1j"
}
}
},
@@ -1432,7 +1432,7 @@
],
"members": {
"analysisRule": {
- "shape": "S21"
+ "shape": "S24"
}
}
}
@@ -1469,7 +1469,7 @@
],
"members": {
"configuredTableAssociation": {
- "shape": "S26"
+ "shape": "S29"
}
}
}
@@ -1500,7 +1500,7 @@
],
"members": {
"membership": {
- "shape": "S2b"
+ "shape": "S2e"
}
}
}
@@ -1537,7 +1537,7 @@
],
"members": {
"protectedQuery": {
- "shape": "S33"
+ "shape": "S36"
}
}
},
@@ -1687,11 +1687,11 @@
},
"union": true
},
- "S1a": {
+ "S1b": {
"type": "list",
"member": {}
},
- "S1c": {
+ "S1d": {
"type": "structure",
"required": [
"id",
@@ -1719,29 +1719,29 @@
"type": "timestamp"
},
"analysisRuleTypes": {
- "shape": "S1e"
+ "shape": "S1f"
},
"analysisMethod": {},
"allowedColumns": {
- "shape": "S1a"
+ "shape": "S1b"
}
}
},
- "S1e": {
+ "S1f": {
"type": "list",
"member": {}
},
- "S1i": {
+ "S1j": {
"type": "structure",
"members": {
"v1": {
"type": "structure",
"members": {
"list": {
- "shape": "S1k"
+ "shape": "S1l"
},
"aggregation": {
- "shape": "S1o"
+ "shape": "S1r"
}
},
"union": true
@@ -1749,7 +1749,7 @@
},
"union": true
},
- "S1k": {
+ "S1l": {
"type": "structure",
"required": [
"joinColumns",
@@ -1760,16 +1760,23 @@
"type": "list",
"member": {}
},
+ "allowedJoinOperators": {
+ "shape": "S1o"
+ },
"listColumns": {
- "shape": "S1n"
+ "shape": "S1q"
}
}
},
- "S1n": {
+ "S1o": {
+ "type": "list",
+ "member": {}
+ },
+ "S1q": {
"type": "list",
"member": {}
},
- "S1o": {
+ "S1r": {
"type": "structure",
"required": [
"aggregateColumns",
@@ -1797,11 +1804,14 @@
}
},
"joinColumns": {
- "shape": "S1n"
+ "shape": "S1q"
},
"joinRequired": {},
+ "allowedJoinOperators": {
+ "shape": "S1o"
+ },
"dimensionColumns": {
- "shape": "S1n"
+ "shape": "S1q"
},
"scalarFunctions": {
"type": "list",
@@ -1827,7 +1837,7 @@
}
}
},
- "S21": {
+ "S24": {
"type": "structure",
"required": [
"configuredTableId",
@@ -1841,7 +1851,7 @@
"configuredTableId": {},
"configuredTableArn": {},
"policy": {
- "shape": "S1i"
+ "shape": "S1j"
},
"type": {},
"createTime": {
@@ -1852,7 +1862,7 @@
}
}
},
- "S26": {
+ "S29": {
"type": "structure",
"required": [
"arn",
@@ -1884,7 +1894,7 @@
}
}
},
- "S2b": {
+ "S2e": {
"type": "structure",
"required": [
"id",
@@ -1921,7 +1931,7 @@
"queryLogStatus": {}
}
},
- "S33": {
+ "S36": {
"type": "structure",
"required": [
"id",
@@ -1940,11 +1950,11 @@
"type": "timestamp"
},
"sqlParameters": {
- "shape": "S34"
+ "shape": "S37"
},
"status": {},
"resultConfiguration": {
- "shape": "S37"
+ "shape": "S3a"
},
"statistics": {
"type": "structure",
@@ -1990,17 +2000,14 @@
}
}
},
- "S34": {
+ "S37": {
"type": "structure",
- "required": [
- "queryString"
- ],
"members": {
"queryString": {}
},
"sensitive": true
},
- "S37": {
+ "S3a": {
"type": "structure",
"required": [
"outputConfiguration"
diff --git a/apis/cleanrooms-2022-02-17.normal.json b/apis/cleanrooms-2022-02-17.normal.json
index d6a028dbc0..1ba9cce84d 100644
--- a/apis/cleanrooms-2022-02-17.normal.json
+++ b/apis/cleanrooms-2022-02-17.normal.json
@@ -961,7 +961,7 @@
"shape": "AccessDeniedException"
}
],
- "documentation": "Creates a protected query that is started by AWS Clean Rooms.
"
+ "documentation": "Creates a protected query that is started by Clean Rooms .
"
},
"TagResource": {
"name": "TagResource",
@@ -1371,7 +1371,11 @@
},
"joinRequired": {
"shape": "JoinRequiredOption",
- "documentation": "Control that requires member who runs query to do a join with their configured table and/or other configured table in query
"
+ "documentation": "Control that requires member who runs query to do a join with their configured table and/or other configured table in query.
"
+ },
+ "allowedJoinOperators": {
+ "shape": "JoinOperatorsList",
+ "documentation": "Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
"
},
"dimensionColumns": {
"shape": "AnalysisRuleColumnList",
@@ -1386,7 +1390,7 @@
"documentation": "Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.
"
}
},
- "documentation": "Enables query structure and specified queries that product aggregate statistics.
"
+ "documentation": "Enables query structure and specified queries that produce aggregate statistics.
"
},
"AnalysisRuleAggregationAggregateColumnsList": {
"type": "list",
@@ -1416,7 +1420,11 @@
"members": {
"joinColumns": {
"shape": "AnalysisRuleListJoinColumnsList",
- "documentation": "Columns that can be used to join a configured table with the table of the member who can query and another members' configured tables.
"
+ "documentation": "Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
"
+ },
+ "allowedJoinOperators": {
+ "shape": "JoinOperatorsList",
+ "documentation": "Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
"
},
"listColumns": {
"shape": "AnalysisRuleColumnList",
@@ -1580,7 +1588,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"creatorDisplayName": {
"shape": "DisplayName",
@@ -1675,7 +1683,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"creatorDisplayName": {
"shape": "DisplayName",
@@ -1726,7 +1734,7 @@
"documentation": "The type of the column.
"
}
},
- "documentation": "A column within a schema relation, derived from the underlying AWS Glue table.
"
+ "documentation": "A column within a schema relation, derived from the underlying Glue table.
"
},
"ColumnList": {
"type": "list",
@@ -1778,7 +1786,7 @@
},
"tableReference": {
"shape": "TableReference",
- "documentation": "The AWS Glue table that this configured table represents.
"
+ "documentation": "The Glue table that this configured table represents.
"
},
"createTime": {
"shape": "Timestamp",
@@ -1798,7 +1806,7 @@
},
"allowedColumns": {
"shape": "AllowedColumnList",
- "documentation": "The columns within the underlying AWS Glue table that can be utilized within collaborations.
"
+ "documentation": "The columns within the underlying Glue table that can be utilized within collaborations.
"
}
},
"documentation": "A table that has been configured for use in a collaboration.
"
@@ -2231,7 +2239,7 @@
},
"tableReference": {
"shape": "TableReference",
- "documentation": "A reference to the AWS Glue table being configured.
"
+ "documentation": "A reference to the Glue table being configured.
"
},
"allowedColumns": {
"shape": "AllowedColumnList",
@@ -2714,7 +2722,13 @@
}
}
},
- "GlueResourceName": {
+ "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,
@@ -2728,15 +2742,30 @@
],
"members": {
"tableName": {
- "shape": "GlueResourceName",
- "documentation": "The name of the AWS Glue table.
"
+ "shape": "GlueTableName",
+ "documentation": "The name of the Glue table.
"
},
"databaseName": {
- "shape": "GlueResourceName",
- "documentation": "The name of the database the AWS Glue table belongs to.
"
+ "shape": "GlueDatabaseName",
+ "documentation": "The name of the database the Glue table belongs to.
"
}
},
- "documentation": "A reference to a table within an AWS Glue data catalog.
"
+ "documentation": "A reference to a table within an Glue data catalog.
"
+ },
+ "JoinOperator": {
+ "type": "string",
+ "enum": [
+ "OR",
+ "AND"
+ ]
+ },
+ "JoinOperatorsList": {
+ "type": "list",
+ "member": {
+ "shape": "JoinOperator"
+ },
+ "max": 2,
+ "min": 0
},
"JoinRequiredOption": {
"type": "string",
@@ -3106,7 +3135,7 @@
"members": {
"accountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"memberAbilities": {
"shape": "MemberAbilities",
@@ -3141,7 +3170,7 @@
"members": {
"accountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"status": {
"shape": "MemberStatus",
@@ -3215,7 +3244,7 @@
},
"collaborationCreatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
"
+ "documentation": "The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"collaborationCreatorDisplayName": {
"shape": "DisplayName",
@@ -3309,7 +3338,7 @@
},
"collaborationCreatorAccountId": {
"shape": "AccountId",
- "documentation": "The identifier of the AWS principal that created the collaboration. Currently only supports AWS account ID.
"
+ "documentation": "The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.
"
},
"collaborationCreatorDisplayName": {
"shape": "DisplayName",
@@ -3402,7 +3431,7 @@
"documentation": "An error thrown by the protected query.
"
}
},
- "documentation": "The parameters for an AWS Clean Rooms protected query.
"
+ "documentation": "The parameters for an Clean Rooms protected query.
"
},
"ProtectedQueryError": {
"type": "structure",
@@ -3519,9 +3548,6 @@
},
"ProtectedQuerySQLParameters": {
"type": "structure",
- "required": [
- "queryString"
- ],
"members": {
"queryString": {
"shape": "ProtectedQuerySQLParametersQueryStringString",
@@ -3674,7 +3700,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The unique account ID for the AWS account that owns the schema.
"
+ "documentation": "The unique account ID for the Amazon Web Services account that owns the schema.
"
},
"name": {
"shape": "TableAlias",
@@ -3738,7 +3764,7 @@
},
"creatorAccountId": {
"shape": "AccountId",
- "documentation": "The unique account ID for the AWS account that owns the schema.
"
+ "documentation": "The unique account ID for the Amazon Web Services account that owns the schema.
"
},
"createTime": {
"shape": "Timestamp",
@@ -3848,17 +3874,16 @@
"members": {
"glue": {
"shape": "GlueTableReference",
- "documentation": "If present, a reference to the AWS Glue table referred to by this table reference.
"
+ "documentation": "If present, a reference to the Glue table referred to by this table reference.
"
}
},
- "documentation": "A pointer to the dataset that underlies this table. Currently, this can only be an AWS Glue table.
",
+ "documentation": "A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.
",
"union": true
},
"TagKey": {
"type": "string",
"max": 128,
- "min": 1,
- "pattern": "(?!aws:).{1,128}"
+ "min": 1
},
"TagKeys": {
"type": "list",
@@ -4161,5 +4186,5 @@
}
}
},
- "documentation": "Welcome to the AWS Clean Rooms API Reference.
AWS Clean Rooms is an AWS service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the collective datasets without either party getting access to the other party's raw data.
To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the AWS Clean Rooms User Guide.
"
+ "documentation": "Welcome to the Clean Rooms API Reference.
Clean Rooms is an Amazon Web Services service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the collective datasets without either party getting access to the other party's raw data.
To learn more about Clean Rooms concepts, procedures, and best practices, see the Clean Rooms User Guide.
"
}
\ No newline at end of file
diff --git a/apis/dynamodb-2012-08-10.min.json b/apis/dynamodb-2012-08-10.min.json
index d736bf4c58..af5d39ebf9 100644
--- a/apis/dynamodb-2012-08-10.min.json
+++ b/apis/dynamodb-2012-08-10.min.json
@@ -34,7 +34,8 @@
},
"ConsistentRead": {
"type": "boolean"
- }
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
}
},
@@ -53,7 +54,10 @@
"type": "structure",
"members": {
"Code": {},
- "Message": {}
+ "Message": {},
+ "Item": {
+ "shape": "Sr"
+ }
}
},
"TableName": {},
@@ -64,7 +68,7 @@
}
},
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
}
}
}
@@ -77,7 +81,7 @@
],
"members": {
"RequestItems": {
- "shape": "Sz"
+ "shape": "S10"
},
"ReturnConsumedCapacity": {}
}
@@ -89,14 +93,14 @@
"type": "map",
"key": {},
"value": {
- "shape": "S19"
+ "shape": "S1a"
}
},
"UnprocessedKeys": {
- "shape": "Sz"
+ "shape": "S10"
},
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
}
}
},
@@ -110,7 +114,7 @@
],
"members": {
"RequestItems": {
- "shape": "S1b"
+ "shape": "S1c"
},
"ReturnConsumedCapacity": {},
"ReturnItemCollectionMetrics": {}
@@ -120,13 +124,13 @@
"type": "structure",
"members": {
"UnprocessedItems": {
- "shape": "S1b"
+ "shape": "S1c"
},
"ItemCollectionMetrics": {
- "shape": "S1j"
+ "shape": "S1k"
},
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
}
}
},
@@ -148,7 +152,7 @@
"type": "structure",
"members": {
"BackupDetails": {
- "shape": "S1s"
+ "shape": "S1t"
}
}
},
@@ -164,7 +168,7 @@
"members": {
"GlobalTableName": {},
"ReplicationGroup": {
- "shape": "S20"
+ "shape": "S21"
}
}
},
@@ -172,7 +176,7 @@
"type": "structure",
"members": {
"GlobalTableDescription": {
- "shape": "S24"
+ "shape": "S25"
}
}
},
@@ -188,30 +192,30 @@
],
"members": {
"AttributeDefinitions": {
- "shape": "S2k"
+ "shape": "S2l"
},
"TableName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"LocalSecondaryIndexes": {
- "shape": "S2r"
+ "shape": "S2s"
},
"GlobalSecondaryIndexes": {
- "shape": "S2x"
+ "shape": "S2y"
},
"BillingMode": {},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
},
"StreamSpecification": {
- "shape": "S31"
+ "shape": "S32"
},
"SSESpecification": {
- "shape": "S34"
+ "shape": "S35"
},
"Tags": {
- "shape": "S37"
+ "shape": "S38"
},
"TableClass": {},
"DeletionProtectionEnabled": {
@@ -223,7 +227,7 @@
"type": "structure",
"members": {
"TableDescription": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -243,7 +247,7 @@
"type": "structure",
"members": {
"BackupDescription": {
- "shape": "S41"
+ "shape": "S42"
}
}
},
@@ -259,10 +263,10 @@
"members": {
"TableName": {},
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"Expected": {
- "shape": "S4e"
+ "shape": "S4f"
},
"ConditionalOperator": {},
"ReturnValues": {},
@@ -270,11 +274,12 @@
"ReturnItemCollectionMetrics": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
- }
+ "shape": "S4n"
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
},
"output": {
@@ -284,10 +289,10 @@
"shape": "Sr"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
},
"ItemCollectionMetrics": {
- "shape": "S1l"
+ "shape": "S1m"
}
}
},
@@ -307,7 +312,7 @@
"type": "structure",
"members": {
"TableDescription": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -327,7 +332,7 @@
"type": "structure",
"members": {
"BackupDescription": {
- "shape": "S41"
+ "shape": "S42"
}
}
},
@@ -347,7 +352,7 @@
"type": "structure",
"members": {
"ContinuousBackupsDescription": {
- "shape": "S4v"
+ "shape": "S4w"
}
}
},
@@ -432,7 +437,7 @@
"type": "structure",
"members": {
"ExportDescription": {
- "shape": "S5g"
+ "shape": "S5h"
}
}
}
@@ -451,7 +456,7 @@
"type": "structure",
"members": {
"GlobalTableDescription": {
- "shape": "S24"
+ "shape": "S25"
}
}
},
@@ -472,7 +477,7 @@
"members": {
"GlobalTableName": {},
"ReplicaSettings": {
- "shape": "S60"
+ "shape": "S61"
}
}
},
@@ -495,7 +500,7 @@
],
"members": {
"ImportTableDescription": {
- "shape": "S6e"
+ "shape": "S6f"
}
}
}
@@ -567,7 +572,7 @@
"type": "structure",
"members": {
"Table": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -587,7 +592,7 @@
"type": "structure",
"members": {
"TableAutoScalingDescription": {
- "shape": "S76"
+ "shape": "S77"
}
}
}
@@ -606,7 +611,7 @@
"type": "structure",
"members": {
"TimeToLiveDescription": {
- "shape": "S4a"
+ "shape": "S4b"
}
}
},
@@ -614,19 +619,19 @@
},
"DisableKinesisStreamingDestination": {
"input": {
- "shape": "S7d"
+ "shape": "S7e"
},
"output": {
- "shape": "S7e"
+ "shape": "S7f"
},
"endpointdiscovery": {}
},
"EnableKinesisStreamingDestination": {
"input": {
- "shape": "S7d"
+ "shape": "S7e"
},
"output": {
- "shape": "S7e"
+ "shape": "S7f"
},
"endpointdiscovery": {}
},
@@ -648,21 +653,22 @@
"ReturnConsumedCapacity": {},
"Limit": {
"type": "integer"
- }
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
},
"output": {
"type": "structure",
"members": {
"Items": {
- "shape": "S19"
+ "shape": "S1a"
},
"NextToken": {},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
},
"LastEvaluatedKey": {
- "shape": "S12"
+ "shape": "S13"
}
}
}
@@ -685,7 +691,8 @@
"Statement": {},
"Parameters": {
"shape": "S5"
- }
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
}
},
@@ -699,10 +706,10 @@
"type": "structure",
"members": {
"Responses": {
- "shape": "S7o"
+ "shape": "S7p"
},
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
}
}
}
@@ -734,7 +741,7 @@
"type": "structure",
"members": {
"ExportDescription": {
- "shape": "S5g"
+ "shape": "S5h"
}
}
}
@@ -749,10 +756,10 @@
"members": {
"TableName": {},
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"AttributesToGet": {
- "shape": "S13"
+ "shape": "S14"
},
"ConsistentRead": {
"type": "boolean"
@@ -760,7 +767,7 @@
"ReturnConsumedCapacity": {},
"ProjectionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
}
}
},
@@ -771,7 +778,7 @@
"shape": "Sr"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
}
}
},
@@ -790,15 +797,15 @@
"idempotencyToken": true
},
"S3BucketSource": {
- "shape": "S6g"
+ "shape": "S6h"
},
"InputFormat": {},
"InputFormatOptions": {
- "shape": "S6k"
+ "shape": "S6l"
},
"InputCompressionType": {},
"TableCreationParameters": {
- "shape": "S6q"
+ "shape": "S6r"
}
}
},
@@ -809,7 +816,7 @@
],
"members": {
"ImportTableDescription": {
- "shape": "S6e"
+ "shape": "S6f"
}
}
}
@@ -942,7 +949,7 @@
"members": {
"GlobalTableName": {},
"ReplicationGroup": {
- "shape": "S20"
+ "shape": "S21"
}
}
}
@@ -975,7 +982,7 @@
"ImportStatus": {},
"TableArn": {},
"S3BucketSource": {
- "shape": "S6g"
+ "shape": "S6h"
},
"CloudWatchLogGroupArn": {},
"InputFormat": {},
@@ -1029,7 +1036,7 @@
"type": "structure",
"members": {
"Tags": {
- "shape": "S37"
+ "shape": "S38"
},
"NextToken": {}
}
@@ -1046,10 +1053,10 @@
"members": {
"TableName": {},
"Item": {
- "shape": "S1f"
+ "shape": "S1g"
},
"Expected": {
- "shape": "S4e"
+ "shape": "S4f"
},
"ReturnValues": {},
"ReturnConsumedCapacity": {},
@@ -1057,11 +1064,12 @@
"ConditionalOperator": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
- }
+ "shape": "S4n"
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
},
"output": {
@@ -1071,10 +1079,10 @@
"shape": "Sr"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
},
"ItemCollectionMetrics": {
- "shape": "S1l"
+ "shape": "S1m"
}
}
},
@@ -1091,7 +1099,7 @@
"IndexName": {},
"Select": {},
"AttributesToGet": {
- "shape": "S13"
+ "shape": "S14"
},
"Limit": {
"type": "integer"
@@ -1103,28 +1111,28 @@
"type": "map",
"key": {},
"value": {
- "shape": "S92"
+ "shape": "S93"
}
},
"QueryFilter": {
- "shape": "S93"
+ "shape": "S94"
},
"ConditionalOperator": {},
"ScanIndexForward": {
"type": "boolean"
},
"ExclusiveStartKey": {
- "shape": "S12"
+ "shape": "S13"
},
"ReturnConsumedCapacity": {},
"ProjectionExpression": {},
"FilterExpression": {},
"KeyConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
}
}
},
@@ -1132,7 +1140,7 @@
"type": "structure",
"members": {
"Items": {
- "shape": "S19"
+ "shape": "S1a"
},
"Count": {
"type": "integer"
@@ -1141,10 +1149,10 @@
"type": "integer"
},
"LastEvaluatedKey": {
- "shape": "S12"
+ "shape": "S13"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
}
}
},
@@ -1162,16 +1170,16 @@
"BackupArn": {},
"BillingModeOverride": {},
"GlobalSecondaryIndexOverride": {
- "shape": "S2x"
+ "shape": "S2y"
},
"LocalSecondaryIndexOverride": {
- "shape": "S2r"
+ "shape": "S2s"
},
"ProvisionedThroughputOverride": {
- "shape": "S2z"
+ "shape": "S30"
},
"SSESpecificationOverride": {
- "shape": "S34"
+ "shape": "S35"
}
}
},
@@ -1179,7 +1187,7 @@
"type": "structure",
"members": {
"TableDescription": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -1203,16 +1211,16 @@
},
"BillingModeOverride": {},
"GlobalSecondaryIndexOverride": {
- "shape": "S2x"
+ "shape": "S2y"
},
"LocalSecondaryIndexOverride": {
- "shape": "S2r"
+ "shape": "S2s"
},
"ProvisionedThroughputOverride": {
- "shape": "S2z"
+ "shape": "S30"
},
"SSESpecificationOverride": {
- "shape": "S34"
+ "shape": "S35"
}
}
},
@@ -1220,7 +1228,7 @@
"type": "structure",
"members": {
"TableDescription": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -1236,18 +1244,18 @@
"TableName": {},
"IndexName": {},
"AttributesToGet": {
- "shape": "S13"
+ "shape": "S14"
},
"Limit": {
"type": "integer"
},
"Select": {},
"ScanFilter": {
- "shape": "S93"
+ "shape": "S94"
},
"ConditionalOperator": {},
"ExclusiveStartKey": {
- "shape": "S12"
+ "shape": "S13"
},
"ReturnConsumedCapacity": {},
"TotalSegments": {
@@ -1259,10 +1267,10 @@
"ProjectionExpression": {},
"FilterExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
},
"ConsistentRead": {
"type": "boolean"
@@ -1273,7 +1281,7 @@
"type": "structure",
"members": {
"Items": {
- "shape": "S19"
+ "shape": "S1a"
},
"Count": {
"type": "integer"
@@ -1282,10 +1290,10 @@
"type": "integer"
},
"LastEvaluatedKey": {
- "shape": "S12"
+ "shape": "S13"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
}
}
},
@@ -1301,7 +1309,7 @@
"members": {
"ResourceArn": {},
"Tags": {
- "shape": "S37"
+ "shape": "S38"
}
}
},
@@ -1330,12 +1338,12 @@
],
"members": {
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"TableName": {},
"ProjectionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
}
}
}
@@ -1349,10 +1357,10 @@
"type": "structure",
"members": {
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
},
"Responses": {
- "shape": "S7o"
+ "shape": "S7p"
}
}
},
@@ -1379,15 +1387,15 @@
],
"members": {
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"TableName": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
},
"ReturnValuesOnConditionCheckFailure": {}
}
@@ -1400,15 +1408,15 @@
],
"members": {
"Item": {
- "shape": "S1f"
+ "shape": "S1g"
},
"TableName": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
},
"ReturnValuesOnConditionCheckFailure": {}
}
@@ -1421,15 +1429,15 @@
],
"members": {
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"TableName": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
},
"ReturnValuesOnConditionCheckFailure": {}
}
@@ -1443,16 +1451,16 @@
],
"members": {
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"UpdateExpression": {},
"TableName": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
+ "shape": "S4n"
},
"ReturnValuesOnConditionCheckFailure": {}
}
@@ -1471,10 +1479,10 @@
"type": "structure",
"members": {
"ConsumedCapacity": {
- "shape": "Ss"
+ "shape": "St"
},
"ItemCollectionMetrics": {
- "shape": "S1j"
+ "shape": "S1k"
}
}
},
@@ -1523,7 +1531,7 @@
"type": "structure",
"members": {
"ContinuousBackupsDescription": {
- "shape": "S4v"
+ "shape": "S4w"
}
}
},
@@ -1592,7 +1600,7 @@
"type": "structure",
"members": {
"GlobalTableDescription": {
- "shape": "S24"
+ "shape": "S25"
}
}
},
@@ -1675,7 +1683,7 @@
"members": {
"GlobalTableName": {},
"ReplicaSettings": {
- "shape": "S60"
+ "shape": "S61"
}
}
},
@@ -1691,7 +1699,7 @@
"members": {
"TableName": {},
"Key": {
- "shape": "S12"
+ "shape": "S13"
},
"AttributeUpdates": {
"type": "map",
@@ -1707,7 +1715,7 @@
}
},
"Expected": {
- "shape": "S4e"
+ "shape": "S4f"
},
"ConditionalOperator": {},
"ReturnValues": {},
@@ -1716,11 +1724,12 @@
"UpdateExpression": {},
"ConditionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
},
"ExpressionAttributeValues": {
- "shape": "S4m"
- }
+ "shape": "S4n"
+ },
+ "ReturnValuesOnConditionCheckFailure": {}
}
},
"output": {
@@ -1730,10 +1739,10 @@
"shape": "Sr"
},
"ConsumedCapacity": {
- "shape": "St"
+ "shape": "Su"
},
"ItemCollectionMetrics": {
- "shape": "S1l"
+ "shape": "S1m"
}
}
},
@@ -1747,12 +1756,12 @@
],
"members": {
"AttributeDefinitions": {
- "shape": "S2k"
+ "shape": "S2l"
},
"TableName": {},
"BillingMode": {},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
},
"GlobalSecondaryIndexUpdates": {
"type": "list",
@@ -1768,7 +1777,7 @@
"members": {
"IndexName": {},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
}
}
},
@@ -1782,13 +1791,13 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
}
}
},
@@ -1805,10 +1814,10 @@
}
},
"StreamSpecification": {
- "shape": "S31"
+ "shape": "S32"
},
"SSESpecification": {
- "shape": "S34"
+ "shape": "S35"
},
"ReplicaUpdates": {
"type": "list",
@@ -1824,7 +1833,7 @@
"RegionName": {},
"KMSMasterKeyId": {},
"ProvisionedThroughputOverride": {
- "shape": "S2b"
+ "shape": "S2c"
},
"GlobalSecondaryIndexes": {
"shape": "Saz"
@@ -1841,7 +1850,7 @@
"RegionName": {},
"KMSMasterKeyId": {},
"ProvisionedThroughputOverride": {
- "shape": "S2b"
+ "shape": "S2c"
},
"GlobalSecondaryIndexes": {
"shape": "Saz"
@@ -1871,7 +1880,7 @@
"type": "structure",
"members": {
"TableDescription": {
- "shape": "S3d"
+ "shape": "S3e"
}
}
},
@@ -1933,7 +1942,7 @@
"type": "structure",
"members": {
"TableAutoScalingDescription": {
- "shape": "S76"
+ "shape": "S77"
}
}
}
@@ -2020,13 +2029,13 @@
"shape": "S6"
}
},
- "Ss": {
+ "St": {
"type": "list",
"member": {
- "shape": "St"
+ "shape": "Su"
}
},
- "St": {
+ "Su": {
"type": "structure",
"members": {
"TableName": {},
@@ -2040,17 +2049,17 @@
"type": "double"
},
"Table": {
- "shape": "Sv"
+ "shape": "Sw"
},
"LocalSecondaryIndexes": {
- "shape": "Sw"
+ "shape": "Sx"
},
"GlobalSecondaryIndexes": {
- "shape": "Sw"
+ "shape": "Sx"
}
}
},
- "Sv": {
+ "Sw": {
"type": "structure",
"members": {
"ReadCapacityUnits": {
@@ -2064,14 +2073,14 @@
}
}
},
- "Sw": {
+ "Sx": {
"type": "map",
"key": {},
"value": {
- "shape": "Sv"
+ "shape": "Sw"
}
},
- "Sz": {
+ "S10": {
"type": "map",
"key": {},
"value": {
@@ -2083,45 +2092,45 @@
"Keys": {
"type": "list",
"member": {
- "shape": "S12"
+ "shape": "S13"
}
},
"AttributesToGet": {
- "shape": "S13"
+ "shape": "S14"
},
"ConsistentRead": {
"type": "boolean"
},
"ProjectionExpression": {},
"ExpressionAttributeNames": {
- "shape": "S15"
+ "shape": "S16"
}
}
}
},
- "S12": {
+ "S13": {
"type": "map",
"key": {},
"value": {
"shape": "S6"
}
},
- "S13": {
+ "S14": {
"type": "list",
"member": {}
},
- "S15": {
+ "S16": {
"type": "map",
"key": {},
"value": {}
},
- "S19": {
+ "S1a": {
"type": "list",
"member": {
"shape": "Sr"
}
},
- "S1b": {
+ "S1c": {
"type": "map",
"key": {},
"value": {
@@ -2136,7 +2145,7 @@
],
"members": {
"Item": {
- "shape": "S1f"
+ "shape": "S1g"
}
}
},
@@ -2147,7 +2156,7 @@
],
"members": {
"Key": {
- "shape": "S12"
+ "shape": "S13"
}
}
}
@@ -2155,24 +2164,24 @@
}
}
},
- "S1f": {
+ "S1g": {
"type": "map",
"key": {},
"value": {
"shape": "S6"
}
},
- "S1j": {
+ "S1k": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {
- "shape": "S1l"
+ "shape": "S1m"
}
}
},
- "S1l": {
+ "S1m": {
"type": "structure",
"members": {
"ItemCollectionKey": {
@@ -2190,7 +2199,7 @@
}
}
},
- "S1s": {
+ "S1t": {
"type": "structure",
"required": [
"BackupArn",
@@ -2215,7 +2224,7 @@
}
}
},
- "S20": {
+ "S21": {
"type": "list",
"member": {
"type": "structure",
@@ -2224,11 +2233,11 @@
}
}
},
- "S24": {
+ "S25": {
"type": "structure",
"members": {
"ReplicationGroup": {
- "shape": "S25"
+ "shape": "S26"
},
"GlobalTableArn": {},
"CreationDateTime": {
@@ -2238,7 +2247,7 @@
"GlobalTableName": {}
}
},
- "S25": {
+ "S26": {
"type": "list",
"member": {
"type": "structure",
@@ -2249,7 +2258,7 @@
"ReplicaStatusPercentProgress": {},
"KMSMasterKeyId": {},
"ProvisionedThroughputOverride": {
- "shape": "S2b"
+ "shape": "S2c"
},
"GlobalSecondaryIndexes": {
"type": "list",
@@ -2258,7 +2267,7 @@
"members": {
"IndexName": {},
"ProvisionedThroughputOverride": {
- "shape": "S2b"
+ "shape": "S2c"
}
}
}
@@ -2267,12 +2276,12 @@
"type": "timestamp"
},
"ReplicaTableClassSummary": {
- "shape": "S2f"
+ "shape": "S2g"
}
}
}
},
- "S2b": {
+ "S2c": {
"type": "structure",
"members": {
"ReadCapacityUnits": {
@@ -2280,7 +2289,7 @@
}
}
},
- "S2f": {
+ "S2g": {
"type": "structure",
"members": {
"TableClass": {},
@@ -2289,7 +2298,7 @@
}
}
},
- "S2k": {
+ "S2l": {
"type": "list",
"member": {
"type": "structure",
@@ -2303,7 +2312,7 @@
}
}
},
- "S2o": {
+ "S2p": {
"type": "list",
"member": {
"type": "structure",
@@ -2317,7 +2326,7 @@
}
}
},
- "S2r": {
+ "S2s": {
"type": "list",
"member": {
"type": "structure",
@@ -2329,15 +2338,15 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
}
}
}
},
- "S2t": {
+ "S2u": {
"type": "structure",
"members": {
"ProjectionType": {},
@@ -2347,7 +2356,7 @@
}
}
},
- "S2x": {
+ "S2y": {
"type": "list",
"member": {
"type": "structure",
@@ -2359,18 +2368,18 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
}
}
}
},
- "S2z": {
+ "S30": {
"type": "structure",
"required": [
"ReadCapacityUnits",
@@ -2385,7 +2394,7 @@
}
}
},
- "S31": {
+ "S32": {
"type": "structure",
"required": [
"StreamEnabled"
@@ -2397,7 +2406,7 @@
"StreamViewType": {}
}
},
- "S34": {
+ "S35": {
"type": "structure",
"members": {
"Enabled": {
@@ -2407,7 +2416,7 @@
"KMSMasterKeyId": {}
}
},
- "S37": {
+ "S38": {
"type": "list",
"member": {
"type": "structure",
@@ -2421,22 +2430,22 @@
}
}
},
- "S3d": {
+ "S3e": {
"type": "structure",
"members": {
"AttributeDefinitions": {
- "shape": "S2k"
+ "shape": "S2l"
},
"TableName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"TableStatus": {},
"CreationDateTime": {
"type": "timestamp"
},
"ProvisionedThroughput": {
- "shape": "S3f"
+ "shape": "S3g"
},
"TableSizeBytes": {
"type": "long"
@@ -2447,7 +2456,7 @@
"TableArn": {},
"TableId": {},
"BillingModeSummary": {
- "shape": "S3j"
+ "shape": "S3k"
},
"LocalSecondaryIndexes": {
"type": "list",
@@ -2456,10 +2465,10 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
},
"IndexSizeBytes": {
"type": "long"
@@ -2478,17 +2487,17 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
},
"IndexStatus": {},
"Backfilling": {
"type": "boolean"
},
"ProvisionedThroughput": {
- "shape": "S3f"
+ "shape": "S3g"
},
"IndexSizeBytes": {
"type": "long"
@@ -2501,13 +2510,13 @@
}
},
"StreamSpecification": {
- "shape": "S31"
+ "shape": "S32"
},
"LatestStreamLabel": {},
"LatestStreamArn": {},
"GlobalTableVersion": {},
"Replicas": {
- "shape": "S25"
+ "shape": "S26"
},
"RestoreSummary": {
"type": "structure",
@@ -2527,7 +2536,7 @@
}
},
"SSEDescription": {
- "shape": "S3u"
+ "shape": "S3v"
},
"ArchivalSummary": {
"type": "structure",
@@ -2540,14 +2549,14 @@
}
},
"TableClassSummary": {
- "shape": "S2f"
+ "shape": "S2g"
},
"DeletionProtectionEnabled": {
"type": "boolean"
}
}
},
- "S3f": {
+ "S3g": {
"type": "structure",
"members": {
"LastIncreaseDateTime": {
@@ -2567,7 +2576,7 @@
}
}
},
- "S3j": {
+ "S3k": {
"type": "structure",
"members": {
"BillingMode": {},
@@ -2576,7 +2585,7 @@
}
}
},
- "S3u": {
+ "S3v": {
"type": "structure",
"members": {
"Status": {},
@@ -2587,11 +2596,11 @@
}
}
},
- "S41": {
+ "S42": {
"type": "structure",
"members": {
"BackupDetails": {
- "shape": "S1s"
+ "shape": "S1t"
},
"SourceTableDetails": {
"type": "structure",
@@ -2610,13 +2619,13 @@
"type": "long"
},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"TableCreationDateTime": {
"type": "timestamp"
},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
},
"ItemCount": {
"type": "long"
@@ -2634,10 +2643,10 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
}
}
}
@@ -2649,38 +2658,38 @@
"members": {
"IndexName": {},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"Projection": {
- "shape": "S2t"
+ "shape": "S2u"
},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
}
}
}
},
"StreamDescription": {
- "shape": "S31"
+ "shape": "S32"
},
"TimeToLiveDescription": {
- "shape": "S4a"
+ "shape": "S4b"
},
"SSEDescription": {
- "shape": "S3u"
+ "shape": "S3v"
}
}
}
}
},
- "S4a": {
+ "S4b": {
"type": "structure",
"members": {
"TimeToLiveStatus": {},
"AttributeName": {}
}
},
- "S4e": {
+ "S4f": {
"type": "map",
"key": {},
"value": {
@@ -2694,25 +2703,25 @@
},
"ComparisonOperator": {},
"AttributeValueList": {
- "shape": "S4i"
+ "shape": "S4j"
}
}
}
},
- "S4i": {
+ "S4j": {
"type": "list",
"member": {
"shape": "S6"
}
},
- "S4m": {
+ "S4n": {
"type": "map",
"key": {},
"value": {
"shape": "S6"
}
},
- "S4v": {
+ "S4w": {
"type": "structure",
"required": [
"ContinuousBackupsStatus"
@@ -2733,7 +2742,7 @@
}
}
},
- "S5g": {
+ "S5h": {
"type": "structure",
"members": {
"ExportArn": {},
@@ -2767,7 +2776,7 @@
}
}
},
- "S60": {
+ "S61": {
"type": "list",
"member": {
"type": "structure",
@@ -2778,19 +2787,19 @@
"RegionName": {},
"ReplicaStatus": {},
"ReplicaBillingModeSummary": {
- "shape": "S3j"
+ "shape": "S3k"
},
"ReplicaProvisionedReadCapacityUnits": {
"type": "long"
},
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ReplicaProvisionedWriteCapacityUnits": {
"type": "long"
},
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ReplicaGlobalSecondaryIndexSettings": {
"type": "list",
@@ -2806,24 +2815,24 @@
"type": "long"
},
"ProvisionedReadCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ProvisionedWriteCapacityUnits": {
"type": "long"
},
"ProvisionedWriteCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
}
}
}
},
"ReplicaTableClassSummary": {
- "shape": "S2f"
+ "shape": "S2g"
}
}
}
},
- "S62": {
+ "S63": {
"type": "structure",
"members": {
"MinimumUnits": {
@@ -2867,7 +2876,7 @@
}
}
},
- "S6e": {
+ "S6f": {
"type": "structure",
"members": {
"ImportArn": {},
@@ -2876,7 +2885,7 @@
"TableId": {},
"ClientToken": {},
"S3BucketSource": {
- "shape": "S6g"
+ "shape": "S6h"
},
"ErrorCount": {
"type": "long"
@@ -2884,11 +2893,11 @@
"CloudWatchLogGroupArn": {},
"InputFormat": {},
"InputFormatOptions": {
- "shape": "S6k"
+ "shape": "S6l"
},
"InputCompressionType": {},
"TableCreationParameters": {
- "shape": "S6q"
+ "shape": "S6r"
},
"StartTime": {
"type": "timestamp"
@@ -2909,7 +2918,7 @@
"FailureMessage": {}
}
},
- "S6g": {
+ "S6h": {
"type": "structure",
"required": [
"S3Bucket"
@@ -2920,7 +2929,7 @@
"S3KeyPrefix": {}
}
},
- "S6k": {
+ "S6l": {
"type": "structure",
"members": {
"Csv": {
@@ -2935,7 +2944,7 @@
}
}
},
- "S6q": {
+ "S6r": {
"type": "structure",
"required": [
"TableName",
@@ -2945,24 +2954,24 @@
"members": {
"TableName": {},
"AttributeDefinitions": {
- "shape": "S2k"
+ "shape": "S2l"
},
"KeySchema": {
- "shape": "S2o"
+ "shape": "S2p"
},
"BillingMode": {},
"ProvisionedThroughput": {
- "shape": "S2z"
+ "shape": "S30"
},
"SSESpecification": {
- "shape": "S34"
+ "shape": "S35"
},
"GlobalSecondaryIndexes": {
- "shape": "S2x"
+ "shape": "S2y"
}
}
},
- "S76": {
+ "S77": {
"type": "structure",
"members": {
"TableName": {},
@@ -2981,19 +2990,19 @@
"IndexName": {},
"IndexStatus": {},
"ProvisionedReadCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ProvisionedWriteCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
}
}
}
},
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
- "shape": "S62"
+ "shape": "S63"
},
"ReplicaStatus": {}
}
@@ -3001,7 +3010,7 @@
}
}
},
- "S7d": {
+ "S7e": {
"type": "structure",
"required": [
"TableName",
@@ -3012,7 +3021,7 @@
"StreamArn": {}
}
},
- "S7e": {
+ "S7f": {
"type": "structure",
"members": {
"TableName": {},
@@ -3020,7 +3029,7 @@
"DestinationStatus": {}
}
},
- "S7o": {
+ "S7p": {
"type": "list",
"member": {
"type": "structure",
@@ -3031,23 +3040,23 @@
}
}
},
- "S92": {
+ "S93": {
"type": "structure",
"required": [
"ComparisonOperator"
],
"members": {
"AttributeValueList": {
- "shape": "S4i"
+ "shape": "S4j"
},
"ComparisonOperator": {}
}
},
- "S93": {
+ "S94": {
"type": "map",
"key": {},
"value": {
- "shape": "S92"
+ "shape": "S93"
}
},
"Saa": {
@@ -3104,7 +3113,7 @@
"members": {
"IndexName": {},
"ProvisionedThroughputOverride": {
- "shape": "S2b"
+ "shape": "S2c"
}
}
}
diff --git a/apis/dynamodb-2012-08-10.normal.json b/apis/dynamodb-2012-08-10.normal.json
index aa70d1646d..a7485f4ae2 100644
--- a/apis/dynamodb-2012-08-10.normal.json
+++ b/apis/dynamodb-2012-08-10.normal.json
@@ -2020,6 +2020,10 @@
"Message": {
"shape": "String",
"documentation": " The error message associated with the PartiQL batch response.
"
+ },
+ "Item": {
+ "shape": "AttributeMap",
+ "documentation": "The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as ALL_OLD
.
"
}
},
"documentation": " An error associated with a statement in a PartiQL batch that was run.
"
@@ -2057,6 +2061,10 @@
"ConsistentRead": {
"shape": "ConsistentRead",
"documentation": " The read consistency of the PartiQL batch request.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
},
"documentation": " A PartiQL batch statement request.
"
@@ -2741,6 +2749,10 @@
"ExpressionAttributeValues": {
"shape": "ExpressionAttributeValueMap",
"documentation": "One or more values that can be substituted in an expression.
Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:
Available | Backordered | Discontinued
You would first need to specify ExpressionAttributeValues
as follows:
{ \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }
You could then use these values in an expression, such as this:
ProductStatus IN (:avail, :back, :disc)
For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for a DeleteItem
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
},
"documentation": "Represents the input of a DeleteItem
operation.
"
@@ -3214,6 +3226,10 @@
"Limit": {
"shape": "PositiveIntegerObject",
"documentation": "The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, along with a key in LastEvaluatedKey
to apply in a subsequent operation so you can pick up where you left off. Also, if the processed dataset size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey
to apply in a subsequent operation to continue the operation.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for an ExecuteStatement
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
}
},
@@ -4746,6 +4762,10 @@
"Parameters": {
"shape": "PreparedStatementParameters",
"documentation": " The parameter values.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
},
"documentation": " Represents a PartiQL statment that uses parameters.
"
@@ -4997,6 +5017,10 @@
"ExpressionAttributeValues": {
"shape": "ExpressionAttributeValueMap",
"documentation": "One or more values that can be substituted in an expression.
Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:
Available | Backordered | Discontinued
You would first need to specify ExpressionAttributeValues
as follows:
{ \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }
You could then use these values in an expression, such as this:
ProductStatus IN (:avail, :back, :disc)
For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for a PutItem
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
},
"documentation": "Represents the input of a PutItem
operation.
"
@@ -6806,6 +6830,10 @@
"ExpressionAttributeValues": {
"shape": "ExpressionAttributeValueMap",
"documentation": "One or more values that can be substituted in an expression.
Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus
attribute was one of the following:
Available | Backordered | Discontinued
You would first need to specify ExpressionAttributeValues
as follows:
{ \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }
You could then use these values in an expression, such as this:
ProductStatus IN (:avail, :back, :disc)
For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
"
+ },
+ "ReturnValuesOnConditionCheckFailure": {
+ "shape": "ReturnValuesOnConditionCheckFailure",
+ "documentation": "An optional parameter that returns the item attributes for an UpdateItem
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
"
}
},
"documentation": "Represents the input of an UpdateItem
operation.
"
diff --git a/apis/gamelift-2015-10-01.normal.json b/apis/gamelift-2015-10-01.normal.json
index 4bb184e5bc..3d679fe7ab 100644
--- a/apis/gamelift-2015-10-01.normal.json
+++ b/apis/gamelift-2015-10-01.normal.json
@@ -72,7 +72,7 @@
"shape": "InternalServiceException"
}
],
- "documentation": " This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED
status for 60 seconds, and returns connection information that players can use to connect to the game server.
To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information. Filter options may be included to further restrict how a game server is chosen, such as only allowing game servers on ACTIVE
instances to be claimed.
When a game server is successfully claimed, connection information is returned. A claimed game server's utilization status remains AVAILABLE
while the claim status is set to CLAIMED
for up to 60 seconds. This time period gives the game server time to update its status to UTILIZED
after players join. If the game server's status is not updated within 60 seconds, the game server reverts to unclaimed status and is available to be claimed by another request. The claim time period is a fixed value and is not configurable.
If you try to claim a specific game server, this request will fail in the following cases:
-
If the game server utilization status is UTILIZED
.
-
If the game server claim status is CLAIMED
.
-
If the game server is running on an instance in DRAINING
status and provided filter option does not allow placing on DRAINING
instances.
Learn more
Amazon GameLift FleetIQ Guide
"
+ "documentation": " This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED
status for 60 seconds, and returns connection information that players can use to connect to the game server.
To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information. Add filter options to further restrict how a game server is chosen, such as only allowing game servers on ACTIVE
instances to be claimed.
When a game server is successfully claimed, connection information is returned. A claimed game server's utilization status remains AVAILABLE
while the claim status is set to CLAIMED
for up to 60 seconds. This time period gives the game server time to update its status to UTILIZED
after players join. If the game server's status is not updated within 60 seconds, the game server reverts to unclaimed status and is available to be claimed by another request. The claim time period is a fixed value and is not configurable.
If you try to claim a specific game server, this request will fail in the following cases:
-
If the game server utilization status is UTILIZED
.
-
If the game server claim status is CLAIMED
.
-
If the game server is running on an instance in DRAINING
status and the provided filter option does not allow placing on DRAINING
instances.
Learn more
Amazon GameLift FleetIQ Guide
"
},
"CreateAlias": {
"name": "CreateAlias",
@@ -3972,7 +3972,7 @@
},
"AdditionalPlayerCount": {
"shape": "WholeNumber",
- "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used if FlexMatchMode
is set to STANDALONE
.
"
+ "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if FlexMatchMode
is set to STANDALONE
.
"
},
"CustomEventData": {
"shape": "CustomEventData",
@@ -7530,7 +7530,7 @@
},
"AdditionalPlayerCount": {
"shape": "WholeNumber",
- "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used when FlexMatchMode
is set to STANDALONE
.
"
+ "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used when FlexMatchMode
is set to STANDALONE
.
"
},
"CustomEventData": {
"shape": "CustomEventData",
@@ -7786,7 +7786,8 @@
"WINDOWS_2012",
"AMAZON_LINUX",
"AMAZON_LINUX_2",
- "WINDOWS_2016"
+ "WINDOWS_2016",
+ "AMAZON_LINUX_2023"
]
},
"PlacedPlayerSession": {
@@ -9388,7 +9389,7 @@
},
"AdditionalPlayerCount": {
"shape": "WholeNumber",
- "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used if FlexMatchMode
is set to STANDALONE
.
"
+ "documentation": "The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if FlexMatchMode
is set to STANDALONE
.
"
},
"CustomEventData": {
"shape": "CustomEventData",
diff --git a/apis/glue-2017-03-31.min.json b/apis/glue-2017-03-31.min.json
index 3b35fe028c..a5323a3345 100644
--- a/apis/glue-2017-03-31.min.json
+++ b/apis/glue-2017-03-31.min.json
@@ -238,7 +238,7 @@
],
"members": {
"Names": {
- "shape": "S3n"
+ "shape": "S3p"
}
}
},
@@ -246,10 +246,10 @@
"type": "structure",
"members": {
"CustomEntityTypes": {
- "shape": "S3p"
+ "shape": "S3r"
},
"CustomEntityTypesNotFound": {
- "shape": "S3n"
+ "shape": "S3p"
}
}
}
@@ -262,7 +262,7 @@
],
"members": {
"ResultIds": {
- "shape": "S3t"
+ "shape": "S3v"
}
}
},
@@ -282,7 +282,7 @@
"type": "double"
},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"RulesetName": {},
"EvaluationContext": {},
@@ -296,13 +296,13 @@
"JobRunId": {},
"RulesetEvaluationRunId": {},
"RuleResults": {
- "shape": "S42"
+ "shape": "S44"
}
}
}
},
"ResultsNotFound": {
- "shape": "S3t"
+ "shape": "S3v"
}
}
}
@@ -315,7 +315,7 @@
],
"members": {
"DevEndpointNames": {
- "shape": "S47"
+ "shape": "S49"
}
}
},
@@ -323,10 +323,10 @@
"type": "structure",
"members": {
"DevEndpoints": {
- "shape": "S49"
+ "shape": "S4b"
},
"DevEndpointsNotFound": {
- "shape": "S47"
+ "shape": "S49"
}
}
}
@@ -339,7 +339,7 @@
],
"members": {
"JobNames": {
- "shape": "S4j"
+ "shape": "S4l"
}
}
},
@@ -347,10 +347,10 @@
"type": "structure",
"members": {
"Jobs": {
- "shape": "S4l"
+ "shape": "S4n"
},
"JobsNotFound": {
- "shape": "S4j"
+ "shape": "S4l"
}
}
}
@@ -368,7 +368,7 @@
"DatabaseName": {},
"TableName": {},
"PartitionsToGet": {
- "shape": "S9r"
+ "shape": "S9t"
}
}
},
@@ -376,10 +376,10 @@
"type": "structure",
"members": {
"Partitions": {
- "shape": "S9t"
+ "shape": "S9v"
},
"UnprocessedKeys": {
- "shape": "S9r"
+ "shape": "S9t"
}
}
}
@@ -392,7 +392,7 @@
],
"members": {
"TriggerNames": {
- "shape": "S9w"
+ "shape": "S9y"
}
}
},
@@ -400,10 +400,10 @@
"type": "structure",
"members": {
"Triggers": {
- "shape": "S9y"
+ "shape": "Sa0"
},
"TriggersNotFound": {
- "shape": "S9w"
+ "shape": "S9y"
}
}
}
@@ -416,7 +416,7 @@
],
"members": {
"Names": {
- "shape": "Sag"
+ "shape": "Sai"
},
"IncludeGraph": {
"type": "boolean"
@@ -429,11 +429,11 @@
"Workflows": {
"type": "list",
"member": {
- "shape": "Saj"
+ "shape": "Sal"
}
},
"MissingWorkflows": {
- "shape": "Sag"
+ "shape": "Sai"
}
}
}
@@ -504,7 +504,7 @@
],
"members": {
"PartitionValueList": {
- "shape": "Sbh"
+ "shape": "Sbj"
},
"PartitionInput": {
"shape": "S5"
@@ -523,7 +523,7 @@
"type": "structure",
"members": {
"PartitionValueList": {
- "shape": "Sbh"
+ "shape": "Sbj"
},
"ErrorDetail": {
"shape": "S14"
@@ -639,7 +639,7 @@
"Description": {},
"BlueprintLocation": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -702,7 +702,7 @@
"QuoteSymbol": {},
"ContainsHeader": {},
"Header": {
- "shape": "Scj"
+ "shape": "Scl"
},
"DisableValueTrimming": {
"type": "boolean"
@@ -714,7 +714,7 @@
"type": "boolean"
},
"CustomDatatypes": {
- "shape": "Sck"
+ "shape": "Scm"
}
}
}
@@ -734,10 +734,10 @@
"members": {
"CatalogId": {},
"ConnectionInput": {
- "shape": "Scn"
+ "shape": "Scp"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -764,25 +764,25 @@
},
"Schedule": {},
"Classifiers": {
- "shape": "S2y"
+ "shape": "S30"
},
"TablePrefix": {},
"SchemaChangePolicy": {
- "shape": "S31"
+ "shape": "S33"
},
"RecrawlPolicy": {
- "shape": "S2z"
+ "shape": "S31"
},
"LineageConfiguration": {
- "shape": "S34"
+ "shape": "S36"
},
"LakeFormationConfiguration": {
- "shape": "S3k"
+ "shape": "S3m"
},
"Configuration": {},
"CrawlerSecurityConfiguration": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -802,10 +802,10 @@
"Name": {},
"RegexString": {},
"ContextWords": {
- "shape": "S3r"
+ "shape": "S3t"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -828,10 +828,10 @@
"Description": {},
"Ruleset": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"TargetTable": {
- "shape": "Sd1"
+ "shape": "Sd3"
},
"ClientToken": {}
}
@@ -853,10 +853,10 @@
"members": {
"CatalogId": {},
"DatabaseInput": {
- "shape": "Sd4"
+ "shape": "Sd6"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -876,12 +876,12 @@
"EndpointName": {},
"RoleArn": {},
"SecurityGroupIds": {
- "shape": "S4c"
+ "shape": "S4e"
},
"SubnetId": {},
"PublicKey": {},
"PublicKeys": {
- "shape": "S4g"
+ "shape": "S4i"
},
"NumberOfNodes": {
"type": "integer"
@@ -895,10 +895,10 @@
"ExtraJarsS3Path": {},
"SecurityConfiguration": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"Arguments": {
- "shape": "S4h"
+ "shape": "S4j"
}
}
},
@@ -908,7 +908,7 @@
"EndpointName": {},
"Status": {},
"SecurityGroupIds": {
- "shape": "S4c"
+ "shape": "S4e"
},
"SubnetId": {},
"RoleArn": {},
@@ -934,7 +934,7 @@
"type": "timestamp"
},
"Arguments": {
- "shape": "S4h"
+ "shape": "S4j"
}
}
}
@@ -953,19 +953,19 @@
"LogUri": {},
"Role": {},
"ExecutionProperty": {
- "shape": "S4p"
+ "shape": "S4r"
},
"Command": {
- "shape": "S4r"
+ "shape": "S4t"
},
"DefaultArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"NonOverridableArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"Connections": {
- "shape": "S4w"
+ "shape": "S4y"
},
"MaxRetries": {
"type": "integer"
@@ -983,10 +983,10 @@
},
"SecurityConfiguration": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"GlueVersion": {},
"NumberOfWorkers": {
@@ -994,11 +994,11 @@
},
"WorkerType": {},
"CodeGenConfigurationNodes": {
- "shape": "S52"
+ "shape": "S54"
},
"ExecutionClass": {},
"SourceControlDetails": {
- "shape": "S9n"
+ "shape": "S9p"
}
}
},
@@ -1022,10 +1022,10 @@
"Name": {},
"Description": {},
"InputRecordTables": {
- "shape": "Sdl"
+ "shape": "Sdn"
},
"Parameters": {
- "shape": "Sdm"
+ "shape": "Sdo"
},
"Role": {},
"GlueVersion": {},
@@ -1043,10 +1043,10 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"TransformEncryption": {
- "shape": "Sdq"
+ "shape": "Sds"
}
}
},
@@ -1092,7 +1092,7 @@
"DatabaseName": {},
"TableName": {},
"PartitionIndex": {
- "shape": "Sdx"
+ "shape": "Sdz"
}
}
},
@@ -1111,7 +1111,7 @@
"RegistryName": {},
"Description": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -1122,7 +1122,7 @@
"RegistryName": {},
"Description": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
}
@@ -1136,14 +1136,14 @@
],
"members": {
"RegistryId": {
- "shape": "Se3"
+ "shape": "Se5"
},
"SchemaName": {},
"DataFormat": {},
"Compatibility": {},
"Description": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"SchemaDefinition": {}
}
@@ -1169,7 +1169,7 @@
},
"SchemaStatus": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"SchemaVersionId": {},
"SchemaVersionStatus": {}
@@ -1181,10 +1181,10 @@
"type": "structure",
"members": {
"DagNodes": {
- "shape": "Sea"
+ "shape": "Sec"
},
"DagEdges": {
- "shape": "Sei"
+ "shape": "Sek"
},
"Language": {}
}
@@ -1207,7 +1207,7 @@
"members": {
"Name": {},
"EncryptionConfiguration": {
- "shape": "Sep"
+ "shape": "Ser"
}
}
},
@@ -1234,7 +1234,7 @@
"Description": {},
"Role": {},
"Command": {
- "shape": "Sf1"
+ "shape": "Sf3"
},
"Timeout": {
"type": "integer"
@@ -1243,10 +1243,10 @@
"type": "integer"
},
"DefaultArguments": {
- "shape": "Sf2"
+ "shape": "Sf4"
},
"Connections": {
- "shape": "S4w"
+ "shape": "S4y"
},
"MaxCapacity": {
"type": "double"
@@ -1258,7 +1258,7 @@
"SecurityConfiguration": {},
"GlueVersion": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"RequestOrigin": {}
}
@@ -1267,7 +1267,7 @@
"type": "structure",
"members": {
"Session": {
- "shape": "Sf5"
+ "shape": "Sf7"
}
}
}
@@ -1283,12 +1283,12 @@
"CatalogId": {},
"DatabaseName": {},
"TableInput": {
- "shape": "Sf9"
+ "shape": "Sfb"
},
"PartitionIndexes": {
"type": "list",
"member": {
- "shape": "Sdx"
+ "shape": "Sdz"
}
},
"TransactionId": {}
@@ -1313,20 +1313,20 @@
"Type": {},
"Schedule": {},
"Predicate": {
- "shape": "Sa5"
+ "shape": "Sa7"
},
"Actions": {
- "shape": "Sa3"
+ "shape": "Sa5"
},
"Description": {},
"StartOnCreation": {
"type": "boolean"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"EventBatchingCondition": {
- "shape": "Sac"
+ "shape": "Sae"
}
}
},
@@ -1348,7 +1348,7 @@
"CatalogId": {},
"DatabaseName": {},
"FunctionInput": {
- "shape": "Sfj"
+ "shape": "Sfl"
}
}
},
@@ -1367,10 +1367,10 @@
"Name": {},
"Description": {},
"DefaultRunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"MaxConcurrentRuns": {
"type": "integer"
@@ -1638,7 +1638,7 @@
],
"members": {
"RegistryId": {
- "shape": "Se3"
+ "shape": "Se5"
}
}
},
@@ -1888,7 +1888,7 @@
"type": "structure",
"members": {
"BlueprintRun": {
- "shape": "Shg"
+ "shape": "Shi"
}
}
}
@@ -1913,7 +1913,7 @@
"BlueprintRuns": {
"type": "list",
"member": {
- "shape": "Shg"
+ "shape": "Shi"
}
},
"NextToken": {}
@@ -1959,7 +1959,7 @@
"type": "structure",
"members": {
"Classifier": {
- "shape": "Shu"
+ "shape": "Shw"
}
}
}
@@ -1980,7 +1980,7 @@
"Classifiers": {
"type": "list",
"member": {
- "shape": "Shu"
+ "shape": "Shw"
}
},
"NextToken": {}
@@ -2004,7 +2004,7 @@
"shape": "S6"
},
"ColumnNames": {
- "shape": "Si4"
+ "shape": "Si6"
}
}
},
@@ -2012,10 +2012,10 @@
"type": "structure",
"members": {
"ColumnStatisticsList": {
- "shape": "Si6"
+ "shape": "Si8"
},
"Errors": {
- "shape": "Sio"
+ "shape": "Siq"
}
}
}
@@ -2033,7 +2033,7 @@
"DatabaseName": {},
"TableName": {},
"ColumnNames": {
- "shape": "Si4"
+ "shape": "Si6"
}
}
},
@@ -2041,10 +2041,10 @@
"type": "structure",
"members": {
"ColumnStatisticsList": {
- "shape": "Si6"
+ "shape": "Si8"
},
"Errors": {
- "shape": "Sio"
+ "shape": "Siq"
}
}
}
@@ -2067,7 +2067,7 @@
"type": "structure",
"members": {
"Connection": {
- "shape": "Siu"
+ "shape": "Siw"
}
}
}
@@ -2081,7 +2081,7 @@
"type": "structure",
"members": {
"MatchCriteria": {
- "shape": "Scp"
+ "shape": "Scr"
},
"ConnectionType": {}
}
@@ -2101,7 +2101,7 @@
"ConnectionList": {
"type": "list",
"member": {
- "shape": "Siu"
+ "shape": "Siw"
}
},
"NextToken": {}
@@ -2213,7 +2213,7 @@
"Name": {},
"RegexString": {},
"ContextWords": {
- "shape": "S3r"
+ "shape": "S3t"
}
}
}
@@ -2229,7 +2229,7 @@
"type": "structure",
"members": {
"DataCatalogEncryptionSettings": {
- "shape": "Sjb"
+ "shape": "Sjd"
}
}
}
@@ -2252,7 +2252,7 @@
"type": "double"
},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"RulesetName": {},
"EvaluationContext": {},
@@ -2266,7 +2266,7 @@
"JobRunId": {},
"RulesetEvaluationRunId": {},
"RuleResults": {
- "shape": "S42"
+ "shape": "S44"
}
}
}
@@ -2286,7 +2286,7 @@
"members": {
"RunId": {},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"Role": {},
"NumberOfWorkers": {
@@ -2331,7 +2331,7 @@
"Description": {},
"Ruleset": {},
"TargetTable": {
- "shape": "Sd1"
+ "shape": "Sd3"
},
"CreatedOn": {
"type": "timestamp"
@@ -2358,7 +2358,7 @@
"members": {
"RunId": {},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"Role": {},
"NumberOfWorkers": {
@@ -2368,7 +2368,7 @@
"type": "integer"
},
"AdditionalRunOptions": {
- "shape": "Sjn"
+ "shape": "Sjp"
},
"Status": {},
"ErrorString": {},
@@ -2385,14 +2385,14 @@
"type": "integer"
},
"RulesetNames": {
- "shape": "Sjo"
+ "shape": "Sjq"
},
"ResultIds": {
"type": "list",
"member": {}
},
"AdditionalDataSources": {
- "shape": "Sjq"
+ "shape": "Sjs"
}
}
}
@@ -2412,7 +2412,7 @@
"type": "structure",
"members": {
"Database": {
- "shape": "Sjt"
+ "shape": "Sjv"
}
}
}
@@ -2438,7 +2438,7 @@
"DatabaseList": {
"type": "list",
"member": {
- "shape": "Sjt"
+ "shape": "Sjv"
}
},
"NextToken": {}
@@ -2456,10 +2456,10 @@
"type": "structure",
"members": {
"DagNodes": {
- "shape": "Sea"
+ "shape": "Sec"
},
"DagEdges": {
- "shape": "Sei"
+ "shape": "Sek"
}
}
}
@@ -2478,7 +2478,7 @@
"type": "structure",
"members": {
"DevEndpoint": {
- "shape": "S4a"
+ "shape": "S4c"
}
}
}
@@ -2497,7 +2497,7 @@
"type": "structure",
"members": {
"DevEndpoints": {
- "shape": "S49"
+ "shape": "S4b"
},
"NextToken": {}
}
@@ -2517,7 +2517,7 @@
"type": "structure",
"members": {
"Job": {
- "shape": "S4m"
+ "shape": "S4o"
}
}
}
@@ -2537,7 +2537,7 @@
"type": "structure",
"members": {
"JobBookmarkEntry": {
- "shape": "Skb"
+ "shape": "Skd"
}
}
}
@@ -2561,7 +2561,7 @@
"type": "structure",
"members": {
"JobRun": {
- "shape": "Sav"
+ "shape": "Sax"
}
}
}
@@ -2584,7 +2584,7 @@
"type": "structure",
"members": {
"JobRuns": {
- "shape": "Sau"
+ "shape": "Saw"
},
"NextToken": {}
}
@@ -2604,7 +2604,7 @@
"type": "structure",
"members": {
"Jobs": {
- "shape": "S4l"
+ "shape": "S4n"
},
"NextToken": {}
}
@@ -2630,7 +2630,7 @@
"Status": {},
"LogGroupName": {},
"Properties": {
- "shape": "Skl"
+ "shape": "Skn"
},
"ErrorString": {},
"StartedOn": {
@@ -2699,7 +2699,7 @@
"Status": {},
"LogGroupName": {},
"Properties": {
- "shape": "Skl"
+ "shape": "Skn"
},
"ErrorString": {},
"StartedOn": {
@@ -2745,19 +2745,19 @@
"type": "timestamp"
},
"InputRecordTables": {
- "shape": "Sdl"
+ "shape": "Sdn"
},
"Parameters": {
- "shape": "Sdm"
+ "shape": "Sdo"
},
"EvaluationMetrics": {
- "shape": "Sl4"
+ "shape": "Sl6"
},
"LabelCount": {
"type": "integer"
},
"Schema": {
- "shape": "Slb"
+ "shape": "Sld"
},
"Role": {},
"GlueVersion": {},
@@ -2775,7 +2775,7 @@
"type": "integer"
},
"TransformEncryption": {
- "shape": "Sdq"
+ "shape": "Sds"
}
}
}
@@ -2789,10 +2789,10 @@
"type": "integer"
},
"Filter": {
- "shape": "Sle"
+ "shape": "Slg"
},
"Sort": {
- "shape": "Slf"
+ "shape": "Slh"
}
}
},
@@ -2818,19 +2818,19 @@
"type": "timestamp"
},
"InputRecordTables": {
- "shape": "Sdl"
+ "shape": "Sdn"
},
"Parameters": {
- "shape": "Sdm"
+ "shape": "Sdo"
},
"EvaluationMetrics": {
- "shape": "Sl4"
+ "shape": "Sl6"
},
"LabelCount": {
"type": "integer"
},
"Schema": {
- "shape": "Slb"
+ "shape": "Sld"
},
"Role": {},
"GlueVersion": {},
@@ -2848,7 +2848,7 @@
"type": "integer"
},
"TransformEncryption": {
- "shape": "Sdq"
+ "shape": "Sds"
}
}
}
@@ -2865,13 +2865,13 @@
],
"members": {
"Source": {
- "shape": "Sll"
+ "shape": "Sln"
},
"Sinks": {
- "shape": "Slm"
+ "shape": "Slo"
},
"Location": {
- "shape": "Sln"
+ "shape": "Slp"
}
}
},
@@ -2882,7 +2882,7 @@
],
"members": {
"Mapping": {
- "shape": "Slp"
+ "shape": "Slr"
}
}
}
@@ -2908,7 +2908,7 @@
"type": "structure",
"members": {
"Partition": {
- "shape": "S9u"
+ "shape": "S9w"
}
}
}
@@ -2992,7 +2992,7 @@
"Expression": {},
"NextToken": {},
"Segment": {
- "shape": "Sm9"
+ "shape": "Smb"
},
"MaxResults": {
"type": "integer"
@@ -3010,7 +3010,7 @@
"type": "structure",
"members": {
"Partitions": {
- "shape": "S9t"
+ "shape": "S9v"
},
"NextToken": {}
}
@@ -3025,16 +3025,16 @@
],
"members": {
"Mapping": {
- "shape": "Slp"
+ "shape": "Slr"
},
"Source": {
- "shape": "Sll"
+ "shape": "Sln"
},
"Sinks": {
- "shape": "Slm"
+ "shape": "Slo"
},
"Location": {
- "shape": "Sln"
+ "shape": "Slp"
},
"Language": {},
"AdditionalPlanOptionsMap": {
@@ -3060,7 +3060,7 @@
],
"members": {
"RegistryId": {
- "shape": "Se3"
+ "shape": "Se5"
}
}
},
@@ -3201,7 +3201,7 @@
},
"SchemaVersionId": {},
"SchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
}
}
},
@@ -3234,10 +3234,10 @@
"shape": "Sw"
},
"FirstSchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"SecondSchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"SchemaDiffType": {}
}
@@ -3263,7 +3263,7 @@
"type": "structure",
"members": {
"SecurityConfiguration": {
- "shape": "Sn5"
+ "shape": "Sn7"
}
}
}
@@ -3284,7 +3284,7 @@
"SecurityConfigurations": {
"type": "list",
"member": {
- "shape": "Sn5"
+ "shape": "Sn7"
}
},
"NextToken": {}
@@ -3306,7 +3306,7 @@
"type": "structure",
"members": {
"Session": {
- "shape": "Sf5"
+ "shape": "Sf7"
}
}
}
@@ -3330,7 +3330,7 @@
"type": "structure",
"members": {
"Statement": {
- "shape": "Snd"
+ "shape": "Snf"
}
}
}
@@ -3356,7 +3356,7 @@
"type": "structure",
"members": {
"Table": {
- "shape": "Snk"
+ "shape": "Snm"
}
}
}
@@ -3379,7 +3379,7 @@
"type": "structure",
"members": {
"TableVersion": {
- "shape": "Sno"
+ "shape": "Snq"
}
}
}
@@ -3407,7 +3407,7 @@
"TableVersions": {
"type": "list",
"member": {
- "shape": "Sno"
+ "shape": "Snq"
}
},
"NextToken": {}
@@ -3438,7 +3438,7 @@
"type": "structure",
"members": {
"TableList": {
- "shape": "Snv"
+ "shape": "Snx"
},
"NextToken": {}
}
@@ -3458,7 +3458,7 @@
"type": "structure",
"members": {
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
}
@@ -3477,7 +3477,7 @@
"type": "structure",
"members": {
"Trigger": {
- "shape": "S9z"
+ "shape": "Sa1"
}
}
}
@@ -3497,7 +3497,7 @@
"type": "structure",
"members": {
"Triggers": {
- "shape": "S9y"
+ "shape": "Sa0"
},
"NextToken": {}
}
@@ -3521,10 +3521,10 @@
"shape": "S6"
},
"AuditContext": {
- "shape": "So3"
+ "shape": "So5"
},
"SupportedPermissionTypes": {
- "shape": "So6"
+ "shape": "So8"
}
}
},
@@ -3532,7 +3532,7 @@
"type": "structure",
"members": {
"Partition": {
- "shape": "S9u"
+ "shape": "S9w"
},
"AuthorizedColumns": {
"shape": "Sn"
@@ -3558,14 +3558,14 @@
"TableName": {},
"Expression": {},
"AuditContext": {
- "shape": "So3"
+ "shape": "So5"
},
"SupportedPermissionTypes": {
- "shape": "So6"
+ "shape": "So8"
},
"NextToken": {},
"Segment": {
- "shape": "Sm9"
+ "shape": "Smb"
},
"MaxResults": {
"type": "integer"
@@ -3581,7 +3581,7 @@
"type": "structure",
"members": {
"Partition": {
- "shape": "S9u"
+ "shape": "S9w"
},
"AuthorizedColumns": {
"shape": "Sn"
@@ -3610,10 +3610,10 @@
"DatabaseName": {},
"Name": {},
"AuditContext": {
- "shape": "So3"
+ "shape": "So5"
},
"SupportedPermissionTypes": {
- "shape": "So6"
+ "shape": "So8"
}
}
},
@@ -3621,7 +3621,7 @@
"type": "structure",
"members": {
"Table": {
- "shape": "Snk"
+ "shape": "Snm"
},
"AuthorizedColumns": {
"shape": "Sn"
@@ -3659,7 +3659,7 @@
"type": "structure",
"members": {
"UserDefinedFunction": {
- "shape": "Soj"
+ "shape": "Sol"
}
}
}
@@ -3686,7 +3686,7 @@
"UserDefinedFunctions": {
"type": "list",
"member": {
- "shape": "Soj"
+ "shape": "Sol"
}
},
"NextToken": {}
@@ -3710,7 +3710,7 @@
"type": "structure",
"members": {
"Workflow": {
- "shape": "Saj"
+ "shape": "Sal"
}
}
}
@@ -3734,7 +3734,7 @@
"type": "structure",
"members": {
"Run": {
- "shape": "Sal"
+ "shape": "San"
}
}
}
@@ -3755,7 +3755,7 @@
"type": "structure",
"members": {
"RunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
}
}
}
@@ -3783,7 +3783,7 @@
"Runs": {
"type": "list",
"member": {
- "shape": "Sal"
+ "shape": "San"
}
},
"NextToken": {}
@@ -3811,7 +3811,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -3834,7 +3834,7 @@
},
"NextToken": {},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -3913,7 +3913,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -3921,7 +3921,7 @@
"type": "structure",
"members": {
"CustomEntityTypes": {
- "shape": "S3p"
+ "shape": "S3r"
},
"NextToken": {}
}
@@ -3935,7 +3935,7 @@
"type": "structure",
"members": {
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"JobName": {},
"JobRunId": {},
@@ -3966,7 +3966,7 @@
"members": {
"ResultId": {},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"JobName": {},
"JobRunId": {},
@@ -3991,7 +3991,7 @@
],
"members": {
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"StartedBefore": {
"type": "timestamp"
@@ -4021,7 +4021,7 @@
"type": "timestamp"
},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
}
}
}
@@ -4041,7 +4041,7 @@
],
"members": {
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"StartedBefore": {
"type": "timestamp"
@@ -4071,7 +4071,7 @@
"type": "timestamp"
},
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
}
}
}
@@ -4106,12 +4106,12 @@
"type": "timestamp"
},
"TargetTable": {
- "shape": "Sd1"
+ "shape": "Sd3"
}
}
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -4132,7 +4132,7 @@
"type": "timestamp"
},
"TargetTable": {
- "shape": "Sd1"
+ "shape": "Sd3"
},
"RecommendationRunId": {},
"RuleCount": {
@@ -4154,7 +4154,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -4178,7 +4178,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -4186,7 +4186,7 @@
"type": "structure",
"members": {
"JobNames": {
- "shape": "S4j"
+ "shape": "S4l"
},
"NextToken": {}
}
@@ -4201,13 +4201,13 @@
"type": "integer"
},
"Filter": {
- "shape": "Sle"
+ "shape": "Slg"
},
"Sort": {
- "shape": "Slf"
+ "shape": "Slh"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -4299,7 +4299,7 @@
"type": "structure",
"members": {
"RegistryId": {
- "shape": "Se3"
+ "shape": "Se5"
},
"MaxResults": {
"type": "integer"
@@ -4338,7 +4338,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
},
"RequestOrigin": {}
}
@@ -4353,7 +4353,7 @@
"Sessions": {
"type": "list",
"member": {
- "shape": "Sf5"
+ "shape": "Sf7"
}
},
"NextToken": {}
@@ -4378,7 +4378,7 @@
"Statements": {
"type": "list",
"member": {
- "shape": "Snd"
+ "shape": "Snf"
}
},
"NextToken": {}
@@ -4395,7 +4395,7 @@
"type": "integer"
},
"Tags": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -4403,7 +4403,7 @@
"type": "structure",
"members": {
"TriggerNames": {
- "shape": "S9w"
+ "shape": "S9y"
},
"NextToken": {}
}
@@ -4423,7 +4423,7 @@
"type": "structure",
"members": {
"Workflows": {
- "shape": "Sag"
+ "shape": "Sai"
},
"NextToken": {}
}
@@ -4438,7 +4438,7 @@
"members": {
"CatalogId": {},
"DataCatalogEncryptionSettings": {
- "shape": "Sjb"
+ "shape": "Sjd"
}
}
},
@@ -4479,11 +4479,11 @@
"shape": "Sw"
},
"SchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"SchemaVersionId": {},
"MetadataKeyValue": {
- "shape": "Sr3"
+ "shape": "Sr5"
}
}
},
@@ -4517,7 +4517,7 @@
"Name": {},
"RunId": {},
"RunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
}
}
},
@@ -4534,13 +4534,13 @@
"shape": "Sw"
},
"SchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"SchemaVersionId": {},
"MetadataList": {
"type": "list",
"member": {
- "shape": "Sr3"
+ "shape": "Sr5"
}
},
"MaxResults": {
@@ -4614,11 +4614,11 @@
"shape": "Sw"
},
"SchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"SchemaVersionId": {},
"MetadataKeyValue": {
- "shape": "Sr3"
+ "shape": "Sr5"
}
}
},
@@ -4655,7 +4655,7 @@
"type": "structure",
"members": {
"JobBookmarkEntry": {
- "shape": "Skb"
+ "shape": "Skd"
}
}
}
@@ -4672,7 +4672,7 @@
"Name": {},
"RunId": {},
"NodeIds": {
- "shape": "Sro"
+ "shape": "Srq"
}
}
},
@@ -4681,7 +4681,7 @@
"members": {
"RunId": {},
"NodeIds": {
- "shape": "Sro"
+ "shape": "Srq"
}
}
}
@@ -4747,7 +4747,7 @@
"members": {
"NextToken": {},
"TableList": {
- "shape": "Snv"
+ "shape": "Snx"
}
}
}
@@ -4811,7 +4811,7 @@
],
"members": {
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"Role": {},
"NumberOfWorkers": {
@@ -4842,7 +4842,7 @@
],
"members": {
"DataSource": {
- "shape": "S3z"
+ "shape": "S41"
},
"Role": {},
"NumberOfWorkers": {
@@ -4853,13 +4853,13 @@
},
"ClientToken": {},
"AdditionalRunOptions": {
- "shape": "Sjn"
+ "shape": "Sjp"
},
"RulesetNames": {
- "shape": "Sjo"
+ "shape": "Sjq"
},
"AdditionalDataSources": {
- "shape": "Sjq"
+ "shape": "Sjs"
}
}
},
@@ -4922,7 +4922,7 @@
"JobName": {},
"JobRunId": {},
"Arguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"AllocatedCapacity": {
"deprecated": true,
@@ -4937,7 +4937,7 @@
},
"SecurityConfiguration": {},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"WorkerType": {},
"NumberOfWorkers": {
@@ -5015,7 +5015,7 @@
"members": {
"Name": {},
"RunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
}
}
},
@@ -5118,7 +5118,7 @@
"members": {
"ResourceArn": {},
"TagsToAdd": {
- "shape": "Sc2"
+ "shape": "Sc4"
}
}
},
@@ -5215,7 +5215,7 @@
"QuoteSymbol": {},
"ContainsHeader": {},
"Header": {
- "shape": "Scj"
+ "shape": "Scl"
},
"DisableValueTrimming": {
"type": "boolean"
@@ -5227,7 +5227,7 @@
"type": "boolean"
},
"CustomDatatypes": {
- "shape": "Sck"
+ "shape": "Scm"
}
}
}
@@ -5255,7 +5255,7 @@
"shape": "S6"
},
"ColumnStatisticsList": {
- "shape": "Std"
+ "shape": "Stf"
}
}
},
@@ -5263,7 +5263,7 @@
"type": "structure",
"members": {
"Errors": {
- "shape": "Stf"
+ "shape": "Sth"
}
}
}
@@ -5281,7 +5281,7 @@
"DatabaseName": {},
"TableName": {},
"ColumnStatisticsList": {
- "shape": "Std"
+ "shape": "Stf"
}
}
},
@@ -5289,7 +5289,7 @@
"type": "structure",
"members": {
"Errors": {
- "shape": "Stf"
+ "shape": "Sth"
}
}
}
@@ -5305,7 +5305,7 @@
"CatalogId": {},
"Name": {},
"ConnectionInput": {
- "shape": "Scn"
+ "shape": "Scp"
}
}
},
@@ -5330,20 +5330,20 @@
},
"Schedule": {},
"Classifiers": {
- "shape": "S2y"
+ "shape": "S30"
},
"TablePrefix": {},
"SchemaChangePolicy": {
- "shape": "S31"
+ "shape": "S33"
},
"RecrawlPolicy": {
- "shape": "S2z"
+ "shape": "S31"
},
"LineageConfiguration": {
- "shape": "S34"
+ "shape": "S36"
},
"LakeFormationConfiguration": {
- "shape": "S3k"
+ "shape": "S3m"
},
"Configuration": {},
"CrawlerSecurityConfiguration": {}
@@ -5402,7 +5402,7 @@
"CatalogId": {},
"Name": {},
"DatabaseInput": {
- "shape": "Sd4"
+ "shape": "Sd6"
}
}
},
@@ -5421,10 +5421,10 @@
"EndpointName": {},
"PublicKey": {},
"AddPublicKeys": {
- "shape": "S4g"
+ "shape": "S4i"
},
"DeletePublicKeys": {
- "shape": "S4g"
+ "shape": "S4i"
},
"CustomLibraries": {
"type": "structure",
@@ -5437,10 +5437,10 @@
"type": "boolean"
},
"DeleteArguments": {
- "shape": "S4c"
+ "shape": "S4e"
},
"AddArguments": {
- "shape": "S4h"
+ "shape": "S4j"
}
}
},
@@ -5465,19 +5465,19 @@
"LogUri": {},
"Role": {},
"ExecutionProperty": {
- "shape": "S4p"
+ "shape": "S4r"
},
"Command": {
- "shape": "S4r"
+ "shape": "S4t"
},
"DefaultArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"NonOverridableArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"Connections": {
- "shape": "S4w"
+ "shape": "S4y"
},
"MaxRetries": {
"type": "integer"
@@ -5499,15 +5499,15 @@
},
"SecurityConfiguration": {},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"GlueVersion": {},
"CodeGenConfigurationNodes": {
- "shape": "S52"
+ "shape": "S54"
},
"ExecutionClass": {},
"SourceControlDetails": {
- "shape": "S9n"
+ "shape": "S9p"
}
}
}
@@ -5553,7 +5553,7 @@
"Name": {},
"Description": {},
"Parameters": {
- "shape": "Sdm"
+ "shape": "Sdo"
},
"Role": {},
"GlueVersion": {},
@@ -5593,7 +5593,7 @@
"DatabaseName": {},
"TableName": {},
"PartitionValueList": {
- "shape": "Sbh"
+ "shape": "Sbj"
},
"PartitionInput": {
"shape": "S5"
@@ -5614,7 +5614,7 @@
],
"members": {
"RegistryId": {
- "shape": "Se3"
+ "shape": "Se5"
},
"Description": {}
}
@@ -5638,7 +5638,7 @@
"shape": "Sw"
},
"SchemaVersionNumber": {
- "shape": "Smw"
+ "shape": "Smy"
},
"Compatibility": {},
"Description": {}
@@ -5686,7 +5686,7 @@
"CatalogId": {},
"DatabaseName": {},
"TableInput": {
- "shape": "Sf9"
+ "shape": "Sfb"
},
"SkipArchive": {
"type": "boolean"
@@ -5716,13 +5716,13 @@
"Description": {},
"Schedule": {},
"Actions": {
- "shape": "Sa3"
+ "shape": "Sa5"
},
"Predicate": {
- "shape": "Sa5"
+ "shape": "Sa7"
},
"EventBatchingCondition": {
- "shape": "Sac"
+ "shape": "Sae"
}
}
}
@@ -5732,7 +5732,7 @@
"type": "structure",
"members": {
"Trigger": {
- "shape": "S9z"
+ "shape": "Sa1"
}
}
}
@@ -5750,7 +5750,7 @@
"DatabaseName": {},
"FunctionName": {},
"FunctionInput": {
- "shape": "Sfj"
+ "shape": "Sfl"
}
}
},
@@ -5769,7 +5769,7 @@
"Name": {},
"Description": {},
"DefaultRunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
},
"MaxConcurrentRuns": {
"type": "integer"
@@ -6015,16 +6015,16 @@
"DatabaseName": {},
"Description": {},
"Classifiers": {
- "shape": "S2y"
+ "shape": "S30"
},
"RecrawlPolicy": {
- "shape": "S2z"
+ "shape": "S31"
},
"SchemaChangePolicy": {
- "shape": "S31"
+ "shape": "S33"
},
"LineageConfiguration": {
- "shape": "S34"
+ "shape": "S36"
},
"State": {},
"TablePrefix": {},
@@ -6063,7 +6063,7 @@
"Configuration": {},
"CrawlerSecurityConfiguration": {},
"LakeFormationConfiguration": {
- "shape": "S3k"
+ "shape": "S3m"
}
}
},
@@ -6170,6 +6170,24 @@
}
}
}
+ },
+ "IcebergTargets": {
+ "type": "list",
+ "member": {
+ "type": "structure",
+ "members": {
+ "Paths": {
+ "shape": "S2f"
+ },
+ "ConnectionName": {},
+ "Exclusions": {
+ "shape": "S2f"
+ },
+ "MaximumTraversalDepth": {
+ "type": "integer"
+ }
+ }
+ }
}
}
},
@@ -6177,30 +6195,30 @@
"type": "list",
"member": {}
},
- "S2y": {
+ "S30": {
"type": "list",
"member": {}
},
- "S2z": {
+ "S31": {
"type": "structure",
"members": {
"RecrawlBehavior": {}
}
},
- "S31": {
+ "S33": {
"type": "structure",
"members": {
"UpdateBehavior": {},
"DeleteBehavior": {}
}
},
- "S34": {
+ "S36": {
"type": "structure",
"members": {
"CrawlerLineageSettings": {}
}
},
- "S3k": {
+ "S3m": {
"type": "structure",
"members": {
"UseLakeFormationCredentials": {
@@ -6209,11 +6227,11 @@
"AccountId": {}
}
},
- "S3n": {
+ "S3p": {
"type": "list",
"member": {}
},
- "S3p": {
+ "S3r": {
"type": "list",
"member": {
"type": "structure",
@@ -6225,31 +6243,31 @@
"Name": {},
"RegexString": {},
"ContextWords": {
- "shape": "S3r"
+ "shape": "S3t"
}
}
}
},
- "S3r": {
+ "S3t": {
"type": "list",
"member": {}
},
- "S3t": {
+ "S3v": {
"type": "list",
"member": {}
},
- "S3z": {
+ "S41": {
"type": "structure",
"required": [
"GlueTable"
],
"members": {
"GlueTable": {
- "shape": "S40"
+ "shape": "S42"
}
}
},
- "S40": {
+ "S42": {
"type": "structure",
"required": [
"DatabaseName",
@@ -6267,7 +6285,7 @@
}
}
},
- "S42": {
+ "S44": {
"type": "list",
"member": {
"type": "structure",
@@ -6286,23 +6304,23 @@
}
}
},
- "S47": {
+ "S49": {
"type": "list",
"member": {}
},
- "S49": {
+ "S4b": {
"type": "list",
"member": {
- "shape": "S4a"
+ "shape": "S4c"
}
},
- "S4a": {
+ "S4c": {
"type": "structure",
"members": {
"EndpointName": {},
"RoleArn": {},
"SecurityGroupIds": {
- "shape": "S4c"
+ "shape": "S4e"
},
"SubnetId": {},
"YarnEndpointAddress": {},
@@ -6334,38 +6352,38 @@
},
"PublicKey": {},
"PublicKeys": {
- "shape": "S4g"
+ "shape": "S4i"
},
"SecurityConfiguration": {},
"Arguments": {
- "shape": "S4h"
+ "shape": "S4j"
}
}
},
- "S4c": {
+ "S4e": {
"type": "list",
"member": {}
},
- "S4g": {
+ "S4i": {
"type": "list",
"member": {}
},
- "S4h": {
+ "S4j": {
"type": "map",
"key": {},
"value": {}
},
- "S4j": {
+ "S4l": {
"type": "list",
"member": {}
},
- "S4l": {
+ "S4n": {
"type": "list",
"member": {
- "shape": "S4m"
+ "shape": "S4o"
}
},
- "S4m": {
+ "S4o": {
"type": "structure",
"members": {
"Name": {},
@@ -6379,19 +6397,19 @@
"type": "timestamp"
},
"ExecutionProperty": {
- "shape": "S4p"
+ "shape": "S4r"
},
"Command": {
- "shape": "S4r"
+ "shape": "S4t"
},
"DefaultArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"NonOverridableArguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"Connections": {
- "shape": "S4w"
+ "shape": "S4y"
},
"MaxRetries": {
"type": "integer"
@@ -6413,19 +6431,19 @@
},
"SecurityConfiguration": {},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"GlueVersion": {},
"CodeGenConfigurationNodes": {
- "shape": "S52"
+ "shape": "S54"
},
"ExecutionClass": {},
"SourceControlDetails": {
- "shape": "S9n"
+ "shape": "S9p"
}
}
},
- "S4p": {
+ "S4r": {
"type": "structure",
"members": {
"MaxConcurrentRuns": {
@@ -6433,7 +6451,7 @@
}
}
},
- "S4r": {
+ "S4t": {
"type": "structure",
"members": {
"Name": {},
@@ -6442,24 +6460,24 @@
"Runtime": {}
}
},
- "S4v": {
+ "S4x": {
"type": "map",
"key": {},
"value": {}
},
- "S4w": {
+ "S4y": {
"type": "structure",
"members": {
"Connections": {
- "shape": "S4x"
+ "shape": "S4z"
}
}
},
- "S4x": {
+ "S4z": {
"type": "list",
"member": {}
},
- "S50": {
+ "S52": {
"type": "structure",
"members": {
"NotifyDelayAfter": {
@@ -6467,7 +6485,7 @@
}
}
},
- "S52": {
+ "S54": {
"type": "map",
"key": {},
"value": {
@@ -6490,7 +6508,7 @@
"ConnectionTable": {},
"SchemaName": {},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6522,7 +6540,7 @@
"type": "long"
},
"JobBookmarkKeys": {
- "shape": "S5h"
+ "shape": "S5j"
},
"JobBookmarkKeysSortOrder": {},
"DataTypeMapping": {
@@ -6535,7 +6553,7 @@
"ConnectionTable": {},
"Query": {},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6553,10 +6571,10 @@
"ConnectorName": {},
"ConnectionType": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6601,7 +6619,7 @@
"Table": {},
"PartitionPredicate": {},
"AdditionalOptions": {
- "shape": "S5r"
+ "shape": "S5t"
}
}
},
@@ -6616,11 +6634,11 @@
"members": {
"Name": {},
"Paths": {
- "shape": "S5h"
+ "shape": "S5j"
},
"CompressionType": {},
"Exclusions": {
- "shape": "S5h"
+ "shape": "S5j"
},
"GroupSize": {},
"GroupFiles": {},
@@ -6634,7 +6652,7 @@
"type": "integer"
},
"AdditionalOptions": {
- "shape": "S5x"
+ "shape": "S5z"
},
"Separator": {},
"Escaper": {},
@@ -6655,7 +6673,7 @@
"type": "boolean"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6668,11 +6686,11 @@
"members": {
"Name": {},
"Paths": {
- "shape": "S5h"
+ "shape": "S5j"
},
"CompressionType": {},
"Exclusions": {
- "shape": "S5h"
+ "shape": "S5j"
},
"GroupSize": {},
"GroupFiles": {},
@@ -6686,14 +6704,14 @@
"type": "integer"
},
"AdditionalOptions": {
- "shape": "S5x"
+ "shape": "S5z"
},
"JsonPath": {},
"Multiline": {
"type": "boolean"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6706,11 +6724,11 @@
"members": {
"Name": {},
"Paths": {
- "shape": "S5h"
+ "shape": "S5j"
},
"CompressionType": {},
"Exclusions": {
- "shape": "S5h"
+ "shape": "S5j"
},
"GroupSize": {},
"GroupFiles": {},
@@ -6724,10 +6742,10 @@
"type": "integer"
},
"AdditionalOptions": {
- "shape": "S5x"
+ "shape": "S5z"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6770,17 +6788,17 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"ConnectionName": {},
"ConnectionTable": {},
"ConnectorName": {},
"ConnectionType": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6796,16 +6814,16 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"ConnectionName": {},
"ConnectorName": {},
"ConnectionType": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -6820,7 +6838,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {}
@@ -6837,7 +6855,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {},
@@ -6867,15 +6885,15 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Table": {},
"Database": {},
"SchemaChangePolicy": {
- "shape": "S6f"
+ "shape": "S6h"
}
}
},
@@ -6889,15 +6907,15 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Path": {},
"Compression": {},
"SchemaChangePolicy": {
- "shape": "S6i"
+ "shape": "S6k"
}
}
},
@@ -6912,16 +6930,16 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Path": {},
"Compression": {},
"Format": {},
"SchemaChangePolicy": {
- "shape": "S6i"
+ "shape": "S6k"
}
}
},
@@ -6935,10 +6953,10 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Mapping": {
- "shape": "S6m"
+ "shape": "S6o"
}
}
},
@@ -6952,10 +6970,10 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Paths": {
- "shape": "S6e"
+ "shape": "S6g"
}
}
},
@@ -6969,10 +6987,10 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Paths": {
- "shape": "S6e"
+ "shape": "S6g"
}
}
},
@@ -6987,13 +7005,13 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"SourcePath": {
- "shape": "S5h"
+ "shape": "S5j"
},
"TargetPath": {
- "shape": "S5h"
+ "shape": "S5j"
}
}
},
@@ -7007,7 +7025,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Path": {},
"Topk": {
@@ -7029,7 +7047,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S6v"
+ "shape": "S6x"
},
"JoinType": {},
"Columns": {
@@ -7043,7 +7061,7 @@
"members": {
"From": {},
"Keys": {
- "shape": "S6e"
+ "shape": "S6g"
}
}
}
@@ -7060,10 +7078,10 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Paths": {
- "shape": "S6e"
+ "shape": "S6g"
}
}
},
@@ -7077,7 +7095,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Index": {
"type": "integer"
@@ -7094,7 +7112,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"ImputedPath": {},
"FilledPath": {}
@@ -7111,7 +7129,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"LogicalOperator": {},
"Filters": {
@@ -7138,7 +7156,7 @@
"members": {
"Type": {},
"Value": {
- "shape": "S5h"
+ "shape": "S5j"
}
}
}
@@ -7159,12 +7177,12 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S7c"
+ "shape": "S7e"
},
"Code": {},
"ClassName": {},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7179,7 +7197,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S7c"
+ "shape": "S7e"
},
"SqlQuery": {},
"SqlAliases": {
@@ -7197,7 +7215,7 @@
}
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7215,10 +7233,10 @@
"type": "boolean"
},
"StreamingOptions": {
- "shape": "S7j"
+ "shape": "S7l"
},
"DataPreviewOptions": {
- "shape": "S7m"
+ "shape": "S7o"
}
}
},
@@ -7230,7 +7248,7 @@
"members": {
"Name": {},
"StreamingOptions": {
- "shape": "S7q"
+ "shape": "S7s"
},
"WindowSize": {
"type": "integer"
@@ -7239,7 +7257,7 @@
"type": "boolean"
},
"DataPreviewOptions": {
- "shape": "S7m"
+ "shape": "S7o"
}
}
},
@@ -7261,10 +7279,10 @@
"Table": {},
"Database": {},
"StreamingOptions": {
- "shape": "S7j"
+ "shape": "S7l"
},
"DataPreviewOptions": {
- "shape": "S7m"
+ "shape": "S7o"
}
}
},
@@ -7286,10 +7304,10 @@
"Table": {},
"Database": {},
"StreamingOptions": {
- "shape": "S7q"
+ "shape": "S7s"
},
"DataPreviewOptions": {
- "shape": "S7m"
+ "shape": "S7o"
}
}
},
@@ -7302,7 +7320,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"NullCheckBoxList": {
"type": "structure",
@@ -7355,11 +7373,11 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S6v"
+ "shape": "S6x"
},
"Source": {},
"PrimaryKeys": {
- "shape": "S6e"
+ "shape": "S6g"
}
}
},
@@ -7373,7 +7391,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S6v"
+ "shape": "S6x"
},
"UnionType": {}
}
@@ -7389,11 +7407,11 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PiiType": {},
"EntityTypesToDetect": {
- "shape": "S5h"
+ "shape": "S5j"
},
"OutputColumnName": {},
"SampleFraction": {
@@ -7416,10 +7434,10 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Groups": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Aggs": {
"type": "list",
@@ -7431,7 +7449,7 @@
],
"members": {
"Column": {
- "shape": "S5h"
+ "shape": "S5j"
},
"AggFunc": {}
}
@@ -7448,7 +7466,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Columns": {
"type": "list",
@@ -7470,15 +7488,15 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Table": {},
"Database": {},
"SchemaChangePolicy": {
- "shape": "S6f"
+ "shape": "S6h"
}
}
},
@@ -7495,7 +7513,7 @@
"Table": {},
"PartitionPredicate": {},
"AdditionalOptions": {
- "shape": "S5r"
+ "shape": "S5t"
}
}
},
@@ -7562,7 +7580,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {}
@@ -7579,7 +7597,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {}
@@ -7596,7 +7614,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {}
@@ -7613,7 +7631,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Database": {},
"Table": {}
@@ -7632,7 +7650,7 @@
"Name": {},
"TransformName": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Parameters": {
"type": "list",
@@ -7648,7 +7666,7 @@
"ValidationRule": {},
"ValidationMessage": {},
"Value": {
- "shape": "S5h"
+ "shape": "S5j"
},
"ListType": {},
"IsOptional": {
@@ -7661,7 +7679,7 @@
"Path": {},
"Version": {},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7675,15 +7693,15 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Ruleset": {},
"Output": {},
"PublishingOptions": {
- "shape": "S8u"
+ "shape": "S8w"
},
"StopJobOnFailureOptions": {
- "shape": "S8v"
+ "shape": "S8x"
}
}
},
@@ -7699,10 +7717,10 @@
"Database": {},
"Table": {},
"AdditionalHudiOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7718,10 +7736,10 @@
"Database": {},
"Table": {},
"AdditionalHudiOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7734,16 +7752,16 @@
"members": {
"Name": {},
"Paths": {
- "shape": "S5h"
+ "shape": "S5j"
},
"AdditionalHudiOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"AdditionalOptions": {
- "shape": "S5x"
+ "shape": "S5z"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7759,18 +7777,18 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Table": {},
"Database": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"SchemaChangePolicy": {
- "shape": "S6f"
+ "shape": "S6h"
}
}
},
@@ -7787,19 +7805,19 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"Path": {},
"Compression": {},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Format": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"SchemaChangePolicy": {
- "shape": "S6i"
+ "shape": "S6k"
}
}
},
@@ -7833,10 +7851,10 @@
"Database": {},
"Table": {},
"AdditionalDeltaOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7852,10 +7870,10 @@
"Database": {},
"Table": {},
"AdditionalDeltaOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7868,16 +7886,16 @@
"members": {
"Name": {},
"Paths": {
- "shape": "S5h"
+ "shape": "S5j"
},
"AdditionalDeltaOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"AdditionalOptions": {
- "shape": "S5x"
+ "shape": "S5z"
},
"OutputSchemas": {
- "shape": "S59"
+ "shape": "S5b"
}
}
},
@@ -7892,18 +7910,18 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Table": {},
"Database": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"SchemaChangePolicy": {
- "shape": "S6f"
+ "shape": "S6h"
}
}
},
@@ -7919,19 +7937,19 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
},
"PartitionKeys": {
- "shape": "S6e"
+ "shape": "S6g"
},
"Path": {},
"Compression": {},
"Format": {},
"AdditionalOptions": {
- "shape": "S5n"
+ "shape": "S5p"
},
"SchemaChangePolicy": {
- "shape": "S6i"
+ "shape": "S6k"
}
}
},
@@ -7940,7 +7958,7 @@
"members": {
"Name": {},
"Data": {
- "shape": "S9c"
+ "shape": "S9e"
}
}
},
@@ -7949,10 +7967,10 @@
"members": {
"Name": {},
"Data": {
- "shape": "S9c"
+ "shape": "S9e"
},
"Inputs": {
- "shape": "S67"
+ "shape": "S69"
}
}
},
@@ -7966,7 +7984,7 @@
"members": {
"Name": {},
"Inputs": {
- "shape": "S7c"
+ "shape": "S7e"
},
"AdditionalDataSources": {
"type": "map",
@@ -7975,7 +7993,7 @@
},
"Ruleset": {},
"PublishingOptions": {
- "shape": "S8u"
+ "shape": "S8w"
},
"AdditionalOptions": {
"type": "map",
@@ -7983,7 +8001,7 @@
"value": {}
},
"StopJobOnFailureOptions": {
- "shape": "S8v"
+ "shape": "S8x"
}
}
}
@@ -7991,7 +8009,7 @@
},
"sensitive": true
},
- "S59": {
+ "S5b": {
"type": "list",
"member": {
"type": "structure",
@@ -8012,16 +8030,16 @@
}
}
},
- "S5h": {
+ "S5j": {
"type": "list",
"member": {}
},
- "S5n": {
+ "S5p": {
"type": "map",
"key": {},
"value": {}
},
- "S5r": {
+ "S5t": {
"type": "structure",
"members": {
"BoundedSize": {
@@ -8032,7 +8050,7 @@
}
}
},
- "S5x": {
+ "S5z": {
"type": "structure",
"members": {
"BoundedSize": {
@@ -8047,17 +8065,17 @@
"SamplePath": {}
}
},
- "S67": {
+ "S69": {
"type": "list",
"member": {}
},
- "S6e": {
+ "S6g": {
"type": "list",
"member": {
- "shape": "S5h"
+ "shape": "S5j"
}
},
- "S6f": {
+ "S6h": {
"type": "structure",
"members": {
"EnableUpdateCatalog": {
@@ -8066,7 +8084,7 @@
"UpdateBehavior": {}
}
},
- "S6i": {
+ "S6k": {
"type": "structure",
"members": {
"EnableUpdateCatalog": {
@@ -8077,14 +8095,14 @@
"Database": {}
}
},
- "S6m": {
+ "S6o": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ToKey": {},
"FromPath": {
- "shape": "S5h"
+ "shape": "S5j"
},
"FromType": {},
"ToType": {},
@@ -8092,20 +8110,20 @@
"type": "boolean"
},
"Children": {
- "shape": "S6m"
+ "shape": "S6o"
}
}
}
},
- "S6v": {
+ "S6x": {
"type": "list",
"member": {}
},
- "S7c": {
+ "S7e": {
"type": "list",
"member": {}
},
- "S7j": {
+ "S7l": {
"type": "structure",
"members": {
"EndpointUrl": {},
@@ -8149,15 +8167,15 @@
"AddRecordTimestamp": {},
"EmitConsumerLagMetrics": {},
"StartingTimestamp": {
- "shape": "S7l"
+ "shape": "S7n"
}
}
},
- "S7l": {
+ "S7n": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
- "S7m": {
+ "S7o": {
"type": "structure",
"members": {
"PollingTime": {
@@ -8168,7 +8186,7 @@
}
}
},
- "S7q": {
+ "S7s": {
"type": "structure",
"members": {
"BootstrapServers": {},
@@ -8202,11 +8220,11 @@
"AddRecordTimestamp": {},
"EmitConsumerLagMetrics": {},
"StartingTimestamp": {
- "shape": "S7l"
+ "shape": "S7n"
}
}
},
- "S8u": {
+ "S8w": {
"type": "structure",
"members": {
"EvaluationContext": {},
@@ -8219,37 +8237,37 @@
}
}
},
- "S8v": {
+ "S8x": {
"type": "structure",
"members": {
"StopJobOnFailureTiming": {}
}
},
- "S9c": {
+ "S9e": {
"type": "structure",
"members": {
"AccessType": {},
"SourceType": {},
"Connection": {
- "shape": "S9d"
+ "shape": "S9f"
},
"Schema": {
- "shape": "S9d"
+ "shape": "S9f"
},
"Table": {
- "shape": "S9d"
+ "shape": "S9f"
},
"CatalogDatabase": {
- "shape": "S9d"
+ "shape": "S9f"
},
"CatalogTable": {
- "shape": "S9d"
+ "shape": "S9f"
},
"CatalogRedshiftSchema": {},
"CatalogRedshiftTable": {},
"TempDir": {},
"IamRole": {
- "shape": "S9d"
+ "shape": "S9f"
},
"AdvancedOptions": {
"type": "list",
@@ -8275,15 +8293,15 @@
"MergeClause": {},
"CrawlerConnection": {},
"TableSchema": {
- "shape": "S9g"
+ "shape": "S9i"
},
"StagingTable": {},
"SelectedColumns": {
- "shape": "S9g"
+ "shape": "S9i"
}
}
},
- "S9d": {
+ "S9f": {
"type": "structure",
"members": {
"Value": {},
@@ -8291,13 +8309,13 @@
"Description": {}
}
},
- "S9g": {
+ "S9i": {
"type": "list",
"member": {
- "shape": "S9d"
+ "shape": "S9f"
}
},
- "S9n": {
+ "S9p": {
"type": "structure",
"members": {
"Provider": {},
@@ -8310,19 +8328,19 @@
"AuthToken": {}
}
},
- "S9r": {
+ "S9t": {
"type": "list",
"member": {
"shape": "S1c"
}
},
- "S9t": {
+ "S9v": {
"type": "list",
"member": {
- "shape": "S9u"
+ "shape": "S9w"
}
},
- "S9u": {
+ "S9w": {
"type": "structure",
"members": {
"Values": {
@@ -8348,17 +8366,17 @@
"CatalogId": {}
}
},
- "S9w": {
+ "S9y": {
"type": "list",
"member": {}
},
- "S9y": {
+ "Sa0": {
"type": "list",
"member": {
- "shape": "S9z"
+ "shape": "Sa1"
}
},
- "S9z": {
+ "Sa1": {
"type": "structure",
"members": {
"Name": {},
@@ -8369,37 +8387,37 @@
"Description": {},
"Schedule": {},
"Actions": {
- "shape": "Sa3"
+ "shape": "Sa5"
},
"Predicate": {
- "shape": "Sa5"
+ "shape": "Sa7"
},
"EventBatchingCondition": {
- "shape": "Sac"
+ "shape": "Sae"
}
}
},
- "Sa3": {
+ "Sa5": {
"type": "list",
"member": {
"type": "structure",
"members": {
"JobName": {},
"Arguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"Timeout": {
"type": "integer"
},
"SecurityConfiguration": {},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"CrawlerName": {}
}
}
},
- "Sa5": {
+ "Sa7": {
"type": "structure",
"members": {
"Logical": {},
@@ -8418,7 +8436,7 @@
}
}
},
- "Sac": {
+ "Sae": {
"type": "structure",
"required": [
"BatchSize"
@@ -8432,17 +8450,17 @@
}
}
},
- "Sag": {
+ "Sai": {
"type": "list",
"member": {}
},
- "Saj": {
+ "Sal": {
"type": "structure",
"members": {
"Name": {},
"Description": {},
"DefaultRunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
},
"CreatedOn": {
"type": "timestamp"
@@ -8451,10 +8469,10 @@
"type": "timestamp"
},
"LastRun": {
- "shape": "Sal"
+ "shape": "San"
},
"Graph": {
- "shape": "Sao"
+ "shape": "Saq"
},
"MaxConcurrentRuns": {
"type": "integer"
@@ -8468,19 +8486,19 @@
}
}
},
- "Sak": {
+ "Sam": {
"type": "map",
"key": {},
"value": {}
},
- "Sal": {
+ "San": {
"type": "structure",
"members": {
"Name": {},
"WorkflowRunId": {},
"PreviousRunId": {},
"WorkflowRunProperties": {
- "shape": "Sak"
+ "shape": "Sam"
},
"StartedOn": {
"type": "timestamp"
@@ -8520,7 +8538,7 @@
}
},
"Graph": {
- "shape": "Sao"
+ "shape": "Saq"
},
"StartingEventBatchCondition": {
"type": "structure",
@@ -8535,7 +8553,7 @@
}
}
},
- "Sao": {
+ "Saq": {
"type": "structure",
"members": {
"Nodes": {
@@ -8550,7 +8568,7 @@
"type": "structure",
"members": {
"Trigger": {
- "shape": "S9z"
+ "shape": "Sa1"
}
}
},
@@ -8558,7 +8576,7 @@
"type": "structure",
"members": {
"JobRuns": {
- "shape": "Sau"
+ "shape": "Saw"
}
}
},
@@ -8600,13 +8618,13 @@
}
}
},
- "Sau": {
+ "Saw": {
"type": "list",
"member": {
- "shape": "Sav"
+ "shape": "Sax"
}
},
- "Sav": {
+ "Sax": {
"type": "structure",
"members": {
"Id": {},
@@ -8627,7 +8645,7 @@
},
"JobRunState": {},
"Arguments": {
- "shape": "S4v"
+ "shape": "S4x"
},
"ErrorMessage": {},
"PredecessorRuns": {
@@ -8661,7 +8679,7 @@
"SecurityConfiguration": {},
"LogGroupName": {},
"NotificationProperty": {
- "shape": "S50"
+ "shape": "S52"
},
"GlueVersion": {},
"DPUSeconds": {
@@ -8670,24 +8688,24 @@
"ExecutionClass": {}
}
},
- "Sbh": {
+ "Sbj": {
"type": "list",
"member": {}
},
- "Sc2": {
+ "Sc4": {
"type": "map",
"key": {},
"value": {}
},
- "Scj": {
+ "Scl": {
"type": "list",
"member": {}
},
- "Sck": {
+ "Scm": {
"type": "list",
"member": {}
},
- "Scn": {
+ "Scp": {
"type": "structure",
"required": [
"Name",
@@ -8699,26 +8717,26 @@
"Description": {},
"ConnectionType": {},
"MatchCriteria": {
- "shape": "Scp"
+ "shape": "Scr"
},
"ConnectionProperties": {
- "shape": "Scq"
+ "shape": "Scs"
},
"PhysicalConnectionRequirements": {
- "shape": "Scs"
+ "shape": "Scu"
}
}
},
- "Scp": {
+ "Scr": {
"type": "list",
"member": {}
},
- "Scq": {
+ "Scs": {
"type": "map",
"key": {},
"value": {}
},
- "Scs": {
+ "Scu": {
"type": "structure",
"members": {
"SubnetId": {},
@@ -8729,7 +8747,7 @@
"AvailabilityZone": {}
}
},
- "Sd1": {
+ "Sd3": {
"type": "structure",
"required": [
"TableName",
@@ -8741,7 +8759,7 @@
"CatalogId": {}
}
},
- "Sd4": {
+ "Sd6": {
"type": "structure",
"required": [
"Name"
@@ -8754,17 +8772,17 @@
"shape": "Se"
},
"CreateTableDefaultPermissions": {
- "shape": "Sd6"
+ "shape": "Sd8"
},
"TargetDatabase": {
- "shape": "Sdc"
+ "shape": "Sde"
},
"FederatedDatabase": {
- "shape": "Sdd"
+ "shape": "Sdf"
}
}
},
- "Sd6": {
+ "Sd8": {
"type": "list",
"member": {
"type": "structure",
@@ -8782,7 +8800,7 @@
}
}
},
- "Sdc": {
+ "Sde": {
"type": "structure",
"members": {
"CatalogId": {},
@@ -8790,20 +8808,20 @@
"Region": {}
}
},
- "Sdd": {
+ "Sdf": {
"type": "structure",
"members": {
"Identifier": {},
"ConnectionName": {}
}
},
- "Sdl": {
+ "Sdn": {
"type": "list",
"member": {
- "shape": "S40"
+ "shape": "S42"
}
},
- "Sdm": {
+ "Sdo": {
"type": "structure",
"required": [
"TransformType"
@@ -8827,7 +8845,7 @@
}
}
},
- "Sdq": {
+ "Sds": {
"type": "structure",
"members": {
"MlUserDataEncryption": {
@@ -8843,7 +8861,7 @@
"TaskRunSecurityConfigurationName": {}
}
},
- "Sdx": {
+ "Sdz": {
"type": "structure",
"required": [
"Keys",
@@ -8857,14 +8875,14 @@
"IndexName": {}
}
},
- "Se3": {
+ "Se5": {
"type": "structure",
"members": {
"RegistryName": {},
"RegistryArn": {}
}
},
- "Sea": {
+ "Sec": {
"type": "list",
"member": {
"type": "structure",
@@ -8877,7 +8895,7 @@
"Id": {},
"NodeType": {},
"Args": {
- "shape": "See"
+ "shape": "Seg"
},
"LineNumber": {
"type": "integer"
@@ -8885,7 +8903,7 @@
}
}
},
- "See": {
+ "Seg": {
"type": "list",
"member": {
"type": "structure",
@@ -8902,7 +8920,7 @@
}
}
},
- "Sei": {
+ "Sek": {
"type": "list",
"member": {
"type": "structure",
@@ -8917,7 +8935,7 @@
}
}
},
- "Sep": {
+ "Ser": {
"type": "structure",
"members": {
"S3Encryption": {
@@ -8946,19 +8964,19 @@
}
}
},
- "Sf1": {
+ "Sf3": {
"type": "structure",
"members": {
"Name": {},
"PythonVersion": {}
}
},
- "Sf2": {
+ "Sf4": {
"type": "map",
"key": {},
"value": {}
},
- "Sf5": {
+ "Sf7": {
"type": "structure",
"members": {
"Id": {},
@@ -8970,13 +8988,13 @@
"Description": {},
"Role": {},
"Command": {
- "shape": "Sf1"
+ "shape": "Sf3"
},
"DefaultArguments": {
- "shape": "Sf2"
+ "shape": "Sf4"
},
"Connections": {
- "shape": "S4w"
+ "shape": "S4y"
},
"Progress": {
"type": "double"
@@ -8988,7 +9006,7 @@
"GlueVersion": {}
}
},
- "Sf9": {
+ "Sfb": {
"type": "structure",
"required": [
"Name"
@@ -9019,11 +9037,11 @@
"shape": "Se"
},
"TargetTable": {
- "shape": "Sfd"
+ "shape": "Sff"
}
}
},
- "Sfd": {
+ "Sff": {
"type": "structure",
"members": {
"CatalogId": {},
@@ -9032,7 +9050,7 @@
"Region": {}
}
},
- "Sfj": {
+ "Sfl": {
"type": "structure",
"members": {
"FunctionName": {},
@@ -9040,11 +9058,11 @@
"OwnerName": {},
"OwnerType": {},
"ResourceUris": {
- "shape": "Sfl"
+ "shape": "Sfn"
}
}
},
- "Sfl": {
+ "Sfn": {
"type": "list",
"member": {
"type": "structure",
@@ -9054,7 +9072,7 @@
}
}
},
- "Shg": {
+ "Shi": {
"type": "structure",
"members": {
"BlueprintName": {},
@@ -9073,7 +9091,7 @@
"RoleArn": {}
}
},
- "Shu": {
+ "Shw": {
"type": "structure",
"members": {
"GrokClassifier": {
@@ -9160,7 +9178,7 @@
"QuoteSymbol": {},
"ContainsHeader": {},
"Header": {
- "shape": "Scj"
+ "shape": "Scl"
},
"DisableValueTrimming": {
"type": "boolean"
@@ -9172,23 +9190,23 @@
"type": "boolean"
},
"CustomDatatypes": {
- "shape": "Sck"
+ "shape": "Scm"
}
}
}
}
},
- "Si4": {
+ "Si6": {
"type": "list",
"member": {}
},
- "Si6": {
+ "Si8": {
"type": "list",
"member": {
- "shape": "Si7"
+ "shape": "Si9"
}
},
- "Si7": {
+ "Si9": {
"type": "structure",
"required": [
"ColumnName",
@@ -9257,10 +9275,10 @@
],
"members": {
"MinimumValue": {
- "shape": "Sif"
+ "shape": "Sih"
},
"MaximumValue": {
- "shape": "Sif"
+ "shape": "Sih"
},
"NumberOfNulls": {
"type": "long"
@@ -9358,7 +9376,7 @@
}
}
},
- "Sif": {
+ "Sih": {
"type": "structure",
"required": [
"UnscaledValue",
@@ -9373,7 +9391,7 @@
}
}
},
- "Sio": {
+ "Siq": {
"type": "list",
"member": {
"type": "structure",
@@ -9385,20 +9403,20 @@
}
}
},
- "Siu": {
+ "Siw": {
"type": "structure",
"members": {
"Name": {},
"Description": {},
"ConnectionType": {},
"MatchCriteria": {
- "shape": "Scp"
+ "shape": "Scr"
},
"ConnectionProperties": {
- "shape": "Scq"
+ "shape": "Scs"
},
"PhysicalConnectionRequirements": {
- "shape": "Scs"
+ "shape": "Scu"
},
"CreationTime": {
"type": "timestamp"
@@ -9409,7 +9427,7 @@
"LastUpdatedBy": {}
}
},
- "Sjb": {
+ "Sjd": {
"type": "structure",
"members": {
"EncryptionAtRest": {
@@ -9436,7 +9454,7 @@
}
}
},
- "Sjn": {
+ "Sjp": {
"type": "structure",
"members": {
"CloudWatchMetricsEnabled": {
@@ -9445,18 +9463,18 @@
"ResultsS3Prefix": {}
}
},
- "Sjo": {
+ "Sjq": {
"type": "list",
"member": {}
},
- "Sjq": {
+ "Sjs": {
"type": "map",
"key": {},
"value": {
- "shape": "S3z"
+ "shape": "S41"
}
},
- "Sjt": {
+ "Sjv": {
"type": "structure",
"required": [
"Name"
@@ -9472,18 +9490,18 @@
"type": "timestamp"
},
"CreateTableDefaultPermissions": {
- "shape": "Sd6"
+ "shape": "Sd8"
},
"TargetDatabase": {
- "shape": "Sdc"
+ "shape": "Sde"
},
"CatalogId": {},
"FederatedDatabase": {
- "shape": "Sdd"
+ "shape": "Sdf"
}
}
},
- "Skb": {
+ "Skd": {
"type": "structure",
"members": {
"JobName": {},
@@ -9501,7 +9519,7 @@
"JobBookmark": {}
}
},
- "Skl": {
+ "Skn": {
"type": "structure",
"members": {
"TaskType": {},
@@ -9536,7 +9554,7 @@
}
}
},
- "Sl4": {
+ "Sl6": {
"type": "structure",
"required": [
"TransformType"
@@ -9591,7 +9609,7 @@
}
}
},
- "Slb": {
+ "Sld": {
"type": "list",
"member": {
"type": "structure",
@@ -9601,7 +9619,7 @@
}
}
},
- "Sle": {
+ "Slg": {
"type": "structure",
"members": {
"Name": {},
@@ -9621,11 +9639,11 @@
"type": "timestamp"
},
"Schema": {
- "shape": "Slb"
+ "shape": "Sld"
}
}
},
- "Slf": {
+ "Slh": {
"type": "structure",
"required": [
"Column",
@@ -9636,7 +9654,7 @@
"SortDirection": {}
}
},
- "Sll": {
+ "Sln": {
"type": "structure",
"required": [
"DatabaseName",
@@ -9647,27 +9665,27 @@
"TableName": {}
}
},
- "Slm": {
+ "Slo": {
"type": "list",
"member": {
- "shape": "Sll"
+ "shape": "Sln"
}
},
- "Sln": {
+ "Slp": {
"type": "structure",
"members": {
"Jdbc": {
- "shape": "See"
+ "shape": "Seg"
},
"S3": {
- "shape": "See"
+ "shape": "Seg"
},
"DynamoDB": {
- "shape": "See"
+ "shape": "Seg"
}
}
},
- "Slp": {
+ "Slr": {
"type": "list",
"member": {
"type": "structure",
@@ -9681,7 +9699,7 @@
}
}
},
- "Sm9": {
+ "Smb": {
"type": "structure",
"required": [
"SegmentNumber",
@@ -9696,7 +9714,7 @@
}
}
},
- "Smw": {
+ "Smy": {
"type": "structure",
"members": {
"LatestVersion": {
@@ -9707,7 +9725,7 @@
}
}
},
- "Sn5": {
+ "Sn7": {
"type": "structure",
"members": {
"Name": {},
@@ -9715,11 +9733,11 @@
"type": "timestamp"
},
"EncryptionConfiguration": {
- "shape": "Sep"
+ "shape": "Ser"
}
}
},
- "Snd": {
+ "Snf": {
"type": "structure",
"members": {
"Id": {
@@ -9743,7 +9761,7 @@
"ErrorName": {},
"ErrorValue": {},
"Traceback": {
- "shape": "S4x"
+ "shape": "S4z"
}
}
},
@@ -9758,7 +9776,7 @@
}
}
},
- "Snk": {
+ "Snm": {
"type": "structure",
"required": [
"Name"
@@ -9800,7 +9818,7 @@
"type": "boolean"
},
"TargetTable": {
- "shape": "Sfd"
+ "shape": "Sff"
},
"CatalogId": {},
"VersionId": {},
@@ -9814,22 +9832,22 @@
}
}
},
- "Sno": {
+ "Snq": {
"type": "structure",
"members": {
"Table": {
- "shape": "Snk"
+ "shape": "Snm"
},
"VersionId": {}
}
},
- "Snv": {
+ "Snx": {
"type": "list",
"member": {
- "shape": "Snk"
+ "shape": "Snm"
}
},
- "So3": {
+ "So5": {
"type": "structure",
"members": {
"AdditionalAuditContext": {},
@@ -9842,11 +9860,11 @@
}
}
},
- "So6": {
+ "So8": {
"type": "list",
"member": {}
},
- "Soj": {
+ "Sol": {
"type": "structure",
"members": {
"FunctionName": {},
@@ -9858,35 +9876,35 @@
"type": "timestamp"
},
"ResourceUris": {
- "shape": "Sfl"
+ "shape": "Sfn"
},
"CatalogId": {}
}
},
- "Sr3": {
+ "Sr5": {
"type": "structure",
"members": {
"MetadataKey": {},
"MetadataValue": {}
}
},
- "Sro": {
+ "Srq": {
"type": "list",
"member": {}
},
- "Std": {
+ "Stf": {
"type": "list",
"member": {
- "shape": "Si7"
+ "shape": "Si9"
}
},
- "Stf": {
+ "Sth": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ColumnStatistics": {
- "shape": "Si7"
+ "shape": "Si9"
},
"Error": {
"shape": "S14"
diff --git a/apis/glue-2017-03-31.normal.json b/apis/glue-2017-03-31.normal.json
index 06e497a9cb..761e1d08a7 100644
--- a/apis/glue-2017-03-31.normal.json
+++ b/apis/glue-2017-03-31.normal.json
@@ -9032,6 +9032,10 @@
"DeltaTargets": {
"shape": "DeltaTargetList",
"documentation": "Specifies Delta data store targets.
"
+ },
+ "IcebergTargets": {
+ "shape": "IcebergTargetList",
+ "documentation": "Specifies Apache Iceberg data store targets.
"
}
},
"documentation": "Specifies data stores to crawl.
"
@@ -15531,6 +15535,34 @@
"snappy"
]
},
+ "IcebergTarget": {
+ "type": "structure",
+ "members": {
+ "Paths": {
+ "shape": "PathList",
+ "documentation": "One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix
.
"
+ },
+ "ConnectionName": {
+ "shape": "ConnectionName",
+ "documentation": "The name of the connection to use to connect to the Iceberg target.
"
+ },
+ "Exclusions": {
+ "shape": "PathList",
+ "documentation": "A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
"
+ },
+ "MaximumTraversalDepth": {
+ "shape": "NullableInteger",
+ "documentation": "The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.
"
+ }
+ },
+ "documentation": "Specifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.
"
+ },
+ "IcebergTargetList": {
+ "type": "list",
+ "member": {
+ "shape": "IcebergTarget"
+ }
+ },
"IdString": {
"type": "string",
"max": 255,
diff --git a/apis/sagemaker-2017-07-24.min.json b/apis/sagemaker-2017-07-24.min.json
index 47f50932d0..fcdf5bbb78 100644
--- a/apis/sagemaker-2017-07-24.min.json
+++ b/apis/sagemaker-2017-07-24.min.json
@@ -401,7 +401,7 @@
"members": {
"CodeRepositoryName": {},
"GitConfig": {
- "shape": "S6l"
+ "shape": "S73"
},
"Tags": {
"shape": "S7"
@@ -432,13 +432,13 @@
"RoleArn": {},
"ModelPackageVersionArn": {},
"InputConfig": {
- "shape": "S6s"
+ "shape": "S7a"
},
"OutputConfig": {
- "shape": "S6v"
+ "shape": "S7d"
},
"VpcConfig": {
- "shape": "S72"
+ "shape": "S7k"
},
"StoppingCondition": {
"shape": "S3n"
@@ -469,7 +469,7 @@
"members": {
"ContextName": {},
"Source": {
- "shape": "S7a"
+ "shape": "S7s"
},
"ContextType": {},
"Description": {},
@@ -502,26 +502,26 @@
"members": {
"JobDefinitionName": {},
"DataQualityBaselineConfig": {
- "shape": "S7f"
+ "shape": "S7x"
},
"DataQualityAppSpecification": {
- "shape": "S7j"
+ "shape": "S81"
},
"DataQualityJobInput": {
- "shape": "S7s"
+ "shape": "S8a"
},
"DataQualityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
},
"Tags": {
"shape": "S7"
@@ -550,7 +550,7 @@
"RoleArn": {},
"Description": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"Tags": {
"shape": "S7"
@@ -575,7 +575,7 @@
"DomainName": {},
"AuthMode": {},
"DefaultUserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
},
"SubnetIds": {
"shape": "S5t"
@@ -592,10 +592,10 @@
"KmsKeyId": {},
"AppSecurityGroupManagement": {},
"DomainSettings": {
- "shape": "S9j"
+ "shape": "Sa1"
},
"DefaultSpaceSettings": {
- "shape": "S9n"
+ "shape": "Sa5"
}
}
},
@@ -618,11 +618,11 @@
"members": {
"EdgeDeploymentPlanName": {},
"ModelConfigs": {
- "shape": "S9s"
+ "shape": "Saa"
},
"DeviceFleetName": {},
"Stages": {
- "shape": "S9u"
+ "shape": "Sac"
},
"Tags": {
"shape": "S7"
@@ -649,7 +649,7 @@
"members": {
"EdgeDeploymentPlanName": {},
"Stages": {
- "shape": "S9u"
+ "shape": "Sac"
}
}
}
@@ -672,7 +672,7 @@
"ModelVersion": {},
"RoleArn": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"ResourceKey": {},
"Tags": {
@@ -692,7 +692,7 @@
"EndpointName": {},
"EndpointConfigName": {},
"DeploymentConfig": {
- "shape": "Saa"
+ "shape": "Sas"
},
"Tags": {
"shape": "S7"
@@ -719,23 +719,23 @@
"members": {
"EndpointConfigName": {},
"ProductionVariants": {
- "shape": "Sar"
+ "shape": "Sb9"
},
"DataCaptureConfig": {
- "shape": "Sb7"
+ "shape": "Sbp"
},
"Tags": {
"shape": "S7"
},
"KmsKeyId": {},
"AsyncInferenceConfig": {
- "shape": "Sbi"
+ "shape": "Sc0"
},
"ExplainerConfig": {
- "shape": "Sbq"
+ "shape": "Sc8"
},
"ShadowProductionVariants": {
- "shape": "Sar"
+ "shape": "Sb9"
}
}
},
@@ -785,13 +785,13 @@
"RecordIdentifierFeatureName": {},
"EventTimeFeatureName": {},
"FeatureDefinitions": {
- "shape": "Scp"
+ "shape": "Sd7"
},
"OnlineStoreConfig": {
- "shape": "Scs"
+ "shape": "Sda"
},
"OfflineStoreConfig": {
- "shape": "Scx"
+ "shape": "Sdf"
},
"RoleArn": {},
"Description": {},
@@ -822,16 +822,16 @@
"members": {
"FlowDefinitionName": {},
"HumanLoopRequestSource": {
- "shape": "Sd9"
+ "shape": "Sdr"
},
"HumanLoopActivationConfig": {
- "shape": "Sdb"
+ "shape": "Sdt"
},
"HumanLoopConfig": {
- "shape": "Sde"
+ "shape": "Sdw"
},
"OutputConfig": {
- "shape": "Sdt"
+ "shape": "Seb"
},
"RoleArn": {},
"Tags": {
@@ -861,10 +861,10 @@
"HubDescription": {},
"HubDisplayName": {},
"HubSearchKeywords": {
- "shape": "Se0"
+ "shape": "Sei"
},
"S3StorageConfig": {
- "shape": "Se2"
+ "shape": "Sek"
},
"Tags": {
"shape": "S7"
@@ -891,7 +891,7 @@
"members": {
"HumanTaskUiName": {},
"UiTemplate": {
- "shape": "Se8"
+ "shape": "Seq"
},
"Tags": {
"shape": "S7"
@@ -918,22 +918,22 @@
"members": {
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobConfig": {
- "shape": "Sed"
+ "shape": "Sev"
},
"TrainingJobDefinition": {
- "shape": "Sf6"
+ "shape": "Sfo"
},
"TrainingJobDefinitions": {
- "shape": "Sfm"
+ "shape": "Sg4"
},
"WarmStartConfig": {
- "shape": "Sfn"
+ "shape": "Sg5"
},
"Tags": {
"shape": "S7"
},
"Autotune": {
- "shape": "Sfr"
+ "shape": "Sg9"
}
}
},
@@ -986,7 +986,7 @@
},
"ImageName": {},
"Aliases": {
- "shape": "Sg2"
+ "shape": "Sgk"
},
"VendorGuidance": {},
"JobType": {},
@@ -1021,19 +1021,19 @@
"Name": {},
"Type": {},
"Schedule": {
- "shape": "Sgf"
+ "shape": "Sgx"
},
"Description": {},
"RoleArn": {},
"EndpointName": {},
"ModelVariants": {
- "shape": "Sgi"
+ "shape": "Sh0"
},
"DataStorageConfig": {
- "shape": "Sgq"
+ "shape": "Sh8"
},
"ShadowModeConfig": {
- "shape": "Sgr"
+ "shape": "Sh9"
},
"KmsKey": {},
"Tags": {
@@ -1065,11 +1065,11 @@
"JobType": {},
"RoleArn": {},
"InputConfig": {
- "shape": "Sgz"
+ "shape": "Shh"
},
"JobDescription": {},
"StoppingConditions": {
- "shape": "Shx"
+ "shape": "Sif"
},
"OutputConfig": {
"type": "structure",
@@ -1113,21 +1113,21 @@
"LabelingJobName": {},
"LabelAttributeName": {},
"InputConfig": {
- "shape": "Si8"
+ "shape": "Siq"
},
"OutputConfig": {
- "shape": "Sif"
+ "shape": "Six"
},
"RoleArn": {},
"LabelCategoryConfigS3Uri": {},
"StoppingConditions": {
- "shape": "Sig"
+ "shape": "Siy"
},
"LabelingJobAlgorithmsConfig": {
- "shape": "Sij"
+ "shape": "Sj1"
},
"HumanTaskConfig": {
- "shape": "Sin"
+ "shape": "Sj5"
},
"Tags": {
"shape": "S7"
@@ -1154,13 +1154,13 @@
"members": {
"ModelName": {},
"PrimaryContainer": {
- "shape": "Sj2"
+ "shape": "Sjk"
},
"Containers": {
- "shape": "Sjg"
+ "shape": "Sjy"
},
"InferenceExecutionConfig": {
- "shape": "Sjh"
+ "shape": "Sjz"
},
"ExecutionRoleArn": {},
"Tags": {
@@ -1198,26 +1198,26 @@
"members": {
"JobDefinitionName": {},
"ModelBiasBaselineConfig": {
- "shape": "Sjl"
+ "shape": "Sk3"
},
"ModelBiasAppSpecification": {
- "shape": "Sjm"
+ "shape": "Sk4"
},
"ModelBiasJobInput": {
- "shape": "Sjn"
+ "shape": "Sk5"
},
"ModelBiasJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
},
"Tags": {
"shape": "S7"
@@ -1245,10 +1245,10 @@
"members": {
"ModelCardName": {},
"SecurityConfig": {
- "shape": "Sjr"
+ "shape": "Sk9"
},
"Content": {
- "shape": "Sjs"
+ "shape": "Ska"
},
"ModelCardStatus": {},
"Tags": {
@@ -1281,7 +1281,7 @@
},
"ModelCardExportJobName": {},
"OutputConfig": {
- "shape": "Sjx"
+ "shape": "Skf"
}
}
},
@@ -1309,26 +1309,26 @@
"members": {
"JobDefinitionName": {},
"ModelExplainabilityBaselineConfig": {
- "shape": "Sk1"
+ "shape": "Skj"
},
"ModelExplainabilityAppSpecification": {
- "shape": "Sk2"
+ "shape": "Skk"
},
"ModelExplainabilityJobInput": {
- "shape": "Sk3"
+ "shape": "Skl"
},
"ModelExplainabilityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
},
"Tags": {
"shape": "S7"
@@ -1356,10 +1356,10 @@
"shape": "Sr"
},
"ValidationSpecification": {
- "shape": "Sk6"
+ "shape": "Sko"
},
"SourceAlgorithmSpecification": {
- "shape": "Sk9"
+ "shape": "Skr"
},
"CertifyForMarketplace": {
"type": "boolean"
@@ -1372,22 +1372,22 @@
"shape": "S1q"
},
"ModelMetrics": {
- "shape": "Skc"
+ "shape": "Sku"
},
"ClientToken": {
"idempotencyToken": true
},
"CustomerMetadataProperties": {
- "shape": "Skj"
+ "shape": "Sl1"
},
"DriftCheckBaselines": {
- "shape": "Skm"
+ "shape": "Sl4"
},
"Domain": {},
"Task": {},
"SamplePayloadUrl": {},
"AdditionalInferenceSpecifications": {
- "shape": "Sks"
+ "shape": "Sla"
}
}
},
@@ -1439,26 +1439,26 @@
"members": {
"JobDefinitionName": {},
"ModelQualityBaselineConfig": {
- "shape": "Skz"
+ "shape": "Slh"
},
"ModelQualityAppSpecification": {
- "shape": "Sl0"
+ "shape": "Sli"
},
"ModelQualityJobInput": {
- "shape": "Sl2"
+ "shape": "Slk"
},
"ModelQualityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
},
"Tags": {
"shape": "S7"
@@ -1485,7 +1485,7 @@
"members": {
"MonitoringScheduleName": {},
"MonitoringScheduleConfig": {
- "shape": "Sl6"
+ "shape": "Slo"
},
"Tags": {
"shape": "S7"
@@ -1515,7 +1515,7 @@
"InstanceType": {},
"SubnetId": {},
"SecurityGroupIds": {
- "shape": "S8u"
+ "shape": "S9c"
},
"RoleArn": {},
"KmsKeyId": {},
@@ -1528,16 +1528,16 @@
"type": "integer"
},
"AcceleratorTypes": {
- "shape": "Sln"
+ "shape": "Sm5"
},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
- "shape": "Slq"
+ "shape": "Sm8"
},
"RootAccess": {},
"PlatformIdentifier": {},
"InstanceMetadataServiceConfiguration": {
- "shape": "Slt"
+ "shape": "Smb"
}
}
},
@@ -1557,10 +1557,10 @@
"members": {
"NotebookInstanceLifecycleConfigName": {},
"OnCreate": {
- "shape": "Sly"
+ "shape": "Smg"
},
"OnStart": {
- "shape": "Sly"
+ "shape": "Smg"
}
}
},
@@ -1584,7 +1584,7 @@
"PipelineDisplayName": {},
"PipelineDefinition": {},
"PipelineDefinitionS3Location": {
- "shape": "Sm6"
+ "shape": "Smo"
},
"PipelineDescription": {},
"ClientRequestToken": {
@@ -1595,7 +1595,7 @@
"shape": "S7"
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
}
}
},
@@ -1663,33 +1663,33 @@
],
"members": {
"ProcessingInputs": {
- "shape": "Smp"
+ "shape": "Sn7"
},
"ProcessingOutputConfig": {
- "shape": "Snc"
+ "shape": "Snu"
},
"ProcessingJobName": {},
"ProcessingResources": {
- "shape": "Snh"
+ "shape": "Snz"
},
"StoppingCondition": {
- "shape": "Snj"
+ "shape": "So1"
},
"AppSpecification": {
- "shape": "Snl"
+ "shape": "So3"
},
"Environment": {
- "shape": "Snn"
+ "shape": "So5"
},
"NetworkConfig": {
- "shape": "Sle"
+ "shape": "Slw"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
}
}
},
@@ -1714,7 +1714,7 @@
"ProjectName": {},
"ProjectDescription": {},
"ServiceCatalogProvisioningDetails": {
- "shape": "Snt"
+ "shape": "Sob"
},
"Tags": {
"shape": "S7"
@@ -1747,7 +1747,7 @@
"shape": "S7"
},
"SpaceSettings": {
- "shape": "So3"
+ "shape": "Sol"
}
}
},
@@ -1799,7 +1799,7 @@
"shape": "S2t"
},
"AlgorithmSpecification": {
- "shape": "Sod"
+ "shape": "Sov"
},
"RoleArn": {},
"InputDataConfig": {
@@ -1830,31 +1830,31 @@
"type": "boolean"
},
"CheckpointConfig": {
- "shape": "Sfb"
+ "shape": "Sft"
},
"DebugHookConfig": {
- "shape": "Som"
+ "shape": "Sp4"
},
"DebugRuleConfigurations": {
- "shape": "Sou"
+ "shape": "Spc"
},
"TensorBoardOutputConfig": {
- "shape": "Soy"
+ "shape": "Spg"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"ProfilerConfig": {
- "shape": "Soz"
+ "shape": "Sph"
},
"ProfilerRuleConfigurations": {
- "shape": "Sp3"
+ "shape": "Spl"
},
"Environment": {
- "shape": "Sp5"
+ "shape": "Spn"
},
"RetryStrategy": {
- "shape": "Sfc"
+ "shape": "Sfu"
}
}
},
@@ -1885,7 +1885,7 @@
"type": "integer"
},
"ModelClientConfig": {
- "shape": "Spc"
+ "shape": "Spu"
},
"MaxPayloadInMB": {
"type": "integer"
@@ -1901,19 +1901,19 @@
"shape": "S41"
},
"DataCaptureConfig": {
- "shape": "Spf"
+ "shape": "Spx"
},
"TransformResources": {
"shape": "S44"
},
"DataProcessing": {
- "shape": "Spg"
+ "shape": "Spy"
},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
}
}
},
@@ -1963,7 +1963,7 @@
"TrialComponentName": {},
"DisplayName": {},
"Status": {
- "shape": "Spo"
+ "shape": "Sq6"
},
"StartTime": {
"type": "timestamp"
@@ -1972,13 +1972,13 @@
"type": "timestamp"
},
"Parameters": {
- "shape": "Spr"
+ "shape": "Sq9"
},
"InputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"OutputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"MetadataProperties": {
"shape": "S1q"
@@ -2011,7 +2011,7 @@
"shape": "S7"
},
"UserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
}
}
},
@@ -2030,20 +2030,20 @@
],
"members": {
"CognitoConfig": {
- "shape": "Sq6"
+ "shape": "Sqo"
},
"OidcConfig": {
- "shape": "Sq9"
+ "shape": "Sqr"
},
"SourceIpConfig": {
- "shape": "Sqc"
+ "shape": "Squ"
},
"WorkforceName": {},
"Tags": {
"shape": "S7"
},
"WorkforceVpcConfig": {
- "shape": "Sqg"
+ "shape": "Sqy"
}
}
},
@@ -2069,11 +2069,11 @@
"WorkteamName": {},
"WorkforceName": {},
"MemberDefinitions": {
- "shape": "Sqq"
+ "shape": "Sr8"
},
"Description": {},
"NotificationConfiguration": {
- "shape": "Sqy"
+ "shape": "Srg"
},
"Tags": {
"shape": "S7"
@@ -2724,7 +2724,7 @@
"members": {
"DeviceFleetName": {},
"DeviceNames": {
- "shape": "S9z"
+ "shape": "Sah"
}
}
}
@@ -2757,13 +2757,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
@@ -2813,10 +2813,10 @@
"type": "structure",
"members": {
"ValidationStatuses": {
- "shape": "St8"
+ "shape": "Stq"
},
"ImageScanStatuses": {
- "shape": "St8"
+ "shape": "Stq"
}
}
},
@@ -2922,13 +2922,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
@@ -2988,10 +2988,10 @@
},
"FailureReason": {},
"PartialFailureReasons": {
- "shape": "Stm"
+ "shape": "Su4"
},
"BestCandidate": {
- "shape": "Sto"
+ "shape": "Su6"
},
"AutoMLJobStatus": {},
"AutoMLJobSecondaryStatus": {},
@@ -2999,7 +2999,7 @@
"type": "boolean"
},
"AutoMLJobArtifacts": {
- "shape": "Suf"
+ "shape": "Suy"
},
"ResolvedAttributes": {
"type": "structure",
@@ -3017,7 +3017,7 @@
"shape": "S64"
},
"ModelDeployResult": {
- "shape": "Suj"
+ "shape": "Sv2"
}
}
}
@@ -3072,10 +3072,10 @@
},
"FailureReason": {},
"PartialFailureReasons": {
- "shape": "Stm"
+ "shape": "Su4"
},
"BestCandidate": {
- "shape": "Sto"
+ "shape": "Su6"
},
"AutoMLJobStatus": {},
"AutoMLJobSecondaryStatus": {},
@@ -3083,7 +3083,7 @@
"shape": "S64"
},
"ModelDeployResult": {
- "shape": "Suj"
+ "shape": "Sv2"
},
"DataSplitConfig": {
"shape": "S5v"
@@ -3092,7 +3092,7 @@
"shape": "S5p"
},
"AutoMLJobArtifacts": {
- "shape": "Suf"
+ "shape": "Suy"
},
"ResolvedAttributes": {
"type": "structure",
@@ -3149,7 +3149,7 @@
"type": "timestamp"
},
"GitConfig": {
- "shape": "S6l"
+ "shape": "S73"
}
}
}
@@ -3202,7 +3202,7 @@
},
"FailureReason": {},
"ModelArtifacts": {
- "shape": "Sux"
+ "shape": "Svg"
},
"ModelDigests": {
"type": "structure",
@@ -3212,13 +3212,13 @@
},
"RoleArn": {},
"InputConfig": {
- "shape": "S6s"
+ "shape": "S7a"
},
"OutputConfig": {
- "shape": "S6v"
+ "shape": "S7d"
},
"VpcConfig": {
- "shape": "S72"
+ "shape": "S7k"
}
}
}
@@ -3239,7 +3239,7 @@
"ContextName": {},
"ContextArn": {},
"Source": {
- "shape": "S7a"
+ "shape": "S7s"
},
"ContextType": {},
"Description": {},
@@ -3250,13 +3250,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LineageGroupArn": {}
}
@@ -3291,26 +3291,26 @@
"type": "timestamp"
},
"DataQualityBaselineConfig": {
- "shape": "S7f"
+ "shape": "S7x"
},
"DataQualityAppSpecification": {
- "shape": "S7j"
+ "shape": "S81"
},
"DataQualityJobInput": {
- "shape": "S7s"
+ "shape": "S8a"
},
"DataQualityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
}
}
}
@@ -3398,7 +3398,7 @@
"DeviceFleetName": {},
"DeviceFleetArn": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"Description": {},
"CreationTime": {
@@ -3440,7 +3440,7 @@
"FailureReason": {},
"AuthMode": {},
"DefaultUserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
},
"AppNetworkAccessType": {},
"HomeEfsFileSystemKmsKeyId": {
@@ -3454,12 +3454,12 @@
"VpcId": {},
"KmsKeyId": {},
"DomainSettings": {
- "shape": "S9j"
+ "shape": "Sa1"
},
"AppSecurityGroupManagement": {},
"SecurityGroupIdForDomainBoundary": {},
"DefaultSpaceSettings": {
- "shape": "S9n"
+ "shape": "Sa5"
}
}
}
@@ -3491,7 +3491,7 @@
"EdgeDeploymentPlanArn": {},
"EdgeDeploymentPlanName": {},
"ModelConfigs": {
- "shape": "S9s"
+ "shape": "Saa"
},
"DeviceFleetName": {},
"EdgeDeploymentSuccess": {
@@ -3516,10 +3516,10 @@
"members": {
"StageName": {},
"DeviceSelectionConfig": {
- "shape": "S9w"
+ "shape": "Sae"
},
"DeploymentConfig": {
- "shape": "Sa1"
+ "shape": "Saj"
},
"DeploymentStatus": {
"type": "structure",
@@ -3584,7 +3584,7 @@
"ModelVersion": {},
"RoleArn": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"ResourceKey": {},
"EdgePackagingJobStatus": {},
@@ -3637,10 +3637,10 @@
"EndpointArn": {},
"EndpointConfigName": {},
"ProductionVariants": {
- "shape": "Sw0"
+ "shape": "Swj"
},
"DataCaptureConfig": {
- "shape": "Sw8"
+ "shape": "Swr"
},
"EndpointStatus": {},
"FailureReason": {},
@@ -3651,10 +3651,10 @@
"type": "timestamp"
},
"LastDeploymentConfig": {
- "shape": "Saa"
+ "shape": "Sas"
},
"AsyncInferenceConfig": {
- "shape": "Sbi"
+ "shape": "Sc0"
},
"PendingDeploymentSummary": {
"type": "structure",
@@ -3664,21 +3664,21 @@
"members": {
"EndpointConfigName": {},
"ProductionVariants": {
- "shape": "Swc"
+ "shape": "Swv"
},
"StartTime": {
"type": "timestamp"
},
"ShadowProductionVariants": {
- "shape": "Swc"
+ "shape": "Swv"
}
}
},
"ExplainerConfig": {
- "shape": "Sbq"
+ "shape": "Sc8"
},
"ShadowProductionVariants": {
- "shape": "Sw0"
+ "shape": "Swj"
}
}
}
@@ -3705,23 +3705,23 @@
"EndpointConfigName": {},
"EndpointConfigArn": {},
"ProductionVariants": {
- "shape": "Sar"
+ "shape": "Sb9"
},
"DataCaptureConfig": {
- "shape": "Sb7"
+ "shape": "Sbp"
},
"KmsKeyId": {},
"CreationTime": {
"type": "timestamp"
},
"AsyncInferenceConfig": {
- "shape": "Sbi"
+ "shape": "Sc0"
},
"ExplainerConfig": {
- "shape": "Sbq"
+ "shape": "Sc8"
},
"ShadowProductionVariants": {
- "shape": "Sar"
+ "shape": "Sb9"
}
}
}
@@ -3743,20 +3743,20 @@
"ExperimentArn": {},
"DisplayName": {},
"Source": {
- "shape": "Swi"
+ "shape": "Sx1"
},
"Description": {},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -3789,7 +3789,7 @@
"RecordIdentifierFeatureName": {},
"EventTimeFeatureName": {},
"FeatureDefinitions": {
- "shape": "Scp"
+ "shape": "Sd7"
},
"CreationTime": {
"type": "timestamp"
@@ -3798,18 +3798,18 @@
"type": "timestamp"
},
"OnlineStoreConfig": {
- "shape": "Scs"
+ "shape": "Sda"
},
"OfflineStoreConfig": {
- "shape": "Scx"
+ "shape": "Sdf"
},
"RoleArn": {},
"FeatureGroupStatus": {},
"OfflineStoreStatus": {
- "shape": "Swo"
+ "shape": "Sx7"
},
"LastUpdateStatus": {
- "shape": "Swr"
+ "shape": "Sxa"
},
"FailureReason": {},
"Description": {},
@@ -3855,7 +3855,7 @@
},
"Description": {},
"Parameters": {
- "shape": "Swx"
+ "shape": "Sxg"
}
}
}
@@ -3889,16 +3889,16 @@
"type": "timestamp"
},
"HumanLoopRequestSource": {
- "shape": "Sd9"
+ "shape": "Sdr"
},
"HumanLoopActivationConfig": {
- "shape": "Sdb"
+ "shape": "Sdt"
},
"HumanLoopConfig": {
- "shape": "Sde"
+ "shape": "Sdw"
},
"OutputConfig": {
- "shape": "Sdt"
+ "shape": "Seb"
},
"RoleArn": {},
"FailureReason": {}
@@ -3930,10 +3930,10 @@
"HubDisplayName": {},
"HubDescription": {},
"HubSearchKeywords": {
- "shape": "Se0"
+ "shape": "Sei"
},
"S3StorageConfig": {
- "shape": "Se2"
+ "shape": "Sek"
},
"HubStatus": {},
"FailureReason": {},
@@ -3988,7 +3988,7 @@
"HubContentMarkdown": {},
"HubContentDocument": {},
"HubContentSearchKeywords": {
- "shape": "Sxf"
+ "shape": "Sxy"
},
"HubContentDependencies": {
"type": "list",
@@ -4068,13 +4068,13 @@
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobArn": {},
"HyperParameterTuningJobConfig": {
- "shape": "Sed"
+ "shape": "Sev"
},
"TrainingJobDefinition": {
- "shape": "Sf6"
+ "shape": "Sfo"
},
"TrainingJobDefinitions": {
- "shape": "Sfm"
+ "shape": "Sg4"
},
"HyperParameterTuningJobStatus": {},
"CreationTime": {
@@ -4087,29 +4087,29 @@
"type": "timestamp"
},
"TrainingJobStatusCounters": {
- "shape": "Sxu"
+ "shape": "Syd"
},
"ObjectiveStatusCounters": {
- "shape": "Sxw"
+ "shape": "Syf"
},
"BestTrainingJob": {
- "shape": "Sxy"
+ "shape": "Syh"
},
"OverallBestTrainingJob": {
- "shape": "Sxy"
+ "shape": "Syh"
},
"WarmStartConfig": {
- "shape": "Sfn"
+ "shape": "Sg5"
},
"FailureReason": {},
"TuningJobCompletionDetails": {
- "shape": "Sy1"
+ "shape": "Syk"
},
"ConsumedResources": {
- "shape": "Sy2"
+ "shape": "Syl"
},
"Autotune": {
- "shape": "Sfr"
+ "shape": "Sg9"
}
}
}
@@ -4212,7 +4212,7 @@
"Name": {},
"Type": {},
"Schedule": {
- "shape": "Sgf"
+ "shape": "Sgx"
},
"Status": {},
"StatusReason": {},
@@ -4253,17 +4253,17 @@
"ModelName": {},
"VariantName": {},
"InfrastructureConfig": {
- "shape": "Sgl"
+ "shape": "Sh3"
},
"Status": {}
}
}
},
"DataStorageConfig": {
- "shape": "Sgq"
+ "shape": "Sh8"
},
"ShadowModeConfig": {
- "shape": "Sgr"
+ "shape": "Sh9"
},
"KmsKey": {}
}
@@ -4309,10 +4309,10 @@
},
"FailureReason": {},
"InputConfig": {
- "shape": "Sgz"
+ "shape": "Shh"
},
"StoppingConditions": {
- "shape": "Shx"
+ "shape": "Sif"
},
"InferenceRecommendations": {
"type": "list",
@@ -4325,13 +4325,13 @@
],
"members": {
"Metrics": {
- "shape": "Syn"
+ "shape": "Sz6"
},
"EndpointConfiguration": {
- "shape": "Syp"
+ "shape": "Sz8"
},
"ModelConfiguration": {
- "shape": "Syq"
+ "shape": "Sz9"
},
"RecommendationId": {},
"InvocationEndTime": {
@@ -4353,10 +4353,10 @@
],
"members": {
"Metrics": {
- "shape": "Syy"
+ "shape": "Szh"
},
"EndpointInfo": {
- "shape": "Shq"
+ "shape": "Si8"
}
}
}
@@ -4392,7 +4392,7 @@
"members": {
"LabelingJobStatus": {},
"LabelCounters": {
- "shape": "Sz2"
+ "shape": "Szl"
},
"FailureReason": {},
"CreationTime": {
@@ -4406,27 +4406,27 @@
"LabelingJobArn": {},
"LabelAttributeName": {},
"InputConfig": {
- "shape": "Si8"
+ "shape": "Siq"
},
"OutputConfig": {
- "shape": "Sif"
+ "shape": "Six"
},
"RoleArn": {},
"LabelCategoryConfigS3Uri": {},
"StoppingConditions": {
- "shape": "Sig"
+ "shape": "Siy"
},
"LabelingJobAlgorithmsConfig": {
- "shape": "Sij"
+ "shape": "Sj1"
},
"HumanTaskConfig": {
- "shape": "Sin"
+ "shape": "Sj5"
},
"Tags": {
"shape": "S7"
},
"LabelingJobOutput": {
- "shape": "Sz5"
+ "shape": "Szo"
}
}
}
@@ -4452,13 +4452,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -4484,13 +4484,13 @@
"members": {
"ModelName": {},
"PrimaryContainer": {
- "shape": "Sj2"
+ "shape": "Sjk"
},
"Containers": {
- "shape": "Sjg"
+ "shape": "Sjy"
},
"InferenceExecutionConfig": {
- "shape": "Sjh"
+ "shape": "Sjz"
},
"ExecutionRoleArn": {},
"VpcConfig": {
@@ -4504,7 +4504,7 @@
"type": "boolean"
},
"DeploymentRecommendation": {
- "shape": "Sza"
+ "shape": "Szt"
}
}
}
@@ -4538,26 +4538,26 @@
"type": "timestamp"
},
"ModelBiasBaselineConfig": {
- "shape": "Sjl"
+ "shape": "Sk3"
},
"ModelBiasAppSpecification": {
- "shape": "Sjm"
+ "shape": "Sk4"
},
"ModelBiasJobInput": {
- "shape": "Sjn"
+ "shape": "Sk5"
},
"ModelBiasJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
}
}
}
@@ -4593,23 +4593,23 @@
"type": "integer"
},
"Content": {
- "shape": "Sjs"
+ "shape": "Ska"
},
"ModelCardStatus": {},
"SecurityConfig": {
- "shape": "Sjr"
+ "shape": "Sk9"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ModelCardProcessingStatus": {}
}
@@ -4646,7 +4646,7 @@
"type": "integer"
},
"OutputConfig": {
- "shape": "Sjx"
+ "shape": "Skf"
},
"CreatedAt": {
"type": "timestamp"
@@ -4696,26 +4696,26 @@
"type": "timestamp"
},
"ModelExplainabilityBaselineConfig": {
- "shape": "Sk1"
+ "shape": "Skj"
},
"ModelExplainabilityAppSpecification": {
- "shape": "Sk2"
+ "shape": "Skk"
},
"ModelExplainabilityJobInput": {
- "shape": "Sk3"
+ "shape": "Skl"
},
"ModelExplainabilityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
}
}
}
@@ -4754,46 +4754,46 @@
"shape": "Sr"
},
"SourceAlgorithmSpecification": {
- "shape": "Sk9"
+ "shape": "Skr"
},
"ValidationSpecification": {
- "shape": "Sk6"
+ "shape": "Sko"
},
"ModelPackageStatus": {},
"ModelPackageStatusDetails": {
- "shape": "Szr"
+ "shape": "S10a"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"ModelApprovalStatus": {},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
},
"ModelMetrics": {
- "shape": "Skc"
+ "shape": "Sku"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ApprovalDescription": {},
"CustomerMetadataProperties": {
- "shape": "Skj"
+ "shape": "Sl1"
},
"DriftCheckBaselines": {
- "shape": "Skm"
+ "shape": "Sl4"
},
"Domain": {},
"Task": {},
"SamplePayloadUrl": {},
"AdditionalInferenceSpecifications": {
- "shape": "Sks"
+ "shape": "Sla"
}
}
}
@@ -4825,7 +4825,7 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ModelPackageGroupStatus": {}
}
@@ -4860,26 +4860,26 @@
"type": "timestamp"
},
"ModelQualityBaselineConfig": {
- "shape": "Skz"
+ "shape": "Slh"
},
"ModelQualityAppSpecification": {
- "shape": "Sl0"
+ "shape": "Sli"
},
"ModelQualityJobInput": {
- "shape": "Sl2"
+ "shape": "Slk"
},
"ModelQualityJobOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"JobResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"NetworkConfig": {
- "shape": "S8g"
+ "shape": "S8y"
},
"RoleArn": {},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
}
}
}
@@ -4917,11 +4917,11 @@
"type": "timestamp"
},
"MonitoringScheduleConfig": {
- "shape": "Sl6"
+ "shape": "Slo"
},
"EndpointName": {},
"LastMonitoringExecutionSummary": {
- "shape": "S104"
+ "shape": "S10n"
}
}
}
@@ -4947,7 +4947,7 @@
"InstanceType": {},
"SubnetId": {},
"SecurityGroups": {
- "shape": "S8u"
+ "shape": "S9c"
},
"RoleArn": {},
"KmsKeyId": {},
@@ -4964,16 +4964,16 @@
"type": "integer"
},
"AcceleratorTypes": {
- "shape": "Sln"
+ "shape": "Sm5"
},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
- "shape": "Slq"
+ "shape": "Sm8"
},
"RootAccess": {},
"PlatformIdentifier": {},
"InstanceMetadataServiceConfiguration": {
- "shape": "Slt"
+ "shape": "Smb"
}
}
}
@@ -4994,10 +4994,10 @@
"NotebookInstanceLifecycleConfigArn": {},
"NotebookInstanceLifecycleConfigName": {},
"OnCreate": {
- "shape": "Sly"
+ "shape": "Smg"
},
"OnStart": {
- "shape": "Sly"
+ "shape": "Smg"
},
"LastModifiedTime": {
"type": "timestamp"
@@ -5038,13 +5038,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
}
}
}
@@ -5088,7 +5088,7 @@
"PipelineExecutionStatus": {},
"PipelineExecutionDescription": {},
"PipelineExperimentConfig": {
- "shape": "S10o"
+ "shape": "S117"
},
"FailureReason": {},
"CreationTime": {
@@ -5098,16 +5098,16 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
},
"SelectiveExecutionConfig": {
- "shape": "S10q"
+ "shape": "S119"
}
}
}
@@ -5134,30 +5134,30 @@
],
"members": {
"ProcessingInputs": {
- "shape": "Smp"
+ "shape": "Sn7"
},
"ProcessingOutputConfig": {
- "shape": "Snc"
+ "shape": "Snu"
},
"ProcessingJobName": {},
"ProcessingResources": {
- "shape": "Snh"
+ "shape": "Snz"
},
"StoppingCondition": {
- "shape": "Snj"
+ "shape": "So1"
},
"AppSpecification": {
- "shape": "Snl"
+ "shape": "So3"
},
"Environment": {
- "shape": "Snn"
+ "shape": "So5"
},
"NetworkConfig": {
- "shape": "Sle"
+ "shape": "Slw"
},
"RoleArn": {},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"ProcessingJobArn": {},
"ProcessingJobStatus": {},
@@ -5207,14 +5207,14 @@
"ProjectId": {},
"ProjectDescription": {},
"ServiceCatalogProvisioningDetails": {
- "shape": "Snt"
+ "shape": "Sob"
},
"ServiceCatalogProvisionedProductDetails": {
- "shape": "S10z"
+ "shape": "S11i"
},
"ProjectStatus": {},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"CreationTime": {
"type": "timestamp"
@@ -5223,7 +5223,7 @@
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -5256,7 +5256,7 @@
},
"FailureReason": {},
"SpaceSettings": {
- "shape": "So3"
+ "shape": "Sol"
}
}
}
@@ -5304,7 +5304,7 @@
],
"members": {
"SubscribedWorkteam": {
- "shape": "S11a"
+ "shape": "S11t"
}
}
}
@@ -5339,7 +5339,7 @@
"LabelingJobArn": {},
"AutoMLJobArn": {},
"ModelArtifacts": {
- "shape": "Sux"
+ "shape": "Svg"
},
"TrainingJobStatus": {},
"SecondaryStatus": {},
@@ -5348,7 +5348,7 @@
"shape": "S2t"
},
"AlgorithmSpecification": {
- "shape": "Sod"
+ "shape": "Sov"
},
"RoleArn": {},
"InputDataConfig": {
@@ -5379,10 +5379,10 @@
"type": "timestamp"
},
"SecondaryStatusTransitions": {
- "shape": "S11e"
+ "shape": "S11x"
},
"FinalMetricDataList": {
- "shape": "S11h"
+ "shape": "S120"
},
"EnableNetworkIsolation": {
"type": "boolean"
@@ -5394,7 +5394,7 @@
"type": "boolean"
},
"CheckpointConfig": {
- "shape": "Sfb"
+ "shape": "Sft"
},
"TrainingTimeInSeconds": {
"type": "integer"
@@ -5403,25 +5403,25 @@
"type": "integer"
},
"DebugHookConfig": {
- "shape": "Som"
+ "shape": "Sp4"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"DebugRuleConfigurations": {
- "shape": "Sou"
+ "shape": "Spc"
},
"TensorBoardOutputConfig": {
- "shape": "Soy"
+ "shape": "Spg"
},
"DebugRuleEvaluationStatuses": {
- "shape": "S11l"
+ "shape": "S124"
},
"ProfilerConfig": {
- "shape": "Soz"
+ "shape": "Sph"
},
"ProfilerRuleConfigurations": {
- "shape": "Sp3"
+ "shape": "Spl"
},
"ProfilerRuleEvaluationStatuses": {
"type": "list",
@@ -5440,13 +5440,13 @@
},
"ProfilingStatus": {},
"RetryStrategy": {
- "shape": "Sfc"
+ "shape": "Sfu"
},
"Environment": {
- "shape": "Sp5"
+ "shape": "Spn"
},
"WarmPoolStatus": {
- "shape": "S11s"
+ "shape": "S12b"
}
}
}
@@ -5482,7 +5482,7 @@
"type": "integer"
},
"ModelClientConfig": {
- "shape": "Spc"
+ "shape": "Spu"
},
"MaxPayloadInMB": {
"type": "integer"
@@ -5498,7 +5498,7 @@
"shape": "S41"
},
"DataCaptureConfig": {
- "shape": "Spf"
+ "shape": "Spx"
},
"TransformResources": {
"shape": "S44"
@@ -5515,10 +5515,10 @@
"LabelingJobArn": {},
"AutoMLJobArn": {},
"DataProcessing": {
- "shape": "Spg"
+ "shape": "Spy"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
}
}
}
@@ -5541,19 +5541,19 @@
"DisplayName": {},
"ExperimentName": {},
"Source": {
- "shape": "S120"
+ "shape": "S12j"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
@@ -5578,10 +5578,10 @@
"TrialComponentArn": {},
"DisplayName": {},
"Source": {
- "shape": "S124"
+ "shape": "S12n"
},
"Status": {
- "shape": "Spo"
+ "shape": "Sq6"
},
"StartTime": {
"type": "timestamp"
@@ -5593,34 +5593,34 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"Parameters": {
- "shape": "Spr"
+ "shape": "Sq9"
},
"InputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"OutputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"MetadataProperties": {
"shape": "S1q"
},
"Metrics": {
- "shape": "S126"
+ "shape": "S12p"
},
"LineageGroupArn": {},
"Sources": {
"type": "list",
"member": {
- "shape": "S124"
+ "shape": "S12n"
}
}
}
@@ -5656,7 +5656,7 @@
"SingleSignOnUserIdentifier": {},
"SingleSignOnUserValue": {},
"UserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
}
}
}
@@ -5678,7 +5678,7 @@
],
"members": {
"Workforce": {
- "shape": "S12g"
+ "shape": "S12z"
}
}
}
@@ -5700,7 +5700,7 @@
],
"members": {
"Workteam": {
- "shape": "S12o"
+ "shape": "S137"
}
}
}
@@ -5765,7 +5765,7 @@
"DeviceFleetArn": {},
"DeviceFleetName": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"Description": {},
"ReportGenerated": {
@@ -5945,7 +5945,7 @@
"HubContentMarkdown": {},
"HubContentDocument": {},
"HubContentSearchKeywords": {
- "shape": "Sxf"
+ "shape": "Sxy"
},
"Tags": {
"shape": "S7"
@@ -6084,7 +6084,7 @@
"type": "structure",
"members": {
"SageMakerImageVersionAliases": {
- "shape": "Sg2"
+ "shape": "Sgk"
},
"NextToken": {}
}
@@ -6269,7 +6269,7 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -6338,7 +6338,7 @@
},
"FailureReason": {},
"PartialFailureReasons": {
- "shape": "Stm"
+ "shape": "Su4"
}
}
}
@@ -6374,7 +6374,7 @@
"Candidates": {
"type": "list",
"member": {
- "shape": "Sto"
+ "shape": "Su6"
}
},
"NextToken": {}
@@ -6432,7 +6432,7 @@
"type": "timestamp"
},
"GitConfig": {
- "shape": "S6l"
+ "shape": "S73"
}
}
}
@@ -6541,7 +6541,7 @@
"ContextArn": {},
"ContextName": {},
"Source": {
- "shape": "S7a"
+ "shape": "S7s"
},
"ContextType": {},
"CreationTime": {
@@ -6584,7 +6584,7 @@
],
"members": {
"JobDefinitionSummaries": {
- "shape": "S15l"
+ "shape": "S164"
},
"NextToken": {}
}
@@ -7013,7 +7013,7 @@
"ExperimentName": {},
"DisplayName": {},
"ExperimentSource": {
- "shape": "Swi"
+ "shape": "Sx1"
},
"CreationTime": {
"type": "timestamp"
@@ -7073,7 +7073,7 @@
},
"FeatureGroupStatus": {},
"OfflineStoreStatus": {
- "shape": "Swo"
+ "shape": "Sx7"
}
}
}
@@ -7165,7 +7165,7 @@
],
"members": {
"HubContentSummaries": {
- "shape": "S17b"
+ "shape": "S17u"
},
"NextToken": {}
}
@@ -7204,7 +7204,7 @@
],
"members": {
"HubContentSummaries": {
- "shape": "S17b"
+ "shape": "S17u"
},
"NextToken": {}
}
@@ -7258,7 +7258,7 @@
"HubDisplayName": {},
"HubDescription": {},
"HubSearchKeywords": {
- "shape": "Se0"
+ "shape": "Sei"
},
"HubStatus": {},
"CreationTime": {
@@ -7379,13 +7379,13 @@
"type": "timestamp"
},
"TrainingJobStatusCounters": {
- "shape": "Sxu"
+ "shape": "Syd"
},
"ObjectiveStatusCounters": {
- "shape": "Sxw"
+ "shape": "Syf"
},
"ResourceLimits": {
- "shape": "Sej"
+ "shape": "Sf1"
}
}
}
@@ -7562,7 +7562,7 @@
"Name": {},
"Type": {},
"Schedule": {
- "shape": "Sgf"
+ "shape": "Sgx"
},
"Status": {},
"StatusReason": {},
@@ -7623,17 +7623,17 @@
],
"members": {
"Metrics": {
- "shape": "Syn"
+ "shape": "Sz6"
},
"EndpointConfiguration": {
- "shape": "Syp"
+ "shape": "Sz8"
},
"ModelConfiguration": {
- "shape": "Syq"
+ "shape": "Sz9"
},
"FailureReason": {},
"EndpointMetrics": {
- "shape": "Syy"
+ "shape": "Szh"
},
"InvocationEndTime": {
"type": "timestamp"
@@ -7779,17 +7779,17 @@
},
"LabelingJobStatus": {},
"LabelCounters": {
- "shape": "Sz2"
+ "shape": "Szl"
},
"WorkteamArn": {},
"PreHumanTaskLambdaArn": {},
"AnnotationConsolidationLambdaArn": {},
"FailureReason": {},
"LabelingJobOutput": {
- "shape": "Sz5"
+ "shape": "Szo"
},
"InputConfig": {
- "shape": "Si8"
+ "shape": "Siq"
}
}
}
@@ -7936,7 +7936,7 @@
],
"members": {
"JobDefinitionSummaries": {
- "shape": "S15l"
+ "shape": "S164"
},
"NextToken": {}
}
@@ -8149,7 +8149,7 @@
],
"members": {
"JobDefinitionSummaries": {
- "shape": "S15l"
+ "shape": "S164"
},
"NextToken": {}
}
@@ -8349,7 +8349,7 @@
],
"members": {
"JobDefinitionSummaries": {
- "shape": "S15l"
+ "shape": "S164"
},
"NextToken": {}
}
@@ -8468,7 +8468,7 @@
"type": "structure",
"members": {
"MonitoringAlertSummaries": {
- "shape": "S1aq"
+ "shape": "S1b9"
},
"NextToken": {}
}
@@ -8518,7 +8518,7 @@
"MonitoringExecutionSummaries": {
"type": "list",
"member": {
- "shape": "S104"
+ "shape": "S10n"
}
},
"NextToken": {}
@@ -8699,7 +8699,7 @@
"NotebookInstanceLifecycleConfigName": {},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
- "shape": "Slq"
+ "shape": "Sm8"
}
}
}
@@ -8798,7 +8798,7 @@
"CallbackToken": {},
"SqsQueueUrl": {},
"OutputParameters": {
- "shape": "S1c5"
+ "shape": "S1co"
}
}
},
@@ -8807,7 +8807,7 @@
"members": {
"Arn": {},
"OutputParameters": {
- "shape": "S1c5"
+ "shape": "S1co"
}
}
},
@@ -8946,7 +8946,7 @@
"type": "structure",
"members": {
"PipelineParameters": {
- "shape": "S1cm"
+ "shape": "S1d5"
},
"NextToken": {}
}
@@ -9281,7 +9281,7 @@
"SubscribedWorkteams": {
"type": "list",
"member": {
- "shape": "S11a"
+ "shape": "S11t"
}
},
"NextToken": {}
@@ -9369,7 +9369,7 @@
},
"TrainingJobStatus": {},
"WarmPoolStatus": {
- "shape": "S11s"
+ "shape": "S12b"
}
}
}
@@ -9404,7 +9404,7 @@
"TrainingJobSummaries": {
"type": "list",
"member": {
- "shape": "Sxy"
+ "shape": "Syh"
}
},
"NextToken": {}
@@ -9507,10 +9507,10 @@
"TrialComponentArn": {},
"DisplayName": {},
"TrialComponentSource": {
- "shape": "S124"
+ "shape": "S12n"
},
"Status": {
- "shape": "Spo"
+ "shape": "Sq6"
},
"StartTime": {
"type": "timestamp"
@@ -9522,13 +9522,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -9569,7 +9569,7 @@
"TrialName": {},
"DisplayName": {},
"TrialSource": {
- "shape": "S120"
+ "shape": "S12j"
},
"CreationTime": {
"type": "timestamp"
@@ -9644,7 +9644,7 @@
"Workforces": {
"type": "list",
"member": {
- "shape": "S12g"
+ "shape": "S12z"
}
},
"NextToken": {}
@@ -9673,7 +9673,7 @@
"Workteams": {
"type": "list",
"member": {
- "shape": "S12o"
+ "shape": "S137"
}
},
"NextToken": {}
@@ -9792,7 +9792,7 @@
"members": {
"DeviceFleetName": {},
"Devices": {
- "shape": "S1f8"
+ "shape": "S1fr"
},
"Tags": {
"shape": "S7"
@@ -9809,7 +9809,7 @@
],
"members": {
"UiTemplate": {
- "shape": "Se8"
+ "shape": "Seq"
},
"Task": {
"type": "structure",
@@ -9862,7 +9862,7 @@
"idempotencyToken": true
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
}
}
},
@@ -9882,7 +9882,7 @@
"members": {
"Resource": {},
"SearchExpression": {
- "shape": "S1fj"
+ "shape": "S1g2"
},
"SortBy": {},
"SortOrder": {},
@@ -9901,7 +9901,7 @@
"type": "structure",
"members": {
"TrainingJob": {
- "shape": "S1fw"
+ "shape": "S1gf"
},
"Experiment": {
"type": "structure",
@@ -9910,20 +9910,20 @@
"ExperimentArn": {},
"DisplayName": {},
"Source": {
- "shape": "Swi"
+ "shape": "Sx1"
},
"Description": {},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"Tags": {
"shape": "S7"
@@ -9938,19 +9938,19 @@
"DisplayName": {},
"ExperimentName": {},
"Source": {
- "shape": "S120"
+ "shape": "S12j"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
@@ -9966,13 +9966,13 @@
"TrialComponentName": {},
"TrialComponentArn": {},
"TrialComponentSource": {
- "shape": "S124"
+ "shape": "S12n"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
}
@@ -9986,10 +9986,10 @@
"DisplayName": {},
"TrialComponentArn": {},
"Source": {
- "shape": "S124"
+ "shape": "S12n"
},
"Status": {
- "shape": "Spo"
+ "shape": "Sq6"
},
"StartTime": {
"type": "timestamp"
@@ -10001,25 +10001,25 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"Parameters": {
- "shape": "Spr"
+ "shape": "Sq9"
},
"InputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"OutputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"Metrics": {
- "shape": "S126"
+ "shape": "S12p"
},
"MetadataProperties": {
"shape": "S1q"
@@ -10029,36 +10029,36 @@
"members": {
"SourceArn": {},
"TrainingJob": {
- "shape": "S1fw"
+ "shape": "S1gf"
},
"ProcessingJob": {
"type": "structure",
"members": {
"ProcessingInputs": {
- "shape": "Smp"
+ "shape": "Sn7"
},
"ProcessingOutputConfig": {
- "shape": "Snc"
+ "shape": "Snu"
},
"ProcessingJobName": {},
"ProcessingResources": {
- "shape": "Snh"
+ "shape": "Snz"
},
"StoppingCondition": {
- "shape": "Snj"
+ "shape": "So1"
},
"AppSpecification": {
- "shape": "Snl"
+ "shape": "So3"
},
"Environment": {
- "shape": "Snn"
+ "shape": "So5"
},
"NetworkConfig": {
- "shape": "Sle"
+ "shape": "Slw"
},
"RoleArn": {},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"ProcessingJobArn": {},
"ProcessingJobStatus": {},
@@ -10085,7 +10085,7 @@
}
},
"TransformJob": {
- "shape": "S1g4"
+ "shape": "S1gn"
}
}
},
@@ -10121,10 +10121,10 @@
"EndpointArn": {},
"EndpointConfigName": {},
"ProductionVariants": {
- "shape": "Sw0"
+ "shape": "Swj"
},
"DataCaptureConfig": {
- "shape": "Sw8"
+ "shape": "Swr"
},
"EndpointStatus": {},
"FailureReason": {},
@@ -10151,11 +10151,11 @@
"type": "timestamp"
},
"MonitoringScheduleConfig": {
- "shape": "Sl6"
+ "shape": "Slo"
},
"EndpointName": {},
"LastMonitoringExecutionSummary": {
- "shape": "S104"
+ "shape": "S10n"
},
"Tags": {
"shape": "S7"
@@ -10167,7 +10167,7 @@
"shape": "S7"
},
"ShadowProductionVariants": {
- "shape": "Sw0"
+ "shape": "Swj"
}
}
},
@@ -10188,49 +10188,49 @@
"shape": "Sr"
},
"SourceAlgorithmSpecification": {
- "shape": "Sk9"
+ "shape": "Skr"
},
"ValidationSpecification": {
- "shape": "Sk6"
+ "shape": "Sko"
},
"ModelPackageStatus": {},
"ModelPackageStatusDetails": {
- "shape": "Szr"
+ "shape": "S10a"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"ModelApprovalStatus": {},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"MetadataProperties": {
"shape": "S1q"
},
"ModelMetrics": {
- "shape": "Skc"
+ "shape": "Sku"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ApprovalDescription": {},
"Domain": {},
"Task": {},
"SamplePayloadUrl": {},
"AdditionalInferenceSpecifications": {
- "shape": "Sks"
+ "shape": "Sla"
},
"Tags": {
"shape": "S7"
},
"CustomerMetadataProperties": {
- "shape": "Skj"
+ "shape": "Sl1"
},
"DriftCheckBaselines": {
- "shape": "Skm"
+ "shape": "Sl4"
}
}
},
@@ -10244,7 +10244,7 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ModelPackageGroupStatus": {},
"Tags": {
@@ -10271,13 +10271,13 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
},
"Tags": {
"shape": "S7"
@@ -10293,7 +10293,7 @@
"PipelineExecutionStatus": {},
"PipelineExecutionDescription": {},
"PipelineExperimentConfig": {
- "shape": "S10o"
+ "shape": "S117"
},
"FailureReason": {},
"CreationTime": {
@@ -10303,19 +10303,19 @@
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
},
"PipelineParameters": {
- "shape": "S1cm"
+ "shape": "S1d5"
},
"SelectiveExecutionConfig": {
- "shape": "S10q"
+ "shape": "S119"
}
}
},
@@ -10327,7 +10327,7 @@
"RecordIdentifierFeatureName": {},
"EventTimeFeatureName": {},
"FeatureDefinitions": {
- "shape": "Scp"
+ "shape": "Sd7"
},
"CreationTime": {
"type": "timestamp"
@@ -10336,18 +10336,18 @@
"type": "timestamp"
},
"OnlineStoreConfig": {
- "shape": "Scs"
+ "shape": "Sda"
},
"OfflineStoreConfig": {
- "shape": "Scx"
+ "shape": "Sdf"
},
"RoleArn": {},
"FeatureGroupStatus": {},
"OfflineStoreStatus": {
- "shape": "Swo"
+ "shape": "Sx7"
},
"LastUpdateStatus": {
- "shape": "Swr"
+ "shape": "Sxa"
},
"FailureReason": {},
"Description": {},
@@ -10364,14 +10364,14 @@
"ProjectId": {},
"ProjectDescription": {},
"ServiceCatalogProvisioningDetails": {
- "shape": "Snt"
+ "shape": "Sob"
},
"ServiceCatalogProvisionedProductDetails": {
- "shape": "S10z"
+ "shape": "S11i"
},
"ProjectStatus": {},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"CreationTime": {
"type": "timestamp"
@@ -10383,7 +10383,7 @@
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
}
}
},
@@ -10402,7 +10402,7 @@
},
"Description": {},
"Parameters": {
- "shape": "Swx"
+ "shape": "Sxg"
}
}
},
@@ -10412,13 +10412,13 @@
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobArn": {},
"HyperParameterTuningJobConfig": {
- "shape": "Sed"
+ "shape": "Sev"
},
"TrainingJobDefinition": {
- "shape": "Sf6"
+ "shape": "Sfo"
},
"TrainingJobDefinitions": {
- "shape": "Sfm"
+ "shape": "Sg4"
},
"HyperParameterTuningJobStatus": {},
"CreationTime": {
@@ -10431,29 +10431,29 @@
"type": "timestamp"
},
"TrainingJobStatusCounters": {
- "shape": "Sxu"
+ "shape": "Syd"
},
"ObjectiveStatusCounters": {
- "shape": "Sxw"
+ "shape": "Syf"
},
"BestTrainingJob": {
- "shape": "Sxy"
+ "shape": "Syh"
},
"OverallBestTrainingJob": {
- "shape": "Sxy"
+ "shape": "Syh"
},
"WarmStartConfig": {
- "shape": "Sfn"
+ "shape": "Sg5"
},
"FailureReason": {},
"Tags": {
"shape": "S7"
},
"TuningJobCompletionDetails": {
- "shape": "Sy1"
+ "shape": "Syk"
},
"ConsumedResources": {
- "shape": "Sy2"
+ "shape": "Syl"
}
}
},
@@ -10465,13 +10465,13 @@
"members": {
"ModelName": {},
"PrimaryContainer": {
- "shape": "Sj2"
+ "shape": "Sjk"
},
"Containers": {
- "shape": "Sjg"
+ "shape": "Sjy"
},
"InferenceExecutionConfig": {
- "shape": "Sjh"
+ "shape": "Sjz"
},
"ExecutionRoleArn": {},
"VpcConfig": {
@@ -10488,7 +10488,7 @@
"shape": "S7"
},
"DeploymentRecommendation": {
- "shape": "Sza"
+ "shape": "Szt"
}
}
},
@@ -10517,7 +10517,7 @@
}
},
"LastBatchTransformJob": {
- "shape": "S1g4"
+ "shape": "S1gn"
},
"MonitoringSchedules": {
"type": "list",
@@ -10536,14 +10536,14 @@
"type": "timestamp"
},
"MonitoringScheduleConfig": {
- "shape": "Sl6"
+ "shape": "Slo"
},
"EndpointName": {},
"MonitoringAlertSummaries": {
- "shape": "S1aq"
+ "shape": "S1b9"
},
"LastMonitoringExecutionSummary": {
- "shape": "S104"
+ "shape": "S10n"
}
}
}
@@ -10558,19 +10558,19 @@
},
"ModelCardStatus": {},
"SecurityConfig": {
- "shape": "Sjr"
+ "shape": "Sk9"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"Tags": {
"shape": "S7"
@@ -10590,23 +10590,23 @@
"type": "integer"
},
"Content": {
- "shape": "Sjs"
+ "shape": "Ska"
},
"ModelCardStatus": {},
"SecurityConfig": {
- "shape": "Sjr"
+ "shape": "Sk9"
},
"CreationTime": {
"type": "timestamp"
},
"CreatedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"LastModifiedTime": {
"type": "timestamp"
},
"LastModifiedBy": {
- "shape": "St1"
+ "shape": "Stj"
},
"Tags": {
"shape": "S7"
@@ -10653,7 +10653,7 @@
"members": {
"CallbackToken": {},
"OutputParameters": {
- "shape": "S1c5"
+ "shape": "S1co"
},
"ClientRequestToken": {
"idempotencyToken": true
@@ -10733,17 +10733,17 @@
"PipelineName": {},
"PipelineExecutionDisplayName": {},
"PipelineParameters": {
- "shape": "S1cm"
+ "shape": "S1d5"
},
"PipelineExecutionDescription": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
},
"SelectiveExecutionConfig": {
- "shape": "S10q"
+ "shape": "S119"
}
}
},
@@ -10826,7 +10826,7 @@
"value": {}
},
"DesiredModelVariants": {
- "shape": "Sgi"
+ "shape": "Sh0"
},
"DesiredState": {},
"Reason": {}
@@ -10954,7 +10954,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
- "shape": "S1hl"
+ "shape": "S1i4"
}
}
},
@@ -10998,7 +10998,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
- "shape": "S1hl"
+ "shape": "S1i4"
}
}
},
@@ -11048,7 +11048,7 @@
"shape": "S1o"
},
"PropertiesToRemove": {
- "shape": "S1hl"
+ "shape": "S1i4"
}
}
},
@@ -11071,7 +11071,7 @@
"RoleArn": {},
"Description": {},
"OutputConfig": {
- "shape": "S8n"
+ "shape": "S95"
},
"EnableIotRoleAlias": {
"type": "boolean"
@@ -11089,7 +11089,7 @@
"members": {
"DeviceFleetName": {},
"Devices": {
- "shape": "S1f8"
+ "shape": "S1fr"
}
}
}
@@ -11103,7 +11103,7 @@
"members": {
"DomainId": {},
"DefaultUserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
},
"DomainSettingsForUpdate": {
"type": "structure",
@@ -11124,12 +11124,12 @@
},
"ExecutionRoleIdentityConfig": {},
"SecurityGroupIds": {
- "shape": "S9k"
+ "shape": "Sa2"
}
}
},
"DefaultSpaceSettings": {
- "shape": "S9n"
+ "shape": "Sa5"
},
"AppSecurityGroupManagement": {}
}
@@ -11167,7 +11167,7 @@
}
},
"DeploymentConfig": {
- "shape": "Saa"
+ "shape": "Sas"
},
"RetainDeploymentConfig": {
"type": "boolean"
@@ -11264,14 +11264,14 @@
"FeatureAdditions": {
"type": "list",
"member": {
- "shape": "Scq"
+ "shape": "Sd8"
}
},
"OnlineStoreConfig": {
"type": "structure",
"members": {
"TtlDuration": {
- "shape": "Scu"
+ "shape": "Sdc"
}
}
}
@@ -11301,7 +11301,7 @@
"ParameterAdditions": {
"type": "list",
"member": {
- "shape": "Swy"
+ "shape": "Sxh"
}
},
"ParameterRemovals": {
@@ -11322,7 +11322,7 @@
"HubDescription": {},
"HubDisplayName": {},
"HubSearchKeywords": {
- "shape": "Se0"
+ "shape": "Sei"
}
}
},
@@ -11373,10 +11373,10 @@
"type": "integer"
},
"AliasesToAdd": {
- "shape": "Sg2"
+ "shape": "Sgk"
},
"AliasesToDelete": {
- "shape": "Sg2"
+ "shape": "Sgk"
},
"VendorGuidance": {},
"JobType": {},
@@ -11405,17 +11405,17 @@
"members": {
"Name": {},
"Schedule": {
- "shape": "Sgf"
+ "shape": "Sgx"
},
"Description": {},
"ModelVariants": {
- "shape": "Sgi"
+ "shape": "Sh0"
},
"DataStorageConfig": {
- "shape": "Sgq"
+ "shape": "Sh8"
},
"ShadowModeConfig": {
- "shape": "Sgr"
+ "shape": "Sh9"
}
}
},
@@ -11438,7 +11438,7 @@
"members": {
"ModelCardName": {},
"Content": {
- "shape": "Sjs"
+ "shape": "Ska"
},
"ModelCardStatus": {}
}
@@ -11464,14 +11464,14 @@
"ModelApprovalStatus": {},
"ApprovalDescription": {},
"CustomerMetadataProperties": {
- "shape": "Skj"
+ "shape": "Sl1"
},
"CustomerMetadataPropertiesToRemove": {
"type": "list",
"member": {}
},
"AdditionalInferenceSpecificationsToAdd": {
- "shape": "Sks"
+ "shape": "Sla"
}
}
},
@@ -11526,7 +11526,7 @@
"members": {
"MonitoringScheduleName": {},
"MonitoringScheduleConfig": {
- "shape": "Sl6"
+ "shape": "Slo"
}
}
},
@@ -11559,10 +11559,10 @@
},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
- "shape": "Slq"
+ "shape": "Sm8"
},
"AcceleratorTypes": {
- "shape": "Sln"
+ "shape": "Sm5"
},
"DisassociateAcceleratorTypes": {
"type": "boolean"
@@ -11575,7 +11575,7 @@
},
"RootAccess": {},
"InstanceMetadataServiceConfiguration": {
- "shape": "Slt"
+ "shape": "Smb"
}
}
},
@@ -11593,10 +11593,10 @@
"members": {
"NotebookInstanceLifecycleConfigName": {},
"OnCreate": {
- "shape": "Sly"
+ "shape": "Smg"
},
"OnStart": {
- "shape": "Sly"
+ "shape": "Smg"
}
}
},
@@ -11616,12 +11616,12 @@
"PipelineDisplayName": {},
"PipelineDefinition": {},
"PipelineDefinitionS3Location": {
- "shape": "Sm6"
+ "shape": "Smo"
},
"PipelineDescription": {},
"RoleArn": {},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
}
}
},
@@ -11643,7 +11643,7 @@
"PipelineExecutionDescription": {},
"PipelineExecutionDisplayName": {},
"ParallelismConfiguration": {
- "shape": "Smc"
+ "shape": "Smu"
}
}
},
@@ -11668,7 +11668,7 @@
"members": {
"ProvisioningArtifactId": {},
"ProvisioningParameters": {
- "shape": "Snv"
+ "shape": "Sod"
}
}
},
@@ -11698,7 +11698,7 @@
"DomainId": {},
"SpaceName": {},
"SpaceSettings": {
- "shape": "So3"
+ "shape": "Sol"
}
}
},
@@ -11725,7 +11725,7 @@
"type": "long"
},
"ProfilingParameters": {
- "shape": "Sp1"
+ "shape": "Spj"
},
"DisableProfiler": {
"type": "boolean"
@@ -11733,7 +11733,7 @@
}
},
"ProfilerRuleConfigurations": {
- "shape": "Sp3"
+ "shape": "Spl"
},
"ResourceConfig": {
"type": "structure",
@@ -11786,7 +11786,7 @@
"TrialComponentName": {},
"DisplayName": {},
"Status": {
- "shape": "Spo"
+ "shape": "Sq6"
},
"StartTime": {
"type": "timestamp"
@@ -11795,22 +11795,22 @@
"type": "timestamp"
},
"Parameters": {
- "shape": "Spr"
+ "shape": "Sq9"
},
"ParametersToRemove": {
- "shape": "S1js"
+ "shape": "S1kb"
},
"InputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"InputArtifactsToRemove": {
- "shape": "S1js"
+ "shape": "S1kb"
},
"OutputArtifacts": {
- "shape": "Spv"
+ "shape": "Sqd"
},
"OutputArtifactsToRemove": {
- "shape": "S1js"
+ "shape": "S1kb"
}
}
},
@@ -11832,7 +11832,7 @@
"DomainId": {},
"UserProfileName": {},
"UserSettings": {
- "shape": "S8t"
+ "shape": "S9b"
}
}
},
@@ -11852,13 +11852,13 @@
"members": {
"WorkforceName": {},
"SourceIpConfig": {
- "shape": "Sqc"
+ "shape": "Squ"
},
"OidcConfig": {
- "shape": "Sq9"
+ "shape": "Sqr"
},
"WorkforceVpcConfig": {
- "shape": "Sqg"
+ "shape": "Sqy"
}
}
},
@@ -11869,7 +11869,7 @@
],
"members": {
"Workforce": {
- "shape": "S12g"
+ "shape": "S12z"
}
}
}
@@ -11883,11 +11883,11 @@
"members": {
"WorkteamName": {},
"MemberDefinitions": {
- "shape": "Sqq"
+ "shape": "Sr8"
},
"Description": {},
"NotificationConfiguration": {
- "shape": "Sqy"
+ "shape": "Srg"
}
}
},
@@ -11898,7 +11898,7 @@
],
"members": {
"Workteam": {
- "shape": "S12o"
+ "shape": "S137"
}
}
}
@@ -12729,11 +12729,69 @@
"TargetAttributeName": {},
"SampleWeightAttributeName": {}
}
+ },
+ "TimeSeriesForecastingJobConfig": {
+ "type": "structure",
+ "required": [
+ "ForecastFrequency",
+ "ForecastHorizon",
+ "TimeSeriesConfig"
+ ],
+ "members": {
+ "FeatureSpecificationS3Uri": {},
+ "CompletionCriteria": {
+ "shape": "S5l"
+ },
+ "ForecastFrequency": {},
+ "ForecastHorizon": {
+ "type": "integer"
+ },
+ "ForecastQuantiles": {
+ "type": "list",
+ "member": {}
+ },
+ "Transformations": {
+ "type": "structure",
+ "members": {
+ "Filling": {
+ "type": "map",
+ "key": {},
+ "value": {
+ "type": "map",
+ "key": {},
+ "value": {}
+ }
+ },
+ "Aggregation": {
+ "type": "map",
+ "key": {},
+ "value": {}
+ }
+ }
+ },
+ "TimeSeriesConfig": {
+ "type": "structure",
+ "required": [
+ "TargetAttributeName",
+ "TimestampAttributeName",
+ "ItemIdentifierAttributeName"
+ ],
+ "members": {
+ "TargetAttributeName": {},
+ "TimestampAttributeName": {},
+ "ItemIdentifierAttributeName": {},
+ "GroupingAttributeNames": {
+ "type": "list",
+ "member": {}
+ }
+ }
+ }
+ }
}
},
"union": true
},
- "S6l": {
+ "S73": {
"type": "structure",
"required": [
"RepositoryUrl"
@@ -12744,7 +12802,7 @@
"SecretArn": {}
}
},
- "S6s": {
+ "S7a": {
"type": "structure",
"required": [
"S3Uri",
@@ -12758,7 +12816,7 @@
"FrameworkVersion": {}
}
},
- "S6v": {
+ "S7d": {
"type": "structure",
"required": [
"S3OutputLocation"
@@ -12782,7 +12840,7 @@
"KmsKeyId": {}
}
},
- "S72": {
+ "S7k": {
"type": "structure",
"required": [
"SecurityGroupIds",
@@ -12799,7 +12857,7 @@
}
}
},
- "S7a": {
+ "S7s": {
"type": "structure",
"required": [
"SourceUri"
@@ -12810,31 +12868,31 @@
"SourceId": {}
}
},
- "S7f": {
+ "S7x": {
"type": "structure",
"members": {
"BaseliningJobName": {},
"ConstraintsResource": {
- "shape": "S7h"
+ "shape": "S7z"
},
"StatisticsResource": {
- "shape": "S7i"
+ "shape": "S80"
}
}
},
- "S7h": {
+ "S7z": {
"type": "structure",
"members": {
"S3Uri": {}
}
},
- "S7i": {
+ "S80": {
"type": "structure",
"members": {
"S3Uri": {}
}
},
- "S7j": {
+ "S81": {
"type": "structure",
"required": [
"ImageUri"
@@ -12842,43 +12900,43 @@
"members": {
"ImageUri": {},
"ContainerEntrypoint": {
- "shape": "S7l"
+ "shape": "S83"
},
"ContainerArguments": {
- "shape": "S7n"
+ "shape": "S85"
},
"RecordPreprocessorSourceUri": {},
"PostAnalyticsProcessorSourceUri": {},
"Environment": {
- "shape": "S7p"
+ "shape": "S87"
}
}
},
- "S7l": {
+ "S83": {
"type": "list",
"member": {}
},
- "S7n": {
+ "S85": {
"type": "list",
"member": {}
},
- "S7p": {
+ "S87": {
"type": "map",
"key": {},
"value": {}
},
- "S7s": {
+ "S8a": {
"type": "structure",
"members": {
"EndpointInput": {
- "shape": "S7t"
+ "shape": "S8b"
},
"BatchTransformInput": {
- "shape": "S7z"
+ "shape": "S8h"
}
}
},
- "S7t": {
+ "S8b": {
"type": "structure",
"required": [
"EndpointName",
@@ -12899,7 +12957,7 @@
"EndTimeOffset": {}
}
},
- "S7z": {
+ "S8h": {
"type": "structure",
"required": [
"DataCapturedDestinationS3Uri",
@@ -12946,7 +13004,7 @@
"EndTimeOffset": {}
}
},
- "S85": {
+ "S8n": {
"type": "structure",
"required": [
"MonitoringOutputs"
@@ -12978,7 +13036,7 @@
"KmsKeyId": {}
}
},
- "S8b": {
+ "S8t": {
"type": "structure",
"required": [
"ClusterConfig"
@@ -13004,7 +13062,7 @@
}
}
},
- "S8g": {
+ "S8y": {
"type": "structure",
"members": {
"EnableInterContainerTrafficEncryption": {
@@ -13018,7 +13076,7 @@
}
}
},
- "S8h": {
+ "S8z": {
"type": "structure",
"required": [
"MaxRuntimeInSeconds"
@@ -13029,7 +13087,7 @@
}
}
},
- "S8n": {
+ "S95": {
"type": "structure",
"required": [
"S3OutputLocation"
@@ -13041,12 +13099,12 @@
"PresetDeploymentConfig": {}
}
},
- "S8t": {
+ "S9b": {
"type": "structure",
"members": {
"ExecutionRole": {},
"SecurityGroups": {
- "shape": "S8u"
+ "shape": "S9c"
},
"SharingSettings": {
"type": "structure",
@@ -13057,10 +13115,10 @@
}
},
"JupyterServerAppSettings": {
- "shape": "S8x"
+ "shape": "S9f"
},
"KernelGatewayAppSettings": {
- "shape": "S92"
+ "shape": "S9k"
},
"TensorBoardAppSettings": {
"type": "structure",
@@ -13084,7 +13142,7 @@
"shape": "S4e"
},
"CustomImages": {
- "shape": "S93"
+ "shape": "S9l"
}
}
},
@@ -13109,18 +13167,18 @@
}
}
},
- "S8u": {
+ "S9c": {
"type": "list",
"member": {}
},
- "S8x": {
+ "S9f": {
"type": "structure",
"members": {
"DefaultResourceSpec": {
"shape": "S4e"
},
"LifecycleConfigArns": {
- "shape": "S8y"
+ "shape": "S9g"
},
"CodeRepositories": {
"type": "list",
@@ -13136,25 +13194,25 @@
}
}
},
- "S8y": {
+ "S9g": {
"type": "list",
"member": {}
},
- "S92": {
+ "S9k": {
"type": "structure",
"members": {
"DefaultResourceSpec": {
"shape": "S4e"
},
"CustomImages": {
- "shape": "S93"
+ "shape": "S9l"
},
"LifecycleConfigArns": {
- "shape": "S8y"
+ "shape": "S9g"
}
}
},
- "S93": {
+ "S9l": {
"type": "list",
"member": {
"type": "structure",
@@ -13171,11 +13229,11 @@
}
}
},
- "S9j": {
+ "Sa1": {
"type": "structure",
"members": {
"SecurityGroupIds": {
- "shape": "S9k"
+ "shape": "Sa2"
},
"RStudioServerProDomainSettings": {
"type": "structure",
@@ -13194,26 +13252,26 @@
"ExecutionRoleIdentityConfig": {}
}
},
- "S9k": {
+ "Sa2": {
"type": "list",
"member": {}
},
- "S9n": {
+ "Sa5": {
"type": "structure",
"members": {
"ExecutionRole": {},
"SecurityGroups": {
- "shape": "S8u"
+ "shape": "S9c"
},
"JupyterServerAppSettings": {
- "shape": "S8x"
+ "shape": "S9f"
},
"KernelGatewayAppSettings": {
- "shape": "S92"
+ "shape": "S9k"
}
}
},
- "S9s": {
+ "Saa": {
"type": "list",
"member": {
"type": "structure",
@@ -13227,7 +13285,7 @@
}
}
},
- "S9u": {
+ "Sac": {
"type": "list",
"member": {
"type": "structure",
@@ -13238,15 +13296,15 @@
"members": {
"StageName": {},
"DeviceSelectionConfig": {
- "shape": "S9w"
+ "shape": "Sae"
},
"DeploymentConfig": {
- "shape": "Sa1"
+ "shape": "Saj"
}
}
}
},
- "S9w": {
+ "Sae": {
"type": "structure",
"required": [
"DeviceSubsetType"
@@ -13257,16 +13315,16 @@
"type": "integer"
},
"DeviceNames": {
- "shape": "S9z"
+ "shape": "Sah"
},
"DeviceNameContains": {}
}
},
- "S9z": {
+ "Sah": {
"type": "list",
"member": {}
},
- "Sa1": {
+ "Saj": {
"type": "structure",
"required": [
"FailureHandlingPolicy"
@@ -13275,7 +13333,7 @@
"FailureHandlingPolicy": {}
}
},
- "Saa": {
+ "Sas": {
"type": "structure",
"required": [
"BlueGreenUpdatePolicy"
@@ -13299,10 +13357,10 @@
"type": "integer"
},
"CanarySize": {
- "shape": "Saf"
+ "shape": "Sax"
},
"LinearStepSize": {
- "shape": "Saf"
+ "shape": "Sax"
}
}
},
@@ -13330,7 +13388,7 @@
}
}
},
- "Saf": {
+ "Sax": {
"type": "structure",
"required": [
"Type",
@@ -13343,7 +13401,7 @@
}
}
},
- "Sar": {
+ "Sb9": {
"type": "list",
"member": {
"type": "structure",
@@ -13373,7 +13431,7 @@
}
},
"ServerlessConfig": {
- "shape": "Saz"
+ "shape": "Sbh"
},
"VolumeSizeInGB": {
"type": "integer"
@@ -13390,7 +13448,7 @@
}
}
},
- "Saz": {
+ "Sbh": {
"type": "structure",
"required": [
"MemorySizeInMB",
@@ -13408,7 +13466,7 @@
}
}
},
- "Sb7": {
+ "Sbp": {
"type": "structure",
"required": [
"InitialSamplingPercentage",
@@ -13437,11 +13495,11 @@
}
},
"CaptureContentTypeHeader": {
- "shape": "Sbd"
+ "shape": "Sbv"
}
}
},
- "Sbd": {
+ "Sbv": {
"type": "structure",
"members": {
"CsvContentTypes": {
@@ -13454,7 +13512,7 @@
}
}
},
- "Sbi": {
+ "Sc0": {
"type": "structure",
"required": [
"OutputConfig"
@@ -13489,7 +13547,7 @@
}
}
},
- "Sbq": {
+ "Sc8": {
"type": "structure",
"members": {
"ClarifyExplainerConfig": {
@@ -13572,20 +13630,20 @@
}
}
},
- "Scp": {
+ "Sd7": {
"type": "list",
"member": {
- "shape": "Scq"
+ "shape": "Sd8"
}
},
- "Scq": {
+ "Sd8": {
"type": "structure",
"members": {
"FeatureName": {},
"FeatureType": {}
}
},
- "Scs": {
+ "Sda": {
"type": "structure",
"members": {
"SecurityConfig": {
@@ -13598,11 +13656,11 @@
"type": "boolean"
},
"TtlDuration": {
- "shape": "Scu"
+ "shape": "Sdc"
}
}
},
- "Scu": {
+ "Sdc": {
"type": "structure",
"members": {
"Unit": {},
@@ -13611,7 +13669,7 @@
}
}
},
- "Scx": {
+ "Sdf": {
"type": "structure",
"required": [
"S3StorageConfig"
@@ -13647,7 +13705,7 @@
"TableFormat": {}
}
},
- "Sd9": {
+ "Sdr": {
"type": "structure",
"required": [
"AwsManagedHumanLoopRequestSource"
@@ -13656,7 +13714,7 @@
"AwsManagedHumanLoopRequestSource": {}
}
},
- "Sdb": {
+ "Sdt": {
"type": "structure",
"required": [
"HumanLoopActivationConditionsConfig"
@@ -13675,7 +13733,7 @@
}
}
},
- "Sde": {
+ "Sdw": {
"type": "structure",
"required": [
"WorkteamArn",
@@ -13703,11 +13761,11 @@
"member": {}
},
"PublicWorkforceTaskPrice": {
- "shape": "Sdo"
+ "shape": "Se6"
}
}
},
- "Sdo": {
+ "Se6": {
"type": "structure",
"members": {
"AmountInUsd": {
@@ -13726,7 +13784,7 @@
}
}
},
- "Sdt": {
+ "Seb": {
"type": "structure",
"required": [
"S3OutputPath"
@@ -13736,17 +13794,17 @@
"KmsKeyId": {}
}
},
- "Se0": {
+ "Sei": {
"type": "list",
"member": {}
},
- "Se2": {
+ "Sek": {
"type": "structure",
"members": {
"S3OutputPath": {}
}
},
- "Se8": {
+ "Seq": {
"type": "structure",
"required": [
"Content"
@@ -13755,7 +13813,7 @@
"Content": {}
}
},
- "Sed": {
+ "Sev": {
"type": "structure",
"required": [
"Strategy",
@@ -13783,10 +13841,10 @@
"shape": "S2m"
},
"ResourceLimits": {
- "shape": "Sej"
+ "shape": "Sf1"
},
"ParameterRanges": {
- "shape": "Sen"
+ "shape": "Sf5"
},
"TrainingJobEarlyStoppingType": {},
"TuningJobCompletionCriteria": {
@@ -13816,7 +13874,7 @@
}
}
},
- "Sej": {
+ "Sf1": {
"type": "structure",
"required": [
"MaxParallelTrainingJobs"
@@ -13833,7 +13891,7 @@
}
}
},
- "Sen": {
+ "Sf5": {
"type": "structure",
"members": {
"IntegerParameterRanges": {
@@ -13902,7 +13960,7 @@
}
}
},
- "Sf6": {
+ "Sfo": {
"type": "structure",
"required": [
"AlgorithmSpecification",
@@ -13916,7 +13974,7 @@
"shape": "S2m"
},
"HyperParameterRanges": {
- "shape": "Sen"
+ "shape": "Sf5"
},
"StaticHyperParameters": {
"shape": "S2t"
@@ -13961,10 +14019,10 @@
"type": "boolean"
},
"CheckpointConfig": {
- "shape": "Sfb"
+ "shape": "Sft"
},
"RetryStrategy": {
- "shape": "Sfc"
+ "shape": "Sfu"
},
"HyperParameterTuningResourceConfig": {
"type": "structure",
@@ -14007,7 +14065,7 @@
}
}
},
- "Sfb": {
+ "Sft": {
"type": "structure",
"required": [
"S3Uri"
@@ -14017,7 +14075,7 @@
"LocalPath": {}
}
},
- "Sfc": {
+ "Sfu": {
"type": "structure",
"required": [
"MaximumRetryAttempts"
@@ -14028,13 +14086,13 @@
}
}
},
- "Sfm": {
+ "Sg4": {
"type": "list",
"member": {
- "shape": "Sf6"
+ "shape": "Sfo"
}
},
- "Sfn": {
+ "Sg5": {
"type": "structure",
"required": [
"ParentHyperParameterTuningJobs",
@@ -14053,7 +14111,7 @@
"WarmStartType": {}
}
},
- "Sfr": {
+ "Sg9": {
"type": "structure",
"required": [
"Mode"
@@ -14062,11 +14120,11 @@
"Mode": {}
}
},
- "Sg2": {
+ "Sgk": {
"type": "list",
"member": {}
},
- "Sgf": {
+ "Sgx": {
"type": "structure",
"members": {
"StartTime": {
@@ -14077,7 +14135,7 @@
}
}
},
- "Sgi": {
+ "Sh0": {
"type": "list",
"member": {
"type": "structure",
@@ -14090,12 +14148,12 @@
"ModelName": {},
"VariantName": {},
"InfrastructureConfig": {
- "shape": "Sgl"
+ "shape": "Sh3"
}
}
}
},
- "Sgl": {
+ "Sh3": {
"type": "structure",
"required": [
"InfrastructureType",
@@ -14118,7 +14176,7 @@
}
}
},
- "Sgq": {
+ "Sh8": {
"type": "structure",
"required": [
"Destination"
@@ -14127,11 +14185,11 @@
"Destination": {},
"KmsKey": {},
"ContentType": {
- "shape": "Sbd"
+ "shape": "Sbv"
}
}
},
- "Sgr": {
+ "Sh9": {
"type": "structure",
"required": [
"SourceModelVariantName",
@@ -14157,7 +14215,7 @@
}
}
},
- "Sgz": {
+ "Shh": {
"type": "structure",
"members": {
"ModelPackageVersionArn": {},
@@ -14262,7 +14320,7 @@
"Endpoints": {
"type": "list",
"member": {
- "shape": "Shq"
+ "shape": "Si8"
}
},
"VpcConfig": {
@@ -14285,7 +14343,7 @@
"ModelName": {}
}
},
- "Shq": {
+ "Si8": {
"type": "structure",
"required": [
"EndpointName"
@@ -14294,7 +14352,7 @@
"EndpointName": {}
}
},
- "Shx": {
+ "Sif": {
"type": "structure",
"members": {
"MaxInvocations": {
@@ -14314,7 +14372,7 @@
}
}
},
- "Si8": {
+ "Siq": {
"type": "structure",
"required": [
"DataSource"
@@ -14354,7 +14412,7 @@
}
}
},
- "Sif": {
+ "Six": {
"type": "structure",
"required": [
"S3OutputPath"
@@ -14365,7 +14423,7 @@
"SnsTopicArn": {}
}
},
- "Sig": {
+ "Siy": {
"type": "structure",
"members": {
"MaxHumanLabeledObjectCount": {
@@ -14376,7 +14434,7 @@
}
}
},
- "Sij": {
+ "Sj1": {
"type": "structure",
"required": [
"LabelingJobAlgorithmSpecificationArn"
@@ -14395,7 +14453,7 @@
}
}
},
- "Sin": {
+ "Sj5": {
"type": "structure",
"required": [
"WorkteamArn",
@@ -14445,11 +14503,11 @@
}
},
"PublicWorkforceTaskPrice": {
- "shape": "Sdo"
+ "shape": "Se6"
}
}
},
- "Sj2": {
+ "Sjk": {
"type": "structure",
"members": {
"ContainerHostname": {},
@@ -14508,13 +14566,13 @@
}
}
},
- "Sjg": {
+ "Sjy": {
"type": "list",
"member": {
- "shape": "Sj2"
+ "shape": "Sjk"
}
},
- "Sjh": {
+ "Sjz": {
"type": "structure",
"required": [
"Mode"
@@ -14523,16 +14581,16 @@
"Mode": {}
}
},
- "Sjl": {
+ "Sk3": {
"type": "structure",
"members": {
"BaseliningJobName": {},
"ConstraintsResource": {
- "shape": "S7h"
+ "shape": "S7z"
}
}
},
- "Sjm": {
+ "Sk4": {
"type": "structure",
"required": [
"ImageUri",
@@ -14542,44 +14600,44 @@
"ImageUri": {},
"ConfigUri": {},
"Environment": {
- "shape": "S7p"
+ "shape": "S87"
}
}
},
- "Sjn": {
+ "Sk5": {
"type": "structure",
"required": [
"GroundTruthS3Input"
],
"members": {
"EndpointInput": {
- "shape": "S7t"
+ "shape": "S8b"
},
"BatchTransformInput": {
- "shape": "S7z"
+ "shape": "S8h"
},
"GroundTruthS3Input": {
- "shape": "Sjo"
+ "shape": "Sk6"
}
}
},
- "Sjo": {
+ "Sk6": {
"type": "structure",
"members": {
"S3Uri": {}
}
},
- "Sjr": {
+ "Sk9": {
"type": "structure",
"members": {
"KmsKeyId": {}
}
},
- "Sjs": {
+ "Ska": {
"type": "string",
"sensitive": true
},
- "Sjx": {
+ "Skf": {
"type": "structure",
"required": [
"S3OutputPath"
@@ -14588,16 +14646,16 @@
"S3OutputPath": {}
}
},
- "Sk1": {
+ "Skj": {
"type": "structure",
"members": {
"BaseliningJobName": {},
"ConstraintsResource": {
- "shape": "S7h"
+ "shape": "S7z"
}
}
},
- "Sk2": {
+ "Skk": {
"type": "structure",
"required": [
"ImageUri",
@@ -14607,22 +14665,22 @@
"ImageUri": {},
"ConfigUri": {},
"Environment": {
- "shape": "S7p"
+ "shape": "S87"
}
}
},
- "Sk3": {
+ "Skl": {
"type": "structure",
"members": {
"EndpointInput": {
- "shape": "S7t"
+ "shape": "S8b"
},
"BatchTransformInput": {
- "shape": "S7z"
+ "shape": "S8h"
}
}
},
- "Sk6": {
+ "Sko": {
"type": "structure",
"required": [
"ValidationRole",
@@ -14648,7 +14706,7 @@
}
}
},
- "Sk9": {
+ "Skr": {
"type": "structure",
"required": [
"SourceAlgorithms"
@@ -14669,17 +14727,17 @@
}
}
},
- "Skc": {
+ "Sku": {
"type": "structure",
"members": {
"ModelQuality": {
"type": "structure",
"members": {
"Statistics": {
- "shape": "Ske"
+ "shape": "Skw"
},
"Constraints": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
},
@@ -14687,10 +14745,10 @@
"type": "structure",
"members": {
"Statistics": {
- "shape": "Ske"
+ "shape": "Skw"
},
"Constraints": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
},
@@ -14698,13 +14756,13 @@
"type": "structure",
"members": {
"Report": {
- "shape": "Ske"
+ "shape": "Skw"
},
"PreTrainingReport": {
- "shape": "Ske"
+ "shape": "Skw"
},
"PostTrainingReport": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
},
@@ -14712,13 +14770,13 @@
"type": "structure",
"members": {
"Report": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
}
}
},
- "Ske": {
+ "Skw": {
"type": "structure",
"required": [
"ContentType",
@@ -14730,25 +14788,25 @@
"S3Uri": {}
}
},
- "Skj": {
+ "Sl1": {
"type": "map",
"key": {},
"value": {}
},
- "Skm": {
+ "Sl4": {
"type": "structure",
"members": {
"Bias": {
"type": "structure",
"members": {
"ConfigFile": {
- "shape": "Sko"
+ "shape": "Sl6"
},
"PreTrainingConstraints": {
- "shape": "Ske"
+ "shape": "Skw"
},
"PostTrainingConstraints": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
},
@@ -14756,10 +14814,10 @@
"type": "structure",
"members": {
"Constraints": {
- "shape": "Ske"
+ "shape": "Skw"
},
"ConfigFile": {
- "shape": "Sko"
+ "shape": "Sl6"
}
}
},
@@ -14767,10 +14825,10 @@
"type": "structure",
"members": {
"Statistics": {
- "shape": "Ske"
+ "shape": "Skw"
},
"Constraints": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
},
@@ -14778,16 +14836,16 @@
"type": "structure",
"members": {
"Statistics": {
- "shape": "Ske"
+ "shape": "Skw"
},
"Constraints": {
- "shape": "Ske"
+ "shape": "Skw"
}
}
}
}
},
- "Sko": {
+ "Sl6": {
"type": "structure",
"required": [
"S3Uri"
@@ -14798,7 +14856,7 @@
"S3Uri": {}
}
},
- "Sks": {
+ "Sla": {
"type": "list",
"member": {
"type": "structure",
@@ -14827,16 +14885,16 @@
}
}
},
- "Skz": {
+ "Slh": {
"type": "structure",
"members": {
"BaseliningJobName": {},
"ConstraintsResource": {
- "shape": "S7h"
+ "shape": "S7z"
}
}
},
- "Sl0": {
+ "Sli": {
"type": "structure",
"required": [
"ImageUri"
@@ -14844,37 +14902,37 @@
"members": {
"ImageUri": {},
"ContainerEntrypoint": {
- "shape": "S7l"
+ "shape": "S83"
},
"ContainerArguments": {
- "shape": "S7n"
+ "shape": "S85"
},
"RecordPreprocessorSourceUri": {},
"PostAnalyticsProcessorSourceUri": {},
"ProblemType": {},
"Environment": {
- "shape": "S7p"
+ "shape": "S87"
}
}
},
- "Sl2": {
+ "Slk": {
"type": "structure",
"required": [
"GroundTruthS3Input"
],
"members": {
"EndpointInput": {
- "shape": "S7t"
+ "shape": "S8b"
},
"BatchTransformInput": {
- "shape": "S7z"
+ "shape": "S8h"
},
"GroundTruthS3Input": {
- "shape": "Sjo"
+ "shape": "Sk6"
}
}
},
- "Sl6": {
+ "Slo": {
"type": "structure",
"members": {
"ScheduleConfig": {
@@ -14901,10 +14959,10 @@
"members": {
"BaseliningJobName": {},
"ConstraintsResource": {
- "shape": "S7h"
+ "shape": "S7z"
},
"StatisticsResource": {
- "shape": "S7i"
+ "shape": "S80"
}
}
},
@@ -14914,19 +14972,19 @@
"type": "structure",
"members": {
"EndpointInput": {
- "shape": "S7t"
+ "shape": "S8b"
},
"BatchTransformInput": {
- "shape": "S7z"
+ "shape": "S8h"
}
}
}
},
"MonitoringOutputConfig": {
- "shape": "S85"
+ "shape": "S8n"
},
"MonitoringResources": {
- "shape": "S8b"
+ "shape": "S8t"
},
"MonitoringAppSpecification": {
"type": "structure",
@@ -14936,23 +14994,23 @@
"members": {
"ImageUri": {},
"ContainerEntrypoint": {
- "shape": "S7l"
+ "shape": "S83"
},
"ContainerArguments": {
- "shape": "S7n"
+ "shape": "S85"
},
"RecordPreprocessorSourceUri": {},
"PostAnalyticsProcessorSourceUri": {}
}
},
"StoppingCondition": {
- "shape": "S8h"
+ "shape": "S8z"
},
"Environment": {
- "shape": "S7p"
+ "shape": "S87"
},
"NetworkConfig": {
- "shape": "Sle"
+ "shape": "Slw"
},
"RoleArn": {}
}
@@ -14961,7 +15019,7 @@
"MonitoringType": {}
}
},
- "Sle": {
+ "Slw": {
"type": "structure",
"members": {
"EnableInterContainerTrafficEncryption": {
@@ -14975,15 +15033,15 @@
}
}
},
- "Sln": {
+ "Sm5": {
"type": "list",
"member": {}
},
- "Slq": {
+ "Sm8": {
"type": "list",
"member": {}
},
- "Slt": {
+ "Smb": {
"type": "structure",
"required": [
"MinimumInstanceMetadataServiceVersion"
@@ -14992,7 +15050,7 @@
"MinimumInstanceMetadataServiceVersion": {}
}
},
- "Sly": {
+ "Smg": {
"type": "list",
"member": {
"type": "structure",
@@ -15001,7 +15059,7 @@
}
}
},
- "Sm6": {
+ "Smo": {
"type": "structure",
"required": [
"Bucket",
@@ -15013,7 +15071,7 @@
"VersionId": {}
}
},
- "Smc": {
+ "Smu": {
"type": "structure",
"required": [
"MaxParallelExecutionSteps"
@@ -15024,7 +15082,7 @@
}
}
},
- "Smp": {
+ "Sn7": {
"type": "list",
"member": {
"type": "structure",
@@ -15105,7 +15163,7 @@
}
}
},
- "Snc": {
+ "Snu": {
"type": "structure",
"required": [
"Outputs"
@@ -15151,7 +15209,7 @@
"KmsKeyId": {}
}
},
- "Snh": {
+ "Snz": {
"type": "structure",
"required": [
"ClusterConfig"
@@ -15177,7 +15235,7 @@
}
}
},
- "Snj": {
+ "So1": {
"type": "structure",
"required": [
"MaxRuntimeInSeconds"
@@ -15188,7 +15246,7 @@
}
}
},
- "Snl": {
+ "So3": {
"type": "structure",
"required": [
"ImageUri"
@@ -15196,7 +15254,7 @@
"members": {
"ImageUri": {},
"ContainerEntrypoint": {
- "shape": "S7l"
+ "shape": "S83"
},
"ContainerArguments": {
"type": "list",
@@ -15204,12 +15262,12 @@
}
}
},
- "Snn": {
+ "So5": {
"type": "map",
"key": {},
"value": {}
},
- "Sno": {
+ "So6": {
"type": "structure",
"members": {
"ExperimentName": {},
@@ -15218,7 +15276,7 @@
"RunName": {}
}
},
- "Snt": {
+ "Sob": {
"type": "structure",
"required": [
"ProductId"
@@ -15228,11 +15286,11 @@
"ProvisioningArtifactId": {},
"PathId": {},
"ProvisioningParameters": {
- "shape": "Snv"
+ "shape": "Sod"
}
}
},
- "Snv": {
+ "Sod": {
"type": "list",
"member": {
"type": "structure",
@@ -15242,18 +15300,18 @@
}
}
},
- "So3": {
+ "Sol": {
"type": "structure",
"members": {
"JupyterServerAppSettings": {
- "shape": "S8x"
+ "shape": "S9f"
},
"KernelGatewayAppSettings": {
- "shape": "S92"
+ "shape": "S9k"
}
}
},
- "Sod": {
+ "Sov": {
"type": "structure",
"required": [
"TrainingInputMode"
@@ -15296,7 +15354,7 @@
}
}
},
- "Som": {
+ "Sp4": {
"type": "structure",
"required": [
"S3OutputPath"
@@ -15325,7 +15383,7 @@
}
}
},
- "Sou": {
+ "Spc": {
"type": "list",
"member": {
"type": "structure",
@@ -15343,17 +15401,17 @@
"type": "integer"
},
"RuleParameters": {
- "shape": "Sox"
+ "shape": "Spf"
}
}
}
},
- "Sox": {
+ "Spf": {
"type": "map",
"key": {},
"value": {}
},
- "Soy": {
+ "Spg": {
"type": "structure",
"required": [
"S3OutputPath"
@@ -15363,7 +15421,7 @@
"S3OutputPath": {}
}
},
- "Soz": {
+ "Sph": {
"type": "structure",
"members": {
"S3OutputPath": {},
@@ -15371,19 +15429,19 @@
"type": "long"
},
"ProfilingParameters": {
- "shape": "Sp1"
+ "shape": "Spj"
},
"DisableProfiler": {
"type": "boolean"
}
}
},
- "Sp1": {
+ "Spj": {
"type": "map",
"key": {},
"value": {}
},
- "Sp3": {
+ "Spl": {
"type": "list",
"member": {
"type": "structure",
@@ -15401,17 +15459,17 @@
"type": "integer"
},
"RuleParameters": {
- "shape": "Sox"
+ "shape": "Spf"
}
}
}
},
- "Sp5": {
+ "Spn": {
"type": "map",
"key": {},
"value": {}
},
- "Spc": {
+ "Spu": {
"type": "structure",
"members": {
"InvocationsTimeoutInSeconds": {
@@ -15422,7 +15480,7 @@
}
}
},
- "Spf": {
+ "Spx": {
"type": "structure",
"required": [
"DestinationS3Uri"
@@ -15435,7 +15493,7 @@
}
}
},
- "Spg": {
+ "Spy": {
"type": "structure",
"members": {
"InputFilter": {},
@@ -15443,14 +15501,14 @@
"JoinSource": {}
}
},
- "Spo": {
+ "Sq6": {
"type": "structure",
"members": {
"PrimaryStatus": {},
"Message": {}
}
},
- "Spr": {
+ "Sq9": {
"type": "map",
"key": {},
"value": {
@@ -15463,7 +15521,7 @@
}
}
},
- "Spv": {
+ "Sqd": {
"type": "map",
"key": {},
"value": {
@@ -15477,7 +15535,7 @@
}
}
},
- "Sq6": {
+ "Sqo": {
"type": "structure",
"required": [
"UserPool",
@@ -15488,7 +15546,7 @@
"ClientId": {}
}
},
- "Sq9": {
+ "Sqr": {
"type": "structure",
"required": [
"ClientId",
@@ -15514,7 +15572,7 @@
"JwksUri": {}
}
},
- "Sqc": {
+ "Squ": {
"type": "structure",
"required": [
"Cidrs"
@@ -15526,27 +15584,27 @@
}
}
},
- "Sqg": {
+ "Sqy": {
"type": "structure",
"members": {
"VpcId": {},
"SecurityGroupIds": {
- "shape": "Sqi"
+ "shape": "Sr0"
},
"Subnets": {
- "shape": "Sqk"
+ "shape": "Sr2"
}
}
},
- "Sqi": {
+ "Sr0": {
"type": "list",
"member": {}
},
- "Sqk": {
+ "Sr2": {
"type": "list",
"member": {}
},
- "Sqq": {
+ "Sr8": {
"type": "list",
"member": {
"type": "structure",
@@ -15579,13 +15637,13 @@
}
}
},
- "Sqy": {
+ "Srg": {
"type": "structure",
"members": {
"NotificationTopicArn": {}
}
},
- "St1": {
+ "Stj": {
"type": "structure",
"members": {
"UserProfileArn": {},
@@ -15601,7 +15659,7 @@
}
}
},
- "St8": {
+ "Stq": {
"type": "list",
"member": {
"type": "structure",
@@ -15616,7 +15674,7 @@
}
}
},
- "Stm": {
+ "Su4": {
"type": "list",
"member": {
"type": "structure",
@@ -15625,7 +15683,7 @@
}
}
},
- "Sto": {
+ "Su6": {
"type": "structure",
"required": [
"CandidateName",
@@ -15671,7 +15729,7 @@
},
"CandidateStatus": {},
"InferenceContainers": {
- "shape": "Su0"
+ "shape": "Sui"
},
"CreationTime": {
"type": "timestamp"
@@ -15693,7 +15751,8 @@
],
"members": {
"Explainability": {},
- "ModelInsights": {}
+ "ModelInsights": {},
+ "BacktestResults": {}
}
},
"CandidateMetrics": {
@@ -15716,12 +15775,12 @@
"type": "map",
"key": {},
"value": {
- "shape": "Su0"
+ "shape": "Sui"
}
}
}
},
- "Su0": {
+ "Sui": {
"type": "list",
"member": {
"type": "structure",
@@ -15738,20 +15797,20 @@
}
}
},
- "Suf": {
+ "Suy": {
"type": "structure",
"members": {
"CandidateDefinitionNotebookLocation": {},
"DataExplorationNotebookLocation": {}
}
},
- "Suj": {
+ "Sv2": {
"type": "structure",
"members": {
"EndpointName": {}
}
},
- "Sux": {
+ "Svg": {
"type": "structure",
"required": [
"S3ModelArtifacts"
@@ -15760,7 +15819,7 @@
"S3ModelArtifacts": {}
}
},
- "Sw0": {
+ "Swj": {
"type": "list",
"member": {
"type": "structure",
@@ -15770,7 +15829,7 @@
"members": {
"VariantName": {},
"DeployedImages": {
- "shape": "Sw2"
+ "shape": "Swl"
},
"CurrentWeight": {
"type": "float"
@@ -15785,18 +15844,18 @@
"type": "integer"
},
"VariantStatus": {
- "shape": "Sw4"
+ "shape": "Swn"
},
"CurrentServerlessConfig": {
- "shape": "Saz"
+ "shape": "Sbh"
},
"DesiredServerlessConfig": {
- "shape": "Saz"
+ "shape": "Sbh"
}
}
}
},
- "Sw2": {
+ "Swl": {
"type": "list",
"member": {
"type": "structure",
@@ -15809,7 +15868,7 @@
}
}
},
- "Sw4": {
+ "Swn": {
"type": "list",
"member": {
"type": "structure",
@@ -15825,7 +15884,7 @@
}
}
},
- "Sw8": {
+ "Swr": {
"type": "structure",
"required": [
"EnableCapture",
@@ -15846,7 +15905,7 @@
"KmsKeyId": {}
}
},
- "Swc": {
+ "Swv": {
"type": "list",
"member": {
"type": "structure",
@@ -15856,7 +15915,7 @@
"members": {
"VariantName": {},
"DeployedImages": {
- "shape": "Sw2"
+ "shape": "Swl"
},
"CurrentWeight": {
"type": "float"
@@ -15873,18 +15932,18 @@
"InstanceType": {},
"AcceleratorType": {},
"VariantStatus": {
- "shape": "Sw4"
+ "shape": "Swn"
},
"CurrentServerlessConfig": {
- "shape": "Saz"
+ "shape": "Sbh"
},
"DesiredServerlessConfig": {
- "shape": "Saz"
+ "shape": "Sbh"
}
}
}
},
- "Swi": {
+ "Sx1": {
"type": "structure",
"required": [
"SourceArn"
@@ -15894,7 +15953,7 @@
"SourceType": {}
}
},
- "Swo": {
+ "Sx7": {
"type": "structure",
"required": [
"Status"
@@ -15904,7 +15963,7 @@
"BlockedReason": {}
}
},
- "Swr": {
+ "Sxa": {
"type": "structure",
"required": [
"Status"
@@ -15914,24 +15973,24 @@
"FailureReason": {}
}
},
- "Swx": {
+ "Sxg": {
"type": "list",
"member": {
- "shape": "Swy"
+ "shape": "Sxh"
}
},
- "Swy": {
+ "Sxh": {
"type": "structure",
"members": {
"Key": {},
"Value": {}
}
},
- "Sxf": {
+ "Sxy": {
"type": "list",
"member": {}
},
- "Sxu": {
+ "Syd": {
"type": "structure",
"members": {
"Completed": {
@@ -15951,7 +16010,7 @@
}
}
},
- "Sxw": {
+ "Syf": {
"type": "structure",
"members": {
"Succeeded": {
@@ -15965,7 +16024,7 @@
}
}
},
- "Sxy": {
+ "Syh": {
"type": "structure",
"required": [
"TrainingJobName",
@@ -16010,7 +16069,7 @@
"ObjectiveStatus": {}
}
},
- "Sy1": {
+ "Syk": {
"type": "structure",
"members": {
"NumberOfTrainingJobsObjectiveNotImproving": {
@@ -16021,7 +16080,7 @@
}
}
},
- "Sy2": {
+ "Syl": {
"type": "structure",
"members": {
"RuntimeInSeconds": {
@@ -16029,7 +16088,7 @@
}
}
},
- "Syn": {
+ "Sz6": {
"type": "structure",
"required": [
"CostPerHour",
@@ -16058,7 +16117,7 @@
}
}
},
- "Syp": {
+ "Sz8": {
"type": "structure",
"required": [
"EndpointName",
@@ -16075,7 +16134,7 @@
}
}
},
- "Syq": {
+ "Sz9": {
"type": "structure",
"members": {
"InferenceSpecificationName": {},
@@ -16098,7 +16157,7 @@
"CompilationJobName": {}
}
},
- "Syy": {
+ "Szh": {
"type": "structure",
"required": [
"MaxInvocations",
@@ -16113,7 +16172,7 @@
}
}
},
- "Sz2": {
+ "Szl": {
"type": "structure",
"members": {
"TotalLabeled": {
@@ -16133,7 +16192,7 @@
}
}
},
- "Sz5": {
+ "Szo": {
"type": "structure",
"required": [
"OutputDatasetS3Uri"
@@ -16143,7 +16202,7 @@
"FinalActiveLearningModelArn": {}
}
},
- "Sza": {
+ "Szt": {
"type": "structure",
"required": [
"RecommendationStatus"
@@ -16169,21 +16228,21 @@
}
}
},
- "Szr": {
+ "S10a": {
"type": "structure",
"required": [
"ValidationStatuses"
],
"members": {
"ValidationStatuses": {
- "shape": "Szs"
+ "shape": "S10b"
},
"ImageScanStatuses": {
- "shape": "Szs"
+ "shape": "S10b"
}
}
},
- "Szs": {
+ "S10b": {
"type": "list",
"member": {
"type": "structure",
@@ -16198,7 +16257,7 @@
}
}
},
- "S104": {
+ "S10n": {
"type": "structure",
"required": [
"MonitoringScheduleName",
@@ -16226,14 +16285,14 @@
"MonitoringType": {}
}
},
- "S10o": {
+ "S117": {
"type": "structure",
"members": {
"ExperimentName": {},
"TrialName": {}
}
},
- "S10q": {
+ "S119": {
"type": "structure",
"required": [
"SourcePipelineExecutionArn",
@@ -16255,14 +16314,14 @@
}
}
},
- "S10z": {
+ "S11i": {
"type": "structure",
"members": {
"ProvisionedProductId": {},
"ProvisionedProductStatusMessage": {}
}
},
- "S11a": {
+ "S11t": {
"type": "structure",
"required": [
"WorkteamArn"
@@ -16275,7 +16334,7 @@
"ListingId": {}
}
},
- "S11e": {
+ "S11x": {
"type": "list",
"member": {
"type": "structure",
@@ -16295,7 +16354,7 @@
}
}
},
- "S11h": {
+ "S120": {
"type": "list",
"member": {
"type": "structure",
@@ -16310,7 +16369,7 @@
}
}
},
- "S11l": {
+ "S124": {
"type": "list",
"member": {
"type": "structure",
@@ -16325,7 +16384,7 @@
}
}
},
- "S11s": {
+ "S12b": {
"type": "structure",
"required": [
"Status"
@@ -16338,7 +16397,7 @@
"ReusedByJob": {}
}
},
- "S120": {
+ "S12j": {
"type": "structure",
"required": [
"SourceArn"
@@ -16348,7 +16407,7 @@
"SourceType": {}
}
},
- "S124": {
+ "S12n": {
"type": "structure",
"required": [
"SourceArn"
@@ -16358,7 +16417,7 @@
"SourceType": {}
}
},
- "S126": {
+ "S12p": {
"type": "list",
"member": {
"type": "structure",
@@ -16389,7 +16448,7 @@
}
}
},
- "S12g": {
+ "S12z": {
"type": "structure",
"required": [
"WorkforceName",
@@ -16402,11 +16461,11 @@
"type": "timestamp"
},
"SourceIpConfig": {
- "shape": "Sqc"
+ "shape": "Squ"
},
"SubDomain": {},
"CognitoConfig": {
- "shape": "Sq6"
+ "shape": "Sqo"
},
"OidcConfig": {
"type": "structure",
@@ -16433,10 +16492,10 @@
"members": {
"VpcId": {},
"SecurityGroupIds": {
- "shape": "Sqi"
+ "shape": "Sr0"
},
"Subnets": {
- "shape": "Sqk"
+ "shape": "Sr2"
},
"VpcEndpointId": {}
}
@@ -16445,7 +16504,7 @@
"FailureReason": {}
}
},
- "S12o": {
+ "S137": {
"type": "structure",
"required": [
"WorkteamName",
@@ -16456,7 +16515,7 @@
"members": {
"WorkteamName": {},
"MemberDefinitions": {
- "shape": "Sqq"
+ "shape": "Sr8"
},
"WorkteamArn": {},
"WorkforceArn": {},
@@ -16473,11 +16532,11 @@
"type": "timestamp"
},
"NotificationConfiguration": {
- "shape": "Sqy"
+ "shape": "Srg"
}
}
},
- "S15l": {
+ "S164": {
"type": "list",
"member": {
"type": "structure",
@@ -16497,7 +16556,7 @@
}
}
},
- "S17b": {
+ "S17u": {
"type": "list",
"member": {
"type": "structure",
@@ -16519,7 +16578,7 @@
"HubContentDisplayName": {},
"HubContentDescription": {},
"HubContentSearchKeywords": {
- "shape": "Sxf"
+ "shape": "Sxy"
},
"HubContentStatus": {},
"CreationTime": {
@@ -16528,7 +16587,7 @@
}
}
},
- "S1aq": {
+ "S1b9": {
"type": "list",
"member": {
"type": "structure",
@@ -16572,7 +16631,7 @@
}
}
},
- "S1c5": {
+ "S1co": {
"type": "list",
"member": {
"type": "structure",
@@ -16586,7 +16645,7 @@
}
}
},
- "S1cm": {
+ "S1d5": {
"type": "list",
"member": {
"type": "structure",
@@ -16600,7 +16659,7 @@
}
}
},
- "S1f8": {
+ "S1fr": {
"type": "list",
"member": {
"type": "structure",
@@ -16614,11 +16673,11 @@
}
}
},
- "S1fj": {
+ "S1g2": {
"type": "structure",
"members": {
"Filters": {
- "shape": "S1fk"
+ "shape": "S1g3"
},
"NestedFilters": {
"type": "list",
@@ -16631,7 +16690,7 @@
"members": {
"NestedPropertyName": {},
"Filters": {
- "shape": "S1fk"
+ "shape": "S1g3"
}
}
}
@@ -16639,13 +16698,13 @@
"SubExpressions": {
"type": "list",
"member": {
- "shape": "S1fj"
+ "shape": "S1g2"
}
},
"Operator": {}
}
},
- "S1fk": {
+ "S1g3": {
"type": "list",
"member": {
"type": "structure",
@@ -16659,7 +16718,7 @@
}
}
},
- "S1fw": {
+ "S1gf": {
"type": "structure",
"members": {
"TrainingJobName": {},
@@ -16668,7 +16727,7 @@
"LabelingJobArn": {},
"AutoMLJobArn": {},
"ModelArtifacts": {
- "shape": "Sux"
+ "shape": "Svg"
},
"TrainingJobStatus": {},
"SecondaryStatus": {},
@@ -16677,7 +16736,7 @@
"shape": "S2t"
},
"AlgorithmSpecification": {
- "shape": "Sod"
+ "shape": "Sov"
},
"RoleArn": {},
"InputDataConfig": {
@@ -16708,10 +16767,10 @@
"type": "timestamp"
},
"SecondaryStatusTransitions": {
- "shape": "S11e"
+ "shape": "S11x"
},
"FinalMetricDataList": {
- "shape": "S11h"
+ "shape": "S120"
},
"EnableNetworkIsolation": {
"type": "boolean"
@@ -16723,7 +16782,7 @@
"type": "boolean"
},
"CheckpointConfig": {
- "shape": "Sfb"
+ "shape": "Sft"
},
"TrainingTimeInSeconds": {
"type": "integer"
@@ -16732,32 +16791,32 @@
"type": "integer"
},
"DebugHookConfig": {
- "shape": "Som"
+ "shape": "Sp4"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"DebugRuleConfigurations": {
- "shape": "Sou"
+ "shape": "Spc"
},
"TensorBoardOutputConfig": {
- "shape": "Soy"
+ "shape": "Spg"
},
"DebugRuleEvaluationStatuses": {
- "shape": "S11l"
+ "shape": "S124"
},
"Environment": {
- "shape": "Sp5"
+ "shape": "Spn"
},
"RetryStrategy": {
- "shape": "Sfc"
+ "shape": "Sfu"
},
"Tags": {
"shape": "S7"
}
}
},
- "S1g4": {
+ "S1gn": {
"type": "structure",
"members": {
"TransformJobName": {},
@@ -16769,7 +16828,7 @@
"type": "integer"
},
"ModelClientConfig": {
- "shape": "Spc"
+ "shape": "Spu"
},
"MaxPayloadInMB": {
"type": "integer"
@@ -16799,21 +16858,21 @@
"LabelingJobArn": {},
"AutoMLJobArn": {},
"DataProcessing": {
- "shape": "Spg"
+ "shape": "Spy"
},
"ExperimentConfig": {
- "shape": "Sno"
+ "shape": "So6"
},
"Tags": {
"shape": "S7"
}
}
},
- "S1hl": {
+ "S1i4": {
"type": "list",
"member": {}
},
- "S1js": {
+ "S1kb": {
"type": "list",
"member": {}
}
diff --git a/apis/sagemaker-2017-07-24.normal.json b/apis/sagemaker-2017-07-24.normal.json
index 8c5b31b62d..8dbec6d908 100644
--- a/apis/sagemaker-2017-07-24.normal.json
+++ b/apis/sagemaker-2017-07-24.normal.json
@@ -5578,6 +5578,27 @@
"shape": "AgentVersion"
}
},
+ "AggregationTransformationValue": {
+ "type": "string",
+ "enum": [
+ "sum",
+ "avg",
+ "first",
+ "min",
+ "max"
+ ]
+ },
+ "AggregationTransformations": {
+ "type": "map",
+ "key": {
+ "shape": "TransformationAttributeName"
+ },
+ "value": {
+ "shape": "AggregationTransformationValue"
+ },
+ "max": 50,
+ "min": 1
+ },
"Alarm": {
"type": "structure",
"members": {
@@ -6724,11 +6745,11 @@
"members": {
"ChannelType": {
"shape": "AutoMLChannelType",
- "documentation": "The type of channel. Defines whether the data are used for training or validation. The default value is training
. Channels for training
and validation
must share the same ContentType
"
+ "documentation": "The type of channel. Defines whether the data are used for training or validation. The default value is training
. Channels for training
and validation
must share the same ContentType
The type of channel defaults to training
for the time-series forecasting problem type.
"
},
"ContentType": {
"shape": "ContentType",
- "documentation": "The content type of the data from the input source. The following are the allowed content types for different problems:
-
For Tabular problem types: text/csv;header=present
or x-application/vnd.amazon+parquet
. The default value is text/csv;header=present
.
-
For ImageClassification: image/png
, image/jpeg
, or image/*
. The default value is image/*
.
-
For TextClassification: text/csv;header=present
or x-application/vnd.amazon+parquet
. The default value is text/csv;header=present
.
"
+ "documentation": "The content type of the data from the input source. The following are the allowed content types for different problems:
-
For tabular problem types: text/csv;header=present
or x-application/vnd.amazon+parquet
. The default value is text/csv;header=present
.
-
For image classification: image/png
, image/jpeg
, or image/*
. The default value is image/*
.
-
For text classification: text/csv;header=present
or x-application/vnd.amazon+parquet
. The default value is text/csv;header=present
.
-
For time-series forecasting: text/csv;header=present
or x-application/vnd.amazon+parquet
. The default value is text/csv;header=present
.
"
},
"CompressionType": {
"shape": "CompressionType",
@@ -6746,7 +6767,7 @@
"members": {
"MaxCandidates": {
"shape": "MaxCandidates",
- "documentation": "The maximum number of times a training job is allowed to run.
For job V2s (jobs created by calling CreateAutoMLJobV2
), the supported value is 1.
"
+ "documentation": "The maximum number of times a training job is allowed to run.
For text and image classification, as well as time-series forecasting problem types, the supported value is 1. For tabular problem types, the maximum value is 750.
"
},
"MaxRuntimePerTrainingJobInSeconds": {
"shape": "MaxRuntimePerTrainingJobInSeconds",
@@ -6807,7 +6828,7 @@
"members": {
"MetricName": {
"shape": "AutoMLMetricEnum",
- "documentation": "The name of the objective metric used to measure the predictive quality of a machine learning system. During training, the model's parameters are updated iteratively to optimize its performance based on the feedback provided by the objective metric when evaluating the model on the validation dataset.
For the list of all available metrics supported by Autopilot, see Autopilot metrics.
If you do not specify a metric explicitly, the default behavior is to automatically use:
"
+ "documentation": "The name of the objective metric used to measure the predictive quality of a machine learning system. During training, the model's parameters are updated iteratively to optimize its performance based on the feedback provided by the objective metric when evaluating the model on the validation dataset.
For the list of all available metrics supported by Autopilot, see Autopilot metrics.
If you do not specify a metric explicitly, the default behavior is to automatically use:
-
For tabular problem types:
-
For image or text classification problem types: Accuracy
-
For time-series forecasting problem types: AverageWeightedQuantileLoss
"
}
},
"documentation": "Specifies a metric to minimize or maximize as the objective of a job.
"
@@ -6839,7 +6860,8 @@
"ModelDeploymentError",
"GeneratingModelInsightsReport",
"ModelInsightsError",
- "TrainingModels"
+ "TrainingModels",
+ "PreTraining"
]
},
"AutoMLJobStatus": {
@@ -6938,7 +6960,11 @@
"Precision",
"PrecisionMacro",
"Recall",
- "RecallMacro"
+ "RecallMacro",
+ "MAPE",
+ "MASE",
+ "WAPE",
+ "AverageWeightedQuantileLoss"
]
},
"AutoMLMetricExtendedEnum": {
@@ -6958,7 +6984,11 @@
"Recall",
"RecallMacro",
"LogLoss",
- "InferenceLatency"
+ "InferenceLatency",
+ "MAPE",
+ "MASE",
+ "WAPE",
+ "AverageWeightedQuantileLoss"
]
},
"AutoMLMode": {
@@ -7023,6 +7053,10 @@
"TabularJobConfig": {
"shape": "TabularJobConfig",
"documentation": "Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
"
+ },
+ "TimeSeriesForecastingJobConfig": {
+ "shape": "TimeSeriesForecastingJobConfig",
+ "documentation": "Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
"
}
},
"documentation": "A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.
",
@@ -7033,7 +7067,8 @@
"enum": [
"ImageClassification",
"TextClassification",
- "Tabular"
+ "Tabular",
+ "TimeSeriesForecasting"
]
},
"AutoMLProblemTypeResolvedAttributes": {
@@ -7191,6 +7226,10 @@
"AWS/Textract/AnalyzeDocument/Forms/V1"
]
},
+ "BacktestResultsLocation": {
+ "type": "string",
+ "min": 1
+ },
"BatchDataCaptureConfig": {
"type": "structure",
"required": [
@@ -7496,6 +7535,10 @@
"ModelInsights": {
"shape": "ModelInsightsLocation",
"documentation": "The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
"
+ },
+ "BacktestResults": {
+ "shape": "BacktestResultsLocation",
+ "documentation": "The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
"
}
},
"documentation": "The location of artifacts for an AutoML candidate job.
"
@@ -9113,7 +9156,7 @@
},
"AutoMLJobInputDataConfig": {
"shape": "AutoMLJobInputDataConfig",
- "documentation": "An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob
input parameters. The supported formats depend on the problem type:
-
For Tabular problem types: S3Prefix
, ManifestFile
.
-
For ImageClassification: S3Prefix
, ManifestFile
, AugmentedManifestFile
.
-
For TextClassification: S3Prefix
.
"
+ "documentation": "An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob
input parameters. The supported formats depend on the problem type:
-
For tabular problem types: S3Prefix
, ManifestFile
.
-
For image classification: S3Prefix
, ManifestFile
, AugmentedManifestFile
.
-
For text classification: S3Prefix
.
-
For time-series forecasting: S3Prefix
.
"
},
"OutputDataConfig": {
"shape": "AutoMLOutputDataConfig",
@@ -9145,7 +9188,7 @@
},
"DataSplitConfig": {
"shape": "AutoMLDataSplitConfig",
- "documentation": "This structure specifies how to split the data into train and validation datasets.
The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob
, the validation dataset must be less than 2 GB in size.
"
+ "documentation": "This structure specifies how to split the data into train and validation datasets.
The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob
, the validation dataset must be less than 2 GB in size.
This attribute must not be set for the time-series forecasting problem type, as Autopilot automatically splits the input dataset into training and validation sets.
"
}
}
},
@@ -19105,6 +19148,47 @@
"FSxLustre"
]
},
+ "FillingTransformationMap": {
+ "type": "map",
+ "key": {
+ "shape": "FillingType"
+ },
+ "value": {
+ "shape": "FillingTransformationValue"
+ },
+ "max": 6,
+ "min": 1
+ },
+ "FillingTransformationValue": {
+ "type": "string",
+ "max": 256,
+ "min": 1,
+ "pattern": "^[a-zA-Z0-9\\_\\-]+$"
+ },
+ "FillingTransformations": {
+ "type": "map",
+ "key": {
+ "shape": "TransformationAttributeName"
+ },
+ "value": {
+ "shape": "FillingTransformationMap"
+ },
+ "max": 50,
+ "min": 1
+ },
+ "FillingType": {
+ "type": "string",
+ "enum": [
+ "frontfill",
+ "middlefill",
+ "backfill",
+ "futurefill",
+ "frontfill_value",
+ "middlefill_value",
+ "backfill_value",
+ "futurefill_value"
+ ]
+ },
"Filter": {
"type": "structure",
"required": [
@@ -19315,6 +19399,30 @@
"min": 1,
"pattern": "^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$"
},
+ "ForecastFrequency": {
+ "type": "string",
+ "max": 5,
+ "min": 1,
+ "pattern": "^1Y|Y|([1-9]|1[0-1])M|M|[1-4]W|W|[1-6]D|D|([1-9]|1[0-9]|2[0-3])H|H|([1-9]|[1-5][0-9])min$"
+ },
+ "ForecastHorizon": {
+ "type": "integer",
+ "min": 1
+ },
+ "ForecastQuantile": {
+ "type": "string",
+ "max": 4,
+ "min": 2,
+ "pattern": "(^p[1-9]\\d?$)"
+ },
+ "ForecastQuantiles": {
+ "type": "list",
+ "member": {
+ "shape": "ForecastQuantile"
+ },
+ "max": 5,
+ "min": 1
+ },
"Framework": {
"type": "string",
"enum": [
@@ -19519,6 +19627,19 @@
"min": 1,
"pattern": "[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
},
+ "GroupingAttributeName": {
+ "type": "string",
+ "max": 256,
+ "min": 1
+ },
+ "GroupingAttributeNames": {
+ "type": "list",
+ "member": {
+ "shape": "GroupingAttributeName"
+ },
+ "max": 5,
+ "min": 1
+ },
"Groups": {
"type": "list",
"member": {
@@ -21673,6 +21794,11 @@
"type": "string",
"pattern": "^arn:aws[a-z\\-]*:iam::\\d{12}:rolealias/?[a-zA-Z_0-9+=,.@\\-_/]+$"
},
+ "ItemIdentifierAttributeName": {
+ "type": "string",
+ "max": 256,
+ "min": 1
+ },
"JobDurationInSeconds": {
"type": "integer",
"min": 1
@@ -34425,6 +34551,71 @@
"max": 128,
"pattern": "[a-zA-Z0-9:_-]+"
},
+ "TimeSeriesConfig": {
+ "type": "structure",
+ "required": [
+ "TargetAttributeName",
+ "TimestampAttributeName",
+ "ItemIdentifierAttributeName"
+ ],
+ "members": {
+ "TargetAttributeName": {
+ "shape": "TargetAttributeName",
+ "documentation": "The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical.
"
+ },
+ "TimestampAttributeName": {
+ "shape": "TimestampAttributeName",
+ "documentation": "The name of the column indicating a point in time at which the target value of a given item is recorded.
"
+ },
+ "ItemIdentifierAttributeName": {
+ "shape": "ItemIdentifierAttributeName",
+ "documentation": "The name of the column that represents the set of item identifiers for which you want to predict the target value.
"
+ },
+ "GroupingAttributeNames": {
+ "shape": "GroupingAttributeNames",
+ "documentation": "A set of columns names that can be grouped with the item identifier column to create a composite key for which a target value is predicted.
"
+ }
+ },
+ "documentation": "The collection of components that defines the time-series.
"
+ },
+ "TimeSeriesForecastingJobConfig": {
+ "type": "structure",
+ "required": [
+ "ForecastFrequency",
+ "ForecastHorizon",
+ "TimeSeriesConfig"
+ ],
+ "members": {
+ "FeatureSpecificationS3Uri": {
+ "shape": "S3Uri",
+ "documentation": "A URL to the Amazon S3 data source containing additional selected features that complement the target, itemID, timestamp, and grouped columns set in TimeSeriesConfig
. When not provided, the AutoML job V2 includes all the columns from the original dataset that are not already declared in TimeSeriesConfig
. If provided, the AutoML job V2 only considers these additional columns as a complement to the ones declared in TimeSeriesConfig
.
You can input FeatureAttributeNames
(optional) in JSON format as shown below:
{ \"FeatureAttributeNames\":[\"col1\", \"col2\", ...] }
.
You can also specify the data type of the feature (optional) in the format shown below:
{ \"FeatureDataTypes\":{\"col1\":\"numeric\", \"col2\":\"categorical\" ... } }
Autopilot supports the following data types: numeric
, categorical
, text
, and datetime
.
These column keys must not include any column set in TimeSeriesConfig
.
When not provided, the AutoML job V2 includes all the columns from the original dataset that are not already declared in TimeSeriesConfig
. If provided, the AutoML job V2 only considers these additional columns as a complement to the ones declared in TimeSeriesConfig
.
Autopilot supports the following data types: numeric
, categorical
, text
, and datetime
.
"
+ },
+ "CompletionCriteria": {
+ "shape": "AutoMLJobCompletionCriteria"
+ },
+ "ForecastFrequency": {
+ "shape": "ForecastFrequency",
+ "documentation": "The frequency of predictions in a forecast.
Valid intervals are an integer followed by Y (Year), M (Month), W (Week), D (Day), H (Hour), and min (Minute). For example, 1D
indicates every day and 15min
indicates every 15 minutes. The value of a frequency must not overlap with the next larger frequency. For example, you must use a frequency of 1H
instead of 60min
.
The valid values for each frequency are the following:
-
Minute - 1-59
-
Hour - 1-23
-
Day - 1-6
-
Week - 1-4
-
Month - 1-11
-
Year - 1
"
+ },
+ "ForecastHorizon": {
+ "shape": "ForecastHorizon",
+ "documentation": "The number of time-steps that the model predicts. The forecast horizon is also called the prediction length. The maximum forecast horizon is the lesser of 500 time-steps or 1/4 of the time-steps in the dataset.
"
+ },
+ "ForecastQuantiles": {
+ "shape": "ForecastQuantiles",
+ "documentation": "The quantiles used to train the model for forecasts at a specified quantile. You can specify quantiles from 0.01
(p1) to 0.99
(p99), by increments of 0.01 or higher. Up to five forecast quantiles can be specified. When ForecastQuantiles
is not provided, the AutoML job uses the quantiles p10, p50, and p90 as default.
"
+ },
+ "Transformations": {
+ "shape": "TimeSeriesTransformations",
+ "documentation": "The transformations modifying specific attributes of the time-series, such as filling strategies for missing values.
"
+ },
+ "TimeSeriesConfig": {
+ "shape": "TimeSeriesConfig",
+ "documentation": "The collection of components that defines the time-series.
"
+ }
+ },
+ "documentation": "The collection of settings used by an AutoML job V2 for the time-series forecasting problem type.
The TimeSeriesForecastingJobConfig
problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.
"
+ },
"TimeSeriesForecastingSettings": {
"type": "structure",
"members": {
@@ -34439,9 +34630,28 @@
},
"documentation": "Time series forecast settings for the SageMaker Canvas application.
"
},
+ "TimeSeriesTransformations": {
+ "type": "structure",
+ "members": {
+ "Filling": {
+ "shape": "FillingTransformations",
+ "documentation": "A key value pair defining the filling method for a column, where the key is the column name and the value is an object which defines the filling logic. You can specify multiple filling methods for a single column.
The supported filling methods and their corresponding options are:
-
frontfill
: none
(Supported only for target column)
-
middlefill
: zero
, value
, median
, mean
, min
, max
-
backfill
: zero
, value
, median
, mean
, min
, max
-
futurefill
: zero
, value
, median
, mean
, min
, max
To set a filling method to a specific value, set the fill parameter to the chosen filling method value (for example \"backfill\" : \"value\"
), and define the filling value in an additional parameter prefixed with \"_value\". For example, to set backfill
to a value of 2
, you must include two parameters: \"backfill\": \"value\"
and \"backfill_value\":\"2\"
.
"
+ },
+ "Aggregation": {
+ "shape": "AggregationTransformations",
+ "documentation": "A key value pair defining the aggregation method for a column, where the key is the column name and the value is the aggregation method.
The supported aggregation methods are sum
(default), avg
, first
, min
, max
.
Aggregation is only supported for the target column.
"
+ }
+ },
+ "documentation": "Transformations allowed on the dataset. Supported transformations are Filling
and Aggregation
. Filling
specifies how to add values to missing values in the dataset. Aggregation
defines how to aggregate data that does not align with forecast frequency.
"
+ },
"Timestamp": {
"type": "timestamp"
},
+ "TimestampAttributeName": {
+ "type": "string",
+ "max": 256,
+ "min": 1
+ },
"TrafficDurationInSeconds": {
"type": "integer",
"min": 1
@@ -35390,6 +35600,11 @@
},
"documentation": "Describes the S3 data source.
"
},
+ "TransformationAttributeName": {
+ "type": "string",
+ "max": 256,
+ "min": 1
+ },
"Trial": {
"type": "structure",
"members": {
diff --git a/clients/appstream.d.ts b/clients/appstream.d.ts
index 388b292061..bca17150c7 100644
--- a/clients/appstream.d.ts
+++ b/clients/appstream.d.ts
@@ -12,6 +12,14 @@ declare class AppStream extends Service {
*/
constructor(options?: AppStream.Types.ClientConfiguration)
config: Config & AppStream.Types.ClientConfiguration;
+ /**
+ * Associates the specified app block builder with the specified app block.
+ */
+ associateAppBlockBuilderAppBlock(params: AppStream.Types.AssociateAppBlockBuilderAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.AssociateAppBlockBuilderAppBlockResult) => void): Request;
+ /**
+ * Associates the specified app block builder with the specified app block.
+ */
+ associateAppBlockBuilderAppBlock(callback?: (err: AWSError, data: AppStream.Types.AssociateAppBlockBuilderAppBlockResult) => void): Request;
/**
* Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
*/
@@ -68,6 +76,22 @@ declare class AppStream extends Service {
* Creates an app block. App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block. This is only supported for Elastic fleets.
*/
createAppBlock(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockResult) => void): Request;
+ /**
+ * Creates an app block builder.
+ */
+ createAppBlockBuilder(params: AppStream.Types.CreateAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderResult) => void): Request;
+ /**
+ * Creates an app block builder.
+ */
+ createAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderResult) => void): Request;
+ /**
+ * Creates a URL to start a create app block builder streaming session.
+ */
+ createAppBlockBuilderStreamingURL(params: AppStream.Types.CreateAppBlockBuilderStreamingURLRequest, callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderStreamingURLResult) => void): Request;
+ /**
+ * Creates a URL to start a create app block builder streaming session.
+ */
+ createAppBlockBuilderStreamingURL(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderStreamingURLResult) => void): Request;
/**
* Creates an application. Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch. This is only supported for Elastic fleets.
*/
@@ -164,6 +188,14 @@ declare class AppStream extends Service {
* Deletes an app block.
*/
deleteAppBlock(callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockResult) => void): Request;
+ /**
+ * Deletes an app block builder. An app block builder can only be deleted when it has no association with an app block.
+ */
+ deleteAppBlockBuilder(params: AppStream.Types.DeleteAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockBuilderResult) => void): Request;
+ /**
+ * Deletes an app block builder. An app block builder can only be deleted when it has no association with an app block.
+ */
+ deleteAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockBuilderResult) => void): Request;
/**
* Deletes an application.
*/
@@ -244,6 +276,22 @@ declare class AppStream extends Service {
* Deletes a user from the user pool.
*/
deleteUser(callback?: (err: AWSError, data: AppStream.Types.DeleteUserResult) => void): Request;
+ /**
+ * Retrieves a list that describes one or more app block builder associations.
+ */
+ describeAppBlockBuilderAppBlockAssociations(params: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult) => void): Request;
+ /**
+ * Retrieves a list that describes one or more app block builder associations.
+ */
+ describeAppBlockBuilderAppBlockAssociations(callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult) => void): Request;
+ /**
+ * Retrieves a list that describes one or more app block builders.
+ */
+ describeAppBlockBuilders(params: AppStream.Types.DescribeAppBlockBuildersRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuildersResult) => void): Request;
+ /**
+ * Retrieves a list that describes one or more app block builders.
+ */
+ describeAppBlockBuilders(callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuildersResult) => void): Request;
/**
* Retrieves a list that describes one or more app blocks.
*/
@@ -364,6 +412,14 @@ declare class AppStream extends Service {
* Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
*/
disableUser(callback?: (err: AWSError, data: AppStream.Types.DisableUserResult) => void): Request;
+ /**
+ * Disassociates a specified app block builder from a specified app block.
+ */
+ disassociateAppBlockBuilderAppBlock(params: AppStream.Types.DisassociateAppBlockBuilderAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.DisassociateAppBlockBuilderAppBlockResult) => void): Request;
+ /**
+ * Disassociates a specified app block builder from a specified app block.
+ */
+ disassociateAppBlockBuilderAppBlock(callback?: (err: AWSError, data: AppStream.Types.DisassociateAppBlockBuilderAppBlockResult) => void): Request;
/**
* Disassociates the specified application from the fleet.
*/
@@ -436,6 +492,14 @@ declare class AppStream extends Service {
* Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
*/
listTagsForResource(callback?: (err: AWSError, data: AppStream.Types.ListTagsForResourceResponse) => void): Request;
+ /**
+ * Starts an app block builder. An app block builder can only be started when it's associated with an app block. Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
+ */
+ startAppBlockBuilder(params: AppStream.Types.StartAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.StartAppBlockBuilderResult) => void): Request;
+ /**
+ * Starts an app block builder. An app block builder can only be started when it's associated with an app block. Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
+ */
+ startAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.StartAppBlockBuilderResult) => void): Request;
/**
* Starts the specified fleet.
*/
@@ -452,6 +516,14 @@ declare class AppStream extends Service {
* Starts the specified image builder.
*/
startImageBuilder(callback?: (err: AWSError, data: AppStream.Types.StartImageBuilderResult) => void): Request;
+ /**
+ * Stops an app block builder. Stopping an app block builder terminates the instance, and the instance state is not persisted.
+ */
+ stopAppBlockBuilder(params: AppStream.Types.StopAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.StopAppBlockBuilderResult) => void): Request;
+ /**
+ * Stops an app block builder. Stopping an app block builder terminates the instance, and the instance state is not persisted.
+ */
+ stopAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.StopAppBlockBuilderResult) => void): Request;
/**
* Stops the specified fleet.
*/
@@ -484,6 +556,14 @@ declare class AppStream extends Service {
* Disassociates one or more specified tags from the specified AppStream 2.0 resource. To list the current tags for your resources, use ListTagsForResource. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
*/
untagResource(callback?: (err: AWSError, data: AppStream.Types.UntagResourceResponse) => void): Request;
+ /**
+ * Updates an app block builder. If the app block builder is in the STARTING or STOPPING state, you can't update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.
+ */
+ updateAppBlockBuilder(params: AppStream.Types.UpdateAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateAppBlockBuilderResult) => void): Request;
+ /**
+ * Updates an app block builder. If the app block builder is in the STARTING or STOPPING state, you can't update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.
+ */
+ updateAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.UpdateAppBlockBuilderResult) => void): Request;
/**
* Updates the specified application.
*/
@@ -587,14 +667,116 @@ declare namespace AppStream {
*/
SourceS3Location?: S3Location;
/**
- * The setup script details of the app block.
+ * The setup script details of the app block. This only applies to app blocks with PackagingType CUSTOM.
*/
- SetupScriptDetails: ScriptDetails;
+ SetupScriptDetails?: ScriptDetails;
/**
* The created time of the app block.
*/
CreatedTime?: Timestamp;
+ /**
+ * The post setup script details of the app block. This only applies to app blocks with PackagingType APPSTREAM2.
+ */
+ PostSetupScriptDetails?: ScriptDetails;
+ /**
+ * The packaging type of the app block.
+ */
+ PackagingType?: PackagingType;
+ /**
+ * The state of the app block. An app block with AppStream 2.0 packaging will be in the INACTIVE state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes ACTIVE. Custom app blocks are always in the ACTIVE state and no action is required to use them.
+ */
+ State?: AppBlockState;
+ /**
+ * The errors of the app block.
+ */
+ AppBlockErrors?: ErrorDetailsList;
+ }
+ export interface AppBlockBuilder {
+ /**
+ * The ARN of the app block builder.
+ */
+ Arn: Arn;
+ /**
+ * The name of the app block builder.
+ */
+ Name: String;
+ /**
+ * The display name of the app block builder.
+ */
+ DisplayName?: String;
+ /**
+ * The description of the app block builder.
+ */
+ Description?: String;
+ /**
+ * The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
+ */
+ Platform: AppBlockBuilderPlatformType;
+ /**
+ * The instance type of the app block builder.
+ */
+ InstanceType: String;
+ /**
+ * Indicates whether default internet access is enabled for the app block builder.
+ */
+ EnableDefaultInternetAccess?: BooleanObject;
+ /**
+ * The ARN of the IAM role that is applied to the app block builder.
+ */
+ IamRoleArn?: Arn;
+ /**
+ * The VPC configuration for the app block builder.
+ */
+ VpcConfig: VpcConfig;
+ /**
+ * The state of the app block builder.
+ */
+ State: AppBlockBuilderState;
+ /**
+ * The creation time of the app block builder.
+ */
+ CreatedTime?: Timestamp;
+ /**
+ * The app block builder errors.
+ */
+ AppBlockBuilderErrors?: ResourceErrors;
+ /**
+ * The state change reason.
+ */
+ StateChangeReason?: AppBlockBuilderStateChangeReason;
+ /**
+ * The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
+ */
+ AccessEndpoints?: AccessEndpointList;
+ }
+ export interface AppBlockBuilderAppBlockAssociation {
+ /**
+ * The ARN of the app block.
+ */
+ AppBlockArn: Arn;
+ /**
+ * The name of the app block builder.
+ */
+ AppBlockBuilderName: Name;
+ }
+ export type AppBlockBuilderAppBlockAssociationsList = AppBlockBuilderAppBlockAssociation[];
+ export type AppBlockBuilderAttribute = "IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|string;
+ export type AppBlockBuilderAttributes = AppBlockBuilderAttribute[];
+ export type AppBlockBuilderList = AppBlockBuilder[];
+ export type AppBlockBuilderPlatformType = "WINDOWS_SERVER_2019"|string;
+ export type AppBlockBuilderState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|string;
+ export interface AppBlockBuilderStateChangeReason {
+ /**
+ * The state change reason code.
+ */
+ Code?: AppBlockBuilderStateChangeReasonCode;
+ /**
+ * The state change reason message.
+ */
+ Message?: String;
}
+ export type AppBlockBuilderStateChangeReasonCode = "INTERNAL_ERROR"|string;
+ export type AppBlockState = "INACTIVE"|"ACTIVE"|string;
export type AppBlocks = AppBlock[];
export type AppVisibility = "ALL"|"ASSOCIATED"|string;
export interface Application {
@@ -700,6 +882,22 @@ declare namespace AppStream {
export type AppstreamAgentVersion = string;
export type Arn = string;
export type ArnList = Arn[];
+ export interface AssociateAppBlockBuilderAppBlockRequest {
+ /**
+ * The ARN of the app block.
+ */
+ AppBlockArn: Arn;
+ /**
+ * The name of the app block builder.
+ */
+ AppBlockBuilderName: Name;
+ }
+ export interface AssociateAppBlockBuilderAppBlockResult {
+ /**
+ * The list of app block builders associated with app blocks.
+ */
+ AppBlockBuilderAppBlockAssociation?: AppBlockBuilderAppBlockAssociation;
+ }
export interface AssociateApplicationFleetRequest {
/**
* The name of the fleet.
@@ -832,6 +1030,71 @@ declare namespace AppStream {
*/
DestinationImageName?: Name;
}
+ export interface CreateAppBlockBuilderRequest {
+ /**
+ * The unique name for the app block builder.
+ */
+ Name: Name;
+ /**
+ * The description of the app block builder.
+ */
+ Description?: Description;
+ /**
+ * The display name of the app block builder.
+ */
+ DisplayName?: DisplayName;
+ /**
+ * The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. If you do not specify a value, the value is set to an empty string. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: _ . : / = + \ - @ For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
+ */
+ Tags?: Tags;
+ /**
+ * The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
+ */
+ Platform: AppBlockBuilderPlatformType;
+ /**
+ * The instance type to use when launching the app block builder. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
+ */
+ InstanceType: String;
+ /**
+ * The VPC configuration for the app block builder. App block builders require that you specify at least two subnets in different availability zones.
+ */
+ VpcConfig: VpcConfig;
+ /**
+ * Enables or disables default internet access for the app block builder.
+ */
+ EnableDefaultInternetAccess?: BooleanObject;
+ /**
+ * The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance. For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
+ */
+ IamRoleArn?: Arn;
+ /**
+ * The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
+ */
+ AccessEndpoints?: AccessEndpointList;
+ }
+ export interface CreateAppBlockBuilderResult {
+ AppBlockBuilder?: AppBlockBuilder;
+ }
+ export interface CreateAppBlockBuilderStreamingURLRequest {
+ /**
+ * The name of the app block builder.
+ */
+ AppBlockBuilderName: Name;
+ /**
+ * The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
+ */
+ Validity?: Long;
+ }
+ export interface CreateAppBlockBuilderStreamingURLResult {
+ /**
+ * The URL to start the streaming session.
+ */
+ StreamingURL?: String;
+ /**
+ * The elapsed time, in seconds after the Unix epoch, when this URL expires.
+ */
+ Expires?: Timestamp;
+ }
export interface CreateAppBlockRequest {
/**
* The name of the app block.
@@ -850,13 +1113,21 @@ declare namespace AppStream {
*/
SourceS3Location: S3Location;
/**
- * The setup script details of the app block.
+ * The setup script details of the app block. This must be provided for the CUSTOM PackagingType.
*/
- SetupScriptDetails: ScriptDetails;
+ SetupScriptDetails?: ScriptDetails;
/**
* The tags assigned to the app block.
*/
Tags?: Tags;
+ /**
+ * The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.
+ */
+ PostSetupScriptDetails?: ScriptDetails;
+ /**
+ * The packaging type of the app block.
+ */
+ PackagingType?: PackagingType;
}
export interface CreateAppBlockResult {
/**
@@ -973,7 +1244,7 @@ declare namespace AppStream {
/**
* The name of the image used to create the fleet.
*/
- ImageName?: String;
+ ImageName?: Name;
/**
* The ARN of the public, private, or shared image to use.
*/
@@ -1298,6 +1569,14 @@ declare namespace AppStream {
}
export interface CreateUserResult {
}
+ export interface DeleteAppBlockBuilderRequest {
+ /**
+ * The name of the app block builder.
+ */
+ Name: Name;
+ }
+ export interface DeleteAppBlockBuilderResult {
+ }
export interface DeleteAppBlockRequest {
/**
* The name of the app block.
@@ -1402,6 +1681,58 @@ declare namespace AppStream {
}
export interface DeleteUserResult {
}
+ export interface DescribeAppBlockBuilderAppBlockAssociationsRequest {
+ /**
+ * The ARN of the app block.
+ */
+ AppBlockArn?: Arn;
+ /**
+ * The name of the app block builder.
+ */
+ AppBlockBuilderName?: Name;
+ /**
+ * The maximum size of each page of results.
+ */
+ MaxResults?: Integer;
+ /**
+ * The pagination token used to retrieve the next page of results for this operation.
+ */
+ NextToken?: String;
+ }
+ export interface DescribeAppBlockBuilderAppBlockAssociationsResult {
+ /**
+ * This list of app block builders associated with app blocks.
+ */
+ AppBlockBuilderAppBlockAssociations?: AppBlockBuilderAppBlockAssociationsList;
+ /**
+ * The pagination token used to retrieve the next page of results for this operation.
+ */
+ NextToken?: String;
+ }
+ export interface DescribeAppBlockBuildersRequest {
+ /**
+ * The names of the app block builders.
+ */
+ Names?: StringList;
+ /**
+ * The pagination token used to retrieve the next page of results for this operation.
+ */
+ NextToken?: String;
+ /**
+ * The maximum size of each page of results. The maximum value is 25.
+ */
+ MaxResults?: Integer;
+ }
+ export interface DescribeAppBlockBuildersResult {
+ /**
+ * The list that describes one or more app block builders.
+ */
+ AppBlockBuilders?: AppBlockBuilderList;
+ /**
+ * The pagination token used to retrieve the next page of results for this operation.
+ */
+ NextToken?: String;
+ }
export interface DescribeAppBlocksRequest {
/**
* The ARNs of the app blocks.
@@ -1809,6 +2140,18 @@ declare namespace AppStream {
}
export interface DisableUserResult {
}
+ export interface DisassociateAppBlockBuilderAppBlockRequest {
+ /**
+ * The ARN of the app block.
+ */
+ AppBlockArn: Arn;
+ /**
+ * The name of the app block builder.
+ */
+ AppBlockBuilderName: Name;
+ }
+ export interface DisassociateAppBlockBuilderAppBlockResult {
+ }
export interface DisassociateApplicationFleetRequest {
/**
* The name of the fleet.
@@ -1925,6 +2268,17 @@ declare namespace AppStream {
}
export type EntitlementAttributeList = EntitlementAttribute[];
export type EntitlementList = Entitlement[];
+ export interface ErrorDetails {
+ /**
+ * The error code.
+ */
+ ErrorCode?: String;
+ /**
+ * The error message.
+ */
+ ErrorMessage?: String;
+ }
+ export type ErrorDetailsList = ErrorDetails[];
export interface ExpireSessionRequest {
/**
* The identifier of the streaming session.
@@ -2335,6 +2689,7 @@ declare namespace AppStream {
}
export type OrganizationalUnitDistinguishedName = string;
export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
+ export type PackagingType = "CUSTOM"|"APPSTREAM2"|string;
export type Permission = "ENABLED"|"DISABLED"|string;
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
export type Platforms = PlatformType[];
@@ -2365,9 +2720,9 @@ declare namespace AppStream {
*/
S3Bucket: S3Bucket;
/**
- * The S3 key of the S3 object.
+ * The S3 key of the S3 object. This is required when used for the following: IconS3Location (Actions: CreateApplication and UpdateApplication) SessionScriptS3Location (Actions: CreateFleet and UpdateFleet) ScriptDetails (Actions: CreateAppBlock) SourceS3Location when creating an app block with CUSTOM PackagingType (Actions: CreateAppBlock) SourceS3Location when creating an app block with APPSTREAM2 PackagingType, and using an existing application package (VHD file). In this case, S3Key refers to the VHD file. If a new application package is required, then S3Key is not required. (Actions: CreateAppBlock)
*/
- S3Key: S3Key;
+ S3Key?: S3Key;
}
export interface ScriptDetails {
/**
@@ -2528,6 +2883,15 @@ declare namespace AppStream {
export type StackErrorCode = "STORAGE_CONNECTOR_ERROR"|"INTERNAL_SERVICE_ERROR"|string;
export type StackErrors = StackError[];
export type StackList = Stack[];
+ export interface StartAppBlockBuilderRequest {
+ /**
+ * The name of the app block builder.
+ */
+ Name: Name;
+ }
+ export interface StartAppBlockBuilderResult {
+ AppBlockBuilder?: AppBlockBuilder;
+ }
export interface StartFleetRequest {
/**
* The name of the fleet.
@@ -2552,6 +2916,15 @@ declare namespace AppStream {
*/
ImageBuilder?: ImageBuilder;
}
+ export interface StopAppBlockBuilderRequest {
+ /**
+ * The name of the app block builder.
+ */
+ Name: Name;
+ }
+ export interface StopAppBlockBuilderResult {
+ AppBlockBuilder?: AppBlockBuilder;
+ }
export interface StopFleetRequest {
/**
* The name of the fleet.
@@ -2628,6 +3001,51 @@ declare namespace AppStream {
}
export interface UntagResourceResponse {
}
+ export interface UpdateAppBlockBuilderRequest {
+ /**
+ * The unique name for the app block builder.
+ */
+ Name: Name;
+ /**
+ * The description of the app block builder.
+ */
+ Description?: Description;
+ /**
+ * The display name of the app block builder.
+ */
+ DisplayName?: DisplayName;
+ /**
+ * The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
+ */
+ Platform?: PlatformType;
+ /**
+ * The instance type to use when launching the app block builder. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
+ */
+ InstanceType?: String;
+ /**
+ * The VPC configuration for the app block builder. App block builders require that you specify at least two subnets in different availability zones.
+ */
+ VpcConfig?: VpcConfig;
+ /**
+ * Enables or disables default internet access for the app block builder.
+ */
+ EnableDefaultInternetAccess?: BooleanObject;
+ /**
+ * The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance. For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
+ */
+ IamRoleArn?: Arn;
+ /**
+ * The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
+ */
+ AccessEndpoints?: AccessEndpointList;
+ /**
+ * The attributes to delete from the app block builder.
+ */
+ AttributesToDelete?: AppBlockBuilderAttributes;
+ }
+ export interface UpdateAppBlockBuilderResult {
+ AppBlockBuilder?: AppBlockBuilder;
+ }
export interface UpdateApplicationRequest {
/**
* The name of the application. This name is visible to users when display name is not specified.
@@ -2747,7 +3165,7 @@ declare namespace AppStream {
*/
VpcConfig?: VpcConfig;
/**
- * The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 360000.
+ * The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
*/
MaxUserDurationInSeconds?: Integer;
/**
diff --git a/clients/chime.d.ts b/clients/chime.d.ts
index fd51f909eb..3ba67c7b0d 100644
--- a/clients/chime.d.ts
+++ b/clients/chime.d.ts
@@ -20,19 +20,19 @@ declare class Chime extends Service {
*/
associatePhoneNumberWithUser(callback?: (err: AWSError, data: Chime.Types.AssociatePhoneNumberWithUserResponse) => void): Request;
/**
- * Associates phone numbers with the specified Amazon Chime Voice Connector.
+ * Associates phone numbers with the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
associatePhoneNumbersWithVoiceConnector(params: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorRequest, callback?: (err: AWSError, data: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorResponse) => void): Request;
/**
- * Associates phone numbers with the specified Amazon Chime Voice Connector.
+ * Associates phone numbers with the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
associatePhoneNumbersWithVoiceConnector(callback?: (err: AWSError, data: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorResponse) => void): Request;
/**
- * Associates phone numbers with the specified Amazon Chime Voice Connector group.
+ * Associates phone numbers with the specified Amazon Chime Voice Connector group. This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
associatePhoneNumbersWithVoiceConnectorGroup(params: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorGroupRequest, callback?: (err: AWSError, data: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => void): Request;
/**
- * Associates phone numbers with the specified Amazon Chime Voice Connector group.
+ * Associates phone numbers with the specified Amazon Chime Voice Connector group. This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
associatePhoneNumbersWithVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => void): Request;
/**
@@ -44,19 +44,19 @@ declare class Chime extends Service {
*/
associateSigninDelegateGroupsWithAccount(callback?: (err: AWSError, data: Chime.Types.AssociateSigninDelegateGroupsWithAccountResponse) => void): Request;
/**
- * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
*/
batchCreateAttendee(params: Chime.Types.BatchCreateAttendeeRequest, callback?: (err: AWSError, data: Chime.Types.BatchCreateAttendeeResponse) => void): Request;
/**
- * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
*/
batchCreateAttendee(callback?: (err: AWSError, data: Chime.Types.BatchCreateAttendeeResponse) => void): Request;
/**
- * Adds a specified number of users to a channel.
+ * Adds a specified number of users to a channel. This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
batchCreateChannelMembership(params: Chime.Types.BatchCreateChannelMembershipRequest, callback?: (err: AWSError, data: Chime.Types.BatchCreateChannelMembershipResponse) => void): Request;
/**
- * Adds a specified number of users to a channel.
+ * Adds a specified number of users to a channel. This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
batchCreateChannelMembership(callback?: (err: AWSError, data: Chime.Types.BatchCreateChannelMembershipResponse) => void): Request;
/**
@@ -76,19 +76,19 @@ declare class Chime extends Service {
*/
batchDeletePhoneNumber(callback?: (err: AWSError, data: Chime.Types.BatchDeletePhoneNumberResponse) => void): Request;
/**
- * Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action. To sign out users without suspending them, use the LogoutUser action.
+ * Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action. To sign out users without suspending them, use the LogoutUser action.
*/
batchSuspendUser(params: Chime.Types.BatchSuspendUserRequest, callback?: (err: AWSError, data: Chime.Types.BatchSuspendUserResponse) => void): Request;
/**
- * Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action. To sign out users without suspending them, use the LogoutUser action.
+ * Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action. To sign out users without suspending them, use the LogoutUser action.
*/
batchSuspendUser(callback?: (err: AWSError, data: Chime.Types.BatchSuspendUserResponse) => void): Request;
/**
- * Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide. Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.
+ * Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide. Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.
*/
batchUnsuspendUser(params: Chime.Types.BatchUnsuspendUserRequest, callback?: (err: AWSError, data: Chime.Types.BatchUnsuspendUserResponse) => void): Request;
/**
- * Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide. Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.
+ * Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the account types, in the Amazon Chime Administration Guide. Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.
*/
batchUnsuspendUser(callback?: (err: AWSError, data: Chime.Types.BatchUnsuspendUserResponse) => void): Request;
/**
@@ -116,35 +116,35 @@ declare class Chime extends Service {
*/
createAccount(callback?: (err: AWSError, data: Chime.Types.CreateAccountResponse) => void): Request;
/**
- * Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard.
+ * Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAppInstance(params: Chime.Types.CreateAppInstanceRequest, callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceResponse) => void): Request;
/**
- * Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard.
+ * Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAppInstance(callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceResponse) => void): Request;
/**
- * Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.
+ * Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.
*/
createAppInstanceAdmin(params: Chime.Types.CreateAppInstanceAdminRequest, callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceAdminResponse) => void): Request;
/**
- * Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.
+ * Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.
*/
createAppInstanceAdmin(callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceAdminResponse) => void): Request;
/**
- * Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.
+ * Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAppInstanceUser(params: Chime.Types.CreateAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceUserResponse) => void): Request;
/**
- * Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.
+ * Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.CreateAppInstanceUserResponse) => void): Request;
/**
- * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAttendee(params: Chime.Types.CreateAttendeeRequest, callback?: (err: AWSError, data: Chime.Types.CreateAttendeeResponse) => void): Request;
/**
- * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createAttendee(callback?: (err: AWSError, data: Chime.Types.CreateAttendeeResponse) => void): Request;
/**
@@ -156,67 +156,67 @@ declare class Chime extends Service {
*/
createBot(callback?: (err: AWSError, data: Chime.Types.CreateBotResponse) => void): Request;
/**
- * Creates a channel to which you can add users and send messages. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Creates a channel to which you can add users and send messages. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannel(params: Chime.Types.CreateChannelRequest, callback?: (err: AWSError, data: Chime.Types.CreateChannelResponse) => void): Request;
/**
- * Creates a channel to which you can add users and send messages. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Creates a channel to which you can add users and send messages. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannel(callback?: (err: AWSError, data: Chime.Types.CreateChannelResponse) => void): Request;
/**
- * Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelBan(params: Chime.Types.CreateChannelBanRequest, callback?: (err: AWSError, data: Chime.Types.CreateChannelBanResponse) => void): Request;
/**
- * Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelBan(callback?: (err: AWSError, data: Chime.Types.CreateChannelBanResponse) => void): Request;
/**
- * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelMembership(params: Chime.Types.CreateChannelMembershipRequest, callback?: (err: AWSError, data: Chime.Types.CreateChannelMembershipResponse) => void): Request;
/**
- * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelMembership(callback?: (err: AWSError, data: Chime.Types.CreateChannelMembershipResponse) => void): Request;
/**
- * Creates a new ChannelModerator. A channel moderator can: Add and remove other members of the channel. Add and remove other moderators of the channel. Add and remove user bans for the channel. Redact messages in the channel. List messages in the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Creates a new ChannelModerator. A channel moderator can: Add and remove other members of the channel. Add and remove other moderators of the channel. Add and remove user bans for the channel. Redact messages in the channel. List messages in the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelModerator(params: Chime.Types.CreateChannelModeratorRequest, callback?: (err: AWSError, data: Chime.Types.CreateChannelModeratorResponse) => void): Request;
/**
- * Creates a new ChannelModerator. A channel moderator can: Add and remove other members of the channel. Add and remove other moderators of the channel. Add and remove user bans for the channel. Redact messages in the channel. List messages in the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Creates a new ChannelModerator. A channel moderator can: Add and remove other members of the channel. Add and remove other moderators of the channel. Add and remove user bans for the channel. Redact messages in the channel. List messages in the channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createChannelModerator(callback?: (err: AWSError, data: Chime.Types.CreateChannelModeratorResponse) => void): Request;
/**
- * Creates a media capture pipeline.
+ * Creates a media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMediaCapturePipeline(params: Chime.Types.CreateMediaCapturePipelineRequest, callback?: (err: AWSError, data: Chime.Types.CreateMediaCapturePipelineResponse) => void): Request;
/**
- * Creates a media capture pipeline.
+ * Creates a media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMediaCapturePipeline(callback?: (err: AWSError, data: Chime.Types.CreateMediaCapturePipelineResponse) => void): Request;
/**
- * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMeeting(params: Chime.Types.CreateMeetingRequest, callback?: (err: AWSError, data: Chime.Types.CreateMeetingResponse) => void): Request;
/**
- * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMeeting(callback?: (err: AWSError, data: Chime.Types.CreateMeetingResponse) => void): Request;
/**
- * Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.
+ * Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID. This API is is not available in a dedicated namespace.
*/
createMeetingDialOut(params: Chime.Types.CreateMeetingDialOutRequest, callback?: (err: AWSError, data: Chime.Types.CreateMeetingDialOutResponse) => void): Request;
/**
- * Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.
+ * Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID. This API is is not available in a dedicated namespace.
*/
createMeetingDialOut(callback?: (err: AWSError, data: Chime.Types.CreateMeetingDialOutResponse) => void): Request;
/**
- * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide . This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMeetingWithAttendees(params: Chime.Types.CreateMeetingWithAttendeesRequest, callback?: (err: AWSError, data: Chime.Types.CreateMeetingWithAttendeesResponse) => void): Request;
/**
- * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide . This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createMeetingWithAttendees(callback?: (err: AWSError, data: Chime.Types.CreateMeetingWithAttendeesResponse) => void): Request;
/**
@@ -228,11 +228,11 @@ declare class Chime extends Service {
*/
createPhoneNumberOrder(callback?: (err: AWSError, data: Chime.Types.CreatePhoneNumberOrderResponse) => void): Request;
/**
- * Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
+ * Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createProxySession(params: Chime.Types.CreateProxySessionRequest, callback?: (err: AWSError, data: Chime.Types.CreateProxySessionResponse) => void): Request;
/**
- * Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
+ * Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createProxySession(callback?: (err: AWSError, data: Chime.Types.CreateProxySessionResponse) => void): Request;
/**
@@ -252,27 +252,27 @@ declare class Chime extends Service {
*/
createRoomMembership(callback?: (err: AWSError, data: Chime.Types.CreateRoomMembershipResponse) => void): Request;
/**
- * Creates a SIP media application.
+ * Creates a SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipMediaApplication(params: Chime.Types.CreateSipMediaApplicationRequest, callback?: (err: AWSError, data: Chime.Types.CreateSipMediaApplicationResponse) => void): Request;
/**
- * Creates a SIP media application.
+ * Creates a SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipMediaApplication(callback?: (err: AWSError, data: Chime.Types.CreateSipMediaApplicationResponse) => void): Request;
/**
- * Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId.
+ * Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipMediaApplicationCall(params: Chime.Types.CreateSipMediaApplicationCallRequest, callback?: (err: AWSError, data: Chime.Types.CreateSipMediaApplicationCallResponse) => void): Request;
/**
- * Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId.
+ * Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipMediaApplicationCall(callback?: (err: AWSError, data: Chime.Types.CreateSipMediaApplicationCallResponse) => void): Request;
/**
- * Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
+ * Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipRule(params: Chime.Types.CreateSipRuleRequest, callback?: (err: AWSError, data: Chime.Types.CreateSipRuleResponse) => void): Request;
/**
- * Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
+ * Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createSipRule(callback?: (err: AWSError, data: Chime.Types.CreateSipRuleResponse) => void): Request;
/**
@@ -284,19 +284,19 @@ declare class Chime extends Service {
*/
createUser(callback?: (err: AWSError, data: Chime.Types.CreateUserResponse) => void): Request;
/**
- * Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
+ * Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createVoiceConnector(params: Chime.Types.CreateVoiceConnectorRequest, callback?: (err: AWSError, data: Chime.Types.CreateVoiceConnectorResponse) => void): Request;
/**
- * Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
+ * Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createVoiceConnector(callback?: (err: AWSError, data: Chime.Types.CreateVoiceConnectorResponse) => void): Request;
/**
- * Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
+ * Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createVoiceConnectorGroup(params: Chime.Types.CreateVoiceConnectorGroupRequest, callback?: (err: AWSError, data: Chime.Types.CreateVoiceConnectorGroupResponse) => void): Request;
/**
- * Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
+ * Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events. This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
createVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.CreateVoiceConnectorGroupResponse) => void): Request;
/**
@@ -308,83 +308,83 @@ declare class Chime extends Service {
*/
deleteAccount(callback?: (err: AWSError, data: Chime.Types.DeleteAccountResponse) => void): Request;
/**
- * Deletes an AppInstance and all associated data asynchronously.
+ * Deletes an AppInstance and all associated data asynchronously. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstance(params: Chime.Types.DeleteAppInstanceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes an AppInstance and all associated data asynchronously.
+ * Deletes an AppInstance and all associated data asynchronously. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.
+ * Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceAdmin(params: Chime.Types.DeleteAppInstanceAdminRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.
+ * Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceAdmin(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the streaming configurations of an AppInstance.
+ * Deletes the streaming configurations of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceStreamingConfigurations(params: Chime.Types.DeleteAppInstanceStreamingConfigurationsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the streaming configurations of an AppInstance.
+ * Deletes the streaming configurations of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceStreamingConfigurations(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes an AppInstanceUser.
+ * Deletes an AppInstanceUser. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceUser(params: Chime.Types.DeleteAppInstanceUserRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes an AppInstanceUser.
+ * Deletes an AppInstanceUser. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAppInstanceUser(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAttendee(params: Chime.Types.DeleteAttendeeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteAttendee(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannel(params: Chime.Types.DeleteChannelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Removes a user from a channel's ban list. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Removes a user from a channel's ban list. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelBan(params: Chime.Types.DeleteChannelBanRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Removes a user from a channel's ban list. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Removes a user from a channel's ban list. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelBan(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Removes a member from a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Removes a member from a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelMembership(params: Chime.Types.DeleteChannelMembershipRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Removes a member from a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Removes a member from a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelMembership(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelMessage(params: Chime.Types.DeleteChannelMessageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelMessage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a channel moderator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Deletes a channel moderator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelModerator(params: Chime.Types.DeleteChannelModeratorRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a channel moderator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Deletes a channel moderator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteChannelModerator(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
@@ -396,19 +396,19 @@ declare class Chime extends Service {
*/
deleteEventsConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the media capture pipeline.
+ * Deletes the media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteMediaCapturePipeline(params: Chime.Types.DeleteMediaCapturePipelineRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the media capture pipeline.
+ * Deletes the media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteMediaCapturePipeline(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteMeeting(params: Chime.Types.DeleteMeetingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteMeeting(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
@@ -420,11 +420,11 @@ declare class Chime extends Service {
*/
deletePhoneNumber(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
+ * Deletes the specified proxy session from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteProxySession(params: Chime.Types.DeleteProxySessionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
+ * Deletes the specified proxy session from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteProxySession(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
@@ -444,155 +444,155 @@ declare class Chime extends Service {
*/
deleteRoomMembership(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a SIP media application.
+ * Deletes a SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteSipMediaApplication(params: Chime.Types.DeleteSipMediaApplicationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a SIP media application.
+ * Deletes a SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteSipMediaApplication(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a SIP rule. You must disable a SIP rule before you can delete it.
+ * Deletes a SIP rule. You must disable a SIP rule before you can delete it. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteSipRule(params: Chime.Types.DeleteSipRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes a SIP rule. You must disable a SIP rule before you can delete it.
+ * Deletes a SIP rule. You must disable a SIP rule before you can delete it. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteSipRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.
+ * Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnector(params: Chime.Types.DeleteVoiceConnectorRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.
+ * Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnector(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
+ * Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorEmergencyCallingConfiguration(params: Chime.Types.DeleteVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
+ * Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.
+ * Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorGroup(params: Chime.Types.DeleteVoiceConnectorGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.
+ * Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.
+ * Deletes the origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorOrigination(params: Chime.Types.DeleteVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.
+ * Deletes the origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorOrigination(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
+ * Deletes the proxy configuration from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorProxy(params: Chime.Types.DeleteVoiceConnectorProxyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
+ * Deletes the proxy configuration from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorProxy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
+ * Deletes the streaming configuration for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorStreamingConfiguration(params: Chime.Types.DeleteVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
+ * Deletes the streaming configuration for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.
+ * Deletes the termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorTermination(params: Chime.Types.DeleteVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.
+ * Deletes the termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorTermination(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
+ * Deletes the specified SIP credentials used by your equipment to authenticate during call termination. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorTerminationCredentials(params: Chime.Types.DeleteVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
+ * Deletes the specified SIP credentials used by your equipment to authenticate during call termination. This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
deleteVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Returns the full details of an AppInstance.
+ * Returns the full details of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstance(params: Chime.Types.DescribeAppInstanceRequest, callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceResponse) => void): Request;
/**
- * Returns the full details of an AppInstance.
+ * Returns the full details of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstance(callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceResponse) => void): Request;
/**
- * Returns the full details of an AppInstanceAdmin.
+ * Returns the full details of an AppInstanceAdmin. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstanceAdmin(params: Chime.Types.DescribeAppInstanceAdminRequest, callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceAdminResponse) => void): Request;
/**
- * Returns the full details of an AppInstanceAdmin.
+ * Returns the full details of an AppInstanceAdmin. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstanceAdmin(callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceAdminResponse) => void): Request;
/**
- * Returns the full details of an AppInstanceUser.
+ * Returns the full details of an AppInstanceUser. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstanceUser(params: Chime.Types.DescribeAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceUserResponse) => void): Request;
/**
- * Returns the full details of an AppInstanceUser.
+ * Returns the full details of an AppInstanceUser. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceUserResponse) => void): Request;
/**
- * Returns the full details of a channel in an Amazon Chime AppInstance. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel in an Amazon Chime AppInstance. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannel(params: Chime.Types.DescribeChannelRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelResponse) => void): Request;
/**
- * Returns the full details of a channel in an Amazon Chime AppInstance. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel in an Amazon Chime AppInstance. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannel(callback?: (err: AWSError, data: Chime.Types.DescribeChannelResponse) => void): Request;
/**
- * Returns the full details of a channel ban. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel ban. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelBan(params: Chime.Types.DescribeChannelBanRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelBanResponse) => void): Request;
/**
- * Returns the full details of a channel ban. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel ban. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelBan(callback?: (err: AWSError, data: Chime.Types.DescribeChannelBanResponse) => void): Request;
/**
- * Returns the full details of a user's channel membership. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a user's channel membership. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelMembership(params: Chime.Types.DescribeChannelMembershipRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelMembershipResponse) => void): Request;
/**
- * Returns the full details of a user's channel membership. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a user's channel membership. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelMembership(callback?: (err: AWSError, data: Chime.Types.DescribeChannelMembershipResponse) => void): Request;
/**
- * Returns the details of a channel based on the membership of the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the details of a channel based on the membership of the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelMembershipForAppInstanceUser(params: Chime.Types.DescribeChannelMembershipForAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelMembershipForAppInstanceUserResponse) => void): Request;
/**
- * Returns the details of a channel based on the membership of the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the details of a channel based on the membership of the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelMembershipForAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.DescribeChannelMembershipForAppInstanceUserResponse) => void): Request;
/**
- * Returns the full details of a channel moderated by the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel moderated by the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelModeratedByAppInstanceUser(params: Chime.Types.DescribeChannelModeratedByAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelModeratedByAppInstanceUserResponse) => void): Request;
/**
- * Returns the full details of a channel moderated by the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a channel moderated by the specified AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelModeratedByAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.DescribeChannelModeratedByAppInstanceUserResponse) => void): Request;
/**
- * Returns the full details of a single ChannelModerator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a single ChannelModerator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelModerator(params: Chime.Types.DescribeChannelModeratorRequest, callback?: (err: AWSError, data: Chime.Types.DescribeChannelModeratorResponse) => void): Request;
/**
- * Returns the full details of a single ChannelModerator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Returns the full details of a single ChannelModerator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
describeChannelModerator(callback?: (err: AWSError, data: Chime.Types.DescribeChannelModeratorResponse) => void): Request;
/**
@@ -604,19 +604,19 @@ declare class Chime extends Service {
*/
disassociatePhoneNumberFromUser(callback?: (err: AWSError, data: Chime.Types.DisassociatePhoneNumberFromUserResponse) => void): Request;
/**
- * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
+ * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
disassociatePhoneNumbersFromVoiceConnector(params: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorRequest, callback?: (err: AWSError, data: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse) => void): Request;
/**
- * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
+ * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
disassociatePhoneNumbersFromVoiceConnector(callback?: (err: AWSError, data: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse) => void): Request;
/**
- * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
+ * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group. This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
disassociatePhoneNumbersFromVoiceConnectorGroup(params: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupRequest, callback?: (err: AWSError, data: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => void): Request;
/**
- * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
+ * Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group. This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
disassociatePhoneNumbersFromVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => void): Request;
/**
@@ -644,27 +644,27 @@ declare class Chime extends Service {
*/
getAccountSettings(callback?: (err: AWSError, data: Chime.Types.GetAccountSettingsResponse) => void): Request;
/**
- * Gets the retention settings for an AppInstance.
+ * Gets the retention settings for an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAppInstanceRetentionSettings(params: Chime.Types.GetAppInstanceRetentionSettingsRequest, callback?: (err: AWSError, data: Chime.Types.GetAppInstanceRetentionSettingsResponse) => void): Request;
/**
- * Gets the retention settings for an AppInstance.
+ * Gets the retention settings for an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAppInstanceRetentionSettings(callback?: (err: AWSError, data: Chime.Types.GetAppInstanceRetentionSettingsResponse) => void): Request;
/**
- * Gets the streaming settings for an AppInstance.
+ * Gets the streaming settings for an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAppInstanceStreamingConfigurations(params: Chime.Types.GetAppInstanceStreamingConfigurationsRequest, callback?: (err: AWSError, data: Chime.Types.GetAppInstanceStreamingConfigurationsResponse) => void): Request;
/**
- * Gets the streaming settings for an AppInstance.
+ * Gets the streaming settings for an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAppInstanceStreamingConfigurations(callback?: (err: AWSError, data: Chime.Types.GetAppInstanceStreamingConfigurationsResponse) => void): Request;
/**
- * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAttendee(params: Chime.Types.GetAttendeeRequest, callback?: (err: AWSError, data: Chime.Types.GetAttendeeResponse) => void): Request;
/**
- * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getAttendee(callback?: (err: AWSError, data: Chime.Types.GetAttendeeResponse) => void): Request;
/**
@@ -676,11 +676,11 @@ declare class Chime extends Service {
*/
getBot(callback?: (err: AWSError, data: Chime.Types.GetBotResponse) => void): Request;
/**
- * Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getChannelMessage(params: Chime.Types.GetChannelMessageRequest, callback?: (err: AWSError, data: Chime.Types.GetChannelMessageResponse) => void): Request;
/**
- * Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getChannelMessage(callback?: (err: AWSError, data: Chime.Types.GetChannelMessageResponse) => void): Request;
/**
@@ -696,27 +696,27 @@ declare class Chime extends Service {
*/
getGlobalSettings(callback?: (err: AWSError, data: Chime.Types.GetGlobalSettingsResponse) => void): Request;
/**
- * Gets an existing media capture pipeline.
+ * Gets an existing media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getMediaCapturePipeline(params: Chime.Types.GetMediaCapturePipelineRequest, callback?: (err: AWSError, data: Chime.Types.GetMediaCapturePipelineResponse) => void): Request;
/**
- * Gets an existing media capture pipeline.
+ * Gets an existing media capture pipeline. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getMediaCapturePipeline(callback?: (err: AWSError, data: Chime.Types.GetMediaCapturePipelineResponse) => void): Request;
/**
- * Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
*/
getMeeting(params: Chime.Types.GetMeetingRequest, callback?: (err: AWSError, data: Chime.Types.GetMeetingResponse) => void): Request;
/**
- * Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
+ * This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .
*/
getMeeting(callback?: (err: AWSError, data: Chime.Types.GetMeetingResponse) => void): Request;
/**
- * The details of the endpoint for the messaging session.
+ * The details of the endpoint for the messaging session. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getMessagingSessionEndpoint(params: Chime.Types.GetMessagingSessionEndpointRequest, callback?: (err: AWSError, data: Chime.Types.GetMessagingSessionEndpointResponse) => void): Request;
/**
- * The details of the endpoint for the messaging session.
+ * The details of the endpoint for the messaging session. This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getMessagingSessionEndpoint(callback?: (err: AWSError, data: Chime.Types.GetMessagingSessionEndpointResponse) => void): Request;
/**
@@ -740,11 +740,11 @@ declare class Chime extends Service {
*/
getPhoneNumberSettings(callback?: (err: AWSError, data: Chime.Types.GetPhoneNumberSettingsResponse) => void): Request;
/**
- * Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
+ * Gets the specified proxy session details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getProxySession(params: Chime.Types.GetProxySessionRequest, callback?: (err: AWSError, data: Chime.Types.GetProxySessionResponse) => void): Request;
/**
- * Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
+ * Gets the specified proxy session details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getProxySession(callback?: (err: AWSError, data: Chime.Types.GetProxySessionResponse) => void): Request;
/**
@@ -764,27 +764,27 @@ declare class Chime extends Service {
*/
getRoom(callback?: (err: AWSError, data: Chime.Types.GetRoomResponse) => void): Request;
/**
- * Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
+ * Retrieves the information for a SIP media application, including name, AWS Region, and endpoints. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipMediaApplication(params: Chime.Types.GetSipMediaApplicationRequest, callback?: (err: AWSError, data: Chime.Types.GetSipMediaApplicationResponse) => void): Request;
/**
- * Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
+ * Retrieves the information for a SIP media application, including name, AWS Region, and endpoints. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipMediaApplication(callback?: (err: AWSError, data: Chime.Types.GetSipMediaApplicationResponse) => void): Request;
/**
- * Returns the logging configuration for the specified SIP media application.
+ * Returns the logging configuration for the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipMediaApplicationLoggingConfiguration(params: Chime.Types.GetSipMediaApplicationLoggingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.GetSipMediaApplicationLoggingConfigurationResponse) => void): Request;
/**
- * Returns the logging configuration for the specified SIP media application.
+ * Returns the logging configuration for the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipMediaApplicationLoggingConfiguration(callback?: (err: AWSError, data: Chime.Types.GetSipMediaApplicationLoggingConfigurationResponse) => void): Request;
/**
- * Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
+ * Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipRule(params: Chime.Types.GetSipRuleRequest, callback?: (err: AWSError, data: Chime.Types.GetSipRuleResponse) => void): Request;
/**
- * Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
+ * Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints. This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getSipRule(callback?: (err: AWSError, data: Chime.Types.GetSipRuleResponse) => void): Request;
/**
@@ -804,75 +804,75 @@ declare class Chime extends Service {
*/
getUserSettings(callback?: (err: AWSError, data: Chime.Types.GetUserSettingsResponse) => void): Request;
/**
- * Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
+ * Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnector(params: Chime.Types.GetVoiceConnectorRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorResponse) => void): Request;
/**
- * Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
+ * Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnector(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorResponse) => void): Request;
/**
- * Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
+ * Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorEmergencyCallingConfiguration(params: Chime.Types.GetVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request;
/**
- * Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
+ * Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request;
/**
- * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems.
+ * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorGroup(params: Chime.Types.GetVoiceConnectorGroupRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorGroupResponse) => void): Request;
/**
- * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems.
+ * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorGroupResponse) => void): Request;
/**
- * Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
+ * Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorLoggingConfiguration(params: Chime.Types.GetVoiceConnectorLoggingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorLoggingConfigurationResponse) => void): Request;
/**
- * Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
+ * Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorLoggingConfiguration(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorLoggingConfigurationResponse) => void): Request;
/**
- * Retrieves origination setting details for the specified Amazon Chime Voice Connector.
+ * Retrieves origination setting details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorOrigination(params: Chime.Types.GetVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorOriginationResponse) => void): Request;
/**
- * Retrieves origination setting details for the specified Amazon Chime Voice Connector.
+ * Retrieves origination setting details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorOrigination(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorOriginationResponse) => void): Request;
/**
- * Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
+ * Gets the proxy configuration details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorProxy(params: Chime.Types.GetVoiceConnectorProxyRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorProxyResponse) => void): Request;
/**
- * Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
+ * Gets the proxy configuration details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorProxy(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorProxyResponse) => void): Request;
/**
- * Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
+ * Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorStreamingConfiguration(params: Chime.Types.GetVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorStreamingConfigurationResponse) => void): Request;
/**
- * Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
+ * Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorStreamingConfigurationResponse) => void): Request;
/**
- * Retrieves termination setting details for the specified Amazon Chime Voice Connector.
+ * Retrieves termination setting details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorTermination(params: Chime.Types.GetVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorTerminationResponse) => void): Request;
/**
- * Retrieves termination setting details for the specified Amazon Chime Voice Connector.
+ * Retrieves termination setting details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
getVoiceConnectorTermination(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorTerminationResponse) => void): Request;
/**
- * Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
+ * This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
*/
getVoiceConnectorTerminationHealth(params: Chime.Types.GetVoiceConnectorTerminationHealthRequest, callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request;
/**
- * Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
+ * This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.
*/
getVoiceConnectorTerminationHealth(callback?: (err: AWSError, data: Chime.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request;
/**
@@ -892,43 +892,43 @@ declare class Chime extends Service {
*/
listAccounts(callback?: (err: AWSError, data: Chime.Types.ListAccountsResponse) => void): Request;
/**
- * Returns a list of the administrators in the AppInstance.
+ * Returns a list of the administrators in the AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstanceAdmins(params: Chime.Types.ListAppInstanceAdminsRequest, callback?: (err: AWSError, data: Chime.Types.ListAppInstanceAdminsResponse) => void): Request;
/**
- * Returns a list of the administrators in the AppInstance.
+ * Returns a list of the administrators in the AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstanceAdmins(callback?: (err: AWSError, data: Chime.Types.ListAppInstanceAdminsResponse) => void): Request;
/**
- * List all AppInstanceUsers created under a single AppInstance.
+ * List all AppInstanceUsers created under a single AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstanceUsers(params: Chime.Types.ListAppInstanceUsersRequest, callback?: (err: AWSError, data: Chime.Types.ListAppInstanceUsersResponse) => void): Request;
/**
- * List all AppInstanceUsers created under a single AppInstance.
+ * List all AppInstanceUsers created under a single AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstanceUsers(callback?: (err: AWSError, data: Chime.Types.ListAppInstanceUsersResponse) => void): Request;
/**
- * Lists all Amazon Chime AppInstances created under a single AWS account.
+ * Lists all Amazon Chime AppInstances created under a single AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstances, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstances(params: Chime.Types.ListAppInstancesRequest, callback?: (err: AWSError, data: Chime.Types.ListAppInstancesResponse) => void): Request;
/**
- * Lists all Amazon Chime AppInstances created under a single AWS account.
+ * Lists all Amazon Chime AppInstances created under a single AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstances, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAppInstances(callback?: (err: AWSError, data: Chime.Types.ListAppInstancesResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK attendee resource.
+ * Lists the tags applied to an Amazon Chime SDK attendee resource. ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
listAttendeeTags(params: Chime.Types.ListAttendeeTagsRequest, callback?: (err: AWSError, data: Chime.Types.ListAttendeeTagsResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK attendee resource.
+ * Lists the tags applied to an Amazon Chime SDK attendee resource. ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
listAttendeeTags(callback?: (err: AWSError, data: Chime.Types.ListAttendeeTagsResponse) => void): Request;
/**
- * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAttendees(params: Chime.Types.ListAttendeesRequest, callback?: (err: AWSError, data: Chime.Types.ListAttendeesResponse) => void): Request;
/**
- * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listAttendees(callback?: (err: AWSError, data: Chime.Types.ListAttendeesResponse) => void): Request;
/**
@@ -940,83 +940,83 @@ declare class Chime extends Service {
*/
listBots(callback?: (err: AWSError, data: Chime.Types.ListBotsResponse) => void): Request;
/**
- * Lists all the users banned from a particular channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all the users banned from a particular channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelBans, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelBans(params: Chime.Types.ListChannelBansRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelBansResponse) => void): Request;
/**
- * Lists all the users banned from a particular channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all the users banned from a particular channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelBans, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelBans(callback?: (err: AWSError, data: Chime.Types.ListChannelBansResponse) => void): Request;
/**
- * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMemberships, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMemberships(params: Chime.Types.ListChannelMembershipsRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelMembershipsResponse) => void): Request;
/**
- * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMemberships, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMemberships(callback?: (err: AWSError, data: Chime.Types.ListChannelMembershipsResponse) => void): Request;
/**
- * Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMembershipsForAppInstanceUser(params: Chime.Types.ListChannelMembershipsForAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelMembershipsForAppInstanceUserResponse) => void): Request;
/**
- * Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMembershipsForAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.ListChannelMembershipsForAppInstanceUserResponse) => void): Request;
/**
- * List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order. Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order. Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMessages, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMessages(params: Chime.Types.ListChannelMessagesRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelMessagesResponse) => void): Request;
/**
- * List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order. Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order. Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMessages, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelMessages(callback?: (err: AWSError, data: Chime.Types.ListChannelMessagesResponse) => void): Request;
/**
- * Lists all the moderators for a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all the moderators for a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelModerators, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelModerators(params: Chime.Types.ListChannelModeratorsRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelModeratorsResponse) => void): Request;
/**
- * Lists all the moderators for a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all the moderators for a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelModerators, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelModerators(callback?: (err: AWSError, data: Chime.Types.ListChannelModeratorsResponse) => void): Request;
/**
- * Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results. Functionality & restrictions Use privacy = PUBLIC to retrieve all public channels in the account. Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results. Functionality & restrictions Use privacy = PUBLIC to retrieve all public channels in the account. Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannels(params: Chime.Types.ListChannelsRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelsResponse) => void): Request;
/**
- * Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results. Functionality & restrictions Use privacy = PUBLIC to retrieve all public channels in the account. Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results. Functionality & restrictions Use privacy = PUBLIC to retrieve all public channels in the account. Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannels(callback?: (err: AWSError, data: Chime.Types.ListChannelsResponse) => void): Request;
/**
- * A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelsModeratedByAppInstanceUser(params: Chime.Types.ListChannelsModeratedByAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.ListChannelsModeratedByAppInstanceUserResponse) => void): Request;
/**
- * A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listChannelsModeratedByAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.ListChannelsModeratedByAppInstanceUserResponse) => void): Request;
/**
- * Returns a list of media capture pipelines.
+ * Returns a list of media capture pipelines. This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listMediaCapturePipelines(params: Chime.Types.ListMediaCapturePipelinesRequest, callback?: (err: AWSError, data: Chime.Types.ListMediaCapturePipelinesResponse) => void): Request;
/**
- * Returns a list of media capture pipelines.
+ * Returns a list of media capture pipelines. This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listMediaCapturePipelines(callback?: (err: AWSError, data: Chime.Types.ListMediaCapturePipelinesResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK meeting resource.
+ * Lists the tags applied to an Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, ListTagsForResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listMeetingTags(params: Chime.Types.ListMeetingTagsRequest, callback?: (err: AWSError, data: Chime.Types.ListMeetingTagsResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK meeting resource.
+ * Lists the tags applied to an Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, ListTagsForResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listMeetingTags(callback?: (err: AWSError, data: Chime.Types.ListMeetingTagsResponse) => void): Request;
/**
- * Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Lists up to 100 active Amazon Chime SDK meetings. ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
*/
listMeetings(params: Chime.Types.ListMeetingsRequest, callback?: (err: AWSError, data: Chime.Types.ListMeetingsResponse) => void): Request;
/**
- * Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
+ * Lists up to 100 active Amazon Chime SDK meetings. ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
*/
listMeetings(callback?: (err: AWSError, data: Chime.Types.ListMeetingsResponse) => void): Request;
/**
@@ -1036,11 +1036,11 @@ declare class Chime extends Service {
*/
listPhoneNumbers(callback?: (err: AWSError, data: Chime.Types.ListPhoneNumbersResponse) => void): Request;
/**
- * Lists the proxy sessions for the specified Amazon Chime Voice Connector.
+ * Lists the proxy sessions for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, ListProxySessions, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listProxySessions(params: Chime.Types.ListProxySessionsRequest, callback?: (err: AWSError, data: Chime.Types.ListProxySessionsResponse) => void): Request;
/**
- * Lists the proxy sessions for the specified Amazon Chime Voice Connector.
+ * Lists the proxy sessions for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, ListProxySessions, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listProxySessions(callback?: (err: AWSError, data: Chime.Types.ListProxySessionsResponse) => void): Request;
/**
@@ -1060,19 +1060,19 @@ declare class Chime extends Service {
*/
listRooms(callback?: (err: AWSError, data: Chime.Types.ListRoomsResponse) => void): Request;
/**
- * Lists the SIP media applications under the administrator's AWS account.
+ * Lists the SIP media applications under the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipMediaApplications, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listSipMediaApplications(params: Chime.Types.ListSipMediaApplicationsRequest, callback?: (err: AWSError, data: Chime.Types.ListSipMediaApplicationsResponse) => void): Request;
/**
- * Lists the SIP media applications under the administrator's AWS account.
+ * Lists the SIP media applications under the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipMediaApplications, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listSipMediaApplications(callback?: (err: AWSError, data: Chime.Types.ListSipMediaApplicationsResponse) => void): Request;
/**
- * Lists the SIP rules under the administrator's AWS account.
+ * Lists the SIP rules under the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listSipRules(params: Chime.Types.ListSipRulesRequest, callback?: (err: AWSError, data: Chime.Types.ListSipRulesResponse) => void): Request;
/**
- * Lists the SIP rules under the administrator's AWS account.
+ * Lists the SIP rules under the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listSipRules(callback?: (err: AWSError, data: Chime.Types.ListSipRulesResponse) => void): Request;
/**
@@ -1084,11 +1084,11 @@ declare class Chime extends Service {
*/
listSupportedPhoneNumberCountries(callback?: (err: AWSError, data: Chime.Types.ListSupportedPhoneNumberCountriesResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK meeting resource.
+ * Lists the tags applied to an Amazon Chime SDK meeting and messaging resources. This API is is no longer supported and will not be updated. We recommend using the applicable latest version in the Amazon Chime SDK. For meetings: ListTagsForResource. For messaging: ListTagsForResource. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listTagsForResource(params: Chime.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Chime.Types.ListTagsForResourceResponse) => void): Request;
/**
- * Lists the tags applied to an Amazon Chime SDK meeting resource.
+ * Lists the tags applied to an Amazon Chime SDK meeting and messaging resources. This API is is no longer supported and will not be updated. We recommend using the applicable latest version in the Amazon Chime SDK. For meetings: ListTagsForResource. For messaging: ListTagsForResource. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listTagsForResource(callback?: (err: AWSError, data: Chime.Types.ListTagsForResourceResponse) => void): Request;
/**
@@ -1100,27 +1100,27 @@ declare class Chime extends Service {
*/
listUsers(callback?: (err: AWSError, data: Chime.Types.ListUsersResponse) => void): Request;
/**
- * Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
+ * Lists the Amazon Chime Voice Connector groups for the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorGroups, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectorGroups(params: Chime.Types.ListVoiceConnectorGroupsRequest, callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorGroupsResponse) => void): Request;
/**
- * Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
+ * Lists the Amazon Chime Voice Connector groups for the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorGroups, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectorGroups(callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorGroupsResponse) => void): Request;
/**
- * Lists the SIP credentials for the specified Amazon Chime Voice Connector.
+ * Lists the SIP credentials for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectorTerminationCredentials(params: Chime.Types.ListVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorTerminationCredentialsResponse) => void): Request;
/**
- * Lists the SIP credentials for the specified Amazon Chime Voice Connector.
+ * Lists the SIP credentials for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorTerminationCredentialsResponse) => void): Request;
/**
- * Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
+ * Lists the Amazon Chime Voice Connectors for the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectors, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectors(params: Chime.Types.ListVoiceConnectorsRequest, callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorsResponse) => void): Request;
/**
- * Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
+ * Lists the Amazon Chime Voice Connectors for the administrator's AWS account. This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectors, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
listVoiceConnectors(callback?: (err: AWSError, data: Chime.Types.ListVoiceConnectorsResponse) => void): Request;
/**
@@ -1132,19 +1132,19 @@ declare class Chime extends Service {
*/
logoutUser(callback?: (err: AWSError, data: Chime.Types.LogoutUserResponse) => void): Request;
/**
- * Sets the amount of time in days that a given AppInstance retains data.
+ * Sets the amount of time in days that a given AppInstance retains data. This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putAppInstanceRetentionSettings(params: Chime.Types.PutAppInstanceRetentionSettingsRequest, callback?: (err: AWSError, data: Chime.Types.PutAppInstanceRetentionSettingsResponse) => void): Request;
/**
- * Sets the amount of time in days that a given AppInstance retains data.
+ * Sets the amount of time in days that a given AppInstance retains data. This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putAppInstanceRetentionSettings(callback?: (err: AWSError, data: Chime.Types.PutAppInstanceRetentionSettingsResponse) => void): Request;
/**
- * The data streaming configurations of an AppInstance.
+ * The data streaming configurations of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putAppInstanceStreamingConfigurations(params: Chime.Types.PutAppInstanceStreamingConfigurationsRequest, callback?: (err: AWSError, data: Chime.Types.PutAppInstanceStreamingConfigurationsResponse) => void): Request;
/**
- * The data streaming configurations of an AppInstance.
+ * The data streaming configurations of an AppInstance. This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putAppInstanceStreamingConfigurations(callback?: (err: AWSError, data: Chime.Types.PutAppInstanceStreamingConfigurationsResponse) => void): Request;
/**
@@ -1164,75 +1164,75 @@ declare class Chime extends Service {
*/
putRetentionSettings(callback?: (err: AWSError, data: Chime.Types.PutRetentionSettingsResponse) => void): Request;
/**
- * Updates the logging configuration for the specified SIP media application.
+ * Updates the logging configuration for the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putSipMediaApplicationLoggingConfiguration(params: Chime.Types.PutSipMediaApplicationLoggingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutSipMediaApplicationLoggingConfigurationResponse) => void): Request;
/**
- * Updates the logging configuration for the specified SIP media application.
+ * Updates the logging configuration for the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putSipMediaApplicationLoggingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutSipMediaApplicationLoggingConfigurationResponse) => void): Request;
/**
- * Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.
+ * Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorEmergencyCallingConfiguration(params: Chime.Types.PutVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request;
/**
- * Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.
+ * Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request;
/**
- * Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
+ * Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorLoggingConfiguration(params: Chime.Types.PutVoiceConnectorLoggingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorLoggingConfigurationResponse) => void): Request;
/**
- * Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
+ * Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorLoggingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorLoggingConfigurationResponse) => void): Request;
/**
- * Adds origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.
+ * Adds origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorOrigination(params: Chime.Types.PutVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorOriginationResponse) => void): Request;
/**
- * Adds origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.
+ * Adds origination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorOrigination(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorOriginationResponse) => void): Request;
/**
- * Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
+ * Puts the specified proxy configuration to the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorProxy(params: Chime.Types.PutVoiceConnectorProxyRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorProxyResponse) => void): Request;
/**
- * Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
+ * Puts the specified proxy configuration to the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorProxy(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorProxyResponse) => void): Request;
/**
- * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
+ * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorStreamingConfiguration(params: Chime.Types.PutVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request;
/**
- * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
+ * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request;
/**
- * Adds termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.
+ * Adds termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorTermination(params: Chime.Types.PutVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorTerminationResponse) => void): Request;
/**
- * Adds termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.
+ * Adds termination settings for the specified Amazon Chime Voice Connector. If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorTermination(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorTerminationResponse) => void): Request;
/**
- * Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
+ * Adds termination SIP credentials for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorTerminationCredentials(params: Chime.Types.PutVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
+ * Adds termination SIP credentials for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
putVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, RedactChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
redactChannelMessage(params: Chime.Types.RedactChannelMessageRequest, callback?: (err: AWSError, data: Chime.Types.RedactChannelMessageResponse) => void): Request;
/**
- * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, RedactChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
redactChannelMessage(callback?: (err: AWSError, data: Chime.Types.RedactChannelMessageResponse) => void): Request;
/**
@@ -1284,75 +1284,75 @@ declare class Chime extends Service {
*/
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: Chime.Types.SearchAvailablePhoneNumbersResponse) => void): Request;
/**
- * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.
+ * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, SendChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
sendChannelMessage(params: Chime.Types.SendChannelMessageRequest, callback?: (err: AWSError, data: Chime.Types.SendChannelMessageResponse) => void): Request;
/**
- * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.
+ * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, SendChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
sendChannelMessage(callback?: (err: AWSError, data: Chime.Types.SendChannelMessageResponse) => void): Request;
/**
- * Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.
+ * Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services. This API is is no longer supported and will not be updated. We recommend using the latest version, StartMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
startMeetingTranscription(params: Chime.Types.StartMeetingTranscriptionRequest, callback?: (err: AWSError, data: Chime.Types.StartMeetingTranscriptionResponse) => void): Request;
/**
- * Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.
+ * Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services. This API is is no longer supported and will not be updated. We recommend using the latest version, StartMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
startMeetingTranscription(callback?: (err: AWSError, data: Chime.Types.StartMeetingTranscriptionResponse) => void): Request;
/**
- * Stops transcription for the specified meetingId.
+ * Stops transcription for the specified meetingId. This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
stopMeetingTranscription(params: Chime.Types.StopMeetingTranscriptionRequest, callback?: (err: AWSError, data: Chime.Types.StopMeetingTranscriptionResponse) => void): Request;
/**
- * Stops transcription for the specified meetingId.
+ * Stops transcription for the specified meetingId. This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
stopMeetingTranscription(callback?: (err: AWSError, data: Chime.Types.StopMeetingTranscriptionResponse) => void): Request;
/**
- * Applies the specified tags to the specified Amazon Chime SDK attendee.
+ * Applies the specified tags to the specified Amazon Chime attendee. TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
tagAttendee(params: Chime.Types.TagAttendeeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Applies the specified tags to the specified Amazon Chime SDK attendee.
+ * Applies the specified tags to the specified Amazon Chime attendee. TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
tagAttendee(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Applies the specified tags to the specified Amazon Chime SDK meeting.
+ * Applies the specified tags to the specified Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
tagMeeting(params: Chime.Types.TagMeetingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Applies the specified tags to the specified Amazon Chime SDK meeting.
+ * Applies the specified tags to the specified Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
tagMeeting(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Applies the specified tags to the specified Amazon Chime SDK meeting resource.
+ * Applies the specified tags to the specified Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
tagResource(params: Chime.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Applies the specified tags to the specified Amazon Chime SDK meeting resource.
+ * Applies the specified tags to the specified Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK attendee.
+ * Untags the specified tags from the specified Amazon Chime SDK attendee. UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
untagAttendee(params: Chime.Types.UntagAttendeeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK attendee.
+ * Untags the specified tags from the specified Amazon Chime SDK attendee. UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
*/
untagAttendee(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK meeting.
+ * Untags the specified tags from the specified Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
untagMeeting(params: Chime.Types.UntagMeetingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK meeting.
+ * Untags the specified tags from the specified Amazon Chime SDK meeting. This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
untagMeeting(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK meeting resource.
+ * Untags the specified tags from the specified Amazon Chime SDK meeting resource. Applies the specified tags to the specified Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
untagResource(params: Chime.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Untags the specified tags from the specified Amazon Chime SDK meeting resource.
+ * Untags the specified tags from the specified Amazon Chime SDK meeting resource. Applies the specified tags to the specified Amazon Chime SDK meeting resource. This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
@@ -1372,19 +1372,19 @@ declare class Chime extends Service {
*/
updateAccountSettings(callback?: (err: AWSError, data: Chime.Types.UpdateAccountSettingsResponse) => void): Request;
/**
- * Updates AppInstance metadata.
+ * Updates AppInstance metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateAppInstance(params: Chime.Types.UpdateAppInstanceRequest, callback?: (err: AWSError, data: Chime.Types.UpdateAppInstanceResponse) => void): Request;
/**
- * Updates AppInstance metadata.
+ * Updates AppInstance metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateAppInstance(callback?: (err: AWSError, data: Chime.Types.UpdateAppInstanceResponse) => void): Request;
/**
- * Updates the details of an AppInstanceUser. You can update names and metadata.
+ * Updates the details of an AppInstanceUser. You can update names and metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateAppInstanceUser(params: Chime.Types.UpdateAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.UpdateAppInstanceUserResponse) => void): Request;
/**
- * Updates the details of an AppInstanceUser. You can update names and metadata.
+ * Updates the details of an AppInstanceUser. You can update names and metadata. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.UpdateAppInstanceUserResponse) => void): Request;
/**
@@ -1396,27 +1396,27 @@ declare class Chime extends Service {
*/
updateBot(callback?: (err: AWSError, data: Chime.Types.UpdateBotResponse) => void): Request;
/**
- * Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannel(params: Chime.Types.UpdateChannelRequest, callback?: (err: AWSError, data: Chime.Types.UpdateChannelResponse) => void): Request;
/**
- * Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannel(callback?: (err: AWSError, data: Chime.Types.UpdateChannelResponse) => void): Request;
/**
- * Updates the content of a message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Updates the content of a message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannelMessage(params: Chime.Types.UpdateChannelMessageRequest, callback?: (err: AWSError, data: Chime.Types.UpdateChannelMessageResponse) => void): Request;
/**
- * Updates the content of a message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * Updates the content of a message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannelMessage(callback?: (err: AWSError, data: Chime.Types.UpdateChannelMessageResponse) => void): Request;
/**
- * The details of the time when a user last read messages in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * The details of the time when a user last read messages in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelReadMarker, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannelReadMarker(params: Chime.Types.UpdateChannelReadMarkerRequest, callback?: (err: AWSError, data: Chime.Types.UpdateChannelReadMarkerResponse) => void): Request;
/**
- * The details of the time when a user last read messages in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
+ * The details of the time when a user last read messages in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelReadMarker, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateChannelReadMarker(callback?: (err: AWSError, data: Chime.Types.UpdateChannelReadMarkerResponse) => void): Request;
/**
@@ -1444,11 +1444,11 @@ declare class Chime extends Service {
*/
updatePhoneNumberSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Updates the specified proxy session details, such as voice or SMS capabilities.
+ * Updates the specified proxy session details, such as voice or SMS capabilities. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateProxySession(params: Chime.Types.UpdateProxySessionRequest, callback?: (err: AWSError, data: Chime.Types.UpdateProxySessionResponse) => void): Request;
/**
- * Updates the specified proxy session details, such as voice or SMS capabilities.
+ * Updates the specified proxy session details, such as voice or SMS capabilities. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateProxySession(callback?: (err: AWSError, data: Chime.Types.UpdateProxySessionResponse) => void): Request;
/**
@@ -1468,27 +1468,27 @@ declare class Chime extends Service {
*/
updateRoomMembership(callback?: (err: AWSError, data: Chime.Types.UpdateRoomMembershipResponse) => void): Request;
/**
- * Updates the details of the specified SIP media application.
+ * Updates the details of the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipMediaApplication(params: Chime.Types.UpdateSipMediaApplicationRequest, callback?: (err: AWSError, data: Chime.Types.UpdateSipMediaApplicationResponse) => void): Request;
/**
- * Updates the details of the specified SIP media application.
+ * Updates the details of the specified SIP media application. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipMediaApplication(callback?: (err: AWSError, data: Chime.Types.UpdateSipMediaApplicationResponse) => void): Request;
/**
- * Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
+ * Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipMediaApplicationCall(params: Chime.Types.UpdateSipMediaApplicationCallRequest, callback?: (err: AWSError, data: Chime.Types.UpdateSipMediaApplicationCallResponse) => void): Request;
/**
- * Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
+ * Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipMediaApplicationCall(callback?: (err: AWSError, data: Chime.Types.UpdateSipMediaApplicationCallResponse) => void): Request;
/**
- * Updates the details of the specified SIP rule.
+ * Updates the details of the specified SIP rule. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipRule(params: Chime.Types.UpdateSipRuleRequest, callback?: (err: AWSError, data: Chime.Types.UpdateSipRuleResponse) => void): Request;
/**
- * Updates the details of the specified SIP rule.
+ * Updates the details of the specified SIP rule. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateSipRule(callback?: (err: AWSError, data: Chime.Types.UpdateSipRuleResponse) => void): Request;
/**
@@ -1508,27 +1508,27 @@ declare class Chime extends Service {
*/
updateUserSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
- * Updates details for the specified Amazon Chime Voice Connector.
+ * Updates details for the specified Amazon Chime Voice Connector. This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
*/
updateVoiceConnector(params: Chime.Types.UpdateVoiceConnectorRequest, callback?: (err: AWSError, data: Chime.Types.UpdateVoiceConnectorResponse) => void): Request