diff --git a/.changes/2.1304.0.json b/.changes/2.1304.0.json new file mode 100644 index 0000000000..f802f63ba4 --- /dev/null +++ b/.changes/2.1304.0.json @@ -0,0 +1,62 @@ +[ + { + "type": "feature", + "category": "AppStream", + "description": "Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped." + }, + { + "type": "feature", + "category": "ApplicationAutoScaling", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + }, + { + "type": "feature", + "category": "ElasticBeanstalk", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + }, + { + "type": "feature", + "category": "Fis", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + }, + { + "type": "feature", + "category": "Glacier", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + }, + { + "type": "feature", + "category": "Greengrass", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + }, + { + "type": "feature", + "category": "GreengrassV2", + "description": "Enabled FIPS endpoints for GovCloud (US) in SDK." + }, + { + "type": "feature", + "category": "MediaTailor", + "description": "This release introduces the As Run logging type, along with API and documentation updates." + }, + { + "type": "feature", + "category": "Outposts", + "description": "Adding support for payment term in GetOrder, CreateOrder responses." + }, + { + "type": "feature", + "category": "SageMaker", + "description": "This release supports running SageMaker Training jobs with container images that are in a private Docker registry." + }, + { + "type": "feature", + "category": "SageMakerRuntime", + "description": "Amazon SageMaker Runtime which supports InvokeEndpointAsync asynchronously can now invoke endpoints with custom timeout values. Asynchronous invocations support longer processing times." + }, + { + "type": "feature", + "category": "ServerlessApplicationRepository", + "description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5824d5601e..139232b95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1304.0 +* feature: AppStream: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped. +* feature: ApplicationAutoScaling: Enabled FIPS endpoints for GovCloud (US) regions in SDK. +* feature: ElasticBeanstalk: Enabled FIPS endpoints for GovCloud (US) regions in SDK. +* feature: Fis: Enabled FIPS endpoints for GovCloud (US) regions in SDK. +* feature: Glacier: Enabled FIPS endpoints for GovCloud (US) regions in SDK. +* feature: Greengrass: Enabled FIPS endpoints for GovCloud (US) regions in SDK. +* feature: GreengrassV2: Enabled FIPS endpoints for GovCloud (US) in SDK. +* feature: MediaTailor: This release introduces the As Run logging type, along with API and documentation updates. +* feature: Outposts: Adding support for payment term in GetOrder, CreateOrder responses. +* feature: SageMaker: This release supports running SageMaker Training jobs with container images that are in a private Docker registry. +* feature: SageMakerRuntime: Amazon SageMaker Runtime which supports InvokeEndpointAsync asynchronously can now invoke endpoints with custom timeout values. Asynchronous invocations support longer processing times. +* feature: ServerlessApplicationRepository: Enabled FIPS endpoints for GovCloud (US) regions in SDK. + ## 2.1303.0 * feature: EventBridge: Minor comments for Redshift Serverless workgroup target support. * feature: IoTFleetWise: Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list. diff --git a/README.md b/README.md index e2ad966672..d299325018 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ for further details. 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.waiters2.json b/apis/appstream-2016-12-01.waiters2.json index f53f609cb7..1c8dea0ded 100644 --- a/apis/appstream-2016-12-01.waiters2.json +++ b/apis/appstream-2016-12-01.waiters2.json @@ -10,19 +10,19 @@ "state": "success", "matcher": "pathAll", "argument": "Fleets[].State", - "expected": "ACTIVE" + "expected": "RUNNING" }, { "state": "failure", "matcher": "pathAny", "argument": "Fleets[].State", - "expected": "PENDING_DEACTIVATE" + "expected": "STOPPING" }, { "state": "failure", "matcher": "pathAny", "argument": "Fleets[].State", - "expected": "INACTIVE" + "expected": "STOPPED" } ] }, @@ -35,19 +35,19 @@ "state": "success", "matcher": "pathAll", "argument": "Fleets[].State", - "expected": "INACTIVE" + "expected": "STOPPED" }, { "state": "failure", "matcher": "pathAny", "argument": "Fleets[].State", - "expected": "PENDING_ACTIVATE" + "expected": "STARTING" }, { "state": "failure", "matcher": "pathAny", "argument": "Fleets[].State", - "expected": "ACTIVE" + "expected": "RUNNING" } ] } diff --git a/apis/mediatailor-2018-04-23.min.json b/apis/mediatailor-2018-04-23.min.json index 541e5e05d9..e408122ab8 100644 --- a/apis/mediatailor-2018-04-23.min.json +++ b/apis/mediatailor-2018-04-23.min.json @@ -13,6 +13,35 @@ "uid": "mediatailor-2018-04-23" }, "operations": { + "ConfigureLogsForChannel": { + "http": { + "method": "PUT", + "requestUri": "/configureLogs/channel", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "ChannelName", + "LogTypes" + ], + "members": { + "ChannelName": {}, + "LogTypes": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": { + "ChannelName": {}, + "LogTypes": { + "shape": "S3" + } + } + } + }, "ConfigureLogsForPlaybackConfiguration": { "http": { "method": "PUT", @@ -64,14 +93,14 @@ "locationName": "ChannelName" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "Outputs": { - "shape": "S7" + "shape": "Sb" }, "PlaybackMode": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "Tier": {} @@ -84,20 +113,20 @@ "ChannelName": {}, "ChannelState": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "Outputs": { - "shape": "Sh" + "shape": "Sl" }, "PlaybackMode": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "Tier": {} @@ -119,7 +148,7 @@ ], "members": { "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LiveSourceName": { "location": "uri", @@ -130,7 +159,7 @@ "locationName": "SourceLocationName" }, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -140,18 +169,18 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -173,7 +202,7 @@ ], "members": { "Consumption": { - "shape": "Sp" + "shape": "St" }, "Name": { "location": "uri", @@ -184,7 +213,7 @@ "locationName": "PlaybackConfigurationName" }, "Retrieval": { - "shape": "St" + "shape": "Sx" }, "StreamId": {} } @@ -194,12 +223,12 @@ "members": { "Arn": {}, "Consumption": { - "shape": "Sp" + "shape": "St" }, "Name": {}, "PlaybackConfigurationName": {}, "Retrieval": { - "shape": "St" + "shape": "Sx" }, "StreamId": {} } @@ -221,7 +250,7 @@ ], "members": { "AdBreaks": { - "shape": "Sw" + "shape": "S10" }, "ChannelName": { "location": "uri", @@ -266,17 +295,17 @@ "type": "structure", "members": { "AdBreaks": { - "shape": "Sw" + "shape": "S10" }, "Arn": {}, "ChannelName": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "ProgramName": {}, "ScheduledStartTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "VodSourceName": {} @@ -297,23 +326,23 @@ ], "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": { "location": "uri", "locationName": "SourceLocationName" }, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -322,27 +351,27 @@ "type": "structure", "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -363,14 +392,14 @@ ], "members": { "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "SourceLocationName": { "location": "uri", "locationName": "SourceLocationName" }, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "VodSourceName": { @@ -384,17 +413,17 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "VodSourceName": {} @@ -634,25 +663,31 @@ }, "output": { "type": "structure", + "required": [ + "LogConfiguration" + ], "members": { "Arn": {}, "ChannelName": {}, "ChannelState": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" + }, + "LogConfiguration": { + "shape": "S27" }, "Outputs": { - "shape": "Sh" + "shape": "Sl" }, "PlaybackMode": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "Tier": {} @@ -687,18 +722,18 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -731,17 +766,17 @@ "type": "structure", "members": { "AdBreaks": { - "shape": "Sw" + "shape": "S10" }, "Arn": {}, "ChannelName": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "ProgramName": {}, "ScheduledStartTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "VodSourceName": {} @@ -770,27 +805,27 @@ "type": "structure", "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -824,17 +859,17 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "VodSourceName": {} @@ -915,7 +950,7 @@ "type": "long" }, "ApproximateStartTime": { - "shape": "Sg" + "shape": "Sk" }, "Arn": {}, "ChannelName": {}, @@ -930,7 +965,7 @@ "type": "long" }, "ApproximateStartTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "VodSourceName": {} @@ -970,31 +1005,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2n" + "shape": "S2s" }, "Bumper": { - "shape": "S2p" + "shape": "S2u" }, "CdnConfiguration": { - "shape": "S2q" + "shape": "S2v" }, "ConfigurationAliases": { - "shape": "S2r" + "shape": "S2w" }, "DashConfiguration": { - "shape": "S2s" + "shape": "S2x" }, "HlsConfiguration": { - "shape": "S2u" + "shape": "S2z" }, "LivePreRollConfiguration": { - "shape": "S2v" + "shape": "S30" }, "LogConfiguration": { - "shape": "S2w" + "shape": "S31" }, "ManifestProcessingRules": { - "shape": "S2x" + "shape": "S32" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1005,7 +1040,7 @@ "SessionInitializationEndpointPrefix": {}, "SlateAdUrl": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "TranscodeProfileName": {}, @@ -1041,12 +1076,12 @@ "members": { "Arn": {}, "Consumption": { - "shape": "Sp" + "shape": "St" }, "Name": {}, "PlaybackConfigurationName": {}, "Retrieval": { - "shape": "St" + "shape": "Sx" }, "StreamId": {} } @@ -1097,10 +1132,10 @@ "AlertCode": {}, "AlertMessage": {}, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "RelatedResourceArns": { - "shape": "S37" + "shape": "S3c" }, "ResourceArn": {} } @@ -1141,6 +1176,7 @@ "Arn", "ChannelName", "ChannelState", + "LogConfiguration", "Outputs", "PlaybackMode", "Tier" @@ -1150,20 +1186,23 @@ "ChannelName": {}, "ChannelState": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" + }, + "LogConfiguration": { + "shape": "S27" }, "Outputs": { - "shape": "Sh" + "shape": "Sl" }, "PlaybackMode": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "Tier": {} @@ -1217,18 +1256,18 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1268,31 +1307,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2n" + "shape": "S2s" }, "Bumper": { - "shape": "S2p" + "shape": "S2u" }, "CdnConfiguration": { - "shape": "S2q" + "shape": "S2v" }, "ConfigurationAliases": { - "shape": "S2r" + "shape": "S2w" }, "DashConfiguration": { - "shape": "S2s" + "shape": "S2x" }, "HlsConfiguration": { - "shape": "S2u" + "shape": "S2z" }, "LivePreRollConfiguration": { - "shape": "S2v" + "shape": "S30" }, "LogConfiguration": { - "shape": "S2w" + "shape": "S31" }, "ManifestProcessingRules": { - "shape": "S2x" + "shape": "S32" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1303,7 +1342,7 @@ "SessionInitializationEndpointPrefix": {}, "SlateAdUrl": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "TranscodeProfileName": {}, @@ -1354,12 +1393,12 @@ "members": { "Arn": {}, "Consumption": { - "shape": "Sp" + "shape": "St" }, "Name": {}, "PlaybackConfigurationName": {}, "Retrieval": { - "shape": "St" + "shape": "Sx" }, "StreamId": {} } @@ -1403,27 +1442,27 @@ ], "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1455,7 +1494,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1504,17 +1543,17 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "VodSourceName": {} @@ -1565,19 +1604,19 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2n" + "shape": "S2s" }, "Bumper": { - "shape": "S2p" + "shape": "S2u" }, "CdnConfiguration": { - "shape": "S2q" + "shape": "S2v" }, "ConfigurationAliases": { "type": "map", "key": {}, "value": { - "shape": "Sc" + "shape": "Sg" } }, "DashConfiguration": { @@ -1588,10 +1627,10 @@ } }, "LivePreRollConfiguration": { - "shape": "S2v" + "shape": "S30" }, "ManifestProcessingRules": { - "shape": "S2x" + "shape": "S32" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1599,7 +1638,7 @@ }, "SlateAdUrl": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "TranscodeProfileName": {}, @@ -1611,31 +1650,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2n" + "shape": "S2s" }, "Bumper": { - "shape": "S2p" + "shape": "S2u" }, "CdnConfiguration": { - "shape": "S2q" + "shape": "S2v" }, "ConfigurationAliases": { - "shape": "S2r" + "shape": "S2w" }, "DashConfiguration": { - "shape": "S2s" + "shape": "S2x" }, "HlsConfiguration": { - "shape": "S2u" + "shape": "S2z" }, "LivePreRollConfiguration": { - "shape": "S2v" + "shape": "S30" }, "LogConfiguration": { - "shape": "S2w" + "shape": "S31" }, "ManifestProcessingRules": { - "shape": "S2x" + "shape": "S32" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1646,7 +1685,7 @@ "SessionInitializationEndpointPrefix": {}, "SlateAdUrl": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "TranscodeProfileName": {}, @@ -1720,7 +1759,7 @@ "locationName": "ResourceArn" }, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1744,7 +1783,7 @@ "locationName": "ResourceArn" }, "TagKeys": { - "shape": "S37", + "shape": "S3c", "location": "querystring", "locationName": "tagKeys" } @@ -1770,10 +1809,10 @@ "locationName": "ChannelName" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "Outputs": { - "shape": "S7" + "shape": "Sb" } } }, @@ -1784,20 +1823,20 @@ "ChannelName": {}, "ChannelState": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "FillerSlate": { - "shape": "S6" + "shape": "Sa" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "Outputs": { - "shape": "Sh" + "shape": "Sl" }, "PlaybackMode": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "Tier": {} @@ -1820,7 +1859,7 @@ ], "members": { "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LiveSourceName": { "location": "uri", @@ -1837,18 +1876,18 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "LiveSourceName": {}, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1869,16 +1908,16 @@ ], "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": { "location": "uri", @@ -1890,27 +1929,27 @@ "type": "structure", "members": { "AccessConfiguration": { - "shape": "S1b" + "shape": "S1f" }, "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "DefaultSegmentDeliveryConfiguration": { - "shape": "S1e" + "shape": "S1i" }, "HttpConfiguration": { - "shape": "S1f" + "shape": "S1j" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SegmentDeliveryConfigurations": { - "shape": "S1g" + "shape": "S1k" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" } } @@ -1932,7 +1971,7 @@ ], "members": { "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "SourceLocationName": { "location": "uri", @@ -1949,17 +1988,17 @@ "members": { "Arn": {}, "CreationTime": { - "shape": "Sg" + "shape": "Sk" }, "HttpPackageConfigurations": { - "shape": "Sk" + "shape": "So" }, "LastModifiedTime": { - "shape": "Sg" + "shape": "Sk" }, "SourceLocationName": {}, "Tags": { - "shape": "Sc", + "shape": "Sg", "locationName": "tags" }, "VodSourceName": {} @@ -1969,14 +2008,18 @@ } }, "shapes": { - "S6": { + "S3": { + "type": "list", + "member": {} + }, + "Sa": { "type": "structure", "members": { "SourceLocationName": {}, "VodSourceName": {} } }, - "S7": { + "Sb": { "type": "list", "member": { "type": "structure", @@ -1986,17 +2029,17 @@ ], "members": { "DashPlaylistSettings": { - "shape": "S9" + "shape": "Sd" }, "HlsPlaylistSettings": { - "shape": "Sa" + "shape": "Se" }, "ManifestName": {}, "SourceGroup": {} } } }, - "S9": { + "Sd": { "type": "structure", "members": { "ManifestWindowSeconds": { @@ -2013,7 +2056,7 @@ } } }, - "Sa": { + "Se": { "type": "structure", "members": { "ManifestWindowSeconds": { @@ -2021,16 +2064,16 @@ } } }, - "Sc": { + "Sg": { "type": "map", "key": {}, "value": {} }, - "Sg": { + "Sk": { "type": "timestamp", "timestampFormat": "unixTimestamp" }, - "Sh": { + "Sl": { "type": "list", "member": { "type": "structure", @@ -2041,10 +2084,10 @@ ], "members": { "DashPlaylistSettings": { - "shape": "S9" + "shape": "Sd" }, "HlsPlaylistSettings": { - "shape": "Sa" + "shape": "Se" }, "ManifestName": {}, "PlaybackUrl": {}, @@ -2052,7 +2095,7 @@ } } }, - "Sk": { + "So": { "type": "list", "member": { "type": "structure", @@ -2068,7 +2111,7 @@ } } }, - "Sp": { + "St": { "type": "structure", "required": [ "EndTime" @@ -2089,31 +2132,31 @@ } }, "EndTime": { - "shape": "Sg" + "shape": "Sk" }, "StartTime": { - "shape": "Sg" + "shape": "Sk" } } }, - "St": { + "Sx": { "type": "structure", "required": [ "EndTime" ], "members": { "DynamicVariables": { - "shape": "Sc" + "shape": "Sg" }, "EndTime": { - "shape": "Sg" + "shape": "Sk" }, "StartTime": { - "shape": "Sg" + "shape": "Sk" } } }, - "Sw": { + "S10": { "type": "list", "member": { "type": "structure", @@ -2123,7 +2166,7 @@ "type": "long" }, "Slate": { - "shape": "S6" + "shape": "Sa" }, "SpliceInsertMessage": { "type": "structure", @@ -2180,7 +2223,7 @@ } } }, - "S1b": { + "S1f": { "type": "structure", "members": { "AccessType": {}, @@ -2194,13 +2237,13 @@ } } }, - "S1e": { + "S1i": { "type": "structure", "members": { "BaseUrl": {} } }, - "S1f": { + "S1j": { "type": "structure", "required": [ "BaseUrl" @@ -2209,7 +2252,7 @@ "BaseUrl": {} } }, - "S1g": { + "S1k": { "type": "list", "member": { "type": "structure", @@ -2219,35 +2262,43 @@ } } }, - "S2n": { + "S27": { + "type": "structure", + "members": { + "LogTypes": { + "shape": "S3" + } + } + }, + "S2s": { "type": "structure", "members": { "Mode": {}, "Value": {} } }, - "S2p": { + "S2u": { "type": "structure", "members": { "EndUrl": {}, "StartUrl": {} } }, - "S2q": { + "S2v": { "type": "structure", "members": { "AdSegmentUrlPrefix": {}, "ContentSegmentUrlPrefix": {} } }, - "S2r": { + "S2w": { "type": "map", "key": {}, "value": { - "shape": "Sc" + "shape": "Sg" } }, - "S2s": { + "S2x": { "type": "structure", "members": { "ManifestEndpointPrefix": {}, @@ -2255,13 +2306,13 @@ "OriginManifestType": {} } }, - "S2u": { + "S2z": { "type": "structure", "members": { "ManifestEndpointPrefix": {} } }, - "S2v": { + "S30": { "type": "structure", "members": { "AdDecisionServerUrl": {}, @@ -2270,7 +2321,7 @@ } } }, - "S2w": { + "S31": { "type": "structure", "required": [ "PercentEnabled" @@ -2281,7 +2332,7 @@ } } }, - "S2x": { + "S32": { "type": "structure", "members": { "AdMarkerPassthrough": { @@ -2294,7 +2345,7 @@ } } }, - "S37": { + "S3c": { "type": "list", "member": {} } diff --git a/apis/mediatailor-2018-04-23.normal.json b/apis/mediatailor-2018-04-23.normal.json index aa2c56048d..371e8fd8bc 100644 --- a/apis/mediatailor-2018-04-23.normal.json +++ b/apis/mediatailor-2018-04-23.normal.json @@ -13,6 +13,21 @@ "uid": "mediatailor-2018-04-23" }, "operations": { + "ConfigureLogsForChannel": { + "name": "ConfigureLogsForChannel", + "http": { + "method": "PUT", + "requestUri": "/configureLogs/channel", + "responseCode": 200 + }, + "input": { + "shape": "ConfigureLogsForChannelRequest" + }, + "output": { + "shape": "ConfigureLogsForChannelResponse" + }, + "documentation": "

Configures Amazon CloudWatch log settings for a channel.

" + }, "ConfigureLogsForPlaybackConfiguration": { "name": "ConfigureLogsForPlaybackConfiguration", "http": { @@ -834,6 +849,7 @@ "Arn", "ChannelName", "ChannelState", + "LogConfiguration", "Outputs", "PlaybackMode", "Tier" @@ -863,6 +879,10 @@ "shape": "__timestampUnix", "documentation": "

The timestamp of when the channel was last modified.

" }, + "LogConfiguration": { + "shape": "LogConfigurationForChannel", + "documentation": "

The log configuration.

" + }, "Outputs": { "shape": "ResponseOutputs", "documentation": "

The channel's output properties.

" @@ -914,6 +934,36 @@ }, "documentation": "

The predefined aliases for dynamic variables.

" }, + "ConfigureLogsForChannelRequest": { + "type": "structure", + "required": [ + "ChannelName", + "LogTypes" + ], + "members": { + "ChannelName": { + "shape": "__string", + "documentation": "

The name of the channel.

" + }, + "LogTypes": { + "shape": "LogTypes", + "documentation": "

The types of logs to collect.

" + } + } + }, + "ConfigureLogsForChannelResponse": { + "type": "structure", + "members": { + "ChannelName": { + "shape": "__string", + "documentation": "

The name of the channel.

" + }, + "LogTypes": { + "shape": "LogTypes", + "documentation": "

The types of logs collected.

" + } + } + }, "ConfigureLogsForPlaybackConfigurationRequest": { "type": "structure", "required": [ @@ -1639,6 +1689,9 @@ }, "DescribeChannelResponse": { "type": "structure", + "required": [ + "LogConfiguration" + ], "members": { "Arn": { "shape": "__string", @@ -1664,6 +1717,10 @@ "shape": "__timestampUnix", "documentation": "

The timestamp of when the channel was last modified.

" }, + "LogConfiguration": { + "shape": "LogConfigurationForChannel", + "documentation": "

The log configuration for the channel.

" + }, "Outputs": { "shape": "ResponseOutputs", "documentation": "

The channel's output properties.

" @@ -2530,6 +2587,28 @@ }, "documentation": "

Returns Amazon CloudWatch log settings for a playback configuration.

" }, + "LogConfigurationForChannel": { + "type": "structure", + "members": { + "LogTypes": { + "shape": "LogTypes", + "documentation": "

The log types.

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

The log configuration for the channel.

" + }, + "LogType": { + "type": "string", + "enum": [ + "AS_RUN" + ] + }, + "LogTypes": { + "type": "list", + "member": { + "shape": "LogType" + } + }, "ManifestProcessingRules": { "type": "structure", "members": { diff --git a/apis/outposts-2019-12-03.min.json b/apis/outposts-2019-12-03.min.json index 67c2d7c1f3..46a374a632 100644 --- a/apis/outposts-2019-12-03.min.json +++ b/apis/outposts-2019-12-03.min.json @@ -960,7 +960,8 @@ }, "OrderFulfilledDate": { "type": "timestamp" - } + }, + "PaymentTerm": {} } }, "Sz": { diff --git a/apis/outposts-2019-12-03.normal.json b/apis/outposts-2019-12-03.normal.json index 8c8335d072..f79d92ed2d 100644 --- a/apis/outposts-2019-12-03.normal.json +++ b/apis/outposts-2019-12-03.normal.json @@ -2023,6 +2023,10 @@ "OrderFulfilledDate": { "shape": "ISO8601Timestamp", "documentation": "

The fulfillment date of the order.

" + }, + "PaymentTerm": { + "shape": "PaymentTerm", + "documentation": "

The payment term.

" } }, "documentation": "

Information about an order.

" diff --git a/apis/runtime.sagemaker-2017-05-13.min.json b/apis/runtime.sagemaker-2017-05-13.min.json index 77258a3537..a76beaf835 100644 --- a/apis/runtime.sagemaker-2017-05-13.min.json +++ b/apis/runtime.sagemaker-2017-05-13.min.json @@ -133,6 +133,11 @@ "location": "header", "locationName": "X-Amzn-SageMaker-RequestTTLSeconds", "type": "integer" + }, + "InvocationTimeoutSeconds": { + "location": "header", + "locationName": "X-Amzn-SageMaker-InvocationTimeoutSeconds", + "type": "integer" } } }, diff --git a/apis/runtime.sagemaker-2017-05-13.normal.json b/apis/runtime.sagemaker-2017-05-13.normal.json index 5f52fa4627..50f11f07b9 100644 --- a/apis/runtime.sagemaker-2017-05-13.normal.json +++ b/apis/runtime.sagemaker-2017-05-13.normal.json @@ -70,7 +70,7 @@ "shape": "ValidationError" } ], - "documentation": "

After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.

Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before the you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it.

Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax.

Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference.

" + "documentation": "

After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.

Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it.

Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax.

Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference.

" } }, "shapes": { @@ -113,6 +113,11 @@ "min": 1, "pattern": "^(https|s3)://([^/]+)/?(.*)$" }, + "InvocationTimeoutSecondsHeader": { + "type": "integer", + "max": 3600, + "min": 1 + }, "InvokeEndpointAsyncInput": { "type": "structure", "required": [ @@ -161,6 +166,12 @@ "documentation": "

Maximum age in seconds a request can be in the queue before it is marked as expired.

", "location": "header", "locationName": "X-Amzn-SageMaker-RequestTTLSeconds" + }, + "InvocationTimeoutSeconds": { + "shape": "InvocationTimeoutSecondsHeader", + "documentation": "

Maximum amount of time in seconds a request can be processed before it is marked as expired.

", + "location": "header", + "locationName": "X-Amzn-SageMaker-InvocationTimeoutSeconds" } } }, @@ -240,7 +251,7 @@ }, "EnableExplanations": { "shape": "EnableExplanationsHeader", - "documentation": "

An optional JMESPath expression used to override the EnableExplanations parameter of the ClarifyExplainerConfig API. See the EnableExplanations section in the developer guide for more information.

", + "documentation": "

An optional JMESPath expression used to override the EnableExplanations parameter of the ClarifyExplainerConfig API. See the EnableExplanations section in the developer guide for more information.

", "location": "header", "locationName": "X-Amzn-SageMaker-Enable-Explanations" } diff --git a/apis/sagemaker-2017-07-24.min.json b/apis/sagemaker-2017-07-24.min.json index 6c0a844841..7fa332ed77 100644 --- a/apis/sagemaker-2017-07-24.min.json +++ b/apis/sagemaker-2017-07-24.min.json @@ -1781,25 +1781,25 @@ "shape": "Sef" }, "DebugHookConfig": { - "shape": "Snf" + "shape": "Snj" }, "DebugRuleConfigurations": { - "shape": "Snn" + "shape": "Snr" }, "TensorBoardOutputConfig": { - "shape": "Snr" + "shape": "Snv" }, "ExperimentConfig": { "shape": "Sml" }, "ProfilerConfig": { - "shape": "Sns" + "shape": "Snw" }, "ProfilerRuleConfigurations": { - "shape": "Snw" + "shape": "So0" }, "Environment": { - "shape": "Sny" + "shape": "So2" }, "RetryStrategy": { "shape": "Seg" @@ -1833,7 +1833,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "So5" + "shape": "So9" }, "MaxPayloadInMB": { "type": "integer" @@ -1849,13 +1849,13 @@ "shape": "S40" }, "DataCaptureConfig": { - "shape": "So8" + "shape": "Soc" }, "TransformResources": { "shape": "S43" }, "DataProcessing": { - "shape": "So9" + "shape": "Sod" }, "Tags": { "shape": "S7" @@ -1911,7 +1911,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Soh" + "shape": "Sol" }, "StartTime": { "type": "timestamp" @@ -1920,13 +1920,13 @@ "type": "timestamp" }, "Parameters": { - "shape": "Sok" + "shape": "Soo" }, "InputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "OutputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "MetadataProperties": { "shape": "S1q" @@ -1978,20 +1978,20 @@ ], "members": { "CognitoConfig": { - "shape": "Soz" + "shape": "Sp3" }, "OidcConfig": { - "shape": "Sp2" + "shape": "Sp6" }, "SourceIpConfig": { - "shape": "Sp5" + "shape": "Sp9" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { - "shape": "Sp9" + "shape": "Spd" } } }, @@ -2017,11 +2017,11 @@ "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { - "shape": "Spj" + "shape": "Spn" }, "Description": {}, "NotificationConfiguration": { - "shape": "Spr" + "shape": "Spv" }, "Tags": { "shape": "S7" @@ -2705,13 +2705,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -2761,10 +2761,10 @@ "type": "structure", "members": { "ValidationStatuses": { - "shape": "Ss0" + "shape": "Ss4" }, "ImageScanStatuses": { - "shape": "Ss0" + "shape": "Ss4" } } }, @@ -2870,13 +2870,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -2936,10 +2936,10 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sse" + "shape": "Ssi" }, "BestCandidate": { - "shape": "Ssg" + "shape": "Ssk" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, @@ -3058,7 +3058,7 @@ }, "FailureReason": {}, "ModelArtifacts": { - "shape": "Sth" + "shape": "Stl" }, "ModelDigests": { "type": "structure", @@ -3106,13 +3106,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "LineageGroupArn": {} } @@ -3493,10 +3493,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Suk" + "shape": "Suo" }, "DataCaptureConfig": { - "shape": "Sus" + "shape": "Suw" }, "EndpointStatus": {}, "FailureReason": {}, @@ -3520,13 +3520,13 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Suw" + "shape": "Sv0" }, "StartTime": { "type": "timestamp" }, "ShadowProductionVariants": { - "shape": "Suw" + "shape": "Sv0" } } }, @@ -3534,7 +3534,7 @@ "shape": "Sb4" }, "ShadowProductionVariants": { - "shape": "Suk" + "shape": "Suo" } } } @@ -3599,20 +3599,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Sv2" + "shape": "Sv6" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -3662,10 +3662,10 @@ "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sv8" + "shape": "Svc" }, "LastUpdateStatus": { - "shape": "Svb" + "shape": "Svf" }, "FailureReason": {}, "Description": {}, @@ -3711,7 +3711,7 @@ }, "Description": {}, "Parameters": { - "shape": "Svh" + "shape": "Svl" } } } @@ -3844,7 +3844,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "Svz" + "shape": "Sw3" }, "HubContentDependencies": { "type": "list", @@ -3943,16 +3943,16 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Swe" + "shape": "Swi" }, "ObjectiveStatusCounters": { - "shape": "Swg" + "shape": "Swk" }, "BestTrainingJob": { - "shape": "Swi" + "shape": "Swm" }, "OverallBestTrainingJob": { - "shape": "Swi" + "shape": "Swm" }, "WarmStartConfig": { "shape": "Ser" @@ -4172,13 +4172,13 @@ ], "members": { "Metrics": { - "shape": "Sx5" + "shape": "Sx9" }, "EndpointConfiguration": { - "shape": "Sx7" + "shape": "Sxb" }, "ModelConfiguration": { - "shape": "Sx8" + "shape": "Sxc" }, "RecommendationId": {} } @@ -4245,7 +4245,7 @@ "members": { "LabelingJobStatus": {}, "LabelCounters": { - "shape": "Sxi" + "shape": "Sxm" }, "FailureReason": {}, "CreationTime": { @@ -4279,7 +4279,7 @@ "shape": "S7" }, "LabelingJobOutput": { - "shape": "Sxl" + "shape": "Sxp" } } } @@ -4305,13 +4305,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -4453,13 +4453,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ModelCardProcessingStatus": {} } @@ -4611,14 +4611,14 @@ }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "Sy3" + "shape": "Sy7" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -4630,7 +4630,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ApprovalDescription": {}, "CustomerMetadataProperties": { @@ -4675,7 +4675,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "ModelPackageGroupStatus": {} } @@ -4771,7 +4771,7 @@ }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "Syg" + "shape": "Syk" } } } @@ -4888,10 +4888,10 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ParallelismConfiguration": { "shape": "Sl9" @@ -4938,7 +4938,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "Sz0" + "shape": "Sz4" }, "FailureReason": {}, "CreationTime": { @@ -4948,10 +4948,10 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ParallelismConfiguration": { "shape": "Sl9" @@ -5057,11 +5057,11 @@ "shape": "Smq" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "Sz8" + "shape": "Szc" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "CreationTime": { "type": "timestamp" @@ -5070,7 +5070,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -5151,7 +5151,7 @@ ], "members": { "SubscribedWorkteam": { - "shape": "Szj" + "shape": "Szn" } } } @@ -5186,7 +5186,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Sth" + "shape": "Stl" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -5226,10 +5226,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "Szn" + "shape": "Szr" }, "FinalMetricDataList": { - "shape": "Szq" + "shape": "Szu" }, "EnableNetworkIsolation": { "type": "boolean" @@ -5250,25 +5250,25 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Snf" + "shape": "Snj" }, "ExperimentConfig": { "shape": "Sml" }, "DebugRuleConfigurations": { - "shape": "Snn" + "shape": "Snr" }, "TensorBoardOutputConfig": { - "shape": "Snr" + "shape": "Snv" }, "DebugRuleEvaluationStatuses": { - "shape": "Szu" + "shape": "Szy" }, "ProfilerConfig": { - "shape": "Sns" + "shape": "Snw" }, "ProfilerRuleConfigurations": { - "shape": "Snw" + "shape": "So0" }, "ProfilerRuleEvaluationStatuses": { "type": "list", @@ -5290,10 +5290,10 @@ "shape": "Seg" }, "Environment": { - "shape": "Sny" + "shape": "So2" }, "WarmPoolStatus": { - "shape": "S101" + "shape": "S105" } } } @@ -5329,7 +5329,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "So5" + "shape": "So9" }, "MaxPayloadInMB": { "type": "integer" @@ -5345,7 +5345,7 @@ "shape": "S40" }, "DataCaptureConfig": { - "shape": "So8" + "shape": "Soc" }, "TransformResources": { "shape": "S43" @@ -5362,7 +5362,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "So9" + "shape": "Sod" }, "ExperimentConfig": { "shape": "Sml" @@ -5388,19 +5388,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S109" + "shape": "S10d" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -5425,10 +5425,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "Source": { - "shape": "S10d" + "shape": "S10h" }, "Status": { - "shape": "Soh" + "shape": "Sol" }, "StartTime": { "type": "timestamp" @@ -5440,34 +5440,34 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "Parameters": { - "shape": "Sok" + "shape": "Soo" }, "InputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "OutputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "MetadataProperties": { "shape": "S1q" }, "Metrics": { - "shape": "S10f" + "shape": "S10j" }, "LineageGroupArn": {}, "Sources": { "type": "list", "member": { - "shape": "S10d" + "shape": "S10h" } } } @@ -5525,7 +5525,7 @@ ], "members": { "Workforce": { - "shape": "S10p" + "shape": "S10t" } } } @@ -5547,7 +5547,7 @@ ], "members": { "Workteam": { - "shape": "S10x" + "shape": "S111" } } } @@ -5792,7 +5792,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "Svz" + "shape": "Sw3" }, "Tags": { "shape": "S7" @@ -6116,7 +6116,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -6185,7 +6185,7 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sse" + "shape": "Ssi" } } } @@ -6221,7 +6221,7 @@ "Candidates": { "type": "list", "member": { - "shape": "Ssg" + "shape": "Ssk" } }, "NextToken": {} @@ -6431,7 +6431,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S13u" + "shape": "S13y" }, "NextToken": {} } @@ -6860,7 +6860,7 @@ "ExperimentName": {}, "DisplayName": {}, "ExperimentSource": { - "shape": "Sv2" + "shape": "Sv6" }, "CreationTime": { "type": "timestamp" @@ -6920,7 +6920,7 @@ }, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sv8" + "shape": "Svc" } } } @@ -7012,7 +7012,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S15k" + "shape": "S15o" }, "NextToken": {} } @@ -7051,7 +7051,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S15k" + "shape": "S15o" }, "NextToken": {} } @@ -7226,10 +7226,10 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Swe" + "shape": "Swi" }, "ObjectiveStatusCounters": { - "shape": "Swg" + "shape": "Swk" }, "ResourceLimits": { "shape": "Sdu" @@ -7470,13 +7470,13 @@ ], "members": { "Metrics": { - "shape": "Sx5" + "shape": "Sx9" }, "EndpointConfiguration": { - "shape": "Sx7" + "shape": "Sxb" }, "ModelConfiguration": { - "shape": "Sx8" + "shape": "Sxc" }, "FailureReason": {} } @@ -7612,14 +7612,14 @@ }, "LabelingJobStatus": {}, "LabelCounters": { - "shape": "Sxi" + "shape": "Sxm" }, "WorkteamArn": {}, "PreHumanTaskLambdaArn": {}, "AnnotationConsolidationLambdaArn": {}, "FailureReason": {}, "LabelingJobOutput": { - "shape": "Sxl" + "shape": "Sxp" }, "InputConfig": { "shape": "Sha" @@ -7769,7 +7769,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S13u" + "shape": "S13y" }, "NextToken": {} } @@ -7982,7 +7982,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S13u" + "shape": "S13y" }, "NextToken": {} } @@ -8182,7 +8182,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S13u" + "shape": "S13y" }, "NextToken": {} } @@ -8301,7 +8301,7 @@ "type": "structure", "members": { "MonitoringAlertSummaries": { - "shape": "S18z" + "shape": "S193" }, "NextToken": {} } @@ -8351,7 +8351,7 @@ "MonitoringExecutionSummaries": { "type": "list", "member": { - "shape": "Syg" + "shape": "Syk" } }, "NextToken": {} @@ -8631,7 +8631,7 @@ "CallbackToken": {}, "SqsQueueUrl": {}, "OutputParameters": { - "shape": "S1ae" + "shape": "S1ai" } } }, @@ -8640,7 +8640,7 @@ "members": { "Arn": {}, "OutputParameters": { - "shape": "S1ae" + "shape": "S1ai" } } }, @@ -8773,7 +8773,7 @@ "type": "structure", "members": { "PipelineParameters": { - "shape": "S1au" + "shape": "S1ay" }, "NextToken": {} } @@ -9108,7 +9108,7 @@ "SubscribedWorkteams": { "type": "list", "member": { - "shape": "Szj" + "shape": "Szn" } }, "NextToken": {} @@ -9196,7 +9196,7 @@ }, "TrainingJobStatus": {}, "WarmPoolStatus": { - "shape": "S101" + "shape": "S105" } } } @@ -9231,7 +9231,7 @@ "TrainingJobSummaries": { "type": "list", "member": { - "shape": "Swi" + "shape": "Swm" } }, "NextToken": {} @@ -9334,10 +9334,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "TrialComponentSource": { - "shape": "S10d" + "shape": "S10h" }, "Status": { - "shape": "Soh" + "shape": "Sol" }, "StartTime": { "type": "timestamp" @@ -9349,13 +9349,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -9396,7 +9396,7 @@ "TrialName": {}, "DisplayName": {}, "TrialSource": { - "shape": "S109" + "shape": "S10d" }, "CreationTime": { "type": "timestamp" @@ -9471,7 +9471,7 @@ "Workforces": { "type": "list", "member": { - "shape": "S10p" + "shape": "S10t" } }, "NextToken": {} @@ -9500,7 +9500,7 @@ "Workteams": { "type": "list", "member": { - "shape": "S10x" + "shape": "S111" } }, "NextToken": {} @@ -9619,7 +9619,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1dg" + "shape": "S1dk" }, "Tags": { "shape": "S7" @@ -9709,7 +9709,7 @@ "members": { "Resource": {}, "SearchExpression": { - "shape": "S1dr" + "shape": "S1dv" }, "SortBy": {}, "SortOrder": {}, @@ -9728,7 +9728,7 @@ "type": "structure", "members": { "TrainingJob": { - "shape": "S1e4" + "shape": "S1e8" }, "Experiment": { "type": "structure", @@ -9737,20 +9737,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Sv2" + "shape": "Sv6" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "Tags": { "shape": "S7" @@ -9765,19 +9765,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S109" + "shape": "S10d" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -9793,13 +9793,13 @@ "TrialComponentName": {}, "TrialComponentArn": {}, "TrialComponentSource": { - "shape": "S10d" + "shape": "S10h" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" } } } @@ -9813,10 +9813,10 @@ "DisplayName": {}, "TrialComponentArn": {}, "Source": { - "shape": "S10d" + "shape": "S10h" }, "Status": { - "shape": "Soh" + "shape": "Sol" }, "StartTime": { "type": "timestamp" @@ -9828,25 +9828,25 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "Parameters": { - "shape": "Sok" + "shape": "Soo" }, "InputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "OutputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "Metrics": { - "shape": "S10f" + "shape": "S10j" }, "MetadataProperties": { "shape": "S1q" @@ -9856,7 +9856,7 @@ "members": { "SourceArn": {}, "TrainingJob": { - "shape": "S1e4" + "shape": "S1e8" }, "ProcessingJob": { "type": "structure", @@ -9912,7 +9912,7 @@ } }, "TransformJob": { - "shape": "S1ec" + "shape": "S1eg" } } }, @@ -9948,10 +9948,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Suk" + "shape": "Suo" }, "DataCaptureConfig": { - "shape": "Sus" + "shape": "Suw" }, "EndpointStatus": {}, "FailureReason": {}, @@ -9982,7 +9982,7 @@ }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "Syg" + "shape": "Syk" }, "Tags": { "shape": "S7" @@ -9994,7 +9994,7 @@ "shape": "S7" }, "ShadowProductionVariants": { - "shape": "Suk" + "shape": "Suo" } } }, @@ -10022,14 +10022,14 @@ }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "Sy3" + "shape": "Sy7" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "MetadataProperties": { "shape": "S1q" @@ -10041,7 +10041,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ApprovalDescription": {}, "Domain": {}, @@ -10071,7 +10071,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "ModelPackageGroupStatus": {}, "Tags": { @@ -10098,10 +10098,10 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ParallelismConfiguration": { "shape": "Sl9" @@ -10120,7 +10120,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "Sz0" + "shape": "Sz4" }, "FailureReason": {}, "CreationTime": { @@ -10130,16 +10130,16 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "ParallelismConfiguration": { "shape": "Sl9" }, "PipelineParameters": { - "shape": "S1au" + "shape": "S1ay" } } }, @@ -10168,10 +10168,10 @@ "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sv8" + "shape": "Svc" }, "LastUpdateStatus": { - "shape": "Svb" + "shape": "Svf" }, "FailureReason": {}, "Description": {}, @@ -10191,11 +10191,11 @@ "shape": "Smq" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "Sz8" + "shape": "Szc" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "CreationTime": { "type": "timestamp" @@ -10207,7 +10207,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" } } }, @@ -10226,7 +10226,7 @@ }, "Description": {}, "Parameters": { - "shape": "Svh" + "shape": "Svl" } } }, @@ -10255,16 +10255,16 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Swe" + "shape": "Swi" }, "ObjectiveStatusCounters": { - "shape": "Swg" + "shape": "Swk" }, "BestTrainingJob": { - "shape": "Swi" + "shape": "Swm" }, "OverallBestTrainingJob": { - "shape": "Swi" + "shape": "Swm" }, "WarmStartConfig": { "shape": "Ser" @@ -10332,7 +10332,7 @@ } }, "LastBatchTransformJob": { - "shape": "S1ec" + "shape": "S1eg" }, "MonitoringSchedules": { "type": "list", @@ -10355,10 +10355,10 @@ }, "EndpointName": {}, "MonitoringAlertSummaries": { - "shape": "S18z" + "shape": "S193" }, "LastMonitoringExecutionSummary": { - "shape": "Syg" + "shape": "Syk" } } } @@ -10379,13 +10379,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "Tags": { "shape": "S7" @@ -10415,13 +10415,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Sru" + "shape": "Sry" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Sru" + "shape": "Sry" }, "Tags": { "shape": "S7" @@ -10467,7 +10467,7 @@ "members": { "CallbackToken": {}, "OutputParameters": { - "shape": "S1ae" + "shape": "S1ai" }, "ClientRequestToken": { "idempotencyToken": true @@ -10547,7 +10547,7 @@ "PipelineName": {}, "PipelineExecutionDisplayName": {}, "PipelineParameters": { - "shape": "S1au" + "shape": "S1ay" }, "PipelineExecutionDescription": {}, "ClientRequestToken": { @@ -10765,7 +10765,7 @@ "shape": "S1o" }, "PropertiesToRemove": { - "shape": "S1ft" + "shape": "S1fx" } } }, @@ -10809,7 +10809,7 @@ "shape": "S1o" }, "PropertiesToRemove": { - "shape": "S1ft" + "shape": "S1fx" } } }, @@ -10859,7 +10859,7 @@ "shape": "S1o" }, "PropertiesToRemove": { - "shape": "S1ft" + "shape": "S1fx" } } }, @@ -10900,7 +10900,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1dg" + "shape": "S1dk" } } } @@ -11093,7 +11093,7 @@ "ParameterAdditions": { "type": "list", "member": { - "shape": "Svi" + "shape": "Svm" } }, "ParameterRemovals": { @@ -11517,7 +11517,7 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Snu" + "shape": "Sny" }, "DisableProfiler": { "type": "boolean" @@ -11525,7 +11525,7 @@ } }, "ProfilerRuleConfigurations": { - "shape": "Snw" + "shape": "So0" }, "ResourceConfig": { "type": "structure", @@ -11578,7 +11578,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Soh" + "shape": "Sol" }, "StartTime": { "type": "timestamp" @@ -11587,22 +11587,22 @@ "type": "timestamp" }, "Parameters": { - "shape": "Sok" + "shape": "Soo" }, "ParametersToRemove": { - "shape": "S1hy" + "shape": "S1i2" }, "InputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "InputArtifactsToRemove": { - "shape": "S1hy" + "shape": "S1i2" }, "OutputArtifacts": { - "shape": "Soo" + "shape": "Sos" }, "OutputArtifactsToRemove": { - "shape": "S1hy" + "shape": "S1i2" } } }, @@ -11644,13 +11644,13 @@ "members": { "WorkforceName": {}, "SourceIpConfig": { - "shape": "Sp5" + "shape": "Sp9" }, "OidcConfig": { - "shape": "Sp2" + "shape": "Sp6" }, "WorkforceVpcConfig": { - "shape": "Sp9" + "shape": "Spd" } } }, @@ -11661,7 +11661,7 @@ ], "members": { "Workforce": { - "shape": "S10p" + "shape": "S10t" } } } @@ -11675,11 +11675,11 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Spj" + "shape": "Spn" }, "Description": {}, "NotificationConfiguration": { - "shape": "Spr" + "shape": "Spv" } } }, @@ -11690,7 +11690,7 @@ ], "members": { "Workteam": { - "shape": "S10x" + "shape": "S111" } } } @@ -14888,10 +14888,28 @@ "ContainerArguments": { "type": "list", "member": {} + }, + "TrainingImageConfig": { + "type": "structure", + "required": [ + "TrainingRepositoryAccessMode" + ], + "members": { + "TrainingRepositoryAccessMode": {}, + "TrainingRepositoryAuthConfig": { + "type": "structure", + "required": [ + "TrainingRepositoryCredentialsProviderArn" + ], + "members": { + "TrainingRepositoryCredentialsProviderArn": {} + } + } + } } } }, - "Snf": { + "Snj": { "type": "structure", "required": [ "S3OutputPath" @@ -14920,7 +14938,7 @@ } } }, - "Snn": { + "Snr": { "type": "list", "member": { "type": "structure", @@ -14938,17 +14956,17 @@ "type": "integer" }, "RuleParameters": { - "shape": "Snq" + "shape": "Snu" } } } }, - "Snq": { + "Snu": { "type": "map", "key": {}, "value": {} }, - "Snr": { + "Snv": { "type": "structure", "required": [ "S3OutputPath" @@ -14958,7 +14976,7 @@ "S3OutputPath": {} } }, - "Sns": { + "Snw": { "type": "structure", "members": { "S3OutputPath": {}, @@ -14966,19 +14984,19 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Snu" + "shape": "Sny" }, "DisableProfiler": { "type": "boolean" } } }, - "Snu": { + "Sny": { "type": "map", "key": {}, "value": {} }, - "Snw": { + "So0": { "type": "list", "member": { "type": "structure", @@ -14996,17 +15014,17 @@ "type": "integer" }, "RuleParameters": { - "shape": "Snq" + "shape": "Snu" } } } }, - "Sny": { + "So2": { "type": "map", "key": {}, "value": {} }, - "So5": { + "So9": { "type": "structure", "members": { "InvocationsTimeoutInSeconds": { @@ -15017,7 +15035,7 @@ } } }, - "So8": { + "Soc": { "type": "structure", "required": [ "DestinationS3Uri" @@ -15030,7 +15048,7 @@ } } }, - "So9": { + "Sod": { "type": "structure", "members": { "InputFilter": {}, @@ -15038,14 +15056,14 @@ "JoinSource": {} } }, - "Soh": { + "Sol": { "type": "structure", "members": { "PrimaryStatus": {}, "Message": {} } }, - "Sok": { + "Soo": { "type": "map", "key": {}, "value": { @@ -15058,7 +15076,7 @@ } } }, - "Soo": { + "Sos": { "type": "map", "key": {}, "value": { @@ -15072,7 +15090,7 @@ } } }, - "Soz": { + "Sp3": { "type": "structure", "required": [ "UserPool", @@ -15083,7 +15101,7 @@ "ClientId": {} } }, - "Sp2": { + "Sp6": { "type": "structure", "required": [ "ClientId", @@ -15109,7 +15127,7 @@ "JwksUri": {} } }, - "Sp5": { + "Sp9": { "type": "structure", "required": [ "Cidrs" @@ -15121,27 +15139,27 @@ } } }, - "Sp9": { + "Spd": { "type": "structure", "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Spb" + "shape": "Spf" }, "Subnets": { - "shape": "Spd" + "shape": "Sph" } } }, - "Spb": { + "Spf": { "type": "list", "member": {} }, - "Spd": { + "Sph": { "type": "list", "member": {} }, - "Spj": { + "Spn": { "type": "list", "member": { "type": "structure", @@ -15174,13 +15192,13 @@ } } }, - "Spr": { + "Spv": { "type": "structure", "members": { "NotificationTopicArn": {} } }, - "Sru": { + "Sry": { "type": "structure", "members": { "UserProfileArn": {}, @@ -15188,7 +15206,7 @@ "DomainId": {} } }, - "Ss0": { + "Ss4": { "type": "list", "member": { "type": "structure", @@ -15203,7 +15221,7 @@ } } }, - "Sse": { + "Ssi": { "type": "list", "member": { "type": "structure", @@ -15212,7 +15230,7 @@ } } }, - "Ssg": { + "Ssk": { "type": "structure", "required": [ "CandidateName", @@ -15314,7 +15332,7 @@ } } }, - "Sth": { + "Stl": { "type": "structure", "required": [ "S3ModelArtifacts" @@ -15323,7 +15341,7 @@ "S3ModelArtifacts": {} } }, - "Suk": { + "Suo": { "type": "list", "member": { "type": "structure", @@ -15333,7 +15351,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sum" + "shape": "Suq" }, "CurrentWeight": { "type": "float" @@ -15348,7 +15366,7 @@ "type": "integer" }, "VariantStatus": { - "shape": "Suo" + "shape": "Sus" }, "CurrentServerlessConfig": { "shape": "Sah" @@ -15359,7 +15377,7 @@ } } }, - "Sum": { + "Suq": { "type": "list", "member": { "type": "structure", @@ -15372,7 +15390,7 @@ } } }, - "Suo": { + "Sus": { "type": "list", "member": { "type": "structure", @@ -15388,7 +15406,7 @@ } } }, - "Sus": { + "Suw": { "type": "structure", "required": [ "EnableCapture", @@ -15409,7 +15427,7 @@ "KmsKeyId": {} } }, - "Suw": { + "Sv0": { "type": "list", "member": { "type": "structure", @@ -15419,7 +15437,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sum" + "shape": "Suq" }, "CurrentWeight": { "type": "float" @@ -15436,7 +15454,7 @@ "InstanceType": {}, "AcceleratorType": {}, "VariantStatus": { - "shape": "Suo" + "shape": "Sus" }, "CurrentServerlessConfig": { "shape": "Sah" @@ -15447,7 +15465,7 @@ } } }, - "Sv2": { + "Sv6": { "type": "structure", "required": [ "SourceArn" @@ -15457,7 +15475,7 @@ "SourceType": {} } }, - "Sv8": { + "Svc": { "type": "structure", "required": [ "Status" @@ -15467,7 +15485,7 @@ "BlockedReason": {} } }, - "Svb": { + "Svf": { "type": "structure", "required": [ "Status" @@ -15477,24 +15495,24 @@ "FailureReason": {} } }, - "Svh": { + "Svl": { "type": "list", "member": { - "shape": "Svi" + "shape": "Svm" } }, - "Svi": { + "Svm": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "Svz": { + "Sw3": { "type": "list", "member": {} }, - "Swe": { + "Swi": { "type": "structure", "members": { "Completed": { @@ -15514,7 +15532,7 @@ } } }, - "Swg": { + "Swk": { "type": "structure", "members": { "Succeeded": { @@ -15528,7 +15546,7 @@ } } }, - "Swi": { + "Swm": { "type": "structure", "required": [ "TrainingJobName", @@ -15573,7 +15591,7 @@ "ObjectiveStatus": {} } }, - "Sx5": { + "Sx9": { "type": "structure", "required": [ "CostPerHour", @@ -15602,7 +15620,7 @@ } } }, - "Sx7": { + "Sxb": { "type": "structure", "required": [ "EndpointName", @@ -15619,7 +15637,7 @@ } } }, - "Sx8": { + "Sxc": { "type": "structure", "members": { "InferenceSpecificationName": {}, @@ -15642,7 +15660,7 @@ "CompilationJobName": {} } }, - "Sxi": { + "Sxm": { "type": "structure", "members": { "TotalLabeled": { @@ -15662,7 +15680,7 @@ } } }, - "Sxl": { + "Sxp": { "type": "structure", "required": [ "OutputDatasetS3Uri" @@ -15672,21 +15690,21 @@ "FinalActiveLearningModelArn": {} } }, - "Sy3": { + "Sy7": { "type": "structure", "required": [ "ValidationStatuses" ], "members": { "ValidationStatuses": { - "shape": "Sy4" + "shape": "Sy8" }, "ImageScanStatuses": { - "shape": "Sy4" + "shape": "Sy8" } } }, - "Sy4": { + "Sy8": { "type": "list", "member": { "type": "structure", @@ -15701,7 +15719,7 @@ } } }, - "Syg": { + "Syk": { "type": "structure", "required": [ "MonitoringScheduleName", @@ -15729,21 +15747,21 @@ "MonitoringType": {} } }, - "Sz0": { + "Sz4": { "type": "structure", "members": { "ExperimentName": {}, "TrialName": {} } }, - "Sz8": { + "Szc": { "type": "structure", "members": { "ProvisionedProductId": {}, "ProvisionedProductStatusMessage": {} } }, - "Szj": { + "Szn": { "type": "structure", "required": [ "WorkteamArn" @@ -15756,7 +15774,7 @@ "ListingId": {} } }, - "Szn": { + "Szr": { "type": "list", "member": { "type": "structure", @@ -15776,7 +15794,7 @@ } } }, - "Szq": { + "Szu": { "type": "list", "member": { "type": "structure", @@ -15791,7 +15809,7 @@ } } }, - "Szu": { + "Szy": { "type": "list", "member": { "type": "structure", @@ -15806,7 +15824,7 @@ } } }, - "S101": { + "S105": { "type": "structure", "required": [ "Status" @@ -15819,7 +15837,7 @@ "ReusedByJob": {} } }, - "S109": { + "S10d": { "type": "structure", "required": [ "SourceArn" @@ -15829,7 +15847,7 @@ "SourceType": {} } }, - "S10d": { + "S10h": { "type": "structure", "required": [ "SourceArn" @@ -15839,7 +15857,7 @@ "SourceType": {} } }, - "S10f": { + "S10j": { "type": "list", "member": { "type": "structure", @@ -15870,7 +15888,7 @@ } } }, - "S10p": { + "S10t": { "type": "structure", "required": [ "WorkforceName", @@ -15883,11 +15901,11 @@ "type": "timestamp" }, "SourceIpConfig": { - "shape": "Sp5" + "shape": "Sp9" }, "SubDomain": {}, "CognitoConfig": { - "shape": "Soz" + "shape": "Sp3" }, "OidcConfig": { "type": "structure", @@ -15914,10 +15932,10 @@ "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Spb" + "shape": "Spf" }, "Subnets": { - "shape": "Spd" + "shape": "Sph" }, "VpcEndpointId": {} } @@ -15926,7 +15944,7 @@ "FailureReason": {} } }, - "S10x": { + "S111": { "type": "structure", "required": [ "WorkteamName", @@ -15937,7 +15955,7 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Spj" + "shape": "Spn" }, "WorkteamArn": {}, "WorkforceArn": {}, @@ -15954,11 +15972,11 @@ "type": "timestamp" }, "NotificationConfiguration": { - "shape": "Spr" + "shape": "Spv" } } }, - "S13u": { + "S13y": { "type": "list", "member": { "type": "structure", @@ -15978,7 +15996,7 @@ } } }, - "S15k": { + "S15o": { "type": "list", "member": { "type": "structure", @@ -16000,7 +16018,7 @@ "HubContentDisplayName": {}, "HubContentDescription": {}, "HubContentSearchKeywords": { - "shape": "Svz" + "shape": "Sw3" }, "HubContentStatus": {}, "CreationTime": { @@ -16009,7 +16027,7 @@ } } }, - "S18z": { + "S193": { "type": "list", "member": { "type": "structure", @@ -16053,7 +16071,7 @@ } } }, - "S1ae": { + "S1ai": { "type": "list", "member": { "type": "structure", @@ -16067,7 +16085,7 @@ } } }, - "S1au": { + "S1ay": { "type": "list", "member": { "type": "structure", @@ -16081,7 +16099,7 @@ } } }, - "S1dg": { + "S1dk": { "type": "list", "member": { "type": "structure", @@ -16095,11 +16113,11 @@ } } }, - "S1dr": { + "S1dv": { "type": "structure", "members": { "Filters": { - "shape": "S1ds" + "shape": "S1dw" }, "NestedFilters": { "type": "list", @@ -16112,7 +16130,7 @@ "members": { "NestedPropertyName": {}, "Filters": { - "shape": "S1ds" + "shape": "S1dw" } } } @@ -16120,13 +16138,13 @@ "SubExpressions": { "type": "list", "member": { - "shape": "S1dr" + "shape": "S1dv" } }, "Operator": {} } }, - "S1ds": { + "S1dw": { "type": "list", "member": { "type": "structure", @@ -16140,7 +16158,7 @@ } } }, - "S1e4": { + "S1e8": { "type": "structure", "members": { "TrainingJobName": {}, @@ -16149,7 +16167,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Sth" + "shape": "Stl" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -16189,10 +16207,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "Szn" + "shape": "Szr" }, "FinalMetricDataList": { - "shape": "Szq" + "shape": "Szu" }, "EnableNetworkIsolation": { "type": "boolean" @@ -16213,22 +16231,22 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Snf" + "shape": "Snj" }, "ExperimentConfig": { "shape": "Sml" }, "DebugRuleConfigurations": { - "shape": "Snn" + "shape": "Snr" }, "TensorBoardOutputConfig": { - "shape": "Snr" + "shape": "Snv" }, "DebugRuleEvaluationStatuses": { - "shape": "Szu" + "shape": "Szy" }, "Environment": { - "shape": "Sny" + "shape": "So2" }, "RetryStrategy": { "shape": "Seg" @@ -16238,7 +16256,7 @@ } } }, - "S1ec": { + "S1eg": { "type": "structure", "members": { "TransformJobName": {}, @@ -16250,7 +16268,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "So5" + "shape": "So9" }, "MaxPayloadInMB": { "type": "integer" @@ -16280,7 +16298,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "So9" + "shape": "Sod" }, "ExperimentConfig": { "shape": "Sml" @@ -16290,11 +16308,11 @@ } } }, - "S1ft": { + "S1fx": { "type": "list", "member": {} }, - "S1hy": { + "S1i2": { "type": "list", "member": {} } diff --git a/apis/sagemaker-2017-07-24.normal.json b/apis/sagemaker-2017-07-24.normal.json index c977d0630b..5424f1f17c 100644 --- a/apis/sagemaker-2017-07-24.normal.json +++ b/apis/sagemaker-2017-07-24.normal.json @@ -5611,6 +5611,10 @@ "ContainerArguments": { "shape": "TrainingContainerArguments", "documentation": "

The arguments for a container used to run a training job. See How Amazon SageMaker Runs Your Training Image for additional information.

" + }, + "TrainingImageConfig": { + "shape": "TrainingImageConfig", + "documentation": "

The configuration to use an image from a private Docker registry for a training job.

" } }, "documentation": "

Specifies the training algorithm to use in a CreateTrainingJob request.

For more information about algorithms provided by SageMaker, see Algorithms. For information about using your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

" @@ -33549,6 +33553,23 @@ "max": 512, "pattern": "[\\S\\s]*" }, + "TrainingImageConfig": { + "type": "structure", + "required": [ + "TrainingRepositoryAccessMode" + ], + "members": { + "TrainingRepositoryAccessMode": { + "shape": "TrainingRepositoryAccessMode", + "documentation": "

The method that your training job will use to gain access to the images in your private Docker registry. For access to an image in a private Docker registry, set to Vpc.

" + }, + "TrainingRepositoryAuthConfig": { + "shape": "TrainingRepositoryAuthConfig", + "documentation": "

An object containing authentication information for a private Docker registry containing your training images.

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

The configuration to use an image from a private Docker registry for a training job.

" + }, "TrainingInputMode": { "type": "string", "documentation": "

The training input mode that the algorithm supports. For more information about input modes, see Algorithms.

Pipe mode

If an algorithm supports Pipe mode, Amazon SageMaker streams data directly from Amazon S3 to the container.

File mode

If an algorithm supports File mode, SageMaker downloads the training data from S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume for the training container.

You must provision the ML storage volume with sufficient capacity to accommodate the data downloaded from S3. In addition to the training data, the ML storage volume also stores the output model. The algorithm container uses the ML storage volume to also store intermediate information, if any.

For distributed algorithms, training data is distributed uniformly. Your training duration is predictable if the input data objects sizes are approximately the same. SageMaker does not split the files any further for model training. If the object sizes are skewed, training won't be optimal as the data distribution is also skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in training.

FastFile mode

If an algorithm supports FastFile mode, SageMaker streams data directly from S3 to the container with no code changes, and provides file system access to the data. Users can author their training script to interact with these files as if they were stored on disk.

FastFile mode works best when the data is read sequentially. Augmented manifest files aren't supported. The startup time is lower when there are fewer files in the S3 bucket provided.

", @@ -33931,6 +33952,32 @@ }, "documentation": "

Provides summary information about a training job.

" }, + "TrainingRepositoryAccessMode": { + "type": "string", + "enum": [ + "Platform", + "Vpc" + ] + }, + "TrainingRepositoryAuthConfig": { + "type": "structure", + "required": [ + "TrainingRepositoryCredentialsProviderArn" + ], + "members": { + "TrainingRepositoryCredentialsProviderArn": { + "shape": "TrainingRepositoryCredentialsProviderArn", + "documentation": "

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.

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

An object containing authentication information for a private Docker registry.

" + }, + "TrainingRepositoryCredentialsProviderArn": { + "type": "string", + "max": 2048, + "min": 1, + "pattern": "arn:[\\p{Alnum}\\-]+:lambda:[\\p{Alnum}\\-]+:[0-9]{12}:function:.*" + }, "TrainingSpecification": { "type": "structure", "required": [ diff --git a/clients/mediatailor.d.ts b/clients/mediatailor.d.ts index ade0d53a21..b8501eed64 100644 --- a/clients/mediatailor.d.ts +++ b/clients/mediatailor.d.ts @@ -11,6 +11,14 @@ declare class MediaTailor extends Service { */ constructor(options?: MediaTailor.Types.ClientConfiguration) config: Config & MediaTailor.Types.ClientConfiguration; + /** + * Configures Amazon CloudWatch log settings for a channel. + */ + configureLogsForChannel(params: MediaTailor.Types.ConfigureLogsForChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForChannelResponse) => void): Request; + /** + * Configures Amazon CloudWatch log settings for a channel. + */ + configureLogsForChannel(callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForChannelResponse) => void): Request; /** * Amazon CloudWatch log settings for a playback configuration. */ @@ -475,6 +483,10 @@ declare namespace MediaTailor { * The timestamp of when the channel was last modified. */ LastModifiedTime?: __timestampUnix; + /** + * The log configuration. + */ + LogConfiguration: LogConfigurationForChannel; /** * The channel's output properties. */ @@ -495,6 +507,26 @@ declare namespace MediaTailor { export type ChannelState = "RUNNING"|"STOPPED"|string; export type ConfigurationAliasesRequest = {[key: string]: __mapOf__string}; export type ConfigurationAliasesResponse = {[key: string]: __mapOf__string}; + export interface ConfigureLogsForChannelRequest { + /** + * The name of the channel. + */ + ChannelName: __string; + /** + * The types of logs to collect. + */ + LogTypes: LogTypes; + } + export interface ConfigureLogsForChannelResponse { + /** + * The name of the channel. + */ + ChannelName?: __string; + /** + * The types of logs collected. + */ + LogTypes?: LogTypes; + } export interface ConfigureLogsForPlaybackConfigurationRequest { /** * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100 @@ -1018,6 +1050,10 @@ declare namespace MediaTailor { * The timestamp of when the channel was last modified. */ LastModifiedTime?: __timestampUnix; + /** + * The log configuration for the channel. + */ + LogConfiguration: LogConfigurationForChannel; /** * The channel's output properties. */ @@ -1619,6 +1655,14 @@ declare namespace MediaTailor { */ PercentEnabled: __integer; } + export interface LogConfigurationForChannel { + /** + * The log types. + */ + LogTypes?: LogTypes; + } + export type LogType = "AS_RUN"|string; + export type LogTypes = LogType[]; export interface ManifestProcessingRules { /** * For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest. No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0. diff --git a/clients/outposts.d.ts b/clients/outposts.d.ts index 0558610284..263cd6f279 100644 --- a/clients/outposts.d.ts +++ b/clients/outposts.d.ts @@ -813,6 +813,10 @@ declare namespace Outposts { * The fulfillment date of the order. */ OrderFulfilledDate?: ISO8601Timestamp; + /** + * The payment term. + */ + PaymentTerm?: PaymentTerm; } export type OrderId = string; export type OrderStatus = "RECEIVED"|"PENDING"|"PROCESSING"|"INSTALLING"|"FULFILLED"|"CANCELLED"|"PREPARING"|"IN_PROGRESS"|"COMPLETED"|"ERROR"|string; diff --git a/clients/sagemaker.d.ts b/clients/sagemaker.d.ts index bd5cf89074..4ad9f5b6dd 100644 --- a/clients/sagemaker.d.ts +++ b/clients/sagemaker.d.ts @@ -2687,6 +2687,10 @@ declare namespace SageMaker { * The arguments for a container used to run a training job. See How Amazon SageMaker Runs Your Training Image for additional information. */ ContainerArguments?: TrainingContainerArguments; + /** + * The configuration to use an image from a private Docker registry for a training job. + */ + TrainingImageConfig?: TrainingImageConfig; } export type AlgorithmStatus = "Pending"|"InProgress"|"Completed"|"Failed"|"Deleting"|string; export interface AlgorithmStatusDetails { @@ -19851,6 +19855,16 @@ declare namespace SageMaker { export type TrainingEnvironmentKey = string; export type TrainingEnvironmentMap = {[key: string]: TrainingEnvironmentValue}; export type TrainingEnvironmentValue = string; + export interface TrainingImageConfig { + /** + * The method that your training job will use to gain access to the images in your private Docker registry. For access to an image in a private Docker registry, set to Vpc. + */ + TrainingRepositoryAccessMode: TrainingRepositoryAccessMode; + /** + * An object containing authentication information for a private Docker registry containing your training images. + */ + TrainingRepositoryAuthConfig?: TrainingRepositoryAuthConfig; + } export type TrainingInputMode = "Pipe"|"File"|"FastFile"|string; export type TrainingInstanceCount = number; export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|string; @@ -20081,6 +20095,14 @@ declare namespace SageMaker { */ WarmPoolStatus?: WarmPoolStatus; } + export type TrainingRepositoryAccessMode = "Platform"|"Vpc"|string; + export interface TrainingRepositoryAuthConfig { + /** + * The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry. + */ + TrainingRepositoryCredentialsProviderArn: TrainingRepositoryCredentialsProviderArn; + } + export type TrainingRepositoryCredentialsProviderArn = string; export interface TrainingSpecification { /** * The Amazon ECR registry path of the Docker image that contains the training algorithm. diff --git a/clients/sagemakerruntime.d.ts b/clients/sagemakerruntime.d.ts index c992fbd57e..2d763f91d7 100644 --- a/clients/sagemakerruntime.d.ts +++ b/clients/sagemakerruntime.d.ts @@ -20,11 +20,11 @@ declare class SageMakerRuntime extends Service { */ invokeEndpoint(callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointOutput) => void): Request; /** - * After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before the you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference. + * After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference. */ invokeEndpointAsync(params: SageMakerRuntime.Types.InvokeEndpointAsyncInput, callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointAsyncOutput) => void): Request; /** - * After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before the you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference. + * After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference. */ invokeEndpointAsync(callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointAsyncOutput) => void): Request; } @@ -36,6 +36,7 @@ declare namespace SageMakerRuntime { export type Header = string; export type InferenceId = string; export type InputLocationHeader = string; + export type InvocationTimeoutSecondsHeader = number; export interface InvokeEndpointAsyncInput { /** * The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API. @@ -65,6 +66,10 @@ declare namespace SageMakerRuntime { * Maximum age in seconds a request can be in the queue before it is marked as expired. */ RequestTTLSeconds?: RequestTTLSecondsHeader; + /** + * Maximum amount of time in seconds a request can be processed before it is marked as expired. + */ + InvocationTimeoutSeconds?: InvocationTimeoutSecondsHeader; } export interface InvokeEndpointAsyncOutput { /** diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index 592549e8e2..e507cbf52d 100644 --- a/dist/aws-sdk-core-react-native.js +++ b/dist/aws-sdk-core-react-native.js @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1303.0', + VERSION: '2.1304.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index b1cb32af29..2cdba9aab2 100644 --- a/dist/aws-sdk-react-native.js +++ b/dist/aws-sdk-react-native.js @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1303.0', + VERSION: '2.1304.0', /** * @api private @@ -33720,7 +33720,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 64 */ /***/ (function(module, exports) { - module.exports = {"version":2,"waiters":{"FleetStarted":{"delay":30,"maxAttempts":40,"operation":"DescribeFleets","acceptors":[{"state":"success","matcher":"pathAll","argument":"Fleets[].State","expected":"ACTIVE"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"PENDING_DEACTIVATE"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"INACTIVE"}]},"FleetStopped":{"delay":30,"maxAttempts":40,"operation":"DescribeFleets","acceptors":[{"state":"success","matcher":"pathAll","argument":"Fleets[].State","expected":"INACTIVE"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"PENDING_ACTIVATE"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"ACTIVE"}]}}} + module.exports = {"version":2,"waiters":{"FleetStarted":{"delay":30,"maxAttempts":40,"operation":"DescribeFleets","acceptors":[{"state":"success","matcher":"pathAll","argument":"Fleets[].State","expected":"RUNNING"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"STOPPING"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"STOPPED"}]},"FleetStopped":{"delay":30,"maxAttempts":40,"operation":"DescribeFleets","acceptors":[{"state":"success","matcher":"pathAll","argument":"Fleets[].State","expected":"STOPPED"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"STARTING"},{"state":"failure","matcher":"pathAny","argument":"Fleets[].State","expected":"RUNNING"}]}}} /***/ }), /* 65 */ @@ -53647,7 +53647,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 592 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-05-13","endpointPrefix":"runtime.sagemaker","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon SageMaker Runtime","serviceId":"SageMaker Runtime","signatureVersion":"v4","signingName":"sagemaker","uid":"runtime.sagemaker-2017-05-13"},"operations":{"InvokeEndpoint":{"http":{"requestUri":"/endpoints/{EndpointName}/invocations"},"input":{"type":"structure","required":["EndpointName","Body"],"members":{"EndpointName":{"location":"uri","locationName":"EndpointName"},"Body":{"shape":"S3"},"ContentType":{"location":"header","locationName":"Content-Type"},"Accept":{"location":"header","locationName":"Accept"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"},"TargetModel":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Model"},"TargetVariant":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Variant"},"TargetContainerHostname":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Container-Hostname"},"InferenceId":{"location":"header","locationName":"X-Amzn-SageMaker-Inference-Id"},"EnableExplanations":{"location":"header","locationName":"X-Amzn-SageMaker-Enable-Explanations"}},"payload":"Body"},"output":{"type":"structure","required":["Body"],"members":{"Body":{"shape":"S3"},"ContentType":{"location":"header","locationName":"Content-Type"},"InvokedProductionVariant":{"location":"header","locationName":"x-Amzn-Invoked-Production-Variant"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"}},"payload":"Body"}},"InvokeEndpointAsync":{"http":{"requestUri":"/endpoints/{EndpointName}/async-invocations","responseCode":202},"input":{"type":"structure","required":["EndpointName","InputLocation"],"members":{"EndpointName":{"location":"uri","locationName":"EndpointName"},"ContentType":{"location":"header","locationName":"X-Amzn-SageMaker-Content-Type"},"Accept":{"location":"header","locationName":"X-Amzn-SageMaker-Accept"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"},"InferenceId":{"location":"header","locationName":"X-Amzn-SageMaker-Inference-Id"},"InputLocation":{"location":"header","locationName":"X-Amzn-SageMaker-InputLocation"},"RequestTTLSeconds":{"location":"header","locationName":"X-Amzn-SageMaker-RequestTTLSeconds","type":"integer"}}},"output":{"type":"structure","members":{"InferenceId":{},"OutputLocation":{"location":"header","locationName":"X-Amzn-SageMaker-OutputLocation"}}}}},"shapes":{"S3":{"type":"blob","sensitive":true},"S5":{"type":"string","sensitive":true}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-05-13","endpointPrefix":"runtime.sagemaker","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon SageMaker Runtime","serviceId":"SageMaker Runtime","signatureVersion":"v4","signingName":"sagemaker","uid":"runtime.sagemaker-2017-05-13"},"operations":{"InvokeEndpoint":{"http":{"requestUri":"/endpoints/{EndpointName}/invocations"},"input":{"type":"structure","required":["EndpointName","Body"],"members":{"EndpointName":{"location":"uri","locationName":"EndpointName"},"Body":{"shape":"S3"},"ContentType":{"location":"header","locationName":"Content-Type"},"Accept":{"location":"header","locationName":"Accept"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"},"TargetModel":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Model"},"TargetVariant":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Variant"},"TargetContainerHostname":{"location":"header","locationName":"X-Amzn-SageMaker-Target-Container-Hostname"},"InferenceId":{"location":"header","locationName":"X-Amzn-SageMaker-Inference-Id"},"EnableExplanations":{"location":"header","locationName":"X-Amzn-SageMaker-Enable-Explanations"}},"payload":"Body"},"output":{"type":"structure","required":["Body"],"members":{"Body":{"shape":"S3"},"ContentType":{"location":"header","locationName":"Content-Type"},"InvokedProductionVariant":{"location":"header","locationName":"x-Amzn-Invoked-Production-Variant"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"}},"payload":"Body"}},"InvokeEndpointAsync":{"http":{"requestUri":"/endpoints/{EndpointName}/async-invocations","responseCode":202},"input":{"type":"structure","required":["EndpointName","InputLocation"],"members":{"EndpointName":{"location":"uri","locationName":"EndpointName"},"ContentType":{"location":"header","locationName":"X-Amzn-SageMaker-Content-Type"},"Accept":{"location":"header","locationName":"X-Amzn-SageMaker-Accept"},"CustomAttributes":{"shape":"S5","location":"header","locationName":"X-Amzn-SageMaker-Custom-Attributes"},"InferenceId":{"location":"header","locationName":"X-Amzn-SageMaker-Inference-Id"},"InputLocation":{"location":"header","locationName":"X-Amzn-SageMaker-InputLocation"},"RequestTTLSeconds":{"location":"header","locationName":"X-Amzn-SageMaker-RequestTTLSeconds","type":"integer"},"InvocationTimeoutSeconds":{"location":"header","locationName":"X-Amzn-SageMaker-InvocationTimeoutSeconds","type":"integer"}}},"output":{"type":"structure","members":{"InferenceId":{},"OutputLocation":{"location":"header","locationName":"X-Amzn-SageMaker-OutputLocation"}}}}},"shapes":{"S3":{"type":"blob","sensitive":true},"S5":{"type":"string","sensitive":true}}} /***/ }), /* 593 */ @@ -53684,7 +53684,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 595 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-24","endpointPrefix":"api.sagemaker","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"SageMaker","serviceFullName":"Amazon SageMaker Service","serviceId":"SageMaker","signatureVersion":"v4","signingName":"sagemaker","targetPrefix":"SageMaker","uid":"sagemaker-2017-07-24"},"operations":{"AddAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"AddTags":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"AssociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"BatchDescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageArnList"],"members":{"ModelPackageArnList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ModelPackageSummaries":{"type":"map","key":{},"value":{"type":"structure","required":["ModelPackageGroupName","ModelPackageArn","CreationTime","InferenceSpecification","ModelPackageStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"BatchDescribeModelPackageErrorMap":{"type":"map","key":{},"value":{"type":"structure","required":["ErrorCode","ErrorResponse"],"members":{"ErrorCode":{},"ErrorResponse":{}}}}}}},"CreateAction":{"input":{"type":"structure","required":["ActionName","Source","ActionType"],"members":{"ActionName":{},"Source":{"shape":"S1j"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S1v"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2o"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["AlgorithmArn"],"members":{"AlgorithmArn":{}}}},"CreateApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"Tags":{"shape":"S7"},"ResourceSpec":{"shape":"S4d"},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4n"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S4z"},"ArtifactType":{},"Properties":{"shape":"S1o"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S57"},"OutputDataConfig":{"shape":"S5e"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S5g"},"AutoMLJobConfig":{"shape":"S5i"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S5y"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S64"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"CreateCompilationJob":{"input":{"type":"structure","required":["CompilationJobName","RoleArn","OutputConfig","StoppingCondition"],"members":{"CompilationJobName":{},"RoleArn":{},"ModelPackageVersionArn":{},"InputConfig":{"shape":"S6b"},"OutputConfig":{"shape":"S6e"},"VpcConfig":{"shape":"S6l"},"StoppingCondition":{"shape":"S3m"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S6t"},"ContextType":{},"Description":{},"Properties":{"shape":"S1o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S6y"},"DataQualityAppSpecification":{"shape":"S72"},"DataQualityJobInput":{"shape":"S7b"},"DataQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S86"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"S8c"},"SubnetIds":{"shape":"S5r"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DomainSettings":{"shape":"S91"},"DefaultSpaceSettings":{"shape":"S95"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"S9a"},"DeviceFleetName":{},"Stages":{"shape":"S9c"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"S9c"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"S86"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"S9s"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sa9"},"DataCaptureConfig":{"shape":"San"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Say"},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Sa9"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"CreateFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName","HumanLoopConfig","OutputConfig","RoleArn"],"members":{"FlowDefinitionName":{},"HumanLoopRequestSource":{"shape":"Sck"},"HumanLoopActivationConfig":{"shape":"Scm"},"HumanLoopConfig":{"shape":"Scp"},"OutputConfig":{"shape":"Sd4"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sdb"},"S3StorageConfig":{"shape":"Sdd"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sdj"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"WarmStartConfig":{"shape":"Ser"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HyperParameterTuningJobArn"],"members":{"HyperParameterTuningJobArn":{}}}},"CreateImage":{"input":{"type":"structure","required":["ImageName","RoleArn"],"members":{"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"CreateImageVersion":{"input":{"type":"structure","required":["BaseImage","ClientToken","ImageName"],"members":{"BaseImage":{},"ClientToken":{"idempotencyToken":true},"ImageName":{},"Aliases":{"shape":"Sf4"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sfk"},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"},"KmsKey":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"CreateInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName","JobType","RoleArn","InputConfig"],"members":{"JobName":{},"JobType":{},"RoleArn":{},"InputConfig":{"shape":"Sg1"},"JobDescription":{},"StoppingConditions":{"shape":"Sgz"},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"CompiledOutputConfig":{"type":"structure","members":{"S3OutputUri":{}}}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobArn"],"members":{"JobArn":{}}}},"CreateLabelingJob":{"input":{"type":"structure","required":["LabelingJobName","LabelAttributeName","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobName":{},"LabelAttributeName":{},"InputConfig":{"shape":"Sha"},"OutputConfig":{"shape":"Shh"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Shi"},"LabelingJobAlgorithmsConfig":{"shape":"Shl"},"HumanTaskConfig":{"shape":"Shp"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName","ExecutionRoleArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S5o"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["ModelArn"],"members":{"ModelArn":{}}}},"CreateModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelBiasBaselineConfig":{"shape":"Sii"},"ModelBiasAppSpecification":{"shape":"Sij"},"ModelBiasJobInput":{"shape":"Sik"},"ModelBiasJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Sio"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"CreateModelCardExportJob":{"input":{"type":"structure","required":["ModelCardName","ModelCardExportJobName","OutputConfig"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardExportJobName":{},"OutputConfig":{"shape":"Siu"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Siy"},"ModelExplainabilityAppSpecification":{"shape":"Siz"},"ModelExplainabilityJobInput":{"shape":"Sj0"},"ModelExplainabilityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Sj3"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"ClientToken":{"idempotencyToken":true},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"CreateModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupDescription":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"CreateModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelQualityBaselineConfig":{"shape":"Sjw"},"ModelQualityAppSpecification":{"shape":"Sjx"},"ModelQualityJobInput":{"shape":"Sjz"},"ModelQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Sk3"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"S8d"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Skk"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sl3"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sml"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn","ProjectId"],"members":{"ProjectArn":{},"ProjectId":{}}}},"CreateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"Tags":{"shape":"S7"},"SpaceSettings":{"shape":"Sn0"}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"CreateStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName","StudioLifecycleConfigContent","StudioLifecycleConfigAppType"],"members":{"StudioLifecycleConfigName":{},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{}}}},"CreateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName","AlgorithmSpecification","RoleArn","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingJobName":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"DebugHookConfig":{"shape":"Snf"},"DebugRuleConfigurations":{"shape":"Snn"},"TensorBoardOutputConfig":{"shape":"Snr"},"ExperimentConfig":{"shape":"Sml"},"ProfilerConfig":{"shape":"Sns"},"ProfilerRuleConfigurations":{"shape":"Snw"},"Environment":{"shape":"Sny"},"RetryStrategy":{"shape":"Seg"}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"CreateTransformJob":{"input":{"type":"structure","required":["TransformJobName","ModelName","TransformInput","TransformOutput","TransformResources"],"members":{"TransformJobName":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So5"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"DataCaptureConfig":{"shape":"So8"},"TransformResources":{"shape":"S43"},"DataProcessing":{"shape":"So9"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sml"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Soh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sok"},"InputArtifacts":{"shape":"Soo"},"OutputArtifacts":{"shape":"Soo"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"CreateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"Tags":{"shape":"S7"},"UserSettings":{"shape":"S8c"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Soz"},"OidcConfig":{"shape":"Sp2"},"SourceIpConfig":{"shape":"Sp5"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Sp9"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"Spj"},"Description":{},"NotificationConfiguration":{"shape":"Spr"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"WorkteamArn":{}}}},"DeleteAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"DeleteAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}}},"DeleteApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"SpaceName":{}}}},"DeleteAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}}},"DeleteArtifact":{"input":{"type":"structure","members":{"ArtifactArn":{},"Source":{"shape":"S4z"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"DeleteContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"DeleteDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"RetentionPolicy":{"type":"structure","members":{"HomeEfsFileSystem":{}}}}}},"DeleteEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{}}}},"DeleteEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"DeleteEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}}},"DeleteEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}}},"DeleteExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"DeleteFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}}},"DeleteFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","members":{}}},"DeleteHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}}},"DeleteHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName","HubContentVersion"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}}},"DeleteHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","members":{}}},"DeleteImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{}}},"DeleteImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"S9h"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1j"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"},"LineageGroupArn":{}}}},"DescribeAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}},"output":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","TrainingSpecification","AlgorithmStatus","AlgorithmStatusDetails"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"TrainingSpecification":{"shape":"S1v"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2o"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Ss0"},"ImageScanStatuses":{"shape":"Ss0"}}},"ProductId":{},"CertifyForMarketplace":{"type":"boolean"}}}},"DescribeApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{},"AppType":{},"AppName":{},"DomainId":{},"UserProfileName":{},"Status":{},"LastHealthCheckTimestamp":{"type":"timestamp"},"LastUserActivityTimestamp":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ResourceSpec":{"shape":"S4d"},"SpaceName":{}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4n"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S4z"},"ArtifactType":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"},"LineageGroupArn":{}}}},"DescribeAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","InputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"InputDataConfig":{"shape":"S57"},"OutputDataConfig":{"shape":"S5e"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5g"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S5i"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sse"},"BestCandidate":{"shape":"Ssg"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5g"},"ProblemType":{},"CompletionCriteria":{"shape":"S5j"}}},"ModelDeployConfig":{"shape":"S5y"},"ModelDeployResult":{"type":"structure","members":{"EndpointName":{}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S64"}}}},"DescribeCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}},"output":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CompilationJobStatus","StoppingCondition","CreationTime","LastModifiedTime","FailureReason","ModelArtifacts","RoleArn","InputConfig","OutputConfig"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CompilationJobStatus":{},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"StoppingCondition":{"shape":"S3m"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Sth"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S6b"},"OutputConfig":{"shape":"S6e"},"VpcConfig":{"shape":"S6l"}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S6t"},"ContextType":{},"Description":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"LineageGroupArn":{}}}},"DescribeDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"DataQualityBaselineConfig":{"shape":"S6y"},"DataQualityAppSpecification":{"shape":"S72"},"DataQualityJobInput":{"shape":"S7b"},"DataQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeDevice":{"input":{"type":"structure","required":["DeviceName","DeviceFleetName"],"members":{"NextToken":{},"DeviceName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceName","DeviceFleetName","RegistrationTime"],"members":{"DeviceArn":{},"DeviceName":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{},"LatestSampleTime":{"type":"timestamp"},"LatestInference":{"type":"timestamp"}}}},"MaxModels":{"type":"integer"},"NextToken":{},"AgentVersion":{}}}},"DescribeDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetName","DeviceFleetArn","OutputConfig","CreationTime","LastModifiedTime"],"members":{"DeviceFleetName":{},"DeviceFleetArn":{},"OutputConfig":{"shape":"S86"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"AuthMode":{},"DefaultUserSettings":{"shape":"S8c"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S5r"},"Url":{},"VpcId":{},"KmsKeyId":{},"DomainSettings":{"shape":"S91"},"AppSecurityGroupManagement":{},"SecurityGroupIdForDomainBoundary":{},"DefaultSpaceSettings":{"shape":"S95"}}}},"DescribeEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName","Stages"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"S9a"},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"Stages":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig","DeploymentConfig","DeploymentStatus"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"S9e"},"DeploymentConfig":{"shape":"S9j"},"DeploymentStatus":{"type":"structure","required":["StageStatus","EdgeDeploymentSuccessInStage","EdgeDeploymentPendingInStage","EdgeDeploymentFailedInStage"],"members":{"StageStatus":{},"EdgeDeploymentSuccessInStage":{"type":"integer"},"EdgeDeploymentPendingInStage":{"type":"integer"},"EdgeDeploymentFailedInStage":{"type":"integer"},"EdgeDeploymentStatusMessage":{},"EdgeDeploymentStageStartTime":{"type":"timestamp"}}}}}},"NextToken":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}},"output":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"S86"},"ResourceKey":{},"EdgePackagingJobStatus":{},"EdgePackagingJobStatusMessage":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ModelArtifact":{},"ModelSignature":{},"PresetDeploymentOutput":{"type":"structure","required":["Type"],"members":{"Type":{},"Artifact":{},"Status":{},"StatusMessage":{}}}}}},"DescribeEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"Suk"},"DataCaptureConfig":{"shape":"Sus"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"S9s"},"AsyncInferenceConfig":{"shape":"Say"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Suw"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"Suw"}}},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Suk"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Sa9"},"DataCaptureConfig":{"shape":"San"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Say"},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Sa9"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Sv2"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"}}}},"DescribeFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions","CreationTime","NextToken"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Sv8"},"LastUpdateStatus":{"shape":"Svb"},"FailureReason":{},"Description":{},"NextToken":{},"OnlineStoreTotalSizeBytes":{"type":"long"}}}},"DescribeFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","FeatureName","FeatureType","CreationTime","LastModifiedTime"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"Svh"}}}},"DescribeFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","required":["FlowDefinitionArn","FlowDefinitionName","FlowDefinitionStatus","CreationTime","HumanLoopConfig","OutputConfig","RoleArn"],"members":{"FlowDefinitionArn":{},"FlowDefinitionName":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"HumanLoopRequestSource":{"shape":"Sck"},"HumanLoopActivationConfig":{"shape":"Scm"},"HumanLoopConfig":{"shape":"Scp"},"OutputConfig":{"shape":"Sd4"},"RoleArn":{},"FailureReason":{}}}},"DescribeHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}},"output":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sdb"},"S3StorageConfig":{"shape":"Sdd"},"HubStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}},"output":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubName","HubArn","HubContentDocument","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubArn":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"Svz"},"HubContentDependencies":{"type":"list","member":{"type":"structure","members":{"DependencyOriginPath":{},"DependencyCopyPath":{}}}},"HubContentStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"}}}},"DescribeHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","required":["HumanTaskUiArn","HumanTaskUiName","CreationTime","UiTemplate"],"members":{"HumanTaskUiArn":{},"HumanTaskUiName":{},"HumanTaskUiStatus":{},"CreationTime":{"type":"timestamp"},"UiTemplate":{"type":"structure","members":{"Url":{},"ContentSha256":{}}}}}},"DescribeHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobConfig","HyperParameterTuningJobStatus","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swe"},"ObjectiveStatusCounters":{"shape":"Swg"},"BestTrainingJob":{"shape":"Swi"},"OverallBestTrainingJob":{"shape":"Swi"},"WarmStartConfig":{"shape":"Ser"},"FailureReason":{}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"EndpointMetadata":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"EndpointConfigName":{},"EndpointStatus":{},"FailureReason":{}}},"ModelVariants":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig","Status"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sfn"},"Status":{}}}},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"},"KmsKey":{}}}},"DescribeInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","required":["JobName","JobType","JobArn","RoleArn","Status","CreationTime","LastModifiedTime","InputConfig"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"RoleArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"InputConfig":{"shape":"Sg1"},"StoppingConditions":{"shape":"Sgz"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"Metrics":{"shape":"Sx5"},"EndpointConfiguration":{"shape":"Sx7"},"ModelConfiguration":{"shape":"Sx8"},"RecommendationId":{}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"EndpointInfo":{"shape":"Sgs"}}}}}}},"DescribeLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}},"output":{"type":"structure","required":["LabelingJobStatus","LabelCounters","CreationTime","LastModifiedTime","JobReferenceCode","LabelingJobName","LabelingJobArn","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobStatus":{},"LabelCounters":{"shape":"Sxi"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Sha"},"OutputConfig":{"shape":"Shh"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Shi"},"LabelingJobAlgorithmsConfig":{"shape":"Shl"},"HumanTaskConfig":{"shape":"Shp"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"Sxl"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","ExecutionRoleArn","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5o"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelBiasBaselineConfig":{"shape":"Sii"},"ModelBiasAppSpecification":{"shape":"Sij"},"ModelBiasJobInput":{"shape":"Sik"},"ModelBiasJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardArn","ModelCardName","ModelCardVersion","Content","ModelCardStatus","CreationTime","CreatedBy"],"members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"ModelCardProcessingStatus":{}}}},"DescribeModelCardExportJob":{"input":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}},"output":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","OutputConfig","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"OutputConfig":{"shape":"Siu"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"},"FailureReason":{},"ExportArtifacts":{"type":"structure","required":["S3ExportArtifacts"],"members":{"S3ExportArtifacts":{}}}}}},"DescribeModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelExplainabilityBaselineConfig":{"shape":"Siy"},"ModelExplainabilityAppSpecification":{"shape":"Siz"},"ModelExplainabilityJobInput":{"shape":"Sj0"},"ModelExplainabilityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}},"output":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus","ModelPackageStatusDetails"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"ValidationSpecification":{"shape":"Sj3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"Sy3"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"}}}},"DescribeModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","CreatedBy","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"ModelPackageGroupStatus":{}}}},"DescribeModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelQualityBaselineConfig":{"shape":"Sjw"},"ModelQualityAppSpecification":{"shape":"Sjx"},"ModelQualityJobInput":{"shape":"Sjz"},"ModelQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}},"output":{"type":"structure","required":["MonitoringScheduleArn","MonitoringScheduleName","MonitoringScheduleStatus","CreationTime","LastModifiedTime","MonitoringScheduleConfig"],"members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"Syg"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"S8d"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Skk"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"}}}},"DescribePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedBy":{"shape":"Sru"},"ParallelismConfiguration":{"shape":"Sl9"}}}},"DescribePipelineDefinitionForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineDefinition":{},"CreationTime":{"type":"timestamp"}}}},"DescribePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"Sz0"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedBy":{"shape":"Sru"},"ParallelismConfiguration":{"shape":"Sl9"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"ExperimentConfig":{"shape":"Sml"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{}}}},"DescribeProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}},"output":{"type":"structure","required":["ProjectArn","ProjectName","ProjectId","ServiceCatalogProvisioningDetails","ProjectStatus","CreationTime"],"members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"ServiceCatalogProvisionedProductDetails":{"shape":"Sz8"},"ProjectStatus":{},"CreatedBy":{"shape":"Sru"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"}}}},"DescribeSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}},"output":{"type":"structure","members":{"DomainId":{},"SpaceArn":{},"SpaceName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SpaceSettings":{"shape":"Sn0"}}}},"DescribeStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{}}}},"DescribeSubscribedWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{}}},"output":{"type":"structure","required":["SubscribedWorkteam"],"members":{"SubscribedWorkteam":{"shape":"Szj"}}}},"DescribeTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}},"output":{"type":"structure","required":["TrainingJobName","TrainingJobArn","ModelArtifacts","TrainingJobStatus","SecondaryStatus","AlgorithmSpecification","ResourceConfig","StoppingCondition","CreationTime"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sth"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"Szn"},"FinalMetricDataList":{"shape":"Szq"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Snf"},"ExperimentConfig":{"shape":"Sml"},"DebugRuleConfigurations":{"shape":"Snn"},"TensorBoardOutputConfig":{"shape":"Snr"},"DebugRuleEvaluationStatuses":{"shape":"Szu"},"ProfilerConfig":{"shape":"Sns"},"ProfilerRuleConfigurations":{"shape":"Snw"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"RetryStrategy":{"shape":"Seg"},"Environment":{"shape":"Sny"},"WarmPoolStatus":{"shape":"S101"}}}},"DescribeTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}},"output":{"type":"structure","required":["TransformJobName","TransformJobArn","TransformJobStatus","ModelName","TransformInput","TransformResources","CreationTime"],"members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So5"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"DataCaptureConfig":{"shape":"So8"},"TransformResources":{"shape":"S43"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"So9"},"ExperimentConfig":{"shape":"Sml"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S109"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S10d"},"Status":{"shape":"Soh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"Parameters":{"shape":"Sok"},"InputArtifacts":{"shape":"Soo"},"OutputArtifacts":{"shape":"Soo"},"MetadataProperties":{"shape":"S1q"},"Metrics":{"shape":"S10f"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S10d"}}}}},"DescribeUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}},"output":{"type":"structure","members":{"DomainId":{},"UserProfileArn":{},"UserProfileName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"UserSettings":{"shape":"S8c"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S10p"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S10x"}}}},"DisableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"EnableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"GetDeviceFleetReport":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"OutputConfig":{"shape":"S86"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"Svz"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn","HubContentArn"],"members":{"HubArn":{},"HubContentArn":{}}}},"ListActions":{"input":{"type":"structure","members":{"SourceUri":{},"ActionType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ActionSummaries":{"type":"list","member":{"type":"structure","members":{"ActionArn":{},"ActionName":{},"Source":{"shape":"S1j"},"ActionType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAlgorithms":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["AlgorithmSummaryList"],"members":{"AlgorithmSummaryList":{"type":"list","member":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","AlgorithmStatus"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"AlgorithmStatus":{}}}},"NextToken":{}}}},"ListAliases":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SageMakerImageVersionAliases":{"shape":"Sf4"},"NextToken":{}}}},"ListAppImageConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"AppImageConfigs":{"type":"list","member":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4n"}}}}}}},"ListApps":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameEquals":{},"SpaceNameEquals":{}}},"output":{"type":"structure","members":{"Apps":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"Status":{},"CreationTime":{"type":"timestamp"},"SpaceName":{}}}},"NextToken":{}}}},"ListArtifacts":{"input":{"type":"structure","members":{"SourceUri":{},"ArtifactType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ArtifactSummaries":{"type":"list","member":{"type":"structure","members":{"ArtifactArn":{},"ArtifactName":{},"Source":{"shape":"S4z"},"ArtifactType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAssociations":{"input":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AssociationSummaries":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"SourceName":{},"DestinationName":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"}}}},"NextToken":{}}}},"ListAutoMLJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["AutoMLJobSummaries"],"members":{"AutoMLJobSummaries":{"type":"list","member":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobStatus","AutoMLJobSecondaryStatus","CreationTime","LastModifiedTime"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sse"}}}},"NextToken":{}}}},"ListCandidatesForAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{},"StatusEquals":{},"CandidateNameEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Candidates"],"members":{"Candidates":{"type":"list","member":{"shape":"Ssg"}},"NextToken":{}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S64"}}}},"NextToken":{}}}},"ListCompilationJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CompilationJobSummaries"],"members":{"CompilationJobSummaries":{"type":"list","member":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CreationTime","CompilationJobStatus"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CreationTime":{"type":"timestamp"},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"CompilationTargetDevice":{},"CompilationTargetPlatformOs":{},"CompilationTargetPlatformArch":{},"CompilationTargetPlatformAccelerator":{},"LastModifiedTime":{"type":"timestamp"},"CompilationJobStatus":{}}}},"NextToken":{}}}},"ListContexts":{"input":{"type":"structure","members":{"SourceUri":{},"ContextType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ContextSummaries":{"type":"list","member":{"type":"structure","members":{"ContextArn":{},"ContextName":{},"Source":{"shape":"S6t"},"ContextType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13u"},"NextToken":{}}}},"ListDeviceFleets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["DeviceFleetSummaries"],"members":{"DeviceFleetSummaries":{"type":"list","member":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDevices":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"LatestHeartbeatAfter":{"type":"timestamp"},"ModelName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceSummaries"],"members":{"DeviceSummaries":{"type":"list","member":{"type":"structure","required":["DeviceName","DeviceArn"],"members":{"DeviceName":{},"DeviceArn":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{}}}},"AgentVersion":{}}}},"NextToken":{}}}},"ListDomains":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Url":{}}}},"NextToken":{}}}},"ListEdgeDeploymentPlans":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"DeviceFleetNameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgeDeploymentPlanSummaries"],"members":{"EdgeDeploymentPlanSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","DeviceFleetName","EdgeDeploymentSuccess","EdgeDeploymentPending","EdgeDeploymentFailed"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEdgePackagingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"ModelNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgePackagingJobSummaries"],"members":{"EdgePackagingJobSummaries":{"type":"list","member":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"EdgePackagingJobStatus":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpointConfigs":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["EndpointConfigs"],"members":{"EndpointConfigs":{"type":"list","member":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpoints":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"NextToken":{}}}},"ListExperiments":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ExperimentSummaries":{"type":"list","member":{"type":"structure","members":{"ExperimentArn":{},"ExperimentName":{},"DisplayName":{},"ExperimentSource":{"shape":"Sv2"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListFeatureGroups":{"input":{"type":"structure","members":{"NameContains":{},"FeatureGroupStatusEquals":{},"OfflineStoreStatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupSummaries","NextToken"],"members":{"FeatureGroupSummaries":{"type":"list","member":{"type":"structure","required":["FeatureGroupName","FeatureGroupArn","CreationTime"],"members":{"FeatureGroupName":{},"FeatureGroupArn":{},"CreationTime":{"type":"timestamp"},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Sv8"}}}},"NextToken":{}}}},"ListFlowDefinitions":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["FlowDefinitionSummaries"],"members":{"FlowDefinitionSummaries":{"type":"list","member":{"type":"structure","required":["FlowDefinitionName","FlowDefinitionArn","FlowDefinitionStatus","CreationTime"],"members":{"FlowDefinitionName":{},"FlowDefinitionArn":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListHubContentVersions":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"MinVersion":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S15k"},"NextToken":{}}}},"ListHubContents":{"input":{"type":"structure","required":["HubName","HubContentType"],"members":{"HubName":{},"HubContentType":{},"NameContains":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S15k"},"NextToken":{}}}},"ListHubs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubSummaries"],"members":{"HubSummaries":{"type":"list","member":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sdb"},"HubStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHumanTaskUis":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["HumanTaskUiSummaries"],"members":{"HumanTaskUiSummaries":{"type":"list","member":{"type":"structure","required":["HumanTaskUiName","HumanTaskUiArn","CreationTime"],"members":{"HumanTaskUiName":{},"HumanTaskUiArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHyperParameterTuningJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobSummaries"],"members":{"HyperParameterTuningJobSummaries":{"type":"list","member":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobStatus","Strategy","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobStatus":{},"Strategy":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swe"},"ObjectiveStatusCounters":{"shape":"Swg"},"ResourceLimits":{"shape":"Sdu"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobSteps":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"Status":{},"StepType":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","required":["StepType","JobName","Status"],"members":{"StepType":{},"JobName":{},"Status":{},"InferenceBenchmark":{"type":"structure","required":["ModelConfiguration"],"members":{"Metrics":{"shape":"Sx5"},"EndpointConfiguration":{"shape":"Sx7"},"ModelConfiguration":{"shape":"Sx8"},"FailureReason":{}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"Sxi"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"Sxl"},"InputConfig":{"shape":"Sha"}}}},"NextToken":{}}}},"ListLabelingJobsForWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MaxResults":{"type":"integer"},"NextToken":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"JobReferenceCodeContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["LabelingJobSummaryList"],"members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["JobReferenceCode","WorkRequesterAccountId","CreationTime"],"members":{"LabelingJobName":{},"JobReferenceCode":{},"WorkRequesterAccountId":{},"CreationTime":{"type":"timestamp"},"LabelCounters":{"type":"structure","members":{"HumanLabeled":{"type":"integer"},"PendingHuman":{"type":"integer"},"Total":{"type":"integer"}}},"NumberOfHumanWorkersPerDataObject":{"type":"integer"}}}},"NextToken":{}}}},"ListLineageGroups":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"LineageGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LineageGroupArn":{},"LineageGroupName":{},"DisplayName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelBiasJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13u"},"NextToken":{}}}},"ListModelCardExportJobs":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ModelCardExportJobNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardExportJobSummaries"],"members":{"ModelCardExportJobSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCardVersions":{"input":{"type":"structure","required":["ModelCardName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ModelCardName":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardVersionSummaryList"],"members":{"ModelCardVersionSummaryList":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","ModelCardVersion","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"ModelCardVersion":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCards":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardSummaries"],"members":{"ModelCardSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelExplainabilityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13u"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13u"},"NextToken":{}}}},"ListModels":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["Models"],"members":{"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelArn","CreationTime"],"members":{"ModelName":{},"ModelArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListMonitoringAlertHistory":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","members":{"MonitoringAlertHistory":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","CreationTime","AlertStatus"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"AlertStatus":{}}}},"NextToken":{}}}},"ListMonitoringAlerts":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"MonitoringAlertSummaries":{"shape":"S18z"},"NextToken":{}}}},"ListMonitoringExecutions":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ScheduledTimeBefore":{"type":"timestamp"},"ScheduledTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringExecutionSummaries"],"members":{"MonitoringExecutionSummaries":{"type":"list","member":{"shape":"Syg"}},"NextToken":{}}}},"ListMonitoringSchedules":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringScheduleSummaries"],"members":{"MonitoringScheduleSummaries":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleArn","CreationTime","LastModifiedTime","MonitoringScheduleStatus"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleStatus":{},"EndpointName":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}}},"NextToken":{}}}},"ListNotebookInstanceLifecycleConfigs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstanceLifecycleConfigs":{"type":"list","member":{"type":"structure","required":["NotebookInstanceLifecycleConfigName","NotebookInstanceLifecycleConfigArn"],"members":{"NotebookInstanceLifecycleConfigName":{},"NotebookInstanceLifecycleConfigArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}}}}},"ListNotebookInstances":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"NotebookInstanceLifecycleConfigNameContains":{},"DefaultCodeRepositoryContains":{},"AdditionalCodeRepositoryEquals":{}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstances":{"type":"list","member":{"type":"structure","required":["NotebookInstanceName","NotebookInstanceArn"],"members":{"NotebookInstanceName":{},"NotebookInstanceArn":{},"NotebookInstanceStatus":{},"Url":{},"InstanceType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"}}}}}}},"ListPipelineExecutionSteps":{"input":{"type":"structure","members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{}}},"output":{"type":"structure","members":{"PipelineExecutionSteps":{"type":"list","member":{"type":"structure","members":{"StepName":{},"StepDisplayName":{},"StepDescription":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StepStatus":{},"CacheHitResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}},"AttemptCount":{"type":"integer"},"FailureReason":{},"Metadata":{"type":"structure","members":{"TrainingJob":{"type":"structure","members":{"Arn":{}}},"ProcessingJob":{"type":"structure","members":{"Arn":{}}},"TransformJob":{"type":"structure","members":{"Arn":{}}},"TuningJob":{"type":"structure","members":{"Arn":{}}},"Model":{"type":"structure","members":{"Arn":{}}},"RegisterModel":{"type":"structure","members":{"Arn":{}}},"Condition":{"type":"structure","members":{"Outcome":{}}},"Callback":{"type":"structure","members":{"CallbackToken":{},"SqsQueueUrl":{},"OutputParameters":{"shape":"S1ae"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1ae"}}},"QualityCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckStatistics":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineStatistics":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"ClarifyCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"EMR":{"type":"structure","members":{"ClusterId":{},"StepId":{},"StepName":{},"LogFilePath":{}}},"Fail":{"type":"structure","members":{"ErrorMessage":{}}},"AutoMLJob":{"type":"structure","members":{"Arn":{}}}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1au"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStageDevices":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"EdgeDeploymentPlanName":{},"ExcludeDevicesDeployedInOtherStage":{"type":"boolean"},"StageName":{}}},"output":{"type":"structure","required":["DeviceDeploymentSummaries"],"members":{"DeviceDeploymentSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","StageName","DeviceName","DeviceArn"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"StageName":{},"DeployedStageName":{},"DeviceFleetName":{},"DeviceName":{},"DeviceArn":{},"DeviceDeploymentStatus":{},"DeviceDeploymentStatusMessage":{},"Description":{},"DeploymentStartTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStudioLifecycleConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"AppTypeEquals":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"StudioLifecycleConfigs":{"type":"list","member":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigAppType":{}}}}}}},"ListSubscribedWorkteams":{"input":{"type":"structure","members":{"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["SubscribedWorkteams"],"members":{"SubscribedWorkteams":{"type":"list","member":{"shape":"Szj"}},"NextToken":{}}}},"ListTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"},"NextToken":{}}}},"ListTrainingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"WarmPoolStatusEquals":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"CreationTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatus":{},"WarmPoolStatus":{"shape":"S101"}}}},"NextToken":{}}}},"ListTrainingJobsForHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{},"NextToken":{},"MaxResults":{"type":"integer"},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"shape":"Swi"}},"NextToken":{}}}},"ListTransformJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["TransformJobSummaries"],"members":{"TransformJobSummaries":{"type":"list","member":{"type":"structure","required":["TransformJobName","TransformJobArn","CreationTime","TransformJobStatus"],"members":{"TransformJobName":{},"TransformJobArn":{},"CreationTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TransformJobStatus":{},"FailureReason":{}}}},"NextToken":{}}}},"ListTrialComponents":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"SourceArn":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"TrialComponentSource":{"shape":"S10d"},"Status":{"shape":"Soh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"}}}},"NextToken":{}}}},"ListTrials":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialComponentName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialSummaries":{"type":"list","member":{"type":"structure","members":{"TrialArn":{},"TrialName":{},"DisplayName":{},"TrialSource":{"shape":"S109"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListUserProfiles":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameContains":{}}},"output":{"type":"structure","members":{"UserProfiles":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListWorkforces":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workforces"],"members":{"Workforces":{"type":"list","member":{"shape":"S10p"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S10x"}},"NextToken":{}}}},"PutModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName","ResourcePolicy"],"members":{"ModelPackageGroupName":{},"ResourcePolicy":{}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"QueryLineage":{"input":{"type":"structure","members":{"StartArns":{"type":"list","member":{}},"Direction":{},"IncludeEdges":{"type":"boolean"},"Filters":{"type":"structure","members":{"Types":{"type":"list","member":{}},"LineageTypes":{"type":"list","member":{}},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"ModifiedBefore":{"type":"timestamp"},"ModifiedAfter":{"type":"timestamp"},"Properties":{"type":"map","key":{},"value":{}}}},"MaxDepth":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Vertices":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"LineageType":{}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}}},"NextToken":{}}}},"RegisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1dg"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sdj"},"Task":{"type":"structure","required":["Input"],"members":{"Input":{}}},"RoleArn":{},"HumanTaskUiArn":{}}},"output":{"type":"structure","required":["RenderedContent","Errors"],"members":{"RenderedContent":{},"Errors":{"type":"list","member":{"type":"structure","required":["Code","Message"],"members":{"Code":{},"Message":{}}}}}}},"RetryPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1dr"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1e4"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Sv2"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S109"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S10d"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S10d"},"Status":{"shape":"Soh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"Parameters":{"shape":"Sok"},"InputArtifacts":{"shape":"Soo"},"OutputArtifacts":{"shape":"Soo"},"Metrics":{"shape":"S10f"},"MetadataProperties":{"shape":"S1q"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1e4"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"ExperimentConfig":{"shape":"Sml"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1ec"}}},"LineageGroupArn":{},"Tags":{"shape":"S7"},"Parents":{"type":"list","member":{"type":"structure","members":{"TrialName":{},"ExperimentName":{}}}},"RunName":{}}},"Endpoint":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"Suk"},"DataCaptureConfig":{"shape":"Sus"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"Syg"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"Suk"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"ValidationSpecification":{"shape":"Sj3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"Sy3"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Sru"},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"ModelPackageGroupStatus":{},"Tags":{"shape":"S7"}}},"Pipeline":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedBy":{"shape":"Sru"},"ParallelismConfiguration":{"shape":"Sl9"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"Sz0"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedBy":{"shape":"Sru"},"ParallelismConfiguration":{"shape":"Sl9"},"PipelineParameters":{"shape":"S1au"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Sv8"},"LastUpdateStatus":{"shape":"Svb"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"ServiceCatalogProvisionedProductDetails":{"shape":"Sz8"},"ProjectStatus":{},"CreatedBy":{"shape":"Sru"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"Svh"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swe"},"ObjectiveStatusCounters":{"shape":"Swg"},"BestTrainingJob":{"shape":"Swi"},"OverallBestTrainingJob":{"shape":"Swi"},"WarmStartConfig":{"shape":"Ser"},"FailureReason":{},"Tags":{"shape":"S7"}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5o"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1ec"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S18z"},"LastMonitoringExecutionSummary":{"shape":"Syg"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sru"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sru"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}}},"NextToken":{}}}},"SendPipelineExecutionStepFailure":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"FailureReason":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"SendPipelineExecutionStepSuccess":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"OutputParameters":{"shape":"S1ae"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StartEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StartInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StartMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StartNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StartPipelineExecution":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"PipelineExecutionDisplayName":{},"PipelineParameters":{"shape":"S1au"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}}},"StopCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"StopEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StopEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}}},"StopHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"StopInferenceExperiment":{"input":{"type":"structure","required":["Name","ModelVariantActions"],"members":{"Name":{},"ModelVariantActions":{"type":"map","key":{},"value":{}},"DesiredModelVariants":{"shape":"Sfk"},"DesiredState":{},"Reason":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StopInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}}},"StopLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}}},"StopMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StopNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StopPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}}},"StopTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}}},"StopTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}}},"UpdateAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1ft"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4n"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1ft"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1ft"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S86"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1dg"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"S8c"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4d"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"S92"}}},"DefaultSpaceSettings":{"shape":"S95"},"AppSecurityGroupManagement":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"S9s"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sc4"}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"Svi"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sdb"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"UpdateImage":{"input":{"type":"structure","required":["ImageName"],"members":{"DeleteProperties":{"type":"list","member":{}},"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"UpdateImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"AliasesToAdd":{"shape":"Sf4"},"AliasesToDelete":{"shape":"Sf4"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sfh"},"Description":{},"ModelVariants":{"shape":"Sfk"},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Sip"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sjg"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"Sjp"}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"UpdateMonitoringAlert":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","DatapointsToAlert","EvaluationPeriod"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{},"MonitoringAlertName":{}}}},"UpdateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Sk3"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"UpdateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"InstanceType":{},"RoleArn":{},"LifecycleConfigName":{},"DisassociateLifecycleConfig":{"type":"boolean"},"VolumeSizeInGB":{"type":"integer"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"AcceleratorTypes":{"shape":"Skk"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sl3"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sms"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Sn0"}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Snu"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"Snw"},"ResourceConfig":{"type":"structure","required":["KeepAlivePeriodInSeconds"],"members":{"KeepAlivePeriodInSeconds":{"type":"integer"}}}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"UpdateTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{},"DisplayName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"UpdateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Soh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Sok"},"ParametersToRemove":{"shape":"S1hy"},"InputArtifacts":{"shape":"Soo"},"InputArtifactsToRemove":{"shape":"S1hy"},"OutputArtifacts":{"shape":"Soo"},"OutputArtifactsToRemove":{"shape":"S1hy"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"S8c"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Sp5"},"OidcConfig":{"shape":"Sp2"},"WorkforceVpcConfig":{"shape":"Sp9"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S10p"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Spj"},"Description":{},"NotificationConfiguration":{"shape":"Spr"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S10x"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers","SupportedContentTypes","SupportedResponseMIMETypes"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S16"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S18"},"SupportedContentTypes":{"shape":"S1a"},"SupportedResponseMIMETypes":{"shape":"S1c"}}},"Ss":{"type":"list","member":{"type":"structure","required":["Image"],"members":{"ContainerHostname":{},"Image":{},"ImageDigest":{},"ModelDataUrl":{},"ProductId":{},"Environment":{"shape":"Sz"},"ModelInput":{"type":"structure","required":["DataInputConfig"],"members":{"DataInputConfig":{}}},"Framework":{},"FrameworkVersion":{},"NearestModelName":{}}}},"Sz":{"type":"map","key":{},"value":{}},"S16":{"type":"list","member":{}},"S18":{"type":"list","member":{}},"S1a":{"type":"list","member":{}},"S1c":{"type":"list","member":{}},"S1j":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1o":{"type":"map","key":{},"value":{}},"S1q":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S1v":{"type":"structure","required":["TrainingImage","SupportedTrainingInstanceTypes","TrainingChannels"],"members":{"TrainingImage":{},"TrainingImageDigest":{},"SupportedHyperParameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Description":{},"Type":{},"Range":{"type":"structure","members":{"IntegerParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"ContinuousParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"CategoricalParameterRangeSpecification":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S25"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2a"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1a"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2m"}}}},"S25":{"type":"list","member":{}},"S2a":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2m":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2o":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TrainingJobDefinition"],"members":{"ProfileName":{},"TrainingJobDefinition":{"type":"structure","required":["TrainingInputMode","InputDataConfig","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingInputMode":{},"HyperParameters":{"shape":"S2t"},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"StoppingCondition":{"shape":"S3m"}}},"TransformJobDefinition":{"shape":"S3p"}}}}}},"S2t":{"type":"map","key":{},"value":{}},"S2v":{"type":"list","member":{"type":"structure","required":["ChannelName","DataSource"],"members":{"ChannelName":{},"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"S3DataDistributionType":{},"AttributeNames":{"type":"list","member":{}},"InstanceGroupNames":{"type":"list","member":{}}}},"FileSystemDataSource":{"type":"structure","required":["FileSystemId","FileSystemAccessMode","FileSystemType","DirectoryPath"],"members":{"FileSystemId":{},"FileSystemAccessMode":{},"FileSystemType":{},"DirectoryPath":{}}}}},"ContentType":{},"CompressionType":{},"RecordWrapperType":{},"InputMode":{},"ShuffleConfig":{"type":"structure","required":["Seed"],"members":{"Seed":{"type":"long"}}}}}},"S3e":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S3g":{"type":"structure","required":["VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"InstanceGroups":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","InstanceGroupName"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"InstanceGroupName":{}}}},"KeepAlivePeriodInSeconds":{"type":"integer"}}},"S3m":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"}}},"S3p":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"TransformResources":{"shape":"S43"}}},"S3t":{"type":"map","key":{},"value":{}},"S3w":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S40":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S43":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4d":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4n":{"type":"structure","required":["KernelSpecs"],"members":{"KernelSpecs":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"DisplayName":{}}}},"FileSystemConfig":{"type":"structure","members":{"MountPath":{},"DefaultUid":{"type":"integer"},"DefaultGid":{"type":"integer"}}}}},"S4z":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S57":{"type":"list","member":{"type":"structure","required":["DataSource","TargetAttributeName"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{}}}},"S5e":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S5g":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S5i":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5j"},"SecurityConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"DataSplitConfig":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{}}},"Mode":{}}},"S5j":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S5o":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S5r"}}},"S5r":{"type":"list","member":{}},"S5y":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S64":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S6b":{"type":"structure","required":["S3Uri","DataInputConfig","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S6e":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S6l":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S6t":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S6y":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"},"StatisticsResource":{"shape":"S71"}}},"S70":{"type":"structure","members":{"S3Uri":{}}},"S71":{"type":"structure","members":{"S3Uri":{}}},"S72":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S78"}}},"S74":{"type":"list","member":{}},"S76":{"type":"list","member":{}},"S78":{"type":"map","key":{},"value":{}},"S7b":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}},"S7c":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{}}},"S7i":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{}}},"S7o":{"type":"structure","required":["MonitoringOutputs"],"members":{"MonitoringOutputs":{"type":"list","member":{"type":"structure","required":["S3Output"],"members":{"S3Output":{"type":"structure","required":["S3Uri","LocalPath"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}}}}},"KmsKeyId":{}}},"S7u":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"S7z":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"S80":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"S86":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"S8c":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"S8d"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"CustomImages":{"shape":"S8m"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}}}}}},"S8d":{"type":"list","member":{}},"S8g":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"LifecycleConfigArns":{"shape":"S8h"},"CodeRepositories":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}}}},"S8h":{"type":"list","member":{}},"S8l":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"CustomImages":{"shape":"S8m"},"LifecycleConfigArns":{"shape":"S8h"}}},"S8m":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"S91":{"type":"structure","members":{"SecurityGroupIds":{"shape":"S92"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4d"}}},"ExecutionRoleIdentityConfig":{}}},"S92":{"type":"list","member":{}},"S95":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"S8d"},"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"}}},"S9a":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"S9c":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"S9e"},"DeploymentConfig":{"shape":"S9j"}}}},"S9e":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"S9h"},"DeviceNameContains":{}}},"S9h":{"type":"list","member":{}},"S9j":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"S9s":{"type":"structure","required":["BlueGreenUpdatePolicy"],"members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"S9x"},"LinearStepSize":{"shape":"S9x"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}}}},"S9x":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Sa9":{"type":"list","member":{"type":"structure","required":["VariantName","ModelName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Sah"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}}},"Sah":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"}}},"San":{"type":"structure","required":["InitialSamplingPercentage","DestinationS3Uri","CaptureOptions"],"members":{"EnableCapture":{"type":"boolean"},"InitialSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{},"CaptureOptions":{"type":"list","member":{"type":"structure","required":["CaptureMode"],"members":{"CaptureMode":{}}}},"CaptureContentTypeHeader":{"shape":"Sat"}}},"Sat":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Say":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{}}}}}}},"Sb4":{"type":"structure","members":{"ClarifyExplainerConfig":{"type":"structure","required":["ShapConfig"],"members":{"EnableExplanations":{},"InferenceConfig":{"type":"structure","members":{"FeaturesAttribute":{},"ContentTemplate":{},"MaxRecordCount":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"ProbabilityIndex":{"type":"integer"},"LabelIndex":{"type":"integer"},"ProbabilityAttribute":{},"LabelAttribute":{},"LabelHeaders":{"type":"list","member":{}},"FeatureHeaders":{"type":"list","member":{}},"FeatureTypes":{"type":"list","member":{}}}},"ShapConfig":{"type":"structure","required":["ShapBaselineConfig"],"members":{"ShapBaselineConfig":{"type":"structure","members":{"MimeType":{},"ShapBaseline":{},"ShapBaselineUri":{}}},"NumberOfSamples":{"type":"integer"},"UseLogit":{"type":"boolean"},"Seed":{"type":"integer"},"TextConfig":{"type":"structure","required":["Language","Granularity"],"members":{"Language":{},"Granularity":{}}}}}}}}},"Sc3":{"type":"list","member":{"shape":"Sc4"}},"Sc4":{"type":"structure","members":{"FeatureName":{},"FeatureType":{}}},"Sc6":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"}}},"Sc8":{"type":"structure","required":["S3StorageConfig"],"members":{"S3StorageConfig":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"KmsKeyId":{},"ResolvedOutputS3Uri":{}}},"DisableGlueTableCreation":{"type":"boolean"},"DataCatalogConfig":{"type":"structure","required":["TableName","Catalog","Database"],"members":{"TableName":{},"Catalog":{},"Database":{}}},"TableFormat":{}}},"Sck":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Scm":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Scp":{"type":"structure","required":["WorkteamArn","HumanTaskUiArn","TaskTitle","TaskDescription","TaskCount"],"members":{"WorkteamArn":{},"HumanTaskUiArn":{},"TaskTitle":{},"TaskDescription":{},"TaskCount":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskKeywords":{"type":"list","member":{}},"PublicWorkforceTaskPrice":{"shape":"Scz"}}},"Scz":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sd4":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sdb":{"type":"list","member":{}},"Sdd":{"type":"structure","members":{"S3OutputPath":{}}},"Sdj":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sdo":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2m"},"ResourceLimits":{"shape":"Sdu"},"ParameterRanges":{"shape":"Sdx"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","required":["TargetObjectiveMetricValue"],"members":{"TargetObjectiveMetricValue":{"type":"float"}}},"RandomSeed":{"type":"integer"}}},"Sdu":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"}}},"Sdx":{"type":"structure","members":{"IntegerParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"ContinuousParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S25"}}}}}},"Sea":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2m"},"HyperParameterRanges":{"shape":"Sdx"},"StaticHyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2a"}}},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"VpcConfig":{"shape":"S5o"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"StoppingCondition":{"shape":"S3m"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"RetryStrategy":{"shape":"Seg"},"HyperParameterTuningResourceConfig":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"AllocationStrategy":{},"InstanceConfigs":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"}}}}}},"Environment":{"type":"map","key":{},"value":{}}}},"Sef":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Seg":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Seq":{"type":"list","member":{"shape":"Sea"}},"Ser":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Sf4":{"type":"list","member":{}},"Sfh":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sfk":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sfn"}}}},"Sfn":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Sfs":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Sat"}}},"Sft":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sg1":{"type":"structure","members":{"ModelPackageVersionArn":{},"JobDurationInSeconds":{"type":"integer"},"TrafficPattern":{"type":"structure","members":{"TrafficType":{},"Phases":{"type":"list","member":{"type":"structure","members":{"InitialNumberOfUsers":{"type":"integer"},"SpawnRate":{"type":"integer"},"DurationInSeconds":{"type":"integer"}}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","required":["InstanceType"],"members":{"InstanceType":{},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"DataInputConfig":{}}},"Endpoints":{"type":"list","member":{"shape":"Sgs"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"ModelName":{}}},"Sgs":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"Sgz":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}}}},"Sha":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["ManifestS3Uri"],"members":{"ManifestS3Uri":{}}},"SnsDataSource":{"type":"structure","required":["SnsTopicArn"],"members":{"SnsTopicArn":{}}}}},"DataAttributes":{"type":"structure","members":{"ContentClassifiers":{"type":"list","member":{}}}}}},"Shh":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Shi":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Shl":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S5o"}}}}},"Shp":{"type":"structure","required":["WorkteamArn","UiConfig","PreHumanTaskLambdaArn","TaskTitle","TaskDescription","NumberOfHumanWorkersPerDataObject","TaskTimeLimitInSeconds","AnnotationConsolidationConfig"],"members":{"WorkteamArn":{},"UiConfig":{"type":"structure","members":{"UiTemplateS3Uri":{},"HumanTaskUiArn":{}}},"PreHumanTaskLambdaArn":{},"TaskKeywords":{"type":"list","member":{}},"TaskTitle":{},"TaskDescription":{},"NumberOfHumanWorkersPerDataObject":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"MaxConcurrentTaskCount":{"type":"integer"},"AnnotationConsolidationConfig":{"type":"structure","required":["AnnotationConsolidationLambdaArn"],"members":{"AnnotationConsolidationLambdaArn":{}}},"PublicWorkforceTaskPrice":{"shape":"Scz"}}},"Si4":{"type":"structure","members":{"ContainerHostname":{},"Image":{},"ImageConfig":{"type":"structure","required":["RepositoryAccessMode"],"members":{"RepositoryAccessMode":{},"RepositoryAuthConfig":{"type":"structure","required":["RepositoryCredentialsProviderArn"],"members":{"RepositoryCredentialsProviderArn":{}}}}},"Mode":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"},"ModelPackageName":{},"InferenceSpecificationName":{},"MultiModelConfig":{"type":"structure","members":{"ModelCacheSetting":{}}}}},"Sid":{"type":"list","member":{"shape":"Si4"}},"Sie":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sii":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Sij":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S78"}}},"Sik":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"},"GroundTruthS3Input":{"shape":"Sil"}}},"Sil":{"type":"structure","members":{"S3Uri":{}}},"Sio":{"type":"structure","members":{"KmsKeyId":{}}},"Sip":{"type":"string","sensitive":true},"Siu":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Siy":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Siz":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S78"}}},"Sj0":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}},"Sj3":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S3p"}}}}}},"Sj6":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"AlgorithmName":{}}}}}},"Sj9":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Sjb"},"PreTrainingReport":{"shape":"Sjb"},"PostTrainingReport":{"shape":"Sjb"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Sjb"}}}}},"Sjb":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sjg":{"type":"map","key":{},"value":{}},"Sjj":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Sjl"},"PreTrainingConstraints":{"shape":"Sjb"},"PostTrainingConstraints":{"shape":"Sjb"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Sjb"},"ConfigFile":{"shape":"Sjl"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}}}},"Sjl":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sjp":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S16"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S18"},"SupportedContentTypes":{"shape":"S1a"},"SupportedResponseMIMETypes":{"shape":"S1c"}}}},"Sjw":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Sjx":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S78"}}},"Sjz":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"},"GroundTruthS3Input":{"shape":"Sil"}}},"Sk3":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"},"StatisticsResource":{"shape":"S71"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}}},"MonitoringOutputConfig":{"shape":"S7o"},"MonitoringResources":{"shape":"S7u"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"S80"},"Environment":{"shape":"S78"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Skb":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"Skk":{"type":"list","member":{}},"Skn":{"type":"list","member":{}},"Skq":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Skv":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Sl3":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Sl9":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Slm":{"type":"list","member":{"type":"structure","required":["InputName"],"members":{"InputName":{},"AppManaged":{"type":"boolean"},"S3Input":{"type":"structure","required":["S3Uri","S3DataType"],"members":{"S3Uri":{},"LocalPath":{},"S3DataType":{},"S3InputMode":{},"S3DataDistributionType":{},"S3CompressionType":{}}},"DatasetDefinition":{"type":"structure","members":{"AthenaDatasetDefinition":{"type":"structure","required":["Catalog","Database","QueryString","OutputS3Uri","OutputFormat"],"members":{"Catalog":{},"Database":{},"QueryString":{},"WorkGroup":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"RedshiftDatasetDefinition":{"type":"structure","required":["ClusterId","Database","DbUser","QueryString","ClusterRoleArn","OutputS3Uri","OutputFormat"],"members":{"ClusterId":{},"Database":{},"DbUser":{},"QueryString":{},"ClusterRoleArn":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"LocalPath":{},"DataDistributionType":{},"InputMode":{}}}}}},"Sm9":{"type":"structure","required":["Outputs"],"members":{"Outputs":{"type":"list","member":{"type":"structure","required":["OutputName"],"members":{"OutputName":{},"S3Output":{"type":"structure","required":["S3Uri","LocalPath","S3UploadMode"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}},"FeatureStoreOutput":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}},"AppManaged":{"type":"boolean"}}}},"KmsKeyId":{}}},"Sme":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Smg":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Smi":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"type":"list","member":{}}}},"Smk":{"type":"map","key":{},"value":{}},"Sml":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Smq":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sms"}}},"Sms":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sn0":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"}}},"Sna":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2a"},"EnableSageMakerMetricsTimeSeries":{"type":"boolean"},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerArguments":{"type":"list","member":{}}}},"Snf":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{},"HookParameters":{"type":"map","key":{},"value":{}},"CollectionConfigurations":{"type":"list","member":{"type":"structure","members":{"CollectionName":{},"CollectionParameters":{"type":"map","key":{},"value":{}}}}}}},"Snn":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Snq"}}}},"Snq":{"type":"map","key":{},"value":{}},"Snr":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Sns":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Snu"},"DisableProfiler":{"type":"boolean"}}},"Snu":{"type":"map","key":{},"value":{}},"Snw":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Snq"}}}},"Sny":{"type":"map","key":{},"value":{}},"So5":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"So8":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"So9":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Soh":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"Sok":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"Soo":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Soz":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Sp2":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Sp5":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Sp9":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Spb"},"Subnets":{"shape":"Spd"}}},"Spb":{"type":"list","member":{}},"Spd":{"type":"list","member":{}},"Spj":{"type":"list","member":{"type":"structure","members":{"CognitoMemberDefinition":{"type":"structure","required":["UserPool","UserGroup","ClientId"],"members":{"UserPool":{},"UserGroup":{},"ClientId":{}}},"OidcMemberDefinition":{"type":"structure","required":["Groups"],"members":{"Groups":{"type":"list","member":{}}}}}}},"Spr":{"type":"structure","members":{"NotificationTopicArn":{}}},"Sru":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{}}},"Ss0":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Sse":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Ssg":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"}}}},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}}}},"Sth":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"Suk":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Sum"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"Suo"},"CurrentServerlessConfig":{"shape":"Sah"},"DesiredServerlessConfig":{"shape":"Sah"}}}},"Sum":{"type":"list","member":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}}},"Suo":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"Sus":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"Suw":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Sum"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"Suo"},"CurrentServerlessConfig":{"shape":"Sah"},"DesiredServerlessConfig":{"shape":"Sah"}}}},"Sv2":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"Sv8":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"Svb":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"Svh":{"type":"list","member":{"shape":"Svi"}},"Svi":{"type":"structure","members":{"Key":{},"Value":{}}},"Svz":{"type":"list","member":{}},"Swe":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"Swg":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"Swi":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus","TunedHyperParameters"],"members":{"TrainingJobDefinitionName":{},"TrainingJobName":{},"TrainingJobArn":{},"TuningJobName":{},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"TrainingJobStatus":{},"TunedHyperParameters":{"shape":"S2t"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"Sx5":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"}}},"Sx7":{"type":"structure","required":["EndpointName","VariantName","InstanceType","InitialInstanceCount"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"}}},"Sx8":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"Sxi":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"Sxl":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"Sy3":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"Sy4"},"ImageScanStatuses":{"shape":"Sy4"}}},"Sy4":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Syg":{"type":"structure","required":["MonitoringScheduleName","ScheduledTime","CreationTime","LastModifiedTime","MonitoringExecutionStatus"],"members":{"MonitoringScheduleName":{},"ScheduledTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringExecutionStatus":{},"ProcessingJobArn":{},"EndpointName":{},"FailureReason":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Sz0":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"Sz8":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"Szj":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"Szn":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"Szq":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"Szu":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S101":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S109":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S10d":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S10f":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"SourceArn":{},"TimeStamp":{"type":"timestamp"},"Max":{"type":"double"},"Min":{"type":"double"},"Last":{"type":"double"},"Count":{"type":"integer"},"Avg":{"type":"double"},"StdDev":{"type":"double"}}}},"S10p":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Sp5"},"SubDomain":{},"CognitoConfig":{"shape":"Soz"},"OidcConfig":{"type":"structure","members":{"ClientId":{},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"CreateDate":{"type":"timestamp"},"WorkforceVpcConfig":{"type":"structure","required":["VpcId","SecurityGroupIds","Subnets"],"members":{"VpcId":{},"SecurityGroupIds":{"shape":"Spb"},"Subnets":{"shape":"Spd"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S10x":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Spj"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Spr"}}},"S13u":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S15k":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"Svz"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S18z":{"type":"list","member":{"type":"structure","required":["MonitoringAlertName","CreationTime","LastModifiedTime","AlertStatus","DatapointsToAlert","EvaluationPeriod","Actions"],"members":{"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"AlertStatus":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"},"Actions":{"type":"structure","members":{"ModelDashboardIndicator":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}}}}},"S1ae":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1au":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1dg":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1dr":{"type":"structure","members":{"Filters":{"shape":"S1ds"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1ds"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1dr"}},"Operator":{}}},"S1ds":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1e4":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sth"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"Szn"},"FinalMetricDataList":{"shape":"Szq"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Snf"},"ExperimentConfig":{"shape":"Sml"},"DebugRuleConfigurations":{"shape":"Snn"},"TensorBoardOutputConfig":{"shape":"Snr"},"DebugRuleEvaluationStatuses":{"shape":"Szu"},"Environment":{"shape":"Sny"},"RetryStrategy":{"shape":"Seg"},"Tags":{"shape":"S7"}}},"S1ec":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So5"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"TransformResources":{"shape":"S43"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"So9"},"ExperimentConfig":{"shape":"Sml"},"Tags":{"shape":"S7"}}},"S1ft":{"type":"list","member":{}},"S1hy":{"type":"list","member":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-07-24","endpointPrefix":"api.sagemaker","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"SageMaker","serviceFullName":"Amazon SageMaker Service","serviceId":"SageMaker","signatureVersion":"v4","signingName":"sagemaker","targetPrefix":"SageMaker","uid":"sagemaker-2017-07-24"},"operations":{"AddAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"AddTags":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"AssociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"BatchDescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageArnList"],"members":{"ModelPackageArnList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ModelPackageSummaries":{"type":"map","key":{},"value":{"type":"structure","required":["ModelPackageGroupName","ModelPackageArn","CreationTime","InferenceSpecification","ModelPackageStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"BatchDescribeModelPackageErrorMap":{"type":"map","key":{},"value":{"type":"structure","required":["ErrorCode","ErrorResponse"],"members":{"ErrorCode":{},"ErrorResponse":{}}}}}}},"CreateAction":{"input":{"type":"structure","required":["ActionName","Source","ActionType"],"members":{"ActionName":{},"Source":{"shape":"S1j"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S1v"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2o"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["AlgorithmArn"],"members":{"AlgorithmArn":{}}}},"CreateApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"Tags":{"shape":"S7"},"ResourceSpec":{"shape":"S4d"},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4n"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S4z"},"ArtifactType":{},"Properties":{"shape":"S1o"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S57"},"OutputDataConfig":{"shape":"S5e"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S5g"},"AutoMLJobConfig":{"shape":"S5i"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S5y"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S64"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"CreateCompilationJob":{"input":{"type":"structure","required":["CompilationJobName","RoleArn","OutputConfig","StoppingCondition"],"members":{"CompilationJobName":{},"RoleArn":{},"ModelPackageVersionArn":{},"InputConfig":{"shape":"S6b"},"OutputConfig":{"shape":"S6e"},"VpcConfig":{"shape":"S6l"},"StoppingCondition":{"shape":"S3m"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S6t"},"ContextType":{},"Description":{},"Properties":{"shape":"S1o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S6y"},"DataQualityAppSpecification":{"shape":"S72"},"DataQualityJobInput":{"shape":"S7b"},"DataQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S86"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"S8c"},"SubnetIds":{"shape":"S5r"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DomainSettings":{"shape":"S91"},"DefaultSpaceSettings":{"shape":"S95"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"S9a"},"DeviceFleetName":{},"Stages":{"shape":"S9c"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"S9c"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"S86"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"S9s"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sa9"},"DataCaptureConfig":{"shape":"San"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Say"},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Sa9"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"CreateFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName","HumanLoopConfig","OutputConfig","RoleArn"],"members":{"FlowDefinitionName":{},"HumanLoopRequestSource":{"shape":"Sck"},"HumanLoopActivationConfig":{"shape":"Scm"},"HumanLoopConfig":{"shape":"Scp"},"OutputConfig":{"shape":"Sd4"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sdb"},"S3StorageConfig":{"shape":"Sdd"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sdj"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"WarmStartConfig":{"shape":"Ser"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HyperParameterTuningJobArn"],"members":{"HyperParameterTuningJobArn":{}}}},"CreateImage":{"input":{"type":"structure","required":["ImageName","RoleArn"],"members":{"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"CreateImageVersion":{"input":{"type":"structure","required":["BaseImage","ClientToken","ImageName"],"members":{"BaseImage":{},"ClientToken":{"idempotencyToken":true},"ImageName":{},"Aliases":{"shape":"Sf4"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sfk"},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"},"KmsKey":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"CreateInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName","JobType","RoleArn","InputConfig"],"members":{"JobName":{},"JobType":{},"RoleArn":{},"InputConfig":{"shape":"Sg1"},"JobDescription":{},"StoppingConditions":{"shape":"Sgz"},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"CompiledOutputConfig":{"type":"structure","members":{"S3OutputUri":{}}}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobArn"],"members":{"JobArn":{}}}},"CreateLabelingJob":{"input":{"type":"structure","required":["LabelingJobName","LabelAttributeName","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobName":{},"LabelAttributeName":{},"InputConfig":{"shape":"Sha"},"OutputConfig":{"shape":"Shh"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Shi"},"LabelingJobAlgorithmsConfig":{"shape":"Shl"},"HumanTaskConfig":{"shape":"Shp"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName","ExecutionRoleArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S5o"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["ModelArn"],"members":{"ModelArn":{}}}},"CreateModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelBiasBaselineConfig":{"shape":"Sii"},"ModelBiasAppSpecification":{"shape":"Sij"},"ModelBiasJobInput":{"shape":"Sik"},"ModelBiasJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Sio"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"CreateModelCardExportJob":{"input":{"type":"structure","required":["ModelCardName","ModelCardExportJobName","OutputConfig"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardExportJobName":{},"OutputConfig":{"shape":"Siu"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Siy"},"ModelExplainabilityAppSpecification":{"shape":"Siz"},"ModelExplainabilityJobInput":{"shape":"Sj0"},"ModelExplainabilityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Sj3"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"ClientToken":{"idempotencyToken":true},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"CreateModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupDescription":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"CreateModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelQualityBaselineConfig":{"shape":"Sjw"},"ModelQualityAppSpecification":{"shape":"Sjx"},"ModelQualityJobInput":{"shape":"Sjz"},"ModelQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Sk3"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"S8d"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Skk"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sl3"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sml"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn","ProjectId"],"members":{"ProjectArn":{},"ProjectId":{}}}},"CreateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"Tags":{"shape":"S7"},"SpaceSettings":{"shape":"Sn0"}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"CreateStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName","StudioLifecycleConfigContent","StudioLifecycleConfigAppType"],"members":{"StudioLifecycleConfigName":{},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{}}}},"CreateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName","AlgorithmSpecification","RoleArn","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingJobName":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"DebugHookConfig":{"shape":"Snj"},"DebugRuleConfigurations":{"shape":"Snr"},"TensorBoardOutputConfig":{"shape":"Snv"},"ExperimentConfig":{"shape":"Sml"},"ProfilerConfig":{"shape":"Snw"},"ProfilerRuleConfigurations":{"shape":"So0"},"Environment":{"shape":"So2"},"RetryStrategy":{"shape":"Seg"}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"CreateTransformJob":{"input":{"type":"structure","required":["TransformJobName","ModelName","TransformInput","TransformOutput","TransformResources"],"members":{"TransformJobName":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So9"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"DataCaptureConfig":{"shape":"Soc"},"TransformResources":{"shape":"S43"},"DataProcessing":{"shape":"Sod"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sml"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Sol"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Soo"},"InputArtifacts":{"shape":"Sos"},"OutputArtifacts":{"shape":"Sos"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"CreateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"Tags":{"shape":"S7"},"UserSettings":{"shape":"S8c"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Sp3"},"OidcConfig":{"shape":"Sp6"},"SourceIpConfig":{"shape":"Sp9"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Spd"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"Spn"},"Description":{},"NotificationConfiguration":{"shape":"Spv"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"WorkteamArn":{}}}},"DeleteAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"DeleteAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}}},"DeleteApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"SpaceName":{}}}},"DeleteAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}}},"DeleteArtifact":{"input":{"type":"structure","members":{"ArtifactArn":{},"Source":{"shape":"S4z"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"DeleteContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"DeleteDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"RetentionPolicy":{"type":"structure","members":{"HomeEfsFileSystem":{}}}}}},"DeleteEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{}}}},"DeleteEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"DeleteEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}}},"DeleteEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}}},"DeleteExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"DeleteFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}}},"DeleteFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","members":{}}},"DeleteHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}}},"DeleteHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName","HubContentVersion"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}}},"DeleteHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","members":{}}},"DeleteImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{}}},"DeleteImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"S9h"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1j"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"},"LineageGroupArn":{}}}},"DescribeAlgorithm":{"input":{"type":"structure","required":["AlgorithmName"],"members":{"AlgorithmName":{}}},"output":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","TrainingSpecification","AlgorithmStatus","AlgorithmStatusDetails"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"TrainingSpecification":{"shape":"S1v"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2o"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Ss4"},"ImageScanStatuses":{"shape":"Ss4"}}},"ProductId":{},"CertifyForMarketplace":{"type":"boolean"}}}},"DescribeApp":{"input":{"type":"structure","required":["DomainId","AppType","AppName"],"members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{},"AppType":{},"AppName":{},"DomainId":{},"UserProfileName":{},"Status":{},"LastHealthCheckTimestamp":{"type":"timestamp"},"LastUserActivityTimestamp":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ResourceSpec":{"shape":"S4d"},"SpaceName":{}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4n"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S4z"},"ArtifactType":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"},"LineageGroupArn":{}}}},"DescribeAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","InputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"InputDataConfig":{"shape":"S57"},"OutputDataConfig":{"shape":"S5e"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5g"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S5i"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Ssi"},"BestCandidate":{"shape":"Ssk"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5g"},"ProblemType":{},"CompletionCriteria":{"shape":"S5j"}}},"ModelDeployConfig":{"shape":"S5y"},"ModelDeployResult":{"type":"structure","members":{"EndpointName":{}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S64"}}}},"DescribeCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}},"output":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CompilationJobStatus","StoppingCondition","CreationTime","LastModifiedTime","FailureReason","ModelArtifacts","RoleArn","InputConfig","OutputConfig"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CompilationJobStatus":{},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"StoppingCondition":{"shape":"S3m"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Stl"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S6b"},"OutputConfig":{"shape":"S6e"},"VpcConfig":{"shape":"S6l"}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S6t"},"ContextType":{},"Description":{},"Properties":{"shape":"S1o"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"LineageGroupArn":{}}}},"DescribeDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"DataQualityBaselineConfig":{"shape":"S6y"},"DataQualityAppSpecification":{"shape":"S72"},"DataQualityJobInput":{"shape":"S7b"},"DataQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeDevice":{"input":{"type":"structure","required":["DeviceName","DeviceFleetName"],"members":{"NextToken":{},"DeviceName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceName","DeviceFleetName","RegistrationTime"],"members":{"DeviceArn":{},"DeviceName":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{},"LatestSampleTime":{"type":"timestamp"},"LatestInference":{"type":"timestamp"}}}},"MaxModels":{"type":"integer"},"NextToken":{},"AgentVersion":{}}}},"DescribeDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetName","DeviceFleetArn","OutputConfig","CreationTime","LastModifiedTime"],"members":{"DeviceFleetName":{},"DeviceFleetArn":{},"OutputConfig":{"shape":"S86"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"AuthMode":{},"DefaultUserSettings":{"shape":"S8c"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S5r"},"Url":{},"VpcId":{},"KmsKeyId":{},"DomainSettings":{"shape":"S91"},"AppSecurityGroupManagement":{},"SecurityGroupIdForDomainBoundary":{},"DefaultSpaceSettings":{"shape":"S95"}}}},"DescribeEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName"],"members":{"EdgeDeploymentPlanName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName","Stages"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"S9a"},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"Stages":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig","DeploymentConfig","DeploymentStatus"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"S9e"},"DeploymentConfig":{"shape":"S9j"},"DeploymentStatus":{"type":"structure","required":["StageStatus","EdgeDeploymentSuccessInStage","EdgeDeploymentPendingInStage","EdgeDeploymentFailedInStage"],"members":{"StageStatus":{},"EdgeDeploymentSuccessInStage":{"type":"integer"},"EdgeDeploymentPendingInStage":{"type":"integer"},"EdgeDeploymentFailedInStage":{"type":"integer"},"EdgeDeploymentStatusMessage":{},"EdgeDeploymentStageStartTime":{"type":"timestamp"}}}}}},"NextToken":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}},"output":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"S86"},"ResourceKey":{},"EdgePackagingJobStatus":{},"EdgePackagingJobStatusMessage":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ModelArtifact":{},"ModelSignature":{},"PresetDeploymentOutput":{"type":"structure","required":["Type"],"members":{"Type":{},"Artifact":{},"Status":{},"StatusMessage":{}}}}}},"DescribeEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"Suo"},"DataCaptureConfig":{"shape":"Suw"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"S9s"},"AsyncInferenceConfig":{"shape":"Say"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sv0"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"Sv0"}}},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Suo"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Sa9"},"DataCaptureConfig":{"shape":"San"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Say"},"ExplainerConfig":{"shape":"Sb4"},"ShadowProductionVariants":{"shape":"Sa9"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Sv6"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"}}}},"DescribeFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions","CreationTime","NextToken"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Svc"},"LastUpdateStatus":{"shape":"Svf"},"FailureReason":{},"Description":{},"NextToken":{},"OnlineStoreTotalSizeBytes":{"type":"long"}}}},"DescribeFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{}}},"output":{"type":"structure","required":["FeatureGroupArn","FeatureGroupName","FeatureName","FeatureType","CreationTime","LastModifiedTime"],"members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"Svl"}}}},"DescribeFlowDefinition":{"input":{"type":"structure","required":["FlowDefinitionName"],"members":{"FlowDefinitionName":{}}},"output":{"type":"structure","required":["FlowDefinitionArn","FlowDefinitionName","FlowDefinitionStatus","CreationTime","HumanLoopConfig","OutputConfig","RoleArn"],"members":{"FlowDefinitionArn":{},"FlowDefinitionName":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"HumanLoopRequestSource":{"shape":"Sck"},"HumanLoopActivationConfig":{"shape":"Scm"},"HumanLoopConfig":{"shape":"Scp"},"OutputConfig":{"shape":"Sd4"},"RoleArn":{},"FailureReason":{}}}},"DescribeHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{}}},"output":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sdb"},"S3StorageConfig":{"shape":"Sdd"},"HubStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"DescribeHubContent":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"HubContentVersion":{}}},"output":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubName","HubArn","HubContentDocument","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubArn":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"Sw3"},"HubContentDependencies":{"type":"list","member":{"type":"structure","members":{"DependencyOriginPath":{},"DependencyCopyPath":{}}}},"HubContentStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"}}}},"DescribeHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName"],"members":{"HumanTaskUiName":{}}},"output":{"type":"structure","required":["HumanTaskUiArn","HumanTaskUiName","CreationTime","UiTemplate"],"members":{"HumanTaskUiArn":{},"HumanTaskUiName":{},"HumanTaskUiStatus":{},"CreationTime":{"type":"timestamp"},"UiTemplate":{"type":"structure","members":{"Url":{},"ContentSha256":{}}}}}},"DescribeHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobConfig","HyperParameterTuningJobStatus","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swi"},"ObjectiveStatusCounters":{"shape":"Swk"},"BestTrainingJob":{"shape":"Swm"},"OverallBestTrainingJob":{"shape":"Swm"},"WarmStartConfig":{"shape":"Ser"},"FailureReason":{}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"EndpointMetadata":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"EndpointConfigName":{},"EndpointStatus":{},"FailureReason":{}}},"ModelVariants":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig","Status"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sfn"},"Status":{}}}},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"},"KmsKey":{}}}},"DescribeInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","required":["JobName","JobType","JobArn","RoleArn","Status","CreationTime","LastModifiedTime","InputConfig"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"RoleArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"InputConfig":{"shape":"Sg1"},"StoppingConditions":{"shape":"Sgz"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"Metrics":{"shape":"Sx9"},"EndpointConfiguration":{"shape":"Sxb"},"ModelConfiguration":{"shape":"Sxc"},"RecommendationId":{}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"EndpointInfo":{"shape":"Sgs"}}}}}}},"DescribeLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}},"output":{"type":"structure","required":["LabelingJobStatus","LabelCounters","CreationTime","LastModifiedTime","JobReferenceCode","LabelingJobName","LabelingJobArn","InputConfig","OutputConfig","RoleArn","HumanTaskConfig"],"members":{"LabelingJobStatus":{},"LabelCounters":{"shape":"Sxm"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Sha"},"OutputConfig":{"shape":"Shh"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Shi"},"LabelingJobAlgorithmsConfig":{"shape":"Shl"},"HumanTaskConfig":{"shape":"Shp"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"Sxp"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","ExecutionRoleArn","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5o"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelBiasAppSpecification","ModelBiasJobInput","ModelBiasJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelBiasBaselineConfig":{"shape":"Sii"},"ModelBiasAppSpecification":{"shape":"Sij"},"ModelBiasJobInput":{"shape":"Sik"},"ModelBiasJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardArn","ModelCardName","ModelCardVersion","Content","ModelCardStatus","CreationTime","CreatedBy"],"members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"ModelCardProcessingStatus":{}}}},"DescribeModelCardExportJob":{"input":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}},"output":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","OutputConfig","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"OutputConfig":{"shape":"Siu"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"},"FailureReason":{},"ExportArtifacts":{"type":"structure","required":["S3ExportArtifacts"],"members":{"S3ExportArtifacts":{}}}}}},"DescribeModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelExplainabilityBaselineConfig":{"shape":"Siy"},"ModelExplainabilityAppSpecification":{"shape":"Siz"},"ModelExplainabilityJobInput":{"shape":"Sj0"},"ModelExplainabilityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}},"output":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus","ModelPackageStatusDetails"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"ValidationSpecification":{"shape":"Sj3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"Sy7"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"}}}},"DescribeModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","CreatedBy","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"ModelPackageGroupStatus":{}}}},"DescribeModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}},"output":{"type":"structure","required":["JobDefinitionArn","JobDefinitionName","CreationTime","ModelQualityAppSpecification","ModelQualityJobInput","ModelQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionArn":{},"JobDefinitionName":{},"CreationTime":{"type":"timestamp"},"ModelQualityBaselineConfig":{"shape":"Sjw"},"ModelQualityAppSpecification":{"shape":"Sjx"},"ModelQualityJobInput":{"shape":"Sjz"},"ModelQualityJobOutputConfig":{"shape":"S7o"},"JobResources":{"shape":"S7u"},"NetworkConfig":{"shape":"S7z"},"RoleArn":{},"StoppingCondition":{"shape":"S80"}}}},"DescribeMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}},"output":{"type":"structure","required":["MonitoringScheduleArn","MonitoringScheduleName","MonitoringScheduleStatus","CreationTime","LastModifiedTime","MonitoringScheduleConfig"],"members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"Syk"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"S8d"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Skk"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"}}}},"DescribePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedBy":{"shape":"Sry"},"ParallelismConfiguration":{"shape":"Sl9"}}}},"DescribePipelineDefinitionForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineDefinition":{},"CreationTime":{"type":"timestamp"}}}},"DescribePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{}}},"output":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"Sz4"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedBy":{"shape":"Sry"},"ParallelismConfiguration":{"shape":"Sl9"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"ExperimentConfig":{"shape":"Sml"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{}}}},"DescribeProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}},"output":{"type":"structure","required":["ProjectArn","ProjectName","ProjectId","ServiceCatalogProvisioningDetails","ProjectStatus","CreationTime"],"members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"ServiceCatalogProvisionedProductDetails":{"shape":"Szc"},"ProjectStatus":{},"CreatedBy":{"shape":"Sry"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"}}}},"DescribeSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}},"output":{"type":"structure","members":{"DomainId":{},"SpaceArn":{},"SpaceName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SpaceSettings":{"shape":"Sn0"}}}},"DescribeStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{}}}},"DescribeSubscribedWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{}}},"output":{"type":"structure","required":["SubscribedWorkteam"],"members":{"SubscribedWorkteam":{"shape":"Szn"}}}},"DescribeTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}},"output":{"type":"structure","required":["TrainingJobName","TrainingJobArn","ModelArtifacts","TrainingJobStatus","SecondaryStatus","AlgorithmSpecification","ResourceConfig","StoppingCondition","CreationTime"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Stl"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"Szr"},"FinalMetricDataList":{"shape":"Szu"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Snj"},"ExperimentConfig":{"shape":"Sml"},"DebugRuleConfigurations":{"shape":"Snr"},"TensorBoardOutputConfig":{"shape":"Snv"},"DebugRuleEvaluationStatuses":{"shape":"Szy"},"ProfilerConfig":{"shape":"Snw"},"ProfilerRuleConfigurations":{"shape":"So0"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"RetryStrategy":{"shape":"Seg"},"Environment":{"shape":"So2"},"WarmPoolStatus":{"shape":"S105"}}}},"DescribeTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}},"output":{"type":"structure","required":["TransformJobName","TransformJobArn","TransformJobStatus","ModelName","TransformInput","TransformResources","CreationTime"],"members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So9"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"DataCaptureConfig":{"shape":"Soc"},"TransformResources":{"shape":"S43"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Sod"},"ExperimentConfig":{"shape":"Sml"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S10d"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S10h"},"Status":{"shape":"Sol"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"Parameters":{"shape":"Soo"},"InputArtifacts":{"shape":"Sos"},"OutputArtifacts":{"shape":"Sos"},"MetadataProperties":{"shape":"S1q"},"Metrics":{"shape":"S10j"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S10h"}}}}},"DescribeUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}},"output":{"type":"structure","members":{"DomainId":{},"UserProfileArn":{},"UserProfileName":{},"HomeEfsFileSystemUid":{},"Status":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"FailureReason":{},"SingleSignOnUserIdentifier":{},"SingleSignOnUserValue":{},"UserSettings":{"shape":"S8c"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S10t"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S111"}}}},"DisableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName","TrialName"],"members":{"TrialComponentName":{},"TrialName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{},"TrialArn":{}}}},"EnableSagemakerServicecatalogPortfolio":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"GetDeviceFleetReport":{"input":{"type":"structure","required":["DeviceFleetName"],"members":{"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"OutputConfig":{"shape":"S86"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"Sw3"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn","HubContentArn"],"members":{"HubArn":{},"HubContentArn":{}}}},"ListActions":{"input":{"type":"structure","members":{"SourceUri":{},"ActionType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ActionSummaries":{"type":"list","member":{"type":"structure","members":{"ActionArn":{},"ActionName":{},"Source":{"shape":"S1j"},"ActionType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAlgorithms":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["AlgorithmSummaryList"],"members":{"AlgorithmSummaryList":{"type":"list","member":{"type":"structure","required":["AlgorithmName","AlgorithmArn","CreationTime","AlgorithmStatus"],"members":{"AlgorithmName":{},"AlgorithmArn":{},"AlgorithmDescription":{},"CreationTime":{"type":"timestamp"},"AlgorithmStatus":{}}}},"NextToken":{}}}},"ListAliases":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SageMakerImageVersionAliases":{"shape":"Sf4"},"NextToken":{}}}},"ListAppImageConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"AppImageConfigs":{"type":"list","member":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4n"}}}}}}},"ListApps":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameEquals":{},"SpaceNameEquals":{}}},"output":{"type":"structure","members":{"Apps":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"AppType":{},"AppName":{},"Status":{},"CreationTime":{"type":"timestamp"},"SpaceName":{}}}},"NextToken":{}}}},"ListArtifacts":{"input":{"type":"structure","members":{"SourceUri":{},"ArtifactType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ArtifactSummaries":{"type":"list","member":{"type":"structure","members":{"ArtifactArn":{},"ArtifactName":{},"Source":{"shape":"S4z"},"ArtifactType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListAssociations":{"input":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"AssociationSummaries":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"SourceType":{},"DestinationType":{},"AssociationType":{},"SourceName":{},"DestinationName":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"}}}},"NextToken":{}}}},"ListAutoMLJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["AutoMLJobSummaries"],"members":{"AutoMLJobSummaries":{"type":"list","member":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobStatus","AutoMLJobSecondaryStatus","CreationTime","LastModifiedTime"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Ssi"}}}},"NextToken":{}}}},"ListCandidatesForAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{},"StatusEquals":{},"CandidateNameEquals":{},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["Candidates"],"members":{"Candidates":{"type":"list","member":{"shape":"Ssk"}},"NextToken":{}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S64"}}}},"NextToken":{}}}},"ListCompilationJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CompilationJobSummaries"],"members":{"CompilationJobSummaries":{"type":"list","member":{"type":"structure","required":["CompilationJobName","CompilationJobArn","CreationTime","CompilationJobStatus"],"members":{"CompilationJobName":{},"CompilationJobArn":{},"CreationTime":{"type":"timestamp"},"CompilationStartTime":{"type":"timestamp"},"CompilationEndTime":{"type":"timestamp"},"CompilationTargetDevice":{},"CompilationTargetPlatformOs":{},"CompilationTargetPlatformArch":{},"CompilationTargetPlatformAccelerator":{},"LastModifiedTime":{"type":"timestamp"},"CompilationJobStatus":{}}}},"NextToken":{}}}},"ListContexts":{"input":{"type":"structure","members":{"SourceUri":{},"ContextType":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ContextSummaries":{"type":"list","member":{"type":"structure","members":{"ContextArn":{},"ContextName":{},"Source":{"shape":"S6t"},"ContextType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13y"},"NextToken":{}}}},"ListDeviceFleets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["DeviceFleetSummaries"],"members":{"DeviceFleetSummaries":{"type":"list","member":{"type":"structure","required":["DeviceFleetArn","DeviceFleetName"],"members":{"DeviceFleetArn":{},"DeviceFleetName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDevices":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"LatestHeartbeatAfter":{"type":"timestamp"},"ModelName":{},"DeviceFleetName":{}}},"output":{"type":"structure","required":["DeviceSummaries"],"members":{"DeviceSummaries":{"type":"list","member":{"type":"structure","required":["DeviceName","DeviceArn"],"members":{"DeviceName":{},"DeviceArn":{},"Description":{},"DeviceFleetName":{},"IotThingName":{},"RegistrationTime":{"type":"timestamp"},"LatestHeartbeat":{"type":"timestamp"},"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{}}}},"AgentVersion":{}}}},"NextToken":{}}}},"ListDomains":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Url":{}}}},"NextToken":{}}}},"ListEdgeDeploymentPlans":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"DeviceFleetNameContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgeDeploymentPlanSummaries"],"members":{"EdgeDeploymentPlanSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","DeviceFleetName","EdgeDeploymentSuccess","EdgeDeploymentPending","EdgeDeploymentFailed"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"DeviceFleetName":{},"EdgeDeploymentSuccess":{"type":"integer"},"EdgeDeploymentPending":{"type":"integer"},"EdgeDeploymentFailed":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEdgePackagingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"ModelNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["EdgePackagingJobSummaries"],"members":{"EdgePackagingJobSummaries":{"type":"list","member":{"type":"structure","required":["EdgePackagingJobArn","EdgePackagingJobName","EdgePackagingJobStatus"],"members":{"EdgePackagingJobArn":{},"EdgePackagingJobName":{},"EdgePackagingJobStatus":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpointConfigs":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["EndpointConfigs"],"members":{"EndpointConfigs":{"type":"list","member":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListEndpoints":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["Endpoints"],"members":{"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"NextToken":{}}}},"ListExperiments":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ExperimentSummaries":{"type":"list","member":{"type":"structure","members":{"ExperimentArn":{},"ExperimentName":{},"DisplayName":{},"ExperimentSource":{"shape":"Sv6"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListFeatureGroups":{"input":{"type":"structure","members":{"NameContains":{},"FeatureGroupStatusEquals":{},"OfflineStoreStatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["FeatureGroupSummaries","NextToken"],"members":{"FeatureGroupSummaries":{"type":"list","member":{"type":"structure","required":["FeatureGroupName","FeatureGroupArn","CreationTime"],"members":{"FeatureGroupName":{},"FeatureGroupArn":{},"CreationTime":{"type":"timestamp"},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Svc"}}}},"NextToken":{}}}},"ListFlowDefinitions":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["FlowDefinitionSummaries"],"members":{"FlowDefinitionSummaries":{"type":"list","member":{"type":"structure","required":["FlowDefinitionName","FlowDefinitionArn","FlowDefinitionStatus","CreationTime"],"members":{"FlowDefinitionName":{},"FlowDefinitionArn":{},"FlowDefinitionStatus":{},"CreationTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListHubContentVersions":{"input":{"type":"structure","required":["HubName","HubContentType","HubContentName"],"members":{"HubName":{},"HubContentType":{},"HubContentName":{},"MinVersion":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S15o"},"NextToken":{}}}},"ListHubContents":{"input":{"type":"structure","required":["HubName","HubContentType"],"members":{"HubName":{},"HubContentType":{},"NameContains":{},"MaxSchemaVersion":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubContentSummaries"],"members":{"HubContentSummaries":{"shape":"S15o"},"NextToken":{}}}},"ListHubs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","required":["HubSummaries"],"members":{"HubSummaries":{"type":"list","member":{"type":"structure","required":["HubName","HubArn","HubStatus","CreationTime","LastModifiedTime"],"members":{"HubName":{},"HubArn":{},"HubDisplayName":{},"HubDescription":{},"HubSearchKeywords":{"shape":"Sdb"},"HubStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHumanTaskUis":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["HumanTaskUiSummaries"],"members":{"HumanTaskUiSummaries":{"type":"list","member":{"type":"structure","required":["HumanTaskUiName","HumanTaskUiArn","CreationTime"],"members":{"HumanTaskUiName":{},"HumanTaskUiArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListHyperParameterTuningJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","required":["HyperParameterTuningJobSummaries"],"members":{"HyperParameterTuningJobSummaries":{"type":"list","member":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobArn","HyperParameterTuningJobStatus","Strategy","CreationTime","TrainingJobStatusCounters","ObjectiveStatusCounters"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobStatus":{},"Strategy":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swi"},"ObjectiveStatusCounters":{"shape":"Swk"},"ResourceLimits":{"shape":"Sdu"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sfh"},"Status":{},"StatusReason":{},"Description":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobSteps":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"Status":{},"StepType":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Steps":{"type":"list","member":{"type":"structure","required":["StepType","JobName","Status"],"members":{"StepType":{},"JobName":{},"Status":{},"InferenceBenchmark":{"type":"structure","required":["ModelConfiguration"],"members":{"Metrics":{"shape":"Sx9"},"EndpointConfiguration":{"shape":"Sxb"},"ModelConfiguration":{"shape":"Sxc"},"FailureReason":{}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"Sxm"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"Sxp"},"InputConfig":{"shape":"Sha"}}}},"NextToken":{}}}},"ListLabelingJobsForWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MaxResults":{"type":"integer"},"NextToken":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"JobReferenceCodeContains":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["LabelingJobSummaryList"],"members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["JobReferenceCode","WorkRequesterAccountId","CreationTime"],"members":{"LabelingJobName":{},"JobReferenceCode":{},"WorkRequesterAccountId":{},"CreationTime":{"type":"timestamp"},"LabelCounters":{"type":"structure","members":{"HumanLabeled":{"type":"integer"},"PendingHuman":{"type":"integer"},"Total":{"type":"integer"}}},"NumberOfHumanWorkersPerDataObject":{"type":"integer"}}}},"NextToken":{}}}},"ListLineageGroups":{"input":{"type":"structure","members":{"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"LineageGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LineageGroupArn":{},"LineageGroupName":{},"DisplayName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelBiasJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13y"},"NextToken":{}}}},"ListModelCardExportJobs":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ModelCardExportJobNameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelCardExportJobSummaries"],"members":{"ModelCardExportJobSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardExportJobName","ModelCardExportJobArn","Status","ModelCardName","ModelCardVersion","CreatedAt","LastModifiedAt"],"members":{"ModelCardExportJobName":{},"ModelCardExportJobArn":{},"Status":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"CreatedAt":{"type":"timestamp"},"LastModifiedAt":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCardVersions":{"input":{"type":"structure","required":["ModelCardName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"ModelCardName":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardVersionSummaryList"],"members":{"ModelCardVersionSummaryList":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","ModelCardVersion","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"ModelCardVersion":{"type":"integer"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelCards":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelCardStatus":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelCardSummaries"],"members":{"ModelCardSummaries":{"type":"list","member":{"type":"structure","required":["ModelCardName","ModelCardArn","ModelCardStatus","CreationTime"],"members":{"ModelCardName":{},"ModelCardArn":{},"ModelCardStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListModelExplainabilityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13y"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageName","ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S13y"},"NextToken":{}}}},"ListModels":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["Models"],"members":{"Models":{"type":"list","member":{"type":"structure","required":["ModelName","ModelArn","CreationTime"],"members":{"ModelName":{},"ModelArn":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListMonitoringAlertHistory":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"StatusEquals":{}}},"output":{"type":"structure","members":{"MonitoringAlertHistory":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","CreationTime","AlertStatus"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"AlertStatus":{}}}},"NextToken":{}}}},"ListMonitoringAlerts":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"MonitoringAlertSummaries":{"shape":"S193"},"NextToken":{}}}},"ListMonitoringExecutions":{"input":{"type":"structure","members":{"MonitoringScheduleName":{},"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ScheduledTimeBefore":{"type":"timestamp"},"ScheduledTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringExecutionSummaries"],"members":{"MonitoringExecutionSummaries":{"type":"list","member":{"shape":"Syk"}},"NextToken":{}}}},"ListMonitoringSchedules":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"MonitoringJobDefinitionName":{},"MonitoringTypeEquals":{}}},"output":{"type":"structure","required":["MonitoringScheduleSummaries"],"members":{"MonitoringScheduleSummaries":{"type":"list","member":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleArn","CreationTime","LastModifiedTime","MonitoringScheduleStatus"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleStatus":{},"EndpointName":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}}},"NextToken":{}}}},"ListNotebookInstanceLifecycleConfigs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstanceLifecycleConfigs":{"type":"list","member":{"type":"structure","required":["NotebookInstanceLifecycleConfigName","NotebookInstanceLifecycleConfigArn"],"members":{"NotebookInstanceLifecycleConfigName":{},"NotebookInstanceLifecycleConfigArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}}}}},"ListNotebookInstances":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortBy":{},"SortOrder":{},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"NotebookInstanceLifecycleConfigNameContains":{},"DefaultCodeRepositoryContains":{},"AdditionalCodeRepositoryEquals":{}}},"output":{"type":"structure","members":{"NextToken":{},"NotebookInstances":{"type":"list","member":{"type":"structure","required":["NotebookInstanceName","NotebookInstanceArn"],"members":{"NotebookInstanceName":{},"NotebookInstanceArn":{},"NotebookInstanceStatus":{},"Url":{},"InstanceType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"}}}}}}},"ListPipelineExecutionSteps":{"input":{"type":"structure","members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{}}},"output":{"type":"structure","members":{"PipelineExecutionSteps":{"type":"list","member":{"type":"structure","members":{"StepName":{},"StepDisplayName":{},"StepDescription":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StepStatus":{},"CacheHitResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}},"AttemptCount":{"type":"integer"},"FailureReason":{},"Metadata":{"type":"structure","members":{"TrainingJob":{"type":"structure","members":{"Arn":{}}},"ProcessingJob":{"type":"structure","members":{"Arn":{}}},"TransformJob":{"type":"structure","members":{"Arn":{}}},"TuningJob":{"type":"structure","members":{"Arn":{}}},"Model":{"type":"structure","members":{"Arn":{}}},"RegisterModel":{"type":"structure","members":{"Arn":{}}},"Condition":{"type":"structure","members":{"Outcome":{}}},"Callback":{"type":"structure","members":{"CallbackToken":{},"SqsQueueUrl":{},"OutputParameters":{"shape":"S1ai"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1ai"}}},"QualityCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckStatistics":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineStatistics":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"ClarifyCheck":{"type":"structure","members":{"CheckType":{},"BaselineUsedForDriftCheckConstraints":{},"CalculatedBaselineConstraints":{},"ModelPackageGroupName":{},"ViolationReport":{},"CheckJobArn":{},"SkipCheck":{"type":"boolean"},"RegisterNewBaseline":{"type":"boolean"}}},"EMR":{"type":"structure","members":{"ClusterId":{},"StepId":{},"StepName":{},"LogFilePath":{}}},"Fail":{"type":"structure","members":{"ErrorMessage":{}}},"AutoMLJob":{"type":"structure","members":{"Arn":{}}}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1ay"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStageDevices":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"EdgeDeploymentPlanName":{},"ExcludeDevicesDeployedInOtherStage":{"type":"boolean"},"StageName":{}}},"output":{"type":"structure","required":["DeviceDeploymentSummaries"],"members":{"DeviceDeploymentSummaries":{"type":"list","member":{"type":"structure","required":["EdgeDeploymentPlanArn","EdgeDeploymentPlanName","StageName","DeviceName","DeviceArn"],"members":{"EdgeDeploymentPlanArn":{},"EdgeDeploymentPlanName":{},"StageName":{},"DeployedStageName":{},"DeviceFleetName":{},"DeviceName":{},"DeviceArn":{},"DeviceDeploymentStatus":{},"DeviceDeploymentStatusMessage":{},"Description":{},"DeploymentStartTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListStudioLifecycleConfigs":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"AppTypeEquals":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"ModifiedTimeBefore":{"type":"timestamp"},"ModifiedTimeAfter":{"type":"timestamp"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"StudioLifecycleConfigs":{"type":"list","member":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigAppType":{}}}}}}},"ListSubscribedWorkteams":{"input":{"type":"structure","members":{"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["SubscribedWorkteams"],"members":{"SubscribedWorkteams":{"type":"list","member":{"shape":"Szn"}},"NextToken":{}}}},"ListTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"},"NextToken":{}}}},"ListTrainingJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"WarmPoolStatusEquals":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus"],"members":{"TrainingJobName":{},"TrainingJobArn":{},"CreationTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatus":{},"WarmPoolStatus":{"shape":"S105"}}}},"NextToken":{}}}},"ListTrainingJobsForHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{},"NextToken":{},"MaxResults":{"type":"integer"},"StatusEquals":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["TrainingJobSummaries"],"members":{"TrainingJobSummaries":{"type":"list","member":{"shape":"Swm"}},"NextToken":{}}}},"ListTransformJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["TransformJobSummaries"],"members":{"TransformJobSummaries":{"type":"list","member":{"type":"structure","required":["TransformJobName","TransformJobArn","CreationTime","TransformJobStatus"],"members":{"TransformJobName":{},"TransformJobArn":{},"CreationTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TransformJobStatus":{},"FailureReason":{}}}},"NextToken":{}}}},"ListTrialComponents":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"SourceArn":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"TrialComponentSource":{"shape":"S10h"},"Status":{"shape":"Sol"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"}}}},"NextToken":{}}}},"ListTrials":{"input":{"type":"structure","members":{"ExperimentName":{},"TrialComponentName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"TrialSummaries":{"type":"list","member":{"type":"structure","members":{"TrialArn":{},"TrialName":{},"DisplayName":{},"TrialSource":{"shape":"S10d"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListUserProfiles":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"UserProfileNameContains":{}}},"output":{"type":"structure","members":{"UserProfiles":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"UserProfileName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListWorkforces":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workforces"],"members":{"Workforces":{"type":"list","member":{"shape":"S10t"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S111"}},"NextToken":{}}}},"PutModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName","ResourcePolicy"],"members":{"ModelPackageGroupName":{},"ResourcePolicy":{}}},"output":{"type":"structure","required":["ModelPackageGroupArn"],"members":{"ModelPackageGroupArn":{}}}},"QueryLineage":{"input":{"type":"structure","members":{"StartArns":{"type":"list","member":{}},"Direction":{},"IncludeEdges":{"type":"boolean"},"Filters":{"type":"structure","members":{"Types":{"type":"list","member":{}},"LineageTypes":{"type":"list","member":{}},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"ModifiedBefore":{"type":"timestamp"},"ModifiedAfter":{"type":"timestamp"},"Properties":{"type":"map","key":{},"value":{}}}},"MaxDepth":{"type":"integer"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Vertices":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Type":{},"LineageType":{}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{},"AssociationType":{}}}},"NextToken":{}}}},"RegisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1dk"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sdj"},"Task":{"type":"structure","required":["Input"],"members":{"Input":{}}},"RoleArn":{},"HumanTaskUiArn":{}}},"output":{"type":"structure","required":["RenderedContent","Errors"],"members":{"RenderedContent":{},"Errors":{"type":"list","member":{"type":"structure","required":["Code","Message"],"members":{"Code":{},"Message":{}}}}}}},"RetryPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1dv"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1e8"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Sv6"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S10d"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S10h"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S10h"},"Status":{"shape":"Sol"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"Parameters":{"shape":"Soo"},"InputArtifacts":{"shape":"Sos"},"OutputArtifacts":{"shape":"Sos"},"Metrics":{"shape":"S10j"},"MetadataProperties":{"shape":"S1q"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1e8"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Slm"},"ProcessingOutputConfig":{"shape":"Sm9"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sme"},"StoppingCondition":{"shape":"Smg"},"AppSpecification":{"shape":"Smi"},"Environment":{"shape":"Smk"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{},"ExperimentConfig":{"shape":"Sml"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1eg"}}},"LineageGroupArn":{},"Tags":{"shape":"S7"},"Parents":{"type":"list","member":{"type":"structure","members":{"TrialName":{},"ExperimentName":{}}}},"RunName":{}}},"Endpoint":{"type":"structure","required":["EndpointName","EndpointArn","EndpointConfigName","EndpointStatus","CreationTime","LastModifiedTime"],"members":{"EndpointName":{},"EndpointArn":{},"EndpointConfigName":{},"ProductionVariants":{"shape":"Suo"},"DataCaptureConfig":{"shape":"Suw"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"Syk"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"Suo"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Sj6"},"ValidationSpecification":{"shape":"Sj3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"Sy7"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Sry"},"MetadataProperties":{"shape":"S1q"},"ModelMetrics":{"shape":"Sj9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sjp"},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Sjg"},"DriftCheckBaselines":{"shape":"Sjj"}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"ModelPackageGroupStatus":{},"Tags":{"shape":"S7"}}},"Pipeline":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"PipelineStatus":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastRunTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedBy":{"shape":"Sry"},"ParallelismConfiguration":{"shape":"Sl9"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"Sz4"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedBy":{"shape":"Sry"},"ParallelismConfiguration":{"shape":"Sl9"},"PipelineParameters":{"shape":"S1ay"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Sc3"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sc6"},"OfflineStoreConfig":{"shape":"Sc8"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Svc"},"LastUpdateStatus":{"shape":"Svf"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Smq"},"ServiceCatalogProvisionedProductDetails":{"shape":"Szc"},"ProjectStatus":{},"CreatedBy":{"shape":"Sry"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"Svl"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sdo"},"TrainingJobDefinition":{"shape":"Sea"},"TrainingJobDefinitions":{"shape":"Seq"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"Swi"},"ObjectiveStatusCounters":{"shape":"Swk"},"BestTrainingJob":{"shape":"Swm"},"OverallBestTrainingJob":{"shape":"Swm"},"WarmStartConfig":{"shape":"Ser"},"FailureReason":{},"Tags":{"shape":"S7"}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Si4"},"Containers":{"shape":"Sid"},"InferenceExecutionConfig":{"shape":"Sie"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5o"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1eg"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Sk3"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S193"},"LastMonitoringExecutionSummary":{"shape":"Syk"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sip"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sio"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Sry"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Sry"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}}},"NextToken":{}}}},"SendPipelineExecutionStepFailure":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"FailureReason":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"SendPipelineExecutionStepSuccess":{"input":{"type":"structure","required":["CallbackToken"],"members":{"CallbackToken":{},"OutputParameters":{"shape":"S1ai"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StartEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StartInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StartMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StartNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StartPipelineExecution":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"PipelineExecutionDisplayName":{},"PipelineParameters":{"shape":"S1ay"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}}},"StopCompilationJob":{"input":{"type":"structure","required":["CompilationJobName"],"members":{"CompilationJobName":{}}}},"StopEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","StageName"],"members":{"EdgeDeploymentPlanName":{},"StageName":{}}}},"StopEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName"],"members":{"EdgePackagingJobName":{}}}},"StopHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName"],"members":{"HyperParameterTuningJobName":{}}}},"StopInferenceExperiment":{"input":{"type":"structure","required":["Name","ModelVariantActions"],"members":{"Name":{},"ModelVariantActions":{"type":"map","key":{},"value":{}},"DesiredModelVariants":{"shape":"Sfk"},"DesiredState":{},"Reason":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"StopInferenceRecommendationsJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}}},"StopLabelingJob":{"input":{"type":"structure","required":["LabelingJobName"],"members":{"LabelingJobName":{}}}},"StopMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"StopNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"StopPipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn","ClientRequestToken"],"members":{"PipelineExecutionArn":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"StopProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}}},"StopTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{}}}},"StopTransformJob":{"input":{"type":"structure","required":["TransformJobName"],"members":{"TransformJobName":{}}}},"UpdateAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{},"Description":{},"Status":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1fx"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4n"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1fx"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1o"},"PropertiesToRemove":{"shape":"S1fx"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S86"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1dk"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"S8c"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4d"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"S92"}}},"DefaultSpaceSettings":{"shape":"S95"},"AppSecurityGroupManagement":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"S9s"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sc4"}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"Svm"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sdb"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"UpdateImage":{"input":{"type":"structure","required":["ImageName"],"members":{"DeleteProperties":{"type":"list","member":{}},"Description":{},"DisplayName":{},"ImageName":{},"RoleArn":{}}},"output":{"type":"structure","members":{"ImageArn":{}}}},"UpdateImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Alias":{},"Version":{"type":"integer"},"AliasesToAdd":{"shape":"Sf4"},"AliasesToDelete":{"shape":"Sf4"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sfh"},"Description":{},"ModelVariants":{"shape":"Sfk"},"DataStorageConfig":{"shape":"Sfs"},"ShadowModeConfig":{"shape":"Sft"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Sip"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sjg"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"Sjp"}}},"output":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{}}}},"UpdateMonitoringAlert":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringAlertName","DatapointsToAlert","EvaluationPeriod"],"members":{"MonitoringScheduleName":{},"MonitoringAlertName":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{},"MonitoringAlertName":{}}}},"UpdateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Sk3"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"UpdateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"InstanceType":{},"RoleArn":{},"LifecycleConfigName":{},"DisassociateLifecycleConfig":{"type":"boolean"},"VolumeSizeInGB":{"type":"integer"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Skn"},"AcceleratorTypes":{"shape":"Skk"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"Skq"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Skv"},"OnStart":{"shape":"Skv"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sl3"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Sl9"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sms"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Sn0"}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Sny"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"So0"},"ResourceConfig":{"type":"structure","required":["KeepAlivePeriodInSeconds"],"members":{"KeepAlivePeriodInSeconds":{"type":"integer"}}}}},"output":{"type":"structure","required":["TrainingJobArn"],"members":{"TrainingJobArn":{}}}},"UpdateTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{},"DisplayName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"UpdateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Sol"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Soo"},"ParametersToRemove":{"shape":"S1i2"},"InputArtifacts":{"shape":"Sos"},"InputArtifactsToRemove":{"shape":"S1i2"},"OutputArtifacts":{"shape":"Sos"},"OutputArtifactsToRemove":{"shape":"S1i2"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"S8c"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Sp9"},"OidcConfig":{"shape":"Sp6"},"WorkforceVpcConfig":{"shape":"Spd"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S10t"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Spn"},"Description":{},"NotificationConfiguration":{"shape":"Spv"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S111"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers","SupportedContentTypes","SupportedResponseMIMETypes"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S16"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S18"},"SupportedContentTypes":{"shape":"S1a"},"SupportedResponseMIMETypes":{"shape":"S1c"}}},"Ss":{"type":"list","member":{"type":"structure","required":["Image"],"members":{"ContainerHostname":{},"Image":{},"ImageDigest":{},"ModelDataUrl":{},"ProductId":{},"Environment":{"shape":"Sz"},"ModelInput":{"type":"structure","required":["DataInputConfig"],"members":{"DataInputConfig":{}}},"Framework":{},"FrameworkVersion":{},"NearestModelName":{}}}},"Sz":{"type":"map","key":{},"value":{}},"S16":{"type":"list","member":{}},"S18":{"type":"list","member":{}},"S1a":{"type":"list","member":{}},"S1c":{"type":"list","member":{}},"S1j":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1o":{"type":"map","key":{},"value":{}},"S1q":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S1v":{"type":"structure","required":["TrainingImage","SupportedTrainingInstanceTypes","TrainingChannels"],"members":{"TrainingImage":{},"TrainingImageDigest":{},"SupportedHyperParameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Description":{},"Type":{},"Range":{"type":"structure","members":{"IntegerParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"ContinuousParameterRangeSpecification":{"type":"structure","required":["MinValue","MaxValue"],"members":{"MinValue":{},"MaxValue":{}}},"CategoricalParameterRangeSpecification":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S25"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2a"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1a"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2m"}}}},"S25":{"type":"list","member":{}},"S2a":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2m":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2o":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TrainingJobDefinition"],"members":{"ProfileName":{},"TrainingJobDefinition":{"type":"structure","required":["TrainingInputMode","InputDataConfig","OutputDataConfig","ResourceConfig","StoppingCondition"],"members":{"TrainingInputMode":{},"HyperParameters":{"shape":"S2t"},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"StoppingCondition":{"shape":"S3m"}}},"TransformJobDefinition":{"shape":"S3p"}}}}}},"S2t":{"type":"map","key":{},"value":{}},"S2v":{"type":"list","member":{"type":"structure","required":["ChannelName","DataSource"],"members":{"ChannelName":{},"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"S3DataDistributionType":{},"AttributeNames":{"type":"list","member":{}},"InstanceGroupNames":{"type":"list","member":{}}}},"FileSystemDataSource":{"type":"structure","required":["FileSystemId","FileSystemAccessMode","FileSystemType","DirectoryPath"],"members":{"FileSystemId":{},"FileSystemAccessMode":{},"FileSystemType":{},"DirectoryPath":{}}}}},"ContentType":{},"CompressionType":{},"RecordWrapperType":{},"InputMode":{},"ShuffleConfig":{"type":"structure","required":["Seed"],"members":{"Seed":{"type":"long"}}}}}},"S3e":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S3g":{"type":"structure","required":["VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"InstanceGroups":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","InstanceGroupName"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"InstanceGroupName":{}}}},"KeepAlivePeriodInSeconds":{"type":"integer"}}},"S3m":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"}}},"S3p":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"TransformResources":{"shape":"S43"}}},"S3t":{"type":"map","key":{},"value":{}},"S3w":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S40":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S43":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4d":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4n":{"type":"structure","required":["KernelSpecs"],"members":{"KernelSpecs":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"DisplayName":{}}}},"FileSystemConfig":{"type":"structure","members":{"MountPath":{},"DefaultUid":{"type":"integer"},"DefaultGid":{"type":"integer"}}}}},"S4z":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S57":{"type":"list","member":{"type":"structure","required":["DataSource","TargetAttributeName"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{}}}},"S5e":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S5g":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S5i":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5j"},"SecurityConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"DataSplitConfig":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{}}},"Mode":{}}},"S5j":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S5o":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S5r"}}},"S5r":{"type":"list","member":{}},"S5y":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S64":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S6b":{"type":"structure","required":["S3Uri","DataInputConfig","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S6e":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S6l":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S6t":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S6y":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"},"StatisticsResource":{"shape":"S71"}}},"S70":{"type":"structure","members":{"S3Uri":{}}},"S71":{"type":"structure","members":{"S3Uri":{}}},"S72":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S78"}}},"S74":{"type":"list","member":{}},"S76":{"type":"list","member":{}},"S78":{"type":"map","key":{},"value":{}},"S7b":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}},"S7c":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{}}},"S7i":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{}}},"S7o":{"type":"structure","required":["MonitoringOutputs"],"members":{"MonitoringOutputs":{"type":"list","member":{"type":"structure","required":["S3Output"],"members":{"S3Output":{"type":"structure","required":["S3Uri","LocalPath"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}}}}},"KmsKeyId":{}}},"S7u":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"S7z":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"S80":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"S86":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"S8c":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"S8d"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"CustomImages":{"shape":"S8m"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}}}}}},"S8d":{"type":"list","member":{}},"S8g":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"LifecycleConfigArns":{"shape":"S8h"},"CodeRepositories":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}}}},"S8h":{"type":"list","member":{}},"S8l":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4d"},"CustomImages":{"shape":"S8m"},"LifecycleConfigArns":{"shape":"S8h"}}},"S8m":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"S91":{"type":"structure","members":{"SecurityGroupIds":{"shape":"S92"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4d"}}},"ExecutionRoleIdentityConfig":{}}},"S92":{"type":"list","member":{}},"S95":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"S8d"},"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"}}},"S9a":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"S9c":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"S9e"},"DeploymentConfig":{"shape":"S9j"}}}},"S9e":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"S9h"},"DeviceNameContains":{}}},"S9h":{"type":"list","member":{}},"S9j":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"S9s":{"type":"structure","required":["BlueGreenUpdatePolicy"],"members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"S9x"},"LinearStepSize":{"shape":"S9x"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}}}},"S9x":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Sa9":{"type":"list","member":{"type":"structure","required":["VariantName","ModelName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Sah"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}}},"Sah":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"}}},"San":{"type":"structure","required":["InitialSamplingPercentage","DestinationS3Uri","CaptureOptions"],"members":{"EnableCapture":{"type":"boolean"},"InitialSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{},"CaptureOptions":{"type":"list","member":{"type":"structure","required":["CaptureMode"],"members":{"CaptureMode":{}}}},"CaptureContentTypeHeader":{"shape":"Sat"}}},"Sat":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Say":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{}}}}}}},"Sb4":{"type":"structure","members":{"ClarifyExplainerConfig":{"type":"structure","required":["ShapConfig"],"members":{"EnableExplanations":{},"InferenceConfig":{"type":"structure","members":{"FeaturesAttribute":{},"ContentTemplate":{},"MaxRecordCount":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"ProbabilityIndex":{"type":"integer"},"LabelIndex":{"type":"integer"},"ProbabilityAttribute":{},"LabelAttribute":{},"LabelHeaders":{"type":"list","member":{}},"FeatureHeaders":{"type":"list","member":{}},"FeatureTypes":{"type":"list","member":{}}}},"ShapConfig":{"type":"structure","required":["ShapBaselineConfig"],"members":{"ShapBaselineConfig":{"type":"structure","members":{"MimeType":{},"ShapBaseline":{},"ShapBaselineUri":{}}},"NumberOfSamples":{"type":"integer"},"UseLogit":{"type":"boolean"},"Seed":{"type":"integer"},"TextConfig":{"type":"structure","required":["Language","Granularity"],"members":{"Language":{},"Granularity":{}}}}}}}}},"Sc3":{"type":"list","member":{"shape":"Sc4"}},"Sc4":{"type":"structure","members":{"FeatureName":{},"FeatureType":{}}},"Sc6":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"}}},"Sc8":{"type":"structure","required":["S3StorageConfig"],"members":{"S3StorageConfig":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"KmsKeyId":{},"ResolvedOutputS3Uri":{}}},"DisableGlueTableCreation":{"type":"boolean"},"DataCatalogConfig":{"type":"structure","required":["TableName","Catalog","Database"],"members":{"TableName":{},"Catalog":{},"Database":{}}},"TableFormat":{}}},"Sck":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Scm":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Scp":{"type":"structure","required":["WorkteamArn","HumanTaskUiArn","TaskTitle","TaskDescription","TaskCount"],"members":{"WorkteamArn":{},"HumanTaskUiArn":{},"TaskTitle":{},"TaskDescription":{},"TaskCount":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskKeywords":{"type":"list","member":{}},"PublicWorkforceTaskPrice":{"shape":"Scz"}}},"Scz":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sd4":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sdb":{"type":"list","member":{}},"Sdd":{"type":"structure","members":{"S3OutputPath":{}}},"Sdj":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sdo":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2m"},"ResourceLimits":{"shape":"Sdu"},"ParameterRanges":{"shape":"Sdx"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","required":["TargetObjectiveMetricValue"],"members":{"TargetObjectiveMetricValue":{"type":"float"}}},"RandomSeed":{"type":"integer"}}},"Sdu":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"}}},"Sdx":{"type":"structure","members":{"IntegerParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"ContinuousParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","MinValue","MaxValue"],"members":{"Name":{},"MinValue":{},"MaxValue":{},"ScalingType":{}}}},"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"shape":"S25"}}}}}},"Sea":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2m"},"HyperParameterRanges":{"shape":"Sdx"},"StaticHyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2a"}}},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"VpcConfig":{"shape":"S5o"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"StoppingCondition":{"shape":"S3m"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"RetryStrategy":{"shape":"Seg"},"HyperParameterTuningResourceConfig":{"type":"structure","members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{},"AllocationStrategy":{},"InstanceConfigs":{"type":"list","member":{"type":"structure","required":["InstanceType","InstanceCount","VolumeSizeInGB"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeSizeInGB":{"type":"integer"}}}}}},"Environment":{"type":"map","key":{},"value":{}}}},"Sef":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Seg":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Seq":{"type":"list","member":{"shape":"Sea"}},"Ser":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Sf4":{"type":"list","member":{}},"Sfh":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sfk":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sfn"}}}},"Sfn":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Sfs":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Sat"}}},"Sft":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sg1":{"type":"structure","members":{"ModelPackageVersionArn":{},"JobDurationInSeconds":{"type":"integer"},"TrafficPattern":{"type":"structure","members":{"TrafficType":{},"Phases":{"type":"list","member":{"type":"structure","members":{"InitialNumberOfUsers":{"type":"integer"},"SpawnRate":{"type":"integer"},"DurationInSeconds":{"type":"integer"}}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","required":["InstanceType"],"members":{"InstanceType":{},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"DataInputConfig":{}}},"Endpoints":{"type":"list","member":{"shape":"Sgs"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"ModelName":{}}},"Sgs":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"Sgz":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}}}},"Sha":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","members":{"S3DataSource":{"type":"structure","required":["ManifestS3Uri"],"members":{"ManifestS3Uri":{}}},"SnsDataSource":{"type":"structure","required":["SnsTopicArn"],"members":{"SnsTopicArn":{}}}}},"DataAttributes":{"type":"structure","members":{"ContentClassifiers":{"type":"list","member":{}}}}}},"Shh":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Shi":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Shl":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S5o"}}}}},"Shp":{"type":"structure","required":["WorkteamArn","UiConfig","PreHumanTaskLambdaArn","TaskTitle","TaskDescription","NumberOfHumanWorkersPerDataObject","TaskTimeLimitInSeconds","AnnotationConsolidationConfig"],"members":{"WorkteamArn":{},"UiConfig":{"type":"structure","members":{"UiTemplateS3Uri":{},"HumanTaskUiArn":{}}},"PreHumanTaskLambdaArn":{},"TaskKeywords":{"type":"list","member":{}},"TaskTitle":{},"TaskDescription":{},"NumberOfHumanWorkersPerDataObject":{"type":"integer"},"TaskTimeLimitInSeconds":{"type":"integer"},"TaskAvailabilityLifetimeInSeconds":{"type":"integer"},"MaxConcurrentTaskCount":{"type":"integer"},"AnnotationConsolidationConfig":{"type":"structure","required":["AnnotationConsolidationLambdaArn"],"members":{"AnnotationConsolidationLambdaArn":{}}},"PublicWorkforceTaskPrice":{"shape":"Scz"}}},"Si4":{"type":"structure","members":{"ContainerHostname":{},"Image":{},"ImageConfig":{"type":"structure","required":["RepositoryAccessMode"],"members":{"RepositoryAccessMode":{},"RepositoryAuthConfig":{"type":"structure","required":["RepositoryCredentialsProviderArn"],"members":{"RepositoryCredentialsProviderArn":{}}}}},"Mode":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"},"ModelPackageName":{},"InferenceSpecificationName":{},"MultiModelConfig":{"type":"structure","members":{"ModelCacheSetting":{}}}}},"Sid":{"type":"list","member":{"shape":"Si4"}},"Sie":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sii":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Sij":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S78"}}},"Sik":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"},"GroundTruthS3Input":{"shape":"Sil"}}},"Sil":{"type":"structure","members":{"S3Uri":{}}},"Sio":{"type":"structure","members":{"KmsKeyId":{}}},"Sip":{"type":"string","sensitive":true},"Siu":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Siy":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Siz":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S78"}}},"Sj0":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}},"Sj3":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S3p"}}}}}},"Sj6":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"AlgorithmName":{}}}}}},"Sj9":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Sjb"},"PreTrainingReport":{"shape":"Sjb"},"PostTrainingReport":{"shape":"Sjb"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Sjb"}}}}},"Sjb":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sjg":{"type":"map","key":{},"value":{}},"Sjj":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Sjl"},"PreTrainingConstraints":{"shape":"Sjb"},"PostTrainingConstraints":{"shape":"Sjb"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Sjb"},"ConfigFile":{"shape":"Sjl"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sjb"},"Constraints":{"shape":"Sjb"}}}}},"Sjl":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sjp":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S16"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S18"},"SupportedContentTypes":{"shape":"S1a"},"SupportedResponseMIMETypes":{"shape":"S1c"}}}},"Sjw":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"}}},"Sjx":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S78"}}},"Sjz":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"},"GroundTruthS3Input":{"shape":"Sil"}}},"Sk3":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S70"},"StatisticsResource":{"shape":"S71"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S7c"},"BatchTransformInput":{"shape":"S7i"}}}},"MonitoringOutputConfig":{"shape":"S7o"},"MonitoringResources":{"shape":"S7u"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"shape":"S76"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"S80"},"Environment":{"shape":"S78"},"NetworkConfig":{"shape":"Skb"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Skb":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5o"}}},"Skk":{"type":"list","member":{}},"Skn":{"type":"list","member":{}},"Skq":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Skv":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Sl3":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Sl9":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Slm":{"type":"list","member":{"type":"structure","required":["InputName"],"members":{"InputName":{},"AppManaged":{"type":"boolean"},"S3Input":{"type":"structure","required":["S3Uri","S3DataType"],"members":{"S3Uri":{},"LocalPath":{},"S3DataType":{},"S3InputMode":{},"S3DataDistributionType":{},"S3CompressionType":{}}},"DatasetDefinition":{"type":"structure","members":{"AthenaDatasetDefinition":{"type":"structure","required":["Catalog","Database","QueryString","OutputS3Uri","OutputFormat"],"members":{"Catalog":{},"Database":{},"QueryString":{},"WorkGroup":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"RedshiftDatasetDefinition":{"type":"structure","required":["ClusterId","Database","DbUser","QueryString","ClusterRoleArn","OutputS3Uri","OutputFormat"],"members":{"ClusterId":{},"Database":{},"DbUser":{},"QueryString":{},"ClusterRoleArn":{},"OutputS3Uri":{},"KmsKeyId":{},"OutputFormat":{},"OutputCompression":{}}},"LocalPath":{},"DataDistributionType":{},"InputMode":{}}}}}},"Sm9":{"type":"structure","required":["Outputs"],"members":{"Outputs":{"type":"list","member":{"type":"structure","required":["OutputName"],"members":{"OutputName":{},"S3Output":{"type":"structure","required":["S3Uri","LocalPath","S3UploadMode"],"members":{"S3Uri":{},"LocalPath":{},"S3UploadMode":{}}},"FeatureStoreOutput":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{}}},"AppManaged":{"type":"boolean"}}}},"KmsKeyId":{}}},"Sme":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Smg":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Smi":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S74"},"ContainerArguments":{"type":"list","member":{}}}},"Smk":{"type":"map","key":{},"value":{}},"Sml":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Smq":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sms"}}},"Sms":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sn0":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"S8g"},"KernelGatewayAppSettings":{"shape":"S8l"}}},"Sna":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2a"},"EnableSageMakerMetricsTimeSeries":{"type":"boolean"},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerArguments":{"type":"list","member":{}},"TrainingImageConfig":{"type":"structure","required":["TrainingRepositoryAccessMode"],"members":{"TrainingRepositoryAccessMode":{},"TrainingRepositoryAuthConfig":{"type":"structure","required":["TrainingRepositoryCredentialsProviderArn"],"members":{"TrainingRepositoryCredentialsProviderArn":{}}}}}}},"Snj":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{},"HookParameters":{"type":"map","key":{},"value":{}},"CollectionConfigurations":{"type":"list","member":{"type":"structure","members":{"CollectionName":{},"CollectionParameters":{"type":"map","key":{},"value":{}}}}}}},"Snr":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Snu"}}}},"Snu":{"type":"map","key":{},"value":{}},"Snv":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Snw":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Sny"},"DisableProfiler":{"type":"boolean"}}},"Sny":{"type":"map","key":{},"value":{}},"So0":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Snu"}}}},"So2":{"type":"map","key":{},"value":{}},"So9":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"Soc":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"Sod":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Sol":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"Soo":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"Sos":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Sp3":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Sp6":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Sp9":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Spd":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Spf"},"Subnets":{"shape":"Sph"}}},"Spf":{"type":"list","member":{}},"Sph":{"type":"list","member":{}},"Spn":{"type":"list","member":{"type":"structure","members":{"CognitoMemberDefinition":{"type":"structure","required":["UserPool","UserGroup","ClientId"],"members":{"UserPool":{},"UserGroup":{},"ClientId":{}}},"OidcMemberDefinition":{"type":"structure","required":["Groups"],"members":{"Groups":{"type":"list","member":{}}}}}}},"Spv":{"type":"structure","members":{"NotificationTopicArn":{}}},"Sry":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{}}},"Ss4":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Ssi":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Ssk":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"}}}},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}}}},"Stl":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"Suo":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Suq"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"Sus"},"CurrentServerlessConfig":{"shape":"Sah"},"DesiredServerlessConfig":{"shape":"Sah"}}}},"Suq":{"type":"list","member":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}}},"Sus":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"Suw":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"Sv0":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Suq"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"Sus"},"CurrentServerlessConfig":{"shape":"Sah"},"DesiredServerlessConfig":{"shape":"Sah"}}}},"Sv6":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"Svc":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"Svf":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"Svl":{"type":"list","member":{"shape":"Svm"}},"Svm":{"type":"structure","members":{"Key":{},"Value":{}}},"Sw3":{"type":"list","member":{}},"Swi":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"Swk":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"Swm":{"type":"structure","required":["TrainingJobName","TrainingJobArn","CreationTime","TrainingJobStatus","TunedHyperParameters"],"members":{"TrainingJobDefinitionName":{},"TrainingJobName":{},"TrainingJobArn":{},"TuningJobName":{},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"TrainingJobStatus":{},"TunedHyperParameters":{"shape":"S2t"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"Sx9":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"}}},"Sxb":{"type":"structure","required":["EndpointName","VariantName","InstanceType","InitialInstanceCount"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"}}},"Sxc":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"Sxm":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"Sxp":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"Sy7":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"Sy8"},"ImageScanStatuses":{"shape":"Sy8"}}},"Sy8":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Syk":{"type":"structure","required":["MonitoringScheduleName","ScheduledTime","CreationTime","LastModifiedTime","MonitoringExecutionStatus"],"members":{"MonitoringScheduleName":{},"ScheduledTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringExecutionStatus":{},"ProcessingJobArn":{},"EndpointName":{},"FailureReason":{},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Sz4":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"Szc":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"Szn":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"Szr":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"Szu":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"Szy":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S105":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S10d":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S10h":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S10j":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"SourceArn":{},"TimeStamp":{"type":"timestamp"},"Max":{"type":"double"},"Min":{"type":"double"},"Last":{"type":"double"},"Count":{"type":"integer"},"Avg":{"type":"double"},"StdDev":{"type":"double"}}}},"S10t":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Sp9"},"SubDomain":{},"CognitoConfig":{"shape":"Sp3"},"OidcConfig":{"type":"structure","members":{"ClientId":{},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"CreateDate":{"type":"timestamp"},"WorkforceVpcConfig":{"type":"structure","required":["VpcId","SecurityGroupIds","Subnets"],"members":{"VpcId":{},"SecurityGroupIds":{"shape":"Spf"},"Subnets":{"shape":"Sph"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S111":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Spn"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Spv"}}},"S13y":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S15o":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"Sw3"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S193":{"type":"list","member":{"type":"structure","required":["MonitoringAlertName","CreationTime","LastModifiedTime","AlertStatus","DatapointsToAlert","EvaluationPeriod","Actions"],"members":{"MonitoringAlertName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"AlertStatus":{},"DatapointsToAlert":{"type":"integer"},"EvaluationPeriod":{"type":"integer"},"Actions":{"type":"structure","members":{"ModelDashboardIndicator":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}}}}},"S1ai":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1ay":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1dk":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1dv":{"type":"structure","members":{"Filters":{"shape":"S1dw"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1dw"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1dv"}},"Operator":{}}},"S1dw":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1e8":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Stl"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2t"},"AlgorithmSpecification":{"shape":"Sna"},"RoleArn":{},"InputDataConfig":{"shape":"S2v"},"OutputDataConfig":{"shape":"S3e"},"ResourceConfig":{"shape":"S3g"},"VpcConfig":{"shape":"S5o"},"StoppingCondition":{"shape":"S3m"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"Szr"},"FinalMetricDataList":{"shape":"Szu"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sef"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Snj"},"ExperimentConfig":{"shape":"Sml"},"DebugRuleConfigurations":{"shape":"Snr"},"TensorBoardOutputConfig":{"shape":"Snv"},"DebugRuleEvaluationStatuses":{"shape":"Szy"},"Environment":{"shape":"So2"},"RetryStrategy":{"shape":"Seg"},"Tags":{"shape":"S7"}}},"S1eg":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"So9"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3t"},"TransformInput":{"shape":"S3w"},"TransformOutput":{"shape":"S40"},"TransformResources":{"shape":"S43"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Sod"},"ExperimentConfig":{"shape":"Sml"},"Tags":{"shape":"S7"}}},"S1fx":{"type":"list","member":{}},"S1i2":{"type":"list","member":{}}}} /***/ }), /* 596 */ @@ -54413,7 +54413,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 655 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-04-23","endpointPrefix":"api.mediatailor","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"MediaTailor","serviceFullName":"AWS MediaTailor","serviceId":"MediaTailor","signatureVersion":"v4","signingName":"mediatailor","uid":"mediatailor-2018-04-23"},"operations":{"ConfigureLogsForPlaybackConfiguration":{"http":{"method":"PUT","requestUri":"/configureLogs/playbackConfiguration","responseCode":200},"input":{"type":"structure","required":["PercentEnabled","PlaybackConfigurationName"],"members":{"PercentEnabled":{"type":"integer"},"PlaybackConfigurationName":{}}},"output":{"type":"structure","required":["PercentEnabled"],"members":{"PercentEnabled":{"type":"integer"},"PlaybackConfigurationName":{}}},"idempotent":true},"CreateChannel":{"http":{"requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","Outputs","PlaybackMode"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"FillerSlate":{"shape":"S6"},"Outputs":{"shape":"S7"},"PlaybackMode":{},"Tags":{"shape":"Sc","locationName":"tags"},"Tier":{}}},"output":{"type":"structure","members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sg"},"FillerSlate":{"shape":"S6"},"LastModifiedTime":{"shape":"Sg"},"Outputs":{"shape":"Sh"},"PlaybackMode":{},"Tags":{"shape":"Sc","locationName":"tags"},"Tier":{}}},"idempotent":true},"CreateLiveSource":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"HttpPackageConfigurations":{"shape":"Sk"},"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sc","locationName":"tags"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}},"idempotent":true},"CreatePrefetchSchedule":{"http":{"requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":200},"input":{"type":"structure","required":["Consumption","Name","PlaybackConfigurationName","Retrieval"],"members":{"Consumption":{"shape":"Sp"},"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"},"Retrieval":{"shape":"St"},"StreamId":{}}},"output":{"type":"structure","members":{"Arn":{},"Consumption":{"shape":"Sp"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"St"},"StreamId":{}}},"idempotent":true},"CreateProgram":{"http":{"requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName","ScheduleConfiguration","SourceLocationName"],"members":{"AdBreaks":{"shape":"Sw"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"LiveSourceName":{},"ProgramName":{"location":"uri","locationName":"ProgramName"},"ScheduleConfiguration":{"type":"structure","required":["Transition"],"members":{"Transition":{"type":"structure","required":["RelativePosition","Type"],"members":{"DurationMillis":{"type":"long"},"RelativePosition":{},"RelativeProgram":{},"ScheduledStartTimeMillis":{"type":"long"},"Type":{}}}}},"SourceLocationName":{},"VodSourceName":{}}},"output":{"type":"structure","members":{"AdBreaks":{"shape":"Sw"},"Arn":{},"ChannelName":{},"CreationTime":{"shape":"Sg"},"LiveSourceName":{},"ProgramName":{},"ScheduledStartTime":{"shape":"Sg"},"SourceLocationName":{},"VodSourceName":{}}},"idempotent":true},"CreateSourceLocation":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1b"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sc","locationName":"tags"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1b"},"Arn":{},"CreationTime":{"shape":"Sg"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"LastModifiedTime":{"shape":"Sg"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}},"idempotent":true},"CreateVodSource":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"HttpPackageConfigurations":{"shape":"Sk"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sc","locationName":"tags"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"},"VodSourceName":{}}},"idempotent":true},"DeleteChannel":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelPolicy":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteLiveSource":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["LiveSourceName","SourceLocationName"],"members":{"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePlaybackConfiguration":{"http":{"method":"DELETE","requestUri":"/playbackConfiguration/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePrefetchSchedule":{"http":{"method":"DELETE","requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":204},"input":{"type":"structure","required":["Name","PlaybackConfigurationName"],"members":{"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProgram":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"ProgramName":{"location":"uri","locationName":"ProgramName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSourceLocation":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVodSource":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName","VodSourceName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DescribeChannel":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sg"},"FillerSlate":{"shape":"S6"},"LastModifiedTime":{"shape":"Sg"},"Outputs":{"shape":"Sh"},"PlaybackMode":{},"Tags":{"shape":"Sc","locationName":"tags"},"Tier":{}}}},"DescribeLiveSource":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["LiveSourceName","SourceLocationName"],"members":{"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}}},"DescribeProgram":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"ProgramName":{"location":"uri","locationName":"ProgramName"}}},"output":{"type":"structure","members":{"AdBreaks":{"shape":"Sw"},"Arn":{},"ChannelName":{},"CreationTime":{"shape":"Sg"},"LiveSourceName":{},"ProgramName":{},"ScheduledStartTime":{"shape":"Sg"},"SourceLocationName":{},"VodSourceName":{}}}},"DescribeSourceLocation":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1b"},"Arn":{},"CreationTime":{"shape":"Sg"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"LastModifiedTime":{"shape":"Sg"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}}},"DescribeVodSource":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName","VodSourceName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"},"VodSourceName":{}}}},"GetChannelPolicy":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{"Policy":{}}}},"GetChannelSchedule":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/schedule","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"DurationMinutes":{"location":"querystring","locationName":"durationMinutes"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ProgramName","SourceLocationName"],"members":{"ApproximateDurationSeconds":{"type":"long"},"ApproximateStartTime":{"shape":"Sg"},"Arn":{},"ChannelName":{},"LiveSourceName":{},"ProgramName":{},"ScheduleAdBreaks":{"type":"list","member":{"type":"structure","members":{"ApproximateDurationSeconds":{"type":"long"},"ApproximateStartTime":{"shape":"Sg"},"SourceLocationName":{},"VodSourceName":{}}}},"ScheduleEntryType":{},"SourceLocationName":{},"VodSourceName":{}}}},"NextToken":{}}}},"GetPlaybackConfiguration":{"http":{"method":"GET","requestUri":"/playbackConfiguration/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2n"},"Bumper":{"shape":"S2p"},"CdnConfiguration":{"shape":"S2q"},"ConfigurationAliases":{"shape":"S2r"},"DashConfiguration":{"shape":"S2s"},"HlsConfiguration":{"shape":"S2u"},"LivePreRollConfiguration":{"shape":"S2v"},"LogConfiguration":{"shape":"S2w"},"ManifestProcessingRules":{"shape":"S2x"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sc","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}}},"GetPrefetchSchedule":{"http":{"method":"GET","requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":200},"input":{"type":"structure","required":["Name","PlaybackConfigurationName"],"members":{"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"}}},"output":{"type":"structure","members":{"Arn":{},"Consumption":{"shape":"Sp"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"St"},"StreamId":{}}}},"ListAlerts":{"http":{"method":"GET","requestUri":"/alerts","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["AlertCode","AlertMessage","LastModifiedTime","RelatedResourceArns","ResourceArn"],"members":{"AlertCode":{},"AlertMessage":{},"LastModifiedTime":{"shape":"Sg"},"RelatedResourceArns":{"shape":"S37"},"ResourceArn":{}}}},"NextToken":{}}}},"ListChannels":{"http":{"method":"GET","requestUri":"/channels","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ChannelState","Outputs","PlaybackMode","Tier"],"members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sg"},"FillerSlate":{"shape":"S6"},"LastModifiedTime":{"shape":"Sg"},"Outputs":{"shape":"Sh"},"PlaybackMode":{},"Tags":{"shape":"Sc","locationName":"tags"},"Tier":{}}}},"NextToken":{}}}},"ListLiveSources":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/liveSources","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}}},"NextToken":{}}}},"ListPlaybackConfigurations":{"http":{"method":"GET","requestUri":"/playbackConfigurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2n"},"Bumper":{"shape":"S2p"},"CdnConfiguration":{"shape":"S2q"},"ConfigurationAliases":{"shape":"S2r"},"DashConfiguration":{"shape":"S2s"},"HlsConfiguration":{"shape":"S2u"},"LivePreRollConfiguration":{"shape":"S2v"},"LogConfiguration":{"shape":"S2w"},"ManifestProcessingRules":{"shape":"S2x"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sc","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}}},"NextToken":{}}}},"ListPrefetchSchedules":{"http":{"requestUri":"/prefetchSchedule/{PlaybackConfigurationName}","responseCode":200},"input":{"type":"structure","required":["PlaybackConfigurationName"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"},"StreamId":{}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","Consumption","Name","PlaybackConfigurationName","Retrieval"],"members":{"Arn":{},"Consumption":{"shape":"Sp"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"St"},"StreamId":{}}}},"NextToken":{}}}},"ListSourceLocations":{"http":{"method":"GET","requestUri":"/sourceLocations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1b"},"Arn":{},"CreationTime":{"shape":"Sg"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"LastModifiedTime":{"shape":"Sg"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sc","locationName":"tags"}}}},"ListVodSources":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/vodSources","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"},"VodSourceName":{}}}},"NextToken":{}}}},"PutChannelPolicy":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName","Policy"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutPlaybackConfiguration":{"http":{"method":"PUT","requestUri":"/playbackConfiguration","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2n"},"Bumper":{"shape":"S2p"},"CdnConfiguration":{"shape":"S2q"},"ConfigurationAliases":{"type":"map","key":{},"value":{"shape":"Sc"}},"DashConfiguration":{"type":"structure","members":{"MpdLocation":{},"OriginManifestType":{}}},"LivePreRollConfiguration":{"shape":"S2v"},"ManifestProcessingRules":{"shape":"S2x"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"SlateAdUrl":{},"Tags":{"shape":"Sc","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}},"output":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2n"},"Bumper":{"shape":"S2p"},"CdnConfiguration":{"shape":"S2q"},"ConfigurationAliases":{"shape":"S2r"},"DashConfiguration":{"shape":"S2s"},"HlsConfiguration":{"shape":"S2u"},"LivePreRollConfiguration":{"shape":"S2v"},"LogConfiguration":{"shape":"S2w"},"ManifestProcessingRules":{"shape":"S2x"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sc","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}},"idempotent":true},"StartChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/start","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/stop","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sc","locationName":"tags"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"shape":"S37","location":"querystring","locationName":"tagKeys"}}},"idempotent":true},"UpdateChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","Outputs"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"FillerSlate":{"shape":"S6"},"Outputs":{"shape":"S7"}}},"output":{"type":"structure","members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sg"},"FillerSlate":{"shape":"S6"},"LastModifiedTime":{"shape":"Sg"},"Outputs":{"shape":"Sh"},"PlaybackMode":{},"Tags":{"shape":"Sc","locationName":"tags"},"Tier":{}}},"idempotent":true},"UpdateLiveSource":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"HttpPackageConfigurations":{"shape":"Sk"},"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}},"idempotent":true},"UpdateSourceLocation":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1b"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1b"},"Arn":{},"CreationTime":{"shape":"Sg"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1e"},"HttpConfiguration":{"shape":"S1f"},"LastModifiedTime":{"shape":"Sg"},"SegmentDeliveryConfigurations":{"shape":"S1g"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"}}},"idempotent":true},"UpdateVodSource":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"HttpPackageConfigurations":{"shape":"Sk"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sg"},"HttpPackageConfigurations":{"shape":"Sk"},"LastModifiedTime":{"shape":"Sg"},"SourceLocationName":{},"Tags":{"shape":"Sc","locationName":"tags"},"VodSourceName":{}}},"idempotent":true}},"shapes":{"S6":{"type":"structure","members":{"SourceLocationName":{},"VodSourceName":{}}},"S7":{"type":"list","member":{"type":"structure","required":["ManifestName","SourceGroup"],"members":{"DashPlaylistSettings":{"shape":"S9"},"HlsPlaylistSettings":{"shape":"Sa"},"ManifestName":{},"SourceGroup":{}}}},"S9":{"type":"structure","members":{"ManifestWindowSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"MinUpdatePeriodSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"}}},"Sa":{"type":"structure","members":{"ManifestWindowSeconds":{"type":"integer"}}},"Sc":{"type":"map","key":{},"value":{}},"Sg":{"type":"timestamp","timestampFormat":"unixTimestamp"},"Sh":{"type":"list","member":{"type":"structure","required":["ManifestName","PlaybackUrl","SourceGroup"],"members":{"DashPlaylistSettings":{"shape":"S9"},"HlsPlaylistSettings":{"shape":"Sa"},"ManifestName":{},"PlaybackUrl":{},"SourceGroup":{}}}},"Sk":{"type":"list","member":{"type":"structure","required":["Path","SourceGroup","Type"],"members":{"Path":{},"SourceGroup":{},"Type":{}}}},"Sp":{"type":"structure","required":["EndTime"],"members":{"AvailMatchingCriteria":{"type":"list","member":{"type":"structure","required":["DynamicVariable","Operator"],"members":{"DynamicVariable":{},"Operator":{}}}},"EndTime":{"shape":"Sg"},"StartTime":{"shape":"Sg"}}},"St":{"type":"structure","required":["EndTime"],"members":{"DynamicVariables":{"shape":"Sc"},"EndTime":{"shape":"Sg"},"StartTime":{"shape":"Sg"}}},"Sw":{"type":"list","member":{"type":"structure","members":{"MessageType":{},"OffsetMillis":{"type":"long"},"Slate":{"shape":"S6"},"SpliceInsertMessage":{"type":"structure","members":{"AvailNum":{"type":"integer"},"AvailsExpected":{"type":"integer"},"SpliceEventId":{"type":"integer"},"UniqueProgramId":{"type":"integer"}}},"TimeSignalMessage":{"type":"structure","members":{"SegmentationDescriptors":{"type":"list","member":{"type":"structure","members":{"SegmentNum":{"type":"integer"},"SegmentationEventId":{"type":"integer"},"SegmentationTypeId":{"type":"integer"},"SegmentationUpid":{},"SegmentationUpidType":{"type":"integer"},"SegmentsExpected":{"type":"integer"},"SubSegmentNum":{"type":"integer"},"SubSegmentsExpected":{"type":"integer"}}}}}}}}},"S1b":{"type":"structure","members":{"AccessType":{},"SecretsManagerAccessTokenConfiguration":{"type":"structure","members":{"HeaderName":{},"SecretArn":{},"SecretStringKey":{}}}}},"S1e":{"type":"structure","members":{"BaseUrl":{}}},"S1f":{"type":"structure","required":["BaseUrl"],"members":{"BaseUrl":{}}},"S1g":{"type":"list","member":{"type":"structure","members":{"BaseUrl":{},"Name":{}}}},"S2n":{"type":"structure","members":{"Mode":{},"Value":{}}},"S2p":{"type":"structure","members":{"EndUrl":{},"StartUrl":{}}},"S2q":{"type":"structure","members":{"AdSegmentUrlPrefix":{},"ContentSegmentUrlPrefix":{}}},"S2r":{"type":"map","key":{},"value":{"shape":"Sc"}},"S2s":{"type":"structure","members":{"ManifestEndpointPrefix":{},"MpdLocation":{},"OriginManifestType":{}}},"S2u":{"type":"structure","members":{"ManifestEndpointPrefix":{}}},"S2v":{"type":"structure","members":{"AdDecisionServerUrl":{},"MaxDurationSeconds":{"type":"integer"}}},"S2w":{"type":"structure","required":["PercentEnabled"],"members":{"PercentEnabled":{"type":"integer"}}},"S2x":{"type":"structure","members":{"AdMarkerPassthrough":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}},"S37":{"type":"list","member":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-04-23","endpointPrefix":"api.mediatailor","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"MediaTailor","serviceFullName":"AWS MediaTailor","serviceId":"MediaTailor","signatureVersion":"v4","signingName":"mediatailor","uid":"mediatailor-2018-04-23"},"operations":{"ConfigureLogsForChannel":{"http":{"method":"PUT","requestUri":"/configureLogs/channel","responseCode":200},"input":{"type":"structure","required":["ChannelName","LogTypes"],"members":{"ChannelName":{},"LogTypes":{"shape":"S3"}}},"output":{"type":"structure","members":{"ChannelName":{},"LogTypes":{"shape":"S3"}}}},"ConfigureLogsForPlaybackConfiguration":{"http":{"method":"PUT","requestUri":"/configureLogs/playbackConfiguration","responseCode":200},"input":{"type":"structure","required":["PercentEnabled","PlaybackConfigurationName"],"members":{"PercentEnabled":{"type":"integer"},"PlaybackConfigurationName":{}}},"output":{"type":"structure","required":["PercentEnabled"],"members":{"PercentEnabled":{"type":"integer"},"PlaybackConfigurationName":{}}},"idempotent":true},"CreateChannel":{"http":{"requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","Outputs","PlaybackMode"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"FillerSlate":{"shape":"Sa"},"Outputs":{"shape":"Sb"},"PlaybackMode":{},"Tags":{"shape":"Sg","locationName":"tags"},"Tier":{}}},"output":{"type":"structure","members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sk"},"FillerSlate":{"shape":"Sa"},"LastModifiedTime":{"shape":"Sk"},"Outputs":{"shape":"Sl"},"PlaybackMode":{},"Tags":{"shape":"Sg","locationName":"tags"},"Tier":{}}},"idempotent":true},"CreateLiveSource":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"HttpPackageConfigurations":{"shape":"So"},"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sg","locationName":"tags"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}},"idempotent":true},"CreatePrefetchSchedule":{"http":{"requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":200},"input":{"type":"structure","required":["Consumption","Name","PlaybackConfigurationName","Retrieval"],"members":{"Consumption":{"shape":"St"},"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"},"Retrieval":{"shape":"Sx"},"StreamId":{}}},"output":{"type":"structure","members":{"Arn":{},"Consumption":{"shape":"St"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"Sx"},"StreamId":{}}},"idempotent":true},"CreateProgram":{"http":{"requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName","ScheduleConfiguration","SourceLocationName"],"members":{"AdBreaks":{"shape":"S10"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"LiveSourceName":{},"ProgramName":{"location":"uri","locationName":"ProgramName"},"ScheduleConfiguration":{"type":"structure","required":["Transition"],"members":{"Transition":{"type":"structure","required":["RelativePosition","Type"],"members":{"DurationMillis":{"type":"long"},"RelativePosition":{},"RelativeProgram":{},"ScheduledStartTimeMillis":{"type":"long"},"Type":{}}}}},"SourceLocationName":{},"VodSourceName":{}}},"output":{"type":"structure","members":{"AdBreaks":{"shape":"S10"},"Arn":{},"ChannelName":{},"CreationTime":{"shape":"Sk"},"LiveSourceName":{},"ProgramName":{},"ScheduledStartTime":{"shape":"Sk"},"SourceLocationName":{},"VodSourceName":{}}},"idempotent":true},"CreateSourceLocation":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1f"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sg","locationName":"tags"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1f"},"Arn":{},"CreationTime":{"shape":"Sk"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"LastModifiedTime":{"shape":"Sk"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}},"idempotent":true},"CreateVodSource":{"http":{"requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"HttpPackageConfigurations":{"shape":"So"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"Tags":{"shape":"Sg","locationName":"tags"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"},"VodSourceName":{}}},"idempotent":true},"DeleteChannel":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelPolicy":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteLiveSource":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["LiveSourceName","SourceLocationName"],"members":{"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePlaybackConfiguration":{"http":{"method":"DELETE","requestUri":"/playbackConfiguration/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePrefetchSchedule":{"http":{"method":"DELETE","requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":204},"input":{"type":"structure","required":["Name","PlaybackConfigurationName"],"members":{"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProgram":{"http":{"method":"DELETE","requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"ProgramName":{"location":"uri","locationName":"ProgramName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSourceLocation":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVodSource":{"http":{"method":"DELETE","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName","VodSourceName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DescribeChannel":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["LogConfiguration"],"members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sk"},"FillerSlate":{"shape":"Sa"},"LastModifiedTime":{"shape":"Sk"},"LogConfiguration":{"shape":"S27"},"Outputs":{"shape":"Sl"},"PlaybackMode":{},"Tags":{"shape":"Sg","locationName":"tags"},"Tier":{}}}},"DescribeLiveSource":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["LiveSourceName","SourceLocationName"],"members":{"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}}},"DescribeProgram":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/program/{ProgramName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","ProgramName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"ProgramName":{"location":"uri","locationName":"ProgramName"}}},"output":{"type":"structure","members":{"AdBreaks":{"shape":"S10"},"Arn":{},"ChannelName":{},"CreationTime":{"shape":"Sk"},"LiveSourceName":{},"ProgramName":{},"ScheduledStartTime":{"shape":"Sk"},"SourceLocationName":{},"VodSourceName":{}}}},"DescribeSourceLocation":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1f"},"Arn":{},"CreationTime":{"shape":"Sk"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"LastModifiedTime":{"shape":"Sk"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}}},"DescribeVodSource":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["SourceLocationName","VodSourceName"],"members":{"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"},"VodSourceName":{}}}},"GetChannelPolicy":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{"Policy":{}}}},"GetChannelSchedule":{"http":{"method":"GET","requestUri":"/channel/{ChannelName}/schedule","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"DurationMinutes":{"location":"querystring","locationName":"durationMinutes"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ProgramName","SourceLocationName"],"members":{"ApproximateDurationSeconds":{"type":"long"},"ApproximateStartTime":{"shape":"Sk"},"Arn":{},"ChannelName":{},"LiveSourceName":{},"ProgramName":{},"ScheduleAdBreaks":{"type":"list","member":{"type":"structure","members":{"ApproximateDurationSeconds":{"type":"long"},"ApproximateStartTime":{"shape":"Sk"},"SourceLocationName":{},"VodSourceName":{}}}},"ScheduleEntryType":{},"SourceLocationName":{},"VodSourceName":{}}}},"NextToken":{}}}},"GetPlaybackConfiguration":{"http":{"method":"GET","requestUri":"/playbackConfiguration/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2s"},"Bumper":{"shape":"S2u"},"CdnConfiguration":{"shape":"S2v"},"ConfigurationAliases":{"shape":"S2w"},"DashConfiguration":{"shape":"S2x"},"HlsConfiguration":{"shape":"S2z"},"LivePreRollConfiguration":{"shape":"S30"},"LogConfiguration":{"shape":"S31"},"ManifestProcessingRules":{"shape":"S32"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sg","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}}},"GetPrefetchSchedule":{"http":{"method":"GET","requestUri":"/prefetchSchedule/{PlaybackConfigurationName}/{Name}","responseCode":200},"input":{"type":"structure","required":["Name","PlaybackConfigurationName"],"members":{"Name":{"location":"uri","locationName":"Name"},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"}}},"output":{"type":"structure","members":{"Arn":{},"Consumption":{"shape":"St"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"Sx"},"StreamId":{}}}},"ListAlerts":{"http":{"method":"GET","requestUri":"/alerts","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["AlertCode","AlertMessage","LastModifiedTime","RelatedResourceArns","ResourceArn"],"members":{"AlertCode":{},"AlertMessage":{},"LastModifiedTime":{"shape":"Sk"},"RelatedResourceArns":{"shape":"S3c"},"ResourceArn":{}}}},"NextToken":{}}}},"ListChannels":{"http":{"method":"GET","requestUri":"/channels","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ChannelState","LogConfiguration","Outputs","PlaybackMode","Tier"],"members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sk"},"FillerSlate":{"shape":"Sa"},"LastModifiedTime":{"shape":"Sk"},"LogConfiguration":{"shape":"S27"},"Outputs":{"shape":"Sl"},"PlaybackMode":{},"Tags":{"shape":"Sg","locationName":"tags"},"Tier":{}}}},"NextToken":{}}}},"ListLiveSources":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/liveSources","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}}},"NextToken":{}}}},"ListPlaybackConfigurations":{"http":{"method":"GET","requestUri":"/playbackConfigurations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2s"},"Bumper":{"shape":"S2u"},"CdnConfiguration":{"shape":"S2v"},"ConfigurationAliases":{"shape":"S2w"},"DashConfiguration":{"shape":"S2x"},"HlsConfiguration":{"shape":"S2z"},"LivePreRollConfiguration":{"shape":"S30"},"LogConfiguration":{"shape":"S31"},"ManifestProcessingRules":{"shape":"S32"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sg","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}}},"NextToken":{}}}},"ListPrefetchSchedules":{"http":{"requestUri":"/prefetchSchedule/{PlaybackConfigurationName}","responseCode":200},"input":{"type":"structure","required":["PlaybackConfigurationName"],"members":{"MaxResults":{"type":"integer"},"NextToken":{},"PlaybackConfigurationName":{"location":"uri","locationName":"PlaybackConfigurationName"},"StreamId":{}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","Consumption","Name","PlaybackConfigurationName","Retrieval"],"members":{"Arn":{},"Consumption":{"shape":"St"},"Name":{},"PlaybackConfigurationName":{},"Retrieval":{"shape":"Sx"},"StreamId":{}}}},"NextToken":{}}}},"ListSourceLocations":{"http":{"method":"GET","requestUri":"/sourceLocations","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1f"},"Arn":{},"CreationTime":{"shape":"Sk"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"LastModifiedTime":{"shape":"Sk"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sg","locationName":"tags"}}}},"ListVodSources":{"http":{"method":"GET","requestUri":"/sourceLocation/{SourceLocationName}/vodSources","responseCode":200},"input":{"type":"structure","required":["SourceLocationName"],"members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"},"VodSourceName":{}}}},"NextToken":{}}}},"PutChannelPolicy":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelName","Policy"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutPlaybackConfiguration":{"http":{"method":"PUT","requestUri":"/playbackConfiguration","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2s"},"Bumper":{"shape":"S2u"},"CdnConfiguration":{"shape":"S2v"},"ConfigurationAliases":{"type":"map","key":{},"value":{"shape":"Sg"}},"DashConfiguration":{"type":"structure","members":{"MpdLocation":{},"OriginManifestType":{}}},"LivePreRollConfiguration":{"shape":"S30"},"ManifestProcessingRules":{"shape":"S32"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"SlateAdUrl":{},"Tags":{"shape":"Sg","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}},"output":{"type":"structure","members":{"AdDecisionServerUrl":{},"AvailSuppression":{"shape":"S2s"},"Bumper":{"shape":"S2u"},"CdnConfiguration":{"shape":"S2v"},"ConfigurationAliases":{"shape":"S2w"},"DashConfiguration":{"shape":"S2x"},"HlsConfiguration":{"shape":"S2z"},"LivePreRollConfiguration":{"shape":"S30"},"LogConfiguration":{"shape":"S31"},"ManifestProcessingRules":{"shape":"S32"},"Name":{},"PersonalizationThresholdSeconds":{"type":"integer"},"PlaybackConfigurationArn":{},"PlaybackEndpointPrefix":{},"SessionInitializationEndpointPrefix":{},"SlateAdUrl":{},"Tags":{"shape":"Sg","locationName":"tags"},"TranscodeProfileName":{},"VideoContentSourceUrl":{}}},"idempotent":true},"StartChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/start","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}/stop","responseCode":200},"input":{"type":"structure","required":["ChannelName"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sg","locationName":"tags"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"shape":"S3c","location":"querystring","locationName":"tagKeys"}}},"idempotent":true},"UpdateChannel":{"http":{"method":"PUT","requestUri":"/channel/{ChannelName}","responseCode":200},"input":{"type":"structure","required":["ChannelName","Outputs"],"members":{"ChannelName":{"location":"uri","locationName":"ChannelName"},"FillerSlate":{"shape":"Sa"},"Outputs":{"shape":"Sb"}}},"output":{"type":"structure","members":{"Arn":{},"ChannelName":{},"ChannelState":{},"CreationTime":{"shape":"Sk"},"FillerSlate":{"shape":"Sa"},"LastModifiedTime":{"shape":"Sk"},"Outputs":{"shape":"Sl"},"PlaybackMode":{},"Tags":{"shape":"Sg","locationName":"tags"},"Tier":{}}},"idempotent":true},"UpdateLiveSource":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","LiveSourceName","SourceLocationName"],"members":{"HttpPackageConfigurations":{"shape":"So"},"LiveSourceName":{"location":"uri","locationName":"LiveSourceName"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"LiveSourceName":{},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}},"idempotent":true},"UpdateSourceLocation":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}","responseCode":200},"input":{"type":"structure","required":["HttpConfiguration","SourceLocationName"],"members":{"AccessConfiguration":{"shape":"S1f"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"}}},"output":{"type":"structure","members":{"AccessConfiguration":{"shape":"S1f"},"Arn":{},"CreationTime":{"shape":"Sk"},"DefaultSegmentDeliveryConfiguration":{"shape":"S1i"},"HttpConfiguration":{"shape":"S1j"},"LastModifiedTime":{"shape":"Sk"},"SegmentDeliveryConfigurations":{"shape":"S1k"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"}}},"idempotent":true},"UpdateVodSource":{"http":{"method":"PUT","requestUri":"/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}","responseCode":200},"input":{"type":"structure","required":["HttpPackageConfigurations","SourceLocationName","VodSourceName"],"members":{"HttpPackageConfigurations":{"shape":"So"},"SourceLocationName":{"location":"uri","locationName":"SourceLocationName"},"VodSourceName":{"location":"uri","locationName":"VodSourceName"}}},"output":{"type":"structure","members":{"Arn":{},"CreationTime":{"shape":"Sk"},"HttpPackageConfigurations":{"shape":"So"},"LastModifiedTime":{"shape":"Sk"},"SourceLocationName":{},"Tags":{"shape":"Sg","locationName":"tags"},"VodSourceName":{}}},"idempotent":true}},"shapes":{"S3":{"type":"list","member":{}},"Sa":{"type":"structure","members":{"SourceLocationName":{},"VodSourceName":{}}},"Sb":{"type":"list","member":{"type":"structure","required":["ManifestName","SourceGroup"],"members":{"DashPlaylistSettings":{"shape":"Sd"},"HlsPlaylistSettings":{"shape":"Se"},"ManifestName":{},"SourceGroup":{}}}},"Sd":{"type":"structure","members":{"ManifestWindowSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"MinUpdatePeriodSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"}}},"Se":{"type":"structure","members":{"ManifestWindowSeconds":{"type":"integer"}}},"Sg":{"type":"map","key":{},"value":{}},"Sk":{"type":"timestamp","timestampFormat":"unixTimestamp"},"Sl":{"type":"list","member":{"type":"structure","required":["ManifestName","PlaybackUrl","SourceGroup"],"members":{"DashPlaylistSettings":{"shape":"Sd"},"HlsPlaylistSettings":{"shape":"Se"},"ManifestName":{},"PlaybackUrl":{},"SourceGroup":{}}}},"So":{"type":"list","member":{"type":"structure","required":["Path","SourceGroup","Type"],"members":{"Path":{},"SourceGroup":{},"Type":{}}}},"St":{"type":"structure","required":["EndTime"],"members":{"AvailMatchingCriteria":{"type":"list","member":{"type":"structure","required":["DynamicVariable","Operator"],"members":{"DynamicVariable":{},"Operator":{}}}},"EndTime":{"shape":"Sk"},"StartTime":{"shape":"Sk"}}},"Sx":{"type":"structure","required":["EndTime"],"members":{"DynamicVariables":{"shape":"Sg"},"EndTime":{"shape":"Sk"},"StartTime":{"shape":"Sk"}}},"S10":{"type":"list","member":{"type":"structure","members":{"MessageType":{},"OffsetMillis":{"type":"long"},"Slate":{"shape":"Sa"},"SpliceInsertMessage":{"type":"structure","members":{"AvailNum":{"type":"integer"},"AvailsExpected":{"type":"integer"},"SpliceEventId":{"type":"integer"},"UniqueProgramId":{"type":"integer"}}},"TimeSignalMessage":{"type":"structure","members":{"SegmentationDescriptors":{"type":"list","member":{"type":"structure","members":{"SegmentNum":{"type":"integer"},"SegmentationEventId":{"type":"integer"},"SegmentationTypeId":{"type":"integer"},"SegmentationUpid":{},"SegmentationUpidType":{"type":"integer"},"SegmentsExpected":{"type":"integer"},"SubSegmentNum":{"type":"integer"},"SubSegmentsExpected":{"type":"integer"}}}}}}}}},"S1f":{"type":"structure","members":{"AccessType":{},"SecretsManagerAccessTokenConfiguration":{"type":"structure","members":{"HeaderName":{},"SecretArn":{},"SecretStringKey":{}}}}},"S1i":{"type":"structure","members":{"BaseUrl":{}}},"S1j":{"type":"structure","required":["BaseUrl"],"members":{"BaseUrl":{}}},"S1k":{"type":"list","member":{"type":"structure","members":{"BaseUrl":{},"Name":{}}}},"S27":{"type":"structure","members":{"LogTypes":{"shape":"S3"}}},"S2s":{"type":"structure","members":{"Mode":{},"Value":{}}},"S2u":{"type":"structure","members":{"EndUrl":{},"StartUrl":{}}},"S2v":{"type":"structure","members":{"AdSegmentUrlPrefix":{},"ContentSegmentUrlPrefix":{}}},"S2w":{"type":"map","key":{},"value":{"shape":"Sg"}},"S2x":{"type":"structure","members":{"ManifestEndpointPrefix":{},"MpdLocation":{},"OriginManifestType":{}}},"S2z":{"type":"structure","members":{"ManifestEndpointPrefix":{}}},"S30":{"type":"structure","members":{"AdDecisionServerUrl":{},"MaxDurationSeconds":{"type":"integer"}}},"S31":{"type":"structure","required":["PercentEnabled"],"members":{"PercentEnabled":{"type":"integer"}}},"S32":{"type":"structure","members":{"AdMarkerPassthrough":{"type":"structure","members":{"Enabled":{"type":"boolean"}}}}},"S3c":{"type":"list","member":{}}}} /***/ }), /* 656 */ @@ -57166,7 +57166,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 884 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-12-03","endpointPrefix":"outposts","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Outposts","serviceFullName":"AWS Outposts","serviceId":"Outposts","signatureVersion":"v4","signingName":"outposts","uid":"outposts-2019-12-03"},"operations":{"CancelOrder":{"http":{"requestUri":"/orders/{OrderId}/cancel"},"input":{"type":"structure","required":["OrderId"],"members":{"OrderId":{"location":"uri","locationName":"OrderId"}}},"output":{"type":"structure","members":{}}},"CreateOrder":{"http":{"requestUri":"/orders"},"input":{"type":"structure","required":["OutpostIdentifier","LineItems","PaymentOption"],"members":{"OutpostIdentifier":{},"LineItems":{"type":"list","member":{"type":"structure","members":{"CatalogItemId":{},"Quantity":{"type":"integer"}}}},"PaymentOption":{},"PaymentTerm":{}}},"output":{"type":"structure","members":{"Order":{"shape":"Sd"}}}},"CreateOutpost":{"http":{"requestUri":"/outposts"},"input":{"type":"structure","required":["Name","SiteId"],"members":{"Name":{},"Description":{},"SiteId":{},"AvailabilityZone":{},"AvailabilityZoneId":{},"Tags":{"shape":"Sz"},"SupportedHardwareType":{}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"CreateSite":{"http":{"requestUri":"/sites"},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Notes":{},"Tags":{"shape":"Sz"},"OperatingAddress":{"shape":"S1e"},"ShippingAddress":{"shape":"S1e"},"RackPhysicalProperties":{"shape":"S1q"}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"DeleteOutpost":{"http":{"method":"DELETE","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"}}},"output":{"type":"structure","members":{}}},"DeleteSite":{"http":{"method":"DELETE","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"}}},"output":{"type":"structure","members":{}}},"GetCatalogItem":{"http":{"method":"GET","requestUri":"/catalog/item/{CatalogItemId}"},"input":{"type":"structure","required":["CatalogItemId"],"members":{"CatalogItemId":{"location":"uri","locationName":"CatalogItemId"}}},"output":{"type":"structure","members":{"CatalogItem":{"shape":"S29"}}}},"GetConnection":{"http":{"method":"GET","requestUri":"/connections/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"ConnectionId":{},"ConnectionDetails":{"type":"structure","members":{"ClientPublicKey":{},"ServerPublicKey":{},"ServerEndpoint":{},"ClientTunnelAddress":{},"ServerTunnelAddress":{},"AllowedIps":{"type":"list","member":{}}}}}}},"GetOrder":{"http":{"method":"GET","requestUri":"/orders/{OrderId}"},"input":{"type":"structure","required":["OrderId"],"members":{"OrderId":{"location":"uri","locationName":"OrderId"}}},"output":{"type":"structure","members":{"Order":{"shape":"Sd"}}}},"GetOutpost":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"GetOutpostInstanceTypes":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}/instanceTypes"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"},"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"}}},"output":{"type":"structure","members":{"InstanceTypes":{"type":"list","member":{"type":"structure","members":{"InstanceType":{}}}},"NextToken":{},"OutpostId":{},"OutpostArn":{}}}},"GetSite":{"http":{"method":"GET","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"GetSiteAddress":{"http":{"method":"GET","requestUri":"/sites/{SiteId}/address"},"input":{"type":"structure","required":["SiteId","AddressType"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"AddressType":{"location":"querystring","locationName":"AddressType"}}},"output":{"type":"structure","members":{"SiteId":{},"AddressType":{},"Address":{"shape":"S1e"}}}},"ListAssets":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}/assets"},"input":{"type":"structure","required":["OutpostIdentifier"],"members":{"OutpostIdentifier":{"location":"uri","locationName":"OutpostId"},"HostIdFilter":{"location":"querystring","locationName":"HostIdFilter","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"StatusFilter":{"location":"querystring","locationName":"StatusFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Assets":{"type":"list","member":{"type":"structure","members":{"AssetId":{},"RackId":{},"AssetType":{},"ComputeAttributes":{"type":"structure","members":{"HostId":{},"State":{}}},"AssetLocation":{"type":"structure","members":{"RackElevation":{"type":"float"}}}}}},"NextToken":{}}}},"ListCatalogItems":{"http":{"method":"GET","requestUri":"/catalog/items"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"ItemClassFilter":{"location":"querystring","locationName":"ItemClassFilter","type":"list","member":{}},"SupportedStorageFilter":{"shape":"S2k","location":"querystring","locationName":"SupportedStorageFilter"},"EC2FamilyFilter":{"location":"querystring","locationName":"EC2FamilyFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"CatalogItems":{"type":"list","member":{"shape":"S29"}},"NextToken":{}}}},"ListOrders":{"http":{"method":"GET","requestUri":"/list-orders"},"input":{"type":"structure","members":{"OutpostIdentifierFilter":{"location":"querystring","locationName":"OutpostIdentifierFilter"},"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"}}},"output":{"type":"structure","members":{"Orders":{"type":"list","member":{"type":"structure","members":{"OutpostId":{},"OrderId":{},"OrderType":{},"Status":{},"LineItemCountsByStatus":{"type":"map","key":{},"value":{"type":"integer"}},"OrderSubmissionDate":{"type":"timestamp"},"OrderFulfilledDate":{"type":"timestamp"}}}},"NextToken":{}}}},"ListOutposts":{"http":{"method":"GET","requestUri":"/outposts"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"LifeCycleStatusFilter":{"location":"querystring","locationName":"LifeCycleStatusFilter","type":"list","member":{}},"AvailabilityZoneFilter":{"location":"querystring","locationName":"AvailabilityZoneFilter","type":"list","member":{}},"AvailabilityZoneIdFilter":{"location":"querystring","locationName":"AvailabilityZoneIdFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Outposts":{"type":"list","member":{"shape":"S14"}},"NextToken":{}}}},"ListSites":{"http":{"method":"GET","requestUri":"/sites"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"OperatingAddressCountryCodeFilter":{"location":"querystring","locationName":"OperatingAddressCountryCodeFilter","type":"list","member":{}},"OperatingAddressStateOrRegionFilter":{"location":"querystring","locationName":"OperatingAddressStateOrRegionFilter","type":"list","member":{}},"OperatingAddressCityFilter":{"location":"querystring","locationName":"OperatingAddressCityFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Sites":{"type":"list","member":{"shape":"S21"}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sz"}}}},"StartConnection":{"http":{"requestUri":"/connections"},"input":{"type":"structure","required":["DeviceSerialNumber","AssetId","ClientPublicKey","NetworkInterfaceDeviceIndex"],"members":{"DeviceSerialNumber":{},"AssetId":{},"ClientPublicKey":{},"NetworkInterfaceDeviceIndex":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionId":{},"UnderlayIpAddress":{}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateOutpost":{"http":{"method":"PATCH","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"},"Name":{},"Description":{},"SupportedHardwareType":{}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"UpdateSite":{"http":{"method":"PATCH","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"Name":{},"Description":{},"Notes":{}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"UpdateSiteAddress":{"http":{"method":"PUT","requestUri":"/sites/{SiteId}/address"},"input":{"type":"structure","required":["SiteId","AddressType","Address"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"AddressType":{},"Address":{"shape":"S1e"}}},"output":{"type":"structure","members":{"AddressType":{},"Address":{"shape":"S1e"}}}},"UpdateSiteRackPhysicalProperties":{"http":{"method":"PATCH","requestUri":"/sites/{SiteId}/rackPhysicalProperties"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"PowerDrawKva":{},"PowerPhase":{},"PowerConnector":{},"PowerFeedDrop":{},"UplinkGbps":{},"UplinkCount":{},"FiberOpticCableType":{},"OpticalStandard":{},"MaximumSupportedWeightLbs":{}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}}},"shapes":{"Sd":{"type":"structure","members":{"OutpostId":{},"OrderId":{},"Status":{},"LineItems":{"type":"list","member":{"type":"structure","members":{"CatalogItemId":{},"LineItemId":{},"Quantity":{"type":"integer"},"Status":{},"ShipmentInformation":{"type":"structure","members":{"ShipmentTrackingNumber":{},"ShipmentCarrier":{}}},"AssetInformationList":{"type":"list","member":{"type":"structure","members":{"AssetId":{},"MacAddressList":{"type":"list","member":{}}}}}}}},"PaymentOption":{},"OrderSubmissionDate":{"type":"timestamp"},"OrderFulfilledDate":{"type":"timestamp"}}},"Sz":{"type":"map","key":{},"value":{}},"S14":{"type":"structure","members":{"OutpostId":{},"OwnerId":{},"OutpostArn":{},"SiteId":{},"Name":{},"Description":{},"LifeCycleStatus":{},"AvailabilityZone":{},"AvailabilityZoneId":{},"Tags":{"shape":"Sz"},"SiteArn":{},"SupportedHardwareType":{}}},"S1e":{"type":"structure","required":["AddressLine1","City","StateOrRegion","PostalCode","CountryCode"],"members":{"ContactName":{},"ContactPhoneNumber":{},"AddressLine1":{},"AddressLine2":{},"AddressLine3":{},"City":{},"StateOrRegion":{},"DistrictOrCounty":{},"PostalCode":{},"CountryCode":{},"Municipality":{}}},"S1q":{"type":"structure","members":{"PowerDrawKva":{},"PowerPhase":{},"PowerConnector":{},"PowerFeedDrop":{},"UplinkGbps":{},"UplinkCount":{},"FiberOpticCableType":{},"OpticalStandard":{},"MaximumSupportedWeightLbs":{}}},"S21":{"type":"structure","members":{"SiteId":{},"AccountId":{},"Name":{},"Description":{},"Tags":{"shape":"Sz"},"SiteArn":{},"Notes":{},"OperatingAddressCountryCode":{},"OperatingAddressStateOrRegion":{},"OperatingAddressCity":{},"RackPhysicalProperties":{"shape":"S1q"}}},"S29":{"type":"structure","members":{"CatalogItemId":{},"ItemStatus":{},"EC2Capacities":{"type":"list","member":{"type":"structure","members":{"Family":{},"MaxSize":{},"Quantity":{}}}},"PowerKva":{"type":"float"},"WeightLbs":{"type":"integer"},"SupportedUplinkGbps":{"type":"list","member":{"type":"integer"}},"SupportedStorage":{"shape":"S2k"}}},"S2k":{"type":"list","member":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-12-03","endpointPrefix":"outposts","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Outposts","serviceFullName":"AWS Outposts","serviceId":"Outposts","signatureVersion":"v4","signingName":"outposts","uid":"outposts-2019-12-03"},"operations":{"CancelOrder":{"http":{"requestUri":"/orders/{OrderId}/cancel"},"input":{"type":"structure","required":["OrderId"],"members":{"OrderId":{"location":"uri","locationName":"OrderId"}}},"output":{"type":"structure","members":{}}},"CreateOrder":{"http":{"requestUri":"/orders"},"input":{"type":"structure","required":["OutpostIdentifier","LineItems","PaymentOption"],"members":{"OutpostIdentifier":{},"LineItems":{"type":"list","member":{"type":"structure","members":{"CatalogItemId":{},"Quantity":{"type":"integer"}}}},"PaymentOption":{},"PaymentTerm":{}}},"output":{"type":"structure","members":{"Order":{"shape":"Sd"}}}},"CreateOutpost":{"http":{"requestUri":"/outposts"},"input":{"type":"structure","required":["Name","SiteId"],"members":{"Name":{},"Description":{},"SiteId":{},"AvailabilityZone":{},"AvailabilityZoneId":{},"Tags":{"shape":"Sz"},"SupportedHardwareType":{}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"CreateSite":{"http":{"requestUri":"/sites"},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Notes":{},"Tags":{"shape":"Sz"},"OperatingAddress":{"shape":"S1e"},"ShippingAddress":{"shape":"S1e"},"RackPhysicalProperties":{"shape":"S1q"}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"DeleteOutpost":{"http":{"method":"DELETE","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"}}},"output":{"type":"structure","members":{}}},"DeleteSite":{"http":{"method":"DELETE","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"}}},"output":{"type":"structure","members":{}}},"GetCatalogItem":{"http":{"method":"GET","requestUri":"/catalog/item/{CatalogItemId}"},"input":{"type":"structure","required":["CatalogItemId"],"members":{"CatalogItemId":{"location":"uri","locationName":"CatalogItemId"}}},"output":{"type":"structure","members":{"CatalogItem":{"shape":"S29"}}}},"GetConnection":{"http":{"method":"GET","requestUri":"/connections/{ConnectionId}"},"input":{"type":"structure","required":["ConnectionId"],"members":{"ConnectionId":{"location":"uri","locationName":"ConnectionId"}}},"output":{"type":"structure","members":{"ConnectionId":{},"ConnectionDetails":{"type":"structure","members":{"ClientPublicKey":{},"ServerPublicKey":{},"ServerEndpoint":{},"ClientTunnelAddress":{},"ServerTunnelAddress":{},"AllowedIps":{"type":"list","member":{}}}}}}},"GetOrder":{"http":{"method":"GET","requestUri":"/orders/{OrderId}"},"input":{"type":"structure","required":["OrderId"],"members":{"OrderId":{"location":"uri","locationName":"OrderId"}}},"output":{"type":"structure","members":{"Order":{"shape":"Sd"}}}},"GetOutpost":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"GetOutpostInstanceTypes":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}/instanceTypes"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"},"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"}}},"output":{"type":"structure","members":{"InstanceTypes":{"type":"list","member":{"type":"structure","members":{"InstanceType":{}}}},"NextToken":{},"OutpostId":{},"OutpostArn":{}}}},"GetSite":{"http":{"method":"GET","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"GetSiteAddress":{"http":{"method":"GET","requestUri":"/sites/{SiteId}/address"},"input":{"type":"structure","required":["SiteId","AddressType"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"AddressType":{"location":"querystring","locationName":"AddressType"}}},"output":{"type":"structure","members":{"SiteId":{},"AddressType":{},"Address":{"shape":"S1e"}}}},"ListAssets":{"http":{"method":"GET","requestUri":"/outposts/{OutpostId}/assets"},"input":{"type":"structure","required":["OutpostIdentifier"],"members":{"OutpostIdentifier":{"location":"uri","locationName":"OutpostId"},"HostIdFilter":{"location":"querystring","locationName":"HostIdFilter","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"},"StatusFilter":{"location":"querystring","locationName":"StatusFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Assets":{"type":"list","member":{"type":"structure","members":{"AssetId":{},"RackId":{},"AssetType":{},"ComputeAttributes":{"type":"structure","members":{"HostId":{},"State":{}}},"AssetLocation":{"type":"structure","members":{"RackElevation":{"type":"float"}}}}}},"NextToken":{}}}},"ListCatalogItems":{"http":{"method":"GET","requestUri":"/catalog/items"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"ItemClassFilter":{"location":"querystring","locationName":"ItemClassFilter","type":"list","member":{}},"SupportedStorageFilter":{"shape":"S2k","location":"querystring","locationName":"SupportedStorageFilter"},"EC2FamilyFilter":{"location":"querystring","locationName":"EC2FamilyFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"CatalogItems":{"type":"list","member":{"shape":"S29"}},"NextToken":{}}}},"ListOrders":{"http":{"method":"GET","requestUri":"/list-orders"},"input":{"type":"structure","members":{"OutpostIdentifierFilter":{"location":"querystring","locationName":"OutpostIdentifierFilter"},"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"}}},"output":{"type":"structure","members":{"Orders":{"type":"list","member":{"type":"structure","members":{"OutpostId":{},"OrderId":{},"OrderType":{},"Status":{},"LineItemCountsByStatus":{"type":"map","key":{},"value":{"type":"integer"}},"OrderSubmissionDate":{"type":"timestamp"},"OrderFulfilledDate":{"type":"timestamp"}}}},"NextToken":{}}}},"ListOutposts":{"http":{"method":"GET","requestUri":"/outposts"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"LifeCycleStatusFilter":{"location":"querystring","locationName":"LifeCycleStatusFilter","type":"list","member":{}},"AvailabilityZoneFilter":{"location":"querystring","locationName":"AvailabilityZoneFilter","type":"list","member":{}},"AvailabilityZoneIdFilter":{"location":"querystring","locationName":"AvailabilityZoneIdFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Outposts":{"type":"list","member":{"shape":"S14"}},"NextToken":{}}}},"ListSites":{"http":{"method":"GET","requestUri":"/sites"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"OperatingAddressCountryCodeFilter":{"location":"querystring","locationName":"OperatingAddressCountryCodeFilter","type":"list","member":{}},"OperatingAddressStateOrRegionFilter":{"location":"querystring","locationName":"OperatingAddressStateOrRegionFilter","type":"list","member":{}},"OperatingAddressCityFilter":{"location":"querystring","locationName":"OperatingAddressCityFilter","type":"list","member":{}}}},"output":{"type":"structure","members":{"Sites":{"type":"list","member":{"shape":"S21"}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sz"}}}},"StartConnection":{"http":{"requestUri":"/connections"},"input":{"type":"structure","required":["DeviceSerialNumber","AssetId","ClientPublicKey","NetworkInterfaceDeviceIndex"],"members":{"DeviceSerialNumber":{},"AssetId":{},"ClientPublicKey":{},"NetworkInterfaceDeviceIndex":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionId":{},"UnderlayIpAddress":{}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateOutpost":{"http":{"method":"PATCH","requestUri":"/outposts/{OutpostId}"},"input":{"type":"structure","required":["OutpostId"],"members":{"OutpostId":{"location":"uri","locationName":"OutpostId"},"Name":{},"Description":{},"SupportedHardwareType":{}}},"output":{"type":"structure","members":{"Outpost":{"shape":"S14"}}}},"UpdateSite":{"http":{"method":"PATCH","requestUri":"/sites/{SiteId}"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"Name":{},"Description":{},"Notes":{}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}},"UpdateSiteAddress":{"http":{"method":"PUT","requestUri":"/sites/{SiteId}/address"},"input":{"type":"structure","required":["SiteId","AddressType","Address"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"AddressType":{},"Address":{"shape":"S1e"}}},"output":{"type":"structure","members":{"AddressType":{},"Address":{"shape":"S1e"}}}},"UpdateSiteRackPhysicalProperties":{"http":{"method":"PATCH","requestUri":"/sites/{SiteId}/rackPhysicalProperties"},"input":{"type":"structure","required":["SiteId"],"members":{"SiteId":{"location":"uri","locationName":"SiteId"},"PowerDrawKva":{},"PowerPhase":{},"PowerConnector":{},"PowerFeedDrop":{},"UplinkGbps":{},"UplinkCount":{},"FiberOpticCableType":{},"OpticalStandard":{},"MaximumSupportedWeightLbs":{}}},"output":{"type":"structure","members":{"Site":{"shape":"S21"}}}}},"shapes":{"Sd":{"type":"structure","members":{"OutpostId":{},"OrderId":{},"Status":{},"LineItems":{"type":"list","member":{"type":"structure","members":{"CatalogItemId":{},"LineItemId":{},"Quantity":{"type":"integer"},"Status":{},"ShipmentInformation":{"type":"structure","members":{"ShipmentTrackingNumber":{},"ShipmentCarrier":{}}},"AssetInformationList":{"type":"list","member":{"type":"structure","members":{"AssetId":{},"MacAddressList":{"type":"list","member":{}}}}}}}},"PaymentOption":{},"OrderSubmissionDate":{"type":"timestamp"},"OrderFulfilledDate":{"type":"timestamp"},"PaymentTerm":{}}},"Sz":{"type":"map","key":{},"value":{}},"S14":{"type":"structure","members":{"OutpostId":{},"OwnerId":{},"OutpostArn":{},"SiteId":{},"Name":{},"Description":{},"LifeCycleStatus":{},"AvailabilityZone":{},"AvailabilityZoneId":{},"Tags":{"shape":"Sz"},"SiteArn":{},"SupportedHardwareType":{}}},"S1e":{"type":"structure","required":["AddressLine1","City","StateOrRegion","PostalCode","CountryCode"],"members":{"ContactName":{},"ContactPhoneNumber":{},"AddressLine1":{},"AddressLine2":{},"AddressLine3":{},"City":{},"StateOrRegion":{},"DistrictOrCounty":{},"PostalCode":{},"CountryCode":{},"Municipality":{}}},"S1q":{"type":"structure","members":{"PowerDrawKva":{},"PowerPhase":{},"PowerConnector":{},"PowerFeedDrop":{},"UplinkGbps":{},"UplinkCount":{},"FiberOpticCableType":{},"OpticalStandard":{},"MaximumSupportedWeightLbs":{}}},"S21":{"type":"structure","members":{"SiteId":{},"AccountId":{},"Name":{},"Description":{},"Tags":{"shape":"Sz"},"SiteArn":{},"Notes":{},"OperatingAddressCountryCode":{},"OperatingAddressStateOrRegion":{},"OperatingAddressCity":{},"RackPhysicalProperties":{"shape":"S1q"}}},"S29":{"type":"structure","members":{"CatalogItemId":{},"ItemStatus":{},"EC2Capacities":{"type":"list","member":{"type":"structure","members":{"Family":{},"MaxSize":{},"Quantity":{}}}},"PowerKva":{"type":"float"},"WeightLbs":{"type":"integer"},"SupportedUplinkGbps":{"type":"list","member":{"type":"integer"}},"SupportedStorage":{"shape":"S2k"}}},"S2k":{"type":"list","member":{}}}} /***/ }), /* 885 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index f3f245a911..c09f4f8722 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1303.0 +// AWS SDK for JavaScript v2.1304.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":434}],337:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":336}],338:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":336,"buffer/":434}],339:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":336,"buffer/":434}],340:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":336,"buffer/":434}],341:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":335,"./core":345,"./credentials":346,"./credentials/chainable_temporary_credentials":347,"./credentials/cognito_identity_credentials":348,"./credentials/credential_provider_chain":349,"./credentials/saml_credentials":350,"./credentials/temporary_credentials":351,"./credentials/web_identity_credentials":352,"./event-stream/buffered-create-event-stream":360,"./http/xhr":368,"./realclock/browserClock":387,"./util":422,"./xml/browser_parser":423,_process:439,"buffer/":434,"querystring/":446,"url/":448}],342:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":345}],343:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":345,"./credentials":346,"./credentials/credential_provider_chain":349}],344:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":345,_process:439}],345:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1303.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":459,"./api_loader":334,"./config":343,"./event_listeners":366,"./http":367,"./json/builder":369,"./json/parser":370,"./model/api":371,"./model/operation":373,"./model/paginator":374,"./model/resource_waiter":375,"./model/shape":376,"./param_validator":377,"./protocol/json":380,"./protocol/query":381,"./protocol/rest":382,"./protocol/rest_json":383,"./protocol/rest_xml":384,"./request":391,"./resource_waiter":392,"./response":393,"./sequential_executor":395,"./service":396,"./signers/request_signer":414,"./util":422,"./xml/builder":424}],346:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":345}],347:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){ +var t=e("../apis/route53-2013-04-01.min.json");return t.paginators=e("../apis/route53-2013-04-01.paginators.json").pagination,t.waiters=e("../apis/route53-2013-04-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Route53},{"../apis/route53-2013-04-01.min.json":205,"../apis/route53-2013-04-01.paginators.json":206,"../apis/route53-2013-04-01.waiters2.json":207,"../lib/core":345,"../lib/node_loader":341,"../lib/services/route53":407}],320:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53domains={},a.Route53Domains=i.defineService("route53domains",["2014-05-15"]),Object.defineProperty(s.services.route53domains,"2014-05-15",{get:function(){var t=e("../apis/route53domains-2014-05-15.min.json");return t.paginators=e("../apis/route53domains-2014-05-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Route53Domains},{"../apis/route53domains-2014-05-15.min.json":208,"../apis/route53domains-2014-05-15.paginators.json":209,"../lib/core":345,"../lib/node_loader":341}],321:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.s3={},a.S3=i.defineService("s3",["2006-03-01"]),e("../lib/services/s3"),Object.defineProperty(s.services.s3,"2006-03-01",{get:function(){var t=e("../apis/s3-2006-03-01.min.json");return t.paginators=e("../apis/s3-2006-03-01.paginators.json").pagination,t.waiters=e("../apis/s3-2006-03-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.S3},{"../apis/s3-2006-03-01.min.json":214,"../apis/s3-2006-03-01.paginators.json":215,"../apis/s3-2006-03-01.waiters2.json":216,"../lib/core":345,"../lib/node_loader":341,"../lib/services/s3":408}],322:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.secretsmanager={},a.SecretsManager=i.defineService("secretsmanager",["2017-10-17"]),Object.defineProperty(s.services.secretsmanager,"2017-10-17",{get:function(){var t=e("../apis/secretsmanager-2017-10-17.min.json");return t.paginators=e("../apis/secretsmanager-2017-10-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SecretsManager},{"../apis/secretsmanager-2017-10-17.min.json":217,"../apis/secretsmanager-2017-10-17.paginators.json":218,"../lib/core":345,"../lib/node_loader":341}],323:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.servicecatalog={},a.ServiceCatalog=i.defineService("servicecatalog",["2015-12-10"]),Object.defineProperty(s.services.servicecatalog,"2015-12-10",{get:function(){var t=e("../apis/servicecatalog-2015-12-10.min.json");return t.paginators=e("../apis/servicecatalog-2015-12-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ServiceCatalog},{"../apis/servicecatalog-2015-12-10.min.json":219,"../apis/servicecatalog-2015-12-10.paginators.json":220,"../lib/core":345,"../lib/node_loader":341}],324:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ses={},a.SES=i.defineService("ses",["2010-12-01"]),Object.defineProperty(s.services.ses,"2010-12-01",{get:function(){var t=e("../apis/email-2010-12-01.min.json");return t.paginators=e("../apis/email-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/email-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SES},{"../apis/email-2010-12-01.min.json":108,"../apis/email-2010-12-01.paginators.json":109,"../apis/email-2010-12-01.waiters2.json":110,"../lib/core":345,"../lib/node_loader":341}],325:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sns={},a.SNS=i.defineService("sns",["2010-03-31"]),Object.defineProperty(s.services.sns,"2010-03-31",{get:function(){var t=e("../apis/sns-2010-03-31.min.json");return t.paginators=e("../apis/sns-2010-03-31.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SNS},{"../apis/sns-2010-03-31.min.json":221,"../apis/sns-2010-03-31.paginators.json":222,"../lib/core":345,"../lib/node_loader":341}],326:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sqs={},a.SQS=i.defineService("sqs",["2012-11-05"]),e("../lib/services/sqs"),Object.defineProperty(s.services.sqs,"2012-11-05",{get:function(){var t=e("../apis/sqs-2012-11-05.min.json");return t.paginators=e("../apis/sqs-2012-11-05.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SQS},{"../apis/sqs-2012-11-05.min.json":223,"../apis/sqs-2012-11-05.paginators.json":224,"../lib/core":345,"../lib/node_loader":341,"../lib/services/sqs":410}],327:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ssm={},a.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(s.services.ssm,"2014-11-06",{get:function(){var t=e("../apis/ssm-2014-11-06.min.json");return t.paginators=e("../apis/ssm-2014-11-06.paginators.json").pagination,t.waiters=e("../apis/ssm-2014-11-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SSM},{"../apis/ssm-2014-11-06.min.json":225,"../apis/ssm-2014-11-06.paginators.json":226,"../apis/ssm-2014-11-06.waiters2.json":227,"../lib/core":345,"../lib/node_loader":341}],328:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.storagegateway={},a.StorageGateway=i.defineService("storagegateway",["2013-06-30"]),Object.defineProperty(s.services.storagegateway,"2013-06-30",{get:function(){var t=e("../apis/storagegateway-2013-06-30.min.json");return t.paginators=e("../apis/storagegateway-2013-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.StorageGateway},{"../apis/storagegateway-2013-06-30.min.json":228,"../apis/storagegateway-2013-06-30.paginators.json":229,"../lib/core":345,"../lib/node_loader":341}],329:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sts={},a.STS=i.defineService("sts",["2011-06-15"]),e("../lib/services/sts"),Object.defineProperty(s.services.sts,"2011-06-15",{get:function(){var t=e("../apis/sts-2011-06-15.min.json");return t.paginators=e("../apis/sts-2011-06-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.STS},{"../apis/sts-2011-06-15.min.json":232,"../apis/sts-2011-06-15.paginators.json":233,"../lib/core":345,"../lib/node_loader":341,"../lib/services/sts":411}],330:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":234,"../apis/translate-2017-07-01.paginators.json":235,"../lib/core":345,"../lib/node_loader":341}],331:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":236,"../apis/waf-2015-08-24.paginators.json":237,"../lib/core":345,"../lib/node_loader":341}],332:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":238,"../apis/workdocs-2016-05-01.paginators.json":239,"../lib/core":345,"../lib/node_loader":341}],333:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":240,"../apis/xray-2016-04-12.paginators.json":241,"../lib/core":345,"../lib/node_loader":341}],334:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],335:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":337,"./browserMd5":338,"./browserSha1":339,"./browserSha256":340}],336:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":434}],337:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":336}],338:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":336,"buffer/":434}],339:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":336,"buffer/":434}],340:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":336,"buffer/":434}],341:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":335,"./core":345,"./credentials":346,"./credentials/chainable_temporary_credentials":347,"./credentials/cognito_identity_credentials":348,"./credentials/credential_provider_chain":349,"./credentials/saml_credentials":350,"./credentials/temporary_credentials":351,"./credentials/web_identity_credentials":352,"./event-stream/buffered-create-event-stream":360,"./http/xhr":368,"./realclock/browserClock":387,"./util":422,"./xml/browser_parser":423,_process:439,"buffer/":434,"querystring/":446,"url/":448}],342:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":345}],343:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":345,"./credentials":346,"./credentials/credential_provider_chain":349}],344:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":345,_process:439}],345:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1304.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":459,"./api_loader":334,"./config":343,"./event_listeners":366,"./http":367,"./json/builder":369,"./json/parser":370,"./model/api":371,"./model/operation":373,"./model/paginator":374,"./model/resource_waiter":375,"./model/shape":376,"./param_validator":377,"./protocol/json":380,"./protocol/query":381,"./protocol/rest":382,"./protocol/rest_json":383,"./protocol/rest_xml":384,"./request":391,"./resource_waiter":392,"./response":393,"./sequential_executor":395,"./service":396,"./signers/request_signer":414,"./util":422,"./xml/builder":424}],346:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":345}],347:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){ if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":329,"../core":345}],348:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":260,"../../clients/sts":329,"../core":345}],349:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":345}],350:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":329,"../core":345}],351:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":329,"../core":345}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":329,"../core":345}],353:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":345}],363:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}), e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":345,"./discover_endpoint":353,"./protocol/json":380,"./protocol/query":381,"./protocol/rest":382,"./protocol/rest_json":383,"./protocol/rest_xml":384,"./sequential_executor":395,_process:439,util:433}],367:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":345}],368:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":422,"./collection":372}],377:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":345,"../util":422}],380:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":369,"../json/parser":370,"../util":422,"./helpers":379}],381:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":369,"../json/parser":370,"../util":422,"./json":380,"./rest":382}],384:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":345,"../util":422,"./rest":382}],385:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":422}],386:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":345}],387:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],388:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],389:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":345,"./state_machine":421,_process:439,jmespath:438}],392:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){ diff --git a/lib/core.js b/lib/core.js index c6bcfa5de3..979ee9562e 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,7 @@ AWS.util.update(AWS, { /** * @constant */ - VERSION: '2.1303.0', + VERSION: '2.1304.0', /** * @api private diff --git a/package.json b/package.json index a1afeb40ef..106d6d4333 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk", "description": "AWS SDK for JavaScript", - "version": "2.1303.0", + "version": "2.1304.0", "author": { "name": "Amazon Web Services", "email": "",