From 0a647f5987cf2f7252ded465495b83a900f3fe17 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 30 Nov 2023 19:13:48 +0000 Subject: [PATCH] Updates SDK to v2.1509.0 --- .changes/2.1509.0.json | 17 + CHANGELOG.md | 7 +- README.md | 2 +- apis/arc-zonal-shift-2022-10-30.min.json | 336 ++- apis/arc-zonal-shift-2022-10-30.normal.json | 670 ++++- ...arc-zonal-shift-2022-10-30.paginators.json | 6 + apis/glue-2017-03-31.min.json | 1243 ++++----- apis/glue-2017-03-31.normal.json | 132 +- apis/sagemaker-2017-07-24.min.json | 2219 +++++++++-------- apis/sagemaker-2017-07-24.normal.json | 453 +++- clients/arczonalshift.d.ts | 360 ++- clients/glue.d.ts | 85 +- clients/sagemaker.d.ts | 266 +- dist/aws-sdk-core-react-native.js | 2 +- dist/aws-sdk-react-native.js | 10 +- dist/aws-sdk.js | 6 +- dist/aws-sdk.min.js | 4 +- lib/core.js | 2 +- package.json | 2 +- 19 files changed, 4142 insertions(+), 1680 deletions(-) create mode 100644 .changes/2.1509.0.json diff --git a/.changes/2.1509.0.json b/.changes/2.1509.0.json new file mode 100644 index 0000000000..a0c79fce44 --- /dev/null +++ b/.changes/2.1509.0.json @@ -0,0 +1,17 @@ +[ + { + "type": "feature", + "category": "ARCZonalShift", + "description": "This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone." + }, + { + "type": "feature", + "category": "Glue", + "description": "Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs." + }, + { + "type": "feature", + "category": "SageMaker", + "description": "This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio" + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8edff1c8..bc5eb2ee6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1509.0 +* feature: ARCZonalShift: This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone. +* feature: Glue: Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs. +* feature: SageMaker: This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio + ## 2.1508.0 * feature: MarketplaceAgreement: The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements. * feature: MarketplaceCatalog: This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response. diff --git a/README.md b/README.md index 51124b2107..809f50e304 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/apis/arc-zonal-shift-2022-10-30.min.json b/apis/arc-zonal-shift-2022-10-30.min.json index 34b9e67ca0..c639cd7c72 100644 --- a/apis/arc-zonal-shift-2022-10-30.min.json +++ b/apis/arc-zonal-shift-2022-10-30.min.json @@ -34,6 +34,84 @@ "shape": "S3" } }, + "CreatePracticeRunConfiguration": { + "http": { + "requestUri": "/configuration", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "outcomeAlarms", + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + }, + "resourceIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {} + } + } + }, + "DeletePracticeRunConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "zonalAutoshiftStatus": {} + } + }, + "idempotent": true + }, "GetManagedResource": { "http": { "method": "GET", @@ -60,42 +138,73 @@ ], "members": { "appliedWeights": { - "type": "map", - "key": {}, - "value": { - "type": "float" - } + "shape": "Sr" }, "arn": {}, + "autoshifts": { + "shape": "St" + }, "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {}, "zonalShifts": { + "shape": "Sw" + } + } + } + }, + "ListAutoshifts": { + "http": { + "method": "GET", + "requestUri": "/autoshifts", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { "type": "list", "member": { "type": "structure", "required": [ - "appliedStatus", "awayFrom", - "comment", - "expiryTime", - "resourceIdentifier", + "endTime", "startTime", - "zonalShiftId" + "status" ], "members": { - "appliedStatus": {}, "awayFrom": {}, - "comment": {}, - "expiryTime": { + "endTime": { "type": "timestamp" }, - "resourceIdentifier": {}, "startTime": { "type": "timestamp" }, - "zonalShiftId": {} + "status": {} } } - } + }, + "nextToken": {} } } }, @@ -133,12 +242,23 @@ "availabilityZones" ], "members": { + "appliedWeights": { + "shape": "Sr" + }, "arn": {}, + "autoshifts": { + "shape": "St" + }, "availabilityZones": { "type": "list", "member": {} }, - "name": {} + "name": {}, + "practiceRunStatus": {}, + "zonalAutoshiftStatus": {}, + "zonalShifts": { + "shape": "Sw" + } } } }, @@ -164,6 +284,10 @@ "location": "querystring", "locationName": "nextToken" }, + "resourceIdentifier": { + "location": "querystring", + "locationName": "resourceIdentifier" + }, "status": { "location": "querystring", "locationName": "status" @@ -192,6 +316,7 @@ "expiryTime": { "type": "timestamp" }, + "practiceRunOutcome": {}, "resourceIdentifier": {}, "startTime": { "type": "timestamp" @@ -229,6 +354,87 @@ "shape": "S3" } }, + "UpdatePracticeRunConfiguration": { + "http": { + "method": "PATCH", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + }, + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {} + } + } + }, + "UpdateZonalAutoshiftConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/managedresources/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + }, + "zonalAutoshiftStatus": {} + } + }, + "output": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": {}, + "zonalAutoshiftStatus": {} + } + }, + "idempotent": true + }, "UpdateZonalShift": { "http": { "method": "PATCH", @@ -279,6 +485,102 @@ "status": {}, "zonalShiftId": {} } + }, + "Sb": { + "type": "list", + "member": {} + }, + "Sd": { + "type": "list", + "member": {} + }, + "Sf": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "alarmIdentifier", + "type" + ], + "members": { + "alarmIdentifier": {}, + "type": {} + } + } + }, + "Sl": { + "type": "structure", + "required": [ + "outcomeAlarms" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + } + } + }, + "Sr": { + "type": "map", + "key": {}, + "value": { + "type": "float" + } + }, + "St": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "appliedStatus", + "awayFrom", + "startTime" + ], + "members": { + "appliedStatus": {}, + "awayFrom": {}, + "startTime": { + "type": "timestamp" + } + } + } + }, + "Sw": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "appliedStatus", + "awayFrom", + "comment", + "expiryTime", + "resourceIdentifier", + "startTime", + "zonalShiftId" + ], + "members": { + "appliedStatus": {}, + "awayFrom": {}, + "comment": {}, + "expiryTime": { + "type": "timestamp" + }, + "practiceRunOutcome": {}, + "resourceIdentifier": {}, + "startTime": { + "type": "timestamp" + }, + "zonalShiftId": {} + } + } } } } \ No newline at end of file diff --git a/apis/arc-zonal-shift-2022-10-30.normal.json b/apis/arc-zonal-shift-2022-10-30.normal.json index 3c72eaed8b..bf20c8c777 100644 --- a/apis/arc-zonal-shift-2022-10-30.normal.json +++ b/apis/arc-zonal-shift-2022-10-30.normal.json @@ -45,7 +45,78 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in your AWS account in an AWS Region.

" + "documentation": "

Cancel a zonal shift in Amazon Route 53 Application Recovery Controller. To cancel the zonal shift, specify the zonal shift ID.

A zonal shift can be one that you've started for a resource in your Amazon Web Services account in an Amazon Web Services Region, or it can be a zonal shift started by a practice run with zonal autoshift.

" + }, + "CreatePracticeRunConfiguration": { + "name": "CreatePracticeRunConfiguration", + "http": { + "method": "POST", + "requestUri": "/configuration", + "responseCode": 201 + }, + "input": { + "shape": "CreatePracticeRunConfigurationRequest" + }, + "output": { + "shape": "CreatePracticeRunConfigurationResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting.

For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + }, + "DeletePracticeRunConfiguration": { + "name": "DeletePracticeRunConfiguration", + "http": { + "method": "DELETE", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "DeletePracticeRunConfigurationRequest" + }, + "output": { + "shape": "DeletePracticeRunConfigurationResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled.

", + "idempotent": true }, "GetManagedResource": { "name": "GetManagedResource", @@ -77,7 +148,36 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this AWS Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + "documentation": "

Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. You can start zonal shifts and configure zonal autoshift for managed resources.

At this time, you can only start a zonal shift or configure zonal autoshift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + }, + "ListAutoshifts": { + "name": "ListAutoshifts", + "http": { + "method": "GET", + "requestUri": "/autoshifts", + "responseCode": 200 + }, + "input": { + "shape": "ListAutoshiftsRequest" + }, + "output": { + "shape": "ListAutoshiftsResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Returns the active autoshifts for a specified resource.

" }, "ListManagedResources": { "name": "ListManagedResources", @@ -106,7 +206,7 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and the resource name.

" + "documentation": "

Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes the zonal autoshift status for the resource, as well as the Amazon Resource Name (ARN), the Availability Zones that each resource is deployed in, and the resource name.

" }, "ListZonalShifts": { "name": "ListZonalShifts", @@ -135,7 +235,7 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region.

" + "documentation": "

Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift.

The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see \">ListAutoshifts.

" }, "StartZonalShift": { "name": "StartZonalShift", @@ -170,7 +270,78 @@ "shape": "AccessDeniedException" } ], - "documentation": "

You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Resources are automatically registered with Route 53 ARC by AWS services.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete.

For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + "documentation": "

You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your Amazon Web Services account in an Amazon Web Services Region. Resources are automatically registered with Route 53 ARC by Amazon Web Services services.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete.

For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + }, + "UpdatePracticeRunConfiguration": { + "name": "UpdatePracticeRunConfiguration", + "http": { + "method": "PATCH", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "UpdatePracticeRunConfigurationRequest" + }, + "output": { + "shape": "UpdatePracticeRunConfigurationResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.

" + }, + "UpdateZonalAutoshiftConfiguration": { + "name": "UpdateZonalAutoshiftConfiguration", + "http": { + "method": "PUT", + "requestUri": "/managedresources/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateZonalAutoshiftConfigurationRequest" + }, + "output": { + "shape": "UpdateZonalAutoshiftConfigurationResponse" + }, + "errors": [ + { + "shape": "InternalServerException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is ENABLED, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.

", + "idempotent": true }, "UpdateZonalShift": { "name": "UpdateZonalShift", @@ -205,7 +376,7 @@ "shape": "AccessDeniedException" } ], - "documentation": "

Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift.

" + "documentation": "

Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift.

" } }, "shapes": { @@ -225,6 +396,83 @@ "shape": "Weight" } }, + "AutoshiftAppliedStatus": { + "type": "string", + "enum": [ + "APPLIED", + "NOT_APPLIED" + ] + }, + "AutoshiftExecutionStatus": { + "type": "string", + "enum": [ + "ACTIVE", + "COMPLETED" + ] + }, + "AutoshiftInResource": { + "type": "structure", + "required": [ + "appliedStatus", + "awayFrom", + "startTime" + ], + "members": { + "appliedStatus": { + "shape": "AutoshiftAppliedStatus", + "documentation": "

The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED.

The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.

For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + }, + "awayFrom": { + "shape": "AvailabilityZone", + "documentation": "

The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.

" + }, + "startTime": { + "shape": "StartTime", + "documentation": "

The time (UTC) when the autoshift started.

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

A complex structure that lists an autoshift that is currently active for a managed resource and information about the autoshift.

For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + }, + "AutoshiftSummaries": { + "type": "list", + "member": { + "shape": "AutoshiftSummary" + } + }, + "AutoshiftSummary": { + "type": "structure", + "required": [ + "awayFrom", + "endTime", + "startTime", + "status" + ], + "members": { + "awayFrom": { + "shape": "AvailabilityZone", + "documentation": "

The Availability Zone that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.

" + }, + "endTime": { + "shape": "ExpiryTime", + "documentation": "

The time (in UTC) when the autoshift ended.

" + }, + "startTime": { + "shape": "StartTime", + "documentation": "

The time (in UTC) when the autoshift started.

" + }, + "status": { + "shape": "AutoshiftExecutionStatus", + "documentation": "

The status for an autoshift.

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

Information about an autoshift. Amazon Web Services starts an autoshift to temporarily move traffic for a resource away from an Availability Zone in an Amazon Web Services Region when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. You can configure zonal autoshift in Route 53 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with Route 53 ARC.

Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and traffic for the resource is no longer directed to the other Availability Zones in the Region.

You can stop an autoshift for a resource by disabling zonal autoshift.

" + }, + "AutoshiftsInResource": { + "type": "list", + "member": { + "shape": "AutoshiftInResource" + } + }, "AvailabilityZone": { "type": "string", "max": 20, @@ -236,6 +484,34 @@ "shape": "AvailabilityZone" } }, + "BlockedDate": { + "type": "string", + "max": 10, + "min": 10, + "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$" + }, + "BlockedDates": { + "type": "list", + "member": { + "shape": "BlockedDate" + }, + "max": 15, + "min": 0 + }, + "BlockedWindow": { + "type": "string", + "max": 19, + "min": 19, + "pattern": "^(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}-(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}$" + }, + "BlockedWindows": { + "type": "list", + "member": { + "shape": "BlockedWindow" + }, + "max": 15, + "min": 0 + }, "CancelZonalShiftRequest": { "type": "structure", "required": [ @@ -250,6 +526,130 @@ } } }, + "ControlCondition": { + "type": "structure", + "required": [ + "alarmIdentifier", + "type" + ], + "members": { + "alarmIdentifier": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) for the Amazon CloudWatch alarm that you specify as a control condition for a practice run.

" + }, + "type": { + "shape": "ControlConditionType", + "documentation": "

The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.

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

A control condition is an alarm that you specify for a practice run. When you configure practice runs with zonal autoshift for a resource, you specify Amazon CloudWatch alarms, which you create in CloudWatch to use with the practice run. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting.

Control condition alarms do not apply for autoshifts.

For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" + }, + "ControlConditionType": { + "type": "string", + "enum": [ + "CLOUDWATCH" + ] + }, + "ControlConditions": { + "type": "list", + "member": { + "shape": "ControlCondition" + }, + "max": 1, + "min": 1 + }, + "CreatePracticeRunConfigurationRequest": { + "type": "structure", + "required": [ + "outcomeAlarms", + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "BlockedDates", + "documentation": "

Optionally, you can block Route 53 ARC from starting practice runs for a resource on specific calendar dates.

The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces.

For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for 2024-05-01.

" + }, + "blockedWindows": { + "shape": "BlockedWindows", + "documentation": "

Optionally, you can block Route 53 ARC from starting practice runs for specific windows of days and times.

The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces.

For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30.

" + }, + "blockingAlarms": { + "shape": "ControlConditions", + "documentation": "

An Amazon CloudWatch alarm that you can specify for zonal autoshift practice runs. This alarm blocks Route 53 ARC from starting practice run zonal shifts, and ends a practice run that's in progress, when the alarm is in an ALARM state.

" + }, + "outcomeAlarms": { + "shape": "ControlConditions", + "documentation": "

The outcome alarm for practice runs is a required Amazon CloudWatch alarm that you specify that ends a practice run when the alarm is in an ALARM state.

Configure the alarm to monitor the health of your application when traffic is shifted away from an Availability Zone during each weekly practice run. You should configure the alarm to go into an ALARM state if your application is impacted by the zonal shift, and you want to stop the zonal shift, to let traffic for the resource return to the Availability Zone.

" + }, + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier of the resource to shift away traffic for when a practice run starts a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + } + } + }, + "CreatePracticeRunConfigurationResponse": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource that you configured the practice run for.

" + }, + "name": { + "shape": "ResourceName", + "documentation": "

The name of the resource that you configured the practice run for.

" + }, + "practiceRunConfiguration": { + "shape": "PracticeRunConfiguration", + "documentation": "

A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The status for zonal autoshift for a resource. When you specify the autoshift status as ENABLED, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.

When you enable zonal autoshift, you must also configure practice runs for the resource.

" + } + } + }, + "DeletePracticeRunConfigurationRequest": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

", + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "DeletePracticeRunConfigurationResponse": { + "type": "structure", + "required": [ + "arn", + "name", + "zonalAutoshiftStatus" + ], + "members": { + "arn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.

" + }, + "name": { + "shape": "ResourceName", + "documentation": "

The name of the resource that you deleted the practice run for.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The status of zonal autoshift for the resource.

" + } + } + }, "ExpiresIn": { "type": "string", "max": 5, @@ -267,7 +667,7 @@ "members": { "resourceIdentifier": { "shape": "ResourceIdentifier", - "documentation": "

The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

", + "documentation": "

The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

", "location": "uri", "locationName": "resourceIdentifier" } @@ -288,16 +688,64 @@ "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) for the resource.

" }, + "autoshifts": { + "shape": "AutoshiftsInResource", + "documentation": "

An array of the autoshifts that are active for the resource.

" + }, "name": { "shape": "ResourceName", "documentation": "

The name of the resource.

" }, + "practiceRunConfiguration": { + "shape": "PracticeRunConfiguration", + "documentation": "

The practice run configuration for zonal autoshift that's associated with the resource.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The status for zonal autoshift for a resource. When the autoshift status is ENABLED, Amazon Web Services shifts traffic for a resource away from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.

" + }, "zonalShifts": { "shape": "ZonalShiftsInResource", "documentation": "

The zonal shifts that are currently active for a resource.

" } } }, + "ListAutoshiftsRequest": { + "type": "structure", + "members": { + "maxResults": { + "shape": "MaxResults", + "documentation": "

The number of objects that you want to return with this call.

", + "location": "querystring", + "locationName": "maxResults" + }, + "nextToken": { + "shape": "String", + "documentation": "

Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.

", + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "shape": "AutoshiftExecutionStatus", + "documentation": "

The status of the autoshift.

", + "location": "querystring", + "locationName": "status" + } + } + }, + "ListAutoshiftsResponse": { + "type": "structure", + "members": { + "items": { + "shape": "AutoshiftSummaries", + "documentation": "

The items in the response list.

" + }, + "nextToken": { + "shape": "String", + "documentation": "

Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.

" + } + } + }, "ListManagedResourcesRequest": { "type": "structure", "members": { @@ -346,9 +794,15 @@ "location": "querystring", "locationName": "nextToken" }, + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.

", + "location": "querystring", + "locationName": "resourceIdentifier" + }, "status": { "shape": "ZonalShiftStatus", - "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

", + "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

", "location": "querystring", "locationName": "status" } @@ -379,10 +833,18 @@ "availabilityZones" ], "members": { + "appliedWeights": { + "shape": "AppliedWeights", + "documentation": "

A collection of key-value pairs that indicate whether resources are active in Availability Zones or not. The key name is the Availability Zone where the resource is deployed. The value is 1 or 0.

" + }, "arn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) for the managed resource.

" }, + "autoshifts": { + "shape": "AutoshiftsInResource", + "documentation": "

An array of the autoshifts that have been completed for a resource.

" + }, "availabilityZones": { "shape": "AvailabilityZones", "documentation": "

The Availability Zones that a resource is deployed in.

" @@ -390,9 +852,21 @@ "name": { "shape": "ResourceName", "documentation": "

The name of the managed resource.

" + }, + "practiceRunStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

This status tracks whether a practice run configuration exists for a resource. When you configure a practice run for a resource so that a practice run configuration exists, Route 53 ARC sets this value to ENABLED. If a you have not configured a practice run for the resource, or delete a practice run configuration, Route 53 ARC sets the value to DISABLED.

Route 53 ARC updates this status; you can't set a practice run status to ENABLED or DISABLED.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The status of autoshift for a resource. When you configure zonal autoshift for a resource, you can set the value of the status to ENABLED or DISABLED.

" + }, + "zonalShifts": { + "shape": "ZonalShiftsInResource", + "documentation": "

An array of the zonal shifts for a resource.

" } }, - "documentation": "

A complex structure for a managed resource in an account.

A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + "documentation": "

A complex structure for a managed resource in an Amazon Web Services account with information about zonal shifts and autoshifts.

A managed resource is a load balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an Amazon Web Services Region. You can also configure zonal autoshift for a managed resource.

At this time, managed resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" }, "MaxResults": { "type": "integer", @@ -400,6 +874,40 @@ "max": 100, "min": 1 }, + "PracticeRunConfiguration": { + "type": "structure", + "required": [ + "outcomeAlarms" + ], + "members": { + "blockedDates": { + "shape": "BlockedDates", + "documentation": "

An array of one or more dates that you can specify when Amazon Web Services does not start practice runs for a resource.

Specify blocked dates, in UTC, in the format YYYY-MM-DD, separated by spaces.

" + }, + "blockedWindows": { + "shape": "BlockedWindows", + "documentation": "

An array of one or more windows of days and times that you can block Route 53 ARC from starting practice runs for a resource.

Specify the blocked windows in UTC, using the format DAY:HH:MM-DAY:HH:MM, separated by spaces. For example, MON:18:30-MON:19:30 TUE:18:30-TUE:19:30.

" + }, + "blockingAlarms": { + "shape": "ControlConditions", + "documentation": "

The blocking alarm for practice runs is an optional alarm that you can specify that blocks practice runs when the alarm is in an ALARM state.

" + }, + "outcomeAlarms": { + "shape": "ControlConditions", + "documentation": "

The outcome alarm for practice runs is an alarm that you specify that ends a practice run when the alarm is in an ALARM state.

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

A practice run configuration for a resource includes the Amazon CloudWatch alarms that you've specified for a practice run, as well as any blocked dates or blocked windows for the practice run.

You can update or delete a practice run configuration. Before you delete a practice run configuration, you must disable zonal autoshift for the resource. A practice run configuration is required when zonal autoshift is enabled.

" + }, + "PracticeRunOutcome": { + "type": "string", + "enum": [ + "FAILED", + "INTERRUPTED", + "PENDING", + "SUCCEEDED" + ] + }, "ResourceArn": { "type": "string", "max": 1024, @@ -430,7 +938,7 @@ "members": { "awayFrom": { "shape": "AvailabilityZone", - "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

" + "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region.

" }, "comment": { "shape": "ZonalShiftComment", @@ -438,17 +946,110 @@ }, "expiresIn": { "shape": "ExpiresIn", - "documentation": "

The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours).

If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.

To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space:

 <ul> <li> <p> <b>A lowercase letter m:</b> To specify that the value is in minutes.</p> </li> <li> <p> <b>A lowercase letter h:</b> To specify that the value is in hours.</p> </li> </ul> <p>For example: <code>20h</code> means the zonal shift expires in 20 hours. <code>120m</code> means the zonal shift expires in 120 minutes (2 hours).</p> 
" + "documentation": "

The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours).

If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.

To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space:

For example: 20h means the zonal shift expires in 20 hours. 120m means the zonal shift expires in 120 minutes (2 hours).

" }, "resourceIdentifier": { "shape": "ResourceIdentifier", - "documentation": "

The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + "documentation": "

The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" } } }, "String": { "type": "string" }, + "UpdatePracticeRunConfigurationRequest": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "BlockedDates", + "documentation": "

Add, change, or remove blocked dates for a practice run in zonal autoshift.

Optionally, you can block practice runs for specific calendar dates. The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces.

For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for 2024-05-01.

" + }, + "blockedWindows": { + "shape": "BlockedWindows", + "documentation": "

Add, change, or remove windows of days and times for when you can, optionally, block Route 53 ARC from starting a practice run for a resource.

The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces.

For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30.

" + }, + "blockingAlarms": { + "shape": "ControlConditions", + "documentation": "

Add, change, or remove the Amazon CloudWatch alarm that you optionally specify as the blocking alarm for practice runs.

" + }, + "outcomeAlarms": { + "shape": "ControlConditions", + "documentation": "

Specify a new the Amazon CloudWatch alarm as the outcome alarm for practice runs.

" + }, + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier for the resource that you want to update the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

", + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "UpdatePracticeRunConfigurationResponse": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource that you updated the practice run for.

" + }, + "name": { + "shape": "ResourceName", + "documentation": "

The name of the resource that you updated the practice run for.

" + }, + "practiceRunConfiguration": { + "shape": "PracticeRunConfiguration", + "documentation": "

The practice run configuration that was updated.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The zonal autoshift status for the resource that you updated the practice run for.

" + } + } + }, + "UpdateZonalAutoshiftConfigurationRequest": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

", + "location": "uri", + "locationName": "resourceIdentifier" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.

" + } + } + }, + "UpdateZonalAutoshiftConfigurationResponse": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": { + "shape": "ResourceIdentifier", + "documentation": "

The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

" + }, + "zonalAutoshiftStatus": { + "shape": "ZonalAutoshiftStatus", + "documentation": "

The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.

" + } + } + }, "UpdateZonalShiftRequest": { "type": "structure", "required": [ @@ -477,6 +1078,13 @@ "max": 1, "min": 0 }, + "ZonalAutoshiftStatus": { + "type": "string", + "enum": [ + "ENABLED", + "DISABLED" + ] + }, "ZonalShift": { "type": "structure", "required": [ @@ -491,7 +1099,7 @@ "members": { "awayFrom": { "shape": "AvailabilityZone", - "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

" + "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region.

" }, "comment": { "shape": "ZonalShiftComment", @@ -499,19 +1107,19 @@ }, "expiryTime": { "shape": "ExpiryTime", - "documentation": "

The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

" + "documentation": "

The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.

" }, "resourceIdentifier": { "shape": "ResourceIdentifier", - "documentation": "

The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" + "documentation": "

The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

" }, "startTime": { "shape": "StartTime", - "documentation": "

The time (UTC) when the zonal shift is started.

" + "documentation": "

The time (UTC) when the zonal shift starts.

" }, "status": { "shape": "ZonalShiftStatus", - "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

" + "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

" }, "zonalShiftId": { "shape": "ZonalShiftId", @@ -544,11 +1152,11 @@ "members": { "appliedStatus": { "shape": "AppliedStatus", - "documentation": "

An appliedStatus for a zonal shift for a resource can have one of two values: APPLIED or NOT_APPLIED.

" + "documentation": "

The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED.

The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.

For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.

" }, "awayFrom": { "shape": "AvailabilityZone", - "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

" + "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region.

" }, "comment": { "shape": "ZonalShiftComment", @@ -556,7 +1164,11 @@ }, "expiryTime": { "shape": "ExpiryTime", - "documentation": "

The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

" + "documentation": "

The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.

" + }, + "practiceRunOutcome": { + "shape": "PracticeRunOutcome", + "documentation": "

The outcome, or end state, returned for a practice run. The following values can be returned:

For more information about practice run outcomes, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" }, "resourceIdentifier": { "shape": "ResourceIdentifier", @@ -564,7 +1176,7 @@ }, "startTime": { "shape": "StartTime", - "documentation": "

The time (UTC) when the zonal shift is started.

" + "documentation": "

The time (UTC) when the zonal shift starts.

" }, "zonalShiftId": { "shape": "ZonalShiftId", @@ -601,7 +1213,7 @@ "members": { "awayFrom": { "shape": "AvailabilityZone", - "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

" + "documentation": "

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region.

" }, "comment": { "shape": "ZonalShiftComment", @@ -609,7 +1221,11 @@ }, "expiryTime": { "shape": "ExpiryTime", - "documentation": "

The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

" + "documentation": "

The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.

" + }, + "practiceRunOutcome": { + "shape": "PracticeRunOutcome", + "documentation": "

The outcome, or end state, of a practice run. The following values can be returned:

For more information about practice run outcomes, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.

" }, "resourceIdentifier": { "shape": "ResourceIdentifier", @@ -617,18 +1233,18 @@ }, "startTime": { "shape": "StartTime", - "documentation": "

The time (UTC) when the zonal shift is started.

" + "documentation": "

The time (UTC) when the zonal shift starts.

" }, "status": { "shape": "ZonalShiftStatus", - "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

" + "documentation": "

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

" }, "zonalShiftId": { "shape": "ZonalShiftId", "documentation": "

The identifier of a zonal shift.

" } }, - "documentation": "

You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region. A zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Supported AWS resources are automatically registered with Route 53 ARC.

Zonal shifts are temporary. A zonal shift can be active for up to three days (72 hours).

When you start a zonal shift, you specify how long you want it to be active, which Amazon Route 53 Application Recovery Controller converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can extend the zonal shift by updating the expiration so the zonal shift is active longer.

" + "documentation": "

Lists information about zonal shifts in Amazon Route 53 Application Recovery Controller, including zonal shifts that you start yourself and zonal shifts that Route 53 ARC starts on your behalf for practice runs with zonal autoshift.

Zonal shifts are temporary, including customer-started zonal shifts and the zonal autoshift practice run zonal shifts that Route 53 ARC starts weekly, on your behalf. A zonal shift that a customer starts can be active for up to three days (72 hours). A practice run zonal shift has a 30 minute duration.

" }, "ZonalShiftsInResource": { "type": "list", @@ -637,5 +1253,5 @@ } } }, - "documentation": "

This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about zonal shift API actions, data types, and errors.

Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.

Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue in one zone.

Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially. If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.

For more information about using zonal shift, see the Amazon Route 53 Application Recovery Controller Developer Guide.

" + "documentation": "

Welcome to the Zonal Shift API Reference Guide for Amazon Route 53 Application Recovery Controller (Route 53 ARC).

You can start a zonal shift to move traffic for a load balancer resource away from an Availability Zone to help your application recover quickly from an impairment in an Availability Zone. For example, you can recover your application from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone.

You can also configure zonal autoshift for a load balancer resource. Zonal autoshift is a capability in Route 53 ARC where Amazon Web Services shifts away application resource traffic from an Availability Zone, on your behalf, to help reduce your time to recovery during events. Amazon Web Services shifts away traffic for resources that are enabled for zonal autoshift whenever Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.

To ensure that zonal autoshift is safe for your application, you must also configure practice runs when you enable zonal autoshift for a resource. Practice runs start weekly zonal shifts for a resource, to shift traffic for the resource out of an Availability Zone. Practice runs make sure, on a regular basis, that you have enough capacity in all the Availability Zones in an Amazon Web Services Region for your application to continue to operate normally when traffic for a resource is shifted away from one Availability Zone.

You must prescale resource capacity in all Availability Zones in the Region where your application is deployed, before you configure practice runs or enable zonal autoshift for a resource. You should not rely on scaling on demand when an autoshift or practice run starts.

For more information about using zonal shift and zonal autoshift, see the Amazon Route 53 Application Recovery Controller Developer Guide.

" } \ No newline at end of file diff --git a/apis/arc-zonal-shift-2022-10-30.paginators.json b/apis/arc-zonal-shift-2022-10-30.paginators.json index 881e618b2b..7a8ab4cdff 100644 --- a/apis/arc-zonal-shift-2022-10-30.paginators.json +++ b/apis/arc-zonal-shift-2022-10-30.paginators.json @@ -1,5 +1,11 @@ { "pagination": { + "ListAutoshifts": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, "ListManagedResources": { "input_token": "nextToken", "output_token": "nextToken", diff --git a/apis/glue-2017-03-31.min.json b/apis/glue-2017-03-31.min.json index ecabcde9a0..1721589d5b 100644 --- a/apis/glue-2017-03-31.min.json +++ b/apis/glue-2017-03-31.min.json @@ -297,6 +297,12 @@ "RulesetEvaluationRunId": {}, "RuleResults": { "shape": "S46" + }, + "AnalyzerResults": { + "shape": "S4b" + }, + "Observations": { + "shape": "S4d" } } } @@ -315,7 +321,7 @@ ], "members": { "DevEndpointNames": { - "shape": "S4b" + "shape": "S4k" } } }, @@ -323,10 +329,10 @@ "type": "structure", "members": { "DevEndpoints": { - "shape": "S4d" + "shape": "S4m" }, "DevEndpointsNotFound": { - "shape": "S4b" + "shape": "S4k" } } } @@ -339,7 +345,7 @@ ], "members": { "JobNames": { - "shape": "S4n" + "shape": "S4w" } } }, @@ -347,10 +353,10 @@ "type": "structure", "members": { "Jobs": { - "shape": "S4p" + "shape": "S4y" }, "JobsNotFound": { - "shape": "S4n" + "shape": "S4w" } } } @@ -368,7 +374,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionsToGet": { - "shape": "Sa4" + "shape": "Sad" } } }, @@ -376,10 +382,10 @@ "type": "structure", "members": { "Partitions": { - "shape": "Sa6" + "shape": "Saf" }, "UnprocessedKeys": { - "shape": "Sa4" + "shape": "Sad" } } } @@ -417,7 +423,7 @@ "databaseName": {}, "tableName": {}, "tableOptimizer": { - "shape": "Sah" + "shape": "Saq" } } } @@ -448,7 +454,7 @@ ], "members": { "TriggerNames": { - "shape": "Sas" + "shape": "Sb1" } } }, @@ -456,10 +462,10 @@ "type": "structure", "members": { "Triggers": { - "shape": "Sau" + "shape": "Sb3" }, "TriggersNotFound": { - "shape": "Sas" + "shape": "Sb1" } } } @@ -472,7 +478,7 @@ ], "members": { "Names": { - "shape": "Sbc" + "shape": "Sbl" }, "IncludeGraph": { "type": "boolean" @@ -485,11 +491,11 @@ "Workflows": { "type": "list", "member": { - "shape": "Sbf" + "shape": "Sbo" } }, "MissingWorkflows": { - "shape": "Sbc" + "shape": "Sbl" } } } @@ -560,7 +566,7 @@ ], "members": { "PartitionValueList": { - "shape": "Scd" + "shape": "Scm" }, "PartitionInput": { "shape": "S5" @@ -579,7 +585,7 @@ "type": "structure", "members": { "PartitionValueList": { - "shape": "Scd" + "shape": "Scm" }, "ErrorDetail": { "shape": "S14" @@ -695,7 +701,7 @@ "Description": {}, "BlueprintLocation": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -758,7 +764,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sdf" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -770,7 +776,7 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Sdg" + "shape": "Sdp" }, "Serde": {} } @@ -791,10 +797,10 @@ "members": { "CatalogId": {}, "ConnectionInput": { - "shape": "Sdk" + "shape": "Sdt" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -839,7 +845,7 @@ "Configuration": {}, "CrawlerSecurityConfiguration": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -862,7 +868,7 @@ "shape": "S3v" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -885,10 +891,10 @@ "Description": {}, "Ruleset": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "TargetTable": { - "shape": "Sdy" + "shape": "Se7" }, "ClientToken": {} } @@ -910,10 +916,10 @@ "members": { "CatalogId": {}, "DatabaseInput": { - "shape": "Se1" + "shape": "Sea" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -933,12 +939,12 @@ "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "PublicKey": {}, "PublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "NumberOfNodes": { "type": "integer" @@ -952,10 +958,10 @@ "ExtraJarsS3Path": {}, "SecurityConfiguration": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } }, @@ -965,7 +971,7 @@ "EndpointName": {}, "Status": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "RoleArn": {}, @@ -991,7 +997,7 @@ "type": "timestamp" }, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } } @@ -1010,19 +1016,19 @@ "LogUri": {}, "Role": {}, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -1040,10 +1046,10 @@ }, "SecurityConfiguration": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "NumberOfWorkers": { @@ -1051,11 +1057,11 @@ }, "WorkerType": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "Sa0" + "shape": "Sa9" } } }, @@ -1079,10 +1085,10 @@ "Name": {}, "Description": {}, "InputRecordTables": { - "shape": "Sei" + "shape": "Ser" }, "Parameters": { - "shape": "Sej" + "shape": "Ses" }, "Role": {}, "GlueVersion": {}, @@ -1100,10 +1106,10 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "TransformEncryption": { - "shape": "Sen" + "shape": "Sew" } } }, @@ -1149,7 +1155,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionIndex": { - "shape": "Seu" + "shape": "Sf3" } } }, @@ -1168,7 +1174,7 @@ "RegistryName": {}, "Description": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -1179,7 +1185,7 @@ "RegistryName": {}, "Description": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } } @@ -1193,14 +1199,14 @@ ], "members": { "RegistryId": { - "shape": "Sf0" + "shape": "Sf9" }, "SchemaName": {}, "DataFormat": {}, "Compatibility": {}, "Description": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "SchemaDefinition": {} } @@ -1226,7 +1232,7 @@ }, "SchemaStatus": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "SchemaVersionId": {}, "SchemaVersionStatus": {} @@ -1238,10 +1244,10 @@ "type": "structure", "members": { "DagNodes": { - "shape": "Sf7" + "shape": "Sfg" }, "DagEdges": { - "shape": "Sff" + "shape": "Sfo" }, "Language": {} } @@ -1264,7 +1270,7 @@ "members": { "Name": {}, "EncryptionConfiguration": { - "shape": "Sfm" + "shape": "Sfv" } } }, @@ -1291,7 +1297,7 @@ "Description": {}, "Role": {}, "Command": { - "shape": "Sfy" + "shape": "Sg7" }, "Timeout": { "type": "integer" @@ -1300,10 +1306,10 @@ "type": "integer" }, "DefaultArguments": { - "shape": "Sfz" + "shape": "Sg8" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxCapacity": { "type": "double" @@ -1315,7 +1321,7 @@ "SecurityConfiguration": {}, "GlueVersion": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "RequestOrigin": {} } @@ -1324,7 +1330,7 @@ "type": "structure", "members": { "Session": { - "shape": "Sg2" + "shape": "Sgb" } } } @@ -1340,12 +1346,12 @@ "CatalogId": {}, "DatabaseName": {}, "TableInput": { - "shape": "Sg7" + "shape": "Sgg" }, "PartitionIndexes": { "type": "list", "member": { - "shape": "Seu" + "shape": "Sf3" } }, "TransactionId": {}, @@ -1387,7 +1393,7 @@ "TableName": {}, "Type": {}, "TableOptimizerConfiguration": { - "shape": "Sai" + "shape": "Sar" } } }, @@ -1410,20 +1416,20 @@ "Type": {}, "Schedule": {}, "Predicate": { - "shape": "Sb1" + "shape": "Sba" }, "Actions": { - "shape": "Saz" + "shape": "Sb8" }, "Description": {}, "StartOnCreation": { "type": "boolean" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "EventBatchingCondition": { - "shape": "Sb8" + "shape": "Sbh" } } }, @@ -1445,7 +1451,7 @@ "CatalogId": {}, "DatabaseName": {}, "FunctionInput": { - "shape": "Sgm" + "shape": "Sgv" } } }, @@ -1464,10 +1470,10 @@ "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sbg" + "shape": "Sbp" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "MaxConcurrentRuns": { "type": "integer" @@ -1735,7 +1741,7 @@ ], "members": { "RegistryId": { - "shape": "Sf0" + "shape": "Sf9" } } }, @@ -2006,7 +2012,7 @@ "type": "structure", "members": { "BlueprintRun": { - "shape": "Sil" + "shape": "Siu" } } } @@ -2031,7 +2037,7 @@ "BlueprintRuns": { "type": "list", "member": { - "shape": "Sil" + "shape": "Siu" } }, "NextToken": {} @@ -2077,7 +2083,7 @@ "type": "structure", "members": { "Classifier": { - "shape": "Siy" + "shape": "Sj7" } } } @@ -2098,7 +2104,7 @@ "Classifiers": { "type": "list", "member": { - "shape": "Siy" + "shape": "Sj7" } }, "NextToken": {} @@ -2122,7 +2128,7 @@ "shape": "S6" }, "ColumnNames": { - "shape": "Sj8" + "shape": "Sjh" } } }, @@ -2130,10 +2136,10 @@ "type": "structure", "members": { "ColumnStatisticsList": { - "shape": "Sja" + "shape": "Sjj" }, "Errors": { - "shape": "Sjs" + "shape": "Sk1" } } } @@ -2151,7 +2157,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnNames": { - "shape": "Sj8" + "shape": "Sjh" } } }, @@ -2159,10 +2165,10 @@ "type": "structure", "members": { "ColumnStatisticsList": { - "shape": "Sja" + "shape": "Sjj" }, "Errors": { - "shape": "Sjs" + "shape": "Sk1" } } } @@ -2181,7 +2187,7 @@ "type": "structure", "members": { "ColumnStatisticsTaskRun": { - "shape": "Sjy" + "shape": "Sk7" } } } @@ -2208,7 +2214,7 @@ "ColumnStatisticsTaskRuns": { "type": "list", "member": { - "shape": "Sjy" + "shape": "Sk7" } }, "NextToken": {} @@ -2233,7 +2239,7 @@ "type": "structure", "members": { "Connection": { - "shape": "Sk9" + "shape": "Ski" } } } @@ -2247,7 +2253,7 @@ "type": "structure", "members": { "MatchCriteria": { - "shape": "Sdm" + "shape": "Sdv" }, "ConnectionType": {} } @@ -2267,7 +2273,7 @@ "ConnectionList": { "type": "list", "member": { - "shape": "Sk9" + "shape": "Ski" } }, "NextToken": {} @@ -2395,7 +2401,7 @@ "type": "structure", "members": { "DataCatalogEncryptionSettings": { - "shape": "Skq" + "shape": "Skz" } } } @@ -2433,6 +2439,12 @@ "RulesetEvaluationRunId": {}, "RuleResults": { "shape": "S46" + }, + "AnalyzerResults": { + "shape": "S4b" + }, + "Observations": { + "shape": "S4d" } } } @@ -2497,7 +2509,7 @@ "Description": {}, "Ruleset": {}, "TargetTable": { - "shape": "Sdy" + "shape": "Se7" }, "CreatedOn": { "type": "timestamp" @@ -2534,7 +2546,7 @@ "type": "integer" }, "AdditionalRunOptions": { - "shape": "Sl2" + "shape": "Slb" }, "Status": {}, "ErrorString": {}, @@ -2551,14 +2563,14 @@ "type": "integer" }, "RulesetNames": { - "shape": "Sl3" + "shape": "Slc" }, "ResultIds": { "type": "list", "member": {} }, "AdditionalDataSources": { - "shape": "Sl5" + "shape": "Sle" } } } @@ -2578,7 +2590,7 @@ "type": "structure", "members": { "Database": { - "shape": "Sl8" + "shape": "Slh" } } } @@ -2604,7 +2616,7 @@ "DatabaseList": { "type": "list", "member": { - "shape": "Sl8" + "shape": "Slh" } }, "NextToken": {} @@ -2622,10 +2634,10 @@ "type": "structure", "members": { "DagNodes": { - "shape": "Sf7" + "shape": "Sfg" }, "DagEdges": { - "shape": "Sff" + "shape": "Sfo" } } } @@ -2644,7 +2656,7 @@ "type": "structure", "members": { "DevEndpoint": { - "shape": "S4e" + "shape": "S4n" } } } @@ -2663,7 +2675,7 @@ "type": "structure", "members": { "DevEndpoints": { - "shape": "S4d" + "shape": "S4m" }, "NextToken": {} } @@ -2683,7 +2695,7 @@ "type": "structure", "members": { "Job": { - "shape": "S4q" + "shape": "S4z" } } } @@ -2703,7 +2715,7 @@ "type": "structure", "members": { "JobBookmarkEntry": { - "shape": "Slq" + "shape": "Slz" } } } @@ -2727,7 +2739,7 @@ "type": "structure", "members": { "JobRun": { - "shape": "Sbr" + "shape": "Sc0" } } } @@ -2750,7 +2762,7 @@ "type": "structure", "members": { "JobRuns": { - "shape": "Sbq" + "shape": "Sbz" }, "NextToken": {} } @@ -2770,7 +2782,7 @@ "type": "structure", "members": { "Jobs": { - "shape": "S4p" + "shape": "S4y" }, "NextToken": {} } @@ -2796,7 +2808,7 @@ "Status": {}, "LogGroupName": {}, "Properties": { - "shape": "Sm0" + "shape": "Sm9" }, "ErrorString": {}, "StartedOn": { @@ -2865,7 +2877,7 @@ "Status": {}, "LogGroupName": {}, "Properties": { - "shape": "Sm0" + "shape": "Sm9" }, "ErrorString": {}, "StartedOn": { @@ -2911,19 +2923,19 @@ "type": "timestamp" }, "InputRecordTables": { - "shape": "Sei" + "shape": "Ser" }, "Parameters": { - "shape": "Sej" + "shape": "Ses" }, "EvaluationMetrics": { - "shape": "Smj" + "shape": "Sms" }, "LabelCount": { "type": "integer" }, "Schema": { - "shape": "Smq" + "shape": "Smz" }, "Role": {}, "GlueVersion": {}, @@ -2941,7 +2953,7 @@ "type": "integer" }, "TransformEncryption": { - "shape": "Sen" + "shape": "Sew" } } } @@ -2955,10 +2967,10 @@ "type": "integer" }, "Filter": { - "shape": "Smt" + "shape": "Sn2" }, "Sort": { - "shape": "Smu" + "shape": "Sn3" } } }, @@ -2984,19 +2996,19 @@ "type": "timestamp" }, "InputRecordTables": { - "shape": "Sei" + "shape": "Ser" }, "Parameters": { - "shape": "Sej" + "shape": "Ses" }, "EvaluationMetrics": { - "shape": "Smj" + "shape": "Sms" }, "LabelCount": { "type": "integer" }, "Schema": { - "shape": "Smq" + "shape": "Smz" }, "Role": {}, "GlueVersion": {}, @@ -3014,7 +3026,7 @@ "type": "integer" }, "TransformEncryption": { - "shape": "Sen" + "shape": "Sew" } } } @@ -3031,13 +3043,13 @@ ], "members": { "Source": { - "shape": "Sn0" + "shape": "Sn9" }, "Sinks": { - "shape": "Sn1" + "shape": "Sna" }, "Location": { - "shape": "Sn2" + "shape": "Snb" } } }, @@ -3048,7 +3060,7 @@ ], "members": { "Mapping": { - "shape": "Sn4" + "shape": "Snd" } } } @@ -3074,7 +3086,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa7" + "shape": "Sag" } } } @@ -3158,7 +3170,7 @@ "Expression": {}, "NextToken": {}, "Segment": { - "shape": "Snn" + "shape": "Snw" }, "MaxResults": { "type": "integer" @@ -3176,7 +3188,7 @@ "type": "structure", "members": { "Partitions": { - "shape": "Sa6" + "shape": "Saf" }, "NextToken": {} } @@ -3191,16 +3203,16 @@ ], "members": { "Mapping": { - "shape": "Sn4" + "shape": "Snd" }, "Source": { - "shape": "Sn0" + "shape": "Sn9" }, "Sinks": { - "shape": "Sn1" + "shape": "Sna" }, "Location": { - "shape": "Sn2" + "shape": "Snb" }, "Language": {}, "AdditionalPlanOptionsMap": { @@ -3226,7 +3238,7 @@ ], "members": { "RegistryId": { - "shape": "Sf0" + "shape": "Sf9" } } }, @@ -3367,7 +3379,7 @@ }, "SchemaVersionId": {}, "SchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" } } }, @@ -3400,10 +3412,10 @@ "shape": "Sw" }, "FirstSchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "SecondSchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "SchemaDiffType": {} } @@ -3429,7 +3441,7 @@ "type": "structure", "members": { "SecurityConfiguration": { - "shape": "Soj" + "shape": "Sos" } } } @@ -3450,7 +3462,7 @@ "SecurityConfigurations": { "type": "list", "member": { - "shape": "Soj" + "shape": "Sos" } }, "NextToken": {} @@ -3472,7 +3484,7 @@ "type": "structure", "members": { "Session": { - "shape": "Sg2" + "shape": "Sgb" } } } @@ -3496,7 +3508,7 @@ "type": "structure", "members": { "Statement": { - "shape": "Sor" + "shape": "Sp0" } } } @@ -3522,7 +3534,7 @@ "type": "structure", "members": { "Table": { - "shape": "Soy" + "shape": "Sp7" } } } @@ -3550,7 +3562,7 @@ "DatabaseName": {}, "TableName": {}, "TableOptimizer": { - "shape": "Sah" + "shape": "Saq" } } } @@ -3573,7 +3585,7 @@ "type": "structure", "members": { "TableVersion": { - "shape": "Sp4" + "shape": "Spd" } } } @@ -3601,7 +3613,7 @@ "TableVersions": { "type": "list", "member": { - "shape": "Sp4" + "shape": "Spd" } }, "NextToken": {} @@ -3632,7 +3644,7 @@ "type": "structure", "members": { "TableList": { - "shape": "Spb" + "shape": "Spk" }, "NextToken": {} } @@ -3652,7 +3664,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Scy" + "shape": "Sd7" } } } @@ -3671,7 +3683,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sav" + "shape": "Sb4" } } } @@ -3691,7 +3703,7 @@ "type": "structure", "members": { "Triggers": { - "shape": "Sau" + "shape": "Sb3" }, "NextToken": {} } @@ -3715,10 +3727,10 @@ "shape": "S6" }, "AuditContext": { - "shape": "Spj" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Spm" + "shape": "Spv" } } }, @@ -3726,7 +3738,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa7" + "shape": "Sag" }, "AuthorizedColumns": { "shape": "Sn" @@ -3752,14 +3764,14 @@ "TableName": {}, "Expression": {}, "AuditContext": { - "shape": "Spj" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Spm" + "shape": "Spv" }, "NextToken": {}, "Segment": { - "shape": "Snn" + "shape": "Snw" }, "MaxResults": { "type": "integer" @@ -3775,7 +3787,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa7" + "shape": "Sag" }, "AuthorizedColumns": { "shape": "Sn" @@ -3804,10 +3816,10 @@ "DatabaseName": {}, "Name": {}, "AuditContext": { - "shape": "Spj" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Spm" + "shape": "Spv" } } }, @@ -3815,7 +3827,7 @@ "type": "structure", "members": { "Table": { - "shape": "Soy" + "shape": "Sp7" }, "AuthorizedColumns": { "shape": "Sn" @@ -3853,7 +3865,7 @@ "type": "structure", "members": { "UserDefinedFunction": { - "shape": "Spz" + "shape": "Sq8" } } } @@ -3880,7 +3892,7 @@ "UserDefinedFunctions": { "type": "list", "member": { - "shape": "Spz" + "shape": "Sq8" } }, "NextToken": {} @@ -3904,7 +3916,7 @@ "type": "structure", "members": { "Workflow": { - "shape": "Sbf" + "shape": "Sbo" } } } @@ -3928,7 +3940,7 @@ "type": "structure", "members": { "Run": { - "shape": "Sbh" + "shape": "Sbq" } } } @@ -3949,7 +3961,7 @@ "type": "structure", "members": { "RunProperties": { - "shape": "Sbg" + "shape": "Sbp" } } } @@ -3977,7 +3989,7 @@ "Runs": { "type": "list", "member": { - "shape": "Sbh" + "shape": "Sbq" } }, "NextToken": {} @@ -4005,7 +4017,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4049,7 +4061,7 @@ }, "NextToken": {}, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4128,7 +4140,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4321,12 +4333,12 @@ "type": "timestamp" }, "TargetTable": { - "shape": "Sdy" + "shape": "Se7" } } }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4347,7 +4359,7 @@ "type": "timestamp" }, "TargetTable": { - "shape": "Sdy" + "shape": "Se7" }, "RecommendationRunId": {}, "RuleCount": { @@ -4369,7 +4381,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4393,7 +4405,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4401,7 +4413,7 @@ "type": "structure", "members": { "JobNames": { - "shape": "S4n" + "shape": "S4w" }, "NextToken": {} } @@ -4416,13 +4428,13 @@ "type": "integer" }, "Filter": { - "shape": "Smt" + "shape": "Sn2" }, "Sort": { - "shape": "Smu" + "shape": "Sn3" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4514,7 +4526,7 @@ "type": "structure", "members": { "RegistryId": { - "shape": "Sf0" + "shape": "Sf9" }, "MaxResults": { "type": "integer" @@ -4553,7 +4565,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" }, "RequestOrigin": {} } @@ -4568,7 +4580,7 @@ "Sessions": { "type": "list", "member": { - "shape": "Sg2" + "shape": "Sgb" } }, "NextToken": {} @@ -4593,7 +4605,7 @@ "Statements": { "type": "list", "member": { - "shape": "Sor" + "shape": "Sp0" } }, "NextToken": {} @@ -4630,7 +4642,7 @@ "TableOptimizerRuns": { "type": "list", "member": { - "shape": "Sak" + "shape": "Sat" } } } @@ -4646,7 +4658,7 @@ "type": "integer" }, "Tags": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -4654,7 +4666,7 @@ "type": "structure", "members": { "TriggerNames": { - "shape": "Sas" + "shape": "Sb1" }, "NextToken": {} } @@ -4674,7 +4686,7 @@ "type": "structure", "members": { "Workflows": { - "shape": "Sbc" + "shape": "Sbl" }, "NextToken": {} } @@ -4689,7 +4701,7 @@ "members": { "CatalogId": {}, "DataCatalogEncryptionSettings": { - "shape": "Skq" + "shape": "Skz" } } }, @@ -4730,11 +4742,11 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataKeyValue": { - "shape": "Ssr" + "shape": "St0" } } }, @@ -4768,7 +4780,7 @@ "Name": {}, "RunId": {}, "RunProperties": { - "shape": "Sbg" + "shape": "Sbp" } } }, @@ -4785,13 +4797,13 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataList": { "type": "list", "member": { - "shape": "Ssr" + "shape": "St0" } }, "MaxResults": { @@ -4865,11 +4877,11 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataKeyValue": { - "shape": "Ssr" + "shape": "St0" } } }, @@ -4906,7 +4918,7 @@ "type": "structure", "members": { "JobBookmarkEntry": { - "shape": "Slq" + "shape": "Slz" } } } @@ -4923,7 +4935,7 @@ "Name": {}, "RunId": {}, "NodeIds": { - "shape": "Stc" + "shape": "Stl" } } }, @@ -4932,7 +4944,7 @@ "members": { "RunId": {}, "NodeIds": { - "shape": "Stc" + "shape": "Stl" } } } @@ -4998,7 +5010,7 @@ "members": { "NextToken": {}, "TableList": { - "shape": "Spb" + "shape": "Spk" } } } @@ -5035,7 +5047,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnNameList": { - "shape": "Sk0" + "shape": "Sk9" }, "Role": {}, "SampleSize": { @@ -5133,13 +5145,13 @@ }, "ClientToken": {}, "AdditionalRunOptions": { - "shape": "Sl2" + "shape": "Slb" }, "RulesetNames": { - "shape": "Sl3" + "shape": "Slc" }, "AdditionalDataSources": { - "shape": "Sl5" + "shape": "Sle" } } }, @@ -5202,7 +5214,7 @@ "JobName": {}, "JobRunId": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "AllocatedCapacity": { "deprecated": true, @@ -5217,7 +5229,7 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "WorkerType": {}, "NumberOfWorkers": { @@ -5295,7 +5307,7 @@ "members": { "Name": {}, "RunProperties": { - "shape": "Sbg" + "shape": "Sbp" } } }, @@ -5415,7 +5427,7 @@ "members": { "ResourceArn": {}, "TagsToAdd": { - "shape": "Scy" + "shape": "Sd7" } } }, @@ -5512,7 +5524,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sdf" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -5524,7 +5536,7 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Sdg" + "shape": "Sdp" }, "Serde": {} } @@ -5553,7 +5565,7 @@ "shape": "S6" }, "ColumnStatisticsList": { - "shape": "Sv5" + "shape": "Sve" } } }, @@ -5561,7 +5573,7 @@ "type": "structure", "members": { "Errors": { - "shape": "Sv7" + "shape": "Svg" } } } @@ -5579,7 +5591,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnStatisticsList": { - "shape": "Sv5" + "shape": "Sve" } } }, @@ -5587,7 +5599,7 @@ "type": "structure", "members": { "Errors": { - "shape": "Sv7" + "shape": "Svg" } } } @@ -5603,7 +5615,7 @@ "CatalogId": {}, "Name": {}, "ConnectionInput": { - "shape": "Sdk" + "shape": "Sdt" } } }, @@ -5700,7 +5712,7 @@ "CatalogId": {}, "Name": {}, "DatabaseInput": { - "shape": "Se1" + "shape": "Sea" } } }, @@ -5719,10 +5731,10 @@ "EndpointName": {}, "PublicKey": {}, "AddPublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "DeletePublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "CustomLibraries": { "type": "structure", @@ -5735,10 +5747,10 @@ "type": "boolean" }, "DeleteArguments": { - "shape": "S4g" + "shape": "S4p" }, "AddArguments": { - "shape": "S4l" + "shape": "S4u" } } }, @@ -5763,19 +5775,19 @@ "LogUri": {}, "Role": {}, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -5797,15 +5809,15 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "Sa0" + "shape": "Sa9" } } } @@ -5851,7 +5863,7 @@ "Name": {}, "Description": {}, "Parameters": { - "shape": "Sej" + "shape": "Ses" }, "Role": {}, "GlueVersion": {}, @@ -5891,7 +5903,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionValueList": { - "shape": "Scd" + "shape": "Scm" }, "PartitionInput": { "shape": "S5" @@ -5912,7 +5924,7 @@ ], "members": { "RegistryId": { - "shape": "Sf0" + "shape": "Sf9" }, "Description": {} } @@ -5936,7 +5948,7 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Soa" + "shape": "Soj" }, "Compatibility": {}, "Description": {} @@ -5984,7 +5996,7 @@ "CatalogId": {}, "DatabaseName": {}, "TableInput": { - "shape": "Sg7" + "shape": "Sgg" }, "SkipArchive": { "type": "boolean" @@ -6014,7 +6026,7 @@ "TableName": {}, "Type": {}, "TableOptimizerConfiguration": { - "shape": "Sai" + "shape": "Sar" } } }, @@ -6039,13 +6051,13 @@ "Description": {}, "Schedule": {}, "Actions": { - "shape": "Saz" + "shape": "Sb8" }, "Predicate": { - "shape": "Sb1" + "shape": "Sba" }, "EventBatchingCondition": { - "shape": "Sb8" + "shape": "Sbh" } } } @@ -6055,7 +6067,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sav" + "shape": "Sb4" } } } @@ -6073,7 +6085,7 @@ "DatabaseName": {}, "FunctionName": {}, "FunctionInput": { - "shape": "Sgm" + "shape": "Sgv" } } }, @@ -6092,7 +6104,7 @@ "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sbg" + "shape": "Sbp" }, "MaxConcurrentRuns": { "type": "integer" @@ -6636,32 +6648,85 @@ "EvaluationMessage": {}, "Result": {}, "EvaluatedMetrics": { - "type": "map", - "key": {}, - "value": { - "type": "double" - } + "shape": "S4a" } } } }, + "S4a": { + "type": "map", + "key": {}, + "value": { + "type": "double" + } + }, "S4b": { "type": "list", - "member": {} + "member": { + "type": "structure", + "members": { + "Name": {}, + "Description": {}, + "EvaluationMessage": {}, + "EvaluatedMetrics": { + "shape": "S4a" + } + } + } }, "S4d": { "type": "list", "member": { - "shape": "S4e" + "type": "structure", + "members": { + "Description": {}, + "MetricBasedObservation": { + "type": "structure", + "members": { + "MetricName": {}, + "MetricValues": { + "type": "structure", + "members": { + "ActualValue": { + "type": "double" + }, + "ExpectedValue": { + "type": "double" + }, + "LowerLimit": { + "type": "double" + }, + "UpperLimit": { + "type": "double" + } + } + }, + "NewRules": { + "type": "list", + "member": {} + } + } + } + } + } + }, + "S4k": { + "type": "list", + "member": {} + }, + "S4m": { + "type": "list", + "member": { + "shape": "S4n" } }, - "S4e": { + "S4n": { "type": "structure", "members": { "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "YarnEndpointAddress": {}, @@ -6693,38 +6758,38 @@ }, "PublicKey": {}, "PublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "SecurityConfiguration": {}, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } }, - "S4g": { + "S4p": { "type": "list", "member": {} }, - "S4k": { + "S4t": { "type": "list", "member": {} }, - "S4l": { + "S4u": { "type": "map", "key": {}, "value": {} }, - "S4n": { + "S4w": { "type": "list", "member": {} }, - "S4p": { + "S4y": { "type": "list", "member": { - "shape": "S4q" + "shape": "S4z" } }, - "S4q": { + "S4z": { "type": "structure", "members": { "Name": {}, @@ -6738,19 +6803,19 @@ "type": "timestamp" }, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -6772,19 +6837,19 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "Sa0" + "shape": "Sa9" } } }, - "S4t": { + "S52": { "type": "structure", "members": { "MaxConcurrentRuns": { @@ -6792,7 +6857,7 @@ } } }, - "S4v": { + "S54": { "type": "structure", "members": { "Name": {}, @@ -6801,24 +6866,24 @@ "Runtime": {} } }, - "S4z": { + "S58": { "type": "map", "key": {}, "value": {} }, - "S50": { + "S59": { "type": "structure", "members": { "Connections": { - "shape": "S51" + "shape": "S5a" } } }, - "S51": { + "S5a": { "type": "list", "member": {} }, - "S54": { + "S5d": { "type": "structure", "members": { "NotifyDelayAfter": { @@ -6826,7 +6891,7 @@ } } }, - "S56": { + "S5f": { "type": "map", "key": {}, "value": { @@ -6849,7 +6914,7 @@ "ConnectionTable": {}, "SchemaName": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6881,7 +6946,7 @@ "type": "long" }, "JobBookmarkKeys": { - "shape": "S5l" + "shape": "S5u" }, "JobBookmarkKeysSortOrder": {}, "DataTypeMapping": { @@ -6894,7 +6959,7 @@ "ConnectionTable": {}, "Query": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6912,10 +6977,10 @@ "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6960,7 +7025,7 @@ "Table": {}, "PartitionPredicate": {}, "AdditionalOptions": { - "shape": "S5v" + "shape": "S64" } } }, @@ -6975,11 +7040,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -6993,7 +7058,7 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "Separator": {}, "Escaper": {}, @@ -7014,7 +7079,7 @@ "type": "boolean" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7027,11 +7092,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -7045,14 +7110,14 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "JsonPath": {}, "Multiline": { "type": "boolean" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7065,11 +7130,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -7083,10 +7148,10 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7129,17 +7194,17 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ConnectionName": {}, "ConnectionTable": {}, "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7155,16 +7220,16 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ConnectionName": {}, "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7179,7 +7244,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7196,7 +7261,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {}, @@ -7226,15 +7291,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -7248,15 +7313,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -7271,16 +7336,16 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "Format": {}, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -7294,10 +7359,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Mapping": { - "shape": "S6q" + "shape": "S6z" } } }, @@ -7311,10 +7376,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7328,10 +7393,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7346,13 +7411,13 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "SourcePath": { - "shape": "S5l" + "shape": "S5u" }, "TargetPath": { - "shape": "S5l" + "shape": "S5u" } } }, @@ -7366,7 +7431,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Path": {}, "Topk": { @@ -7388,7 +7453,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "JoinType": {}, "Columns": { @@ -7402,7 +7467,7 @@ "members": { "From": {}, "Keys": { - "shape": "S6i" + "shape": "S6r" } } } @@ -7419,10 +7484,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7436,7 +7501,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Index": { "type": "integer" @@ -7453,7 +7518,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ImputedPath": {}, "FilledPath": {} @@ -7470,7 +7535,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "LogicalOperator": {}, "Filters": { @@ -7497,7 +7562,7 @@ "members": { "Type": {}, "Value": { - "shape": "S5l" + "shape": "S5u" } } } @@ -7518,12 +7583,12 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "Code": {}, "ClassName": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7538,7 +7603,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "SqlQuery": {}, "SqlAliases": { @@ -7556,7 +7621,7 @@ } }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7574,10 +7639,10 @@ "type": "boolean" }, "StreamingOptions": { - "shape": "S7n" + "shape": "S7w" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7589,7 +7654,7 @@ "members": { "Name": {}, "StreamingOptions": { - "shape": "S7u" + "shape": "S83" }, "WindowSize": { "type": "integer" @@ -7598,7 +7663,7 @@ "type": "boolean" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7620,10 +7685,10 @@ "Table": {}, "Database": {}, "StreamingOptions": { - "shape": "S7n" + "shape": "S7w" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7645,10 +7710,10 @@ "Table": {}, "Database": {}, "StreamingOptions": { - "shape": "S7u" + "shape": "S83" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7661,7 +7726,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "NullCheckBoxList": { "type": "structure", @@ -7714,11 +7779,11 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "Source": {}, "PrimaryKeys": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7732,7 +7797,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "UnionType": {} } @@ -7748,11 +7813,11 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PiiType": {}, "EntityTypesToDetect": { - "shape": "S5l" + "shape": "S5u" }, "OutputColumnName": {}, "SampleFraction": { @@ -7775,10 +7840,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Groups": { - "shape": "S6i" + "shape": "S6r" }, "Aggs": { "type": "list", @@ -7790,7 +7855,7 @@ ], "members": { "Column": { - "shape": "S5l" + "shape": "S5u" }, "AggFunc": {} } @@ -7807,7 +7872,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Columns": { "type": "list", @@ -7829,15 +7894,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -7854,7 +7919,7 @@ "Table": {}, "PartitionPredicate": {}, "AdditionalOptions": { - "shape": "S5v" + "shape": "S64" } } }, @@ -7921,7 +7986,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7938,7 +8003,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7955,7 +8020,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7972,7 +8037,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7991,7 +8056,7 @@ "Name": {}, "TransformName": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Parameters": { "type": "list", @@ -8007,7 +8072,7 @@ "ValidationRule": {}, "ValidationMessage": {}, "Value": { - "shape": "S5l" + "shape": "S5u" }, "ListType": {}, "IsOptional": { @@ -8020,7 +8085,7 @@ "Path": {}, "Version": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8034,15 +8099,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Ruleset": {}, "Output": {}, "PublishingOptions": { - "shape": "S8y" + "shape": "S97" }, "StopJobOnFailureOptions": { - "shape": "S8z" + "shape": "S98" } } }, @@ -8058,10 +8123,10 @@ "Database": {}, "Table": {}, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8077,10 +8142,10 @@ "Database": {}, "Table": {}, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8093,16 +8158,16 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8118,18 +8183,18 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -8146,19 +8211,19 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Path": {}, "Compression": {}, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Format": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -8192,10 +8257,10 @@ "Database": {}, "Table": {}, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8211,10 +8276,10 @@ "Database": {}, "Table": {}, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8227,16 +8292,16 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8251,18 +8316,18 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -8278,19 +8343,19 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "Format": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -8299,7 +8364,7 @@ "members": { "Name": {}, "Data": { - "shape": "S9g" + "shape": "S9p" } } }, @@ -8308,10 +8373,10 @@ "members": { "Name": {}, "Data": { - "shape": "S9g" + "shape": "S9p" }, "Inputs": { - "shape": "S6b" + "shape": "S6k" } } }, @@ -8325,7 +8390,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "AdditionalDataSources": { "type": "map", @@ -8334,7 +8399,7 @@ }, "Ruleset": {}, "PublishingOptions": { - "shape": "S8y" + "shape": "S97" }, "AdditionalOptions": { "type": "map", @@ -8342,7 +8407,7 @@ "value": {} }, "StopJobOnFailureOptions": { - "shape": "S8z" + "shape": "S98" } } }, @@ -8356,7 +8421,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "RecipeReference": { "type": "structure", @@ -8380,10 +8445,10 @@ "members": { "Name": {}, "Data": { - "shape": "S9u" + "shape": "Sa3" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8396,10 +8461,10 @@ "members": { "Name": {}, "Data": { - "shape": "S9u" + "shape": "Sa3" }, "Inputs": { - "shape": "S6b" + "shape": "S6k" } } }, @@ -8414,10 +8479,10 @@ "Name": {}, "ConnectionType": {}, "Data": { - "shape": "S9x" + "shape": "Sa6" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8432,10 +8497,10 @@ "Name": {}, "ConnectionType": {}, "Data": { - "shape": "S9x" + "shape": "Sa6" }, "Inputs": { - "shape": "S6b" + "shape": "S6k" } } } @@ -8443,7 +8508,7 @@ }, "sensitive": true }, - "S5d": { + "S5m": { "type": "list", "member": { "type": "structure", @@ -8464,16 +8529,16 @@ } } }, - "S5l": { + "S5u": { "type": "list", "member": {} }, - "S5r": { + "S60": { "type": "map", "key": {}, "value": {} }, - "S5v": { + "S64": { "type": "structure", "members": { "BoundedSize": { @@ -8484,7 +8549,7 @@ } } }, - "S61": { + "S6a": { "type": "structure", "members": { "BoundedSize": { @@ -8499,17 +8564,17 @@ "SamplePath": {} } }, - "S6b": { + "S6k": { "type": "list", "member": {} }, - "S6i": { + "S6r": { "type": "list", "member": { - "shape": "S5l" + "shape": "S5u" } }, - "S6j": { + "S6s": { "type": "structure", "members": { "EnableUpdateCatalog": { @@ -8518,7 +8583,7 @@ "UpdateBehavior": {} } }, - "S6m": { + "S6v": { "type": "structure", "members": { "EnableUpdateCatalog": { @@ -8529,14 +8594,14 @@ "Database": {} } }, - "S6q": { + "S6z": { "type": "list", "member": { "type": "structure", "members": { "ToKey": {}, "FromPath": { - "shape": "S5l" + "shape": "S5u" }, "FromType": {}, "ToType": {}, @@ -8544,20 +8609,20 @@ "type": "boolean" }, "Children": { - "shape": "S6q" + "shape": "S6z" } } } }, - "S6z": { + "S78": { "type": "list", "member": {} }, - "S7g": { + "S7p": { "type": "list", "member": {} }, - "S7n": { + "S7w": { "type": "structure", "members": { "EndpointUrl": {}, @@ -8601,15 +8666,15 @@ "AddRecordTimestamp": {}, "EmitConsumerLagMetrics": {}, "StartingTimestamp": { - "shape": "S7p" + "shape": "S7y" } } }, - "S7p": { + "S7y": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7q": { + "S7z": { "type": "structure", "members": { "PollingTime": { @@ -8620,7 +8685,7 @@ } } }, - "S7u": { + "S83": { "type": "structure", "members": { "BootstrapServers": {}, @@ -8654,11 +8719,11 @@ "AddRecordTimestamp": {}, "EmitConsumerLagMetrics": {}, "StartingTimestamp": { - "shape": "S7p" + "shape": "S7y" } } }, - "S8y": { + "S97": { "type": "structure", "members": { "EvaluationContext": {}, @@ -8671,37 +8736,37 @@ } } }, - "S8z": { + "S98": { "type": "structure", "members": { "StopJobOnFailureTiming": {} } }, - "S9g": { + "S9p": { "type": "structure", "members": { "AccessType": {}, "SourceType": {}, "Connection": { - "shape": "S9h" + "shape": "S9q" }, "Schema": { - "shape": "S9h" + "shape": "S9q" }, "Table": { - "shape": "S9h" + "shape": "S9q" }, "CatalogDatabase": { - "shape": "S9h" + "shape": "S9q" }, "CatalogTable": { - "shape": "S9h" + "shape": "S9q" }, "CatalogRedshiftSchema": {}, "CatalogRedshiftTable": {}, "TempDir": {}, "IamRole": { - "shape": "S9h" + "shape": "S9q" }, "AdvancedOptions": { "type": "list", @@ -8727,15 +8792,15 @@ "MergeClause": {}, "CrawlerConnection": {}, "TableSchema": { - "shape": "S9k" + "shape": "S9t" }, "StagingTable": {}, "SelectedColumns": { - "shape": "S9k" + "shape": "S9t" } } }, - "S9h": { + "S9q": { "type": "structure", "members": { "Value": {}, @@ -8743,28 +8808,28 @@ "Description": {} } }, - "S9k": { + "S9t": { "type": "list", "member": { - "shape": "S9h" + "shape": "S9q" } }, - "S9u": { + "Sa3": { "type": "structure", "members": { "SourceType": {}, "Connection": { - "shape": "S9h" + "shape": "S9q" }, "Schema": {}, "Table": {}, "Database": {}, "TempDir": {}, "IamRole": { - "shape": "S9h" + "shape": "S9q" }, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SampleQuery": {}, "PreAction": {}, @@ -8779,22 +8844,22 @@ "MergeClause": {}, "StagingTable": {}, "SelectedColumns": { - "shape": "S9k" + "shape": "S9t" }, "AutoPushdown": { "type": "boolean" }, "TableSchema": { - "shape": "S9k" + "shape": "S9t" } } }, - "S9x": { + "Sa6": { "type": "map", "key": {}, "value": {} }, - "Sa0": { + "Sa9": { "type": "structure", "members": { "Provider": {}, @@ -8807,19 +8872,19 @@ "AuthToken": {} } }, - "Sa4": { + "Sad": { "type": "list", "member": { "shape": "S1c" } }, - "Sa6": { + "Saf": { "type": "list", "member": { - "shape": "Sa7" + "shape": "Sag" } }, - "Sa7": { + "Sag": { "type": "structure", "members": { "Values": { @@ -8845,19 +8910,19 @@ "CatalogId": {} } }, - "Sah": { + "Saq": { "type": "structure", "members": { "type": {}, "configuration": { - "shape": "Sai" + "shape": "Sar" }, "lastRun": { - "shape": "Sak" + "shape": "Sat" } } }, - "Sai": { + "Sar": { "type": "structure", "members": { "roleArn": {}, @@ -8866,7 +8931,7 @@ } } }, - "Sak": { + "Sat": { "type": "structure", "members": { "eventType": {}, @@ -8888,17 +8953,17 @@ "error": {} } }, - "Sas": { + "Sb1": { "type": "list", "member": {} }, - "Sau": { + "Sb3": { "type": "list", "member": { - "shape": "Sav" + "shape": "Sb4" } }, - "Sav": { + "Sb4": { "type": "structure", "members": { "Name": {}, @@ -8909,37 +8974,37 @@ "Description": {}, "Schedule": {}, "Actions": { - "shape": "Saz" + "shape": "Sb8" }, "Predicate": { - "shape": "Sb1" + "shape": "Sba" }, "EventBatchingCondition": { - "shape": "Sb8" + "shape": "Sbh" } } }, - "Saz": { + "Sb8": { "type": "list", "member": { "type": "structure", "members": { "JobName": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "Timeout": { "type": "integer" }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "CrawlerName": {} } } }, - "Sb1": { + "Sba": { "type": "structure", "members": { "Logical": {}, @@ -8958,7 +9023,7 @@ } } }, - "Sb8": { + "Sbh": { "type": "structure", "required": [ "BatchSize" @@ -8972,17 +9037,17 @@ } } }, - "Sbc": { + "Sbl": { "type": "list", "member": {} }, - "Sbf": { + "Sbo": { "type": "structure", "members": { "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sbg" + "shape": "Sbp" }, "CreatedOn": { "type": "timestamp" @@ -8991,10 +9056,10 @@ "type": "timestamp" }, "LastRun": { - "shape": "Sbh" + "shape": "Sbq" }, "Graph": { - "shape": "Sbk" + "shape": "Sbt" }, "MaxConcurrentRuns": { "type": "integer" @@ -9008,19 +9073,19 @@ } } }, - "Sbg": { + "Sbp": { "type": "map", "key": {}, "value": {} }, - "Sbh": { + "Sbq": { "type": "structure", "members": { "Name": {}, "WorkflowRunId": {}, "PreviousRunId": {}, "WorkflowRunProperties": { - "shape": "Sbg" + "shape": "Sbp" }, "StartedOn": { "type": "timestamp" @@ -9060,7 +9125,7 @@ } }, "Graph": { - "shape": "Sbk" + "shape": "Sbt" }, "StartingEventBatchCondition": { "type": "structure", @@ -9075,7 +9140,7 @@ } } }, - "Sbk": { + "Sbt": { "type": "structure", "members": { "Nodes": { @@ -9090,7 +9155,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sav" + "shape": "Sb4" } } }, @@ -9098,7 +9163,7 @@ "type": "structure", "members": { "JobRuns": { - "shape": "Sbq" + "shape": "Sbz" } } }, @@ -9140,13 +9205,13 @@ } } }, - "Sbq": { + "Sbz": { "type": "list", "member": { - "shape": "Sbr" + "shape": "Sc0" } }, - "Sbr": { + "Sc0": { "type": "structure", "members": { "Id": {}, @@ -9167,7 +9232,7 @@ }, "JobRunState": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "ErrorMessage": {}, "PredecessorRuns": { @@ -9201,7 +9266,7 @@ "SecurityConfiguration": {}, "LogGroupName": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "DPUSeconds": { @@ -9210,24 +9275,24 @@ "ExecutionClass": {} } }, - "Scd": { + "Scm": { "type": "list", "member": {} }, - "Scy": { + "Sd7": { "type": "map", "key": {}, "value": {} }, - "Sdf": { + "Sdo": { "type": "list", "member": {} }, - "Sdg": { + "Sdp": { "type": "list", "member": {} }, - "Sdk": { + "Sdt": { "type": "structure", "required": [ "Name", @@ -9239,26 +9304,26 @@ "Description": {}, "ConnectionType": {}, "MatchCriteria": { - "shape": "Sdm" + "shape": "Sdv" }, "ConnectionProperties": { - "shape": "Sdn" + "shape": "Sdw" }, "PhysicalConnectionRequirements": { - "shape": "Sdp" + "shape": "Sdy" } } }, - "Sdm": { + "Sdv": { "type": "list", "member": {} }, - "Sdn": { + "Sdw": { "type": "map", "key": {}, "value": {} }, - "Sdp": { + "Sdy": { "type": "structure", "members": { "SubnetId": {}, @@ -9269,7 +9334,7 @@ "AvailabilityZone": {} } }, - "Sdy": { + "Se7": { "type": "structure", "required": [ "TableName", @@ -9281,7 +9346,7 @@ "CatalogId": {} } }, - "Se1": { + "Sea": { "type": "structure", "required": [ "Name" @@ -9294,17 +9359,17 @@ "shape": "Se" }, "CreateTableDefaultPermissions": { - "shape": "Se3" + "shape": "Sec" }, "TargetDatabase": { - "shape": "Se9" + "shape": "Sei" }, "FederatedDatabase": { - "shape": "Sea" + "shape": "Sej" } } }, - "Se3": { + "Sec": { "type": "list", "member": { "type": "structure", @@ -9322,7 +9387,7 @@ } } }, - "Se9": { + "Sei": { "type": "structure", "members": { "CatalogId": {}, @@ -9330,20 +9395,20 @@ "Region": {} } }, - "Sea": { + "Sej": { "type": "structure", "members": { "Identifier": {}, "ConnectionName": {} } }, - "Sei": { + "Ser": { "type": "list", "member": { "shape": "S44" } }, - "Sej": { + "Ses": { "type": "structure", "required": [ "TransformType" @@ -9367,7 +9432,7 @@ } } }, - "Sen": { + "Sew": { "type": "structure", "members": { "MlUserDataEncryption": { @@ -9383,7 +9448,7 @@ "TaskRunSecurityConfigurationName": {} } }, - "Seu": { + "Sf3": { "type": "structure", "required": [ "Keys", @@ -9397,14 +9462,14 @@ "IndexName": {} } }, - "Sf0": { + "Sf9": { "type": "structure", "members": { "RegistryName": {}, "RegistryArn": {} } }, - "Sf7": { + "Sfg": { "type": "list", "member": { "type": "structure", @@ -9417,7 +9482,7 @@ "Id": {}, "NodeType": {}, "Args": { - "shape": "Sfb" + "shape": "Sfk" }, "LineNumber": { "type": "integer" @@ -9425,7 +9490,7 @@ } } }, - "Sfb": { + "Sfk": { "type": "list", "member": { "type": "structure", @@ -9442,7 +9507,7 @@ } } }, - "Sff": { + "Sfo": { "type": "list", "member": { "type": "structure", @@ -9457,7 +9522,7 @@ } } }, - "Sfm": { + "Sfv": { "type": "structure", "members": { "S3Encryption": { @@ -9486,19 +9551,19 @@ } } }, - "Sfy": { + "Sg7": { "type": "structure", "members": { "Name": {}, "PythonVersion": {} } }, - "Sfz": { + "Sg8": { "type": "map", "key": {}, "value": {} }, - "Sg2": { + "Sgb": { "type": "structure", "members": { "Id": {}, @@ -9510,13 +9575,13 @@ "Description": {}, "Role": {}, "Command": { - "shape": "Sfy" + "shape": "Sg7" }, "DefaultArguments": { - "shape": "Sfz" + "shape": "Sg8" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "Progress": { "type": "double" @@ -9544,7 +9609,7 @@ } } }, - "Sg7": { + "Sgg": { "type": "structure", "required": [ "Name" @@ -9575,11 +9640,11 @@ "shape": "Se" }, "TargetTable": { - "shape": "Sgb" + "shape": "Sgk" } } }, - "Sgb": { + "Sgk": { "type": "structure", "members": { "CatalogId": {}, @@ -9588,7 +9653,7 @@ "Region": {} } }, - "Sgm": { + "Sgv": { "type": "structure", "members": { "FunctionName": {}, @@ -9596,11 +9661,11 @@ "OwnerName": {}, "OwnerType": {}, "ResourceUris": { - "shape": "Sgo" + "shape": "Sgx" } } }, - "Sgo": { + "Sgx": { "type": "list", "member": { "type": "structure", @@ -9610,7 +9675,7 @@ } } }, - "Sil": { + "Siu": { "type": "structure", "members": { "BlueprintName": {}, @@ -9629,7 +9694,7 @@ "RoleArn": {} } }, - "Siy": { + "Sj7": { "type": "structure", "members": { "GrokClassifier": { @@ -9716,7 +9781,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sdf" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -9728,24 +9793,24 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Sdg" + "shape": "Sdp" }, "Serde": {} } } } }, - "Sj8": { + "Sjh": { "type": "list", "member": {} }, - "Sja": { + "Sjj": { "type": "list", "member": { - "shape": "Sjb" + "shape": "Sjk" } }, - "Sjb": { + "Sjk": { "type": "structure", "required": [ "ColumnName", @@ -9814,10 +9879,10 @@ ], "members": { "MinimumValue": { - "shape": "Sjj" + "shape": "Sjs" }, "MaximumValue": { - "shape": "Sjj" + "shape": "Sjs" }, "NumberOfNulls": { "type": "long" @@ -9915,7 +9980,7 @@ } } }, - "Sjj": { + "Sjs": { "type": "structure", "required": [ "UnscaledValue", @@ -9930,7 +9995,7 @@ } } }, - "Sjs": { + "Sk1": { "type": "list", "member": { "type": "structure", @@ -9942,7 +10007,7 @@ } } }, - "Sjy": { + "Sk7": { "type": "structure", "members": { "CustomerId": {}, @@ -9950,7 +10015,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnNameList": { - "shape": "Sk0" + "shape": "Sk9" }, "CatalogID": {}, "Role": {}, @@ -9981,24 +10046,24 @@ } } }, - "Sk0": { + "Sk9": { "type": "list", "member": {} }, - "Sk9": { + "Ski": { "type": "structure", "members": { "Name": {}, "Description": {}, "ConnectionType": {}, "MatchCriteria": { - "shape": "Sdm" + "shape": "Sdv" }, "ConnectionProperties": { - "shape": "Sdn" + "shape": "Sdw" }, "PhysicalConnectionRequirements": { - "shape": "Sdp" + "shape": "Sdy" }, "CreationTime": { "type": "timestamp" @@ -10009,7 +10074,7 @@ "LastUpdatedBy": {} } }, - "Skq": { + "Skz": { "type": "structure", "members": { "EncryptionAtRest": { @@ -10036,7 +10101,7 @@ } } }, - "Sl2": { + "Slb": { "type": "structure", "members": { "CloudWatchMetricsEnabled": { @@ -10045,18 +10110,18 @@ "ResultsS3Prefix": {} } }, - "Sl3": { + "Slc": { "type": "list", "member": {} }, - "Sl5": { + "Sle": { "type": "map", "key": {}, "value": { "shape": "S43" } }, - "Sl8": { + "Slh": { "type": "structure", "required": [ "Name" @@ -10072,18 +10137,18 @@ "type": "timestamp" }, "CreateTableDefaultPermissions": { - "shape": "Se3" + "shape": "Sec" }, "TargetDatabase": { - "shape": "Se9" + "shape": "Sei" }, "CatalogId": {}, "FederatedDatabase": { - "shape": "Sea" + "shape": "Sej" } } }, - "Slq": { + "Slz": { "type": "structure", "members": { "JobName": {}, @@ -10101,7 +10166,7 @@ "JobBookmark": {} } }, - "Sm0": { + "Sm9": { "type": "structure", "members": { "TaskType": {}, @@ -10136,7 +10201,7 @@ } } }, - "Smj": { + "Sms": { "type": "structure", "required": [ "TransformType" @@ -10191,7 +10256,7 @@ } } }, - "Smq": { + "Smz": { "type": "list", "member": { "type": "structure", @@ -10201,7 +10266,7 @@ } } }, - "Smt": { + "Sn2": { "type": "structure", "members": { "Name": {}, @@ -10221,11 +10286,11 @@ "type": "timestamp" }, "Schema": { - "shape": "Smq" + "shape": "Smz" } } }, - "Smu": { + "Sn3": { "type": "structure", "required": [ "Column", @@ -10236,7 +10301,7 @@ "SortDirection": {} } }, - "Sn0": { + "Sn9": { "type": "structure", "required": [ "DatabaseName", @@ -10247,27 +10312,27 @@ "TableName": {} } }, - "Sn1": { + "Sna": { "type": "list", "member": { - "shape": "Sn0" + "shape": "Sn9" } }, - "Sn2": { + "Snb": { "type": "structure", "members": { "Jdbc": { - "shape": "Sfb" + "shape": "Sfk" }, "S3": { - "shape": "Sfb" + "shape": "Sfk" }, "DynamoDB": { - "shape": "Sfb" + "shape": "Sfk" } } }, - "Sn4": { + "Snd": { "type": "list", "member": { "type": "structure", @@ -10281,7 +10346,7 @@ } } }, - "Snn": { + "Snw": { "type": "structure", "required": [ "SegmentNumber", @@ -10296,7 +10361,7 @@ } } }, - "Soa": { + "Soj": { "type": "structure", "members": { "LatestVersion": { @@ -10307,7 +10372,7 @@ } } }, - "Soj": { + "Sos": { "type": "structure", "members": { "Name": {}, @@ -10315,11 +10380,11 @@ "type": "timestamp" }, "EncryptionConfiguration": { - "shape": "Sfm" + "shape": "Sfv" } } }, - "Sor": { + "Sp0": { "type": "structure", "members": { "Id": { @@ -10343,7 +10408,7 @@ "ErrorName": {}, "ErrorValue": {}, "Traceback": { - "shape": "S51" + "shape": "S5a" } } }, @@ -10358,7 +10423,7 @@ } } }, - "Soy": { + "Sp7": { "type": "structure", "required": [ "Name" @@ -10400,7 +10465,7 @@ "type": "boolean" }, "TargetTable": { - "shape": "Sgb" + "shape": "Sgk" }, "CatalogId": {}, "VersionId": {}, @@ -10414,22 +10479,22 @@ } } }, - "Sp4": { + "Spd": { "type": "structure", "members": { "Table": { - "shape": "Soy" + "shape": "Sp7" }, "VersionId": {} } }, - "Spb": { + "Spk": { "type": "list", "member": { - "shape": "Soy" + "shape": "Sp7" } }, - "Spj": { + "Sps": { "type": "structure", "members": { "AdditionalAuditContext": {}, @@ -10442,11 +10507,11 @@ } } }, - "Spm": { + "Spv": { "type": "list", "member": {} }, - "Spz": { + "Sq8": { "type": "structure", "members": { "FunctionName": {}, @@ -10458,35 +10523,35 @@ "type": "timestamp" }, "ResourceUris": { - "shape": "Sgo" + "shape": "Sgx" }, "CatalogId": {} } }, - "Ssr": { + "St0": { "type": "structure", "members": { "MetadataKey": {}, "MetadataValue": {} } }, - "Stc": { + "Stl": { "type": "list", "member": {} }, - "Sv5": { + "Sve": { "type": "list", "member": { - "shape": "Sjb" + "shape": "Sjk" } }, - "Sv7": { + "Svg": { "type": "list", "member": { "type": "structure", "members": { "ColumnStatistics": { - "shape": "Sjb" + "shape": "Sjk" }, "Error": { "shape": "S14" diff --git a/apis/glue-2017-03-31.normal.json b/apis/glue-2017-03-31.normal.json index 134deb2bd6..5a997334f6 100644 --- a/apis/glue-2017-03-31.normal.json +++ b/apis/glue-2017-03-31.normal.json @@ -11211,6 +11211,36 @@ "max": 255, "min": 1 }, + "DataQualityAnalyzerResult": { + "type": "structure", + "members": { + "Name": { + "shape": "NameString", + "documentation": "

The name of the data quality analyzer.

" + }, + "Description": { + "shape": "DataQualityRuleResultDescription", + "documentation": "

A description of the data quality analyzer.

" + }, + "EvaluationMessage": { + "shape": "DataQualityRuleResultDescription", + "documentation": "

An evaluation message.

" + }, + "EvaluatedMetrics": { + "shape": "EvaluatedMetricsMap", + "documentation": "

A map of metrics associated with the evaluation of the analyzer.

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

Describes the result of the evaluation of a data quality analyzer.

" + }, + "DataQualityAnalyzerResults": { + "type": "list", + "member": { + "shape": "DataQualityAnalyzerResult" + }, + "max": 2000, + "min": 0 + }, "DataQualityEvaluationRunAdditionalRunOptions": { "type": "structure", "members": { @@ -11225,6 +11255,56 @@ }, "documentation": "

Additional run options you can specify for an evaluation run.

" }, + "DataQualityMetricValues": { + "type": "structure", + "members": { + "ActualValue": { + "shape": "NullableDouble", + "documentation": "

The actual value of the data quality metric.

" + }, + "ExpectedValue": { + "shape": "NullableDouble", + "documentation": "

The expected value of the data quality metric according to the analysis of historical data.

" + }, + "LowerLimit": { + "shape": "NullableDouble", + "documentation": "

The lower limit of the data quality metric value according to the analysis of historical data.

" + }, + "UpperLimit": { + "shape": "NullableDouble", + "documentation": "

The upper limit of the data quality metric value according to the analysis of historical data.

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

Describes the data quality metric value according to the analysis of historical data.

" + }, + "DataQualityObservation": { + "type": "structure", + "members": { + "Description": { + "shape": "DataQualityObservationDescription", + "documentation": "

A description of the data quality observation.

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

An object of type MetricBasedObservation representing the observation that is based on evaluated data quality metrics.

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

Describes the observation generated after evaluating the rules and analyzers.

" + }, + "DataQualityObservationDescription": { + "type": "string", + "max": 2048, + "min": 0, + "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" + }, + "DataQualityObservations": { + "type": "list", + "member": { + "shape": "DataQualityObservation" + }, + "max": 50, + "min": 0 + }, "DataQualityResult": { "type": "structure", "members": { @@ -11271,6 +11351,14 @@ "RuleResults": { "shape": "DataQualityRuleResults", "documentation": "

A list of DataQualityRuleResult objects representing the results for each rule.

" + }, + "AnalyzerResults": { + "shape": "DataQualityAnalyzerResults", + "documentation": "

A list of DataQualityAnalyzerResult objects representing the results for each analyzer.

" + }, + "Observations": { + "shape": "DataQualityObservations", + "documentation": "

A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.

" } }, "documentation": "

Describes a data quality result.

" @@ -11412,11 +11500,11 @@ "documentation": "

The name of the data quality rule.

" }, "Description": { - "shape": "DescriptionString", + "shape": "DataQualityRuleResultDescription", "documentation": "

A description of the data quality rule.

" }, "EvaluationMessage": { - "shape": "DescriptionString", + "shape": "DataQualityRuleResultDescription", "documentation": "

An evaluation message.

" }, "Result": { @@ -11430,6 +11518,12 @@ }, "documentation": "

Describes the result of the evaluation of a data quality rule.

" }, + "DataQualityRuleResultDescription": { + "type": "string", + "max": 2048, + "min": 0, + "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" + }, "DataQualityRuleResultStatus": { "type": "string", "enum": [ @@ -11444,7 +11538,7 @@ "shape": "DataQualityRuleResult" }, "max": 2000, - "min": 1 + "min": 0 }, "DataQualityRulesetEvaluationRunDescription": { "type": "structure", @@ -14112,6 +14206,14 @@ "RuleResults": { "shape": "DataQualityRuleResults", "documentation": "

A list of DataQualityRuleResult objects representing the results for each rule.

" + }, + "AnalyzerResults": { + "shape": "DataQualityAnalyzerResults", + "documentation": "

A list of DataQualityAnalyzerResult objects representing the results for each analyzer.

" + }, + "Observations": { + "shape": "DataQualityObservations", + "documentation": "

A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.

" } } }, @@ -18631,6 +18733,24 @@ "min": 1, "pattern": "[a-zA-Z0-9+-=._./@]+" }, + "MetricBasedObservation": { + "type": "structure", + "members": { + "MetricName": { + "shape": "NameString", + "documentation": "

The name of the data quality metric used for generating the observation.

" + }, + "MetricValues": { + "shape": "DataQualityMetricValues", + "documentation": "

An object of type DataQualityMetricValues representing the analysis of the data quality metric value.

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

A list of new data quality rules generated as part of the observation based on the data quality metric value.

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

Describes the metric based observation generated based on evaluated data quality metrics.

" + }, "MicrosoftSQLServerCatalogSource": { "type": "structure", "required": [ @@ -18772,6 +18892,12 @@ "shape": "NameString" } }, + "NewRules": { + "type": "list", + "member": { + "shape": "NameString" + } + }, "Node": { "type": "structure", "members": { diff --git a/apis/sagemaker-2017-07-24.min.json b/apis/sagemaker-2017-07-24.min.json index b9ce5d082c..74928f6c97 100644 --- a/apis/sagemaker-2017-07-24.min.json +++ b/apis/sagemaker-2017-07-24.min.json @@ -255,6 +255,9 @@ }, "KernelGatewayImageConfig": { "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } }, @@ -275,7 +278,7 @@ "members": { "ArtifactName": {}, "Source": { - "shape": "S54" + "shape": "S5b" }, "ArtifactType": {}, "Properties": { @@ -308,17 +311,17 @@ "members": { "AutoMLJobName": {}, "InputDataConfig": { - "shape": "S5c" + "shape": "S5j" }, "OutputDataConfig": { - "shape": "S5k" + "shape": "S5r" }, "ProblemType": {}, "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "AutoMLJobConfig": { - "shape": "S5o" + "shape": "S5v" }, "RoleArn": {}, "GenerateCandidateDefinitionsOnly": { @@ -328,7 +331,7 @@ "shape": "S7" }, "ModelDeployConfig": { - "shape": "S68" + "shape": "S6f" } } }, @@ -355,29 +358,29 @@ "members": { "AutoMLJobName": {}, "AutoMLJobInputDataConfig": { - "shape": "S6e" + "shape": "S6l" }, "OutputDataConfig": { - "shape": "S5k" + "shape": "S5r" }, "AutoMLProblemTypeConfig": { - "shape": "S6g" + "shape": "S6n" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "SecurityConfig": { - "shape": "S5t" + "shape": "S60" }, "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "ModelDeployConfig": { - "shape": "S68" + "shape": "S6f" }, "DataSplitConfig": { - "shape": "S5z" + "shape": "S66" } } }, @@ -401,10 +404,10 @@ "members": { "ClusterName": {}, "InstanceGroups": { - "shape": "S7g" + "shape": "S7n" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "Tags": { "shape": "S7" @@ -431,7 +434,7 @@ "members": { "CodeRepositoryName": {}, "GitConfig": { - "shape": "S7r" + "shape": "S7y" }, "Tags": { "shape": "S7" @@ -462,13 +465,13 @@ "RoleArn": {}, "ModelPackageVersionArn": {}, "InputConfig": { - "shape": "S7y" + "shape": "S85" }, "OutputConfig": { - "shape": "S81" + "shape": "S88" }, "VpcConfig": { - "shape": "S88" + "shape": "S8f" }, "StoppingCondition": { "shape": "S3p" @@ -499,7 +502,7 @@ "members": { "ContextName": {}, "Source": { - "shape": "S8g" + "shape": "S8n" }, "ContextType": {}, "Description": {}, @@ -532,26 +535,26 @@ "members": { "JobDefinitionName": {}, "DataQualityBaselineConfig": { - "shape": "S8l" + "shape": "S8s" }, "DataQualityAppSpecification": { - "shape": "S8p" + "shape": "S8w" }, "DataQualityJobInput": { - "shape": "S8y" + "shape": "S95" }, "DataQualityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -580,7 +583,7 @@ "RoleArn": {}, "Description": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "Tags": { "shape": "S7" @@ -605,10 +608,10 @@ "DomainName": {}, "AuthMode": {}, "DefaultUserSettings": { - "shape": "Sa0" + "shape": "Sa7" }, "SubnetIds": { - "shape": "S5x" + "shape": "S64" }, "VpcId": {}, "Tags": { @@ -622,10 +625,10 @@ "KmsKeyId": {}, "AppSecurityGroupManagement": {}, "DomainSettings": { - "shape": "Say" + "shape": "Sbh" }, "DefaultSpaceSettings": { - "shape": "Sb2" + "shape": "Sbl" } } }, @@ -648,11 +651,11 @@ "members": { "EdgeDeploymentPlanName": {}, "ModelConfigs": { - "shape": "Sb7" + "shape": "Sbq" }, "DeviceFleetName": {}, "Stages": { - "shape": "Sb9" + "shape": "Sbs" }, "Tags": { "shape": "S7" @@ -679,7 +682,7 @@ "members": { "EdgeDeploymentPlanName": {}, "Stages": { - "shape": "Sb9" + "shape": "Sbs" } } } @@ -702,7 +705,7 @@ "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "ResourceKey": {}, "Tags": { @@ -722,7 +725,7 @@ "EndpointName": {}, "EndpointConfigName": {}, "DeploymentConfig": { - "shape": "Sbp" + "shape": "Sc8" }, "Tags": { "shape": "S7" @@ -749,27 +752,27 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sc7" + "shape": "Scq" }, "DataCaptureConfig": { - "shape": "Sct" + "shape": "Sdc" }, "Tags": { "shape": "S7" }, "KmsKeyId": {}, "AsyncInferenceConfig": { - "shape": "Sd4" + "shape": "Sdn" }, "ExplainerConfig": { - "shape": "Sdc" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sc7" + "shape": "Scq" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "EnableNetworkIsolation": { "type": "boolean" @@ -822,13 +825,13 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Seb" + "shape": "Seu" }, "OnlineStoreConfig": { - "shape": "Sei" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Seo" + "shape": "Sf7" }, "RoleArn": {}, "Description": {}, @@ -859,16 +862,16 @@ "members": { "FlowDefinitionName": {}, "HumanLoopRequestSource": { - "shape": "Sf0" + "shape": "Sfj" }, "HumanLoopActivationConfig": { - "shape": "Sf2" + "shape": "Sfl" }, "HumanLoopConfig": { - "shape": "Sf5" + "shape": "Sfo" }, "OutputConfig": { - "shape": "Sfk" + "shape": "Sg3" }, "RoleArn": {}, "Tags": { @@ -898,10 +901,10 @@ "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { - "shape": "Sfr" + "shape": "Sga" }, "S3StorageConfig": { - "shape": "Sft" + "shape": "Sgc" }, "Tags": { "shape": "S7" @@ -928,7 +931,7 @@ "members": { "HumanTaskUiName": {}, "UiTemplate": { - "shape": "Sfz" + "shape": "Sgi" }, "Tags": { "shape": "S7" @@ -955,22 +958,22 @@ "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { - "shape": "Sg4" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sgx" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Shd" + "shape": "Shw" }, "WarmStartConfig": { - "shape": "She" + "shape": "Shx" }, "Tags": { "shape": "S7" }, "Autotune": { - "shape": "Shi" + "shape": "Si1" } } }, @@ -1023,7 +1026,7 @@ }, "ImageName": {}, "Aliases": { - "shape": "Sht" + "shape": "Sic" }, "VendorGuidance": {}, "JobType": {}, @@ -1058,10 +1061,10 @@ "EndpointName": {}, "VariantName": {}, "Specification": { - "shape": "Si5" + "shape": "Sio" }, "RuntimeConfig": { - "shape": "Sic" + "shape": "Siv" }, "Tags": { "shape": "S7" @@ -1093,19 +1096,19 @@ "Name": {}, "Type": {}, "Schedule": { - "shape": "Sij" + "shape": "Sj2" }, "Description": {}, "RoleArn": {}, "EndpointName": {}, "ModelVariants": { - "shape": "Sim" + "shape": "Sj5" }, "DataStorageConfig": { - "shape": "Siu" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Siv" + "shape": "Sje" }, "KmsKey": {}, "Tags": { @@ -1137,11 +1140,11 @@ "JobType": {}, "RoleArn": {}, "InputConfig": { - "shape": "Sj3" + "shape": "Sjm" }, "JobDescription": {}, "StoppingConditions": { - "shape": "Sk7" + "shape": "Skq" }, "OutputConfig": { "type": "structure", @@ -1185,21 +1188,21 @@ "LabelingJobName": {}, "LabelAttributeName": {}, "InputConfig": { - "shape": "Skj" + "shape": "Sl2" }, "OutputConfig": { - "shape": "Skq" + "shape": "Sl9" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { - "shape": "Skr" + "shape": "Sla" }, "LabelingJobAlgorithmsConfig": { - "shape": "Sku" + "shape": "Sld" }, "HumanTaskConfig": { - "shape": "Sky" + "shape": "Slh" }, "Tags": { "shape": "S7" @@ -1225,20 +1228,20 @@ "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sld" + "shape": "Slw" }, "Containers": { - "shape": "Slt" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Slu" + "shape": "Smd" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S7" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "EnableNetworkIsolation": { "type": "boolean" @@ -1269,26 +1272,26 @@ "members": { "JobDefinitionName": {}, "ModelBiasBaselineConfig": { - "shape": "Sly" + "shape": "Smh" }, "ModelBiasAppSpecification": { - "shape": "Slz" + "shape": "Smi" }, "ModelBiasJobInput": { - "shape": "Sm0" + "shape": "Smj" }, "ModelBiasJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1316,10 +1319,10 @@ "members": { "ModelCardName": {}, "SecurityConfig": { - "shape": "Sm4" + "shape": "Smn" }, "Content": { - "shape": "Sm5" + "shape": "Smo" }, "ModelCardStatus": {}, "Tags": { @@ -1352,7 +1355,7 @@ }, "ModelCardExportJobName": {}, "OutputConfig": { - "shape": "Smb" + "shape": "Smu" } } }, @@ -1380,26 +1383,26 @@ "members": { "JobDefinitionName": {}, "ModelExplainabilityBaselineConfig": { - "shape": "Smf" + "shape": "Smy" }, "ModelExplainabilityAppSpecification": { - "shape": "Smg" + "shape": "Smz" }, "ModelExplainabilityJobInput": { - "shape": "Smh" + "shape": "Sn0" }, "ModelExplainabilityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1427,10 +1430,10 @@ "shape": "Sr" }, "ValidationSpecification": { - "shape": "Smk" + "shape": "Sn3" }, "SourceAlgorithmSpecification": { - "shape": "Smn" + "shape": "Sn6" }, "CertifyForMarketplace": { "type": "boolean" @@ -1443,22 +1446,22 @@ "shape": "S1u" }, "ModelMetrics": { - "shape": "Smq" + "shape": "Sn9" }, "ClientToken": { "idempotencyToken": true }, "CustomerMetadataProperties": { - "shape": "Smx" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Sn0" + "shape": "Snj" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Sn6" + "shape": "Snp" }, "SkipModelValidation": {} } @@ -1511,26 +1514,26 @@ "members": { "JobDefinitionName": {}, "ModelQualityBaselineConfig": { - "shape": "Sne" + "shape": "Snx" }, "ModelQualityAppSpecification": { - "shape": "Snf" + "shape": "Sny" }, "ModelQualityJobInput": { - "shape": "Snh" + "shape": "So0" }, "ModelQualityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1557,7 +1560,7 @@ "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { - "shape": "Snl" + "shape": "So4" }, "Tags": { "shape": "S7" @@ -1587,7 +1590,7 @@ "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { - "shape": "Sa1" + "shape": "Sa8" }, "RoleArn": {}, "KmsKeyId": {}, @@ -1600,16 +1603,16 @@ "type": "integer" }, "AcceleratorTypes": { - "shape": "So2" + "shape": "Sol" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "So5" + "shape": "Soo" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { - "shape": "So8" + "shape": "Sor" } } }, @@ -1629,10 +1632,10 @@ "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Sod" + "shape": "Sow" }, "OnStart": { - "shape": "Sod" + "shape": "Sow" } } }, @@ -1656,7 +1659,7 @@ "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { - "shape": "Sol" + "shape": "Sp4" }, "PipelineDescription": {}, "ClientRequestToken": { @@ -1667,7 +1670,7 @@ "shape": "S7" }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" } } }, @@ -1736,33 +1739,33 @@ ], "members": { "ProcessingInputs": { - "shape": "Sp4" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Spr" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Spw" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Spy" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sq0" + "shape": "Sqj" }, "Environment": { - "shape": "Sq2" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Snt" + "shape": "Soc" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" } } }, @@ -1787,7 +1790,7 @@ "ProjectName": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sq8" + "shape": "Sqr" }, "Tags": { "shape": "S7" @@ -1820,7 +1823,14 @@ "shape": "S7" }, "SpaceSettings": { - "shape": "Sqi" + "shape": "Sr1" + }, + "SpaceDisplayName": {}, + "OwnershipSettings": { + "shape": "Sr9" + }, + "SpaceSharingSettings": { + "shape": "Sra" } } }, @@ -1872,7 +1882,7 @@ "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Sqs" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { @@ -1885,7 +1895,7 @@ "shape": "S3j" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "StoppingCondition": { "shape": "S3p" @@ -1903,34 +1913,34 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sh2" + "shape": "Shl" }, "DebugHookConfig": { - "shape": "Sr1" + "shape": "Sru" }, "DebugRuleConfigurations": { - "shape": "Sr9" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Srd" + "shape": "Ss6" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "ProfilerConfig": { - "shape": "Sre" + "shape": "Ss7" }, "ProfilerRuleConfigurations": { - "shape": "Sri" + "shape": "Ssb" }, "Environment": { - "shape": "Srk" + "shape": "Ssd" }, "RetryStrategy": { - "shape": "Sh3" + "shape": "Shm" }, "InfraCheckConfig": { - "shape": "Srn" + "shape": "Ssg" } } }, @@ -1961,7 +1971,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Srt" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" @@ -1977,19 +1987,19 @@ "shape": "S44" }, "DataCaptureConfig": { - "shape": "Srw" + "shape": "Ssp" }, "TransformResources": { "shape": "S47" }, "DataProcessing": { - "shape": "Srx" + "shape": "Ssq" }, "Tags": { "shape": "S7" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" } } }, @@ -2039,7 +2049,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Ss5" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -2048,13 +2058,13 @@ "type": "timestamp" }, "Parameters": { - "shape": "Ss8" + "shape": "St1" }, "InputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "MetadataProperties": { "shape": "S1u" @@ -2087,7 +2097,7 @@ "shape": "S7" }, "UserSettings": { - "shape": "Sa0" + "shape": "Sa7" } } }, @@ -2106,20 +2116,20 @@ ], "members": { "CognitoConfig": { - "shape": "Ssn" + "shape": "Stg" }, "OidcConfig": { - "shape": "Ssq" + "shape": "Stj" }, "SourceIpConfig": { - "shape": "Sst" + "shape": "Stm" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { - "shape": "Ssx" + "shape": "Stq" } } }, @@ -2145,11 +2155,11 @@ "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { - "shape": "St7" + "shape": "Su0" }, "Description": {}, "NotificationConfiguration": { - "shape": "Stf" + "shape": "Su8" }, "Tags": { "shape": "S7" @@ -2225,7 +2235,7 @@ "members": { "ArtifactArn": {}, "Source": { - "shape": "S54" + "shape": "S5b" } } }, @@ -2831,7 +2841,7 @@ "members": { "DeviceFleetName": {}, "DeviceNames": { - "shape": "Sbe" + "shape": "Sbx" } } } @@ -2864,13 +2874,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" @@ -2920,10 +2930,10 @@ "type": "structure", "members": { "ValidationStatuses": { - "shape": "Svt" + "shape": "Swm" }, "ImageScanStatuses": { - "shape": "Svt" + "shape": "Swm" } } }, @@ -2999,6 +3009,9 @@ }, "KernelGatewayImageConfig": { "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } } @@ -3019,7 +3032,7 @@ "ArtifactName": {}, "ArtifactArn": {}, "Source": { - "shape": "S54" + "shape": "S5b" }, "ArtifactType": {}, "Properties": { @@ -3029,13 +3042,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" @@ -3071,18 +3084,18 @@ "AutoMLJobName": {}, "AutoMLJobArn": {}, "InputDataConfig": { - "shape": "S5c" + "shape": "S5j" }, "OutputDataConfig": { - "shape": "S5k" + "shape": "S5r" }, "RoleArn": {}, "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "ProblemType": {}, "AutoMLJobConfig": { - "shape": "S5o" + "shape": "S5v" }, "CreationTime": { "type": "timestamp" @@ -3095,10 +3108,10 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sw7" + "shape": "Sx0" }, "BestCandidate": { - "shape": "Sw9" + "shape": "Sx2" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, @@ -3106,25 +3119,25 @@ "type": "boolean" }, "AutoMLJobArtifacts": { - "shape": "Sx1" + "shape": "Sxu" }, "ResolvedAttributes": { "type": "structure", "members": { "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "ProblemType": {}, "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" } } }, "ModelDeployConfig": { - "shape": "S68" + "shape": "S6f" }, "ModelDeployResult": { - "shape": "Sx5" + "shape": "Sxy" } } } @@ -3156,17 +3169,17 @@ "AutoMLJobName": {}, "AutoMLJobArn": {}, "AutoMLJobInputDataConfig": { - "shape": "S6e" + "shape": "S6l" }, "OutputDataConfig": { - "shape": "S5k" + "shape": "S5r" }, "RoleArn": {}, "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "AutoMLProblemTypeConfig": { - "shape": "S6g" + "shape": "S6n" }, "CreationTime": { "type": "timestamp" @@ -3179,36 +3192,36 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sw7" + "shape": "Sx0" }, "BestCandidate": { - "shape": "Sw9" + "shape": "Sx2" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, "ModelDeployConfig": { - "shape": "S68" + "shape": "S6f" }, "ModelDeployResult": { - "shape": "Sx5" + "shape": "Sxy" }, "DataSplitConfig": { - "shape": "S5z" + "shape": "S66" }, "SecurityConfig": { - "shape": "S5t" + "shape": "S60" }, "AutoMLJobArtifacts": { - "shape": "Sx1" + "shape": "Sxu" }, "ResolvedAttributes": { "type": "structure", "members": { "AutoMLJobObjective": { - "shape": "S5m" + "shape": "S5t" }, "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "AutoMLProblemTypeResolvedAttributes": { "type": "structure", @@ -3273,7 +3286,7 @@ "InstanceGroupName": {}, "InstanceType": {}, "LifeCycleConfig": { - "shape": "S7l" + "shape": "S7s" }, "ExecutionRole": {}, "ThreadsPerCore": { @@ -3283,7 +3296,7 @@ } }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" } } } @@ -3312,14 +3325,14 @@ "InstanceGroupName": {}, "InstanceId": {}, "InstanceStatus": { - "shape": "Sxn" + "shape": "Syg" }, "InstanceType": {}, "LaunchTime": { "type": "timestamp" }, "LifeCycleConfig": { - "shape": "S7l" + "shape": "S7s" }, "ThreadsPerCore": { "type": "integer" @@ -3357,7 +3370,7 @@ "type": "timestamp" }, "GitConfig": { - "shape": "S7r" + "shape": "S7y" } } } @@ -3410,7 +3423,7 @@ }, "FailureReason": {}, "ModelArtifacts": { - "shape": "Sxw" + "shape": "Syp" }, "ModelDigests": { "type": "structure", @@ -3420,13 +3433,13 @@ }, "RoleArn": {}, "InputConfig": { - "shape": "S7y" + "shape": "S85" }, "OutputConfig": { - "shape": "S81" + "shape": "S88" }, "VpcConfig": { - "shape": "S88" + "shape": "S8f" }, "DerivedInformation": { "type": "structure", @@ -3453,7 +3466,7 @@ "ContextName": {}, "ContextArn": {}, "Source": { - "shape": "S8g" + "shape": "S8n" }, "ContextType": {}, "Description": {}, @@ -3464,13 +3477,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "LineageGroupArn": {} } @@ -3505,26 +3518,26 @@ "type": "timestamp" }, "DataQualityBaselineConfig": { - "shape": "S8l" + "shape": "S8s" }, "DataQualityAppSpecification": { - "shape": "S8p" + "shape": "S8w" }, "DataQualityJobInput": { - "shape": "S8y" + "shape": "S95" }, "DataQualityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" } } } @@ -3612,7 +3625,7 @@ "DeviceFleetName": {}, "DeviceFleetArn": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "Description": {}, "CreationTime": { @@ -3655,7 +3668,7 @@ "FailureReason": {}, "AuthMode": {}, "DefaultUserSettings": { - "shape": "Sa0" + "shape": "Sa7" }, "AppNetworkAccessType": {}, "HomeEfsFileSystemKmsKeyId": { @@ -3663,18 +3676,18 @@ "deprecatedMessage": "This property is deprecated, use KmsKeyId instead." }, "SubnetIds": { - "shape": "S5x" + "shape": "S64" }, "Url": {}, "VpcId": {}, "KmsKeyId": {}, "DomainSettings": { - "shape": "Say" + "shape": "Sbh" }, "AppSecurityGroupManagement": {}, "SecurityGroupIdForDomainBoundary": {}, "DefaultSpaceSettings": { - "shape": "Sb2" + "shape": "Sbl" } } } @@ -3706,7 +3719,7 @@ "EdgeDeploymentPlanArn": {}, "EdgeDeploymentPlanName": {}, "ModelConfigs": { - "shape": "Sb7" + "shape": "Sbq" }, "DeviceFleetName": {}, "EdgeDeploymentSuccess": { @@ -3731,10 +3744,10 @@ "members": { "StageName": {}, "DeviceSelectionConfig": { - "shape": "Sbb" + "shape": "Sbu" }, "DeploymentConfig": { - "shape": "Sbg" + "shape": "Sbz" }, "DeploymentStatus": { "type": "structure", @@ -3799,7 +3812,7 @@ "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "ResourceKey": {}, "EdgePackagingJobStatus": {}, @@ -3852,10 +3865,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sz1" + "shape": "Szu" }, "DataCaptureConfig": { - "shape": "Sz9" + "shape": "S102" }, "EndpointStatus": {}, "FailureReason": {}, @@ -3866,10 +3879,10 @@ "type": "timestamp" }, "LastDeploymentConfig": { - "shape": "Sbp" + "shape": "Sc8" }, "AsyncInferenceConfig": { - "shape": "Sd4" + "shape": "Sdn" }, "PendingDeploymentSummary": { "type": "structure", @@ -3879,21 +3892,21 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Szd" + "shape": "S106" }, "StartTime": { "type": "timestamp" }, "ShadowProductionVariants": { - "shape": "Szd" + "shape": "S106" } } }, "ExplainerConfig": { - "shape": "Sdc" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sz1" + "shape": "Szu" } } } @@ -3920,27 +3933,27 @@ "EndpointConfigName": {}, "EndpointConfigArn": {}, "ProductionVariants": { - "shape": "Sc7" + "shape": "Scq" }, "DataCaptureConfig": { - "shape": "Sct" + "shape": "Sdc" }, "KmsKeyId": {}, "CreationTime": { "type": "timestamp" }, "AsyncInferenceConfig": { - "shape": "Sd4" + "shape": "Sdn" }, "ExplainerConfig": { - "shape": "Sdc" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sc7" + "shape": "Scq" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "EnableNetworkIsolation": { "type": "boolean" @@ -3965,20 +3978,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Szj" + "shape": "S10c" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -4011,7 +4024,7 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Seb" + "shape": "Seu" }, "CreationTime": { "type": "timestamp" @@ -4020,18 +4033,18 @@ "type": "timestamp" }, "OnlineStoreConfig": { - "shape": "Sei" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Seo" + "shape": "Sf7" }, "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Szq" + "shape": "S10j" }, "LastUpdateStatus": { - "shape": "Szt" + "shape": "S10m" }, "FailureReason": {}, "Description": {}, @@ -4077,7 +4090,7 @@ }, "Description": {}, "Parameters": { - "shape": "Szz" + "shape": "S10s" } } } @@ -4111,16 +4124,16 @@ "type": "timestamp" }, "HumanLoopRequestSource": { - "shape": "Sf0" + "shape": "Sfj" }, "HumanLoopActivationConfig": { - "shape": "Sf2" + "shape": "Sfl" }, "HumanLoopConfig": { - "shape": "Sf5" + "shape": "Sfo" }, "OutputConfig": { - "shape": "Sfk" + "shape": "Sg3" }, "RoleArn": {}, "FailureReason": {} @@ -4152,10 +4165,10 @@ "HubDisplayName": {}, "HubDescription": {}, "HubSearchKeywords": { - "shape": "Sfr" + "shape": "Sga" }, "S3StorageConfig": { - "shape": "Sft" + "shape": "Sgc" }, "HubStatus": {}, "FailureReason": {}, @@ -4210,7 +4223,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "S10h" + "shape": "S11a" }, "HubContentDependencies": { "type": "list", @@ -4290,13 +4303,13 @@ "HyperParameterTuningJobName": {}, "HyperParameterTuningJobArn": {}, "HyperParameterTuningJobConfig": { - "shape": "Sg4" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sgx" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Shd" + "shape": "Shw" }, "HyperParameterTuningJobStatus": {}, "CreationTime": { @@ -4309,29 +4322,29 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S10w" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "S10y" + "shape": "S11r" }, "BestTrainingJob": { - "shape": "S110" + "shape": "S11t" }, "OverallBestTrainingJob": { - "shape": "S110" + "shape": "S11t" }, "WarmStartConfig": { - "shape": "She" + "shape": "Shx" }, "FailureReason": {}, "TuningJobCompletionDetails": { - "shape": "S113" + "shape": "S11w" }, "ConsumedResources": { - "shape": "S114" + "shape": "S11x" }, "Autotune": { - "shape": "Shi" + "shape": "Si1" } } } @@ -4444,7 +4457,7 @@ "type": "structure", "members": { "DeployedImage": { - "shape": "Sz4" + "shape": "Szx" }, "ArtifactUrl": {}, "Environment": { @@ -4453,10 +4466,10 @@ } }, "StartupParameters": { - "shape": "Si7" + "shape": "Siq" }, "ComputeResourceRequirements": { - "shape": "Si8" + "shape": "Sir" } } }, @@ -4506,7 +4519,7 @@ "Name": {}, "Type": {}, "Schedule": { - "shape": "Sij" + "shape": "Sj2" }, "Status": {}, "StatusReason": {}, @@ -4547,17 +4560,17 @@ "ModelName": {}, "VariantName": {}, "InfrastructureConfig": { - "shape": "Sip" + "shape": "Sj8" }, "Status": {} } } }, "DataStorageConfig": { - "shape": "Siu" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Siv" + "shape": "Sje" }, "KmsKey": {} } @@ -4603,10 +4616,10 @@ }, "FailureReason": {}, "InputConfig": { - "shape": "Sj3" + "shape": "Sjm" }, "StoppingConditions": { - "shape": "Sk7" + "shape": "Skq" }, "InferenceRecommendations": { "type": "list", @@ -4619,13 +4632,13 @@ ], "members": { "Metrics": { - "shape": "S11v" + "shape": "S12o" }, "EndpointConfiguration": { - "shape": "S11y" + "shape": "S12r" }, "ModelConfiguration": { - "shape": "S120" + "shape": "S12t" }, "RecommendationId": {}, "InvocationEndTime": { @@ -4647,10 +4660,10 @@ ], "members": { "Metrics": { - "shape": "S128" + "shape": "S131" }, "EndpointInfo": { - "shape": "Sk0" + "shape": "Skj" } } } @@ -4686,7 +4699,7 @@ "members": { "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S12c" + "shape": "S135" }, "FailureReason": {}, "CreationTime": { @@ -4700,27 +4713,27 @@ "LabelingJobArn": {}, "LabelAttributeName": {}, "InputConfig": { - "shape": "Skj" + "shape": "Sl2" }, "OutputConfig": { - "shape": "Skq" + "shape": "Sl9" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { - "shape": "Skr" + "shape": "Sla" }, "LabelingJobAlgorithmsConfig": { - "shape": "Sku" + "shape": "Sld" }, "HumanTaskConfig": { - "shape": "Sky" + "shape": "Slh" }, "Tags": { "shape": "S7" }, "LabelingJobOutput": { - "shape": "S12f" + "shape": "S138" } } } @@ -4746,13 +4759,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -4777,17 +4790,17 @@ "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sld" + "shape": "Slw" }, "Containers": { - "shape": "Slt" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Slu" + "shape": "Smd" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "CreationTime": { "type": "timestamp" @@ -4797,7 +4810,7 @@ "type": "boolean" }, "DeploymentRecommendation": { - "shape": "S12k" + "shape": "S13d" } } } @@ -4831,26 +4844,26 @@ "type": "timestamp" }, "ModelBiasBaselineConfig": { - "shape": "Sly" + "shape": "Smh" }, "ModelBiasAppSpecification": { - "shape": "Slz" + "shape": "Smi" }, "ModelBiasJobInput": { - "shape": "Sm0" + "shape": "Smj" }, "ModelBiasJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" } } } @@ -4886,23 +4899,23 @@ "type": "integer" }, "Content": { - "shape": "Sm5" + "shape": "Smo" }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sm4" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ModelCardProcessingStatus": {} } @@ -4939,7 +4952,7 @@ "type": "integer" }, "OutputConfig": { - "shape": "Smb" + "shape": "Smu" }, "CreatedAt": { "type": "timestamp" @@ -4989,26 +5002,26 @@ "type": "timestamp" }, "ModelExplainabilityBaselineConfig": { - "shape": "Smf" + "shape": "Smy" }, "ModelExplainabilityAppSpecification": { - "shape": "Smg" + "shape": "Smz" }, "ModelExplainabilityJobInput": { - "shape": "Smh" + "shape": "Sn0" }, "ModelExplainabilityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" } } } @@ -5047,46 +5060,46 @@ "shape": "Sr" }, "SourceAlgorithmSpecification": { - "shape": "Smn" + "shape": "Sn6" }, "ValidationSpecification": { - "shape": "Smk" + "shape": "Sn3" }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S131" + "shape": "S13u" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" }, "ModelMetrics": { - "shape": "Smq" + "shape": "Sn9" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ApprovalDescription": {}, "CustomerMetadataProperties": { - "shape": "Smx" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Sn0" + "shape": "Snj" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Sn6" + "shape": "Snp" }, "SkipModelValidation": {} } @@ -5119,7 +5132,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "ModelPackageGroupStatus": {} } @@ -5154,26 +5167,26 @@ "type": "timestamp" }, "ModelQualityBaselineConfig": { - "shape": "Sne" + "shape": "Snx" }, "ModelQualityAppSpecification": { - "shape": "Snf" + "shape": "Sny" }, "ModelQualityJobInput": { - "shape": "Snh" + "shape": "So0" }, "ModelQualityJobOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "JobResources": { - "shape": "S9i" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S9n" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" } } } @@ -5211,11 +5224,11 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Snl" + "shape": "So4" }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S13e" + "shape": "S147" } } } @@ -5241,7 +5254,7 @@ "InstanceType": {}, "SubnetId": {}, "SecurityGroups": { - "shape": "Sa1" + "shape": "Sa8" }, "RoleArn": {}, "KmsKeyId": {}, @@ -5258,16 +5271,16 @@ "type": "integer" }, "AcceleratorTypes": { - "shape": "So2" + "shape": "Sol" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "So5" + "shape": "Soo" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { - "shape": "So8" + "shape": "Sor" } } } @@ -5288,10 +5301,10 @@ "NotebookInstanceLifecycleConfigArn": {}, "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Sod" + "shape": "Sow" }, "OnStart": { - "shape": "Sod" + "shape": "Sow" }, "LastModifiedTime": { "type": "timestamp" @@ -5332,13 +5345,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" } } } @@ -5382,7 +5395,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S13y" + "shape": "S14r" }, "FailureReason": {}, "CreationTime": { @@ -5392,16 +5405,16 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" }, "SelectiveExecutionConfig": { - "shape": "S140" + "shape": "S14t" } } } @@ -5428,30 +5441,30 @@ ], "members": { "ProcessingInputs": { - "shape": "Sp4" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Spr" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Spw" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Spy" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sq0" + "shape": "Sqj" }, "Environment": { - "shape": "Sq2" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Snt" + "shape": "Soc" }, "RoleArn": {}, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "ProcessingJobArn": {}, "ProcessingJobStatus": {}, @@ -5501,14 +5514,14 @@ "ProjectId": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sq8" + "shape": "Sqr" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S149" + "shape": "S152" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "CreationTime": { "type": "timestamp" @@ -5517,7 +5530,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -5550,9 +5563,16 @@ }, "FailureReason": {}, "SpaceSettings": { - "shape": "Sqi" + "shape": "Sr1" }, - "Url": {} + "Url": {}, + "SpaceDisplayName": {}, + "OwnershipSettings": { + "shape": "Sr9" + }, + "SpaceSharingSettings": { + "shape": "Sra" + } } } }, @@ -5599,7 +5619,7 @@ ], "members": { "SubscribedWorkteam": { - "shape": "S14k" + "shape": "S15d" } } } @@ -5634,7 +5654,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Sxw" + "shape": "Syp" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -5643,7 +5663,7 @@ "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Sqs" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { @@ -5656,7 +5676,7 @@ "shape": "S3j" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "StoppingCondition": { "shape": "S3p" @@ -5674,10 +5694,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S14o" + "shape": "S15h" }, "FinalMetricDataList": { - "shape": "S14r" + "shape": "S15k" }, "EnableNetworkIsolation": { "type": "boolean" @@ -5689,7 +5709,7 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sh2" + "shape": "Shl" }, "TrainingTimeInSeconds": { "type": "integer" @@ -5698,25 +5718,25 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Sr1" + "shape": "Sru" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "DebugRuleConfigurations": { - "shape": "Sr9" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Srd" + "shape": "Ss6" }, "DebugRuleEvaluationStatuses": { - "shape": "S14v" + "shape": "S15o" }, "ProfilerConfig": { - "shape": "Sre" + "shape": "Ss7" }, "ProfilerRuleConfigurations": { - "shape": "Sri" + "shape": "Ssb" }, "ProfilerRuleEvaluationStatuses": { "type": "list", @@ -5735,16 +5755,16 @@ }, "ProfilingStatus": {}, "RetryStrategy": { - "shape": "Sh3" + "shape": "Shm" }, "Environment": { - "shape": "Srk" + "shape": "Ssd" }, "WarmPoolStatus": { - "shape": "S152" + "shape": "S15v" }, "InfraCheckConfig": { - "shape": "Srn" + "shape": "Ssg" } } } @@ -5780,7 +5800,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Srt" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" @@ -5796,7 +5816,7 @@ "shape": "S44" }, "DataCaptureConfig": { - "shape": "Srw" + "shape": "Ssp" }, "TransformResources": { "shape": "S47" @@ -5813,10 +5833,10 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Srx" + "shape": "Ssq" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" } } } @@ -5839,19 +5859,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S15a" + "shape": "S163" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" @@ -5876,10 +5896,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "Source": { - "shape": "S15e" + "shape": "S167" }, "Status": { - "shape": "Ss5" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -5891,34 +5911,34 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "Parameters": { - "shape": "Ss8" + "shape": "St1" }, "InputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "MetadataProperties": { "shape": "S1u" }, "Metrics": { - "shape": "S15g" + "shape": "S169" }, "LineageGroupArn": {}, "Sources": { "type": "list", "member": { - "shape": "S15e" + "shape": "S167" } } } @@ -5954,7 +5974,7 @@ "SingleSignOnUserIdentifier": {}, "SingleSignOnUserValue": {}, "UserSettings": { - "shape": "Sa0" + "shape": "Sa7" } } } @@ -5976,7 +5996,7 @@ ], "members": { "Workforce": { - "shape": "S15q" + "shape": "S16j" } } } @@ -5998,7 +6018,7 @@ ], "members": { "Workteam": { - "shape": "S15y" + "shape": "S16r" } } } @@ -6063,7 +6083,7 @@ "DeviceFleetArn": {}, "DeviceFleetName": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "Description": {}, "ReportGenerated": { @@ -6197,7 +6217,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S16q" + "shape": "S17j" } } }, @@ -6211,7 +6231,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S16q" + "shape": "S17j" }, "Metric": { "type": "structure", @@ -6341,7 +6361,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "S10h" + "shape": "S11a" }, "Tags": { "shape": "S7" @@ -6480,7 +6500,7 @@ "type": "structure", "members": { "SageMakerImageVersionAliases": { - "shape": "Sht" + "shape": "Sic" }, "NextToken": {} } @@ -6530,6 +6550,9 @@ }, "KernelGatewayImageConfig": { "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } } @@ -6568,7 +6591,10 @@ "CreationTime": { "type": "timestamp" }, - "SpaceName": {} + "SpaceName": {}, + "ResourceSpec": { + "shape": "S4h" + } } } }, @@ -6607,7 +6633,7 @@ "ArtifactArn": {}, "ArtifactName": {}, "Source": { - "shape": "S54" + "shape": "S5b" }, "ArtifactType": {}, "CreationTime": { @@ -6665,7 +6691,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -6734,7 +6760,7 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sw7" + "shape": "Sx0" } } } @@ -6770,7 +6796,7 @@ "Candidates": { "type": "list", "member": { - "shape": "Sw9" + "shape": "Sx2" } }, "NextToken": {} @@ -6827,7 +6853,7 @@ "type": "timestamp" }, "InstanceStatus": { - "shape": "Sxn" + "shape": "Syg" } } } @@ -6936,7 +6962,7 @@ "type": "timestamp" }, "GitConfig": { - "shape": "S7r" + "shape": "S7y" } } } @@ -7045,7 +7071,7 @@ "ContextArn": {}, "ContextName": {}, "Source": { - "shape": "S8g" + "shape": "S8n" }, "ContextType": {}, "CreationTime": { @@ -7088,7 +7114,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S19i" + "shape": "S1ab" }, "NextToken": {} } @@ -7517,7 +7543,7 @@ "ExperimentName": {}, "DisplayName": {}, "ExperimentSource": { - "shape": "Szj" + "shape": "S10c" }, "CreationTime": { "type": "timestamp" @@ -7577,7 +7603,7 @@ }, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Szq" + "shape": "S10j" } } } @@ -7669,7 +7695,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S1b8" + "shape": "S1c1" }, "NextToken": {} } @@ -7708,7 +7734,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S1b8" + "shape": "S1c1" }, "NextToken": {} } @@ -7762,7 +7788,7 @@ "HubDisplayName": {}, "HubDescription": {}, "HubSearchKeywords": { - "shape": "Sfr" + "shape": "Sga" }, "HubStatus": {}, "CreationTime": { @@ -7883,13 +7909,13 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S10w" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "S10y" + "shape": "S11r" }, "ResourceLimits": { - "shape": "Sga" + "shape": "Sgt" } } } @@ -8133,7 +8159,7 @@ "Name": {}, "Type": {}, "Schedule": { - "shape": "Sij" + "shape": "Sj2" }, "Status": {}, "StatusReason": {}, @@ -8194,17 +8220,17 @@ ], "members": { "Metrics": { - "shape": "S11v" + "shape": "S12o" }, "EndpointConfiguration": { - "shape": "S11y" + "shape": "S12r" }, "ModelConfiguration": { - "shape": "S120" + "shape": "S12t" }, "FailureReason": {}, "EndpointMetrics": { - "shape": "S128" + "shape": "S131" }, "InvocationEndTime": { "type": "timestamp" @@ -8350,17 +8376,17 @@ }, "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S12c" + "shape": "S135" }, "WorkteamArn": {}, "PreHumanTaskLambdaArn": {}, "AnnotationConsolidationLambdaArn": {}, "FailureReason": {}, "LabelingJobOutput": { - "shape": "S12f" + "shape": "S138" }, "InputConfig": { - "shape": "Skj" + "shape": "Sl2" } } } @@ -8507,7 +8533,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S19i" + "shape": "S1ab" }, "NextToken": {} } @@ -8720,7 +8746,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S19i" + "shape": "S1ab" }, "NextToken": {} } @@ -8919,7 +8945,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S19i" + "shape": "S1ab" }, "NextToken": {} } @@ -9038,7 +9064,7 @@ "type": "structure", "members": { "MonitoringAlertSummaries": { - "shape": "S1et" + "shape": "S1fm" }, "NextToken": {} } @@ -9088,7 +9114,7 @@ "MonitoringExecutionSummaries": { "type": "list", "member": { - "shape": "S13e" + "shape": "S147" } }, "NextToken": {} @@ -9269,7 +9295,7 @@ "NotebookInstanceLifecycleConfigName": {}, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "So5" + "shape": "Soo" } } } @@ -9368,7 +9394,7 @@ "CallbackToken": {}, "SqsQueueUrl": {}, "OutputParameters": { - "shape": "S1g8" + "shape": "S1h1" } } }, @@ -9377,7 +9403,7 @@ "members": { "Arn": {}, "OutputParameters": { - "shape": "S1g8" + "shape": "S1h1" } } }, @@ -9516,7 +9542,7 @@ "type": "structure", "members": { "PipelineParameters": { - "shape": "S1gp" + "shape": "S1hi" }, "NextToken": {} } @@ -9762,6 +9788,28 @@ }, "LastModifiedTime": { "type": "timestamp" + }, + "SpaceDisplayName": {}, + "SpaceSettingsSummary": { + "type": "structure", + "members": { + "AppType": {}, + "SpaceStorageSettings": { + "shape": "Sr4" + } + } + }, + "SpaceSharingSettingsSummary": { + "type": "structure", + "members": { + "SharingType": {} + } + }, + "OwnershipSettingsSummary": { + "type": "structure", + "members": { + "OwnerUserProfileName": {} + } } } } @@ -9897,7 +9945,7 @@ "SubscribedWorkteams": { "type": "list", "member": { - "shape": "S14k" + "shape": "S15d" } }, "NextToken": {} @@ -9985,7 +10033,7 @@ }, "TrainingJobStatus": {}, "WarmPoolStatus": { - "shape": "S152" + "shape": "S15v" } } } @@ -10020,7 +10068,7 @@ "TrainingJobSummaries": { "type": "list", "member": { - "shape": "S110" + "shape": "S11t" } }, "NextToken": {} @@ -10123,10 +10171,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "TrialComponentSource": { - "shape": "S15e" + "shape": "S167" }, "Status": { - "shape": "Ss5" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -10138,13 +10186,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -10185,7 +10233,7 @@ "TrialName": {}, "DisplayName": {}, "TrialSource": { - "shape": "S15a" + "shape": "S163" }, "CreationTime": { "type": "timestamp" @@ -10260,7 +10308,7 @@ "Workforces": { "type": "list", "member": { - "shape": "S15q" + "shape": "S16j" } }, "NextToken": {} @@ -10289,7 +10337,7 @@ "Workteams": { "type": "list", "member": { - "shape": "S15y" + "shape": "S16r" } }, "NextToken": {} @@ -10408,7 +10456,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1jk" + "shape": "S1kg" }, "Tags": { "shape": "S7" @@ -10425,7 +10473,7 @@ ], "members": { "UiTemplate": { - "shape": "Sfz" + "shape": "Sgi" }, "Task": { "type": "structure", @@ -10478,7 +10526,7 @@ "idempotencyToken": true }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" } } }, @@ -10498,7 +10546,7 @@ "members": { "Resource": {}, "SearchExpression": { - "shape": "S1jv" + "shape": "S1kr" }, "SortBy": {}, "SortOrder": {}, @@ -10518,7 +10566,7 @@ "type": "structure", "members": { "TrainingJob": { - "shape": "S1k9" + "shape": "S1l5" }, "Experiment": { "type": "structure", @@ -10527,20 +10575,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Szj" + "shape": "S10c" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -10555,19 +10603,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S15a" + "shape": "S163" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" @@ -10583,13 +10631,13 @@ "TrialComponentName": {}, "TrialComponentArn": {}, "TrialComponentSource": { - "shape": "S15e" + "shape": "S167" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" } } } @@ -10603,10 +10651,10 @@ "DisplayName": {}, "TrialComponentArn": {}, "Source": { - "shape": "S15e" + "shape": "S167" }, "Status": { - "shape": "Ss5" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -10618,25 +10666,25 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "Parameters": { - "shape": "Ss8" + "shape": "St1" }, "InputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "Metrics": { - "shape": "S15g" + "shape": "S169" }, "MetadataProperties": { "shape": "S1u" @@ -10646,36 +10694,36 @@ "members": { "SourceArn": {}, "TrainingJob": { - "shape": "S1k9" + "shape": "S1l5" }, "ProcessingJob": { "type": "structure", "members": { "ProcessingInputs": { - "shape": "Sp4" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Spr" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Spw" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Spy" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sq0" + "shape": "Sqj" }, "Environment": { - "shape": "Sq2" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Snt" + "shape": "Soc" }, "RoleArn": {}, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "ProcessingJobArn": {}, "ProcessingJobStatus": {}, @@ -10702,7 +10750,7 @@ } }, "TransformJob": { - "shape": "S1kh" + "shape": "S1ld" } } }, @@ -10738,10 +10786,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sz1" + "shape": "Szu" }, "DataCaptureConfig": { - "shape": "Sz9" + "shape": "S102" }, "EndpointStatus": {}, "FailureReason": {}, @@ -10768,11 +10816,11 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Snl" + "shape": "So4" }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S13e" + "shape": "S147" }, "Tags": { "shape": "S7" @@ -10784,7 +10832,7 @@ "shape": "S7" }, "ShadowProductionVariants": { - "shape": "Sz1" + "shape": "Szu" } } }, @@ -10805,49 +10853,49 @@ "shape": "Sr" }, "SourceAlgorithmSpecification": { - "shape": "Smn" + "shape": "Sn6" }, "ValidationSpecification": { - "shape": "Smk" + "shape": "Sn3" }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S131" + "shape": "S13u" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "MetadataProperties": { "shape": "S1u" }, "ModelMetrics": { - "shape": "Smq" + "shape": "Sn9" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ApprovalDescription": {}, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Sn6" + "shape": "Snp" }, "Tags": { "shape": "S7" }, "CustomerMetadataProperties": { - "shape": "Smx" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Sn0" + "shape": "Snj" }, "SkipModelValidation": {} } @@ -10862,7 +10910,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "ModelPackageGroupStatus": {}, "Tags": { @@ -10889,13 +10937,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" }, "Tags": { "shape": "S7" @@ -10911,7 +10959,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S13y" + "shape": "S14r" }, "FailureReason": {}, "CreationTime": { @@ -10921,19 +10969,19 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" }, "PipelineParameters": { - "shape": "S1gp" + "shape": "S1hi" }, "SelectiveExecutionConfig": { - "shape": "S140" + "shape": "S14t" } } }, @@ -10945,7 +10993,7 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Seb" + "shape": "Seu" }, "CreationTime": { "type": "timestamp" @@ -10954,18 +11002,18 @@ "type": "timestamp" }, "OnlineStoreConfig": { - "shape": "Sei" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Seo" + "shape": "Sf7" }, "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Szq" + "shape": "S10j" }, "LastUpdateStatus": { - "shape": "Szt" + "shape": "S10m" }, "FailureReason": {}, "Description": {}, @@ -10982,14 +11030,14 @@ "ProjectId": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sq8" + "shape": "Sqr" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S149" + "shape": "S152" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "CreationTime": { "type": "timestamp" @@ -11001,7 +11049,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" } } }, @@ -11020,7 +11068,7 @@ }, "Description": {}, "Parameters": { - "shape": "Szz" + "shape": "S10s" } } }, @@ -11030,13 +11078,13 @@ "HyperParameterTuningJobName": {}, "HyperParameterTuningJobArn": {}, "HyperParameterTuningJobConfig": { - "shape": "Sg4" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sgx" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Shd" + "shape": "Shw" }, "HyperParameterTuningJobStatus": {}, "CreationTime": { @@ -11049,29 +11097,29 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S10w" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "S10y" + "shape": "S11r" }, "BestTrainingJob": { - "shape": "S110" + "shape": "S11t" }, "OverallBestTrainingJob": { - "shape": "S110" + "shape": "S11t" }, "WarmStartConfig": { - "shape": "She" + "shape": "Shx" }, "FailureReason": {}, "Tags": { "shape": "S7" }, "TuningJobCompletionDetails": { - "shape": "S113" + "shape": "S11w" }, "ConsumedResources": { - "shape": "S114" + "shape": "S11x" } } }, @@ -11083,17 +11131,17 @@ "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sld" + "shape": "Slw" }, "Containers": { - "shape": "Slt" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Slu" + "shape": "Smd" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "CreationTime": { "type": "timestamp" @@ -11106,7 +11154,7 @@ "shape": "S7" }, "DeploymentRecommendation": { - "shape": "S12k" + "shape": "S13d" } } }, @@ -11135,7 +11183,7 @@ } }, "LastBatchTransformJob": { - "shape": "S1kh" + "shape": "S1ld" }, "MonitoringSchedules": { "type": "list", @@ -11154,17 +11202,17 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Snl" + "shape": "So4" }, "EndpointName": {}, "MonitoringAlertSummaries": { - "shape": "S1et" + "shape": "S1fm" }, "LastMonitoringExecutionSummary": { - "shape": "S13e" + "shape": "S147" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" } } } @@ -11179,19 +11227,19 @@ }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sm4" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -11211,23 +11259,23 @@ "type": "integer" }, "Content": { - "shape": "Sm5" + "shape": "Smo" }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sm4" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Svm" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Svm" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -11274,7 +11322,7 @@ "members": { "CallbackToken": {}, "OutputParameters": { - "shape": "S1g8" + "shape": "S1h1" }, "ClientRequestToken": { "idempotencyToken": true @@ -11354,17 +11402,17 @@ "PipelineName": {}, "PipelineExecutionDisplayName": {}, "PipelineParameters": { - "shape": "S1gp" + "shape": "S1hi" }, "PipelineExecutionDescription": {}, "ClientRequestToken": { "idempotencyToken": true }, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" }, "SelectiveExecutionConfig": { - "shape": "S140" + "shape": "S14t" } } }, @@ -11447,7 +11495,7 @@ "value": {} }, "DesiredModelVariants": { - "shape": "Sim" + "shape": "Sj5" }, "DesiredState": {}, "Reason": {} @@ -11575,7 +11623,7 @@ "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1ly" + "shape": "S1mu" } } }, @@ -11596,6 +11644,9 @@ "AppImageConfigName": {}, "KernelGatewayImageConfig": { "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } }, @@ -11619,7 +11670,7 @@ "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1ly" + "shape": "S1mu" } } }, @@ -11640,7 +11691,7 @@ "members": { "ClusterName": {}, "InstanceGroups": { - "shape": "S7g" + "shape": "S7n" } } }, @@ -11693,7 +11744,7 @@ "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1ly" + "shape": "S1mu" } } }, @@ -11716,7 +11767,7 @@ "RoleArn": {}, "Description": {}, "OutputConfig": { - "shape": "S9u" + "shape": "Sa1" }, "EnableIotRoleAlias": { "type": "boolean" @@ -11734,7 +11785,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1jk" + "shape": "S1kg" } } } @@ -11748,7 +11799,7 @@ "members": { "DomainId": {}, "DefaultUserSettings": { - "shape": "Sa0" + "shape": "Sa7" }, "DomainSettingsForUpdate": { "type": "structure", @@ -11769,16 +11820,16 @@ }, "ExecutionRoleIdentityConfig": {}, "SecurityGroupIds": { - "shape": "Saz" + "shape": "Sbi" } } }, "DefaultSpaceSettings": { - "shape": "Sb2" + "shape": "Sbl" }, "AppSecurityGroupManagement": {}, "SubnetIds": { - "shape": "S5x" + "shape": "S64" }, "AppNetworkAccessType": {} } @@ -11816,7 +11867,7 @@ } }, "DeploymentConfig": { - "shape": "Sbp" + "shape": "Sc8" }, "RetainDeploymentConfig": { "type": "boolean" @@ -11913,14 +11964,14 @@ "FeatureAdditions": { "type": "list", "member": { - "shape": "Sec" + "shape": "Sev" } }, "OnlineStoreConfig": { "type": "structure", "members": { "TtlDuration": { - "shape": "Sek" + "shape": "Sf3" } } } @@ -11950,7 +12001,7 @@ "ParameterAdditions": { "type": "list", "member": { - "shape": "S100" + "shape": "S10t" } }, "ParameterRemovals": { @@ -11971,7 +12022,7 @@ "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { - "shape": "Sfr" + "shape": "Sga" } } }, @@ -12022,10 +12073,10 @@ "type": "integer" }, "AliasesToAdd": { - "shape": "Sht" + "shape": "Sic" }, "AliasesToDelete": { - "shape": "Sht" + "shape": "Sic" }, "VendorGuidance": {}, "JobType": {}, @@ -12054,10 +12105,10 @@ "members": { "InferenceComponentName": {}, "Specification": { - "shape": "Si5" + "shape": "Sio" }, "RuntimeConfig": { - "shape": "Sic" + "shape": "Siv" } } }, @@ -12081,7 +12132,7 @@ "members": { "InferenceComponentName": {}, "DesiredRuntimeConfig": { - "shape": "Sic" + "shape": "Siv" } } }, @@ -12104,17 +12155,17 @@ "members": { "Name": {}, "Schedule": { - "shape": "Sij" + "shape": "Sj2" }, "Description": {}, "ModelVariants": { - "shape": "Sim" + "shape": "Sj5" }, "DataStorageConfig": { - "shape": "Siu" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Siv" + "shape": "Sje" } } }, @@ -12137,7 +12188,7 @@ "members": { "ModelCardName": {}, "Content": { - "shape": "Sm5" + "shape": "Smo" }, "ModelCardStatus": {} } @@ -12163,14 +12214,14 @@ "ModelApprovalStatus": {}, "ApprovalDescription": {}, "CustomerMetadataProperties": { - "shape": "Smx" + "shape": "Sng" }, "CustomerMetadataPropertiesToRemove": { "type": "list", "member": {} }, "AdditionalInferenceSpecificationsToAdd": { - "shape": "Sn6" + "shape": "Snp" } } }, @@ -12225,7 +12276,7 @@ "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { - "shape": "Snl" + "shape": "So4" } } }, @@ -12258,10 +12309,10 @@ }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "So5" + "shape": "Soo" }, "AcceleratorTypes": { - "shape": "So2" + "shape": "Sol" }, "DisassociateAcceleratorTypes": { "type": "boolean" @@ -12274,7 +12325,7 @@ }, "RootAccess": {}, "InstanceMetadataServiceConfiguration": { - "shape": "So8" + "shape": "Sor" } } }, @@ -12292,10 +12343,10 @@ "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Sod" + "shape": "Sow" }, "OnStart": { - "shape": "Sod" + "shape": "Sow" } } }, @@ -12315,12 +12366,12 @@ "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { - "shape": "Sol" + "shape": "Sp4" }, "PipelineDescription": {}, "RoleArn": {}, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" } } }, @@ -12342,7 +12393,7 @@ "PipelineExecutionDescription": {}, "PipelineExecutionDisplayName": {}, "ParallelismConfiguration": { - "shape": "Sor" + "shape": "Spa" } } }, @@ -12367,7 +12418,7 @@ "members": { "ProvisioningArtifactId": {}, "ProvisioningParameters": { - "shape": "Sqa" + "shape": "Sqt" } } }, @@ -12397,8 +12448,9 @@ "DomainId": {}, "SpaceName": {}, "SpaceSettings": { - "shape": "Sqi" - } + "shape": "Sr1" + }, + "SpaceDisplayName": {} } }, "output": { @@ -12424,7 +12476,7 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Srg" + "shape": "Ss9" }, "DisableProfiler": { "type": "boolean" @@ -12432,7 +12484,7 @@ } }, "ProfilerRuleConfigurations": { - "shape": "Sri" + "shape": "Ssb" }, "ResourceConfig": { "type": "structure", @@ -12485,7 +12537,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Ss5" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -12494,22 +12546,22 @@ "type": "timestamp" }, "Parameters": { - "shape": "Ss8" + "shape": "St1" }, "ParametersToRemove": { - "shape": "S1ob" + "shape": "S1p7" }, "InputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "InputArtifactsToRemove": { - "shape": "S1ob" + "shape": "S1p7" }, "OutputArtifacts": { - "shape": "Ssc" + "shape": "St5" }, "OutputArtifactsToRemove": { - "shape": "S1ob" + "shape": "S1p7" } } }, @@ -12531,7 +12583,7 @@ "DomainId": {}, "UserProfileName": {}, "UserSettings": { - "shape": "Sa0" + "shape": "Sa7" } } }, @@ -12551,13 +12603,13 @@ "members": { "WorkforceName": {}, "SourceIpConfig": { - "shape": "Sst" + "shape": "Stm" }, "OidcConfig": { - "shape": "Ssq" + "shape": "Stj" }, "WorkforceVpcConfig": { - "shape": "Ssx" + "shape": "Stq" } } }, @@ -12568,7 +12620,7 @@ ], "members": { "Workforce": { - "shape": "S15q" + "shape": "S16j" } } } @@ -12582,11 +12634,11 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "St7" + "shape": "Su0" }, "Description": {}, "NotificationConfiguration": { - "shape": "Stf" + "shape": "Su8" } } }, @@ -12597,7 +12649,7 @@ ], "members": { "Workteam": { - "shape": "S15y" + "shape": "S16r" } } } @@ -13204,7 +13256,30 @@ } } }, - "S54": { + "S51": { + "type": "structure", + "members": { + "ContainerConfig": { + "type": "structure", + "members": { + "ContainerArguments": { + "type": "list", + "member": {} + }, + "ContainerEntrypoint": { + "type": "list", + "member": {} + }, + "ContainerEnvironmentVariables": { + "type": "map", + "key": {}, + "value": {} + } + } + } + } + }, + "S5b": { "type": "structure", "required": [ "SourceUri" @@ -13227,7 +13302,7 @@ } } }, - "S5c": { + "S5j": { "type": "list", "member": { "type": "structure", @@ -13237,7 +13312,7 @@ ], "members": { "DataSource": { - "shape": "S5e" + "shape": "S5l" }, "CompressionType": {}, "TargetAttributeName": {}, @@ -13247,7 +13322,7 @@ } } }, - "S5e": { + "S5l": { "type": "structure", "required": [ "S3DataSource" @@ -13266,7 +13341,7 @@ } } }, - "S5k": { + "S5r": { "type": "structure", "required": [ "S3OutputPath" @@ -13276,7 +13351,7 @@ "S3OutputPath": {} } }, - "S5m": { + "S5t": { "type": "structure", "required": [ "MetricName" @@ -13285,31 +13360,31 @@ "MetricName": {} } }, - "S5o": { + "S5v": { "type": "structure", "members": { "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "SecurityConfig": { - "shape": "S5t" + "shape": "S60" }, "DataSplitConfig": { - "shape": "S5z" + "shape": "S66" }, "CandidateGenerationConfig": { "type": "structure", "members": { "FeatureSpecificationS3Uri": {}, "AlgorithmsConfig": { - "shape": "S62" + "shape": "S69" } } }, "Mode": {} } }, - "S5p": { + "S5w": { "type": "structure", "members": { "MaxCandidates": { @@ -13323,7 +13398,7 @@ } } }, - "S5t": { + "S60": { "type": "structure", "members": { "VolumeKmsKeyId": {}, @@ -13331,11 +13406,11 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" } } }, - "S5u": { + "S61": { "type": "structure", "required": [ "SecurityGroupIds", @@ -13347,15 +13422,15 @@ "member": {} }, "Subnets": { - "shape": "S5x" + "shape": "S64" } } }, - "S5x": { + "S64": { "type": "list", "member": {} }, - "S5z": { + "S66": { "type": "structure", "members": { "ValidationFraction": { @@ -13363,7 +13438,7 @@ } } }, - "S62": { + "S69": { "type": "list", "member": { "type": "structure", @@ -13378,7 +13453,7 @@ } } }, - "S68": { + "S6f": { "type": "structure", "members": { "AutoGenerateEndpointName": { @@ -13387,7 +13462,7 @@ "EndpointName": {} } }, - "S6e": { + "S6l": { "type": "list", "member": { "type": "structure", @@ -13396,19 +13471,19 @@ "ContentType": {}, "CompressionType": {}, "DataSource": { - "shape": "S5e" + "shape": "S5l" } } } }, - "S6g": { + "S6n": { "type": "structure", "members": { "ImageClassificationJobConfig": { "type": "structure", "members": { "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" } } }, @@ -13420,7 +13495,7 @@ ], "members": { "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "ContentColumn": {}, "TargetLabelColumn": {} @@ -13436,12 +13511,12 @@ "type": "structure", "members": { "AlgorithmsConfig": { - "shape": "S62" + "shape": "S69" } } }, "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "FeatureSpecificationS3Uri": {}, "Mode": {}, @@ -13463,7 +13538,7 @@ "members": { "FeatureSpecificationS3Uri": {}, "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "ForecastFrequency": {}, "ForecastHorizon": { @@ -13524,7 +13599,7 @@ "type": "structure", "members": { "CompletionCriteria": { - "shape": "S5p" + "shape": "S5w" }, "BaseModelName": {}, "TextGenerationHyperParameters": { @@ -13537,7 +13612,7 @@ }, "union": true }, - "S7g": { + "S7n": { "type": "list", "member": { "type": "structure", @@ -13555,7 +13630,7 @@ "InstanceGroupName": {}, "InstanceType": {}, "LifeCycleConfig": { - "shape": "S7l" + "shape": "S7s" }, "ExecutionRole": {}, "ThreadsPerCore": { @@ -13564,7 +13639,7 @@ } } }, - "S7l": { + "S7s": { "type": "structure", "required": [ "SourceS3Uri", @@ -13575,7 +13650,7 @@ "OnCreate": {} } }, - "S7r": { + "S7y": { "type": "structure", "required": [ "RepositoryUrl" @@ -13586,7 +13661,7 @@ "SecretArn": {} } }, - "S7y": { + "S85": { "type": "structure", "required": [ "S3Uri", @@ -13599,7 +13674,7 @@ "FrameworkVersion": {} } }, - "S81": { + "S88": { "type": "structure", "required": [ "S3OutputLocation" @@ -13623,7 +13698,7 @@ "KmsKeyId": {} } }, - "S88": { + "S8f": { "type": "structure", "required": [ "SecurityGroupIds", @@ -13640,7 +13715,7 @@ } } }, - "S8g": { + "S8n": { "type": "structure", "required": [ "SourceUri" @@ -13651,31 +13726,31 @@ "SourceId": {} } }, - "S8l": { + "S8s": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S8n" + "shape": "S8u" }, "StatisticsResource": { - "shape": "S8o" + "shape": "S8v" } } }, - "S8n": { + "S8u": { "type": "structure", "members": { "S3Uri": {} } }, - "S8o": { + "S8v": { "type": "structure", "members": { "S3Uri": {} } }, - "S8p": { + "S8w": { "type": "structure", "required": [ "ImageUri" @@ -13683,43 +13758,43 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S8r" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S8t" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {}, "Environment": { - "shape": "S8v" + "shape": "S92" } } }, - "S8r": { + "S8y": { "type": "list", "member": {} }, - "S8t": { + "S90": { "type": "list", "member": {} }, - "S8v": { + "S92": { "type": "map", "key": {}, "value": {} }, - "S8y": { + "S95": { "type": "structure", "members": { "EndpointInput": { - "shape": "S8z" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" } } }, - "S8z": { + "S96": { "type": "structure", "required": [ "EndpointName", @@ -13741,7 +13816,7 @@ "ExcludeFeaturesAttribute": {} } }, - "S96": { + "S9d": { "type": "structure", "required": [ "DataCapturedDestinationS3Uri", @@ -13789,7 +13864,7 @@ "ExcludeFeaturesAttribute": {} } }, - "S9c": { + "S9j": { "type": "structure", "required": [ "MonitoringOutputs" @@ -13821,7 +13896,7 @@ "KmsKeyId": {} } }, - "S9i": { + "S9p": { "type": "structure", "required": [ "ClusterConfig" @@ -13847,7 +13922,7 @@ } } }, - "S9n": { + "S9u": { "type": "structure", "members": { "EnableInterContainerTrafficEncryption": { @@ -13857,11 +13932,11 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" } } }, - "S9o": { + "S9v": { "type": "structure", "required": [ "MaxRuntimeInSeconds" @@ -13872,7 +13947,7 @@ } } }, - "S9u": { + "Sa1": { "type": "structure", "required": [ "S3OutputLocation" @@ -13884,12 +13959,12 @@ "PresetDeploymentConfig": {} } }, - "Sa0": { + "Sa7": { "type": "structure", "members": { "ExecutionRole": {}, "SecurityGroups": { - "shape": "Sa1" + "shape": "Sa8" }, "SharingSettings": { "type": "structure", @@ -13900,10 +13975,10 @@ } }, "JupyterServerAppSettings": { - "shape": "Sa4" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "Sa9" + "shape": "Sag" }, "TensorBoardAppSettings": { "type": "structure", @@ -13927,7 +14002,7 @@ "shape": "S4h" }, "CustomImages": { - "shape": "Saa" + "shape": "Sah" } } }, @@ -13980,56 +14055,141 @@ } } }, + "JupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "CustomImages": { + "shape": "Sah" + }, + "LifecycleConfigArns": { + "shape": "Sac" + }, + "CodeRepositories": { + "shape": "Sad" + } + } + }, + "CodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "LifecycleConfigArns": { + "shape": "Sac" + } + } + }, + "SpaceStorageSettings": { + "type": "structure", + "members": { + "DefaultEbsStorageSettings": { + "type": "structure", + "required": [ + "DefaultEbsVolumeSizeInGb", + "MaximumEbsVolumeSizeInGb" + ], + "members": { + "DefaultEbsVolumeSizeInGb": { + "type": "integer" + }, + "MaximumEbsVolumeSizeInGb": { + "type": "integer" + } + } + } + } + }, "DefaultLandingUri": {}, - "StudioWebPortal": {} + "StudioWebPortal": {}, + "CustomPosixUserConfig": { + "type": "structure", + "required": [ + "Uid", + "Gid" + ], + "members": { + "Uid": { + "type": "long" + }, + "Gid": { + "type": "long" + } + } + }, + "CustomFileSystemConfigs": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EFSFileSystemConfig": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": {}, + "FileSystemPath": {} + } + } + }, + "union": true + } + } } }, - "Sa1": { + "Sa8": { "type": "list", "member": {} }, - "Sa4": { + "Sab": { "type": "structure", "members": { "DefaultResourceSpec": { "shape": "S4h" }, "LifecycleConfigArns": { - "shape": "Sa5" + "shape": "Sac" }, "CodeRepositories": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "RepositoryUrl" - ], - "members": { - "RepositoryUrl": {} - } - } + "shape": "Sad" } } }, - "Sa5": { + "Sac": { "type": "list", "member": {} }, - "Sa9": { + "Sad": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "RepositoryUrl" + ], + "members": { + "RepositoryUrl": {} + } + } + }, + "Sag": { "type": "structure", "members": { "DefaultResourceSpec": { "shape": "S4h" }, "CustomImages": { - "shape": "Saa" + "shape": "Sah" }, "LifecycleConfigArns": { - "shape": "Sa5" + "shape": "Sac" } } }, - "Saa": { + "Sah": { "type": "list", "member": { "type": "structure", @@ -14046,11 +14206,11 @@ } } }, - "Say": { + "Sbh": { "type": "structure", "members": { "SecurityGroupIds": { - "shape": "Saz" + "shape": "Sbi" }, "RStudioServerProDomainSettings": { "type": "structure", @@ -14069,26 +14229,26 @@ "ExecutionRoleIdentityConfig": {} } }, - "Saz": { + "Sbi": { "type": "list", "member": {} }, - "Sb2": { + "Sbl": { "type": "structure", "members": { "ExecutionRole": {}, "SecurityGroups": { - "shape": "Sa1" + "shape": "Sa8" }, "JupyterServerAppSettings": { - "shape": "Sa4" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "Sa9" + "shape": "Sag" } } }, - "Sb7": { + "Sbq": { "type": "list", "member": { "type": "structure", @@ -14102,7 +14262,7 @@ } } }, - "Sb9": { + "Sbs": { "type": "list", "member": { "type": "structure", @@ -14113,15 +14273,15 @@ "members": { "StageName": {}, "DeviceSelectionConfig": { - "shape": "Sbb" + "shape": "Sbu" }, "DeploymentConfig": { - "shape": "Sbg" + "shape": "Sbz" } } } }, - "Sbb": { + "Sbu": { "type": "structure", "required": [ "DeviceSubsetType" @@ -14132,16 +14292,16 @@ "type": "integer" }, "DeviceNames": { - "shape": "Sbe" + "shape": "Sbx" }, "DeviceNameContains": {} } }, - "Sbe": { + "Sbx": { "type": "list", "member": {} }, - "Sbg": { + "Sbz": { "type": "structure", "required": [ "FailureHandlingPolicy" @@ -14150,7 +14310,7 @@ "FailureHandlingPolicy": {} } }, - "Sbp": { + "Sc8": { "type": "structure", "members": { "BlueGreenUpdatePolicy": { @@ -14171,10 +14331,10 @@ "type": "integer" }, "CanarySize": { - "shape": "Sbu" + "shape": "Scd" }, "LinearStepSize": { - "shape": "Sbu" + "shape": "Scd" } } }, @@ -14208,7 +14368,7 @@ ], "members": { "MaximumBatchSize": { - "shape": "Sbu" + "shape": "Scd" }, "WaitIntervalInSeconds": { "type": "integer" @@ -14217,13 +14377,13 @@ "type": "integer" }, "RollbackMaximumBatchSize": { - "shape": "Sbu" + "shape": "Scd" } } } } }, - "Sbu": { + "Scd": { "type": "structure", "required": [ "Type", @@ -14236,7 +14396,7 @@ } } }, - "Sc7": { + "Scq": { "type": "list", "member": { "type": "structure", @@ -14265,7 +14425,7 @@ } }, "ServerlessConfig": { - "shape": "Scf" + "shape": "Scy" }, "VolumeSizeInGB": { "type": "integer" @@ -14280,15 +14440,15 @@ "type": "boolean" }, "ManagedInstanceScaling": { - "shape": "Scn" + "shape": "Sd6" }, "RoutingConfig": { - "shape": "Scr" + "shape": "Sda" } } } }, - "Scf": { + "Scy": { "type": "structure", "required": [ "MemorySizeInMB", @@ -14306,7 +14466,7 @@ } } }, - "Scn": { + "Sd6": { "type": "structure", "members": { "Status": {}, @@ -14318,7 +14478,7 @@ } } }, - "Scr": { + "Sda": { "type": "structure", "required": [ "RoutingStrategy" @@ -14327,7 +14487,7 @@ "RoutingStrategy": {} } }, - "Sct": { + "Sdc": { "type": "structure", "required": [ "InitialSamplingPercentage", @@ -14356,11 +14516,11 @@ } }, "CaptureContentTypeHeader": { - "shape": "Scz" + "shape": "Sdi" } } }, - "Scz": { + "Sdi": { "type": "structure", "members": { "CsvContentTypes": { @@ -14373,7 +14533,7 @@ } } }, - "Sd4": { + "Sdn": { "type": "structure", "required": [ "OutputConfig" @@ -14408,7 +14568,7 @@ } } }, - "Sdc": { + "Sdv": { "type": "structure", "members": { "ClarifyExplainerConfig": { @@ -14491,13 +14651,13 @@ } } }, - "Seb": { + "Seu": { "type": "list", "member": { - "shape": "Sec" + "shape": "Sev" } }, - "Sec": { + "Sev": { "type": "structure", "members": { "FeatureName": {}, @@ -14522,7 +14682,7 @@ } } }, - "Sei": { + "Sf1": { "type": "structure", "members": { "SecurityConfig": { @@ -14535,12 +14695,12 @@ "type": "boolean" }, "TtlDuration": { - "shape": "Sek" + "shape": "Sf3" }, "StorageType": {} } }, - "Sek": { + "Sf3": { "type": "structure", "members": { "Unit": {}, @@ -14549,7 +14709,7 @@ } } }, - "Seo": { + "Sf7": { "type": "structure", "required": [ "S3StorageConfig" @@ -14585,7 +14745,7 @@ "TableFormat": {} } }, - "Sf0": { + "Sfj": { "type": "structure", "required": [ "AwsManagedHumanLoopRequestSource" @@ -14594,7 +14754,7 @@ "AwsManagedHumanLoopRequestSource": {} } }, - "Sf2": { + "Sfl": { "type": "structure", "required": [ "HumanLoopActivationConditionsConfig" @@ -14613,7 +14773,7 @@ } } }, - "Sf5": { + "Sfo": { "type": "structure", "required": [ "WorkteamArn", @@ -14641,11 +14801,11 @@ "member": {} }, "PublicWorkforceTaskPrice": { - "shape": "Sff" + "shape": "Sfy" } } }, - "Sff": { + "Sfy": { "type": "structure", "members": { "AmountInUsd": { @@ -14664,7 +14824,7 @@ } } }, - "Sfk": { + "Sg3": { "type": "structure", "required": [ "S3OutputPath" @@ -14674,17 +14834,17 @@ "KmsKeyId": {} } }, - "Sfr": { + "Sga": { "type": "list", "member": {} }, - "Sft": { + "Sgc": { "type": "structure", "members": { "S3OutputPath": {} } }, - "Sfz": { + "Sgi": { "type": "structure", "required": [ "Content" @@ -14693,7 +14853,7 @@ "Content": {} } }, - "Sg4": { + "Sgn": { "type": "structure", "required": [ "Strategy", @@ -14721,10 +14881,10 @@ "shape": "S2p" }, "ResourceLimits": { - "shape": "Sga" + "shape": "Sgt" }, "ParameterRanges": { - "shape": "Sge" + "shape": "Sgx" }, "TrainingJobEarlyStoppingType": {}, "TuningJobCompletionCriteria": { @@ -14754,7 +14914,7 @@ } } }, - "Sga": { + "Sgt": { "type": "structure", "required": [ "MaxParallelTrainingJobs" @@ -14771,7 +14931,7 @@ } } }, - "Sge": { + "Sgx": { "type": "structure", "members": { "IntegerParameterRanges": { @@ -14840,7 +15000,7 @@ } } }, - "Sgx": { + "Shg": { "type": "structure", "required": [ "AlgorithmSpecification", @@ -14854,7 +15014,7 @@ "shape": "S2p" }, "HyperParameterRanges": { - "shape": "Sge" + "shape": "Sgx" }, "StaticHyperParameters": { "shape": "S2w" @@ -14878,7 +15038,7 @@ "shape": "S2y" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "OutputDataConfig": { "shape": "S3g" @@ -14899,10 +15059,10 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sh2" + "shape": "Shl" }, "RetryStrategy": { - "shape": "Sh3" + "shape": "Shm" }, "HyperParameterTuningResourceConfig": { "type": "structure", @@ -14945,7 +15105,7 @@ } } }, - "Sh2": { + "Shl": { "type": "structure", "required": [ "S3Uri" @@ -14955,7 +15115,7 @@ "LocalPath": {} } }, - "Sh3": { + "Shm": { "type": "structure", "required": [ "MaximumRetryAttempts" @@ -14966,13 +15126,13 @@ } } }, - "Shd": { + "Shw": { "type": "list", "member": { - "shape": "Sgx" + "shape": "Shg" } }, - "She": { + "Shx": { "type": "structure", "required": [ "ParentHyperParameterTuningJobs", @@ -14991,7 +15151,7 @@ "WarmStartType": {} } }, - "Shi": { + "Si1": { "type": "structure", "required": [ "Mode" @@ -15000,11 +15160,11 @@ "Mode": {} } }, - "Sht": { + "Sic": { "type": "list", "member": {} }, - "Si5": { + "Sio": { "type": "structure", "required": [ "ComputeResourceRequirements" @@ -15022,14 +15182,14 @@ } }, "StartupParameters": { - "shape": "Si7" + "shape": "Siq" }, "ComputeResourceRequirements": { - "shape": "Si8" + "shape": "Sir" } } }, - "Si7": { + "Siq": { "type": "structure", "members": { "ModelDataDownloadTimeoutInSeconds": { @@ -15040,7 +15200,7 @@ } } }, - "Si8": { + "Sir": { "type": "structure", "required": [ "MinMemoryRequiredInMb" @@ -15060,7 +15220,7 @@ } } }, - "Sic": { + "Siv": { "type": "structure", "required": [ "CopyCount" @@ -15071,7 +15231,7 @@ } } }, - "Sij": { + "Sj2": { "type": "structure", "members": { "StartTime": { @@ -15082,7 +15242,7 @@ } } }, - "Sim": { + "Sj5": { "type": "list", "member": { "type": "structure", @@ -15095,12 +15255,12 @@ "ModelName": {}, "VariantName": {}, "InfrastructureConfig": { - "shape": "Sip" + "shape": "Sj8" } } } }, - "Sip": { + "Sj8": { "type": "structure", "required": [ "InfrastructureType", @@ -15123,7 +15283,7 @@ } } }, - "Siu": { + "Sjd": { "type": "structure", "required": [ "Destination" @@ -15132,11 +15292,11 @@ "Destination": {}, "KmsKey": {}, "ContentType": { - "shape": "Scz" + "shape": "Sdi" } } }, - "Siv": { + "Sje": { "type": "structure", "required": [ "SourceModelVariantName", @@ -15162,7 +15322,7 @@ } } }, - "Sj3": { + "Sjm": { "type": "structure", "members": { "ModelPackageVersionArn": {}, @@ -15247,7 +15407,7 @@ } }, "ServerlessConfig": { - "shape": "Scf" + "shape": "Scy" } } } @@ -15286,7 +15446,7 @@ "Endpoints": { "type": "list", "member": { - "shape": "Sk0" + "shape": "Skj" } }, "VpcConfig": { @@ -15309,7 +15469,7 @@ "ModelName": {} } }, - "Sk0": { + "Skj": { "type": "structure", "required": [ "EndpointName" @@ -15318,7 +15478,7 @@ "EndpointName": {} } }, - "Sk7": { + "Skq": { "type": "structure", "members": { "MaxInvocations": { @@ -15339,7 +15499,7 @@ "FlatInvocations": {} } }, - "Skj": { + "Sl2": { "type": "structure", "required": [ "DataSource" @@ -15379,7 +15539,7 @@ } } }, - "Skq": { + "Sl9": { "type": "structure", "required": [ "S3OutputPath" @@ -15390,7 +15550,7 @@ "SnsTopicArn": {} } }, - "Skr": { + "Sla": { "type": "structure", "members": { "MaxHumanLabeledObjectCount": { @@ -15401,7 +15561,7 @@ } } }, - "Sku": { + "Sld": { "type": "structure", "required": [ "LabelingJobAlgorithmSpecificationArn" @@ -15414,13 +15574,13 @@ "members": { "VolumeKmsKeyId": {}, "VpcConfig": { - "shape": "S5u" + "shape": "S61" } } } } }, - "Sky": { + "Slh": { "type": "structure", "required": [ "WorkteamArn", @@ -15470,11 +15630,11 @@ } }, "PublicWorkforceTaskPrice": { - "shape": "Sff" + "shape": "Sfy" } } }, - "Sld": { + "Slw": { "type": "structure", "members": { "ContainerHostname": {}, @@ -15544,13 +15704,13 @@ } } }, - "Slt": { + "Smc": { "type": "list", "member": { - "shape": "Sld" + "shape": "Slw" } }, - "Slu": { + "Smd": { "type": "structure", "required": [ "Mode" @@ -15559,16 +15719,16 @@ "Mode": {} } }, - "Sly": { + "Smh": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S8n" + "shape": "S8u" } } }, - "Slz": { + "Smi": { "type": "structure", "required": [ "ImageUri", @@ -15578,44 +15738,44 @@ "ImageUri": {}, "ConfigUri": {}, "Environment": { - "shape": "S8v" + "shape": "S92" } } }, - "Sm0": { + "Smj": { "type": "structure", "required": [ "GroundTruthS3Input" ], "members": { "EndpointInput": { - "shape": "S8z" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" }, "GroundTruthS3Input": { - "shape": "Sm1" + "shape": "Smk" } } }, - "Sm1": { + "Smk": { "type": "structure", "members": { "S3Uri": {} } }, - "Sm4": { + "Smn": { "type": "structure", "members": { "KmsKeyId": {} } }, - "Sm5": { + "Smo": { "type": "string", "sensitive": true }, - "Smb": { + "Smu": { "type": "structure", "required": [ "S3OutputPath" @@ -15624,16 +15784,16 @@ "S3OutputPath": {} } }, - "Smf": { + "Smy": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S8n" + "shape": "S8u" } } }, - "Smg": { + "Smz": { "type": "structure", "required": [ "ImageUri", @@ -15643,22 +15803,22 @@ "ImageUri": {}, "ConfigUri": {}, "Environment": { - "shape": "S8v" + "shape": "S92" } } }, - "Smh": { + "Sn0": { "type": "structure", "members": { "EndpointInput": { - "shape": "S8z" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" } } }, - "Smk": { + "Sn3": { "type": "structure", "required": [ "ValidationRole", @@ -15684,7 +15844,7 @@ } } }, - "Smn": { + "Sn6": { "type": "structure", "required": [ "SourceAlgorithms" @@ -15705,17 +15865,17 @@ } } }, - "Smq": { + "Sn9": { "type": "structure", "members": { "ModelQuality": { "type": "structure", "members": { "Statistics": { - "shape": "Sms" + "shape": "Snb" }, "Constraints": { - "shape": "Sms" + "shape": "Snb" } } }, @@ -15723,10 +15883,10 @@ "type": "structure", "members": { "Statistics": { - "shape": "Sms" + "shape": "Snb" }, "Constraints": { - "shape": "Sms" + "shape": "Snb" } } }, @@ -15734,13 +15894,13 @@ "type": "structure", "members": { "Report": { - "shape": "Sms" + "shape": "Snb" }, "PreTrainingReport": { - "shape": "Sms" + "shape": "Snb" }, "PostTrainingReport": { - "shape": "Sms" + "shape": "Snb" } } }, @@ -15748,13 +15908,13 @@ "type": "structure", "members": { "Report": { - "shape": "Sms" + "shape": "Snb" } } } } }, - "Sms": { + "Snb": { "type": "structure", "required": [ "ContentType", @@ -15766,25 +15926,25 @@ "S3Uri": {} } }, - "Smx": { + "Sng": { "type": "map", "key": {}, "value": {} }, - "Sn0": { + "Snj": { "type": "structure", "members": { "Bias": { "type": "structure", "members": { "ConfigFile": { - "shape": "Sn2" + "shape": "Snl" }, "PreTrainingConstraints": { - "shape": "Sms" + "shape": "Snb" }, "PostTrainingConstraints": { - "shape": "Sms" + "shape": "Snb" } } }, @@ -15792,10 +15952,10 @@ "type": "structure", "members": { "Constraints": { - "shape": "Sms" + "shape": "Snb" }, "ConfigFile": { - "shape": "Sn2" + "shape": "Snl" } } }, @@ -15803,10 +15963,10 @@ "type": "structure", "members": { "Statistics": { - "shape": "Sms" + "shape": "Snb" }, "Constraints": { - "shape": "Sms" + "shape": "Snb" } } }, @@ -15814,16 +15974,16 @@ "type": "structure", "members": { "Statistics": { - "shape": "Sms" + "shape": "Snb" }, "Constraints": { - "shape": "Sms" + "shape": "Snb" } } } } }, - "Sn2": { + "Snl": { "type": "structure", "required": [ "S3Uri" @@ -15834,7 +15994,7 @@ "S3Uri": {} } }, - "Sn6": { + "Snp": { "type": "list", "member": { "type": "structure", @@ -15863,16 +16023,16 @@ } } }, - "Sne": { + "Snx": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S8n" + "shape": "S8u" } } }, - "Snf": { + "Sny": { "type": "structure", "required": [ "ImageUri" @@ -15880,37 +16040,37 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S8r" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S8t" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {}, "ProblemType": {}, "Environment": { - "shape": "S8v" + "shape": "S92" } } }, - "Snh": { + "So0": { "type": "structure", "required": [ "GroundTruthS3Input" ], "members": { "EndpointInput": { - "shape": "S8z" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" }, "GroundTruthS3Input": { - "shape": "Sm1" + "shape": "Smk" } } }, - "Snl": { + "So4": { "type": "structure", "members": { "ScheduleConfig": { @@ -15939,10 +16099,10 @@ "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S8n" + "shape": "S8u" }, "StatisticsResource": { - "shape": "S8o" + "shape": "S8v" } } }, @@ -15952,19 +16112,19 @@ "type": "structure", "members": { "EndpointInput": { - "shape": "S8z" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S96" + "shape": "S9d" } } } }, "MonitoringOutputConfig": { - "shape": "S9c" + "shape": "S9j" }, "MonitoringResources": { - "shape": "S9i" + "shape": "S9p" }, "MonitoringAppSpecification": { "type": "structure", @@ -15974,23 +16134,23 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S8r" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S8t" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {} } }, "StoppingCondition": { - "shape": "S9o" + "shape": "S9v" }, "Environment": { - "shape": "S8v" + "shape": "S92" }, "NetworkConfig": { - "shape": "Snt" + "shape": "Soc" }, "RoleArn": {} } @@ -15999,7 +16159,7 @@ "MonitoringType": {} } }, - "Snt": { + "Soc": { "type": "structure", "members": { "EnableInterContainerTrafficEncryption": { @@ -16009,19 +16169,19 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" } } }, - "So2": { + "Sol": { "type": "list", "member": {} }, - "So5": { + "Soo": { "type": "list", "member": {} }, - "So8": { + "Sor": { "type": "structure", "required": [ "MinimumInstanceMetadataServiceVersion" @@ -16030,7 +16190,7 @@ "MinimumInstanceMetadataServiceVersion": {} } }, - "Sod": { + "Sow": { "type": "list", "member": { "type": "structure", @@ -16039,7 +16199,7 @@ } } }, - "Sol": { + "Sp4": { "type": "structure", "required": [ "Bucket", @@ -16051,7 +16211,7 @@ "VersionId": {} } }, - "Sor": { + "Spa": { "type": "structure", "required": [ "MaxParallelExecutionSteps" @@ -16062,7 +16222,7 @@ } } }, - "Sp4": { + "Spn": { "type": "list", "member": { "type": "structure", @@ -16143,7 +16303,7 @@ } } }, - "Spr": { + "Sqa": { "type": "structure", "required": [ "Outputs" @@ -16189,7 +16349,7 @@ "KmsKeyId": {} } }, - "Spw": { + "Sqf": { "type": "structure", "required": [ "ClusterConfig" @@ -16215,7 +16375,7 @@ } } }, - "Spy": { + "Sqh": { "type": "structure", "required": [ "MaxRuntimeInSeconds" @@ -16226,7 +16386,7 @@ } } }, - "Sq0": { + "Sqj": { "type": "structure", "required": [ "ImageUri" @@ -16234,7 +16394,7 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S8r" + "shape": "S8y" }, "ContainerArguments": { "type": "list", @@ -16242,12 +16402,12 @@ } } }, - "Sq2": { + "Sql": { "type": "map", "key": {}, "value": {} }, - "Sq3": { + "Sqm": { "type": "structure", "members": { "ExperimentName": {}, @@ -16256,7 +16416,7 @@ "RunName": {} } }, - "Sq8": { + "Sqr": { "type": "structure", "required": [ "ProductId" @@ -16266,11 +16426,11 @@ "ProvisioningArtifactId": {}, "PathId": {}, "ProvisioningParameters": { - "shape": "Sqa" + "shape": "Sqt" } } }, - "Sqa": { + "Sqt": { "type": "list", "member": { "type": "structure", @@ -16280,18 +16440,93 @@ } } }, - "Sqi": { + "Sr1": { "type": "structure", "members": { "JupyterServerAppSettings": { - "shape": "Sa4" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "Sa9" + "shape": "Sag" + }, + "JupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "CodeRepositories": { + "shape": "Sad" + } + } + }, + "CodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + } + } + }, + "SpaceStorageSettings": { + "shape": "Sr4" + }, + "AppType": {}, + "CustomFileSystems": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EFSFileSystem": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": {} + } + } + }, + "union": true + } } } }, - "Sqs": { + "Sr4": { + "type": "structure", + "members": { + "EbsStorageSettings": { + "type": "structure", + "required": [ + "EbsVolumeSizeInGb" + ], + "members": { + "EbsVolumeSizeInGb": { + "type": "integer" + } + } + } + } + }, + "Sr9": { + "type": "structure", + "required": [ + "OwnerUserProfileName" + ], + "members": { + "OwnerUserProfileName": {} + } + }, + "Sra": { + "type": "structure", + "required": [ + "SharingType" + ], + "members": { + "SharingType": {} + } + }, + "Srl": { "type": "structure", "required": [ "TrainingInputMode" @@ -16334,7 +16569,7 @@ } } }, - "Sr1": { + "Sru": { "type": "structure", "required": [ "S3OutputPath" @@ -16363,7 +16598,7 @@ } } }, - "Sr9": { + "Ss2": { "type": "list", "member": { "type": "structure", @@ -16381,17 +16616,17 @@ "type": "integer" }, "RuleParameters": { - "shape": "Src" + "shape": "Ss5" } } } }, - "Src": { + "Ss5": { "type": "map", "key": {}, "value": {} }, - "Srd": { + "Ss6": { "type": "structure", "required": [ "S3OutputPath" @@ -16401,7 +16636,7 @@ "S3OutputPath": {} } }, - "Sre": { + "Ss7": { "type": "structure", "members": { "S3OutputPath": {}, @@ -16409,19 +16644,19 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Srg" + "shape": "Ss9" }, "DisableProfiler": { "type": "boolean" } } }, - "Srg": { + "Ss9": { "type": "map", "key": {}, "value": {} }, - "Sri": { + "Ssb": { "type": "list", "member": { "type": "structure", @@ -16439,17 +16674,17 @@ "type": "integer" }, "RuleParameters": { - "shape": "Src" + "shape": "Ss5" } } } }, - "Srk": { + "Ssd": { "type": "map", "key": {}, "value": {} }, - "Srn": { + "Ssg": { "type": "structure", "members": { "EnableInfraCheck": { @@ -16457,7 +16692,7 @@ } } }, - "Srt": { + "Ssm": { "type": "structure", "members": { "InvocationsTimeoutInSeconds": { @@ -16468,7 +16703,7 @@ } } }, - "Srw": { + "Ssp": { "type": "structure", "required": [ "DestinationS3Uri" @@ -16481,7 +16716,7 @@ } } }, - "Srx": { + "Ssq": { "type": "structure", "members": { "InputFilter": {}, @@ -16489,14 +16724,14 @@ "JoinSource": {} } }, - "Ss5": { + "Ssy": { "type": "structure", "members": { "PrimaryStatus": {}, "Message": {} } }, - "Ss8": { + "St1": { "type": "map", "key": {}, "value": { @@ -16509,7 +16744,7 @@ } } }, - "Ssc": { + "St5": { "type": "map", "key": {}, "value": { @@ -16523,7 +16758,7 @@ } } }, - "Ssn": { + "Stg": { "type": "structure", "required": [ "UserPool", @@ -16534,7 +16769,7 @@ "ClientId": {} } }, - "Ssq": { + "Stj": { "type": "structure", "required": [ "ClientId", @@ -16560,7 +16795,7 @@ "JwksUri": {} } }, - "Sst": { + "Stm": { "type": "structure", "required": [ "Cidrs" @@ -16572,27 +16807,27 @@ } } }, - "Ssx": { + "Stq": { "type": "structure", "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Ssz" + "shape": "Sts" }, "Subnets": { - "shape": "St1" + "shape": "Stu" } } }, - "Ssz": { + "Sts": { "type": "list", "member": {} }, - "St1": { + "Stu": { "type": "list", "member": {} }, - "St7": { + "Su0": { "type": "list", "member": { "type": "structure", @@ -16625,13 +16860,13 @@ } } }, - "Stf": { + "Su8": { "type": "structure", "members": { "NotificationTopicArn": {} } }, - "Svm": { + "Swf": { "type": "structure", "members": { "UserProfileArn": {}, @@ -16647,7 +16882,7 @@ } } }, - "Svt": { + "Swm": { "type": "list", "member": { "type": "structure", @@ -16662,7 +16897,7 @@ } } }, - "Sw7": { + "Sx0": { "type": "list", "member": { "type": "structure", @@ -16671,7 +16906,7 @@ } } }, - "Sw9": { + "Sx2": { "type": "structure", "required": [ "CandidateName", @@ -16717,7 +16952,7 @@ }, "CandidateStatus": {}, "InferenceContainers": { - "shape": "Swl" + "shape": "Sxe" }, "CreationTime": { "type": "timestamp" @@ -16763,12 +16998,12 @@ "type": "map", "key": {}, "value": { - "shape": "Swl" + "shape": "Sxe" } } } }, - "Swl": { + "Sxe": { "type": "list", "member": { "type": "structure", @@ -16785,20 +17020,20 @@ } } }, - "Sx1": { + "Sxu": { "type": "structure", "members": { "CandidateDefinitionNotebookLocation": {}, "DataExplorationNotebookLocation": {} } }, - "Sx5": { + "Sxy": { "type": "structure", "members": { "EndpointName": {} } }, - "Sxn": { + "Syg": { "type": "structure", "required": [ "Status" @@ -16808,7 +17043,7 @@ "Message": {} } }, - "Sxw": { + "Syp": { "type": "structure", "required": [ "S3ModelArtifacts" @@ -16817,7 +17052,7 @@ "S3ModelArtifacts": {} } }, - "Sz1": { + "Szu": { "type": "list", "member": { "type": "structure", @@ -16827,7 +17062,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sz3" + "shape": "Szw" }, "CurrentWeight": { "type": "float" @@ -16842,30 +17077,30 @@ "type": "integer" }, "VariantStatus": { - "shape": "Sz5" + "shape": "Szy" }, "CurrentServerlessConfig": { - "shape": "Scf" + "shape": "Scy" }, "DesiredServerlessConfig": { - "shape": "Scf" + "shape": "Scy" }, "ManagedInstanceScaling": { - "shape": "Scn" + "shape": "Sd6" }, "RoutingConfig": { - "shape": "Scr" + "shape": "Sda" } } } }, - "Sz3": { + "Szw": { "type": "list", "member": { - "shape": "Sz4" + "shape": "Szx" } }, - "Sz4": { + "Szx": { "type": "structure", "members": { "SpecifiedImage": {}, @@ -16875,7 +17110,7 @@ } } }, - "Sz5": { + "Szy": { "type": "list", "member": { "type": "structure", @@ -16891,7 +17126,7 @@ } } }, - "Sz9": { + "S102": { "type": "structure", "required": [ "EnableCapture", @@ -16912,7 +17147,7 @@ "KmsKeyId": {} } }, - "Szd": { + "S106": { "type": "list", "member": { "type": "structure", @@ -16922,7 +17157,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sz3" + "shape": "Szw" }, "CurrentWeight": { "type": "float" @@ -16939,24 +17174,24 @@ "InstanceType": {}, "AcceleratorType": {}, "VariantStatus": { - "shape": "Sz5" + "shape": "Szy" }, "CurrentServerlessConfig": { - "shape": "Scf" + "shape": "Scy" }, "DesiredServerlessConfig": { - "shape": "Scf" + "shape": "Scy" }, "ManagedInstanceScaling": { - "shape": "Scn" + "shape": "Sd6" }, "RoutingConfig": { - "shape": "Scr" + "shape": "Sda" } } } }, - "Szj": { + "S10c": { "type": "structure", "required": [ "SourceArn" @@ -16966,7 +17201,7 @@ "SourceType": {} } }, - "Szq": { + "S10j": { "type": "structure", "required": [ "Status" @@ -16976,7 +17211,7 @@ "BlockedReason": {} } }, - "Szt": { + "S10m": { "type": "structure", "required": [ "Status" @@ -16986,24 +17221,24 @@ "FailureReason": {} } }, - "Szz": { + "S10s": { "type": "list", "member": { - "shape": "S100" + "shape": "S10t" } }, - "S100": { + "S10t": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "S10h": { + "S11a": { "type": "list", "member": {} }, - "S10w": { + "S11p": { "type": "structure", "members": { "Completed": { @@ -17023,7 +17258,7 @@ } } }, - "S10y": { + "S11r": { "type": "structure", "members": { "Succeeded": { @@ -17037,7 +17272,7 @@ } } }, - "S110": { + "S11t": { "type": "structure", "required": [ "TrainingJobName", @@ -17082,7 +17317,7 @@ "ObjectiveStatus": {} } }, - "S113": { + "S11w": { "type": "structure", "members": { "NumberOfTrainingJobsObjectiveNotImproving": { @@ -17093,7 +17328,7 @@ } } }, - "S114": { + "S11x": { "type": "structure", "members": { "RuntimeInSeconds": { @@ -17101,7 +17336,7 @@ } } }, - "S11v": { + "S12o": { "type": "structure", "required": [ "CostPerHour", @@ -17133,7 +17368,7 @@ } } }, - "S11y": { + "S12r": { "type": "structure", "required": [ "EndpointName", @@ -17147,11 +17382,11 @@ "type": "integer" }, "ServerlessConfig": { - "shape": "Scf" + "shape": "Scy" } } }, - "S120": { + "S12t": { "type": "structure", "members": { "InferenceSpecificationName": {}, @@ -17174,7 +17409,7 @@ "CompilationJobName": {} } }, - "S128": { + "S131": { "type": "structure", "required": [ "MaxInvocations", @@ -17189,7 +17424,7 @@ } } }, - "S12c": { + "S135": { "type": "structure", "members": { "TotalLabeled": { @@ -17209,7 +17444,7 @@ } } }, - "S12f": { + "S138": { "type": "structure", "required": [ "OutputDatasetS3Uri" @@ -17219,7 +17454,7 @@ "FinalActiveLearningModelArn": {} } }, - "S12k": { + "S13d": { "type": "structure", "required": [ "RecommendationStatus" @@ -17245,21 +17480,21 @@ } } }, - "S131": { + "S13u": { "type": "structure", "required": [ "ValidationStatuses" ], "members": { "ValidationStatuses": { - "shape": "S132" + "shape": "S13v" }, "ImageScanStatuses": { - "shape": "S132" + "shape": "S13v" } } }, - "S132": { + "S13v": { "type": "list", "member": { "type": "structure", @@ -17274,7 +17509,7 @@ } } }, - "S13e": { + "S147": { "type": "structure", "required": [ "MonitoringScheduleName", @@ -17302,14 +17537,14 @@ "MonitoringType": {} } }, - "S13y": { + "S14r": { "type": "structure", "members": { "ExperimentName": {}, "TrialName": {} } }, - "S140": { + "S14t": { "type": "structure", "required": [ "SelectedSteps" @@ -17330,14 +17565,14 @@ } } }, - "S149": { + "S152": { "type": "structure", "members": { "ProvisionedProductId": {}, "ProvisionedProductStatusMessage": {} } }, - "S14k": { + "S15d": { "type": "structure", "required": [ "WorkteamArn" @@ -17350,7 +17585,7 @@ "ListingId": {} } }, - "S14o": { + "S15h": { "type": "list", "member": { "type": "structure", @@ -17370,7 +17605,7 @@ } } }, - "S14r": { + "S15k": { "type": "list", "member": { "type": "structure", @@ -17385,7 +17620,7 @@ } } }, - "S14v": { + "S15o": { "type": "list", "member": { "type": "structure", @@ -17400,7 +17635,7 @@ } } }, - "S152": { + "S15v": { "type": "structure", "required": [ "Status" @@ -17413,7 +17648,7 @@ "ReusedByJob": {} } }, - "S15a": { + "S163": { "type": "structure", "required": [ "SourceArn" @@ -17423,7 +17658,7 @@ "SourceType": {} } }, - "S15e": { + "S167": { "type": "structure", "required": [ "SourceArn" @@ -17433,7 +17668,7 @@ "SourceType": {} } }, - "S15g": { + "S169": { "type": "list", "member": { "type": "structure", @@ -17464,7 +17699,7 @@ } } }, - "S15q": { + "S16j": { "type": "structure", "required": [ "WorkforceName", @@ -17477,11 +17712,11 @@ "type": "timestamp" }, "SourceIpConfig": { - "shape": "Sst" + "shape": "Stm" }, "SubDomain": {}, "CognitoConfig": { - "shape": "Ssn" + "shape": "Stg" }, "OidcConfig": { "type": "structure", @@ -17508,10 +17743,10 @@ "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Ssz" + "shape": "Sts" }, "Subnets": { - "shape": "St1" + "shape": "Stu" }, "VpcEndpointId": {} } @@ -17520,7 +17755,7 @@ "FailureReason": {} } }, - "S15y": { + "S16r": { "type": "structure", "required": [ "WorkteamName", @@ -17531,7 +17766,7 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "St7" + "shape": "Su0" }, "WorkteamArn": {}, "WorkforceArn": {}, @@ -17548,11 +17783,11 @@ "type": "timestamp" }, "NotificationConfiguration": { - "shape": "Stf" + "shape": "Su8" } } }, - "S16q": { + "S17j": { "type": "structure", "members": { "MinInvocationsPerMinute": { @@ -17563,7 +17798,7 @@ } } }, - "S19i": { + "S1ab": { "type": "list", "member": { "type": "structure", @@ -17583,7 +17818,7 @@ } } }, - "S1b8": { + "S1c1": { "type": "list", "member": { "type": "structure", @@ -17605,7 +17840,7 @@ "HubContentDisplayName": {}, "HubContentDescription": {}, "HubContentSearchKeywords": { - "shape": "S10h" + "shape": "S11a" }, "HubContentStatus": {}, "CreationTime": { @@ -17614,7 +17849,7 @@ } } }, - "S1et": { + "S1fm": { "type": "list", "member": { "type": "structure", @@ -17658,7 +17893,7 @@ } } }, - "S1g8": { + "S1h1": { "type": "list", "member": { "type": "structure", @@ -17672,7 +17907,7 @@ } } }, - "S1gp": { + "S1hi": { "type": "list", "member": { "type": "structure", @@ -17686,7 +17921,7 @@ } } }, - "S1jk": { + "S1kg": { "type": "list", "member": { "type": "structure", @@ -17700,11 +17935,11 @@ } } }, - "S1jv": { + "S1kr": { "type": "structure", "members": { "Filters": { - "shape": "S1jw" + "shape": "S1ks" }, "NestedFilters": { "type": "list", @@ -17717,7 +17952,7 @@ "members": { "NestedPropertyName": {}, "Filters": { - "shape": "S1jw" + "shape": "S1ks" } } } @@ -17725,13 +17960,13 @@ "SubExpressions": { "type": "list", "member": { - "shape": "S1jv" + "shape": "S1kr" } }, "Operator": {} } }, - "S1jw": { + "S1ks": { "type": "list", "member": { "type": "structure", @@ -17745,7 +17980,7 @@ } } }, - "S1k9": { + "S1l5": { "type": "structure", "members": { "TrainingJobName": {}, @@ -17754,7 +17989,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Sxw" + "shape": "Syp" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -17763,7 +17998,7 @@ "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Sqs" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { @@ -17776,7 +18011,7 @@ "shape": "S3j" }, "VpcConfig": { - "shape": "S5u" + "shape": "S61" }, "StoppingCondition": { "shape": "S3p" @@ -17794,10 +18029,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S14o" + "shape": "S15h" }, "FinalMetricDataList": { - "shape": "S14r" + "shape": "S15k" }, "EnableNetworkIsolation": { "type": "boolean" @@ -17809,7 +18044,7 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sh2" + "shape": "Shl" }, "TrainingTimeInSeconds": { "type": "integer" @@ -17818,35 +18053,35 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Sr1" + "shape": "Sru" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "DebugRuleConfigurations": { - "shape": "Sr9" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Srd" + "shape": "Ss6" }, "DebugRuleEvaluationStatuses": { - "shape": "S14v" + "shape": "S15o" }, "ProfilerConfig": { - "shape": "Sre" + "shape": "Ss7" }, "Environment": { - "shape": "Srk" + "shape": "Ssd" }, "RetryStrategy": { - "shape": "Sh3" + "shape": "Shm" }, "Tags": { "shape": "S7" } } }, - "S1kh": { + "S1ld": { "type": "structure", "members": { "TransformJobName": {}, @@ -17858,7 +18093,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Srt" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" @@ -17888,24 +18123,24 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Srx" + "shape": "Ssq" }, "ExperimentConfig": { - "shape": "Sq3" + "shape": "Sqm" }, "Tags": { "shape": "S7" }, "DataCaptureConfig": { - "shape": "Srw" + "shape": "Ssp" } } }, - "S1ly": { + "S1mu": { "type": "list", "member": {} }, - "S1ob": { + "S1p7": { "type": "list", "member": {} } diff --git a/apis/sagemaker-2017-07-24.normal.json b/apis/sagemaker-2017-07-24.normal.json index 416cc98d9c..8c342367d9 100644 --- a/apis/sagemaker-2017-07-24.normal.json +++ b/apis/sagemaker-2017-07-24.normal.json @@ -6167,6 +6167,9 @@ "SpaceName": { "shape": "SpaceName", "documentation": "

The name of the space.

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

Details about an Amazon SageMaker app.

" @@ -6198,6 +6201,10 @@ "KernelGatewayImageConfig": { "shape": "KernelGatewayImageConfig", "documentation": "

The configuration for the file system and kernels in the SageMaker image.

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

The configuration for the file system and the runtime, such as the environment variables and entry point.

" } }, "documentation": "

The configuration for running a SageMaker image as a KernelGateway app.

" @@ -6361,7 +6368,9 @@ "KernelGateway", "TensorBoard", "RStudioServerPro", - "RSessionGateway" + "RSessionGateway", + "JupyterLab", + "CodeEditor" ] }, "ApprovalDescription": { @@ -8977,6 +8986,19 @@ "max": 2, "min": 1 }, + "CodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "ResourceSpec" + }, + "LifecycleConfigArns": { + "shape": "LifecycleConfigArns", + "documentation": "

The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.

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

The Code Editor application settings.

For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker.

" + }, "CodeRepositories": { "type": "list", "member": { @@ -9328,6 +9350,24 @@ "max": 100, "min": 1 }, + "ContainerConfig": { + "type": "structure", + "members": { + "ContainerArguments": { + "shape": "CustomImageContainerArguments", + "documentation": "

The arguments for the container when you're running the application.

" + }, + "ContainerEntrypoint": { + "shape": "CustomImageContainerEntrypoint", + "documentation": "

The entrypoint used to run the application in the container.

" + }, + "ContainerEnvironmentVariables": { + "shape": "CustomImageContainerEnvironmentVariables", + "documentation": "

The environment variables to set in the container

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

The configuration used to run the application image container.

" + }, "ContainerDefinition": { "type": "structure", "members": { @@ -9693,6 +9733,10 @@ "KernelGatewayImageConfig": { "shape": "KernelGatewayImageConfig", "documentation": "

The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.

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

The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.

" } } }, @@ -11909,6 +11953,18 @@ "SpaceSettings": { "shape": "SpaceSettings", "documentation": "

A collection of space settings.

" + }, + "SpaceDisplayName": { + "shape": "NonEmptyString64", + "documentation": "

The name of the space that appears in the SageMaker Studio UI.

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

A collection of ownership settings.

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

A collection of space sharing settings.

" } } }, @@ -12393,6 +12449,42 @@ "max": 10, "min": 1 }, + "CustomFileSystem": { + "type": "structure", + "members": { + "EFSFileSystem": { + "shape": "EFSFileSystem", + "documentation": "

A custom file system in Amazon EFS.

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

A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

", + "union": true + }, + "CustomFileSystemConfig": { + "type": "structure", + "members": { + "EFSFileSystemConfig": { + "shape": "EFSFileSystemConfig", + "documentation": "

The settings for a custom Amazon EFS file system.

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

The settings for assigning a custom file system to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

", + "union": true + }, + "CustomFileSystemConfigs": { + "type": "list", + "member": { + "shape": "CustomFileSystemConfig" + }, + "max": 2 + }, + "CustomFileSystems": { + "type": "list", + "member": { + "shape": "CustomFileSystem" + }, + "max": 1 + }, "CustomImage": { "type": "structure", "required": [ @@ -12416,6 +12508,30 @@ }, "documentation": "

A custom SageMaker image. For more information, see Bring your own SageMaker image.

" }, + "CustomImageContainerArguments": { + "type": "list", + "member": { + "shape": "NonEmptyString64" + }, + "max": 50 + }, + "CustomImageContainerEntrypoint": { + "type": "list", + "member": { + "shape": "NonEmptyString256" + }, + "max": 1 + }, + "CustomImageContainerEnvironmentVariables": { + "type": "map", + "key": { + "shape": "NonEmptyString256" + }, + "value": { + "shape": "String256" + }, + "max": 25 + }, "CustomImages": { "type": "list", "member": { @@ -12423,6 +12539,24 @@ }, "max": 200 }, + "CustomPosixUserConfig": { + "type": "structure", + "required": [ + "Uid", + "Gid" + ], + "members": { + "Uid": { + "shape": "Uid", + "documentation": "

The POSIX user ID.

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

The POSIX group ID.

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

Details about the POSIX identity that is used for file system operations.

" + }, "CustomerMetadataKey": { "type": "string", "max": 128, @@ -12814,6 +12948,24 @@ "max": 20, "min": 0 }, + "DefaultEbsStorageSettings": { + "type": "structure", + "required": [ + "DefaultEbsVolumeSizeInGb", + "MaximumEbsVolumeSizeInGb" + ], + "members": { + "DefaultEbsVolumeSizeInGb": { + "shape": "SpaceEbsVolumeSizeInGb", + "documentation": "

The default size of the EBS storage volume for a private space.

" + }, + "MaximumEbsVolumeSizeInGb": { + "shape": "SpaceEbsVolumeSizeInGb", + "documentation": "

The maximum size of the EBS storage volume for a private space.

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

A collection of default EBS storage settings that applies to private spaces created within a domain or user profile.

" + }, "DefaultGid": { "type": "integer", "max": 65535, @@ -12839,6 +12991,16 @@ }, "documentation": "

A collection of settings that apply to spaces created in the Domain.

" }, + "DefaultSpaceStorageSettings": { + "type": "structure", + "members": { + "DefaultEbsStorageSettings": { + "shape": "DefaultEbsStorageSettings", + "documentation": "

The default EBS storage settings for a private space.

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

The default storage settings for a private space.

" + }, "DefaultUid": { "type": "integer", "max": 65535, @@ -13952,6 +14114,10 @@ "KernelGatewayImageConfig": { "shape": "KernelGatewayImageConfig", "documentation": "

The configuration of a KernelGateway app.

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

The configuration of the JupyterLab app.

" } } }, @@ -17520,6 +17686,18 @@ "Url": { "shape": "String1024", "documentation": "

Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.

The following application types are supported:

" + }, + "SpaceDisplayName": { + "shape": "NonEmptyString64", + "documentation": "

The name of the space that appears in the Amazon SageMaker Studio UI.

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

The collection of ownership settings for a space.

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

The collection of space sharing settings for a space.

" } } }, @@ -18796,6 +18974,36 @@ }, "documentation": "

An object with the recommended values for you to specify when creating an autoscaling policy.

" }, + "EFSFileSystem": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": { + "shape": "FileSystemId", + "documentation": "

The ID of your Amazon EFS file system.

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

A file system, created by you in Amazon EFS, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

" + }, + "EFSFileSystemConfig": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": { + "shape": "FileSystemId", + "documentation": "

The ID of your Amazon EFS file system.

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

The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.

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

The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker Domain.

" + }, "EMRStepMetadata": { "type": "structure", "members": { @@ -18818,6 +19026,19 @@ }, "documentation": "

The configurations and outcomes of an Amazon EMR step execution.

" }, + "EbsStorageSettings": { + "type": "structure", + "required": [ + "EbsVolumeSizeInGb" + ], + "members": { + "EbsVolumeSizeInGb": { + "shape": "SpaceEbsVolumeSizeInGb", + "documentation": "

The size of an EBS storage volume for a private space.

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

A collection of EBS storage settings that applies to private spaces.

" + }, "Edge": { "type": "structure", "members": { @@ -20288,7 +20509,13 @@ "FileSystemId": { "type": "string", "min": 11, - "pattern": ".*" + "pattern": "^(fs-[0-9a-f]{8,})$" + }, + "FileSystemPath": { + "type": "string", + "max": 256, + "min": 1, + "pattern": "^\\/\\S*$" }, "FileSystemType": { "type": "string", @@ -20803,6 +21030,11 @@ } } }, + "Gid": { + "type": "long", + "max": 4000000, + "min": 1001 + }, "GitConfig": { "type": "structure", "required": [ @@ -23365,6 +23597,36 @@ "max": 63, "min": 0 }, + "JupyterLabAppImageConfig": { + "type": "structure", + "members": { + "ContainerConfig": { + "shape": "ContainerConfig" + } + }, + "documentation": "

The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app.

" + }, + "JupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "ResourceSpec" + }, + "CustomImages": { + "shape": "CustomImages", + "documentation": "

A list of custom SageMaker images that are configured to run as a JupyterLab app.

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

The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

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

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

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

The settings for the JupyterLab application.

" + }, "JupyterServerAppSettings": { "type": "structure", "members": { @@ -30833,6 +31095,16 @@ "max": 8192, "pattern": ".*" }, + "NonEmptyString256": { + "type": "string", + "max": 256, + "pattern": "^(?!\\s*$).+" + }, + "NonEmptyString64": { + "type": "string", + "max": 64, + "pattern": "^(?!\\s*$).+" + }, "NotebookInstanceAcceleratorType": { "type": "string", "enum": [ @@ -31417,6 +31689,29 @@ "max": 50, "min": 0 }, + "OwnershipSettings": { + "type": "structure", + "required": [ + "OwnerUserProfileName" + ], + "members": { + "OwnerUserProfileName": { + "shape": "UserProfileName", + "documentation": "

The user profile who is the owner of the private space.

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

The collection of ownership settings for a space.

" + }, + "OwnershipSettingsSummary": { + "type": "structure", + "members": { + "OwnerUserProfileName": { + "shape": "UserProfileName", + "documentation": "

The user profile who is the owner of the private space.

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

Specifies summary information about the ownership settings.

" + }, "PaginationToken": { "type": "string", "max": 8192, @@ -35497,6 +35792,13 @@ }, "documentation": "

Specifies options for sharing Amazon SageMaker Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

" }, + "SharingType": { + "type": "string", + "enum": [ + "Private", + "Shared" + ] + }, "ShuffleConfig": { "type": "structure", "required": [ @@ -35690,6 +35992,15 @@ "max": 256, "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*" }, + "SpaceCodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "ResourceSpec" + } + }, + "documentation": "

The application settings for a Code Editor space.

" + }, "SpaceDetails": { "type": "structure", "members": { @@ -35712,10 +36023,44 @@ "LastModifiedTime": { "shape": "LastModifiedTime", "documentation": "

The last modified time.

" + }, + "SpaceDisplayName": { + "shape": "NonEmptyString64", + "documentation": "

The name of the space that appears in the Studio UI.

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

Specifies summary information about the space settings.

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

Specifies summary information about the space sharing settings.

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

Specifies summary information about the ownership settings.

" } }, "documentation": "

The space's details.

" }, + "SpaceEbsVolumeSizeInGb": { + "type": "integer", + "max": 16384, + "min": 5 + }, + "SpaceJupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "ResourceSpec" + }, + "CodeRepositories": { + "shape": "CodeRepositories", + "documentation": "

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

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

The settings for the JupyterLab application within a space.

" + }, "SpaceList": { "type": "list", "member": { @@ -35735,10 +36080,67 @@ }, "KernelGatewayAppSettings": { "shape": "KernelGatewayAppSettings" + }, + "JupyterLabAppSettings": { + "shape": "SpaceJupyterLabAppSettings", + "documentation": "

The settings for the JupyterLab application.

" + }, + "CodeEditorAppSettings": { + "shape": "SpaceCodeEditorAppSettings", + "documentation": "

The Code Editor application settings.

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

The storage settings for a private space.

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

The type of app created within the space.

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

A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

" } }, "documentation": "

A collection of space settings.

" }, + "SpaceSettingsSummary": { + "type": "structure", + "members": { + "AppType": { + "shape": "AppType", + "documentation": "

The type of app created within the space.

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

The storage settings for a private space.

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

Specifies summary information about the space settings.

" + }, + "SpaceSharingSettings": { + "type": "structure", + "required": [ + "SharingType" + ], + "members": { + "SharingType": { + "shape": "SharingType", + "documentation": "

Specifies the sharing type of the space.

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

A collection of space sharing settings.

" + }, + "SpaceSharingSettingsSummary": { + "type": "structure", + "members": { + "SharingType": { + "shape": "SharingType", + "documentation": "

Specifies the sharing type of the space.

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

Specifies summary information about the space sharing settings.

" + }, "SpaceSortKey": { "type": "string", "enum": [ @@ -35758,6 +36160,16 @@ "Delete_Failed" ] }, + "SpaceStorageSettings": { + "type": "structure", + "members": { + "EbsStorageSettings": { + "shape": "EbsStorageSettings", + "documentation": "

A collection of EBS storage settings for a private space.

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

The storage settings for a private space.

" + }, "SpawnRate": { "type": "integer", "min": 0 @@ -36252,7 +36664,9 @@ "type": "string", "enum": [ "JupyterServer", - "KernelGateway" + "KernelGateway", + "JupyterLab", + "CodeEditor" ] }, "StudioLifecycleConfigArn": { @@ -38446,6 +38860,11 @@ }, "documentation": "

Container for user interface template information.

" }, + "Uid": { + "type": "long", + "max": 4000000, + "min": 10000 + }, "UpdateActionRequest": { "type": "structure", "required": [ @@ -38496,6 +38915,10 @@ "KernelGatewayImageConfig": { "shape": "KernelGatewayImageConfig", "documentation": "

The new KernelGateway app to run on the image.

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

The JupyterLab app running on the image.

" } } }, @@ -39501,6 +39924,10 @@ "SpaceSettings": { "shape": "SpaceSettings", "documentation": "

A collection of space settings.

" + }, + "SpaceDisplayName": { + "shape": "NonEmptyString64", + "documentation": "

The name of the space that appears in the Amazon SageMaker Studio UI.

" } } }, @@ -39864,6 +40291,18 @@ "shape": "CanvasAppSettings", "documentation": "

The Canvas app settings.

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

The settings for the JupyterLab application.

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

The Code Editor application settings.

" + }, + "SpaceStorageSettings": { + "shape": "DefaultSpaceStorageSettings", + "documentation": "

The storage settings for a private space.

" + }, "DefaultLandingUri": { "shape": "LandingUri", "documentation": "

The default experience that the user is directed to when accessing the domain. The supported values are:

" @@ -39871,6 +40310,14 @@ "StudioWebPortal": { "shape": "StudioWebPortal", "documentation": "

Whether the user can access Studio. If this value is set to DISABLED, the user cannot access Studio, even if that is the default experience for the domain.

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

Details about the POSIX identity that is used for file system operations.

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

The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.

" } }, "documentation": "

A collection of settings that apply to users in a domain. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

" diff --git a/clients/arczonalshift.d.ts b/clients/arczonalshift.d.ts index 4d75fbd42d..e4addf745d 100644 --- a/clients/arczonalshift.d.ts +++ b/clients/arczonalshift.d.ts @@ -12,70 +12,222 @@ declare class ARCZonalShift extends Service { constructor(options?: ARCZonalShift.Types.ClientConfiguration) config: Config & ARCZonalShift.Types.ClientConfiguration; /** - * Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in your AWS account in an AWS Region. + * Cancel a zonal shift in Amazon Route 53 Application Recovery Controller. To cancel the zonal shift, specify the zonal shift ID. A zonal shift can be one that you've started for a resource in your Amazon Web Services account in an Amazon Web Services Region, or it can be a zonal shift started by a practice run with zonal autoshift. */ cancelZonalShift(params: ARCZonalShift.Types.CancelZonalShiftRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; /** - * Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in your AWS account in an AWS Region. + * Cancel a zonal shift in Amazon Route 53 Application Recovery Controller. To cancel the zonal shift, specify the zonal shift ID. A zonal shift can be one that you've started for a resource in your Amazon Web Services account in an Amazon Web Services Region, or it can be a zonal shift started by a practice run with zonal autoshift. */ cancelZonalShift(callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; /** - * Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this AWS Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide. + */ + createPracticeRunConfiguration(params: ARCZonalShift.Types.CreatePracticeRunConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.CreatePracticeRunConfigurationResponse) => void): Request; + /** + * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide. + */ + createPracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.CreatePracticeRunConfigurationResponse) => void): Request; + /** + * Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled. + */ + deletePracticeRunConfiguration(params: ARCZonalShift.Types.DeletePracticeRunConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.DeletePracticeRunConfigurationResponse) => void): Request; + /** + * Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled. + */ + deletePracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.DeletePracticeRunConfigurationResponse) => void): Request; + /** + * Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. You can start zonal shifts and configure zonal autoshift for managed resources. At this time, you can only start a zonal shift or configure zonal autoshift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ getManagedResource(params: ARCZonalShift.Types.GetManagedResourceRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.GetManagedResourceResponse) => void): Request; /** - * Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this AWS Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + * Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. You can start zonal shifts and configure zonal autoshift for managed resources. At this time, you can only start a zonal shift or configure zonal autoshift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ getManagedResource(callback?: (err: AWSError, data: ARCZonalShift.Types.GetManagedResourceResponse) => void): Request; /** - * Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and the resource name. + * Returns the active autoshifts for a specified resource. + */ + listAutoshifts(params: ARCZonalShift.Types.ListAutoshiftsRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ListAutoshiftsResponse) => void): Request; + /** + * Returns the active autoshifts for a specified resource. + */ + listAutoshifts(callback?: (err: AWSError, data: ARCZonalShift.Types.ListAutoshiftsResponse) => void): Request; + /** + * Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes the zonal autoshift status for the resource, as well as the Amazon Resource Name (ARN), the Availability Zones that each resource is deployed in, and the resource name. */ listManagedResources(params: ARCZonalShift.Types.ListManagedResourcesRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ListManagedResourcesResponse) => void): Request; /** - * Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and the resource name. + * Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes the zonal autoshift status for the resource, as well as the Amazon Resource Name (ARN), the Availability Zones that each resource is deployed in, and the resource name. */ listManagedResources(callback?: (err: AWSError, data: ARCZonalShift.Types.ListManagedResourcesResponse) => void): Request; /** - * Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region. + * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see ">ListAutoshifts. */ listZonalShifts(params: ARCZonalShift.Types.ListZonalShiftsRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ListZonalShiftsResponse) => void): Request; /** - * Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region. + * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see ">ListAutoshifts. */ listZonalShifts(callback?: (err: AWSError, data: ARCZonalShift.Types.ListZonalShiftsResponse) => void): Request; /** - * You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Resources are automatically registered with Route 53 ARC by AWS services. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete. For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide. + * You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your Amazon Web Services account in an Amazon Web Services Region. Resources are automatically registered with Route 53 ARC by Amazon Web Services services. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete. For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide. */ startZonalShift(params: ARCZonalShift.Types.StartZonalShiftRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; /** - * You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Resources are automatically registered with Route 53 ARC by AWS services. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete. For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide. + * You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your Amazon Web Services account in an Amazon Web Services Region. Resources are automatically registered with Route 53 ARC by Amazon Web Services services. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete. For more information, see Zonal shift in the Amazon Route 53 Application Recovery Controller Developer Guide. */ startZonalShift(callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; /** - * Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. + * Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows. + */ + updatePracticeRunConfiguration(params: ARCZonalShift.Types.UpdatePracticeRunConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.UpdatePracticeRunConfigurationResponse) => void): Request; + /** + * Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows. + */ + updatePracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.UpdatePracticeRunConfigurationResponse) => void): Request; + /** + * You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is ENABLED, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. + */ + updateZonalAutoshiftConfiguration(params: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse) => void): Request; + /** + * You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is ENABLED, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. + */ + updateZonalAutoshiftConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse) => void): Request; + /** + * Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. */ updateZonalShift(params: ARCZonalShift.Types.UpdateZonalShiftRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; /** - * Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. + * Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. */ updateZonalShift(callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request; } declare namespace ARCZonalShift { export type AppliedStatus = "APPLIED"|"NOT_APPLIED"|string; export type AppliedWeights = {[key: string]: Weight}; + export type AutoshiftAppliedStatus = "APPLIED"|"NOT_APPLIED"|string; + export type AutoshiftExecutionStatus = "ACTIVE"|"COMPLETED"|string; + export interface AutoshiftInResource { + /** + * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide. + */ + appliedStatus: AutoshiftAppliedStatus; + /** + * The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource. + */ + awayFrom: AvailabilityZone; + /** + * The time (UTC) when the autoshift started. + */ + startTime: StartTime; + } + export type AutoshiftSummaries = AutoshiftSummary[]; + export interface AutoshiftSummary { + /** + * The Availability Zone that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource. + */ + awayFrom: AvailabilityZone; + /** + * The time (in UTC) when the autoshift ended. + */ + endTime: ExpiryTime; + /** + * The time (in UTC) when the autoshift started. + */ + startTime: StartTime; + /** + * The status for an autoshift. + */ + status: AutoshiftExecutionStatus; + } + export type AutoshiftsInResource = AutoshiftInResource[]; export type AvailabilityZone = string; export type AvailabilityZones = AvailabilityZone[]; + export type BlockedDate = string; + export type BlockedDates = BlockedDate[]; + export type BlockedWindow = string; + export type BlockedWindows = BlockedWindow[]; export interface CancelZonalShiftRequest { /** * The internally-generated identifier of a zonal shift. */ zonalShiftId: ZonalShiftId; } + export interface ControlCondition { + /** + * The Amazon Resource Name (ARN) for the Amazon CloudWatch alarm that you specify as a control condition for a practice run. + */ + alarmIdentifier: ResourceArn; + /** + * The type of alarm specified for a practice run. The only valid value is CLOUDWATCH. + */ + type: ControlConditionType; + } + export type ControlConditionType = "CLOUDWATCH"|string; + export type ControlConditions = ControlCondition[]; + export interface CreatePracticeRunConfigurationRequest { + /** + * Optionally, you can block Route 53 ARC from starting practice runs for a resource on specific calendar dates. The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces. For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for 2024-05-01. + */ + blockedDates?: BlockedDates; + /** + * Optionally, you can block Route 53 ARC from starting practice runs for specific windows of days and times. The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces. For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30. + */ + blockedWindows?: BlockedWindows; + /** + * An Amazon CloudWatch alarm that you can specify for zonal autoshift practice runs. This alarm blocks Route 53 ARC from starting practice run zonal shifts, and ends a practice run that's in progress, when the alarm is in an ALARM state. + */ + blockingAlarms?: ControlConditions; + /** + * The outcome alarm for practice runs is a required Amazon CloudWatch alarm that you specify that ends a practice run when the alarm is in an ALARM state. Configure the alarm to monitor the health of your application when traffic is shifted away from an Availability Zone during each weekly practice run. You should configure the alarm to go into an ALARM state if your application is impacted by the zonal shift, and you want to stop the zonal shift, to let traffic for the resource return to the Availability Zone. + */ + outcomeAlarms: ControlConditions; + /** + * The identifier of the resource to shift away traffic for when a practice run starts a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + */ + resourceIdentifier: ResourceIdentifier; + } + export interface CreatePracticeRunConfigurationResponse { + /** + * The Amazon Resource Name (ARN) of the resource that you configured the practice run for. + */ + arn: ResourceArn; + /** + * The name of the resource that you configured the practice run for. + */ + name: ResourceName; + /** + * A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows. + */ + practiceRunConfiguration: PracticeRunConfiguration; + /** + * The status for zonal autoshift for a resource. When you specify the autoshift status as ENABLED, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. When you enable zonal autoshift, you must also configure practice runs for the resource. + */ + zonalAutoshiftStatus: ZonalAutoshiftStatus; + } + export interface DeletePracticeRunConfigurationRequest { + /** + * The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource. + */ + resourceIdentifier: ResourceIdentifier; + } + export interface DeletePracticeRunConfigurationResponse { + /** + * The Amazon Resource Name (ARN) of the resource that you deleted the practice run for. + */ + arn: ResourceArn; + /** + * The name of the resource that you deleted the practice run for. + */ + name: ResourceName; + /** + * The status of zonal autoshift for the resource. + */ + zonalAutoshiftStatus: ZonalAutoshiftStatus; + } export type ExpiresIn = string; export type ExpiryTime = Date; export interface GetManagedResourceRequest { /** - * The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ resourceIdentifier: ResourceIdentifier; } @@ -88,15 +240,51 @@ declare namespace ARCZonalShift { * The Amazon Resource Name (ARN) for the resource. */ arn?: ResourceArn; + /** + * An array of the autoshifts that are active for the resource. + */ + autoshifts?: AutoshiftsInResource; /** * The name of the resource. */ name?: ResourceName; + /** + * The practice run configuration for zonal autoshift that's associated with the resource. + */ + practiceRunConfiguration?: PracticeRunConfiguration; + /** + * The status for zonal autoshift for a resource. When the autoshift status is ENABLED, Amazon Web Services shifts traffic for a resource away from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. + */ + zonalAutoshiftStatus?: ZonalAutoshiftStatus; /** * The zonal shifts that are currently active for a resource. */ zonalShifts: ZonalShiftsInResource; } + export interface ListAutoshiftsRequest { + /** + * The number of objects that you want to return with this call. + */ + maxResults?: MaxResults; + /** + * Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results. + */ + nextToken?: String; + /** + * The status of the autoshift. + */ + status?: AutoshiftExecutionStatus; + } + export interface ListAutoshiftsResponse { + /** + * The items in the response list. + */ + items?: AutoshiftSummaries; + /** + * Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results. + */ + nextToken?: String; + } export interface ListManagedResourcesRequest { /** * The number of objects that you want to return with this call. @@ -127,7 +315,11 @@ declare namespace ARCZonalShift { */ nextToken?: String; /** - * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift is started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. + * The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource. + */ + resourceIdentifier?: ResourceIdentifier; + /** + * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift has been started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. */ status?: ZonalShiftStatus; } @@ -143,10 +335,18 @@ declare namespace ARCZonalShift { } export type ManagedResourceSummaries = ManagedResourceSummary[]; export interface ManagedResourceSummary { + /** + * A collection of key-value pairs that indicate whether resources are active in Availability Zones or not. The key name is the Availability Zone where the resource is deployed. The value is 1 or 0. + */ + appliedWeights?: AppliedWeights; /** * The Amazon Resource Name (ARN) for the managed resource. */ arn?: ResourceArn; + /** + * An array of the autoshifts that have been completed for a resource. + */ + autoshifts?: AutoshiftsInResource; /** * The Availability Zones that a resource is deployed in. */ @@ -155,15 +355,46 @@ declare namespace ARCZonalShift { * The name of the managed resource. */ name?: ResourceName; + /** + * This status tracks whether a practice run configuration exists for a resource. When you configure a practice run for a resource so that a practice run configuration exists, Route 53 ARC sets this value to ENABLED. If a you have not configured a practice run for the resource, or delete a practice run configuration, Route 53 ARC sets the value to DISABLED. Route 53 ARC updates this status; you can't set a practice run status to ENABLED or DISABLED. + */ + practiceRunStatus?: ZonalAutoshiftStatus; + /** + * The status of autoshift for a resource. When you configure zonal autoshift for a resource, you can set the value of the status to ENABLED or DISABLED. + */ + zonalAutoshiftStatus?: ZonalAutoshiftStatus; + /** + * An array of the zonal shifts for a resource. + */ + zonalShifts?: ZonalShiftsInResource; } export type MaxResults = number; + export interface PracticeRunConfiguration { + /** + * An array of one or more dates that you can specify when Amazon Web Services does not start practice runs for a resource. Specify blocked dates, in UTC, in the format YYYY-MM-DD, separated by spaces. + */ + blockedDates?: BlockedDates; + /** + * An array of one or more windows of days and times that you can block Route 53 ARC from starting practice runs for a resource. Specify the blocked windows in UTC, using the format DAY:HH:MM-DAY:HH:MM, separated by spaces. For example, MON:18:30-MON:19:30 TUE:18:30-TUE:19:30. + */ + blockedWindows?: BlockedWindows; + /** + * The blocking alarm for practice runs is an optional alarm that you can specify that blocks practice runs when the alarm is in an ALARM state. + */ + blockingAlarms?: ControlConditions; + /** + * The outcome alarm for practice runs is an alarm that you specify that ends a practice run when the alarm is in an ALARM state. + */ + outcomeAlarms: ControlConditions; + } + export type PracticeRunOutcome = "FAILED"|"INTERRUPTED"|"PENDING"|"SUCCEEDED"|string; export type ResourceArn = string; export type ResourceIdentifier = string; export type ResourceName = string; export type StartTime = Date; export interface StartZonalShiftRequest { /** - * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region. + * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region. */ awayFrom: AvailabilityZone; /** @@ -171,15 +402,75 @@ declare namespace ARCZonalShift { */ comment: ZonalShiftComment; /** - * The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours). If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone. To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space: <ul> <li> <p> <b>A lowercase letter m:</b> To specify that the value is in minutes.</p> </li> <li> <p> <b>A lowercase letter h:</b> To specify that the value is in hours.</p> </li> </ul> <p>For example: <code>20h</code> means the zonal shift expires in 20 hours. <code>120m</code> means the zonal shift expires in 120 minutes (2 hours).</p> + * The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours). If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone. To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space: A lowercase letter m: To specify that the value is in minutes. A lowercase letter h: To specify that the value is in hours. For example: 20h means the zonal shift expires in 20 hours. 120m means the zonal shift expires in 120 minutes (2 hours). */ expiresIn: ExpiresIn; /** - * The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ resourceIdentifier: ResourceIdentifier; } export type String = string; + export interface UpdatePracticeRunConfigurationRequest { + /** + * Add, change, or remove blocked dates for a practice run in zonal autoshift. Optionally, you can block practice runs for specific calendar dates. The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces. For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for 2024-05-01. + */ + blockedDates?: BlockedDates; + /** + * Add, change, or remove windows of days and times for when you can, optionally, block Route 53 ARC from starting a practice run for a resource. The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces. For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30. + */ + blockedWindows?: BlockedWindows; + /** + * Add, change, or remove the Amazon CloudWatch alarm that you optionally specify as the blocking alarm for practice runs. + */ + blockingAlarms?: ControlConditions; + /** + * Specify a new the Amazon CloudWatch alarm as the outcome alarm for practice runs. + */ + outcomeAlarms?: ControlConditions; + /** + * The identifier for the resource that you want to update the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource. + */ + resourceIdentifier: ResourceIdentifier; + } + export interface UpdatePracticeRunConfigurationResponse { + /** + * The Amazon Resource Name (ARN) of the resource that you updated the practice run for. + */ + arn: ResourceArn; + /** + * The name of the resource that you updated the practice run for. + */ + name: ResourceName; + /** + * The practice run configuration that was updated. + */ + practiceRunConfiguration: PracticeRunConfiguration; + /** + * The zonal autoshift status for the resource that you updated the practice run for. + */ + zonalAutoshiftStatus: ZonalAutoshiftStatus; + } + export interface UpdateZonalAutoshiftConfigurationRequest { + /** + * The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource. + */ + resourceIdentifier: ResourceIdentifier; + /** + * The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. + */ + zonalAutoshiftStatus: ZonalAutoshiftStatus; + } + export interface UpdateZonalAutoshiftConfigurationResponse { + /** + * The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource. + */ + resourceIdentifier: ResourceIdentifier; + /** + * The zonal autoshift status for the resource that you updated the zonal autoshift configuration for. + */ + zonalAutoshiftStatus: ZonalAutoshiftStatus; + } export interface UpdateZonalShiftRequest { /** * A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string. @@ -195,9 +486,10 @@ declare namespace ARCZonalShift { zonalShiftId: ZonalShiftId; } export type Weight = number; + export type ZonalAutoshiftStatus = "ENABLED"|"DISABLED"|string; export interface ZonalShift { /** - * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region. + * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region. */ awayFrom: AvailabilityZone; /** @@ -205,19 +497,19 @@ declare namespace ARCZonalShift { */ comment: ZonalShiftComment; /** - * The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in. + * The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in. */ expiryTime: ExpiryTime; /** - * The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. + * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ resourceIdentifier: ResourceIdentifier; /** - * The time (UTC) when the zonal shift is started. + * The time (UTC) when the zonal shift starts. */ startTime: StartTime; /** - * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift is started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. + * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift has been started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. */ status: ZonalShiftStatus; /** @@ -229,11 +521,11 @@ declare namespace ARCZonalShift { export type ZonalShiftId = string; export interface ZonalShiftInResource { /** - * An appliedStatus for a zonal shift for a resource can have one of two values: APPLIED or NOT_APPLIED. + * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide. */ appliedStatus: AppliedStatus; /** - * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region. + * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region. */ awayFrom: AvailabilityZone; /** @@ -241,15 +533,19 @@ declare namespace ARCZonalShift { */ comment: ZonalShiftComment; /** - * The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in. + * The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in. */ expiryTime: ExpiryTime; + /** + * The outcome, or end state, returned for a practice run. The following values can be returned: PENDING: Outcome value when a practice run is in progress. SUCCEEDED: Outcome value when the outcome alarm specified for the practice run configuration does not go into an ALARM state during the practice run, and the practice run was not interrupted before it completed the expected 30 minute zonal shift. INTERRUPTED: Outcome value when the practice run was stopped before the expected 30 minute zonal shift duration, or there was another problem with the practice run that created an inconclusive outcome. FAILED: Outcome value when the outcome alarm specified for the practice run configuration goes into an ALARM state during the practice run, and the practice run was not interrupted before it completed. For more information about practice run outcomes, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide. + */ + practiceRunOutcome?: PracticeRunOutcome; /** * The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ resourceIdentifier: ResourceIdentifier; /** - * The time (UTC) when the zonal shift is started. + * The time (UTC) when the zonal shift starts. */ startTime: StartTime; /** @@ -261,7 +557,7 @@ declare namespace ARCZonalShift { export type ZonalShiftSummaries = ZonalShiftSummary[]; export interface ZonalShiftSummary { /** - * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region. + * The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the Amazon Web Services Region. */ awayFrom: AvailabilityZone; /** @@ -269,19 +565,23 @@ declare namespace ARCZonalShift { */ comment: ZonalShiftComment; /** - * The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in. + * The expiry time (expiration time) for a customer-started zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in. */ expiryTime: ExpiryTime; + /** + * The outcome, or end state, of a practice run. The following values can be returned: PENDING: Outcome value when the practice run is in progress. SUCCEEDED: Outcome value when the outcome alarm specified for the practice run configuration does not go into an ALARM state during the practice run, and the practice run was not interrupted before it completed. INTERRUPTED: Outcome value when the practice run did not run for the expected 30 minutes or there was another problem with the practice run that created an inconclusive outcome. FAILED: Outcome value when the outcome alarm specified for the practice run configuration goes into an ALARM state during the practice run, and the practice run was not interrupted before it completed. For more information about practice run outcomes, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide. + */ + practiceRunOutcome?: PracticeRunOutcome; /** * The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. */ resourceIdentifier: ResourceIdentifier; /** - * The time (UTC) when the zonal shift is started. + * The time (UTC) when the zonal shift starts. */ startTime: StartTime; /** - * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift is started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. + * A status for a zonal shift. The Status for a zonal shift can have one of the following values: ACTIVE: The zonal shift has been started and active. EXPIRED: The zonal shift has expired (the expiry time was exceeded). CANCELED: The zonal shift was canceled. */ status: ZonalShiftStatus; /** diff --git a/clients/glue.d.ts b/clients/glue.d.ts index 39f93ddd1a..c850a27214 100644 --- a/clients/glue.d.ts +++ b/clients/glue.d.ts @@ -4998,6 +4998,25 @@ declare namespace Glue { DataLakePrincipalIdentifier?: DataLakePrincipalString; } export type DataLakePrincipalString = string; + export interface DataQualityAnalyzerResult { + /** + * The name of the data quality analyzer. + */ + Name?: NameString; + /** + * A description of the data quality analyzer. + */ + Description?: DataQualityRuleResultDescription; + /** + * An evaluation message. + */ + EvaluationMessage?: DataQualityRuleResultDescription; + /** + * A map of metrics associated with the evaluation of the analyzer. + */ + EvaluatedMetrics?: EvaluatedMetricsMap; + } + export type DataQualityAnalyzerResults = DataQualityAnalyzerResult[]; export interface DataQualityEvaluationRunAdditionalRunOptions { /** * Whether or not to enable CloudWatch metrics. @@ -5008,6 +5027,36 @@ declare namespace Glue { */ ResultsS3Prefix?: UriString; } + export interface DataQualityMetricValues { + /** + * The actual value of the data quality metric. + */ + ActualValue?: NullableDouble; + /** + * The expected value of the data quality metric according to the analysis of historical data. + */ + ExpectedValue?: NullableDouble; + /** + * The lower limit of the data quality metric value according to the analysis of historical data. + */ + LowerLimit?: NullableDouble; + /** + * The upper limit of the data quality metric value according to the analysis of historical data. + */ + UpperLimit?: NullableDouble; + } + export interface DataQualityObservation { + /** + * A description of the data quality observation. + */ + Description?: DataQualityObservationDescription; + /** + * An object of type MetricBasedObservation representing the observation that is based on evaluated data quality metrics. + */ + MetricBasedObservation?: MetricBasedObservation; + } + export type DataQualityObservationDescription = string; + export type DataQualityObservations = DataQualityObservation[]; export interface DataQualityResult { /** * A unique result ID for the data quality result. @@ -5053,6 +5102,14 @@ declare namespace Glue { * A list of DataQualityRuleResult objects representing the results for each rule. */ RuleResults?: DataQualityRuleResults; + /** + * A list of DataQualityAnalyzerResult objects representing the results for each analyzer. + */ + AnalyzerResults?: DataQualityAnalyzerResults; + /** + * A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers. + */ + Observations?: DataQualityObservations; } export interface DataQualityResultDescription { /** @@ -5143,11 +5200,11 @@ declare namespace Glue { /** * A description of the data quality rule. */ - Description?: DescriptionString; + Description?: DataQualityRuleResultDescription; /** * An evaluation message. */ - EvaluationMessage?: DescriptionString; + EvaluationMessage?: DataQualityRuleResultDescription; /** * A pass or fail status for the rule. */ @@ -5157,6 +5214,7 @@ declare namespace Glue { */ EvaluatedMetrics?: EvaluatedMetricsMap; } + export type DataQualityRuleResultDescription = string; export type DataQualityRuleResultStatus = "PASS"|"FAIL"|"ERROR"|string; export type DataQualityRuleResults = DataQualityRuleResult[]; export interface DataQualityRulesetEvaluationRunDescription { @@ -6874,6 +6932,14 @@ declare namespace Glue { * A list of DataQualityRuleResult objects representing the results for each rule. */ RuleResults?: DataQualityRuleResults; + /** + * A list of DataQualityAnalyzerResult objects representing the results for each analyzer. + */ + AnalyzerResults?: DataQualityAnalyzerResults; + /** + * A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers. + */ + Observations?: DataQualityObservations; } export interface GetDataQualityRuleRecommendationRunRequest { /** @@ -10111,6 +10177,20 @@ declare namespace Glue { export type MetadataList = MetadataKeyValuePair[]; export type MetadataOperation = "CREATE"|string; export type MetadataValueString = string; + export interface MetricBasedObservation { + /** + * The name of the data quality metric used for generating the observation. + */ + MetricName?: NameString; + /** + * An object of type DataQualityMetricValues representing the analysis of the data quality metric value. + */ + MetricValues?: DataQualityMetricValues; + /** + * A list of new data quality rules generated as part of the observation based on the data quality metric value. + */ + NewRules?: NewRules; + } export interface MicrosoftSQLServerCatalogSource { /** * The name of the data source. @@ -10193,6 +10273,7 @@ declare namespace Glue { } export type NameString = string; export type NameStringList = NameString[]; + export type NewRules = NameString[]; export interface Node { /** * The type of Glue component represented by the node. diff --git a/clients/sagemaker.d.ts b/clients/sagemaker.d.ts index a29e7c3a1c..35a55b3369 100644 --- a/clients/sagemaker.d.ts +++ b/clients/sagemaker.d.ts @@ -2956,6 +2956,7 @@ declare namespace SageMaker { * The name of the space. */ SpaceName?: SpaceName; + ResourceSpec?: ResourceSpec; } export type AppImageConfigArn = string; export interface AppImageConfigDetails { @@ -2979,6 +2980,10 @@ declare namespace SageMaker { * The configuration for the file system and kernels in the SageMaker image. */ KernelGatewayImageConfig?: KernelGatewayImageConfig; + /** + * The configuration for the file system and the runtime, such as the environment variables and entry point. + */ + JupyterLabAppImageConfig?: JupyterLabAppImageConfig; } export type AppImageConfigList = AppImageConfigDetails[]; export type AppImageConfigName = string; @@ -3005,7 +3010,7 @@ declare namespace SageMaker { ContainerArguments?: ContainerArguments; } export type AppStatus = "Deleted"|"Deleting"|"Failed"|"InService"|"Pending"|string; - export type AppType = "JupyterServer"|"KernelGateway"|"TensorBoard"|"RStudioServerPro"|"RSessionGateway"|string; + export type AppType = "JupyterServer"|"KernelGateway"|"TensorBoard"|"RStudioServerPro"|"RSessionGateway"|"JupyterLab"|"CodeEditor"|string; export type ApprovalDescription = string; export type ArnOrName = string; export type ArtifactArn = string; @@ -4279,6 +4284,13 @@ declare namespace SageMaker { ClusterStatus: ClusterStatus; } export type ClusterThreadsPerCore = number; + export interface CodeEditorAppSettings { + DefaultResourceSpec?: ResourceSpec; + /** + * The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration. + */ + LifecycleConfigArns?: LifecycleConfigArns; + } export type CodeRepositories = CodeRepository[]; export interface CodeRepository { /** @@ -4425,6 +4437,20 @@ declare namespace SageMaker { export type ConfigValue = string; export type ContainerArgument = string; export type ContainerArguments = ContainerArgument[]; + export interface ContainerConfig { + /** + * The arguments for the container when you're running the application. + */ + ContainerArguments?: CustomImageContainerArguments; + /** + * The entrypoint used to run the application in the container. + */ + ContainerEntrypoint?: CustomImageContainerEntrypoint; + /** + * The environment variables to set in the container + */ + ContainerEnvironmentVariables?: CustomImageContainerEnvironmentVariables; + } export interface ContainerDefinition { /** * This parameter is ignored for models that contain only a PrimaryContainer. When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see Use Logs and Metrics to Monitor an Inference Pipeline. If you don't specify a value for this parameter for a ContainerDefinition that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ContainerDefinition in the pipeline. If you specify a value for the ContainerHostName for any ContainerDefinition that is part of an inference pipeline, you must specify a value for the ContainerHostName parameter of every ContainerDefinition in that pipeline. @@ -4643,6 +4669,10 @@ declare namespace SageMaker { * The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab. */ KernelGatewayImageConfig?: KernelGatewayImageConfig; + /** + * The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. + */ + JupyterLabAppImageConfig?: JupyterLabAppImageConfig; } export interface CreateAppImageConfigResponse { /** @@ -6237,6 +6267,18 @@ declare namespace SageMaker { * A collection of space settings. */ SpaceSettings?: SpaceSettings; + /** + * The name of the space that appears in the SageMaker Studio UI. + */ + SpaceDisplayName?: NonEmptyString64; + /** + * A collection of ownership settings. + */ + OwnershipSettings?: OwnershipSettings; + /** + * A collection of space sharing settings. + */ + SpaceSharingSettings?: SpaceSharingSettings; } export interface CreateSpaceResponse { /** @@ -6584,6 +6626,20 @@ declare namespace SageMaker { export type CrossAccountFilterOption = "SameAccount"|"CrossAccount"|string; export type CsvContentType = string; export type CsvContentTypes = CsvContentType[]; + export interface CustomFileSystem { + /** + * A custom file system in Amazon EFS. + */ + EFSFileSystem?: EFSFileSystem; + } + export interface CustomFileSystemConfig { + /** + * The settings for a custom Amazon EFS file system. + */ + EFSFileSystemConfig?: EFSFileSystemConfig; + } + export type CustomFileSystemConfigs = CustomFileSystemConfig[]; + export type CustomFileSystems = CustomFileSystem[]; export interface CustomImage { /** * The name of the CustomImage. Must be unique to your account. @@ -6598,7 +6654,20 @@ declare namespace SageMaker { */ AppImageConfigName: AppImageConfigName; } + export type CustomImageContainerArguments = NonEmptyString64[]; + export type CustomImageContainerEntrypoint = NonEmptyString256[]; + export type CustomImageContainerEnvironmentVariables = {[key: string]: String256}; export type CustomImages = CustomImage[]; + export interface CustomPosixUserConfig { + /** + * The POSIX user ID. + */ + Uid: Uid; + /** + * The POSIX group ID. + */ + Gid: Gid; + } export type CustomerMetadataKey = string; export type CustomerMetadataKeyList = CustomerMetadataKey[]; export type CustomerMetadataMap = {[key: string]: CustomerMetadataValue}; @@ -6837,6 +6906,16 @@ declare namespace SageMaker { LastModifiedTime?: Timestamp; } export type DebugRuleEvaluationStatuses = DebugRuleEvaluationStatus[]; + export interface DefaultEbsStorageSettings { + /** + * The default size of the EBS storage volume for a private space. + */ + DefaultEbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb; + /** + * The maximum size of the EBS storage volume for a private space. + */ + MaximumEbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb; + } export type DefaultGid = number; export interface DefaultSpaceSettings { /** @@ -6850,6 +6929,12 @@ declare namespace SageMaker { JupyterServerAppSettings?: JupyterServerAppSettings; KernelGatewayAppSettings?: KernelGatewayAppSettings; } + export interface DefaultSpaceStorageSettings { + /** + * The default EBS storage settings for a private space. + */ + DefaultEbsStorageSettings?: DefaultEbsStorageSettings; + } export type DefaultUid = number; export interface DeleteActionRequest { /** @@ -7505,6 +7590,10 @@ declare namespace SageMaker { * The configuration of a KernelGateway app. */ KernelGatewayImageConfig?: KernelGatewayImageConfig; + /** + * The configuration of the JupyterLab app. + */ + JupyterLabAppImageConfig?: JupyterLabAppImageConfig; } export interface DescribeAppRequest { /** @@ -10256,6 +10345,18 @@ declare namespace SageMaker { * Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center. The following application types are supported: Studio Classic: &redirect=JupyterServer JupyterLab: &redirect=JupyterLab */ Url?: String1024; + /** + * The name of the space that appears in the Amazon SageMaker Studio UI. + */ + SpaceDisplayName?: NonEmptyString64; + /** + * The collection of ownership settings for a space. + */ + OwnershipSettings?: OwnershipSettings; + /** + * The collection of space sharing settings for a space. + */ + SpaceSharingSettings?: SpaceSharingSettings; } export interface DescribeStudioLifecycleConfigRequest { /** @@ -11120,6 +11221,22 @@ declare namespace SageMaker { */ ScalingPolicies?: ScalingPolicies; } + export interface EFSFileSystem { + /** + * The ID of your Amazon EFS file system. + */ + FileSystemId: FileSystemId; + } + export interface EFSFileSystemConfig { + /** + * The ID of your Amazon EFS file system. + */ + FileSystemId: FileSystemId; + /** + * The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below. + */ + FileSystemPath?: FileSystemPath; + } export interface EMRStepMetadata { /** * The identifier of the EMR cluster. @@ -11138,6 +11255,12 @@ declare namespace SageMaker { */ LogFilePath?: String1024; } + export interface EbsStorageSettings { + /** + * The size of an EBS storage volume for a private space. + */ + EbsVolumeSizeInGb: SpaceEbsVolumeSizeInGb; + } export interface Edge { /** * The Amazon Resource Name (ARN) of the source lineage entity of the directed edge. @@ -11936,6 +12059,7 @@ declare namespace SageMaker { DirectoryPath: DirectoryPath; } export type FileSystemId = string; + export type FileSystemPath = string; export type FileSystemType = "EFS"|"FSxLustre"|string; export type FillingTransformationMap = {[key: string]: FillingTransformationValue}; export type FillingTransformationValue = string; @@ -12186,6 +12310,7 @@ declare namespace SageMaker { */ PropertyNameSuggestions?: PropertyNameSuggestionList; } + export type Gid = number; export interface GitConfig { /** * The URL where the Git repository is located. @@ -13508,6 +13633,24 @@ declare namespace SageMaker { export type JsonContentType = string; export type JsonContentTypes = JsonContentType[]; export type JsonPath = string; + export interface JupyterLabAppImageConfig { + ContainerConfig?: ContainerConfig; + } + export interface JupyterLabAppSettings { + DefaultResourceSpec?: ResourceSpec; + /** + * A list of custom SageMaker images that are configured to run as a JupyterLab app. + */ + CustomImages?: CustomImages; + /** + * The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list. + */ + LifecycleConfigArns?: LifecycleConfigArns; + /** + * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application. + */ + CodeRepositories?: CodeRepositories; + } export interface JupyterServerAppSettings { /** * The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required. @@ -18722,6 +18865,8 @@ declare namespace SageMaker { } export type NetworkInterfaceId = string; export type NextToken = string; + export type NonEmptyString256 = string; + export type NonEmptyString64 = string; export type NotebookInstanceAcceleratorType = "ml.eia1.medium"|"ml.eia1.large"|"ml.eia1.xlarge"|"ml.eia2.medium"|"ml.eia2.large"|"ml.eia2.xlarge"|string; export type NotebookInstanceAcceleratorTypes = NotebookInstanceAcceleratorType[]; export type NotebookInstanceArn = string; @@ -19019,6 +19164,18 @@ declare namespace SageMaker { Value: String1024; } export type OutputParameterList = OutputParameter[]; + export interface OwnershipSettings { + /** + * The user profile who is the owner of the private space. + */ + OwnerUserProfileName: UserProfileName; + } + export interface OwnershipSettingsSummary { + /** + * The user profile who is the owner of the private space. + */ + OwnerUserProfileName?: UserProfileName; + } export type PaginationToken = string; export interface ParallelismConfiguration { /** @@ -21198,6 +21355,7 @@ declare namespace SageMaker { */ S3KmsKeyId?: KmsKeyId; } + export type SharingType = "Private"|"Shared"|string; export interface ShuffleConfig { /** * Determines the shuffling order in ShuffleConfig value. @@ -21247,6 +21405,9 @@ declare namespace SageMaker { export type SourceType = string; export type SourceUri = string; export type SpaceArn = string; + export interface SpaceCodeEditorAppSettings { + DefaultResourceSpec?: ResourceSpec; + } export interface SpaceDetails { /** * The ID of the associated Domain. @@ -21268,15 +21429,87 @@ declare namespace SageMaker { * The last modified time. */ LastModifiedTime?: LastModifiedTime; + /** + * The name of the space that appears in the Studio UI. + */ + SpaceDisplayName?: NonEmptyString64; + /** + * Specifies summary information about the space settings. + */ + SpaceSettingsSummary?: SpaceSettingsSummary; + /** + * Specifies summary information about the space sharing settings. + */ + SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary; + /** + * Specifies summary information about the ownership settings. + */ + OwnershipSettingsSummary?: OwnershipSettingsSummary; + } + export type SpaceEbsVolumeSizeInGb = number; + export interface SpaceJupyterLabAppSettings { + DefaultResourceSpec?: ResourceSpec; + /** + * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application. + */ + CodeRepositories?: CodeRepositories; } export type SpaceList = SpaceDetails[]; export type SpaceName = string; export interface SpaceSettings { JupyterServerAppSettings?: JupyterServerAppSettings; KernelGatewayAppSettings?: KernelGatewayAppSettings; + /** + * The settings for the JupyterLab application. + */ + JupyterLabAppSettings?: SpaceJupyterLabAppSettings; + /** + * The Code Editor application settings. + */ + CodeEditorAppSettings?: SpaceCodeEditorAppSettings; + /** + * The storage settings for a private space. + */ + SpaceStorageSettings?: SpaceStorageSettings; + /** + * The type of app created within the space. + */ + AppType?: AppType; + /** + * A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio. + */ + CustomFileSystems?: CustomFileSystems; + } + export interface SpaceSettingsSummary { + /** + * The type of app created within the space. + */ + AppType?: AppType; + /** + * The storage settings for a private space. + */ + SpaceStorageSettings?: SpaceStorageSettings; + } + export interface SpaceSharingSettings { + /** + * Specifies the sharing type of the space. + */ + SharingType: SharingType; + } + export interface SpaceSharingSettingsSummary { + /** + * Specifies the sharing type of the space. + */ + SharingType?: SharingType; } export type SpaceSortKey = "CreationTime"|"LastModifiedTime"|string; export type SpaceStatus = "Deleting"|"Failed"|"InService"|"Pending"|"Updating"|"Update_Failed"|"Delete_Failed"|string; + export interface SpaceStorageSettings { + /** + * A collection of EBS storage settings for a private space. + */ + EbsStorageSettings?: EbsStorageSettings; + } export type SpawnRate = number; export type SplitType = "None"|"Line"|"RecordIO"|"TFRecord"|string; export type StageStatus = "CREATING"|"READYTODEPLOY"|"STARTING"|"INPROGRESS"|"DEPLOYED"|"FAILED"|"STOPPING"|"STOPPED"|string; @@ -21517,7 +21750,7 @@ declare namespace SageMaker { export type String64 = string; export type String8192 = string; export type StringParameterValue = string; - export type StudioLifecycleConfigAppType = "JupyterServer"|"KernelGateway"|string; + export type StudioLifecycleConfigAppType = "JupyterServer"|"KernelGateway"|"JupyterLab"|"CodeEditor"|string; export type StudioLifecycleConfigArn = string; export type StudioLifecycleConfigContent = string; export interface StudioLifecycleConfigDetails { @@ -22736,6 +22969,7 @@ declare namespace SageMaker { */ ContentSha256?: TemplateContentSha256; } + export type Uid = number; export interface UpdateActionRequest { /** * The name of the action to update. @@ -22773,6 +23007,10 @@ declare namespace SageMaker { * The new KernelGateway app to run on the image. */ KernelGatewayImageConfig?: KernelGatewayImageConfig; + /** + * The JupyterLab app running on the image. + */ + JupyterLabAppImageConfig?: JupyterLabAppImageConfig; } export interface UpdateAppImageConfigResponse { /** @@ -23483,6 +23721,10 @@ declare namespace SageMaker { * A collection of space settings. */ SpaceSettings?: SpaceSettings; + /** + * The name of the space that appears in the Amazon SageMaker Studio UI. + */ + SpaceDisplayName?: NonEmptyString64; } export interface UpdateSpaceResponse { /** @@ -23733,6 +23975,18 @@ declare namespace SageMaker { * The Canvas app settings. */ CanvasAppSettings?: CanvasAppSettings; + /** + * The settings for the JupyterLab application. + */ + JupyterLabAppSettings?: JupyterLabAppSettings; + /** + * The Code Editor application settings. + */ + CodeEditorAppSettings?: CodeEditorAppSettings; + /** + * The storage settings for a private space. + */ + SpaceStorageSettings?: DefaultSpaceStorageSettings; /** * The default experience that the user is directed to when accessing the domain. The supported values are: studio::: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. app:JupyterServer:: Indicates that Studio Classic is the default experience. */ @@ -23741,6 +23995,14 @@ declare namespace SageMaker { * Whether the user can access Studio. If this value is set to DISABLED, the user cannot access Studio, even if that is the default experience for the domain. */ StudioWebPortal?: StudioWebPortal; + /** + * Details about the POSIX identity that is used for file system operations. + */ + CustomPosixUserConfig?: CustomPosixUserConfig; + /** + * The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio. + */ + CustomFileSystemConfigs?: CustomFileSystemConfigs; } export type UsersPerStep = number; export type UtilizationMetric = number; diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index edec02b107..6f429c19ab 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.1508.0', + VERSION: '2.1509.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index 5ae8af0a16..4f7d41d034 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.1508.0', + VERSION: '2.1509.0', /** * @api private @@ -55254,7 +55254,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 544 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-03-31","endpointPrefix":"glue","jsonVersion":"1.1","protocol":"json","serviceFullName":"AWS Glue","serviceId":"Glue","signatureVersion":"v4","targetPrefix":"AWSGlue","uid":"glue-2017-03-31"},"operations":{"BatchCreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInputList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInputList":{"type":"list","member":{"shape":"S5"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteConnection":{"input":{"type":"structure","required":["ConnectionNameList"],"members":{"CatalogId":{},"ConnectionNameList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Succeeded":{"shape":"Sn"},"Errors":{"type":"map","key":{},"value":{"shape":"S14"}}}}},"BatchDeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToDelete":{"type":"list","member":{"shape":"S1c"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteTable":{"input":{"type":"structure","required":["DatabaseName","TablesToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TablesToDelete":{"type":"list","member":{}},"TransactionId":{}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchDeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionIds"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"VersionId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchGetBlueprints":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"type":"list","member":{}},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprints":{"type":"list","member":{"shape":"S1w"}},"MissingBlueprints":{"shape":"S24"}}}},"BatchGetCrawlers":{"input":{"type":"structure","required":["CrawlerNames"],"members":{"CrawlerNames":{"shape":"S26"}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"CrawlersNotFound":{"shape":"S26"}}}},"BatchGetCustomEntityTypes":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"S3r"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"CustomEntityTypesNotFound":{"shape":"S3r"}}}},"BatchGetDataQualityResult":{"input":{"type":"structure","required":["ResultIds"],"members":{"ResultIds":{"shape":"S3x"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"}}}},"ResultsNotFound":{"shape":"S3x"}}}},"BatchGetDevEndpoints":{"input":{"type":"structure","required":["DevEndpointNames"],"members":{"DevEndpointNames":{"shape":"S4b"}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4d"},"DevEndpointsNotFound":{"shape":"S4b"}}}},"BatchGetJobs":{"input":{"type":"structure","required":["JobNames"],"members":{"JobNames":{"shape":"S4n"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4p"},"JobsNotFound":{"shape":"S4n"}}}},"BatchGetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToGet"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToGet":{"shape":"Sa4"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sa6"},"UnprocessedKeys":{"shape":"Sa4"}}}},"BatchGetTableOptimizer":{"input":{"type":"structure","required":["Entries"],"members":{"Entries":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}},"output":{"type":"structure","members":{"TableOptimizers":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"tableOptimizer":{"shape":"Sah"}}}},"Failures":{"type":"list","member":{"type":"structure","members":{"error":{"shape":"S14"},"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}}},"BatchGetTriggers":{"input":{"type":"structure","required":["TriggerNames"],"members":{"TriggerNames":{"shape":"Sas"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sau"},"TriggersNotFound":{"shape":"Sas"}}}},"BatchGetWorkflows":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"Sbc"},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflows":{"type":"list","member":{"shape":"Sbf"}},"MissingWorkflows":{"shape":"Sbc"}}}},"BatchStopJobRun":{"input":{"type":"structure","required":["JobName","JobRunIds"],"members":{"JobName":{},"JobRunIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"SuccessfulSubmissions":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchUpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","Entries"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Entries":{"type":"list","member":{"type":"structure","required":["PartitionValueList","PartitionInput"],"members":{"PartitionValueList":{"shape":"Scd"},"PartitionInput":{"shape":"S5"}}}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"PartitionValueList":{"shape":"Scd"},"ErrorDetail":{"shape":"S14"}}}}}}},"CancelDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{}}}},"CancelStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{}}},"CheckSchemaVersionValidity":{"input":{"type":"structure","required":["DataFormat","SchemaDefinition"],"members":{"DataFormat":{},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"Valid":{"type":"boolean"},"Error":{}}}},"CreateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Classification","Name","GrokPattern"],"members":{"Classification":{},"Name":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Classification","Name"],"members":{"Classification":{},"Name":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdf"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdg"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"CreateConnection":{"input":{"type":"structure","required":["ConnectionInput"],"members":{"CatalogId":{},"ConnectionInput":{"shape":"Sdk"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{}}},"CreateCrawler":{"input":{"type":"structure","required":["Name","Role","Targets"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{}}},"CreateCustomEntityType":{"input":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateDataQualityRuleset":{"input":{"type":"structure","required":["Name","Ruleset"],"members":{"Name":{},"Description":{},"Ruleset":{},"Tags":{"shape":"Scy"},"TargetTable":{"shape":"Sdy"},"ClientToken":{}}},"output":{"type":"structure","members":{"Name":{}}},"idempotent":true},"CreateDatabase":{"input":{"type":"structure","required":["DatabaseInput"],"members":{"CatalogId":{},"DatabaseInput":{"shape":"Se1"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{}}},"CreateDevEndpoint":{"input":{"type":"structure","required":["EndpointName","RoleArn"],"members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4g"},"SubnetId":{},"PublicKey":{},"PublicKeys":{"shape":"S4k"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"SecurityConfiguration":{},"Tags":{"shape":"Scy"},"Arguments":{"shape":"S4l"}}},"output":{"type":"structure","members":{"EndpointName":{},"Status":{},"SecurityGroupIds":{"shape":"S4g"},"SubnetId":{},"RoleArn":{},"YarnEndpointAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"SecurityConfiguration":{},"CreatedTimestamp":{"type":"timestamp"},"Arguments":{"shape":"S4l"}}}},"CreateJob":{"input":{"type":"structure","required":["Name","Role","Command"],"members":{"Name":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S4t"},"Command":{"shape":"S4v"},"DefaultArguments":{"shape":"S4z"},"NonOverridableArguments":{"shape":"S4z"},"Connections":{"shape":"S50"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"Tags":{"shape":"Scy"},"NotificationProperty":{"shape":"S54"},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CodeGenConfigurationNodes":{"shape":"S56"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa0"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateMLTransform":{"input":{"type":"structure","required":["Name","InputRecordTables","Parameters","Role"],"members":{"Name":{},"Description":{},"InputRecordTables":{"shape":"Sei"},"Parameters":{"shape":"Sej"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"Tags":{"shape":"Scy"},"TransformEncryption":{"shape":"Sen"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"CreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"CreatePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionIndex"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionIndex":{"shape":"Seu"}}},"output":{"type":"structure","members":{}}},"CreateRegistry":{"input":{"type":"structure","required":["RegistryName"],"members":{"RegistryName":{},"Description":{},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"RegistryArn":{},"RegistryName":{},"Description":{},"Tags":{"shape":"Scy"}}}},"CreateSchema":{"input":{"type":"structure","required":["SchemaName","DataFormat"],"members":{"RegistryId":{"shape":"Sf0"},"SchemaName":{},"DataFormat":{},"Compatibility":{},"Description":{},"Tags":{"shape":"Scy"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"Tags":{"shape":"Scy"},"SchemaVersionId":{},"SchemaVersionStatus":{}}}},"CreateScript":{"input":{"type":"structure","members":{"DagNodes":{"shape":"Sf7"},"DagEdges":{"shape":"Sff"},"Language":{}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"CreateSecurityConfiguration":{"input":{"type":"structure","required":["Name","EncryptionConfiguration"],"members":{"Name":{},"EncryptionConfiguration":{"shape":"Sfm"}}},"output":{"type":"structure","members":{"Name":{},"CreatedTimestamp":{"type":"timestamp"}}}},"CreateSession":{"input":{"type":"structure","required":["Id","Role","Command"],"members":{"Id":{},"Description":{},"Role":{},"Command":{"shape":"Sfy"},"Timeout":{"type":"integer"},"IdleTimeout":{"type":"integer"},"DefaultArguments":{"shape":"Sfz"},"Connections":{"shape":"S50"},"MaxCapacity":{"type":"double"},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"SecurityConfiguration":{},"GlueVersion":{},"Tags":{"shape":"Scy"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sg2"}}}},"CreateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sg7"},"PartitionIndexes":{"type":"list","member":{"shape":"Seu"}},"TransactionId":{},"OpenTableFormatInput":{"type":"structure","members":{"IcebergInput":{"type":"structure","required":["MetadataOperation"],"members":{"MetadataOperation":{},"Version":{}}}}}}},"output":{"type":"structure","members":{}}},"CreateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sai"}}},"output":{"type":"structure","members":{}}},"CreateTrigger":{"input":{"type":"structure","required":["Name","Type","Actions"],"members":{"Name":{},"WorkflowName":{},"Type":{},"Schedule":{},"Predicate":{"shape":"Sb1"},"Actions":{"shape":"Saz"},"Description":{},"StartOnCreation":{"type":"boolean"},"Tags":{"shape":"Scy"},"EventBatchingCondition":{"shape":"Sb8"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionInput":{"shape":"Sgm"}}},"output":{"type":"structure","members":{}}},"CreateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbg"},"Tags":{"shape":"Scy"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteConnection":{"input":{"type":"structure","required":["ConnectionName"],"members":{"CatalogId":{},"ConnectionName":{}}},"output":{"type":"structure","members":{}}},"DeleteCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{}}},"DeleteJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"DeleteMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{}}}},"DeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"DeletePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","IndexName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"IndexName":{}}},"output":{"type":"structure","members":{}}},"DeleteRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sf0"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Status":{}}}},"DeleteResourcePolicy":{"input":{"type":"structure","members":{"PolicyHashCondition":{},"ResourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"Status":{}}}},"DeleteSchemaVersions":{"input":{"type":"structure","required":["SchemaId","Versions"],"members":{"SchemaId":{"shape":"Sw"},"Versions":{}}},"output":{"type":"structure","members":{"SchemaVersionErrors":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"ErrorDetails":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}}}}}}},"DeleteSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"DeleteTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{}}},"DeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionId"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"GetBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprint":{"shape":"S1w"}}}},"GetBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RunId"],"members":{"BlueprintName":{},"RunId":{}}},"output":{"type":"structure","members":{"BlueprintRun":{"shape":"Sil"}}}},"GetBlueprintRuns":{"input":{"type":"structure","required":["BlueprintName"],"members":{"BlueprintName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"BlueprintRuns":{"type":"list","member":{"shape":"Sil"}},"NextToken":{}}}},"GetCatalogImportStatus":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"ImportStatus":{"type":"structure","members":{"ImportCompleted":{"type":"boolean"},"ImportTime":{"type":"timestamp"},"ImportedBy":{}}}}}},"GetClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Classifier":{"shape":"Siy"}}}},"GetClassifiers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Classifiers":{"type":"list","member":{"shape":"Siy"}},"NextToken":{}}}},"GetColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnNames":{"shape":"Sj8"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sja"},"Errors":{"shape":"Sjs"}}}},"GetColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnNames":{"shape":"Sj8"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sja"},"Errors":{"shape":"Sjs"}}}},"GetColumnStatisticsTaskRun":{"input":{"type":"structure","required":["ColumnStatisticsTaskRunId"],"members":{"ColumnStatisticsTaskRunId":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRun":{"shape":"Sjy"}}}},"GetColumnStatisticsTaskRuns":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRuns":{"type":"list","member":{"shape":"Sjy"}},"NextToken":{}}}},"GetConnection":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{},"HidePassword":{"type":"boolean"}}},"output":{"type":"structure","members":{"Connection":{"shape":"Sk9"}}}},"GetConnections":{"input":{"type":"structure","members":{"CatalogId":{},"Filter":{"type":"structure","members":{"MatchCriteria":{"shape":"Sdm"},"ConnectionType":{}}},"HidePassword":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionList":{"type":"list","member":{"shape":"Sk9"}},"NextToken":{}}}},"GetCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Crawler":{"shape":"S29"}}}},"GetCrawlerMetrics":{"input":{"type":"structure","members":{"CrawlerNameList":{"shape":"S26"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CrawlerMetricsList":{"type":"list","member":{"type":"structure","members":{"CrawlerName":{},"TimeLeftSeconds":{"type":"double"},"StillEstimating":{"type":"boolean"},"LastRuntimeSeconds":{"type":"double"},"MedianRuntimeSeconds":{"type":"double"},"TablesCreated":{"type":"integer"},"TablesUpdated":{"type":"integer"},"TablesDeleted":{"type":"integer"}}}},"NextToken":{}}}},"GetCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"NextToken":{}}}},"GetCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"GetDataCatalogEncryptionSettings":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"DataCatalogEncryptionSettings":{"shape":"Skq"}}}},"GetDataQualityResult":{"input":{"type":"structure","required":["ResultId"],"members":{"ResultId":{}}},"output":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"}}}},"GetDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RecommendedRuleset":{},"CreatedRulesetName":{}}}},"GetDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{},"TargetTable":{"shape":"Sdy"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"RecommendationRunId":{}}}},"GetDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"AdditionalRunOptions":{"shape":"Sl2"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RulesetNames":{"shape":"Sl3"},"ResultIds":{"type":"list","member":{}},"AdditionalDataSources":{"shape":"Sl5"}}}},"GetDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{"Database":{"shape":"Sl8"}}}},"GetDatabases":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","required":["DatabaseList"],"members":{"DatabaseList":{"type":"list","member":{"shape":"Sl8"}},"NextToken":{}}}},"GetDataflowGraph":{"input":{"type":"structure","members":{"PythonScript":{}}},"output":{"type":"structure","members":{"DagNodes":{"shape":"Sf7"},"DagEdges":{"shape":"Sff"}}}},"GetDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{"DevEndpoint":{"shape":"S4e"}}}},"GetDevEndpoints":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4d"},"NextToken":{}}}},"GetJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"Job":{"shape":"S4q"}}}},"GetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Slq"}}}},"GetJobRun":{"input":{"type":"structure","required":["JobName","RunId"],"members":{"JobName":{},"RunId":{},"PredecessorsIncluded":{"type":"boolean"}}},"output":{"type":"structure","members":{"JobRun":{"shape":"Sbr"}}}},"GetJobRuns":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"JobRuns":{"shape":"Sbq"},"NextToken":{}}}},"GetJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4p"},"NextToken":{}}}},"GetMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sm0"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"GetMLTaskRuns":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"TaskRunType":{},"Status":{},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"Sort":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}}}},"output":{"type":"structure","members":{"TaskRuns":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sm0"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"NextToken":{}}}},"GetMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sei"},"Parameters":{"shape":"Sej"},"EvaluationMetrics":{"shape":"Smj"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Smq"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sen"}}}},"GetMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Smt"},"Sort":{"shape":"Smu"}}},"output":{"type":"structure","required":["Transforms"],"members":{"Transforms":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sei"},"Parameters":{"shape":"Sej"},"EvaluationMetrics":{"shape":"Smj"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Smq"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sen"}}}},"NextToken":{}}}},"GetMapping":{"input":{"type":"structure","required":["Source"],"members":{"Source":{"shape":"Sn0"},"Sinks":{"shape":"Sn1"},"Location":{"shape":"Sn2"}}},"output":{"type":"structure","required":["Mapping"],"members":{"Mapping":{"shape":"Sn4"}}}},"GetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sa7"}}}},"GetPartitionIndexes":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{}}},"output":{"type":"structure","members":{"PartitionIndexDescriptorList":{"type":"list","member":{"type":"structure","required":["IndexName","Keys","IndexStatus"],"members":{"IndexName":{},"Keys":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"IndexStatus":{},"BackfillErrors":{"type":"list","member":{"type":"structure","members":{"Code":{},"Partitions":{"type":"list","member":{"shape":"S1c"}}}}}}}},"NextToken":{}}}},"GetPartitions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"NextToken":{},"Segment":{"shape":"Snn"},"MaxResults":{"type":"integer"},"ExcludeColumnSchema":{"type":"boolean"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sa6"},"NextToken":{}}}},"GetPlan":{"input":{"type":"structure","required":["Mapping","Source"],"members":{"Mapping":{"shape":"Sn4"},"Source":{"shape":"Sn0"},"Sinks":{"shape":"Sn1"},"Location":{"shape":"Sn2"},"Language":{},"AdditionalPlanOptionsMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"GetRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sf0"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetResourcePolicies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"GetResourcePoliciesResponseList":{"type":"list","member":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"GetResourcePolicy":{"input":{"type":"structure","members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"GetSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetSchemaByDefinition":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaArn":{},"DataFormat":{},"Status":{},"CreatedTime":{}}}},"GetSchemaVersion":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"shape":"Soa"}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaDefinition":{},"DataFormat":{},"SchemaArn":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"GetSchemaVersionsDiff":{"input":{"type":"structure","required":["SchemaId","FirstSchemaVersionNumber","SecondSchemaVersionNumber","SchemaDiffType"],"members":{"SchemaId":{"shape":"Sw"},"FirstSchemaVersionNumber":{"shape":"Soa"},"SecondSchemaVersionNumber":{"shape":"Soa"},"SchemaDiffType":{}}},"output":{"type":"structure","members":{"Diff":{}}}},"GetSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"SecurityConfiguration":{"shape":"Soj"}}}},"GetSecurityConfigurations":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SecurityConfigurations":{"type":"list","member":{"shape":"Soj"}},"NextToken":{}}}},"GetSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sg2"}}}},"GetStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Statement":{"shape":"Sor"}}}},"GetTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Table":{"shape":"Soy"}}}},"GetTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"TableOptimizer":{"shape":"Sah"}}}},"GetTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{"TableVersion":{"shape":"Sp4"}}}},"GetTableVersions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TableVersions":{"type":"list","member":{"shape":"Sp4"}},"NextToken":{}}}},"GetTables":{"input":{"type":"structure","required":["DatabaseName"],"members":{"CatalogId":{},"DatabaseName":{},"Expression":{},"NextToken":{},"MaxResults":{"type":"integer"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"TableList":{"shape":"Spb"},"NextToken":{}}}},"GetTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Scy"}}}},"GetTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sav"}}}},"GetTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sau"},"NextToken":{}}}},"GetUnfilteredPartitionMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","PartitionValues","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"AuditContext":{"shape":"Spj"},"SupportedPermissionTypes":{"shape":"Spm"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sa7"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"GetUnfilteredPartitionsMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"AuditContext":{"shape":"Spj"},"SupportedPermissionTypes":{"shape":"Spm"},"NextToken":{},"Segment":{"shape":"Snn"},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UnfilteredPartitions":{"type":"list","member":{"type":"structure","members":{"Partition":{"shape":"Sa7"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"NextToken":{}}}},"GetUnfilteredTableMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","Name","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"AuditContext":{"shape":"Spj"},"SupportedPermissionTypes":{"shape":"Spm"}}},"output":{"type":"structure","members":{"Table":{"shape":"Soy"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"},"CellFilters":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"RowFilterExpression":{}}}}}}},"GetUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{"UserDefinedFunction":{"shape":"Spz"}}}},"GetUserDefinedFunctions":{"input":{"type":"structure","required":["Pattern"],"members":{"CatalogId":{},"DatabaseName":{},"Pattern":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UserDefinedFunctions":{"type":"list","member":{"shape":"Spz"}},"NextToken":{}}}},"GetWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflow":{"shape":"Sbf"}}}},"GetWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Run":{"shape":"Sbh"}}}},"GetWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{"RunProperties":{"shape":"Sbg"}}}},"GetWorkflowRuns":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"shape":"Sbh"}},"NextToken":{}}}},"ImportCatalogToGlue":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{}}},"ListBlueprints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"Blueprints":{"shape":"S24"},"NextToken":{}}}},"ListColumnStatisticsTaskRuns":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunIds":{"type":"list","member":{}},"NextToken":{}}}},"ListCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"CrawlerNames":{"shape":"S26"},"NextToken":{}}}},"ListCrawls":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"MaxResults":{"type":"integer"},"Filters":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"FilterOperator":{},"FieldValue":{}}}},"NextToken":{}}},"output":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"CrawlId":{},"State":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Summary":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"DPUHour":{"type":"double"}}}},"NextToken":{}}}},"ListCustomEntityTypes":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"NextToken":{}}}},"ListDataQualityResults":{"input":{"type":"structure","members":{"Filter":{"type":"structure","members":{"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedAfter":{"type":"timestamp"},"StartedBefore":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedOn":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityRuleRecommendationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesetEvaluationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"Name":{},"Description":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"TargetTable":{"shape":"Sdy"}}},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"Rulesets":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"TargetTable":{"shape":"Sdy"},"RecommendationRunId":{},"RuleCount":{"type":"integer"}}}},"NextToken":{}}}},"ListDevEndpoints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"DevEndpointNames":{"type":"list","member":{}},"NextToken":{}}}},"ListJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"JobNames":{"shape":"S4n"},"NextToken":{}}}},"ListMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Smt"},"Sort":{"shape":"Smu"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","required":["TransformIds"],"members":{"TransformIds":{"type":"list","member":{}},"NextToken":{}}}},"ListRegistries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Registries":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSchemaVersions":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"SchemaArn":{},"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"NextToken":{}}}},"ListSchemas":{"input":{"type":"structure","members":{"RegistryId":{"shape":"Sf0"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"SchemaName":{},"SchemaArn":{},"Description":{},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSessions":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Ids":{"type":"list","member":{}},"Sessions":{"type":"list","member":{"shape":"Sg2"}},"NextToken":{}}}},"ListStatements":{"input":{"type":"structure","required":["SessionId"],"members":{"SessionId":{},"RequestOrigin":{},"NextToken":{}}},"output":{"type":"structure","members":{"Statements":{"type":"list","member":{"shape":"Sor"}},"NextToken":{}}}},"ListTableOptimizerRuns":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"TableOptimizerRuns":{"type":"list","member":{"shape":"Sak"}}}}},"ListTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Scy"}}},"output":{"type":"structure","members":{"TriggerNames":{"shape":"Sas"},"NextToken":{}}}},"ListWorkflows":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Workflows":{"shape":"Sbc"},"NextToken":{}}}},"PutDataCatalogEncryptionSettings":{"input":{"type":"structure","required":["DataCatalogEncryptionSettings"],"members":{"CatalogId":{},"DataCatalogEncryptionSettings":{"shape":"Skq"}}},"output":{"type":"structure","members":{}}},"PutResourcePolicy":{"input":{"type":"structure","required":["PolicyInJson"],"members":{"PolicyInJson":{},"ResourceArn":{},"PolicyHashCondition":{},"PolicyExistsCondition":{},"EnableHybrid":{}}},"output":{"type":"structure","members":{"PolicyHash":{}}}},"PutSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soa"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Ssr"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"PutWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId","RunProperties"],"members":{"Name":{},"RunId":{},"RunProperties":{"shape":"Sbg"}}},"output":{"type":"structure","members":{}}},"QuerySchemaVersionMetadata":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soa"},"SchemaVersionId":{},"MetadataList":{"type":"list","member":{"shape":"Ssr"}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"MetadataInfoMap":{"type":"map","key":{},"value":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{},"OtherMetadataValueList":{"type":"list","member":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{}}}}}}},"SchemaVersionId":{},"NextToken":{}}}},"RegisterSchemaVersion":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{}}}},"RemoveSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soa"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Ssr"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"ResetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Slq"}}}},"ResumeWorkflowRun":{"input":{"type":"structure","required":["Name","RunId","NodeIds"],"members":{"Name":{},"RunId":{},"NodeIds":{"shape":"Stc"}}},"output":{"type":"structure","members":{"RunId":{},"NodeIds":{"shape":"Stc"}}}},"RunStatement":{"input":{"type":"structure","required":["SessionId","Code"],"members":{"SessionId":{},"Code":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{"type":"integer"}}}},"SearchTables":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"Filters":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{},"Comparator":{}}}},"SearchText":{},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"Sort":{}}}},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","members":{"NextToken":{},"TableList":{"shape":"Spb"}}}},"StartBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RoleArn"],"members":{"BlueprintName":{},"Parameters":{},"RoleArn":{}}},"output":{"type":"structure","members":{"RunId":{}}}},"StartColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName","Role"],"members":{"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Sk0"},"Role":{},"SampleSize":{"type":"double"},"CatalogID":{},"SecurityConfiguration":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunId":{}}}},"StartCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StartCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StartDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["DataSource","Role"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"CreatedRulesetName":{},"ClientToken":{}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["DataSource","Role","RulesetNames"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"ClientToken":{},"AdditionalRunOptions":{"shape":"Sl2"},"RulesetNames":{"shape":"Sl3"},"AdditionalDataSources":{"shape":"Sl5"}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartExportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartImportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","InputS3Path"],"members":{"TransformId":{},"InputS3Path":{},"ReplaceAllLabels":{"type":"boolean"}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartJobRun":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"JobRunId":{},"Arguments":{"shape":"S4z"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S54"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"ExecutionClass":{}}},"output":{"type":"structure","members":{"JobRunId":{}}}},"StartMLEvaluationTaskRun":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartMLLabelingSetGenerationTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StartWorkflowRun":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"RunProperties":{"shape":"Sbg"}}},"output":{"type":"structure","members":{"RunId":{}}}},"StopColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"output":{"type":"structure","members":{}}},"StopCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StopCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StopSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"StopTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StopWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToAdd"],"members":{"ResourceArn":{},"TagsToAdd":{"shape":"Scy"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToRemove"],"members":{"ResourceArn":{},"TagsToRemove":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{}}},"output":{"type":"structure","members":{"Name":{}}}},"UpdateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdf"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdg"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"UpdateColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnStatisticsList":{"shape":"Sv5"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Sv7"}}}},"UpdateColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnStatisticsList":{"shape":"Sv5"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Sv7"}}}},"UpdateConnection":{"input":{"type":"structure","required":["Name","ConnectionInput"],"members":{"CatalogId":{},"Name":{},"ConnectionInput":{"shape":"Sdk"}}},"output":{"type":"structure","members":{}}},"UpdateCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{}}},"output":{"type":"structure","members":{}}},"UpdateCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"Schedule":{}}},"output":{"type":"structure","members":{}}},"UpdateDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Ruleset":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{}}}},"UpdateDatabase":{"input":{"type":"structure","required":["Name","DatabaseInput"],"members":{"CatalogId":{},"Name":{},"DatabaseInput":{"shape":"Se1"}}},"output":{"type":"structure","members":{}}},"UpdateDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"PublicKey":{},"AddPublicKeys":{"shape":"S4k"},"DeletePublicKeys":{"shape":"S4k"},"CustomLibraries":{"type":"structure","members":{"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{}}},"UpdateEtlLibraries":{"type":"boolean"},"DeleteArguments":{"shape":"S4g"},"AddArguments":{"shape":"S4l"}}},"output":{"type":"structure","members":{}}},"UpdateJob":{"input":{"type":"structure","required":["JobName","JobUpdate"],"members":{"JobName":{},"JobUpdate":{"type":"structure","members":{"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S4t"},"Command":{"shape":"S4v"},"DefaultArguments":{"shape":"S4z"},"NonOverridableArguments":{"shape":"S4z"},"Connections":{"shape":"S50"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S54"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S56"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa0"}}}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateJobFromSourceControl":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"Name":{},"Description":{},"Parameters":{"shape":"Sej"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"UpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValueList","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValueList":{"shape":"Scd"},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"UpdateRegistry":{"input":{"type":"structure","required":["RegistryId","Description"],"members":{"RegistryId":{"shape":"Sf0"},"Description":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}}},"UpdateSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soa"},"Compatibility":{},"Description":{}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}}},"UpdateSourceControlFromJob":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sg7"},"SkipArchive":{"type":"boolean"},"TransactionId":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"UpdateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sai"}}},"output":{"type":"structure","members":{}}},"UpdateTrigger":{"input":{"type":"structure","required":["Name","TriggerUpdate"],"members":{"Name":{},"TriggerUpdate":{"type":"structure","members":{"Name":{},"Description":{},"Schedule":{},"Actions":{"shape":"Saz"},"Predicate":{"shape":"Sb1"},"EventBatchingCondition":{"shape":"Sb8"}}}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sav"}}}},"UpdateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{},"FunctionInput":{"shape":"Sgm"}}},"output":{"type":"structure","members":{}}},"UpdateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbg"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}}},"shapes":{"S5":{"type":"structure","members":{"Values":{"shape":"S6"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"}}},"S6":{"type":"list","member":{}},"S9":{"type":"structure","members":{"Columns":{"shape":"Sa"},"Location":{},"AdditionalLocations":{"type":"list","member":{}},"InputFormat":{},"OutputFormat":{},"Compressed":{"type":"boolean"},"NumberOfBuckets":{"type":"integer"},"SerdeInfo":{"type":"structure","members":{"Name":{},"SerializationLibrary":{},"Parameters":{"shape":"Se"}}},"BucketColumns":{"shape":"Sn"},"SortColumns":{"type":"list","member":{"type":"structure","required":["Column","SortOrder"],"members":{"Column":{},"SortOrder":{"type":"integer"}}}},"Parameters":{"shape":"Se"},"SkewedInfo":{"type":"structure","members":{"SkewedColumnNames":{"shape":"Sn"},"SkewedColumnValues":{"type":"list","member":{}},"SkewedColumnValueLocationMaps":{"type":"map","key":{},"value":{}}}},"StoredAsSubDirectories":{"type":"boolean"},"SchemaReference":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"type":"long"}}}}},"Sa":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{},"Comment":{},"Parameters":{"shape":"Se"}}}},"Se":{"type":"map","key":{},"value":{}},"Sn":{"type":"list","member":{}},"Sw":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}},"S12":{"type":"list","member":{"type":"structure","members":{"PartitionValues":{"shape":"S6"},"ErrorDetail":{"shape":"S14"}}}},"S14":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}},"S1c":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S6"}}},"S1w":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{},"Status":{},"ErrorMessage":{},"LastActiveDefinition":{"type":"structure","members":{"Description":{},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{}}}}},"S24":{"type":"list","member":{}},"S26":{"type":"list","member":{}},"S28":{"type":"list","member":{"shape":"S29"}},"S29":{"type":"structure","members":{"Name":{},"Role":{},"Targets":{"shape":"S2b"},"DatabaseName":{},"Description":{},"Classifiers":{"shape":"S32"},"RecrawlPolicy":{"shape":"S33"},"SchemaChangePolicy":{"shape":"S35"},"LineageConfiguration":{"shape":"S38"},"State":{},"TablePrefix":{},"Schedule":{"type":"structure","members":{"ScheduleExpression":{},"State":{}}},"CrawlElapsedTime":{"type":"long"},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"LastCrawl":{"type":"structure","members":{"Status":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"StartTime":{"type":"timestamp"}}},"Version":{"type":"long"},"Configuration":{},"CrawlerSecurityConfiguration":{},"LakeFormationConfiguration":{"shape":"S3o"}}},"S2b":{"type":"structure","members":{"S3Targets":{"type":"list","member":{"type":"structure","members":{"Path":{},"Exclusions":{"shape":"S2f"},"ConnectionName":{},"SampleSize":{"type":"integer"},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"JdbcTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"Exclusions":{"shape":"S2f"},"EnableAdditionalMetadata":{"type":"list","member":{}}}}},"MongoDBTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"ScanAll":{"type":"boolean"}}}},"DynamoDBTargets":{"type":"list","member":{"type":"structure","members":{"Path":{},"scanAll":{"type":"boolean"},"scanRate":{"type":"double"}}}},"CatalogTargets":{"type":"list","member":{"type":"structure","required":["DatabaseName","Tables"],"members":{"DatabaseName":{},"Tables":{"type":"list","member":{}},"ConnectionName":{},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"DeltaTargets":{"type":"list","member":{"type":"structure","members":{"DeltaTables":{"shape":"S2f"},"ConnectionName":{},"WriteManifest":{"type":"boolean"},"CreateNativeDeltaTable":{"type":"boolean"}}}},"IcebergTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}},"HudiTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}}}},"S2f":{"type":"list","member":{}},"S32":{"type":"list","member":{}},"S33":{"type":"structure","members":{"RecrawlBehavior":{}}},"S35":{"type":"structure","members":{"UpdateBehavior":{},"DeleteBehavior":{}}},"S38":{"type":"structure","members":{"CrawlerLineageSettings":{}}},"S3o":{"type":"structure","members":{"UseLakeFormationCredentials":{"type":"boolean"},"AccountId":{}}},"S3r":{"type":"list","member":{}},"S3t":{"type":"list","member":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"S3v":{"type":"list","member":{}},"S3x":{"type":"list","member":{}},"S43":{"type":"structure","required":["GlueTable"],"members":{"GlueTable":{"shape":"S44"}}},"S44":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"CatalogId":{},"ConnectionName":{},"AdditionalOptions":{"type":"map","key":{},"value":{}}}},"S46":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"Result":{},"EvaluatedMetrics":{"type":"map","key":{},"value":{"type":"double"}}}}},"S4b":{"type":"list","member":{}},"S4d":{"type":"list","member":{"shape":"S4e"}},"S4e":{"type":"structure","members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4g"},"SubnetId":{},"YarnEndpointAddress":{},"PrivateAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"PublicAddress":{},"Status":{},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"LastUpdateStatus":{},"CreatedTimestamp":{"type":"timestamp"},"LastModifiedTimestamp":{"type":"timestamp"},"PublicKey":{},"PublicKeys":{"shape":"S4k"},"SecurityConfiguration":{},"Arguments":{"shape":"S4l"}}},"S4g":{"type":"list","member":{}},"S4k":{"type":"list","member":{}},"S4l":{"type":"map","key":{},"value":{}},"S4n":{"type":"list","member":{}},"S4p":{"type":"list","member":{"shape":"S4q"}},"S4q":{"type":"structure","members":{"Name":{},"Description":{},"LogUri":{},"Role":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ExecutionProperty":{"shape":"S4t"},"Command":{"shape":"S4v"},"DefaultArguments":{"shape":"S4z"},"NonOverridableArguments":{"shape":"S4z"},"Connections":{"shape":"S50"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S54"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S56"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa0"}}},"S4t":{"type":"structure","members":{"MaxConcurrentRuns":{"type":"integer"}}},"S4v":{"type":"structure","members":{"Name":{},"ScriptLocation":{},"PythonVersion":{},"Runtime":{}}},"S4z":{"type":"map","key":{},"value":{}},"S50":{"type":"structure","members":{"Connections":{"shape":"S51"}}},"S51":{"type":"list","member":{}},"S54":{"type":"structure","members":{"NotifyDelayAfter":{"type":"integer"}}},"S56":{"type":"map","key":{},"value":{"type":"structure","members":{"AthenaConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType","SchemaName"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"ConnectionTable":{},"SchemaName":{},"OutputSchemas":{"shape":"S5d"}}},"JDBCConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"type":"structure","members":{"FilterPredicate":{},"PartitionColumn":{},"LowerBound":{"type":"long"},"UpperBound":{"type":"long"},"NumPartitions":{"type":"long"},"JobBookmarkKeys":{"shape":"S5l"},"JobBookmarkKeysSortOrder":{},"DataTypeMapping":{"type":"map","key":{},"value":{}}}},"ConnectionTable":{},"Query":{},"OutputSchemas":{"shape":"S5d"}}},"SparkConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"RedshiftSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{}}},"S3CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S5v"}}},"S3CsvSource":{"type":"structure","required":["Name","Paths","Separator","QuoteChar"],"members":{"Name":{},"Paths":{"shape":"S5l"},"CompressionType":{},"Exclusions":{"shape":"S5l"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S61"},"Separator":{},"Escaper":{},"QuoteChar":{},"Multiline":{"type":"boolean"},"WithHeader":{"type":"boolean"},"WriteHeader":{"type":"boolean"},"SkipFirst":{"type":"boolean"},"OptimizePerformance":{"type":"boolean"},"OutputSchemas":{"shape":"S5d"}}},"S3JsonSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5l"},"CompressionType":{},"Exclusions":{"shape":"S5l"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S61"},"JsonPath":{},"Multiline":{"type":"boolean"},"OutputSchemas":{"shape":"S5d"}}},"S3ParquetSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5l"},"CompressionType":{},"Exclusions":{"shape":"S5l"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5d"}}},"RelationalCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"DynamoDBCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"JDBCConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectionTable","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"ConnectionName":{},"ConnectionTable":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"SparkConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"CatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{}}},"RedshiftTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{},"UpsertRedshiftOptions":{"type":"structure","members":{"TableLocation":{},"ConnectionName":{},"UpsertKeys":{"type":"list","member":{}}}}}},"S3CatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6j"}}},"S3GlueParquetTarget":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Path":{},"Compression":{},"SchemaChangePolicy":{"shape":"S6m"}}},"S3DirectTarget":{"type":"structure","required":["Name","Inputs","Path","Format"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Path":{},"Compression":{},"Format":{},"SchemaChangePolicy":{"shape":"S6m"}}},"ApplyMapping":{"type":"structure","required":["Name","Inputs","Mapping"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Mapping":{"shape":"S6q"}}},"SelectFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Paths":{"shape":"S6i"}}},"DropFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Paths":{"shape":"S6i"}}},"RenameField":{"type":"structure","required":["Name","Inputs","SourcePath","TargetPath"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"SourcePath":{"shape":"S5l"},"TargetPath":{"shape":"S5l"}}},"Spigot":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Path":{},"Topk":{"type":"integer"},"Prob":{"type":"double"}}},"Join":{"type":"structure","required":["Name","Inputs","JoinType","Columns"],"members":{"Name":{},"Inputs":{"shape":"S6z"},"JoinType":{},"Columns":{"type":"list","member":{"type":"structure","required":["From","Keys"],"members":{"From":{},"Keys":{"shape":"S6i"}}}}}},"SplitFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Paths":{"shape":"S6i"}}},"SelectFromCollection":{"type":"structure","required":["Name","Inputs","Index"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Index":{"type":"integer"}}},"FillMissingValues":{"type":"structure","required":["Name","Inputs","ImputedPath"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"ImputedPath":{},"FilledPath":{}}},"Filter":{"type":"structure","required":["Name","Inputs","LogicalOperator","Filters"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"LogicalOperator":{},"Filters":{"type":"list","member":{"type":"structure","required":["Operation","Values"],"members":{"Operation":{},"Negated":{"type":"boolean"},"Values":{"type":"list","member":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"shape":"S5l"}}}}}}}}},"CustomCode":{"type":"structure","required":["Name","Inputs","Code","ClassName"],"members":{"Name":{},"Inputs":{"shape":"S7g"},"Code":{},"ClassName":{},"OutputSchemas":{"shape":"S5d"}}},"SparkSQL":{"type":"structure","required":["Name","Inputs","SqlQuery","SqlAliases"],"members":{"Name":{},"Inputs":{"shape":"S7g"},"SqlQuery":{},"SqlAliases":{"type":"list","member":{"type":"structure","required":["From","Alias"],"members":{"From":{},"Alias":{}}}},"OutputSchemas":{"shape":"S5d"}}},"DirectKinesisSource":{"type":"structure","required":["Name"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"StreamingOptions":{"shape":"S7n"},"DataPreviewOptions":{"shape":"S7q"}}},"DirectKafkaSource":{"type":"structure","required":["Name"],"members":{"Name":{},"StreamingOptions":{"shape":"S7u"},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"DataPreviewOptions":{"shape":"S7q"}}},"CatalogKinesisSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S7n"},"DataPreviewOptions":{"shape":"S7q"}}},"CatalogKafkaSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S7u"},"DataPreviewOptions":{"shape":"S7q"}}},"DropNullFields":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"NullCheckBoxList":{"type":"structure","members":{"IsEmpty":{"type":"boolean"},"IsNullString":{"type":"boolean"},"IsNegOne":{"type":"boolean"}}},"NullTextList":{"type":"list","member":{"type":"structure","required":["Value","Datatype"],"members":{"Value":{},"Datatype":{"type":"structure","required":["Id","Label"],"members":{"Id":{},"Label":{}}}}}}}},"Merge":{"type":"structure","required":["Name","Inputs","Source","PrimaryKeys"],"members":{"Name":{},"Inputs":{"shape":"S6z"},"Source":{},"PrimaryKeys":{"shape":"S6i"}}},"Union":{"type":"structure","required":["Name","Inputs","UnionType"],"members":{"Name":{},"Inputs":{"shape":"S6z"},"UnionType":{}}},"PIIDetection":{"type":"structure","required":["Name","Inputs","PiiType","EntityTypesToDetect"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PiiType":{},"EntityTypesToDetect":{"shape":"S5l"},"OutputColumnName":{},"SampleFraction":{"type":"double"},"ThresholdFraction":{"type":"double"},"MaskValue":{}}},"Aggregate":{"type":"structure","required":["Name","Inputs","Groups","Aggs"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Groups":{"shape":"S6i"},"Aggs":{"type":"list","member":{"type":"structure","required":["Column","AggFunc"],"members":{"Column":{"shape":"S5l"},"AggFunc":{}}}}}},"DropDuplicates":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Columns":{"type":"list","member":{"type":"list","member":{}}}}},"GovernedCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6j"}}},"GovernedCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S5v"}}},"MicrosoftSQLServerCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MySQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"OracleSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"PostgreSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MicrosoftSQLServerCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{}}},"MySQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{}}},"OracleSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{}}},"PostgreSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Database":{},"Table":{}}},"DynamicTransform":{"type":"structure","required":["Name","TransformName","Inputs","FunctionName","Path"],"members":{"Name":{},"TransformName":{},"Inputs":{"shape":"S6b"},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{},"ValidationRule":{},"ValidationMessage":{},"Value":{"shape":"S5l"},"ListType":{},"IsOptional":{"type":"boolean"}}}},"FunctionName":{},"Path":{},"Version":{},"OutputSchemas":{"shape":"S5d"}}},"EvaluateDataQuality":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Ruleset":{},"Output":{},"PublishingOptions":{"shape":"S8y"},"StopJobOnFailureOptions":{"shape":"S8z"}}},"S3CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"S3HudiSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5l"},"AdditionalHudiOptions":{"shape":"S5r"},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5d"}}},"S3HudiCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S5r"},"SchemaChangePolicy":{"shape":"S6j"}}},"S3HudiDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"Path":{},"Compression":{},"PartitionKeys":{"shape":"S6i"},"Format":{},"AdditionalOptions":{"shape":"S5r"},"SchemaChangePolicy":{"shape":"S6m"}}},"DirectJDBCSource":{"type":"structure","required":["Name","Database","Table","ConnectionName","ConnectionType"],"members":{"Name":{},"Database":{},"Table":{},"ConnectionName":{},"ConnectionType":{},"RedshiftTmpDir":{}}},"S3CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S5r"},"OutputSchemas":{"shape":"S5d"}}},"S3DeltaSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5l"},"AdditionalDeltaOptions":{"shape":"S5r"},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5d"}}},"S3DeltaCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S5r"},"SchemaChangePolicy":{"shape":"S6j"}}},"S3DeltaDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"PartitionKeys":{"shape":"S6i"},"Path":{},"Compression":{},"Format":{},"AdditionalOptions":{"shape":"S5r"},"SchemaChangePolicy":{"shape":"S6m"}}},"AmazonRedshiftSource":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9g"}}},"AmazonRedshiftTarget":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9g"},"Inputs":{"shape":"S6b"}}},"EvaluateDataQualityMultiFrame":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S7g"},"AdditionalDataSources":{"type":"map","key":{},"value":{}},"Ruleset":{},"PublishingOptions":{"shape":"S8y"},"AdditionalOptions":{"type":"map","key":{},"value":{}},"StopJobOnFailureOptions":{"shape":"S8z"}}},"Recipe":{"type":"structure","required":["Name","Inputs","RecipeReference"],"members":{"Name":{},"Inputs":{"shape":"S6b"},"RecipeReference":{"type":"structure","required":["RecipeArn","RecipeVersion"],"members":{"RecipeArn":{},"RecipeVersion":{}}}}},"SnowflakeSource":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"S9u"},"OutputSchemas":{"shape":"S5d"}}},"SnowflakeTarget":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"S9u"},"Inputs":{"shape":"S6b"}}},"ConnectorDataSource":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"S9x"},"OutputSchemas":{"shape":"S5d"}}},"ConnectorDataTarget":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"S9x"},"Inputs":{"shape":"S6b"}}}}},"sensitive":true},"S5d":{"type":"list","member":{"type":"structure","members":{"Columns":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{}}}}}}},"S5l":{"type":"list","member":{}},"S5r":{"type":"map","key":{},"value":{}},"S5v":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"}}},"S61":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"},"EnableSamplePath":{"type":"boolean"},"SamplePath":{}}},"S6b":{"type":"list","member":{}},"S6i":{"type":"list","member":{"shape":"S5l"}},"S6j":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{}}},"S6m":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{},"Table":{},"Database":{}}},"S6q":{"type":"list","member":{"type":"structure","members":{"ToKey":{},"FromPath":{"shape":"S5l"},"FromType":{},"ToType":{},"Dropped":{"type":"boolean"},"Children":{"shape":"S6q"}}}},"S6z":{"type":"list","member":{}},"S7g":{"type":"list","member":{}},"S7n":{"type":"structure","members":{"EndpointUrl":{},"StreamName":{},"Classification":{},"Delimiter":{},"StartingPosition":{},"MaxFetchTimeInMs":{"type":"long"},"MaxFetchRecordsPerShard":{"type":"long"},"MaxRecordPerRead":{"type":"long"},"AddIdleTimeBetweenReads":{"type":"boolean"},"IdleTimeBetweenReadsInMs":{"type":"long"},"DescribeShardInterval":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxRetryIntervalMs":{"type":"long"},"AvoidEmptyBatches":{"type":"boolean"},"StreamArn":{},"RoleArn":{},"RoleSessionName":{},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7p"}}},"S7p":{"type":"timestamp","timestampFormat":"iso8601"},"S7q":{"type":"structure","members":{"PollingTime":{"type":"long"},"RecordPollingLimit":{"type":"long"}}},"S7u":{"type":"structure","members":{"BootstrapServers":{},"SecurityProtocol":{},"ConnectionName":{},"TopicName":{},"Assign":{},"SubscribePattern":{},"Classification":{},"Delimiter":{},"StartingOffsets":{},"EndingOffsets":{},"PollTimeoutMs":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxOffsetsPerTrigger":{"type":"long"},"MinPartitions":{"type":"integer"},"IncludeHeaders":{"type":"boolean"},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7p"}}},"S8y":{"type":"structure","members":{"EvaluationContext":{},"ResultsS3Prefix":{},"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsPublishingEnabled":{"type":"boolean"}}},"S8z":{"type":"structure","members":{"StopJobOnFailureTiming":{}}},"S9g":{"type":"structure","members":{"AccessType":{},"SourceType":{},"Connection":{"shape":"S9h"},"Schema":{"shape":"S9h"},"Table":{"shape":"S9h"},"CatalogDatabase":{"shape":"S9h"},"CatalogTable":{"shape":"S9h"},"CatalogRedshiftSchema":{},"CatalogRedshiftTable":{},"TempDir":{},"IamRole":{"shape":"S9h"},"AdvancedOptions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"TablePrefix":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"CrawlerConnection":{},"TableSchema":{"shape":"S9k"},"StagingTable":{},"SelectedColumns":{"shape":"S9k"}}},"S9h":{"type":"structure","members":{"Value":{},"Label":{},"Description":{}}},"S9k":{"type":"list","member":{"shape":"S9h"}},"S9u":{"type":"structure","members":{"SourceType":{},"Connection":{"shape":"S9h"},"Schema":{},"Table":{},"Database":{},"TempDir":{},"IamRole":{"shape":"S9h"},"AdditionalOptions":{"shape":"S5r"},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"StagingTable":{},"SelectedColumns":{"shape":"S9k"},"AutoPushdown":{"type":"boolean"},"TableSchema":{"shape":"S9k"}}},"S9x":{"type":"map","key":{},"value":{}},"Sa0":{"type":"structure","members":{"Provider":{},"Repository":{},"Owner":{},"Branch":{},"Folder":{},"LastCommitId":{},"AuthStrategy":{},"AuthToken":{}}},"Sa4":{"type":"list","member":{"shape":"S1c"}},"Sa6":{"type":"list","member":{"shape":"Sa7"}},"Sa7":{"type":"structure","members":{"Values":{"shape":"S6"},"DatabaseName":{},"TableName":{},"CreationTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"},"CatalogId":{}}},"Sah":{"type":"structure","members":{"type":{},"configuration":{"shape":"Sai"},"lastRun":{"shape":"Sak"}}},"Sai":{"type":"structure","members":{"roleArn":{},"enabled":{"type":"boolean"}}},"Sak":{"type":"structure","members":{"eventType":{},"startTimestamp":{"type":"timestamp"},"endTimestamp":{"type":"timestamp"},"metrics":{"type":"structure","members":{"NumberOfBytesCompacted":{},"NumberOfFilesCompacted":{},"NumberOfDpus":{},"JobDurationInHour":{}}},"error":{}}},"Sas":{"type":"list","member":{}},"Sau":{"type":"list","member":{"shape":"Sav"}},"Sav":{"type":"structure","members":{"Name":{},"WorkflowName":{},"Id":{},"Type":{},"State":{},"Description":{},"Schedule":{},"Actions":{"shape":"Saz"},"Predicate":{"shape":"Sb1"},"EventBatchingCondition":{"shape":"Sb8"}}},"Saz":{"type":"list","member":{"type":"structure","members":{"JobName":{},"Arguments":{"shape":"S4z"},"Timeout":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S54"},"CrawlerName":{}}}},"Sb1":{"type":"structure","members":{"Logical":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"LogicalOperator":{},"JobName":{},"State":{},"CrawlerName":{},"CrawlState":{}}}}}},"Sb8":{"type":"structure","required":["BatchSize"],"members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}},"Sbc":{"type":"list","member":{}},"Sbf":{"type":"structure","members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbg"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"LastRun":{"shape":"Sbh"},"Graph":{"shape":"Sbk"},"MaxConcurrentRuns":{"type":"integer"},"BlueprintDetails":{"type":"structure","members":{"BlueprintName":{},"RunId":{}}}}},"Sbg":{"type":"map","key":{},"value":{}},"Sbh":{"type":"structure","members":{"Name":{},"WorkflowRunId":{},"PreviousRunId":{},"WorkflowRunProperties":{"shape":"Sbg"},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Statistics":{"type":"structure","members":{"TotalActions":{"type":"integer"},"TimeoutActions":{"type":"integer"},"FailedActions":{"type":"integer"},"StoppedActions":{"type":"integer"},"SucceededActions":{"type":"integer"},"RunningActions":{"type":"integer"},"ErroredActions":{"type":"integer"},"WaitingActions":{"type":"integer"}}},"Graph":{"shape":"Sbk"},"StartingEventBatchCondition":{"type":"structure","members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}}}},"Sbk":{"type":"structure","members":{"Nodes":{"type":"list","member":{"type":"structure","members":{"Type":{},"Name":{},"UniqueId":{},"TriggerDetails":{"type":"structure","members":{"Trigger":{"shape":"Sav"}}},"JobDetails":{"type":"structure","members":{"JobRuns":{"shape":"Sbq"}}},"CrawlerDetails":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"LogGroup":{},"LogStream":{}}}}}}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceId":{},"DestinationId":{}}}}}},"Sbq":{"type":"list","member":{"shape":"Sbr"}},"Sbr":{"type":"structure","members":{"Id":{},"Attempt":{"type":"integer"},"PreviousRunId":{},"TriggerName":{},"JobName":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobRunState":{},"Arguments":{"shape":"S4z"},"ErrorMessage":{},"PredecessorRuns":{"type":"list","member":{"type":"structure","members":{"JobName":{},"RunId":{}}}},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"ExecutionTime":{"type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"LogGroupName":{},"NotificationProperty":{"shape":"S54"},"GlueVersion":{},"DPUSeconds":{"type":"double"},"ExecutionClass":{}}},"Scd":{"type":"list","member":{}},"Scy":{"type":"map","key":{},"value":{}},"Sdf":{"type":"list","member":{}},"Sdg":{"type":"list","member":{}},"Sdk":{"type":"structure","required":["Name","ConnectionType","ConnectionProperties"],"members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdm"},"ConnectionProperties":{"shape":"Sdn"},"PhysicalConnectionRequirements":{"shape":"Sdp"}}},"Sdm":{"type":"list","member":{}},"Sdn":{"type":"map","key":{},"value":{}},"Sdp":{"type":"structure","members":{"SubnetId":{},"SecurityGroupIdList":{"type":"list","member":{}},"AvailabilityZone":{}}},"Sdy":{"type":"structure","required":["TableName","DatabaseName"],"members":{"TableName":{},"DatabaseName":{},"CatalogId":{}}},"Se1":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTableDefaultPermissions":{"shape":"Se3"},"TargetDatabase":{"shape":"Se9"},"FederatedDatabase":{"shape":"Sea"}}},"Se3":{"type":"list","member":{"type":"structure","members":{"Principal":{"type":"structure","members":{"DataLakePrincipalIdentifier":{}}},"Permissions":{"type":"list","member":{}}}}},"Se9":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Region":{}}},"Sea":{"type":"structure","members":{"Identifier":{},"ConnectionName":{}}},"Sei":{"type":"list","member":{"shape":"S44"}},"Sej":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesParameters":{"type":"structure","members":{"PrimaryKeyColumnName":{},"PrecisionRecallTradeoff":{"type":"double"},"AccuracyCostTradeoff":{"type":"double"},"EnforceProvidedLabels":{"type":"boolean"}}}}},"Sen":{"type":"structure","members":{"MlUserDataEncryption":{"type":"structure","required":["MlUserDataEncryptionMode"],"members":{"MlUserDataEncryptionMode":{},"KmsKeyId":{}}},"TaskRunSecurityConfigurationName":{}}},"Seu":{"type":"structure","required":["Keys","IndexName"],"members":{"Keys":{"type":"list","member":{}},"IndexName":{}}},"Sf0":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}},"Sf7":{"type":"list","member":{"type":"structure","required":["Id","NodeType","Args"],"members":{"Id":{},"NodeType":{},"Args":{"shape":"Sfb"},"LineNumber":{"type":"integer"}}}},"Sfb":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{},"Param":{"type":"boolean"}}}},"Sff":{"type":"list","member":{"type":"structure","required":["Source","Target"],"members":{"Source":{},"Target":{},"TargetParameter":{}}}},"Sfm":{"type":"structure","members":{"S3Encryption":{"type":"list","member":{"type":"structure","members":{"S3EncryptionMode":{},"KmsKeyArn":{}}}},"CloudWatchEncryption":{"type":"structure","members":{"CloudWatchEncryptionMode":{},"KmsKeyArn":{}}},"JobBookmarksEncryption":{"type":"structure","members":{"JobBookmarksEncryptionMode":{},"KmsKeyArn":{}}}}},"Sfy":{"type":"structure","members":{"Name":{},"PythonVersion":{}}},"Sfz":{"type":"map","key":{},"value":{}},"Sg2":{"type":"structure","members":{"Id":{},"CreatedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Description":{},"Role":{},"Command":{"shape":"Sfy"},"DefaultArguments":{"shape":"Sfz"},"Connections":{"shape":"S50"},"Progress":{"type":"double"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"double"},"DPUSeconds":{"type":"double"},"IdleTimeout":{"type":"integer"}}},"Sg7":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Owner":{},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"TargetTable":{"shape":"Sgb"}}},"Sgb":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Name":{},"Region":{}}},"Sgm":{"type":"structure","members":{"FunctionName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"ResourceUris":{"shape":"Sgo"}}},"Sgo":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Uri":{}}}},"Sil":{"type":"structure","members":{"BlueprintName":{},"RunId":{},"WorkflowName":{},"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"RollbackErrorMessage":{},"Parameters":{},"RoleArn":{}}},"Siy":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name","Classification","GrokPattern"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name","Classification"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdf"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdg"},"Serde":{}}}}},"Sj8":{"type":"list","member":{}},"Sja":{"type":"list","member":{"shape":"Sjb"}},"Sjb":{"type":"structure","required":["ColumnName","ColumnType","AnalyzedTime","StatisticsData"],"members":{"ColumnName":{},"ColumnType":{},"AnalyzedTime":{"type":"timestamp"},"StatisticsData":{"type":"structure","required":["Type"],"members":{"Type":{},"BooleanColumnStatisticsData":{"type":"structure","required":["NumberOfTrues","NumberOfFalses","NumberOfNulls"],"members":{"NumberOfTrues":{"type":"long"},"NumberOfFalses":{"type":"long"},"NumberOfNulls":{"type":"long"}}},"DateColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"timestamp"},"MaximumValue":{"type":"timestamp"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DecimalColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"shape":"Sjj"},"MaximumValue":{"shape":"Sjj"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DoubleColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"double"},"MaximumValue":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"LongColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"long"},"MaximumValue":{"type":"long"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"StringColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls","NumberOfDistinctValues"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"BinaryColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"}}}}}}},"Sjj":{"type":"structure","required":["UnscaledValue","Scale"],"members":{"UnscaledValue":{"type":"blob"},"Scale":{"type":"integer"}}},"Sjs":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Error":{"shape":"S14"}}}},"Sjy":{"type":"structure","members":{"CustomerId":{},"ColumnStatisticsTaskRunId":{},"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Sk0"},"CatalogID":{},"Role":{},"SampleSize":{"type":"double"},"SecurityConfiguration":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ErrorMessage":{},"DPUSeconds":{"type":"double"}}},"Sk0":{"type":"list","member":{}},"Sk9":{"type":"structure","members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdm"},"ConnectionProperties":{"shape":"Sdn"},"PhysicalConnectionRequirements":{"shape":"Sdp"},"CreationTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{}}},"Skq":{"type":"structure","members":{"EncryptionAtRest":{"type":"structure","required":["CatalogEncryptionMode"],"members":{"CatalogEncryptionMode":{},"SseAwsKmsKeyId":{}}},"ConnectionPasswordEncryption":{"type":"structure","required":["ReturnConnectionPasswordEncrypted"],"members":{"ReturnConnectionPasswordEncrypted":{"type":"boolean"},"AwsKmsKeyId":{}}}}},"Sl2":{"type":"structure","members":{"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsS3Prefix":{}}},"Sl3":{"type":"list","member":{}},"Sl5":{"type":"map","key":{},"value":{"shape":"S43"}},"Sl8":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTime":{"type":"timestamp"},"CreateTableDefaultPermissions":{"shape":"Se3"},"TargetDatabase":{"shape":"Se9"},"CatalogId":{},"FederatedDatabase":{"shape":"Sea"}}},"Slq":{"type":"structure","members":{"JobName":{},"Version":{"type":"integer"},"Run":{"type":"integer"},"Attempt":{"type":"integer"},"PreviousRunId":{},"RunId":{},"JobBookmark":{}}},"Sm0":{"type":"structure","members":{"TaskType":{},"ImportLabelsTaskRunProperties":{"type":"structure","members":{"InputS3Path":{},"Replace":{"type":"boolean"}}},"ExportLabelsTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"LabelingSetGenerationTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"FindMatchesTaskRunProperties":{"type":"structure","members":{"JobId":{},"JobName":{},"JobRunId":{}}}}},"Smj":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesMetrics":{"type":"structure","members":{"AreaUnderPRCurve":{"type":"double"},"Precision":{"type":"double"},"Recall":{"type":"double"},"F1":{"type":"double"},"ConfusionMatrix":{"type":"structure","members":{"NumTruePositives":{"type":"long"},"NumFalsePositives":{"type":"long"},"NumTrueNegatives":{"type":"long"},"NumFalseNegatives":{"type":"long"}}},"ColumnImportances":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Importance":{"type":"double"}}}}}}}},"Smq":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{}}}},"Smt":{"type":"structure","members":{"Name":{},"TransformType":{},"Status":{},"GlueVersion":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"Schema":{"shape":"Smq"}}},"Smu":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}},"Sn0":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"Sn1":{"type":"list","member":{"shape":"Sn0"}},"Sn2":{"type":"structure","members":{"Jdbc":{"shape":"Sfb"},"S3":{"shape":"Sfb"},"DynamoDB":{"shape":"Sfb"}}},"Sn4":{"type":"list","member":{"type":"structure","members":{"SourceTable":{},"SourcePath":{},"SourceType":{},"TargetTable":{},"TargetPath":{},"TargetType":{}}}},"Snn":{"type":"structure","required":["SegmentNumber","TotalSegments"],"members":{"SegmentNumber":{"type":"integer"},"TotalSegments":{"type":"integer"}}},"Soa":{"type":"structure","members":{"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"}}},"Soj":{"type":"structure","members":{"Name":{},"CreatedTimeStamp":{"type":"timestamp"},"EncryptionConfiguration":{"shape":"Sfm"}}},"Sor":{"type":"structure","members":{"Id":{"type":"integer"},"Code":{},"State":{},"Output":{"type":"structure","members":{"Data":{"type":"structure","members":{"TextPlain":{}}},"ExecutionCount":{"type":"integer"},"Status":{},"ErrorName":{},"ErrorValue":{},"Traceback":{"shape":"S51"}}},"Progress":{"type":"double"},"StartedOn":{"type":"long"},"CompletedOn":{"type":"long"}}},"Soy":{"type":"structure","required":["Name"],"members":{"Name":{},"DatabaseName":{},"Description":{},"Owner":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"CreatedBy":{},"IsRegisteredWithLakeFormation":{"type":"boolean"},"TargetTable":{"shape":"Sgb"},"CatalogId":{},"VersionId":{},"FederatedTable":{"type":"structure","members":{"Identifier":{},"DatabaseIdentifier":{},"ConnectionName":{}}}}},"Sp4":{"type":"structure","members":{"Table":{"shape":"Soy"},"VersionId":{}}},"Spb":{"type":"list","member":{"shape":"Soy"}},"Spj":{"type":"structure","members":{"AdditionalAuditContext":{},"RequestedColumns":{"type":"list","member":{}},"AllColumnsRequested":{"type":"boolean"}}},"Spm":{"type":"list","member":{}},"Spz":{"type":"structure","members":{"FunctionName":{},"DatabaseName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"CreateTime":{"type":"timestamp"},"ResourceUris":{"shape":"Sgo"},"CatalogId":{}}},"Ssr":{"type":"structure","members":{"MetadataKey":{},"MetadataValue":{}}},"Stc":{"type":"list","member":{}},"Sv5":{"type":"list","member":{"shape":"Sjb"}},"Sv7":{"type":"list","member":{"type":"structure","members":{"ColumnStatistics":{"shape":"Sjb"},"Error":{"shape":"S14"}}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-03-31","endpointPrefix":"glue","jsonVersion":"1.1","protocol":"json","serviceFullName":"AWS Glue","serviceId":"Glue","signatureVersion":"v4","targetPrefix":"AWSGlue","uid":"glue-2017-03-31"},"operations":{"BatchCreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInputList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInputList":{"type":"list","member":{"shape":"S5"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteConnection":{"input":{"type":"structure","required":["ConnectionNameList"],"members":{"CatalogId":{},"ConnectionNameList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Succeeded":{"shape":"Sn"},"Errors":{"type":"map","key":{},"value":{"shape":"S14"}}}}},"BatchDeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToDelete":{"type":"list","member":{"shape":"S1c"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteTable":{"input":{"type":"structure","required":["DatabaseName","TablesToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TablesToDelete":{"type":"list","member":{}},"TransactionId":{}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchDeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionIds"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"VersionId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchGetBlueprints":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"type":"list","member":{}},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprints":{"type":"list","member":{"shape":"S1w"}},"MissingBlueprints":{"shape":"S24"}}}},"BatchGetCrawlers":{"input":{"type":"structure","required":["CrawlerNames"],"members":{"CrawlerNames":{"shape":"S26"}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"CrawlersNotFound":{"shape":"S26"}}}},"BatchGetCustomEntityTypes":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"S3r"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"CustomEntityTypesNotFound":{"shape":"S3r"}}}},"BatchGetDataQualityResult":{"input":{"type":"structure","required":["ResultIds"],"members":{"ResultIds":{"shape":"S3x"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"ResultsNotFound":{"shape":"S3x"}}}},"BatchGetDevEndpoints":{"input":{"type":"structure","required":["DevEndpointNames"],"members":{"DevEndpointNames":{"shape":"S4k"}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"DevEndpointsNotFound":{"shape":"S4k"}}}},"BatchGetJobs":{"input":{"type":"structure","required":["JobNames"],"members":{"JobNames":{"shape":"S4w"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"JobsNotFound":{"shape":"S4w"}}}},"BatchGetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToGet"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToGet":{"shape":"Sad"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Saf"},"UnprocessedKeys":{"shape":"Sad"}}}},"BatchGetTableOptimizer":{"input":{"type":"structure","required":["Entries"],"members":{"Entries":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}},"output":{"type":"structure","members":{"TableOptimizers":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"tableOptimizer":{"shape":"Saq"}}}},"Failures":{"type":"list","member":{"type":"structure","members":{"error":{"shape":"S14"},"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}}},"BatchGetTriggers":{"input":{"type":"structure","required":["TriggerNames"],"members":{"TriggerNames":{"shape":"Sb1"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb3"},"TriggersNotFound":{"shape":"Sb1"}}}},"BatchGetWorkflows":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"Sbl"},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflows":{"type":"list","member":{"shape":"Sbo"}},"MissingWorkflows":{"shape":"Sbl"}}}},"BatchStopJobRun":{"input":{"type":"structure","required":["JobName","JobRunIds"],"members":{"JobName":{},"JobRunIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"SuccessfulSubmissions":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchUpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","Entries"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Entries":{"type":"list","member":{"type":"structure","required":["PartitionValueList","PartitionInput"],"members":{"PartitionValueList":{"shape":"Scm"},"PartitionInput":{"shape":"S5"}}}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"PartitionValueList":{"shape":"Scm"},"ErrorDetail":{"shape":"S14"}}}}}}},"CancelDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{}}}},"CancelStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{}}},"CheckSchemaVersionValidity":{"input":{"type":"structure","required":["DataFormat","SchemaDefinition"],"members":{"DataFormat":{},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"Valid":{"type":"boolean"},"Error":{}}}},"CreateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Classification","Name","GrokPattern"],"members":{"Classification":{},"Name":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Classification","Name"],"members":{"Classification":{},"Name":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdo"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdp"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"CreateConnection":{"input":{"type":"structure","required":["ConnectionInput"],"members":{"CatalogId":{},"ConnectionInput":{"shape":"Sdt"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{}}},"CreateCrawler":{"input":{"type":"structure","required":["Name","Role","Targets"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{}}},"CreateCustomEntityType":{"input":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateDataQualityRuleset":{"input":{"type":"structure","required":["Name","Ruleset"],"members":{"Name":{},"Description":{},"Ruleset":{},"Tags":{"shape":"Sd7"},"TargetTable":{"shape":"Se7"},"ClientToken":{}}},"output":{"type":"structure","members":{"Name":{}}},"idempotent":true},"CreateDatabase":{"input":{"type":"structure","required":["DatabaseInput"],"members":{"CatalogId":{},"DatabaseInput":{"shape":"Sea"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{}}},"CreateDevEndpoint":{"input":{"type":"structure","required":["EndpointName","RoleArn"],"members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"SecurityConfiguration":{},"Tags":{"shape":"Sd7"},"Arguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{"EndpointName":{},"Status":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"RoleArn":{},"YarnEndpointAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"SecurityConfiguration":{},"CreatedTimestamp":{"type":"timestamp"},"Arguments":{"shape":"S4u"}}}},"CreateJob":{"input":{"type":"structure","required":["Name","Role","Command"],"members":{"Name":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S52"},"Command":{"shape":"S54"},"DefaultArguments":{"shape":"S58"},"NonOverridableArguments":{"shape":"S58"},"Connections":{"shape":"S59"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"Tags":{"shape":"Sd7"},"NotificationProperty":{"shape":"S5d"},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CodeGenConfigurationNodes":{"shape":"S5f"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa9"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateMLTransform":{"input":{"type":"structure","required":["Name","InputRecordTables","Parameters","Role"],"members":{"Name":{},"Description":{},"InputRecordTables":{"shape":"Ser"},"Parameters":{"shape":"Ses"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"Tags":{"shape":"Sd7"},"TransformEncryption":{"shape":"Sew"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"CreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"CreatePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionIndex"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionIndex":{"shape":"Sf3"}}},"output":{"type":"structure","members":{}}},"CreateRegistry":{"input":{"type":"structure","required":["RegistryName"],"members":{"RegistryName":{},"Description":{},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"RegistryArn":{},"RegistryName":{},"Description":{},"Tags":{"shape":"Sd7"}}}},"CreateSchema":{"input":{"type":"structure","required":["SchemaName","DataFormat"],"members":{"RegistryId":{"shape":"Sf9"},"SchemaName":{},"DataFormat":{},"Compatibility":{},"Description":{},"Tags":{"shape":"Sd7"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"Tags":{"shape":"Sd7"},"SchemaVersionId":{},"SchemaVersionStatus":{}}}},"CreateScript":{"input":{"type":"structure","members":{"DagNodes":{"shape":"Sfg"},"DagEdges":{"shape":"Sfo"},"Language":{}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"CreateSecurityConfiguration":{"input":{"type":"structure","required":["Name","EncryptionConfiguration"],"members":{"Name":{},"EncryptionConfiguration":{"shape":"Sfv"}}},"output":{"type":"structure","members":{"Name":{},"CreatedTimestamp":{"type":"timestamp"}}}},"CreateSession":{"input":{"type":"structure","required":["Id","Role","Command"],"members":{"Id":{},"Description":{},"Role":{},"Command":{"shape":"Sg7"},"Timeout":{"type":"integer"},"IdleTimeout":{"type":"integer"},"DefaultArguments":{"shape":"Sg8"},"Connections":{"shape":"S59"},"MaxCapacity":{"type":"double"},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"SecurityConfiguration":{},"GlueVersion":{},"Tags":{"shape":"Sd7"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgb"}}}},"CreateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgg"},"PartitionIndexes":{"type":"list","member":{"shape":"Sf3"}},"TransactionId":{},"OpenTableFormatInput":{"type":"structure","members":{"IcebergInput":{"type":"structure","required":["MetadataOperation"],"members":{"MetadataOperation":{},"Version":{}}}}}}},"output":{"type":"structure","members":{}}},"CreateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sar"}}},"output":{"type":"structure","members":{}}},"CreateTrigger":{"input":{"type":"structure","required":["Name","Type","Actions"],"members":{"Name":{},"WorkflowName":{},"Type":{},"Schedule":{},"Predicate":{"shape":"Sba"},"Actions":{"shape":"Sb8"},"Description":{},"StartOnCreation":{"type":"boolean"},"Tags":{"shape":"Sd7"},"EventBatchingCondition":{"shape":"Sbh"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionInput":{"shape":"Sgv"}}},"output":{"type":"structure","members":{}}},"CreateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbp"},"Tags":{"shape":"Sd7"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteConnection":{"input":{"type":"structure","required":["ConnectionName"],"members":{"CatalogId":{},"ConnectionName":{}}},"output":{"type":"structure","members":{}}},"DeleteCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{}}},"DeleteJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"DeleteMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{}}}},"DeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"DeletePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","IndexName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"IndexName":{}}},"output":{"type":"structure","members":{}}},"DeleteRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sf9"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Status":{}}}},"DeleteResourcePolicy":{"input":{"type":"structure","members":{"PolicyHashCondition":{},"ResourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"Status":{}}}},"DeleteSchemaVersions":{"input":{"type":"structure","required":["SchemaId","Versions"],"members":{"SchemaId":{"shape":"Sw"},"Versions":{}}},"output":{"type":"structure","members":{"SchemaVersionErrors":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"ErrorDetails":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}}}}}}},"DeleteSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"DeleteTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{}}},"DeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionId"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"GetBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprint":{"shape":"S1w"}}}},"GetBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RunId"],"members":{"BlueprintName":{},"RunId":{}}},"output":{"type":"structure","members":{"BlueprintRun":{"shape":"Siu"}}}},"GetBlueprintRuns":{"input":{"type":"structure","required":["BlueprintName"],"members":{"BlueprintName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"BlueprintRuns":{"type":"list","member":{"shape":"Siu"}},"NextToken":{}}}},"GetCatalogImportStatus":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"ImportStatus":{"type":"structure","members":{"ImportCompleted":{"type":"boolean"},"ImportTime":{"type":"timestamp"},"ImportedBy":{}}}}}},"GetClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Classifier":{"shape":"Sj7"}}}},"GetClassifiers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Classifiers":{"type":"list","member":{"shape":"Sj7"}},"NextToken":{}}}},"GetColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnNames":{"shape":"Sjh"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sjj"},"Errors":{"shape":"Sk1"}}}},"GetColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnNames":{"shape":"Sjh"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sjj"},"Errors":{"shape":"Sk1"}}}},"GetColumnStatisticsTaskRun":{"input":{"type":"structure","required":["ColumnStatisticsTaskRunId"],"members":{"ColumnStatisticsTaskRunId":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRun":{"shape":"Sk7"}}}},"GetColumnStatisticsTaskRuns":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRuns":{"type":"list","member":{"shape":"Sk7"}},"NextToken":{}}}},"GetConnection":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{},"HidePassword":{"type":"boolean"}}},"output":{"type":"structure","members":{"Connection":{"shape":"Ski"}}}},"GetConnections":{"input":{"type":"structure","members":{"CatalogId":{},"Filter":{"type":"structure","members":{"MatchCriteria":{"shape":"Sdv"},"ConnectionType":{}}},"HidePassword":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionList":{"type":"list","member":{"shape":"Ski"}},"NextToken":{}}}},"GetCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Crawler":{"shape":"S29"}}}},"GetCrawlerMetrics":{"input":{"type":"structure","members":{"CrawlerNameList":{"shape":"S26"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CrawlerMetricsList":{"type":"list","member":{"type":"structure","members":{"CrawlerName":{},"TimeLeftSeconds":{"type":"double"},"StillEstimating":{"type":"boolean"},"LastRuntimeSeconds":{"type":"double"},"MedianRuntimeSeconds":{"type":"double"},"TablesCreated":{"type":"integer"},"TablesUpdated":{"type":"integer"},"TablesDeleted":{"type":"integer"}}}},"NextToken":{}}}},"GetCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"NextToken":{}}}},"GetCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"GetDataCatalogEncryptionSettings":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"DataCatalogEncryptionSettings":{"shape":"Skz"}}}},"GetDataQualityResult":{"input":{"type":"structure","required":["ResultId"],"members":{"ResultId":{}}},"output":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"GetDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RecommendedRuleset":{},"CreatedRulesetName":{}}}},"GetDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{},"TargetTable":{"shape":"Se7"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"RecommendationRunId":{}}}},"GetDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"AdditionalRunOptions":{"shape":"Slb"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RulesetNames":{"shape":"Slc"},"ResultIds":{"type":"list","member":{}},"AdditionalDataSources":{"shape":"Sle"}}}},"GetDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{"Database":{"shape":"Slh"}}}},"GetDatabases":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","required":["DatabaseList"],"members":{"DatabaseList":{"type":"list","member":{"shape":"Slh"}},"NextToken":{}}}},"GetDataflowGraph":{"input":{"type":"structure","members":{"PythonScript":{}}},"output":{"type":"structure","members":{"DagNodes":{"shape":"Sfg"},"DagEdges":{"shape":"Sfo"}}}},"GetDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{"DevEndpoint":{"shape":"S4n"}}}},"GetDevEndpoints":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"NextToken":{}}}},"GetJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"Job":{"shape":"S4z"}}}},"GetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Slz"}}}},"GetJobRun":{"input":{"type":"structure","required":["JobName","RunId"],"members":{"JobName":{},"RunId":{},"PredecessorsIncluded":{"type":"boolean"}}},"output":{"type":"structure","members":{"JobRun":{"shape":"Sc0"}}}},"GetJobRuns":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"JobRuns":{"shape":"Sbz"},"NextToken":{}}}},"GetJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"NextToken":{}}}},"GetMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sm9"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"GetMLTaskRuns":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"TaskRunType":{},"Status":{},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"Sort":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}}}},"output":{"type":"structure","members":{"TaskRuns":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sm9"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"NextToken":{}}}},"GetMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Ser"},"Parameters":{"shape":"Ses"},"EvaluationMetrics":{"shape":"Sms"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Smz"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sew"}}}},"GetMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Sn2"},"Sort":{"shape":"Sn3"}}},"output":{"type":"structure","required":["Transforms"],"members":{"Transforms":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Ser"},"Parameters":{"shape":"Ses"},"EvaluationMetrics":{"shape":"Sms"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Smz"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sew"}}}},"NextToken":{}}}},"GetMapping":{"input":{"type":"structure","required":["Source"],"members":{"Source":{"shape":"Sn9"},"Sinks":{"shape":"Sna"},"Location":{"shape":"Snb"}}},"output":{"type":"structure","required":["Mapping"],"members":{"Mapping":{"shape":"Snd"}}}},"GetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sag"}}}},"GetPartitionIndexes":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{}}},"output":{"type":"structure","members":{"PartitionIndexDescriptorList":{"type":"list","member":{"type":"structure","required":["IndexName","Keys","IndexStatus"],"members":{"IndexName":{},"Keys":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"IndexStatus":{},"BackfillErrors":{"type":"list","member":{"type":"structure","members":{"Code":{},"Partitions":{"type":"list","member":{"shape":"S1c"}}}}}}}},"NextToken":{}}}},"GetPartitions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"NextToken":{},"Segment":{"shape":"Snw"},"MaxResults":{"type":"integer"},"ExcludeColumnSchema":{"type":"boolean"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Saf"},"NextToken":{}}}},"GetPlan":{"input":{"type":"structure","required":["Mapping","Source"],"members":{"Mapping":{"shape":"Snd"},"Source":{"shape":"Sn9"},"Sinks":{"shape":"Sna"},"Location":{"shape":"Snb"},"Language":{},"AdditionalPlanOptionsMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"GetRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sf9"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetResourcePolicies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"GetResourcePoliciesResponseList":{"type":"list","member":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"GetResourcePolicy":{"input":{"type":"structure","members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"GetSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetSchemaByDefinition":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaArn":{},"DataFormat":{},"Status":{},"CreatedTime":{}}}},"GetSchemaVersion":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"shape":"Soj"}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaDefinition":{},"DataFormat":{},"SchemaArn":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"GetSchemaVersionsDiff":{"input":{"type":"structure","required":["SchemaId","FirstSchemaVersionNumber","SecondSchemaVersionNumber","SchemaDiffType"],"members":{"SchemaId":{"shape":"Sw"},"FirstSchemaVersionNumber":{"shape":"Soj"},"SecondSchemaVersionNumber":{"shape":"Soj"},"SchemaDiffType":{}}},"output":{"type":"structure","members":{"Diff":{}}}},"GetSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"SecurityConfiguration":{"shape":"Sos"}}}},"GetSecurityConfigurations":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SecurityConfigurations":{"type":"list","member":{"shape":"Sos"}},"NextToken":{}}}},"GetSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgb"}}}},"GetStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Statement":{"shape":"Sp0"}}}},"GetTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sp7"}}}},"GetTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"TableOptimizer":{"shape":"Saq"}}}},"GetTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{"TableVersion":{"shape":"Spd"}}}},"GetTableVersions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TableVersions":{"type":"list","member":{"shape":"Spd"}},"NextToken":{}}}},"GetTables":{"input":{"type":"structure","required":["DatabaseName"],"members":{"CatalogId":{},"DatabaseName":{},"Expression":{},"NextToken":{},"MaxResults":{"type":"integer"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"TableList":{"shape":"Spk"},"NextToken":{}}}},"GetTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sd7"}}}},"GetTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb4"}}}},"GetTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb3"},"NextToken":{}}}},"GetUnfilteredPartitionMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","PartitionValues","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"AuditContext":{"shape":"Sps"},"SupportedPermissionTypes":{"shape":"Spv"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sag"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"GetUnfilteredPartitionsMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"AuditContext":{"shape":"Sps"},"SupportedPermissionTypes":{"shape":"Spv"},"NextToken":{},"Segment":{"shape":"Snw"},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UnfilteredPartitions":{"type":"list","member":{"type":"structure","members":{"Partition":{"shape":"Sag"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"NextToken":{}}}},"GetUnfilteredTableMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","Name","SupportedPermissionTypes"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"AuditContext":{"shape":"Sps"},"SupportedPermissionTypes":{"shape":"Spv"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sp7"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"},"CellFilters":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"RowFilterExpression":{}}}}}}},"GetUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{"UserDefinedFunction":{"shape":"Sq8"}}}},"GetUserDefinedFunctions":{"input":{"type":"structure","required":["Pattern"],"members":{"CatalogId":{},"DatabaseName":{},"Pattern":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UserDefinedFunctions":{"type":"list","member":{"shape":"Sq8"}},"NextToken":{}}}},"GetWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflow":{"shape":"Sbo"}}}},"GetWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Run":{"shape":"Sbq"}}}},"GetWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{"RunProperties":{"shape":"Sbp"}}}},"GetWorkflowRuns":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"shape":"Sbq"}},"NextToken":{}}}},"ImportCatalogToGlue":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{}}},"ListBlueprints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"Blueprints":{"shape":"S24"},"NextToken":{}}}},"ListColumnStatisticsTaskRuns":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunIds":{"type":"list","member":{}},"NextToken":{}}}},"ListCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"CrawlerNames":{"shape":"S26"},"NextToken":{}}}},"ListCrawls":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"MaxResults":{"type":"integer"},"Filters":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"FilterOperator":{},"FieldValue":{}}}},"NextToken":{}}},"output":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"CrawlId":{},"State":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Summary":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"DPUHour":{"type":"double"}}}},"NextToken":{}}}},"ListCustomEntityTypes":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"NextToken":{}}}},"ListDataQualityResults":{"input":{"type":"structure","members":{"Filter":{"type":"structure","members":{"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedAfter":{"type":"timestamp"},"StartedBefore":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedOn":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityRuleRecommendationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesetEvaluationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"Name":{},"Description":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"TargetTable":{"shape":"Se7"}}},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"Rulesets":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"TargetTable":{"shape":"Se7"},"RecommendationRunId":{},"RuleCount":{"type":"integer"}}}},"NextToken":{}}}},"ListDevEndpoints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"DevEndpointNames":{"type":"list","member":{}},"NextToken":{}}}},"ListJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"JobNames":{"shape":"S4w"},"NextToken":{}}}},"ListMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Sn2"},"Sort":{"shape":"Sn3"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","required":["TransformIds"],"members":{"TransformIds":{"type":"list","member":{}},"NextToken":{}}}},"ListRegistries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Registries":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSchemaVersions":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"SchemaArn":{},"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"NextToken":{}}}},"ListSchemas":{"input":{"type":"structure","members":{"RegistryId":{"shape":"Sf9"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"SchemaName":{},"SchemaArn":{},"Description":{},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSessions":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Ids":{"type":"list","member":{}},"Sessions":{"type":"list","member":{"shape":"Sgb"}},"NextToken":{}}}},"ListStatements":{"input":{"type":"structure","required":["SessionId"],"members":{"SessionId":{},"RequestOrigin":{},"NextToken":{}}},"output":{"type":"structure","members":{"Statements":{"type":"list","member":{"shape":"Sp0"}},"NextToken":{}}}},"ListTableOptimizerRuns":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"TableOptimizerRuns":{"type":"list","member":{"shape":"Sat"}}}}},"ListTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd7"}}},"output":{"type":"structure","members":{"TriggerNames":{"shape":"Sb1"},"NextToken":{}}}},"ListWorkflows":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Workflows":{"shape":"Sbl"},"NextToken":{}}}},"PutDataCatalogEncryptionSettings":{"input":{"type":"structure","required":["DataCatalogEncryptionSettings"],"members":{"CatalogId":{},"DataCatalogEncryptionSettings":{"shape":"Skz"}}},"output":{"type":"structure","members":{}}},"PutResourcePolicy":{"input":{"type":"structure","required":["PolicyInJson"],"members":{"PolicyInJson":{},"ResourceArn":{},"PolicyHashCondition":{},"PolicyExistsCondition":{},"EnableHybrid":{}}},"output":{"type":"structure","members":{"PolicyHash":{}}}},"PutSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soj"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"St0"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"PutWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId","RunProperties"],"members":{"Name":{},"RunId":{},"RunProperties":{"shape":"Sbp"}}},"output":{"type":"structure","members":{}}},"QuerySchemaVersionMetadata":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soj"},"SchemaVersionId":{},"MetadataList":{"type":"list","member":{"shape":"St0"}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"MetadataInfoMap":{"type":"map","key":{},"value":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{},"OtherMetadataValueList":{"type":"list","member":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{}}}}}}},"SchemaVersionId":{},"NextToken":{}}}},"RegisterSchemaVersion":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{}}}},"RemoveSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soj"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"St0"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"ResetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Slz"}}}},"ResumeWorkflowRun":{"input":{"type":"structure","required":["Name","RunId","NodeIds"],"members":{"Name":{},"RunId":{},"NodeIds":{"shape":"Stl"}}},"output":{"type":"structure","members":{"RunId":{},"NodeIds":{"shape":"Stl"}}}},"RunStatement":{"input":{"type":"structure","required":["SessionId","Code"],"members":{"SessionId":{},"Code":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{"type":"integer"}}}},"SearchTables":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"Filters":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{},"Comparator":{}}}},"SearchText":{},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"Sort":{}}}},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","members":{"NextToken":{},"TableList":{"shape":"Spk"}}}},"StartBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RoleArn"],"members":{"BlueprintName":{},"Parameters":{},"RoleArn":{}}},"output":{"type":"structure","members":{"RunId":{}}}},"StartColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName","Role"],"members":{"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Sk9"},"Role":{},"SampleSize":{"type":"double"},"CatalogID":{},"SecurityConfiguration":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunId":{}}}},"StartCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StartCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StartDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["DataSource","Role"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"CreatedRulesetName":{},"ClientToken":{}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["DataSource","Role","RulesetNames"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"ClientToken":{},"AdditionalRunOptions":{"shape":"Slb"},"RulesetNames":{"shape":"Slc"},"AdditionalDataSources":{"shape":"Sle"}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartExportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartImportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","InputS3Path"],"members":{"TransformId":{},"InputS3Path":{},"ReplaceAllLabels":{"type":"boolean"}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartJobRun":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"JobRunId":{},"Arguments":{"shape":"S58"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5d"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"ExecutionClass":{}}},"output":{"type":"structure","members":{"JobRunId":{}}}},"StartMLEvaluationTaskRun":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartMLLabelingSetGenerationTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StartWorkflowRun":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"RunProperties":{"shape":"Sbp"}}},"output":{"type":"structure","members":{"RunId":{}}}},"StopColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"output":{"type":"structure","members":{}}},"StopCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StopCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StopSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"StopTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StopWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToAdd"],"members":{"ResourceArn":{},"TagsToAdd":{"shape":"Sd7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToRemove"],"members":{"ResourceArn":{},"TagsToRemove":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{}}},"output":{"type":"structure","members":{"Name":{}}}},"UpdateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdo"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdp"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"UpdateColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnStatisticsList":{"shape":"Sve"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Svg"}}}},"UpdateColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnStatisticsList":{"shape":"Sve"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Svg"}}}},"UpdateConnection":{"input":{"type":"structure","required":["Name","ConnectionInput"],"members":{"CatalogId":{},"Name":{},"ConnectionInput":{"shape":"Sdt"}}},"output":{"type":"structure","members":{}}},"UpdateCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{}}},"output":{"type":"structure","members":{}}},"UpdateCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"Schedule":{}}},"output":{"type":"structure","members":{}}},"UpdateDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Ruleset":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{}}}},"UpdateDatabase":{"input":{"type":"structure","required":["Name","DatabaseInput"],"members":{"CatalogId":{},"Name":{},"DatabaseInput":{"shape":"Sea"}}},"output":{"type":"structure","members":{}}},"UpdateDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"PublicKey":{},"AddPublicKeys":{"shape":"S4t"},"DeletePublicKeys":{"shape":"S4t"},"CustomLibraries":{"type":"structure","members":{"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{}}},"UpdateEtlLibraries":{"type":"boolean"},"DeleteArguments":{"shape":"S4p"},"AddArguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{}}},"UpdateJob":{"input":{"type":"structure","required":["JobName","JobUpdate"],"members":{"JobName":{},"JobUpdate":{"type":"structure","members":{"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S52"},"Command":{"shape":"S54"},"DefaultArguments":{"shape":"S58"},"NonOverridableArguments":{"shape":"S58"},"Connections":{"shape":"S59"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5d"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5f"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa9"}}}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateJobFromSourceControl":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"Name":{},"Description":{},"Parameters":{"shape":"Ses"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"UpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValueList","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValueList":{"shape":"Scm"},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"UpdateRegistry":{"input":{"type":"structure","required":["RegistryId","Description"],"members":{"RegistryId":{"shape":"Sf9"},"Description":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}}},"UpdateSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Soj"},"Compatibility":{},"Description":{}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}}},"UpdateSourceControlFromJob":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgg"},"SkipArchive":{"type":"boolean"},"TransactionId":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"UpdateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sar"}}},"output":{"type":"structure","members":{}}},"UpdateTrigger":{"input":{"type":"structure","required":["Name","TriggerUpdate"],"members":{"Name":{},"TriggerUpdate":{"type":"structure","members":{"Name":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sb8"},"Predicate":{"shape":"Sba"},"EventBatchingCondition":{"shape":"Sbh"}}}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb4"}}}},"UpdateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{},"FunctionInput":{"shape":"Sgv"}}},"output":{"type":"structure","members":{}}},"UpdateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbp"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}}},"shapes":{"S5":{"type":"structure","members":{"Values":{"shape":"S6"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"}}},"S6":{"type":"list","member":{}},"S9":{"type":"structure","members":{"Columns":{"shape":"Sa"},"Location":{},"AdditionalLocations":{"type":"list","member":{}},"InputFormat":{},"OutputFormat":{},"Compressed":{"type":"boolean"},"NumberOfBuckets":{"type":"integer"},"SerdeInfo":{"type":"structure","members":{"Name":{},"SerializationLibrary":{},"Parameters":{"shape":"Se"}}},"BucketColumns":{"shape":"Sn"},"SortColumns":{"type":"list","member":{"type":"structure","required":["Column","SortOrder"],"members":{"Column":{},"SortOrder":{"type":"integer"}}}},"Parameters":{"shape":"Se"},"SkewedInfo":{"type":"structure","members":{"SkewedColumnNames":{"shape":"Sn"},"SkewedColumnValues":{"type":"list","member":{}},"SkewedColumnValueLocationMaps":{"type":"map","key":{},"value":{}}}},"StoredAsSubDirectories":{"type":"boolean"},"SchemaReference":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"type":"long"}}}}},"Sa":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{},"Comment":{},"Parameters":{"shape":"Se"}}}},"Se":{"type":"map","key":{},"value":{}},"Sn":{"type":"list","member":{}},"Sw":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}},"S12":{"type":"list","member":{"type":"structure","members":{"PartitionValues":{"shape":"S6"},"ErrorDetail":{"shape":"S14"}}}},"S14":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}},"S1c":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S6"}}},"S1w":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{},"Status":{},"ErrorMessage":{},"LastActiveDefinition":{"type":"structure","members":{"Description":{},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{}}}}},"S24":{"type":"list","member":{}},"S26":{"type":"list","member":{}},"S28":{"type":"list","member":{"shape":"S29"}},"S29":{"type":"structure","members":{"Name":{},"Role":{},"Targets":{"shape":"S2b"},"DatabaseName":{},"Description":{},"Classifiers":{"shape":"S32"},"RecrawlPolicy":{"shape":"S33"},"SchemaChangePolicy":{"shape":"S35"},"LineageConfiguration":{"shape":"S38"},"State":{},"TablePrefix":{},"Schedule":{"type":"structure","members":{"ScheduleExpression":{},"State":{}}},"CrawlElapsedTime":{"type":"long"},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"LastCrawl":{"type":"structure","members":{"Status":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"StartTime":{"type":"timestamp"}}},"Version":{"type":"long"},"Configuration":{},"CrawlerSecurityConfiguration":{},"LakeFormationConfiguration":{"shape":"S3o"}}},"S2b":{"type":"structure","members":{"S3Targets":{"type":"list","member":{"type":"structure","members":{"Path":{},"Exclusions":{"shape":"S2f"},"ConnectionName":{},"SampleSize":{"type":"integer"},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"JdbcTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"Exclusions":{"shape":"S2f"},"EnableAdditionalMetadata":{"type":"list","member":{}}}}},"MongoDBTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"ScanAll":{"type":"boolean"}}}},"DynamoDBTargets":{"type":"list","member":{"type":"structure","members":{"Path":{},"scanAll":{"type":"boolean"},"scanRate":{"type":"double"}}}},"CatalogTargets":{"type":"list","member":{"type":"structure","required":["DatabaseName","Tables"],"members":{"DatabaseName":{},"Tables":{"type":"list","member":{}},"ConnectionName":{},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"DeltaTargets":{"type":"list","member":{"type":"structure","members":{"DeltaTables":{"shape":"S2f"},"ConnectionName":{},"WriteManifest":{"type":"boolean"},"CreateNativeDeltaTable":{"type":"boolean"}}}},"IcebergTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}},"HudiTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}}}},"S2f":{"type":"list","member":{}},"S32":{"type":"list","member":{}},"S33":{"type":"structure","members":{"RecrawlBehavior":{}}},"S35":{"type":"structure","members":{"UpdateBehavior":{},"DeleteBehavior":{}}},"S38":{"type":"structure","members":{"CrawlerLineageSettings":{}}},"S3o":{"type":"structure","members":{"UseLakeFormationCredentials":{"type":"boolean"},"AccountId":{}}},"S3r":{"type":"list","member":{}},"S3t":{"type":"list","member":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"S3v":{"type":"list","member":{}},"S3x":{"type":"list","member":{}},"S43":{"type":"structure","required":["GlueTable"],"members":{"GlueTable":{"shape":"S44"}}},"S44":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"CatalogId":{},"ConnectionName":{},"AdditionalOptions":{"type":"map","key":{},"value":{}}}},"S46":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"Result":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4a":{"type":"map","key":{},"value":{"type":"double"}},"S4b":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4d":{"type":"list","member":{"type":"structure","members":{"Description":{},"MetricBasedObservation":{"type":"structure","members":{"MetricName":{},"MetricValues":{"type":"structure","members":{"ActualValue":{"type":"double"},"ExpectedValue":{"type":"double"},"LowerLimit":{"type":"double"},"UpperLimit":{"type":"double"}}},"NewRules":{"type":"list","member":{}}}}}}},"S4k":{"type":"list","member":{}},"S4m":{"type":"list","member":{"shape":"S4n"}},"S4n":{"type":"structure","members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"YarnEndpointAddress":{},"PrivateAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"PublicAddress":{},"Status":{},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"LastUpdateStatus":{},"CreatedTimestamp":{"type":"timestamp"},"LastModifiedTimestamp":{"type":"timestamp"},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"SecurityConfiguration":{},"Arguments":{"shape":"S4u"}}},"S4p":{"type":"list","member":{}},"S4t":{"type":"list","member":{}},"S4u":{"type":"map","key":{},"value":{}},"S4w":{"type":"list","member":{}},"S4y":{"type":"list","member":{"shape":"S4z"}},"S4z":{"type":"structure","members":{"Name":{},"Description":{},"LogUri":{},"Role":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ExecutionProperty":{"shape":"S52"},"Command":{"shape":"S54"},"DefaultArguments":{"shape":"S58"},"NonOverridableArguments":{"shape":"S58"},"Connections":{"shape":"S59"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5d"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5f"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Sa9"}}},"S52":{"type":"structure","members":{"MaxConcurrentRuns":{"type":"integer"}}},"S54":{"type":"structure","members":{"Name":{},"ScriptLocation":{},"PythonVersion":{},"Runtime":{}}},"S58":{"type":"map","key":{},"value":{}},"S59":{"type":"structure","members":{"Connections":{"shape":"S5a"}}},"S5a":{"type":"list","member":{}},"S5d":{"type":"structure","members":{"NotifyDelayAfter":{"type":"integer"}}},"S5f":{"type":"map","key":{},"value":{"type":"structure","members":{"AthenaConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType","SchemaName"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"ConnectionTable":{},"SchemaName":{},"OutputSchemas":{"shape":"S5m"}}},"JDBCConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"type":"structure","members":{"FilterPredicate":{},"PartitionColumn":{},"LowerBound":{"type":"long"},"UpperBound":{"type":"long"},"NumPartitions":{"type":"long"},"JobBookmarkKeys":{"shape":"S5u"},"JobBookmarkKeysSortOrder":{},"DataTypeMapping":{"type":"map","key":{},"value":{}}}},"ConnectionTable":{},"Query":{},"OutputSchemas":{"shape":"S5m"}}},"SparkConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"RedshiftSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{}}},"S3CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S64"}}},"S3CsvSource":{"type":"structure","required":["Name","Paths","Separator","QuoteChar"],"members":{"Name":{},"Paths":{"shape":"S5u"},"CompressionType":{},"Exclusions":{"shape":"S5u"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6a"},"Separator":{},"Escaper":{},"QuoteChar":{},"Multiline":{"type":"boolean"},"WithHeader":{"type":"boolean"},"WriteHeader":{"type":"boolean"},"SkipFirst":{"type":"boolean"},"OptimizePerformance":{"type":"boolean"},"OutputSchemas":{"shape":"S5m"}}},"S3JsonSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5u"},"CompressionType":{},"Exclusions":{"shape":"S5u"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6a"},"JsonPath":{},"Multiline":{"type":"boolean"},"OutputSchemas":{"shape":"S5m"}}},"S3ParquetSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5u"},"CompressionType":{},"Exclusions":{"shape":"S5u"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6a"},"OutputSchemas":{"shape":"S5m"}}},"RelationalCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"DynamoDBCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"JDBCConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectionTable","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"ConnectionName":{},"ConnectionTable":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"SparkConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"CatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{}}},"RedshiftTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{},"UpsertRedshiftOptions":{"type":"structure","members":{"TableLocation":{},"ConnectionName":{},"UpsertKeys":{"type":"list","member":{}}}}}},"S3CatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6s"}}},"S3GlueParquetTarget":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Path":{},"Compression":{},"SchemaChangePolicy":{"shape":"S6v"}}},"S3DirectTarget":{"type":"structure","required":["Name","Inputs","Path","Format"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Path":{},"Compression":{},"Format":{},"SchemaChangePolicy":{"shape":"S6v"}}},"ApplyMapping":{"type":"structure","required":["Name","Inputs","Mapping"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Mapping":{"shape":"S6z"}}},"SelectFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Paths":{"shape":"S6r"}}},"DropFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Paths":{"shape":"S6r"}}},"RenameField":{"type":"structure","required":["Name","Inputs","SourcePath","TargetPath"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"SourcePath":{"shape":"S5u"},"TargetPath":{"shape":"S5u"}}},"Spigot":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Path":{},"Topk":{"type":"integer"},"Prob":{"type":"double"}}},"Join":{"type":"structure","required":["Name","Inputs","JoinType","Columns"],"members":{"Name":{},"Inputs":{"shape":"S78"},"JoinType":{},"Columns":{"type":"list","member":{"type":"structure","required":["From","Keys"],"members":{"From":{},"Keys":{"shape":"S6r"}}}}}},"SplitFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Paths":{"shape":"S6r"}}},"SelectFromCollection":{"type":"structure","required":["Name","Inputs","Index"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Index":{"type":"integer"}}},"FillMissingValues":{"type":"structure","required":["Name","Inputs","ImputedPath"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"ImputedPath":{},"FilledPath":{}}},"Filter":{"type":"structure","required":["Name","Inputs","LogicalOperator","Filters"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"LogicalOperator":{},"Filters":{"type":"list","member":{"type":"structure","required":["Operation","Values"],"members":{"Operation":{},"Negated":{"type":"boolean"},"Values":{"type":"list","member":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"shape":"S5u"}}}}}}}}},"CustomCode":{"type":"structure","required":["Name","Inputs","Code","ClassName"],"members":{"Name":{},"Inputs":{"shape":"S7p"},"Code":{},"ClassName":{},"OutputSchemas":{"shape":"S5m"}}},"SparkSQL":{"type":"structure","required":["Name","Inputs","SqlQuery","SqlAliases"],"members":{"Name":{},"Inputs":{"shape":"S7p"},"SqlQuery":{},"SqlAliases":{"type":"list","member":{"type":"structure","required":["From","Alias"],"members":{"From":{},"Alias":{}}}},"OutputSchemas":{"shape":"S5m"}}},"DirectKinesisSource":{"type":"structure","required":["Name"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"StreamingOptions":{"shape":"S7w"},"DataPreviewOptions":{"shape":"S7z"}}},"DirectKafkaSource":{"type":"structure","required":["Name"],"members":{"Name":{},"StreamingOptions":{"shape":"S83"},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"DataPreviewOptions":{"shape":"S7z"}}},"CatalogKinesisSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S7w"},"DataPreviewOptions":{"shape":"S7z"}}},"CatalogKafkaSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S83"},"DataPreviewOptions":{"shape":"S7z"}}},"DropNullFields":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"NullCheckBoxList":{"type":"structure","members":{"IsEmpty":{"type":"boolean"},"IsNullString":{"type":"boolean"},"IsNegOne":{"type":"boolean"}}},"NullTextList":{"type":"list","member":{"type":"structure","required":["Value","Datatype"],"members":{"Value":{},"Datatype":{"type":"structure","required":["Id","Label"],"members":{"Id":{},"Label":{}}}}}}}},"Merge":{"type":"structure","required":["Name","Inputs","Source","PrimaryKeys"],"members":{"Name":{},"Inputs":{"shape":"S78"},"Source":{},"PrimaryKeys":{"shape":"S6r"}}},"Union":{"type":"structure","required":["Name","Inputs","UnionType"],"members":{"Name":{},"Inputs":{"shape":"S78"},"UnionType":{}}},"PIIDetection":{"type":"structure","required":["Name","Inputs","PiiType","EntityTypesToDetect"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PiiType":{},"EntityTypesToDetect":{"shape":"S5u"},"OutputColumnName":{},"SampleFraction":{"type":"double"},"ThresholdFraction":{"type":"double"},"MaskValue":{}}},"Aggregate":{"type":"structure","required":["Name","Inputs","Groups","Aggs"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Groups":{"shape":"S6r"},"Aggs":{"type":"list","member":{"type":"structure","required":["Column","AggFunc"],"members":{"Column":{"shape":"S5u"},"AggFunc":{}}}}}},"DropDuplicates":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Columns":{"type":"list","member":{"type":"list","member":{}}}}},"GovernedCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6s"}}},"GovernedCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S64"}}},"MicrosoftSQLServerCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MySQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"OracleSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"PostgreSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MicrosoftSQLServerCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{}}},"MySQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{}}},"OracleSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{}}},"PostgreSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Database":{},"Table":{}}},"DynamicTransform":{"type":"structure","required":["Name","TransformName","Inputs","FunctionName","Path"],"members":{"Name":{},"TransformName":{},"Inputs":{"shape":"S6k"},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{},"ValidationRule":{},"ValidationMessage":{},"Value":{"shape":"S5u"},"ListType":{},"IsOptional":{"type":"boolean"}}}},"FunctionName":{},"Path":{},"Version":{},"OutputSchemas":{"shape":"S5m"}}},"EvaluateDataQuality":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Ruleset":{},"Output":{},"PublishingOptions":{"shape":"S97"},"StopJobOnFailureOptions":{"shape":"S98"}}},"S3CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"S3HudiSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5u"},"AdditionalHudiOptions":{"shape":"S60"},"AdditionalOptions":{"shape":"S6a"},"OutputSchemas":{"shape":"S5m"}}},"S3HudiCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S60"},"SchemaChangePolicy":{"shape":"S6s"}}},"S3HudiDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"Path":{},"Compression":{},"PartitionKeys":{"shape":"S6r"},"Format":{},"AdditionalOptions":{"shape":"S60"},"SchemaChangePolicy":{"shape":"S6v"}}},"DirectJDBCSource":{"type":"structure","required":["Name","Database","Table","ConnectionName","ConnectionType"],"members":{"Name":{},"Database":{},"Table":{},"ConnectionName":{},"ConnectionType":{},"RedshiftTmpDir":{}}},"S3CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S60"},"OutputSchemas":{"shape":"S5m"}}},"S3DeltaSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5u"},"AdditionalDeltaOptions":{"shape":"S60"},"AdditionalOptions":{"shape":"S6a"},"OutputSchemas":{"shape":"S5m"}}},"S3DeltaCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S60"},"SchemaChangePolicy":{"shape":"S6s"}}},"S3DeltaDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"PartitionKeys":{"shape":"S6r"},"Path":{},"Compression":{},"Format":{},"AdditionalOptions":{"shape":"S60"},"SchemaChangePolicy":{"shape":"S6v"}}},"AmazonRedshiftSource":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9p"}}},"AmazonRedshiftTarget":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9p"},"Inputs":{"shape":"S6k"}}},"EvaluateDataQualityMultiFrame":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S7p"},"AdditionalDataSources":{"type":"map","key":{},"value":{}},"Ruleset":{},"PublishingOptions":{"shape":"S97"},"AdditionalOptions":{"type":"map","key":{},"value":{}},"StopJobOnFailureOptions":{"shape":"S98"}}},"Recipe":{"type":"structure","required":["Name","Inputs","RecipeReference"],"members":{"Name":{},"Inputs":{"shape":"S6k"},"RecipeReference":{"type":"structure","required":["RecipeArn","RecipeVersion"],"members":{"RecipeArn":{},"RecipeVersion":{}}}}},"SnowflakeSource":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa3"},"OutputSchemas":{"shape":"S5m"}}},"SnowflakeTarget":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa3"},"Inputs":{"shape":"S6k"}}},"ConnectorDataSource":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa6"},"OutputSchemas":{"shape":"S5m"}}},"ConnectorDataTarget":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa6"},"Inputs":{"shape":"S6k"}}}}},"sensitive":true},"S5m":{"type":"list","member":{"type":"structure","members":{"Columns":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{}}}}}}},"S5u":{"type":"list","member":{}},"S60":{"type":"map","key":{},"value":{}},"S64":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"}}},"S6a":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"},"EnableSamplePath":{"type":"boolean"},"SamplePath":{}}},"S6k":{"type":"list","member":{}},"S6r":{"type":"list","member":{"shape":"S5u"}},"S6s":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{}}},"S6v":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{},"Table":{},"Database":{}}},"S6z":{"type":"list","member":{"type":"structure","members":{"ToKey":{},"FromPath":{"shape":"S5u"},"FromType":{},"ToType":{},"Dropped":{"type":"boolean"},"Children":{"shape":"S6z"}}}},"S78":{"type":"list","member":{}},"S7p":{"type":"list","member":{}},"S7w":{"type":"structure","members":{"EndpointUrl":{},"StreamName":{},"Classification":{},"Delimiter":{},"StartingPosition":{},"MaxFetchTimeInMs":{"type":"long"},"MaxFetchRecordsPerShard":{"type":"long"},"MaxRecordPerRead":{"type":"long"},"AddIdleTimeBetweenReads":{"type":"boolean"},"IdleTimeBetweenReadsInMs":{"type":"long"},"DescribeShardInterval":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxRetryIntervalMs":{"type":"long"},"AvoidEmptyBatches":{"type":"boolean"},"StreamArn":{},"RoleArn":{},"RoleSessionName":{},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7y"}}},"S7y":{"type":"timestamp","timestampFormat":"iso8601"},"S7z":{"type":"structure","members":{"PollingTime":{"type":"long"},"RecordPollingLimit":{"type":"long"}}},"S83":{"type":"structure","members":{"BootstrapServers":{},"SecurityProtocol":{},"ConnectionName":{},"TopicName":{},"Assign":{},"SubscribePattern":{},"Classification":{},"Delimiter":{},"StartingOffsets":{},"EndingOffsets":{},"PollTimeoutMs":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxOffsetsPerTrigger":{"type":"long"},"MinPartitions":{"type":"integer"},"IncludeHeaders":{"type":"boolean"},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7y"}}},"S97":{"type":"structure","members":{"EvaluationContext":{},"ResultsS3Prefix":{},"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsPublishingEnabled":{"type":"boolean"}}},"S98":{"type":"structure","members":{"StopJobOnFailureTiming":{}}},"S9p":{"type":"structure","members":{"AccessType":{},"SourceType":{},"Connection":{"shape":"S9q"},"Schema":{"shape":"S9q"},"Table":{"shape":"S9q"},"CatalogDatabase":{"shape":"S9q"},"CatalogTable":{"shape":"S9q"},"CatalogRedshiftSchema":{},"CatalogRedshiftTable":{},"TempDir":{},"IamRole":{"shape":"S9q"},"AdvancedOptions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"TablePrefix":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"CrawlerConnection":{},"TableSchema":{"shape":"S9t"},"StagingTable":{},"SelectedColumns":{"shape":"S9t"}}},"S9q":{"type":"structure","members":{"Value":{},"Label":{},"Description":{}}},"S9t":{"type":"list","member":{"shape":"S9q"}},"Sa3":{"type":"structure","members":{"SourceType":{},"Connection":{"shape":"S9q"},"Schema":{},"Table":{},"Database":{},"TempDir":{},"IamRole":{"shape":"S9q"},"AdditionalOptions":{"shape":"S60"},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"StagingTable":{},"SelectedColumns":{"shape":"S9t"},"AutoPushdown":{"type":"boolean"},"TableSchema":{"shape":"S9t"}}},"Sa6":{"type":"map","key":{},"value":{}},"Sa9":{"type":"structure","members":{"Provider":{},"Repository":{},"Owner":{},"Branch":{},"Folder":{},"LastCommitId":{},"AuthStrategy":{},"AuthToken":{}}},"Sad":{"type":"list","member":{"shape":"S1c"}},"Saf":{"type":"list","member":{"shape":"Sag"}},"Sag":{"type":"structure","members":{"Values":{"shape":"S6"},"DatabaseName":{},"TableName":{},"CreationTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"},"CatalogId":{}}},"Saq":{"type":"structure","members":{"type":{},"configuration":{"shape":"Sar"},"lastRun":{"shape":"Sat"}}},"Sar":{"type":"structure","members":{"roleArn":{},"enabled":{"type":"boolean"}}},"Sat":{"type":"structure","members":{"eventType":{},"startTimestamp":{"type":"timestamp"},"endTimestamp":{"type":"timestamp"},"metrics":{"type":"structure","members":{"NumberOfBytesCompacted":{},"NumberOfFilesCompacted":{},"NumberOfDpus":{},"JobDurationInHour":{}}},"error":{}}},"Sb1":{"type":"list","member":{}},"Sb3":{"type":"list","member":{"shape":"Sb4"}},"Sb4":{"type":"structure","members":{"Name":{},"WorkflowName":{},"Id":{},"Type":{},"State":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sb8"},"Predicate":{"shape":"Sba"},"EventBatchingCondition":{"shape":"Sbh"}}},"Sb8":{"type":"list","member":{"type":"structure","members":{"JobName":{},"Arguments":{"shape":"S58"},"Timeout":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5d"},"CrawlerName":{}}}},"Sba":{"type":"structure","members":{"Logical":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"LogicalOperator":{},"JobName":{},"State":{},"CrawlerName":{},"CrawlState":{}}}}}},"Sbh":{"type":"structure","required":["BatchSize"],"members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}},"Sbl":{"type":"list","member":{}},"Sbo":{"type":"structure","members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbp"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"LastRun":{"shape":"Sbq"},"Graph":{"shape":"Sbt"},"MaxConcurrentRuns":{"type":"integer"},"BlueprintDetails":{"type":"structure","members":{"BlueprintName":{},"RunId":{}}}}},"Sbp":{"type":"map","key":{},"value":{}},"Sbq":{"type":"structure","members":{"Name":{},"WorkflowRunId":{},"PreviousRunId":{},"WorkflowRunProperties":{"shape":"Sbp"},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Statistics":{"type":"structure","members":{"TotalActions":{"type":"integer"},"TimeoutActions":{"type":"integer"},"FailedActions":{"type":"integer"},"StoppedActions":{"type":"integer"},"SucceededActions":{"type":"integer"},"RunningActions":{"type":"integer"},"ErroredActions":{"type":"integer"},"WaitingActions":{"type":"integer"}}},"Graph":{"shape":"Sbt"},"StartingEventBatchCondition":{"type":"structure","members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}}}},"Sbt":{"type":"structure","members":{"Nodes":{"type":"list","member":{"type":"structure","members":{"Type":{},"Name":{},"UniqueId":{},"TriggerDetails":{"type":"structure","members":{"Trigger":{"shape":"Sb4"}}},"JobDetails":{"type":"structure","members":{"JobRuns":{"shape":"Sbz"}}},"CrawlerDetails":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"LogGroup":{},"LogStream":{}}}}}}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceId":{},"DestinationId":{}}}}}},"Sbz":{"type":"list","member":{"shape":"Sc0"}},"Sc0":{"type":"structure","members":{"Id":{},"Attempt":{"type":"integer"},"PreviousRunId":{},"TriggerName":{},"JobName":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobRunState":{},"Arguments":{"shape":"S58"},"ErrorMessage":{},"PredecessorRuns":{"type":"list","member":{"type":"structure","members":{"JobName":{},"RunId":{}}}},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"ExecutionTime":{"type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"LogGroupName":{},"NotificationProperty":{"shape":"S5d"},"GlueVersion":{},"DPUSeconds":{"type":"double"},"ExecutionClass":{}}},"Scm":{"type":"list","member":{}},"Sd7":{"type":"map","key":{},"value":{}},"Sdo":{"type":"list","member":{}},"Sdp":{"type":"list","member":{}},"Sdt":{"type":"structure","required":["Name","ConnectionType","ConnectionProperties"],"members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdv"},"ConnectionProperties":{"shape":"Sdw"},"PhysicalConnectionRequirements":{"shape":"Sdy"}}},"Sdv":{"type":"list","member":{}},"Sdw":{"type":"map","key":{},"value":{}},"Sdy":{"type":"structure","members":{"SubnetId":{},"SecurityGroupIdList":{"type":"list","member":{}},"AvailabilityZone":{}}},"Se7":{"type":"structure","required":["TableName","DatabaseName"],"members":{"TableName":{},"DatabaseName":{},"CatalogId":{}}},"Sea":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTableDefaultPermissions":{"shape":"Sec"},"TargetDatabase":{"shape":"Sei"},"FederatedDatabase":{"shape":"Sej"}}},"Sec":{"type":"list","member":{"type":"structure","members":{"Principal":{"type":"structure","members":{"DataLakePrincipalIdentifier":{}}},"Permissions":{"type":"list","member":{}}}}},"Sei":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Region":{}}},"Sej":{"type":"structure","members":{"Identifier":{},"ConnectionName":{}}},"Ser":{"type":"list","member":{"shape":"S44"}},"Ses":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesParameters":{"type":"structure","members":{"PrimaryKeyColumnName":{},"PrecisionRecallTradeoff":{"type":"double"},"AccuracyCostTradeoff":{"type":"double"},"EnforceProvidedLabels":{"type":"boolean"}}}}},"Sew":{"type":"structure","members":{"MlUserDataEncryption":{"type":"structure","required":["MlUserDataEncryptionMode"],"members":{"MlUserDataEncryptionMode":{},"KmsKeyId":{}}},"TaskRunSecurityConfigurationName":{}}},"Sf3":{"type":"structure","required":["Keys","IndexName"],"members":{"Keys":{"type":"list","member":{}},"IndexName":{}}},"Sf9":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}},"Sfg":{"type":"list","member":{"type":"structure","required":["Id","NodeType","Args"],"members":{"Id":{},"NodeType":{},"Args":{"shape":"Sfk"},"LineNumber":{"type":"integer"}}}},"Sfk":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{},"Param":{"type":"boolean"}}}},"Sfo":{"type":"list","member":{"type":"structure","required":["Source","Target"],"members":{"Source":{},"Target":{},"TargetParameter":{}}}},"Sfv":{"type":"structure","members":{"S3Encryption":{"type":"list","member":{"type":"structure","members":{"S3EncryptionMode":{},"KmsKeyArn":{}}}},"CloudWatchEncryption":{"type":"structure","members":{"CloudWatchEncryptionMode":{},"KmsKeyArn":{}}},"JobBookmarksEncryption":{"type":"structure","members":{"JobBookmarksEncryptionMode":{},"KmsKeyArn":{}}}}},"Sg7":{"type":"structure","members":{"Name":{},"PythonVersion":{}}},"Sg8":{"type":"map","key":{},"value":{}},"Sgb":{"type":"structure","members":{"Id":{},"CreatedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Description":{},"Role":{},"Command":{"shape":"Sg7"},"DefaultArguments":{"shape":"Sg8"},"Connections":{"shape":"S59"},"Progress":{"type":"double"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"double"},"DPUSeconds":{"type":"double"},"IdleTimeout":{"type":"integer"}}},"Sgg":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Owner":{},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"TargetTable":{"shape":"Sgk"}}},"Sgk":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Name":{},"Region":{}}},"Sgv":{"type":"structure","members":{"FunctionName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"ResourceUris":{"shape":"Sgx"}}},"Sgx":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Uri":{}}}},"Siu":{"type":"structure","members":{"BlueprintName":{},"RunId":{},"WorkflowName":{},"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"RollbackErrorMessage":{},"Parameters":{},"RoleArn":{}}},"Sj7":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name","Classification","GrokPattern"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name","Classification"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdo"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdp"},"Serde":{}}}}},"Sjh":{"type":"list","member":{}},"Sjj":{"type":"list","member":{"shape":"Sjk"}},"Sjk":{"type":"structure","required":["ColumnName","ColumnType","AnalyzedTime","StatisticsData"],"members":{"ColumnName":{},"ColumnType":{},"AnalyzedTime":{"type":"timestamp"},"StatisticsData":{"type":"structure","required":["Type"],"members":{"Type":{},"BooleanColumnStatisticsData":{"type":"structure","required":["NumberOfTrues","NumberOfFalses","NumberOfNulls"],"members":{"NumberOfTrues":{"type":"long"},"NumberOfFalses":{"type":"long"},"NumberOfNulls":{"type":"long"}}},"DateColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"timestamp"},"MaximumValue":{"type":"timestamp"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DecimalColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"shape":"Sjs"},"MaximumValue":{"shape":"Sjs"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DoubleColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"double"},"MaximumValue":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"LongColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"long"},"MaximumValue":{"type":"long"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"StringColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls","NumberOfDistinctValues"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"BinaryColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"}}}}}}},"Sjs":{"type":"structure","required":["UnscaledValue","Scale"],"members":{"UnscaledValue":{"type":"blob"},"Scale":{"type":"integer"}}},"Sk1":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Error":{"shape":"S14"}}}},"Sk7":{"type":"structure","members":{"CustomerId":{},"ColumnStatisticsTaskRunId":{},"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Sk9"},"CatalogID":{},"Role":{},"SampleSize":{"type":"double"},"SecurityConfiguration":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ErrorMessage":{},"DPUSeconds":{"type":"double"}}},"Sk9":{"type":"list","member":{}},"Ski":{"type":"structure","members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdv"},"ConnectionProperties":{"shape":"Sdw"},"PhysicalConnectionRequirements":{"shape":"Sdy"},"CreationTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{}}},"Skz":{"type":"structure","members":{"EncryptionAtRest":{"type":"structure","required":["CatalogEncryptionMode"],"members":{"CatalogEncryptionMode":{},"SseAwsKmsKeyId":{}}},"ConnectionPasswordEncryption":{"type":"structure","required":["ReturnConnectionPasswordEncrypted"],"members":{"ReturnConnectionPasswordEncrypted":{"type":"boolean"},"AwsKmsKeyId":{}}}}},"Slb":{"type":"structure","members":{"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsS3Prefix":{}}},"Slc":{"type":"list","member":{}},"Sle":{"type":"map","key":{},"value":{"shape":"S43"}},"Slh":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTime":{"type":"timestamp"},"CreateTableDefaultPermissions":{"shape":"Sec"},"TargetDatabase":{"shape":"Sei"},"CatalogId":{},"FederatedDatabase":{"shape":"Sej"}}},"Slz":{"type":"structure","members":{"JobName":{},"Version":{"type":"integer"},"Run":{"type":"integer"},"Attempt":{"type":"integer"},"PreviousRunId":{},"RunId":{},"JobBookmark":{}}},"Sm9":{"type":"structure","members":{"TaskType":{},"ImportLabelsTaskRunProperties":{"type":"structure","members":{"InputS3Path":{},"Replace":{"type":"boolean"}}},"ExportLabelsTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"LabelingSetGenerationTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"FindMatchesTaskRunProperties":{"type":"structure","members":{"JobId":{},"JobName":{},"JobRunId":{}}}}},"Sms":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesMetrics":{"type":"structure","members":{"AreaUnderPRCurve":{"type":"double"},"Precision":{"type":"double"},"Recall":{"type":"double"},"F1":{"type":"double"},"ConfusionMatrix":{"type":"structure","members":{"NumTruePositives":{"type":"long"},"NumFalsePositives":{"type":"long"},"NumTrueNegatives":{"type":"long"},"NumFalseNegatives":{"type":"long"}}},"ColumnImportances":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Importance":{"type":"double"}}}}}}}},"Smz":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{}}}},"Sn2":{"type":"structure","members":{"Name":{},"TransformType":{},"Status":{},"GlueVersion":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"Schema":{"shape":"Smz"}}},"Sn3":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}},"Sn9":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"Sna":{"type":"list","member":{"shape":"Sn9"}},"Snb":{"type":"structure","members":{"Jdbc":{"shape":"Sfk"},"S3":{"shape":"Sfk"},"DynamoDB":{"shape":"Sfk"}}},"Snd":{"type":"list","member":{"type":"structure","members":{"SourceTable":{},"SourcePath":{},"SourceType":{},"TargetTable":{},"TargetPath":{},"TargetType":{}}}},"Snw":{"type":"structure","required":["SegmentNumber","TotalSegments"],"members":{"SegmentNumber":{"type":"integer"},"TotalSegments":{"type":"integer"}}},"Soj":{"type":"structure","members":{"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"}}},"Sos":{"type":"structure","members":{"Name":{},"CreatedTimeStamp":{"type":"timestamp"},"EncryptionConfiguration":{"shape":"Sfv"}}},"Sp0":{"type":"structure","members":{"Id":{"type":"integer"},"Code":{},"State":{},"Output":{"type":"structure","members":{"Data":{"type":"structure","members":{"TextPlain":{}}},"ExecutionCount":{"type":"integer"},"Status":{},"ErrorName":{},"ErrorValue":{},"Traceback":{"shape":"S5a"}}},"Progress":{"type":"double"},"StartedOn":{"type":"long"},"CompletedOn":{"type":"long"}}},"Sp7":{"type":"structure","required":["Name"],"members":{"Name":{},"DatabaseName":{},"Description":{},"Owner":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"CreatedBy":{},"IsRegisteredWithLakeFormation":{"type":"boolean"},"TargetTable":{"shape":"Sgk"},"CatalogId":{},"VersionId":{},"FederatedTable":{"type":"structure","members":{"Identifier":{},"DatabaseIdentifier":{},"ConnectionName":{}}}}},"Spd":{"type":"structure","members":{"Table":{"shape":"Sp7"},"VersionId":{}}},"Spk":{"type":"list","member":{"shape":"Sp7"}},"Sps":{"type":"structure","members":{"AdditionalAuditContext":{},"RequestedColumns":{"type":"list","member":{}},"AllColumnsRequested":{"type":"boolean"}}},"Spv":{"type":"list","member":{}},"Sq8":{"type":"structure","members":{"FunctionName":{},"DatabaseName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"CreateTime":{"type":"timestamp"},"ResourceUris":{"shape":"Sgx"},"CatalogId":{}}},"St0":{"type":"structure","members":{"MetadataKey":{},"MetadataValue":{}}},"Stl":{"type":"list","member":{}},"Sve":{"type":"list","member":{"shape":"Sjk"}},"Svg":{"type":"list","member":{"type":"structure","members":{"ColumnStatistics":{"shape":"Sjk"},"Error":{"shape":"S14"}}}}}} /***/ }), /* 545 */ @@ -55917,7 +55917,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 600 */ /***/ (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":"S1n"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1s"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S1z"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2r"},"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":"S4h"},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4s"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S54"},"ArtifactType":{},"Properties":{"shape":"S1s"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S5c"},"OutputDataConfig":{"shape":"S5k"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S5m"},"AutoMLJobConfig":{"shape":"S5o"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S68"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName","AutoMLJobInputDataConfig","OutputDataConfig","AutoMLProblemTypeConfig","RoleArn"],"members":{"AutoMLJobName":{},"AutoMLJobInputDataConfig":{"shape":"S6e"},"OutputDataConfig":{"shape":"S5k"},"AutoMLProblemTypeConfig":{"shape":"S6g"},"RoleArn":{},"Tags":{"shape":"S7"},"SecurityConfig":{"shape":"S5t"},"AutoMLJobObjective":{"shape":"S5m"},"ModelDeployConfig":{"shape":"S68"},"DataSplitConfig":{"shape":"S5z"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7g"},"VpcConfig":{"shape":"S5u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S7r"},"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":"S7y"},"OutputConfig":{"shape":"S81"},"VpcConfig":{"shape":"S88"},"StoppingCondition":{"shape":"S3p"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S8g"},"ContextType":{},"Description":{},"Properties":{"shape":"S1s"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S8l"},"DataQualityAppSpecification":{"shape":"S8p"},"DataQualityJobInput":{"shape":"S8y"},"DataQualityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S9u"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sa0"},"SubnetIds":{"shape":"S5x"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DomainSettings":{"shape":"Say"},"DefaultSpaceSettings":{"shape":"Sb2"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sb7"},"DeviceFleetName":{},"Stages":{"shape":"Sb9"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"Sb9"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"S9u"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"Sbp"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Sc7"},"DataCaptureConfig":{"shape":"Sct"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Sd4"},"ExplainerConfig":{"shape":"Sdc"},"ShadowProductionVariants":{"shape":"Sc7"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5u"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Seb"},"OnlineStoreConfig":{"shape":"Sei"},"OfflineStoreConfig":{"shape":"Seo"},"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":"Sf0"},"HumanLoopActivationConfig":{"shape":"Sf2"},"HumanLoopConfig":{"shape":"Sf5"},"OutputConfig":{"shape":"Sfk"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sfr"},"S3StorageConfig":{"shape":"Sft"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sfz"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sg4"},"TrainingJobDefinition":{"shape":"Sgx"},"TrainingJobDefinitions":{"shape":"Shd"},"WarmStartConfig":{"shape":"She"},"Tags":{"shape":"S7"},"Autotune":{"shape":"Shi"}}},"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":"Sht"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName","EndpointName","VariantName","Specification","RuntimeConfig"],"members":{"InferenceComponentName":{},"EndpointName":{},"VariantName":{},"Specification":{"shape":"Si5"},"RuntimeConfig":{"shape":"Sic"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sij"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sim"},"DataStorageConfig":{"shape":"Siu"},"ShadowModeConfig":{"shape":"Siv"},"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":"Sj3"},"JobDescription":{},"StoppingConditions":{"shape":"Sk7"},"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":"Skj"},"OutputConfig":{"shape":"Skq"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Skr"},"LabelingJobAlgorithmsConfig":{"shape":"Sku"},"HumanTaskConfig":{"shape":"Sky"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Sld"},"Containers":{"shape":"Slt"},"InferenceExecutionConfig":{"shape":"Slu"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S5u"},"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":"Sly"},"ModelBiasAppSpecification":{"shape":"Slz"},"ModelBiasJobInput":{"shape":"Sm0"},"ModelBiasJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Sm4"},"Content":{"shape":"Sm5"},"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":"Smb"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Smf"},"ModelExplainabilityAppSpecification":{"shape":"Smg"},"ModelExplainabilityJobInput":{"shape":"Smh"},"ModelExplainabilityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Smk"},"SourceAlgorithmSpecification":{"shape":"Smn"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Smq"},"ClientToken":{"idempotencyToken":true},"CustomerMetadataProperties":{"shape":"Smx"},"DriftCheckBaselines":{"shape":"Sn0"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sn6"},"SkipModelValidation":{}}},"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":"Sne"},"ModelQualityAppSpecification":{"shape":"Snf"},"ModelQualityJobInput":{"shape":"Snh"},"ModelQualityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"Snl"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"Sa1"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"So2"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"So5"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"So8"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sod"},"OnStart":{"shape":"Sod"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sol"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Sor"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{},"LandingUri":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Sp4"},"ProcessingOutputConfig":{"shape":"Spr"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Spw"},"StoppingCondition":{"shape":"Spy"},"AppSpecification":{"shape":"Sq0"},"Environment":{"shape":"Sq2"},"NetworkConfig":{"shape":"Snt"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sq3"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sq8"},"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":"Sqi"}}},"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":"S2w"},"AlgorithmSpecification":{"shape":"Sqs"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S5u"},"StoppingCondition":{"shape":"S3p"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sh2"},"DebugHookConfig":{"shape":"Sr1"},"DebugRuleConfigurations":{"shape":"Sr9"},"TensorBoardOutputConfig":{"shape":"Srd"},"ExperimentConfig":{"shape":"Sq3"},"ProfilerConfig":{"shape":"Sre"},"ProfilerRuleConfigurations":{"shape":"Sri"},"Environment":{"shape":"Srk"},"RetryStrategy":{"shape":"Sh3"},"InfraCheckConfig":{"shape":"Srn"}}},"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":"Srt"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"DataCaptureConfig":{"shape":"Srw"},"TransformResources":{"shape":"S47"},"DataProcessing":{"shape":"Srx"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sq3"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ss5"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Ss8"},"InputArtifacts":{"shape":"Ssc"},"OutputArtifacts":{"shape":"Ssc"},"MetadataProperties":{"shape":"S1u"},"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":"Sa0"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Ssn"},"OidcConfig":{"shape":"Ssq"},"SourceIpConfig":{"shape":"Sst"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Ssx"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"St7"},"Description":{},"NotificationConfiguration":{"shape":"Stf"},"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":"S54"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"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":{}}},"DeleteInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"Sbe"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1n"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"},"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":"S1z"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2r"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Svt"},"ImageScanStatuses":{"shape":"Svt"}}},"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":"S4h"},"SpaceName":{}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4s"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S54"},"ArtifactType":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"},"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":"S5c"},"OutputDataConfig":{"shape":"S5k"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5m"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S5o"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sw7"},"BestCandidate":{"shape":"Sw9"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"shape":"Sx1"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5m"},"ProblemType":{},"CompletionCriteria":{"shape":"S5p"}}},"ModelDeployConfig":{"shape":"S68"},"ModelDeployResult":{"shape":"Sx5"}}}},"DescribeAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobInputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobInputDataConfig":{"shape":"S6e"},"OutputDataConfig":{"shape":"S5k"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5m"},"AutoMLProblemTypeConfig":{"shape":"S6g"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sw7"},"BestCandidate":{"shape":"Sw9"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"ModelDeployConfig":{"shape":"S68"},"ModelDeployResult":{"shape":"Sx5"},"DataSplitConfig":{"shape":"S5z"},"SecurityConfig":{"shape":"S5t"},"AutoMLJobArtifacts":{"shape":"Sx1"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5m"},"CompletionCriteria":{"shape":"S5p"},"AutoMLProblemTypeResolvedAttributes":{"type":"structure","members":{"TabularResolvedAttributes":{"type":"structure","members":{"ProblemType":{}}},"TextGenerationResolvedAttributes":{"type":"structure","members":{"BaseModelName":{}}}},"union":true}}},"AutoMLProblemTypeConfigName":{}}}},"DescribeCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn","ClusterStatus","InstanceGroups"],"members":{"ClusterArn":{},"ClusterName":{},"ClusterStatus":{},"CreationTime":{"type":"timestamp"},"FailureMessage":{},"InstanceGroups":{"type":"list","member":{"type":"structure","members":{"CurrentCount":{"type":"integer"},"TargetCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S7l"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"VpcConfig":{"shape":"S5u"}}}},"DescribeClusterNode":{"input":{"type":"structure","required":["ClusterName","NodeId"],"members":{"ClusterName":{},"NodeId":{}}},"output":{"type":"structure","required":["NodeDetails"],"members":{"NodeDetails":{"type":"structure","members":{"InstanceGroupName":{},"InstanceId":{},"InstanceStatus":{"shape":"Sxn"},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"LifeCycleConfig":{"shape":"S7l"},"ThreadsPerCore":{"type":"integer"}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S7r"}}}},"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":"S3p"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Sxw"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S7y"},"OutputConfig":{"shape":"S81"},"VpcConfig":{"shape":"S88"},"DerivedInformation":{"type":"structure","members":{"DerivedDataInputConfig":{}}}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S8g"},"ContextType":{},"Description":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"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":"S8l"},"DataQualityAppSpecification":{"shape":"S8p"},"DataQualityJobInput":{"shape":"S8y"},"DataQualityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"}}}},"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":"S9u"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"SingleSignOnApplicationArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sa0"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S5x"},"Url":{},"VpcId":{},"KmsKeyId":{},"DomainSettings":{"shape":"Say"},"AppSecurityGroupManagement":{},"SecurityGroupIdForDomainBoundary":{},"DefaultSpaceSettings":{"shape":"Sb2"}}}},"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":"Sb7"},"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":"Sbb"},"DeploymentConfig":{"shape":"Sbg"},"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":"S9u"},"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":"Sz1"},"DataCaptureConfig":{"shape":"Sz9"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"Sbp"},"AsyncInferenceConfig":{"shape":"Sd4"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Szd"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"Szd"}}},"ExplainerConfig":{"shape":"Sdc"},"ShadowProductionVariants":{"shape":"Sz1"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Sc7"},"DataCaptureConfig":{"shape":"Sct"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Sd4"},"ExplainerConfig":{"shape":"Sdc"},"ShadowProductionVariants":{"shape":"Sc7"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5u"},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Szj"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"}}}},"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":"Seb"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sei"},"OfflineStoreConfig":{"shape":"Seo"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Szq"},"LastUpdateStatus":{"shape":"Szt"},"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":"Szz"}}}},"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":"Sf0"},"HumanLoopActivationConfig":{"shape":"Sf2"},"HumanLoopConfig":{"shape":"Sf5"},"OutputConfig":{"shape":"Sfk"},"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":"Sfr"},"S3StorageConfig":{"shape":"Sft"},"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":"S10h"},"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":"Sg4"},"TrainingJobDefinition":{"shape":"Sgx"},"TrainingJobDefinitions":{"shape":"Shd"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S10w"},"ObjectiveStatusCounters":{"shape":"S10y"},"BestTrainingJob":{"shape":"S110"},"OverallBestTrainingJob":{"shape":"S110"},"WarmStartConfig":{"shape":"She"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S113"},"ConsumedResources":{"shape":"S114"},"Autotune":{"shape":"Shi"}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}},"output":{"type":"structure","required":["InferenceComponentName","InferenceComponentArn","EndpointName","EndpointArn","CreationTime","LastModifiedTime"],"members":{"InferenceComponentName":{},"InferenceComponentArn":{},"EndpointName":{},"EndpointArn":{},"VariantName":{},"FailureReason":{},"Specification":{"type":"structure","members":{"ModelName":{},"Container":{"type":"structure","members":{"DeployedImage":{"shape":"Sz4"},"ArtifactUrl":{},"Environment":{"shape":"Sz"}}},"StartupParameters":{"shape":"Si7"},"ComputeResourceRequirements":{"shape":"Si8"}}},"RuntimeConfig":{"type":"structure","members":{"DesiredCopyCount":{"type":"integer"},"CurrentCopyCount":{"type":"integer"}}},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"InferenceComponentStatus":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sij"},"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":"Sip"},"Status":{}}}},"DataStorageConfig":{"shape":"Siu"},"ShadowModeConfig":{"shape":"Siv"},"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":"Sj3"},"StoppingConditions":{"shape":"Sk7"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"Metrics":{"shape":"S11v"},"EndpointConfiguration":{"shape":"S11y"},"ModelConfiguration":{"shape":"S120"},"RecommendationId":{},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"shape":"S128"},"EndpointInfo":{"shape":"Sk0"}}}}}}},"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":"S12c"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Skj"},"OutputConfig":{"shape":"Skq"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Skr"},"LabelingJobAlgorithmsConfig":{"shape":"Sku"},"HumanTaskConfig":{"shape":"Sky"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"S12f"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Sld"},"Containers":{"shape":"Slt"},"InferenceExecutionConfig":{"shape":"Slu"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5u"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"DeploymentRecommendation":{"shape":"S12k"}}}},"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":"Sly"},"ModelBiasAppSpecification":{"shape":"Slz"},"ModelBiasJobInput":{"shape":"Sm0"},"ModelBiasJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"}}}},"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":"Sm5"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sm4"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"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":"Smb"},"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":"Smf"},"ModelExplainabilityAppSpecification":{"shape":"Smg"},"ModelExplainabilityJobInput":{"shape":"Smh"},"ModelExplainabilityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"}}}},"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":"Smn"},"ValidationSpecification":{"shape":"Smk"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S131"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Smq"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Smx"},"DriftCheckBaselines":{"shape":"Sn0"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sn6"},"SkipModelValidation":{}}}},"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":"Svm"},"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":"Sne"},"ModelQualityAppSpecification":{"shape":"Snf"},"ModelQualityJobInput":{"shape":"Snh"},"ModelQualityJobOutputConfig":{"shape":"S9c"},"JobResources":{"shape":"S9i"},"NetworkConfig":{"shape":"S9n"},"RoleArn":{},"StoppingCondition":{"shape":"S9o"}}}},"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":"Snl"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S13e"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"Sa1"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"So2"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"So5"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"So8"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sod"},"OnStart":{"shape":"Sod"},"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":"Svm"},"LastModifiedBy":{"shape":"Svm"},"ParallelismConfiguration":{"shape":"Sor"}}}},"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":"S13y"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedBy":{"shape":"Svm"},"ParallelismConfiguration":{"shape":"Sor"},"SelectiveExecutionConfig":{"shape":"S140"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Sp4"},"ProcessingOutputConfig":{"shape":"Spr"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Spw"},"StoppingCondition":{"shape":"Spy"},"AppSpecification":{"shape":"Sq0"},"Environment":{"shape":"Sq2"},"NetworkConfig":{"shape":"Snt"},"RoleArn":{},"ExperimentConfig":{"shape":"Sq3"},"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":"Sq8"},"ServiceCatalogProvisionedProductDetails":{"shape":"S149"},"ProjectStatus":{},"CreatedBy":{"shape":"Svm"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"}}}},"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":"Sqi"},"Url":{}}}},"DescribeStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}},"output":{"type":"structure","members":{"StudioLifecycleConfigArn":{},"StudioLifecycleConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"StudioLifecycleConfigContent":{},"StudioLifecycleConfigAppType":{}}}},"DescribeSubscribedWorkteam":{"input":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{}}},"output":{"type":"structure","required":["SubscribedWorkteam"],"members":{"SubscribedWorkteam":{"shape":"S14k"}}}},"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":"Sxw"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"shape":"Sqs"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S5u"},"StoppingCondition":{"shape":"S3p"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S14o"},"FinalMetricDataList":{"shape":"S14r"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sh2"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Sr1"},"ExperimentConfig":{"shape":"Sq3"},"DebugRuleConfigurations":{"shape":"Sr9"},"TensorBoardOutputConfig":{"shape":"Srd"},"DebugRuleEvaluationStatuses":{"shape":"S14v"},"ProfilerConfig":{"shape":"Sre"},"ProfilerRuleConfigurations":{"shape":"Sri"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"RetryStrategy":{"shape":"Sh3"},"Environment":{"shape":"Srk"},"WarmPoolStatus":{"shape":"S152"},"InfraCheckConfig":{"shape":"Srn"}}}},"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":"Srt"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"DataCaptureConfig":{"shape":"Srw"},"TransformResources":{"shape":"S47"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Srx"},"ExperimentConfig":{"shape":"Sq3"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S15a"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S15e"},"Status":{"shape":"Ss5"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"Parameters":{"shape":"Ss8"},"InputArtifacts":{"shape":"Ssc"},"OutputArtifacts":{"shape":"Ssc"},"MetadataProperties":{"shape":"S1u"},"Metrics":{"shape":"S15g"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S15e"}}}}},"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":"Sa0"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S15q"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S15y"}}}},"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":"S9u"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetScalingConfigurationRecommendation":{"input":{"type":"structure","required":["InferenceRecommendationsJobName"],"members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S16q"}}},"output":{"type":"structure","members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S16q"},"Metric":{"type":"structure","members":{"InvocationsPerInstance":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"DynamicScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"ScaleInCooldown":{"type":"integer"},"ScaleOutCooldown":{"type":"integer"},"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"TargetTracking":{"type":"structure","members":{"MetricSpecification":{"type":"structure","members":{"Predefined":{"type":"structure","members":{"PredefinedMetricType":{}}},"Customized":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Statistic":{}}}},"union":true},"TargetValue":{"type":"double"}}}},"union":true}}}}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S10h"},"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":"S1n"},"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":"Sht"},"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":"S4s"}}}}}}},"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":"S54"},"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":"Svm"}}}},"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":"Sw7"}}}},"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":"Sw9"}},"NextToken":{}}}},"ListClusterNodes":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"InstanceGroupNameContains":{},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterNodeSummaries"],"members":{"NextToken":{},"ClusterNodeSummaries":{"type":"list","member":{"type":"structure","required":["InstanceGroupName","InstanceId","InstanceType","LaunchTime","InstanceStatus"],"members":{"InstanceGroupName":{},"InstanceId":{},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"InstanceStatus":{"shape":"Sxn"}}}}}}},"ListClusters":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterSummaries"],"members":{"NextToken":{},"ClusterSummaries":{"type":"list","member":{"type":"structure","required":["ClusterArn","ClusterName","CreationTime","ClusterStatus"],"members":{"ClusterArn":{},"ClusterName":{},"CreationTime":{"type":"timestamp"},"ClusterStatus":{}}}}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S7r"}}}},"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":"S8g"},"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":"S19i"},"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":"Szj"},"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":"Szq"}}}},"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":"S1b8"},"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":"S1b8"},"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":"Sfr"},"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":"S10w"},"ObjectiveStatusCounters":{"shape":"S10y"},"ResourceLimits":{"shape":"Sga"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceComponents":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"EndpointNameEquals":{},"VariantNameEquals":{}}},"output":{"type":"structure","required":["InferenceComponents"],"members":{"InferenceComponents":{"type":"list","member":{"type":"structure","required":["CreationTime","InferenceComponentArn","InferenceComponentName","EndpointArn","EndpointName","VariantName","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"InferenceComponentArn":{},"InferenceComponentName":{},"EndpointArn":{},"EndpointName":{},"VariantName":{},"InferenceComponentStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sij"},"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":"S11v"},"EndpointConfiguration":{"shape":"S11y"},"ModelConfiguration":{"shape":"S120"},"FailureReason":{},"EndpointMetrics":{"shape":"S128"},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ModelNameEquals":{},"ModelPackageVersionArnEquals":{}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelName":{},"SamplePayloadUrl":{},"ModelPackageVersionArn":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"S12c"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"S12f"},"InputConfig":{"shape":"Skj"}}}},"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":"S19i"},"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":"S19i"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S19i"},"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":"S1et"},"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":"S13e"}},"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":"So5"}}}}}}},"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":"S1g8"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1g8"}}},"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":{}}}}},"SelectiveExecutionResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1gp"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListResourceCatalogs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ResourceCatalogs":{"type":"list","member":{"type":"structure","required":["ResourceCatalogArn","ResourceCatalogName","Description","CreationTime"],"members":{"ResourceCatalogArn":{},"ResourceCatalogName":{},"Description":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"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":"S14k"}},"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":"S152"}}}},"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":"S110"}},"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":"S15e"},"Status":{"shape":"Ss5"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"}}}},"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":"S15a"},"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":"S15q"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S15y"}},"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":"S1jk"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sfz"},"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":"Sor"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1jv"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CrossAccountFilterOption":{}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1k9"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"Szj"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S15a"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S15e"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S15e"},"Status":{"shape":"Ss5"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"Parameters":{"shape":"Ss8"},"InputArtifacts":{"shape":"Ssc"},"OutputArtifacts":{"shape":"Ssc"},"Metrics":{"shape":"S15g"},"MetadataProperties":{"shape":"S1u"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1k9"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Sp4"},"ProcessingOutputConfig":{"shape":"Spr"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Spw"},"StoppingCondition":{"shape":"Spy"},"AppSpecification":{"shape":"Sq0"},"Environment":{"shape":"Sq2"},"NetworkConfig":{"shape":"Snt"},"RoleArn":{},"ExperimentConfig":{"shape":"Sq3"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1kh"}}},"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":"Sz1"},"DataCaptureConfig":{"shape":"Sz9"},"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":"Snl"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S13e"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"Sz1"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Smn"},"ValidationSpecification":{"shape":"Smk"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S131"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Svm"},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Smq"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Sn6"},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Smx"},"DriftCheckBaselines":{"shape":"Sn0"},"SkipModelValidation":{}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"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":"Svm"},"LastModifiedBy":{"shape":"Svm"},"ParallelismConfiguration":{"shape":"Sor"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S13y"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedBy":{"shape":"Svm"},"ParallelismConfiguration":{"shape":"Sor"},"PipelineParameters":{"shape":"S1gp"},"SelectiveExecutionConfig":{"shape":"S140"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Seb"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sei"},"OfflineStoreConfig":{"shape":"Seo"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"Szq"},"LastUpdateStatus":{"shape":"Szt"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sq8"},"ServiceCatalogProvisionedProductDetails":{"shape":"S149"},"ProjectStatus":{},"CreatedBy":{"shape":"Svm"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"Szz"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sg4"},"TrainingJobDefinition":{"shape":"Sgx"},"TrainingJobDefinitions":{"shape":"Shd"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S10w"},"ObjectiveStatusCounters":{"shape":"S10y"},"BestTrainingJob":{"shape":"S110"},"OverallBestTrainingJob":{"shape":"S110"},"WarmStartConfig":{"shape":"She"},"FailureReason":{},"Tags":{"shape":"S7"},"TuningJobCompletionDetails":{"shape":"S113"},"ConsumedResources":{"shape":"S114"}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Sld"},"Containers":{"shape":"Slt"},"InferenceExecutionConfig":{"shape":"Slu"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S5u"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"},"DeploymentRecommendation":{"shape":"S12k"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1kh"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"Snl"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S1et"},"LastMonitoringExecutionSummary":{"shape":"S13e"},"BatchTransformInput":{"shape":"S96"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sm4"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Sm5"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Sm4"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Svm"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Svm"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{},"ModelPackageGroupName":{}}}}}},"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":"S1g8"},"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":"S1gp"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Sor"},"SelectiveExecutionConfig":{"shape":"S140"}}},"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":"Sim"},"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":"S1s"},"PropertiesToRemove":{"shape":"S1ly"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4s"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S1s"},"PropertiesToRemove":{"shape":"S1ly"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7g"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1s"},"PropertiesToRemove":{"shape":"S1ly"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"S9u"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1jk"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"Sa0"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4h"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"Saz"}}},"DefaultSpaceSettings":{"shape":"Sb2"},"AppSecurityGroupManagement":{},"SubnetIds":{"shape":"S5x"},"AppNetworkAccessType":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"Sbp"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"},"ServerlessUpdateConfig":{"type":"structure","members":{"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sec"}},"OnlineStoreConfig":{"type":"structure","members":{"TtlDuration":{"shape":"Sek"}}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"S100"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sfr"}}},"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":"Sht"},"AliasesToDelete":{"shape":"Sht"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{},"Specification":{"shape":"Si5"},"RuntimeConfig":{"shape":"Sic"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceComponentRuntimeConfig":{"input":{"type":"structure","required":["InferenceComponentName","DesiredRuntimeConfig"],"members":{"InferenceComponentName":{},"DesiredRuntimeConfig":{"shape":"Sic"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sij"},"Description":{},"ModelVariants":{"shape":"Sim"},"DataStorageConfig":{"shape":"Siu"},"ShadowModeConfig":{"shape":"Siv"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Sm5"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Smx"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"Sn6"}}},"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":"Snl"}}},"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":"So5"},"AcceleratorTypes":{"shape":"So2"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"So8"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sod"},"OnStart":{"shape":"Sod"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sol"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Sor"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Sor"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sqa"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Sqi"}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Srg"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"Sri"},"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":"Ss5"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"Ss8"},"ParametersToRemove":{"shape":"S1ob"},"InputArtifacts":{"shape":"Ssc"},"InputArtifactsToRemove":{"shape":"S1ob"},"OutputArtifacts":{"shape":"Ssc"},"OutputArtifactsToRemove":{"shape":"S1ob"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"Sa0"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Sst"},"OidcConfig":{"shape":"Ssq"},"WorkforceVpcConfig":{"shape":"Ssx"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S15q"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"St7"},"Description":{},"NotificationConfiguration":{"shape":"Stf"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S15y"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1a"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1c"},"SupportedContentTypes":{"shape":"S1e"},"SupportedResponseMIMETypes":{"shape":"S1g"}}},"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":{},"AdditionalS3DataSource":{"shape":"S16"}}}},"Sz":{"type":"map","key":{},"value":{}},"S16":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"CompressionType":{}}},"S1a":{"type":"list","member":{}},"S1c":{"type":"list","member":{}},"S1e":{"type":"list","member":{}},"S1g":{"type":"list","member":{}},"S1n":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1s":{"type":"map","key":{},"value":{}},"S1u":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S1z":{"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":"S29"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2e"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1e"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2p"}},"AdditionalS3DataSource":{"shape":"S16"}}},"S29":{"type":"list","member":{}},"S2e":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2p":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2r":{"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":"S2w"},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"StoppingCondition":{"shape":"S3p"}}},"TransformJobDefinition":{"shape":"S3t"}}}}}},"S2w":{"type":"map","key":{},"value":{}},"S2y":{"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"}}}}}},"S3g":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"CompressionType":{}}},"S3j":{"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"}}},"S3p":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"},"MaxPendingTimeInSeconds":{"type":"integer"}}},"S3t":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"TransformResources":{"shape":"S47"}}},"S3x":{"type":"map","key":{},"value":{}},"S40":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S44":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S47":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4h":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"SageMakerImageVersionAlias":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4s":{"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"}}}}},"S54":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S5c":{"type":"list","member":{"type":"structure","required":["DataSource","TargetAttributeName"],"members":{"DataSource":{"shape":"S5e"},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{},"SampleWeightAttributeName":{}}}},"S5e":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"S5k":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S5m":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S5o":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5p"},"SecurityConfig":{"shape":"S5t"},"DataSplitConfig":{"shape":"S5z"},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{},"AlgorithmsConfig":{"shape":"S62"}}},"Mode":{}}},"S5p":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S5t":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S5u"}}},"S5u":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S5x"}}},"S5x":{"type":"list","member":{}},"S5z":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"S62":{"type":"list","member":{"type":"structure","required":["AutoMLAlgorithms"],"members":{"AutoMLAlgorithms":{"type":"list","member":{}}}}},"S68":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S6e":{"type":"list","member":{"type":"structure","members":{"ChannelType":{},"ContentType":{},"CompressionType":{},"DataSource":{"shape":"S5e"}}}},"S6g":{"type":"structure","members":{"ImageClassificationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5p"}}},"TextClassificationJobConfig":{"type":"structure","required":["ContentColumn","TargetLabelColumn"],"members":{"CompletionCriteria":{"shape":"S5p"},"ContentColumn":{},"TargetLabelColumn":{}}},"TabularJobConfig":{"type":"structure","required":["TargetAttributeName"],"members":{"CandidateGenerationConfig":{"type":"structure","members":{"AlgorithmsConfig":{"shape":"S62"}}},"CompletionCriteria":{"shape":"S5p"},"FeatureSpecificationS3Uri":{},"Mode":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"ProblemType":{},"TargetAttributeName":{},"SampleWeightAttributeName":{}}},"TimeSeriesForecastingJobConfig":{"type":"structure","required":["ForecastFrequency","ForecastHorizon","TimeSeriesConfig"],"members":{"FeatureSpecificationS3Uri":{},"CompletionCriteria":{"shape":"S5p"},"ForecastFrequency":{},"ForecastHorizon":{"type":"integer"},"ForecastQuantiles":{"type":"list","member":{}},"Transformations":{"type":"structure","members":{"Filling":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Aggregation":{"type":"map","key":{},"value":{}}}},"TimeSeriesConfig":{"type":"structure","required":["TargetAttributeName","TimestampAttributeName","ItemIdentifierAttributeName"],"members":{"TargetAttributeName":{},"TimestampAttributeName":{},"ItemIdentifierAttributeName":{},"GroupingAttributeNames":{"type":"list","member":{}}}},"HolidayConfig":{"type":"list","member":{"type":"structure","members":{"CountryCode":{}}}}}},"TextGenerationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5p"},"BaseModelName":{},"TextGenerationHyperParameters":{"type":"map","key":{},"value":{}}}}},"union":true},"S7g":{"type":"list","member":{"type":"structure","required":["InstanceCount","InstanceGroupName","InstanceType","LifeCycleConfig","ExecutionRole"],"members":{"InstanceCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S7l"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"S7l":{"type":"structure","required":["SourceS3Uri","OnCreate"],"members":{"SourceS3Uri":{},"OnCreate":{}}},"S7r":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S7y":{"type":"structure","required":["S3Uri","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S81":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S88":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S8g":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S8l":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8n"},"StatisticsResource":{"shape":"S8o"}}},"S8n":{"type":"structure","members":{"S3Uri":{}}},"S8o":{"type":"structure","members":{"S3Uri":{}}},"S8p":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8r"},"ContainerArguments":{"shape":"S8t"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S8v"}}},"S8r":{"type":"list","member":{}},"S8t":{"type":"list","member":{}},"S8v":{"type":"map","key":{},"value":{}},"S8y":{"type":"structure","members":{"EndpointInput":{"shape":"S8z"},"BatchTransformInput":{"shape":"S96"}}},"S8z":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S96":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9c":{"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":{}}},"S9i":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"S9n":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5u"}}},"S9o":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"S9u":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"Sa0":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Sa1"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"Sa4"},"KernelGatewayAppSettings":{"shape":"Sa9"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CustomImages":{"shape":"Saa"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}},"ModelRegisterSettings":{"type":"structure","members":{"Status":{},"CrossAccountModelRegisterRoleArn":{}}},"WorkspaceSettings":{"type":"structure","members":{"S3ArtifactPath":{},"S3KmsKeyId":{}}},"IdentityProviderOAuthSettings":{"type":"list","member":{"type":"structure","members":{"DataSourceName":{},"Status":{},"SecretArn":{}}}},"KendraSettings":{"type":"structure","members":{"Status":{}}},"DirectDeploySettings":{"type":"structure","members":{"Status":{}}}}},"DefaultLandingUri":{},"StudioWebPortal":{}}},"Sa1":{"type":"list","member":{}},"Sa4":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"LifecycleConfigArns":{"shape":"Sa5"},"CodeRepositories":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}}}},"Sa5":{"type":"list","member":{}},"Sa9":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CustomImages":{"shape":"Saa"},"LifecycleConfigArns":{"shape":"Sa5"}}},"Saa":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"Say":{"type":"structure","members":{"SecurityGroupIds":{"shape":"Saz"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4h"}}},"ExecutionRoleIdentityConfig":{}}},"Saz":{"type":"list","member":{}},"Sb2":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Sa1"},"JupyterServerAppSettings":{"shape":"Sa4"},"KernelGatewayAppSettings":{"shape":"Sa9"}}},"Sb7":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"Sb9":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sbb"},"DeploymentConfig":{"shape":"Sbg"}}}},"Sbb":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"Sbe"},"DeviceNameContains":{}}},"Sbe":{"type":"list","member":{}},"Sbg":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"Sbp":{"type":"structure","members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"Sbu"},"LinearStepSize":{"shape":"Sbu"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}},"RollingUpdatePolicy":{"type":"structure","required":["MaximumBatchSize","WaitIntervalInSeconds"],"members":{"MaximumBatchSize":{"shape":"Sbu"},"WaitIntervalInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"},"RollbackMaximumBatchSize":{"shape":"Sbu"}}}}},"Sbu":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Sc7":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Scf"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"},"EnableSSMAccess":{"type":"boolean"},"ManagedInstanceScaling":{"shape":"Scn"},"RoutingConfig":{"shape":"Scr"}}}},"Scf":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}},"Scn":{"type":"structure","members":{"Status":{},"MinInstanceCount":{"type":"integer"},"MaxInstanceCount":{"type":"integer"}}},"Scr":{"type":"structure","required":["RoutingStrategy"],"members":{"RoutingStrategy":{}}},"Sct":{"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":"Scz"}}},"Scz":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Sd4":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{},"IncludeInferenceResponseIn":{"type":"list","member":{}}}},"S3FailurePath":{}}}}},"Sdc":{"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":{}}}}}}}}},"Seb":{"type":"list","member":{"shape":"Sec"}},"Sec":{"type":"structure","members":{"FeatureName":{},"FeatureType":{},"CollectionType":{},"CollectionConfig":{"type":"structure","members":{"VectorConfig":{"type":"structure","required":["Dimension"],"members":{"Dimension":{"type":"integer"}}}},"union":true}}},"Sei":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"},"TtlDuration":{"shape":"Sek"},"StorageType":{}}},"Sek":{"type":"structure","members":{"Unit":{},"Value":{"type":"integer"}}},"Seo":{"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":{}}},"Sf0":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Sf2":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Sf5":{"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":"Sff"}}},"Sff":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sfk":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sfr":{"type":"list","member":{}},"Sft":{"type":"structure","members":{"S3OutputPath":{}}},"Sfz":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sg4":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2p"},"ResourceLimits":{"shape":"Sga"},"ParameterRanges":{"shape":"Sge"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","members":{"TargetObjectiveMetricValue":{"type":"float"},"BestObjectiveNotImproving":{"type":"structure","members":{"MaxNumberOfTrainingJobsNotImproving":{"type":"integer"}}},"ConvergenceDetected":{"type":"structure","members":{"CompleteOnConvergence":{}}}}},"RandomSeed":{"type":"integer"}}},"Sga":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"},"MaxRuntimeInSeconds":{"type":"integer"}}},"Sge":{"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":"S29"}}}},"AutoParameters":{"type":"list","member":{"type":"structure","required":["Name","ValueHint"],"members":{"Name":{},"ValueHint":{}}}}}},"Sgx":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2p"},"HyperParameterRanges":{"shape":"Sge"},"StaticHyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2e"}}},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"VpcConfig":{"shape":"S5u"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"StoppingCondition":{"shape":"S3p"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sh2"},"RetryStrategy":{"shape":"Sh3"},"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":{}}}},"Sh2":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Sh3":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Shd":{"type":"list","member":{"shape":"Sgx"}},"She":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Shi":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sht":{"type":"list","member":{}},"Si5":{"type":"structure","required":["ComputeResourceRequirements"],"members":{"ModelName":{},"Container":{"type":"structure","members":{"Image":{},"ArtifactUrl":{},"Environment":{"shape":"Sz"}}},"StartupParameters":{"shape":"Si7"},"ComputeResourceRequirements":{"shape":"Si8"}}},"Si7":{"type":"structure","members":{"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}},"Si8":{"type":"structure","required":["MinMemoryRequiredInMb"],"members":{"NumberOfCpuCoresRequired":{"type":"float"},"NumberOfAcceleratorDevicesRequired":{"type":"float"},"MinMemoryRequiredInMb":{"type":"integer"},"MaxMemoryRequiredInMb":{"type":"integer"}}},"Sic":{"type":"structure","required":["CopyCount"],"members":{"CopyCount":{"type":"integer"}}},"Sij":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sim":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sip"}}}},"Sip":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Siu":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Scz"}}},"Siv":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sj3":{"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"}}}},"Stairs":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"NumberOfSteps":{"type":"integer"},"UsersPerStep":{"type":"integer"}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}},"ServerlessConfig":{"shape":"Scf"}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"DataInputConfig":{},"SupportedEndpointType":{},"SupportedResponseMIMETypes":{"type":"list","member":{}}}},"Endpoints":{"type":"list","member":{"shape":"Sk0"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"ModelName":{}}},"Sk0":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"Sk7":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}},"FlatInvocations":{}}},"Skj":{"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":{}}}}}},"Skq":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Skr":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Sku":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S5u"}}}}},"Sky":{"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":"Sff"}}},"Sld":{"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":{}}},"ModelDataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3Uri","S3DataType","CompressionType"],"members":{"S3Uri":{},"S3DataType":{},"CompressionType":{},"ModelAccessConfig":{"type":"structure","required":["AcceptEula"],"members":{"AcceptEula":{"type":"boolean"}}}}}}}}},"Slt":{"type":"list","member":{"shape":"Sld"}},"Slu":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sly":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8n"}}},"Slz":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S8v"}}},"Sm0":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S8z"},"BatchTransformInput":{"shape":"S96"},"GroundTruthS3Input":{"shape":"Sm1"}}},"Sm1":{"type":"structure","members":{"S3Uri":{}}},"Sm4":{"type":"structure","members":{"KmsKeyId":{}}},"Sm5":{"type":"string","sensitive":true},"Smb":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Smf":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8n"}}},"Smg":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S8v"}}},"Smh":{"type":"structure","members":{"EndpointInput":{"shape":"S8z"},"BatchTransformInput":{"shape":"S96"}}},"Smk":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S3t"}}}}}},"Smn":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"AlgorithmName":{}}}}}},"Smq":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sms"},"Constraints":{"shape":"Sms"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sms"},"Constraints":{"shape":"Sms"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Sms"},"PreTrainingReport":{"shape":"Sms"},"PostTrainingReport":{"shape":"Sms"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Sms"}}}}},"Sms":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Smx":{"type":"map","key":{},"value":{}},"Sn0":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Sn2"},"PreTrainingConstraints":{"shape":"Sms"},"PostTrainingConstraints":{"shape":"Sms"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Sms"},"ConfigFile":{"shape":"Sn2"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Sms"},"Constraints":{"shape":"Sms"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Sms"},"Constraints":{"shape":"Sms"}}}}},"Sn2":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sn6":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1a"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1c"},"SupportedContentTypes":{"shape":"S1e"},"SupportedResponseMIMETypes":{"shape":"S1g"}}}},"Sne":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8n"}}},"Snf":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8r"},"ContainerArguments":{"shape":"S8t"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S8v"}}},"Snh":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S8z"},"BatchTransformInput":{"shape":"S96"},"GroundTruthS3Input":{"shape":"Sm1"}}},"Snl":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{},"DataAnalysisStartTime":{},"DataAnalysisEndTime":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8n"},"StatisticsResource":{"shape":"S8o"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S8z"},"BatchTransformInput":{"shape":"S96"}}}},"MonitoringOutputConfig":{"shape":"S9c"},"MonitoringResources":{"shape":"S9i"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8r"},"ContainerArguments":{"shape":"S8t"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"S9o"},"Environment":{"shape":"S8v"},"NetworkConfig":{"shape":"Snt"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Snt":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S5u"}}},"So2":{"type":"list","member":{}},"So5":{"type":"list","member":{}},"So8":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Sod":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Sol":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Sor":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Sp4":{"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":{}}}}}},"Spr":{"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":{}}},"Spw":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Spy":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sq0":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8r"},"ContainerArguments":{"type":"list","member":{}}}},"Sq2":{"type":"map","key":{},"value":{}},"Sq3":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Sq8":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sqa"}}},"Sqa":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sqi":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"Sa4"},"KernelGatewayAppSettings":{"shape":"Sa9"}}},"Sqs":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2e"},"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":{}}}}}}},"Sr1":{"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":{}}}}}}},"Sr9":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Src"}}}},"Src":{"type":"map","key":{},"value":{}},"Srd":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Sre":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Srg"},"DisableProfiler":{"type":"boolean"}}},"Srg":{"type":"map","key":{},"value":{}},"Sri":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Src"}}}},"Srk":{"type":"map","key":{},"value":{}},"Srn":{"type":"structure","members":{"EnableInfraCheck":{"type":"boolean"}}},"Srt":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"Srw":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"Srx":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Ss5":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"Ss8":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"Ssc":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Ssn":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Ssq":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Sst":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Ssx":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Ssz"},"Subnets":{"shape":"St1"}}},"Ssz":{"type":"list","member":{}},"St1":{"type":"list","member":{}},"St7":{"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":{}}}}}}},"Stf":{"type":"structure","members":{"NotificationTopicArn":{}}},"Svm":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{},"IamIdentity":{"type":"structure","members":{"Arn":{},"PrincipalId":{},"SourceIdentity":{}}}}},"Svt":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Sw7":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Sw9":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"},"StandardMetricName":{}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"shape":"Swl"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{},"BacktestResults":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}},"InferenceContainerDefinitions":{"type":"map","key":{},"value":{"shape":"Swl"}}}},"Swl":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"}}}},"Sx1":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"Sx5":{"type":"structure","members":{"EndpointName":{}}},"Sxn":{"type":"structure","required":["Status"],"members":{"Status":{},"Message":{}}},"Sxw":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"Sz1":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Sz3"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"Sz5"},"CurrentServerlessConfig":{"shape":"Scf"},"DesiredServerlessConfig":{"shape":"Scf"},"ManagedInstanceScaling":{"shape":"Scn"},"RoutingConfig":{"shape":"Scr"}}}},"Sz3":{"type":"list","member":{"shape":"Sz4"}},"Sz4":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}},"Sz5":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"Sz9":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"Szd":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Sz3"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"Sz5"},"CurrentServerlessConfig":{"shape":"Scf"},"DesiredServerlessConfig":{"shape":"Scf"},"ManagedInstanceScaling":{"shape":"Scn"},"RoutingConfig":{"shape":"Scr"}}}},"Szj":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"Szq":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"Szt":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"Szz":{"type":"list","member":{"shape":"S100"}},"S100":{"type":"structure","members":{"Key":{},"Value":{}}},"S10h":{"type":"list","member":{}},"S10w":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"S10y":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"S110":{"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":"S2w"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"S113":{"type":"structure","members":{"NumberOfTrainingJobsObjectiveNotImproving":{"type":"integer"},"ConvergenceDetectedTime":{"type":"timestamp"}}},"S114":{"type":"structure","members":{"RuntimeInSeconds":{"type":"integer"}}},"S11v":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"},"ModelSetupTime":{"type":"integer"}}},"S11y":{"type":"structure","required":["EndpointName","VariantName"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"},"ServerlessConfig":{"shape":"Scf"}}},"S120":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"S128":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"S12c":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"S12f":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"S12k":{"type":"structure","required":["RecommendationStatus"],"members":{"RecommendationStatus":{},"RealTimeInferenceRecommendations":{"type":"list","member":{"type":"structure","required":["RecommendationId","InstanceType"],"members":{"RecommendationId":{},"InstanceType":{},"Environment":{"shape":"Sz"}}}}}},"S131":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"S132"},"ImageScanStatuses":{"shape":"S132"}}},"S132":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"S13e":{"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":{}}},"S13y":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"S140":{"type":"structure","required":["SelectedSteps"],"members":{"SourcePipelineExecutionArn":{},"SelectedSteps":{"type":"list","member":{"type":"structure","required":["StepName"],"members":{"StepName":{}}}}}},"S149":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"S14k":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"S14o":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"S14r":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"S14v":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S152":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S15a":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S15e":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S15g":{"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"}}}},"S15q":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Sst"},"SubDomain":{},"CognitoConfig":{"shape":"Ssn"},"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":"Ssz"},"Subnets":{"shape":"St1"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S15y":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"St7"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Stf"}}},"S16q":{"type":"structure","members":{"MinInvocationsPerMinute":{"type":"integer"},"MaxInvocationsPerMinute":{"type":"integer"}}},"S19i":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S1b8":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"S10h"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S1et":{"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"}}}}}}}},"S1g8":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1gp":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1jk":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1jv":{"type":"structure","members":{"Filters":{"shape":"S1jw"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1jw"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1jv"}},"Operator":{}}},"S1jw":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1k9":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Sxw"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"shape":"Sqs"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S5u"},"StoppingCondition":{"shape":"S3p"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S14o"},"FinalMetricDataList":{"shape":"S14r"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Sh2"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Sr1"},"ExperimentConfig":{"shape":"Sq3"},"DebugRuleConfigurations":{"shape":"Sr9"},"TensorBoardOutputConfig":{"shape":"Srd"},"DebugRuleEvaluationStatuses":{"shape":"S14v"},"ProfilerConfig":{"shape":"Sre"},"Environment":{"shape":"Srk"},"RetryStrategy":{"shape":"Sh3"},"Tags":{"shape":"S7"}}},"S1kh":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"Srt"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"TransformResources":{"shape":"S47"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Srx"},"ExperimentConfig":{"shape":"Sq3"},"Tags":{"shape":"S7"},"DataCaptureConfig":{"shape":"Srw"}}},"S1ly":{"type":"list","member":{}},"S1ob":{"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":"S1n"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1s"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"CreateAlgorithm":{"input":{"type":"structure","required":["AlgorithmName","TrainingSpecification"],"members":{"AlgorithmName":{},"AlgorithmDescription":{},"TrainingSpecification":{"shape":"S1z"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2r"},"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":"S4h"},"SpaceName":{}}},"output":{"type":"structure","members":{"AppArn":{}}}},"CreateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"Tags":{"shape":"S7"},"KernelGatewayImageConfig":{"shape":"S4s"},"JupyterLabAppImageConfig":{"shape":"S51"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"CreateArtifact":{"input":{"type":"structure","required":["Source","ArtifactType"],"members":{"ArtifactName":{},"Source":{"shape":"S5b"},"ArtifactType":{},"Properties":{"shape":"S1s"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"CreateAutoMLJob":{"input":{"type":"structure","required":["AutoMLJobName","InputDataConfig","OutputDataConfig","RoleArn"],"members":{"AutoMLJobName":{},"InputDataConfig":{"shape":"S5j"},"OutputDataConfig":{"shape":"S5r"},"ProblemType":{},"AutoMLJobObjective":{"shape":"S5t"},"AutoMLJobConfig":{"shape":"S5v"},"RoleArn":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelDeployConfig":{"shape":"S6f"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName","AutoMLJobInputDataConfig","OutputDataConfig","AutoMLProblemTypeConfig","RoleArn"],"members":{"AutoMLJobName":{},"AutoMLJobInputDataConfig":{"shape":"S6l"},"OutputDataConfig":{"shape":"S5r"},"AutoMLProblemTypeConfig":{"shape":"S6n"},"RoleArn":{},"Tags":{"shape":"S7"},"SecurityConfig":{"shape":"S60"},"AutoMLJobObjective":{"shape":"S5t"},"ModelDeployConfig":{"shape":"S6f"},"DataSplitConfig":{"shape":"S66"}}},"output":{"type":"structure","required":["AutoMLJobArn"],"members":{"AutoMLJobArn":{}}}},"CreateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7n"},"VpcConfig":{"shape":"S61"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"CreateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName","GitConfig"],"members":{"CodeRepositoryName":{},"GitConfig":{"shape":"S7y"},"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":"S85"},"OutputConfig":{"shape":"S88"},"VpcConfig":{"shape":"S8f"},"StoppingCondition":{"shape":"S3p"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["CompilationJobArn"],"members":{"CompilationJobArn":{}}}},"CreateContext":{"input":{"type":"structure","required":["ContextName","Source","ContextType"],"members":{"ContextName":{},"Source":{"shape":"S8n"},"ContextType":{},"Description":{},"Properties":{"shape":"S1s"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"CreateDataQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","DataQualityAppSpecification","DataQualityJobInput","DataQualityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"DataQualityBaselineConfig":{"shape":"S8s"},"DataQualityAppSpecification":{"shape":"S8w"},"DataQualityJobInput":{"shape":"S95"},"DataQualityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sa1"},"Tags":{"shape":"S7"},"EnableIotRoleAlias":{"type":"boolean"}}}},"CreateDomain":{"input":{"type":"structure","required":["DomainName","AuthMode","DefaultUserSettings","SubnetIds","VpcId"],"members":{"DomainName":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sa7"},"SubnetIds":{"shape":"S64"},"VpcId":{},"Tags":{"shape":"S7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"KmsKeyId":{},"AppSecurityGroupManagement":{},"DomainSettings":{"shape":"Sbh"},"DefaultSpaceSettings":{"shape":"Sbl"}}},"output":{"type":"structure","members":{"DomainArn":{},"Url":{}}}},"CreateEdgeDeploymentPlan":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","ModelConfigs","DeviceFleetName"],"members":{"EdgeDeploymentPlanName":{},"ModelConfigs":{"shape":"Sbq"},"DeviceFleetName":{},"Stages":{"shape":"Sbs"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EdgeDeploymentPlanArn"],"members":{"EdgeDeploymentPlanArn":{}}}},"CreateEdgeDeploymentStage":{"input":{"type":"structure","required":["EdgeDeploymentPlanName","Stages"],"members":{"EdgeDeploymentPlanName":{},"Stages":{"shape":"Sbs"}}}},"CreateEdgePackagingJob":{"input":{"type":"structure","required":["EdgePackagingJobName","CompilationJobName","ModelName","ModelVersion","RoleArn","OutputConfig"],"members":{"EdgePackagingJobName":{},"CompilationJobName":{},"ModelName":{},"ModelVersion":{},"RoleArn":{},"OutputConfig":{"shape":"Sa1"},"ResourceKey":{},"Tags":{"shape":"S7"}}}},"CreateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"DeploymentConfig":{"shape":"Sc8"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"CreateEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName","ProductionVariants"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"Scq"},"DataCaptureConfig":{"shape":"Sdc"},"Tags":{"shape":"S7"},"KmsKeyId":{},"AsyncInferenceConfig":{"shape":"Sdn"},"ExplainerConfig":{"shape":"Sdv"},"ShadowProductionVariants":{"shape":"Scq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S61"},"EnableNetworkIsolation":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointConfigArn"],"members":{"EndpointConfigArn":{}}}},"CreateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"CreateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName","RecordIdentifierFeatureName","EventTimeFeatureName","FeatureDefinitions"],"members":{"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Seu"},"OnlineStoreConfig":{"shape":"Sf1"},"OfflineStoreConfig":{"shape":"Sf7"},"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":"Sfj"},"HumanLoopActivationConfig":{"shape":"Sfl"},"HumanLoopConfig":{"shape":"Sfo"},"OutputConfig":{"shape":"Sg3"},"RoleArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["FlowDefinitionArn"],"members":{"FlowDefinitionArn":{}}}},"CreateHub":{"input":{"type":"structure","required":["HubName","HubDescription"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sga"},"S3StorageConfig":{"shape":"Sgc"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HubArn"],"members":{"HubArn":{}}}},"CreateHumanTaskUi":{"input":{"type":"structure","required":["HumanTaskUiName","UiTemplate"],"members":{"HumanTaskUiName":{},"UiTemplate":{"shape":"Sgi"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["HumanTaskUiArn"],"members":{"HumanTaskUiArn":{}}}},"CreateHyperParameterTuningJob":{"input":{"type":"structure","required":["HyperParameterTuningJobName","HyperParameterTuningJobConfig"],"members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobConfig":{"shape":"Sgn"},"TrainingJobDefinition":{"shape":"Shg"},"TrainingJobDefinitions":{"shape":"Shw"},"WarmStartConfig":{"shape":"Shx"},"Tags":{"shape":"S7"},"Autotune":{"shape":"Si1"}}},"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":"Sic"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"CreateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName","EndpointName","VariantName","Specification","RuntimeConfig"],"members":{"InferenceComponentName":{},"EndpointName":{},"VariantName":{},"Specification":{"shape":"Sio"},"RuntimeConfig":{"shape":"Siv"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"CreateInferenceExperiment":{"input":{"type":"structure","required":["Name","Type","RoleArn","EndpointName","ModelVariants","ShadowModeConfig"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sj2"},"Description":{},"RoleArn":{},"EndpointName":{},"ModelVariants":{"shape":"Sj5"},"DataStorageConfig":{"shape":"Sjd"},"ShadowModeConfig":{"shape":"Sje"},"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":"Sjm"},"JobDescription":{},"StoppingConditions":{"shape":"Skq"},"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":"Sl2"},"OutputConfig":{"shape":"Sl9"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Sla"},"LabelingJobAlgorithmsConfig":{"shape":"Sld"},"HumanTaskConfig":{"shape":"Slh"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["LabelingJobArn"],"members":{"LabelingJobArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Slw"},"Containers":{"shape":"Smc"},"InferenceExecutionConfig":{"shape":"Smd"},"ExecutionRoleArn":{},"Tags":{"shape":"S7"},"VpcConfig":{"shape":"S61"},"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":"Smh"},"ModelBiasAppSpecification":{"shape":"Smi"},"ModelBiasJobInput":{"shape":"Smj"},"ModelBiasJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelCard":{"input":{"type":"structure","required":["ModelCardName","Content","ModelCardStatus"],"members":{"ModelCardName":{},"SecurityConfig":{"shape":"Smn"},"Content":{"shape":"Smo"},"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":"Smu"}}},"output":{"type":"structure","required":["ModelCardExportJobArn"],"members":{"ModelCardExportJobArn":{}}}},"CreateModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName","ModelExplainabilityAppSpecification","ModelExplainabilityJobInput","ModelExplainabilityJobOutputConfig","JobResources","RoleArn"],"members":{"JobDefinitionName":{},"ModelExplainabilityBaselineConfig":{"shape":"Smy"},"ModelExplainabilityAppSpecification":{"shape":"Smz"},"ModelExplainabilityJobInput":{"shape":"Sn0"},"ModelExplainabilityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateModelPackage":{"input":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageDescription":{},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"Sn3"},"SourceAlgorithmSpecification":{"shape":"Sn6"},"CertifyForMarketplace":{"type":"boolean"},"Tags":{"shape":"S7"},"ModelApprovalStatus":{},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Sn9"},"ClientToken":{"idempotencyToken":true},"CustomerMetadataProperties":{"shape":"Sng"},"DriftCheckBaselines":{"shape":"Snj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Snp"},"SkipModelValidation":{}}},"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":"Snx"},"ModelQualityAppSpecification":{"shape":"Sny"},"ModelQualityJobInput":{"shape":"So0"},"ModelQualityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["JobDefinitionArn"],"members":{"JobDefinitionArn":{}}}},"CreateMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName","MonitoringScheduleConfig"],"members":{"MonitoringScheduleName":{},"MonitoringScheduleConfig":{"shape":"So4"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["MonitoringScheduleArn"],"members":{"MonitoringScheduleArn":{}}}},"CreateNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName","InstanceType","RoleArn"],"members":{"NotebookInstanceName":{},"InstanceType":{},"SubnetId":{},"SecurityGroupIds":{"shape":"Sa8"},"RoleArn":{},"KmsKeyId":{},"Tags":{"shape":"S7"},"LifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Sol"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Soo"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sor"}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{}}}},"CreateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sow"},"OnStart":{"shape":"Sow"}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{}}}},"CreatePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken","RoleArn"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sp4"},"PipelineDescription":{},"ClientRequestToken":{"idempotencyToken":true},"RoleArn":{},"Tags":{"shape":"S7"},"ParallelismConfiguration":{"shape":"Spa"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"CreatePresignedDomainUrl":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"SessionExpirationDurationInSeconds":{"type":"integer"},"ExpiresInSeconds":{"type":"integer"},"SpaceName":{},"LandingUri":{}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreatePresignedNotebookInstanceUrl":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{},"SessionExpirationDurationInSeconds":{"type":"integer"}}},"output":{"type":"structure","members":{"AuthorizedUrl":{}}}},"CreateProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","RoleArn"],"members":{"ProcessingInputs":{"shape":"Spn"},"ProcessingOutputConfig":{"shape":"Sqa"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqf"},"StoppingCondition":{"shape":"Sqh"},"AppSpecification":{"shape":"Sqj"},"Environment":{"shape":"Sql"},"NetworkConfig":{"shape":"Soc"},"RoleArn":{},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sqm"}}},"output":{"type":"structure","required":["ProcessingJobArn"],"members":{"ProcessingJobArn":{}}}},"CreateProject":{"input":{"type":"structure","required":["ProjectName","ServiceCatalogProvisioningDetails"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sqr"},"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":"Sr1"},"SpaceDisplayName":{},"OwnershipSettings":{"shape":"Sr9"},"SpaceSharingSettings":{"shape":"Sra"}}},"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":"S2w"},"AlgorithmSpecification":{"shape":"Srl"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S61"},"StoppingCondition":{"shape":"S3p"},"Tags":{"shape":"S7"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Shl"},"DebugHookConfig":{"shape":"Sru"},"DebugRuleConfigurations":{"shape":"Ss2"},"TensorBoardOutputConfig":{"shape":"Ss6"},"ExperimentConfig":{"shape":"Sqm"},"ProfilerConfig":{"shape":"Ss7"},"ProfilerRuleConfigurations":{"shape":"Ssb"},"Environment":{"shape":"Ssd"},"RetryStrategy":{"shape":"Shm"},"InfraCheckConfig":{"shape":"Ssg"}}},"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":"Ssm"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"DataCaptureConfig":{"shape":"Ssp"},"TransformResources":{"shape":"S47"},"DataProcessing":{"shape":"Ssq"},"Tags":{"shape":"S7"},"ExperimentConfig":{"shape":"Sqm"}}},"output":{"type":"structure","required":["TransformJobArn"],"members":{"TransformJobArn":{}}}},"CreateTrial":{"input":{"type":"structure","required":["TrialName","ExperimentName"],"members":{"TrialName":{},"DisplayName":{},"ExperimentName":{},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"CreateTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{},"DisplayName":{},"Status":{"shape":"Ssy"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"St1"},"InputArtifacts":{"shape":"St5"},"OutputArtifacts":{"shape":"St5"},"MetadataProperties":{"shape":"S1u"},"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":"Sa7"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"CreateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"CognitoConfig":{"shape":"Stg"},"OidcConfig":{"shape":"Stj"},"SourceIpConfig":{"shape":"Stm"},"WorkforceName":{},"Tags":{"shape":"S7"},"WorkforceVpcConfig":{"shape":"Stq"}}},"output":{"type":"structure","required":["WorkforceArn"],"members":{"WorkforceArn":{}}}},"CreateWorkteam":{"input":{"type":"structure","required":["WorkteamName","MemberDefinitions","Description"],"members":{"WorkteamName":{},"WorkforceName":{},"MemberDefinitions":{"shape":"Su0"},"Description":{},"NotificationConfiguration":{"shape":"Su8"},"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":"S5b"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"DeleteAssociation":{"input":{"type":"structure","required":["SourceArn","DestinationArn"],"members":{"SourceArn":{},"DestinationArn":{}}},"output":{"type":"structure","members":{"SourceArn":{},"DestinationArn":{}}}},"DeleteCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"DeleteCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}}},"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":{}}},"DeleteInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}}},"DeleteInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteModelBiasJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{}}}},"DeleteModelExplainabilityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteModelPackage":{"input":{"type":"structure","required":["ModelPackageName"],"members":{"ModelPackageName":{}}}},"DeleteModelPackageGroup":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}}},"DeleteModelQualityJobDefinition":{"input":{"type":"structure","required":["JobDefinitionName"],"members":{"JobDefinitionName":{}}}},"DeleteMonitoringSchedule":{"input":{"type":"structure","required":["MonitoringScheduleName"],"members":{"MonitoringScheduleName":{}}}},"DeleteNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}}},"DeleteNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}}},"DeletePipeline":{"input":{"type":"structure","required":["PipelineName","ClientRequestToken"],"members":{"PipelineName":{},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"DeleteProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{}}}},"DeleteSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{}}}},"DeleteStudioLifecycleConfig":{"input":{"type":"structure","required":["StudioLifecycleConfigName"],"members":{"StudioLifecycleConfigName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeleteTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialArn":{}}}},"DeleteTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"DeleteUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{}}}},"DeleteWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Success"],"members":{"Success":{"type":"boolean"}}}},"DeregisterDevices":{"input":{"type":"structure","required":["DeviceFleetName","DeviceNames"],"members":{"DeviceFleetName":{},"DeviceNames":{"shape":"Sbx"}}}},"DescribeAction":{"input":{"type":"structure","required":["ActionName"],"members":{"ActionName":{}}},"output":{"type":"structure","members":{"ActionName":{},"ActionArn":{},"Source":{"shape":"S1n"},"ActionType":{},"Description":{},"Status":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"},"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":"S1z"},"InferenceSpecification":{"shape":"Sr"},"ValidationSpecification":{"shape":"S2r"},"AlgorithmStatus":{},"AlgorithmStatusDetails":{"type":"structure","members":{"ValidationStatuses":{"shape":"Swm"},"ImageScanStatuses":{"shape":"Swm"}}},"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":"S4h"},"SpaceName":{}}}},"DescribeAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{}}},"output":{"type":"structure","members":{"AppImageConfigArn":{},"AppImageConfigName":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"KernelGatewayImageConfig":{"shape":"S4s"},"JupyterLabAppImageConfig":{"shape":"S51"}}}},"DescribeArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{}}},"output":{"type":"structure","members":{"ArtifactName":{},"ArtifactArn":{},"Source":{"shape":"S5b"},"ArtifactType":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"},"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":"S5j"},"OutputDataConfig":{"shape":"S5r"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5t"},"ProblemType":{},"AutoMLJobConfig":{"shape":"S5v"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sx0"},"BestCandidate":{"shape":"Sx2"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"AutoMLJobArtifacts":{"shape":"Sxu"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5t"},"ProblemType":{},"CompletionCriteria":{"shape":"S5w"}}},"ModelDeployConfig":{"shape":"S6f"},"ModelDeployResult":{"shape":"Sxy"}}}},"DescribeAutoMLJobV2":{"input":{"type":"structure","required":["AutoMLJobName"],"members":{"AutoMLJobName":{}}},"output":{"type":"structure","required":["AutoMLJobName","AutoMLJobArn","AutoMLJobInputDataConfig","OutputDataConfig","RoleArn","CreationTime","LastModifiedTime","AutoMLJobStatus","AutoMLJobSecondaryStatus"],"members":{"AutoMLJobName":{},"AutoMLJobArn":{},"AutoMLJobInputDataConfig":{"shape":"S6l"},"OutputDataConfig":{"shape":"S5r"},"RoleArn":{},"AutoMLJobObjective":{"shape":"S5t"},"AutoMLProblemTypeConfig":{"shape":"S6n"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"PartialFailureReasons":{"shape":"Sx0"},"BestCandidate":{"shape":"Sx2"},"AutoMLJobStatus":{},"AutoMLJobSecondaryStatus":{},"ModelDeployConfig":{"shape":"S6f"},"ModelDeployResult":{"shape":"Sxy"},"DataSplitConfig":{"shape":"S66"},"SecurityConfig":{"shape":"S60"},"AutoMLJobArtifacts":{"shape":"Sxu"},"ResolvedAttributes":{"type":"structure","members":{"AutoMLJobObjective":{"shape":"S5t"},"CompletionCriteria":{"shape":"S5w"},"AutoMLProblemTypeResolvedAttributes":{"type":"structure","members":{"TabularResolvedAttributes":{"type":"structure","members":{"ProblemType":{}}},"TextGenerationResolvedAttributes":{"type":"structure","members":{"BaseModelName":{}}}},"union":true}}},"AutoMLProblemTypeConfigName":{}}}},"DescribeCluster":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{}}},"output":{"type":"structure","required":["ClusterArn","ClusterStatus","InstanceGroups"],"members":{"ClusterArn":{},"ClusterName":{},"ClusterStatus":{},"CreationTime":{"type":"timestamp"},"FailureMessage":{},"InstanceGroups":{"type":"list","member":{"type":"structure","members":{"CurrentCount":{"type":"integer"},"TargetCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S7s"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"VpcConfig":{"shape":"S61"}}}},"DescribeClusterNode":{"input":{"type":"structure","required":["ClusterName","NodeId"],"members":{"ClusterName":{},"NodeId":{}}},"output":{"type":"structure","required":["NodeDetails"],"members":{"NodeDetails":{"type":"structure","members":{"InstanceGroupName":{},"InstanceId":{},"InstanceStatus":{"shape":"Syg"},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"LifeCycleConfig":{"shape":"S7s"},"ThreadsPerCore":{"type":"integer"}}}}}},"DescribeCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{}}},"output":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S7y"}}}},"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":"S3p"},"InferenceImage":{},"ModelPackageVersionArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelArtifacts":{"shape":"Syp"},"ModelDigests":{"type":"structure","members":{"ArtifactDigest":{}}},"RoleArn":{},"InputConfig":{"shape":"S85"},"OutputConfig":{"shape":"S88"},"VpcConfig":{"shape":"S8f"},"DerivedInformation":{"type":"structure","members":{"DerivedDataInputConfig":{}}}}}},"DescribeContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{}}},"output":{"type":"structure","members":{"ContextName":{},"ContextArn":{},"Source":{"shape":"S8n"},"ContextType":{},"Description":{},"Properties":{"shape":"S1s"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"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":"S8s"},"DataQualityAppSpecification":{"shape":"S8w"},"DataQualityJobInput":{"shape":"S95"},"DataQualityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"}}}},"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":"Sa1"},"Description":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{},"IotRoleAlias":{}}}},"DescribeDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{}}},"output":{"type":"structure","members":{"DomainArn":{},"DomainId":{},"DomainName":{},"HomeEfsFileSystemId":{},"SingleSignOnManagedApplicationInstanceId":{},"SingleSignOnApplicationArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"AuthMode":{},"DefaultUserSettings":{"shape":"Sa7"},"AppNetworkAccessType":{},"HomeEfsFileSystemKmsKeyId":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use KmsKeyId instead."},"SubnetIds":{"shape":"S64"},"Url":{},"VpcId":{},"KmsKeyId":{},"DomainSettings":{"shape":"Sbh"},"AppSecurityGroupManagement":{},"SecurityGroupIdForDomainBoundary":{},"DefaultSpaceSettings":{"shape":"Sbl"}}}},"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":"Sbq"},"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":"Sbu"},"DeploymentConfig":{"shape":"Sbz"},"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":"Sa1"},"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":"Szu"},"DataCaptureConfig":{"shape":"S102"},"EndpointStatus":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastDeploymentConfig":{"shape":"Sc8"},"AsyncInferenceConfig":{"shape":"Sdn"},"PendingDeploymentSummary":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{},"ProductionVariants":{"shape":"S106"},"StartTime":{"type":"timestamp"},"ShadowProductionVariants":{"shape":"S106"}}},"ExplainerConfig":{"shape":"Sdv"},"ShadowProductionVariants":{"shape":"Szu"}}}},"DescribeEndpointConfig":{"input":{"type":"structure","required":["EndpointConfigName"],"members":{"EndpointConfigName":{}}},"output":{"type":"structure","required":["EndpointConfigName","EndpointConfigArn","ProductionVariants","CreationTime"],"members":{"EndpointConfigName":{},"EndpointConfigArn":{},"ProductionVariants":{"shape":"Scq"},"DataCaptureConfig":{"shape":"Sdc"},"KmsKeyId":{},"CreationTime":{"type":"timestamp"},"AsyncInferenceConfig":{"shape":"Sdn"},"ExplainerConfig":{"shape":"Sdv"},"ShadowProductionVariants":{"shape":"Scq"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S61"},"EnableNetworkIsolation":{"type":"boolean"}}}},"DescribeExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{}}},"output":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10c"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"}}}},"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":"Seu"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sf1"},"OfflineStoreConfig":{"shape":"Sf7"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S10j"},"LastUpdateStatus":{"shape":"S10m"},"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":"S10s"}}}},"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":"Sfj"},"HumanLoopActivationConfig":{"shape":"Sfl"},"HumanLoopConfig":{"shape":"Sfo"},"OutputConfig":{"shape":"Sg3"},"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":"Sga"},"S3StorageConfig":{"shape":"Sgc"},"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":"S11a"},"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":"Sgn"},"TrainingJobDefinition":{"shape":"Shg"},"TrainingJobDefinitions":{"shape":"Shw"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S11p"},"ObjectiveStatusCounters":{"shape":"S11r"},"BestTrainingJob":{"shape":"S11t"},"OverallBestTrainingJob":{"shape":"S11t"},"WarmStartConfig":{"shape":"Shx"},"FailureReason":{},"TuningJobCompletionDetails":{"shape":"S11w"},"ConsumedResources":{"shape":"S11x"},"Autotune":{"shape":"Si1"}}}},"DescribeImage":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{}}},"output":{"type":"structure","members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"},"RoleArn":{}}}},"DescribeImageVersion":{"input":{"type":"structure","required":["ImageName"],"members":{"ImageName":{},"Version":{"type":"integer"},"Alias":{}}},"output":{"type":"structure","members":{"BaseImage":{},"ContainerImage":{},"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}}},"DescribeInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{}}},"output":{"type":"structure","required":["InferenceComponentName","InferenceComponentArn","EndpointName","EndpointArn","CreationTime","LastModifiedTime"],"members":{"InferenceComponentName":{},"InferenceComponentArn":{},"EndpointName":{},"EndpointArn":{},"VariantName":{},"FailureReason":{},"Specification":{"type":"structure","members":{"ModelName":{},"Container":{"type":"structure","members":{"DeployedImage":{"shape":"Szx"},"ArtifactUrl":{},"Environment":{"shape":"Sz"}}},"StartupParameters":{"shape":"Siq"},"ComputeResourceRequirements":{"shape":"Sir"}}},"RuntimeConfig":{"type":"structure","members":{"DesiredCopyCount":{"type":"integer"},"CurrentCopyCount":{"type":"integer"}}},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"InferenceComponentStatus":{}}}},"DescribeInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","required":["Arn","Name","Type","Status","EndpointMetadata","ModelVariants"],"members":{"Arn":{},"Name":{},"Type":{},"Schedule":{"shape":"Sj2"},"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":"Sj8"},"Status":{}}}},"DataStorageConfig":{"shape":"Sjd"},"ShadowModeConfig":{"shape":"Sje"},"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":"Sjm"},"StoppingConditions":{"shape":"Skq"},"InferenceRecommendations":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointConfiguration","ModelConfiguration"],"members":{"Metrics":{"shape":"S12o"},"EndpointConfiguration":{"shape":"S12r"},"ModelConfiguration":{"shape":"S12t"},"RecommendationId":{},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}},"EndpointPerformances":{"type":"list","member":{"type":"structure","required":["Metrics","EndpointInfo"],"members":{"Metrics":{"shape":"S131"},"EndpointInfo":{"shape":"Skj"}}}}}}},"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":"S135"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"JobReferenceCode":{},"LabelingJobName":{},"LabelingJobArn":{},"LabelAttributeName":{},"InputConfig":{"shape":"Sl2"},"OutputConfig":{"shape":"Sl9"},"RoleArn":{},"LabelCategoryConfigS3Uri":{},"StoppingConditions":{"shape":"Sla"},"LabelingJobAlgorithmsConfig":{"shape":"Sld"},"HumanTaskConfig":{"shape":"Slh"},"Tags":{"shape":"S7"},"LabelingJobOutput":{"shape":"S138"}}}},"DescribeLineageGroup":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupName":{},"LineageGroupArn":{},"DisplayName":{},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","required":["ModelName","CreationTime","ModelArn"],"members":{"ModelName":{},"PrimaryContainer":{"shape":"Slw"},"Containers":{"shape":"Smc"},"InferenceExecutionConfig":{"shape":"Smd"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S61"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"DeploymentRecommendation":{"shape":"S13d"}}}},"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":"Smh"},"ModelBiasAppSpecification":{"shape":"Smi"},"ModelBiasJobInput":{"shape":"Smj"},"ModelBiasJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"}}}},"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":"Smo"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Smn"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"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":"Smu"},"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":"Smy"},"ModelExplainabilityAppSpecification":{"shape":"Smz"},"ModelExplainabilityJobInput":{"shape":"Sn0"},"ModelExplainabilityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"}}}},"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":"Sn6"},"ValidationSpecification":{"shape":"Sn3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S13u"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Sn9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sng"},"DriftCheckBaselines":{"shape":"Snj"},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Snp"},"SkipModelValidation":{}}}},"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":"Swf"},"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":"Snx"},"ModelQualityAppSpecification":{"shape":"Sny"},"ModelQualityJobInput":{"shape":"So0"},"ModelQualityJobOutputConfig":{"shape":"S9j"},"JobResources":{"shape":"S9p"},"NetworkConfig":{"shape":"S9u"},"RoleArn":{},"StoppingCondition":{"shape":"S9v"}}}},"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":"So4"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S147"}}}},"DescribeNotebookInstance":{"input":{"type":"structure","required":["NotebookInstanceName"],"members":{"NotebookInstanceName":{}}},"output":{"type":"structure","members":{"NotebookInstanceArn":{},"NotebookInstanceName":{},"NotebookInstanceStatus":{},"FailureReason":{},"Url":{},"InstanceType":{},"SubnetId":{},"SecurityGroups":{"shape":"Sa8"},"RoleArn":{},"KmsKeyId":{},"NetworkInterfaceId":{},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"NotebookInstanceLifecycleConfigName":{},"DirectInternetAccess":{},"VolumeSizeInGB":{"type":"integer"},"AcceleratorTypes":{"shape":"Sol"},"DefaultCodeRepository":{},"AdditionalCodeRepositories":{"shape":"Soo"},"RootAccess":{},"PlatformIdentifier":{},"InstanceMetadataServiceConfiguration":{"shape":"Sor"}}}},"DescribeNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{}}},"output":{"type":"structure","members":{"NotebookInstanceLifecycleConfigArn":{},"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sow"},"OnStart":{"shape":"Sow"},"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":"Swf"},"LastModifiedBy":{"shape":"Swf"},"ParallelismConfiguration":{"shape":"Spa"}}}},"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":"S14r"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedBy":{"shape":"Swf"},"ParallelismConfiguration":{"shape":"Spa"},"SelectiveExecutionConfig":{"shape":"S14t"}}}},"DescribeProcessingJob":{"input":{"type":"structure","required":["ProcessingJobName"],"members":{"ProcessingJobName":{}}},"output":{"type":"structure","required":["ProcessingJobName","ProcessingResources","AppSpecification","ProcessingJobArn","ProcessingJobStatus","CreationTime"],"members":{"ProcessingInputs":{"shape":"Spn"},"ProcessingOutputConfig":{"shape":"Sqa"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqf"},"StoppingCondition":{"shape":"Sqh"},"AppSpecification":{"shape":"Sqj"},"Environment":{"shape":"Sql"},"NetworkConfig":{"shape":"Soc"},"RoleArn":{},"ExperimentConfig":{"shape":"Sqm"},"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":"Sqr"},"ServiceCatalogProvisionedProductDetails":{"shape":"S152"},"ProjectStatus":{},"CreatedBy":{"shape":"Swf"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"}}}},"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":"Sr1"},"Url":{},"SpaceDisplayName":{},"OwnershipSettings":{"shape":"Sr9"},"SpaceSharingSettings":{"shape":"Sra"}}}},"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":"S15d"}}}},"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":"Syp"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"shape":"Srl"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S61"},"StoppingCondition":{"shape":"S3p"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S15h"},"FinalMetricDataList":{"shape":"S15k"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Shl"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Sru"},"ExperimentConfig":{"shape":"Sqm"},"DebugRuleConfigurations":{"shape":"Ss2"},"TensorBoardOutputConfig":{"shape":"Ss6"},"DebugRuleEvaluationStatuses":{"shape":"S15o"},"ProfilerConfig":{"shape":"Ss7"},"ProfilerRuleConfigurations":{"shape":"Ssb"},"ProfilerRuleEvaluationStatuses":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"ProfilingStatus":{},"RetryStrategy":{"shape":"Shm"},"Environment":{"shape":"Ssd"},"WarmPoolStatus":{"shape":"S15v"},"InfraCheckConfig":{"shape":"Ssg"}}}},"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":"Ssm"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"DataCaptureConfig":{"shape":"Ssp"},"TransformResources":{"shape":"S47"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Ssq"},"ExperimentConfig":{"shape":"Sqm"}}}},"DescribeTrial":{"input":{"type":"structure","required":["TrialName"],"members":{"TrialName":{}}},"output":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S163"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"}}}},"DescribeTrialComponent":{"input":{"type":"structure","required":["TrialComponentName"],"members":{"TrialComponentName":{}}},"output":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"DisplayName":{},"Source":{"shape":"S167"},"Status":{"shape":"Ssy"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"Parameters":{"shape":"St1"},"InputArtifacts":{"shape":"St5"},"OutputArtifacts":{"shape":"St5"},"MetadataProperties":{"shape":"S1u"},"Metrics":{"shape":"S169"},"LineageGroupArn":{},"Sources":{"type":"list","member":{"shape":"S167"}}}}},"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":"Sa7"}}}},"DescribeWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S16j"}}}},"DescribeWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S16r"}}}},"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":"Sa1"},"Description":{},"ReportGenerated":{"type":"timestamp"},"DeviceStats":{"type":"structure","required":["ConnectedDeviceCount","RegisteredDeviceCount"],"members":{"ConnectedDeviceCount":{"type":"long"},"RegisteredDeviceCount":{"type":"long"}}},"AgentVersions":{"type":"list","member":{"type":"structure","required":["Version","AgentCount"],"members":{"Version":{},"AgentCount":{"type":"long"}}}},"ModelStats":{"type":"list","member":{"type":"structure","required":["ModelName","ModelVersion","OfflineDeviceCount","ConnectedDeviceCount","ActiveDeviceCount","SamplingDeviceCount"],"members":{"ModelName":{},"ModelVersion":{},"OfflineDeviceCount":{"type":"long"},"ConnectedDeviceCount":{"type":"long"},"ActiveDeviceCount":{"type":"long"},"SamplingDeviceCount":{"type":"long"}}}}}}},"GetLineageGroupPolicy":{"input":{"type":"structure","required":["LineageGroupName"],"members":{"LineageGroupName":{}}},"output":{"type":"structure","members":{"LineageGroupArn":{},"ResourcePolicy":{}}}},"GetModelPackageGroupPolicy":{"input":{"type":"structure","required":["ModelPackageGroupName"],"members":{"ModelPackageGroupName":{}}},"output":{"type":"structure","required":["ResourcePolicy"],"members":{"ResourcePolicy":{}}}},"GetSagemakerServicecatalogPortfolioStatus":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Status":{}}}},"GetScalingConfigurationRecommendation":{"input":{"type":"structure","required":["InferenceRecommendationsJobName"],"members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S17j"}}},"output":{"type":"structure","members":{"InferenceRecommendationsJobName":{},"RecommendationId":{},"EndpointName":{},"TargetCpuUtilizationPerCore":{"type":"integer"},"ScalingPolicyObjective":{"shape":"S17j"},"Metric":{"type":"structure","members":{"InvocationsPerInstance":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"DynamicScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"ScaleInCooldown":{"type":"integer"},"ScaleOutCooldown":{"type":"integer"},"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"TargetTracking":{"type":"structure","members":{"MetricSpecification":{"type":"structure","members":{"Predefined":{"type":"structure","members":{"PredefinedMetricType":{}}},"Customized":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Statistic":{}}}},"union":true},"TargetValue":{"type":"double"}}}},"union":true}}}}}}},"GetSearchSuggestions":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SuggestionQuery":{"type":"structure","members":{"PropertyNameQuery":{"type":"structure","required":["PropertyNameHint"],"members":{"PropertyNameHint":{}}}}}}},"output":{"type":"structure","members":{"PropertyNameSuggestions":{"type":"list","member":{"type":"structure","members":{"PropertyName":{}}}}}}},"ImportHubContent":{"input":{"type":"structure","required":["HubContentName","HubContentType","DocumentSchemaVersion","HubName","HubContentDocument"],"members":{"HubContentName":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubName":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentMarkdown":{},"HubContentDocument":{},"HubContentSearchKeywords":{"shape":"S11a"},"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":"S1n"},"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":"Sic"},"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":"S4s"},"JupyterLabAppImageConfig":{"shape":"S51"}}}}}}},"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":{},"ResourceSpec":{"shape":"S4h"}}}},"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":"S5b"},"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":"Swf"}}}},"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":"Sx0"}}}},"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":"Sx2"}},"NextToken":{}}}},"ListClusterNodes":{"input":{"type":"structure","required":["ClusterName"],"members":{"ClusterName":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"InstanceGroupNameContains":{},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterNodeSummaries"],"members":{"NextToken":{},"ClusterNodeSummaries":{"type":"list","member":{"type":"structure","required":["InstanceGroupName","InstanceId","InstanceType","LaunchTime","InstanceStatus"],"members":{"InstanceGroupName":{},"InstanceId":{},"InstanceType":{},"LaunchTime":{"type":"timestamp"},"InstanceStatus":{"shape":"Syg"}}}}}}},"ListClusters":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["NextToken","ClusterSummaries"],"members":{"NextToken":{},"ClusterSummaries":{"type":"list","member":{"type":"structure","required":["ClusterArn","ClusterName","CreationTime","ClusterStatus"],"members":{"ClusterArn":{},"ClusterName":{},"CreationTime":{"type":"timestamp"},"ClusterStatus":{}}}}}}},"ListCodeRepositories":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["CodeRepositorySummaryList"],"members":{"CodeRepositorySummaryList":{"type":"list","member":{"type":"structure","required":["CodeRepositoryName","CodeRepositoryArn","CreationTime","LastModifiedTime"],"members":{"CodeRepositoryName":{},"CodeRepositoryArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"GitConfig":{"shape":"S7y"}}}},"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":"S8n"},"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":"S1ab"},"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":"S10c"},"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":"S10j"}}}},"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":"S1c1"},"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":"S1c1"},"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":"Sga"},"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":"S11p"},"ObjectiveStatusCounters":{"shape":"S11r"},"ResourceLimits":{"shape":"Sgt"}}}},"NextToken":{}}}},"ListImageVersions":{"input":{"type":"structure","required":["ImageName"],"members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"ImageName":{},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"ImageVersions":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageVersionArn","ImageVersionStatus","LastModifiedTime","Version"],"members":{"CreationTime":{"type":"timestamp"},"FailureReason":{},"ImageArn":{},"ImageVersionArn":{},"ImageVersionStatus":{},"LastModifiedTime":{"type":"timestamp"},"Version":{"type":"integer"}}}},"NextToken":{}}}},"ListImages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Images":{"type":"list","member":{"type":"structure","required":["CreationTime","ImageArn","ImageName","ImageStatus","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"Description":{},"DisplayName":{},"FailureReason":{},"ImageArn":{},"ImageName":{},"ImageStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceComponents":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"StatusEquals":{},"EndpointNameEquals":{},"VariantNameEquals":{}}},"output":{"type":"structure","required":["InferenceComponents"],"members":{"InferenceComponents":{"type":"list","member":{"type":"structure","required":["CreationTime","InferenceComponentArn","InferenceComponentName","EndpointArn","EndpointName","VariantName","LastModifiedTime"],"members":{"CreationTime":{"type":"timestamp"},"InferenceComponentArn":{},"InferenceComponentName":{},"EndpointArn":{},"EndpointName":{},"VariantName":{},"InferenceComponentStatus":{},"LastModifiedTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListInferenceExperiments":{"input":{"type":"structure","members":{"NameContains":{},"Type":{},"StatusEquals":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"InferenceExperiments":{"type":"list","member":{"type":"structure","required":["Name","Type","Status","CreationTime","LastModifiedTime"],"members":{"Name":{},"Type":{},"Schedule":{"shape":"Sj2"},"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":"S12o"},"EndpointConfiguration":{"shape":"S12r"},"ModelConfiguration":{"shape":"S12t"},"FailureReason":{},"EndpointMetrics":{"shape":"S131"},"InvocationEndTime":{"type":"timestamp"},"InvocationStartTime":{"type":"timestamp"}}}}}},"NextToken":{}}}},"ListInferenceRecommendationsJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"ModelNameEquals":{},"ModelPackageVersionArnEquals":{}}},"output":{"type":"structure","required":["InferenceRecommendationsJobs"],"members":{"InferenceRecommendationsJobs":{"type":"list","member":{"type":"structure","required":["JobName","JobDescription","JobType","JobArn","Status","CreationTime","RoleArn","LastModifiedTime"],"members":{"JobName":{},"JobDescription":{},"JobType":{},"JobArn":{},"Status":{},"CreationTime":{"type":"timestamp"},"CompletionTime":{"type":"timestamp"},"RoleArn":{},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"ModelName":{},"SamplePayloadUrl":{},"ModelPackageVersionArn":{}}}},"NextToken":{}}}},"ListLabelingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NextToken":{},"NameContains":{},"SortBy":{},"SortOrder":{},"StatusEquals":{}}},"output":{"type":"structure","members":{"LabelingJobSummaryList":{"type":"list","member":{"type":"structure","required":["LabelingJobName","LabelingJobArn","CreationTime","LastModifiedTime","LabelingJobStatus","LabelCounters","WorkteamArn","PreHumanTaskLambdaArn"],"members":{"LabelingJobName":{},"LabelingJobArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LabelingJobStatus":{},"LabelCounters":{"shape":"S135"},"WorkteamArn":{},"PreHumanTaskLambdaArn":{},"AnnotationConsolidationLambdaArn":{},"FailureReason":{},"LabelingJobOutput":{"shape":"S138"},"InputConfig":{"shape":"Sl2"}}}},"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":"S1ab"},"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":"S1ab"},"NextToken":{}}}},"ListModelMetadata":{"input":{"type":"structure","members":{"SearchExpression":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ModelMetadataSummaries"],"members":{"ModelMetadataSummaries":{"type":"list","member":{"type":"structure","required":["Domain","Framework","Task","Model","FrameworkVersion"],"members":{"Domain":{},"Framework":{},"Task":{},"Model":{},"FrameworkVersion":{}}}},"NextToken":{}}}},"ListModelPackageGroups":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageGroupSummaryList"],"members":{"ModelPackageGroupSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageGroupName","ModelPackageGroupArn","CreationTime","ModelPackageGroupStatus"],"members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageGroupStatus":{}}}},"NextToken":{}}}},"ListModelPackages":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"ModelApprovalStatus":{},"ModelPackageGroupName":{},"ModelPackageType":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ModelPackageSummaryList"],"members":{"ModelPackageSummaryList":{"type":"list","member":{"type":"structure","required":["ModelPackageArn","CreationTime","ModelPackageStatus"],"members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"ModelPackageStatus":{},"ModelApprovalStatus":{}}}},"NextToken":{}}}},"ListModelQualityJobDefinitions":{"input":{"type":"structure","members":{"EndpointName":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"NameContains":{},"CreationTimeBefore":{"type":"timestamp"},"CreationTimeAfter":{"type":"timestamp"}}},"output":{"type":"structure","required":["JobDefinitionSummaries"],"members":{"JobDefinitionSummaries":{"shape":"S1ab"},"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":"S1fm"},"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":"S147"}},"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":"Soo"}}}}}}},"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":"S1h1"}}},"Lambda":{"type":"structure","members":{"Arn":{},"OutputParameters":{"shape":"S1h1"}}},"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":{}}}}},"SelectiveExecutionResult":{"type":"structure","members":{"SourcePipelineExecutionArn":{}}}}}},"NextToken":{}}}},"ListPipelineExecutions":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineExecutionArn":{},"StartTime":{"type":"timestamp"},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"PipelineExecutionFailureReason":{}}}},"NextToken":{}}}},"ListPipelineParametersForExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineParameters":{"shape":"S1hi"},"NextToken":{}}}},"ListPipelines":{"input":{"type":"structure","members":{"PipelineNamePrefix":{},"CreatedAfter":{"type":"timestamp"},"CreatedBefore":{"type":"timestamp"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"PipelineSummaries":{"type":"list","member":{"type":"structure","members":{"PipelineArn":{},"PipelineName":{},"PipelineDisplayName":{},"PipelineDescription":{},"RoleArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"LastExecutionTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListProcessingJobs":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"LastModifiedTimeAfter":{"type":"timestamp"},"LastModifiedTimeBefore":{"type":"timestamp"},"NameContains":{},"StatusEquals":{},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["ProcessingJobSummaries"],"members":{"ProcessingJobSummaries":{"type":"list","member":{"type":"structure","required":["ProcessingJobName","ProcessingJobArn","CreationTime","ProcessingJobStatus"],"members":{"ProcessingJobName":{},"ProcessingJobArn":{},"CreationTime":{"type":"timestamp"},"ProcessingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"ProcessingJobStatus":{},"FailureReason":{},"ExitMessage":{}}}},"NextToken":{}}}},"ListProjects":{"input":{"type":"structure","members":{"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"MaxResults":{"type":"integer"},"NameContains":{},"NextToken":{},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","required":["ProjectSummaryList"],"members":{"ProjectSummaryList":{"type":"list","member":{"type":"structure","required":["ProjectName","ProjectArn","ProjectId","CreationTime","ProjectStatus"],"members":{"ProjectName":{},"ProjectDescription":{},"ProjectArn":{},"ProjectId":{},"CreationTime":{"type":"timestamp"},"ProjectStatus":{}}}},"NextToken":{}}}},"ListResourceCatalogs":{"input":{"type":"structure","members":{"NameContains":{},"CreationTimeAfter":{"type":"timestamp"},"CreationTimeBefore":{"type":"timestamp"},"SortOrder":{},"SortBy":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ResourceCatalogs":{"type":"list","member":{"type":"structure","required":["ResourceCatalogArn","ResourceCatalogName","Description","CreationTime"],"members":{"ResourceCatalogArn":{},"ResourceCatalogName":{},"Description":{},"CreationTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListSpaces":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"SortOrder":{},"SortBy":{},"DomainIdEquals":{},"SpaceNameContains":{}}},"output":{"type":"structure","members":{"Spaces":{"type":"list","member":{"type":"structure","members":{"DomainId":{},"SpaceName":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SpaceDisplayName":{},"SpaceSettingsSummary":{"type":"structure","members":{"AppType":{},"SpaceStorageSettings":{"shape":"Sr4"}}},"SpaceSharingSettingsSummary":{"type":"structure","members":{"SharingType":{}}},"OwnershipSettingsSummary":{"type":"structure","members":{"OwnerUserProfileName":{}}}}}},"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":"S15d"}},"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":"S15v"}}}},"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":"S11t"}},"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":"S167"},"Status":{"shape":"Ssy"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"}}}},"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":"S163"},"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":"S16j"}},"NextToken":{}}}},"ListWorkteams":{"input":{"type":"structure","members":{"SortBy":{},"SortOrder":{},"NameContains":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Workteams"],"members":{"Workteams":{"type":"list","member":{"shape":"S16r"}},"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":"S1kg"},"Tags":{"shape":"S7"}}}},"RenderUiTemplate":{"input":{"type":"structure","required":["Task","RoleArn"],"members":{"UiTemplate":{"shape":"Sgi"},"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":"Spa"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"Search":{"input":{"type":"structure","required":["Resource"],"members":{"Resource":{},"SearchExpression":{"shape":"S1kr"},"SortBy":{},"SortOrder":{},"NextToken":{},"MaxResults":{"type":"integer"},"CrossAccountFilterOption":{}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"TrainingJob":{"shape":"S1l5"},"Experiment":{"type":"structure","members":{"ExperimentName":{},"ExperimentArn":{},"DisplayName":{},"Source":{"shape":"S10c"},"Description":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"Tags":{"shape":"S7"}}},"Trial":{"type":"structure","members":{"TrialName":{},"TrialArn":{},"DisplayName":{},"ExperimentName":{},"Source":{"shape":"S163"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"},"Tags":{"shape":"S7"},"TrialComponentSummaries":{"type":"list","member":{"type":"structure","members":{"TrialComponentName":{},"TrialComponentArn":{},"TrialComponentSource":{"shape":"S167"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"}}}}}},"TrialComponent":{"type":"structure","members":{"TrialComponentName":{},"DisplayName":{},"TrialComponentArn":{},"Source":{"shape":"S167"},"Status":{"shape":"Ssy"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"Parameters":{"shape":"St1"},"InputArtifacts":{"shape":"St5"},"OutputArtifacts":{"shape":"St5"},"Metrics":{"shape":"S169"},"MetadataProperties":{"shape":"S1u"},"SourceDetail":{"type":"structure","members":{"SourceArn":{},"TrainingJob":{"shape":"S1l5"},"ProcessingJob":{"type":"structure","members":{"ProcessingInputs":{"shape":"Spn"},"ProcessingOutputConfig":{"shape":"Sqa"},"ProcessingJobName":{},"ProcessingResources":{"shape":"Sqf"},"StoppingCondition":{"shape":"Sqh"},"AppSpecification":{"shape":"Sqj"},"Environment":{"shape":"Sql"},"NetworkConfig":{"shape":"Soc"},"RoleArn":{},"ExperimentConfig":{"shape":"Sqm"},"ProcessingJobArn":{},"ProcessingJobStatus":{},"ExitMessage":{},"FailureReason":{},"ProcessingEndTime":{"type":"timestamp"},"ProcessingStartTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreationTime":{"type":"timestamp"},"MonitoringScheduleArn":{},"AutoMLJobArn":{},"TrainingJobArn":{},"Tags":{"shape":"S7"}}},"TransformJob":{"shape":"S1ld"}}},"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":"Szu"},"DataCaptureConfig":{"shape":"S102"},"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":"So4"},"EndpointName":{},"LastMonitoringExecutionSummary":{"shape":"S147"},"Tags":{"shape":"S7"}}}},"Tags":{"shape":"S7"},"ShadowProductionVariants":{"shape":"Szu"}}},"ModelPackage":{"type":"structure","members":{"ModelPackageName":{},"ModelPackageGroupName":{},"ModelPackageVersion":{"type":"integer"},"ModelPackageArn":{},"ModelPackageDescription":{},"CreationTime":{"type":"timestamp"},"InferenceSpecification":{"shape":"Sr"},"SourceAlgorithmSpecification":{"shape":"Sn6"},"ValidationSpecification":{"shape":"Sn3"},"ModelPackageStatus":{},"ModelPackageStatusDetails":{"shape":"S13u"},"CertifyForMarketplace":{"type":"boolean"},"ModelApprovalStatus":{},"CreatedBy":{"shape":"Swf"},"MetadataProperties":{"shape":"S1u"},"ModelMetrics":{"shape":"Sn9"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"ApprovalDescription":{},"Domain":{},"Task":{},"SamplePayloadUrl":{},"AdditionalInferenceSpecifications":{"shape":"Snp"},"Tags":{"shape":"S7"},"CustomerMetadataProperties":{"shape":"Sng"},"DriftCheckBaselines":{"shape":"Snj"},"SkipModelValidation":{}}},"ModelPackageGroup":{"type":"structure","members":{"ModelPackageGroupName":{},"ModelPackageGroupArn":{},"ModelPackageGroupDescription":{},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"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":"Swf"},"LastModifiedBy":{"shape":"Swf"},"ParallelismConfiguration":{"shape":"Spa"},"Tags":{"shape":"S7"}}},"PipelineExecution":{"type":"structure","members":{"PipelineArn":{},"PipelineExecutionArn":{},"PipelineExecutionDisplayName":{},"PipelineExecutionStatus":{},"PipelineExecutionDescription":{},"PipelineExperimentConfig":{"shape":"S14r"},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedBy":{"shape":"Swf"},"ParallelismConfiguration":{"shape":"Spa"},"PipelineParameters":{"shape":"S1hi"},"SelectiveExecutionConfig":{"shape":"S14t"}}},"FeatureGroup":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"RecordIdentifierFeatureName":{},"EventTimeFeatureName":{},"FeatureDefinitions":{"shape":"Seu"},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"OnlineStoreConfig":{"shape":"Sf1"},"OfflineStoreConfig":{"shape":"Sf7"},"RoleArn":{},"FeatureGroupStatus":{},"OfflineStoreStatus":{"shape":"S10j"},"LastUpdateStatus":{"shape":"S10m"},"FailureReason":{},"Description":{},"Tags":{"shape":"S7"}}},"Project":{"type":"structure","members":{"ProjectArn":{},"ProjectName":{},"ProjectId":{},"ProjectDescription":{},"ServiceCatalogProvisioningDetails":{"shape":"Sqr"},"ServiceCatalogProvisionedProductDetails":{"shape":"S152"},"ProjectStatus":{},"CreatedBy":{"shape":"Swf"},"CreationTime":{"type":"timestamp"},"Tags":{"shape":"S7"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"}}},"FeatureMetadata":{"type":"structure","members":{"FeatureGroupArn":{},"FeatureGroupName":{},"FeatureName":{},"FeatureType":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"Description":{},"Parameters":{"shape":"S10s"}}},"HyperParameterTuningJob":{"type":"structure","members":{"HyperParameterTuningJobName":{},"HyperParameterTuningJobArn":{},"HyperParameterTuningJobConfig":{"shape":"Sgn"},"TrainingJobDefinition":{"shape":"Shg"},"TrainingJobDefinitions":{"shape":"Shw"},"HyperParameterTuningJobStatus":{},"CreationTime":{"type":"timestamp"},"HyperParameterTuningEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"TrainingJobStatusCounters":{"shape":"S11p"},"ObjectiveStatusCounters":{"shape":"S11r"},"BestTrainingJob":{"shape":"S11t"},"OverallBestTrainingJob":{"shape":"S11t"},"WarmStartConfig":{"shape":"Shx"},"FailureReason":{},"Tags":{"shape":"S7"},"TuningJobCompletionDetails":{"shape":"S11w"},"ConsumedResources":{"shape":"S11x"}}},"Model":{"type":"structure","members":{"Model":{"type":"structure","members":{"ModelName":{},"PrimaryContainer":{"shape":"Slw"},"Containers":{"shape":"Smc"},"InferenceExecutionConfig":{"shape":"Smd"},"ExecutionRoleArn":{},"VpcConfig":{"shape":"S61"},"CreationTime":{"type":"timestamp"},"ModelArn":{},"EnableNetworkIsolation":{"type":"boolean"},"Tags":{"shape":"S7"},"DeploymentRecommendation":{"shape":"S13d"}}},"Endpoints":{"type":"list","member":{"type":"structure","required":["EndpointName","EndpointArn","CreationTime","LastModifiedTime","EndpointStatus"],"members":{"EndpointName":{},"EndpointArn":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"EndpointStatus":{}}}},"LastBatchTransformJob":{"shape":"S1ld"},"MonitoringSchedules":{"type":"list","member":{"type":"structure","members":{"MonitoringScheduleArn":{},"MonitoringScheduleName":{},"MonitoringScheduleStatus":{},"MonitoringType":{},"FailureReason":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"MonitoringScheduleConfig":{"shape":"So4"},"EndpointName":{},"MonitoringAlertSummaries":{"shape":"S1fm"},"LastMonitoringExecutionSummary":{"shape":"S147"},"BatchTransformInput":{"shape":"S9d"}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Smn"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{}}}}},"ModelCard":{"type":"structure","members":{"ModelCardArn":{},"ModelCardName":{},"ModelCardVersion":{"type":"integer"},"Content":{"shape":"Smo"},"ModelCardStatus":{},"SecurityConfig":{"shape":"Smn"},"CreationTime":{"type":"timestamp"},"CreatedBy":{"shape":"Swf"},"LastModifiedTime":{"type":"timestamp"},"LastModifiedBy":{"shape":"Swf"},"Tags":{"shape":"S7"},"ModelId":{},"RiskRating":{},"ModelPackageGroupName":{}}}}}},"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":"S1h1"},"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":"S1hi"},"PipelineExecutionDescription":{},"ClientRequestToken":{"idempotencyToken":true},"ParallelismConfiguration":{"shape":"Spa"},"SelectiveExecutionConfig":{"shape":"S14t"}}},"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":"Sj5"},"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":"S1s"},"PropertiesToRemove":{"shape":"S1mu"}}},"output":{"type":"structure","members":{"ActionArn":{}}}},"UpdateAppImageConfig":{"input":{"type":"structure","required":["AppImageConfigName"],"members":{"AppImageConfigName":{},"KernelGatewayImageConfig":{"shape":"S4s"},"JupyterLabAppImageConfig":{"shape":"S51"}}},"output":{"type":"structure","members":{"AppImageConfigArn":{}}}},"UpdateArtifact":{"input":{"type":"structure","required":["ArtifactArn"],"members":{"ArtifactArn":{},"ArtifactName":{},"Properties":{"shape":"S1s"},"PropertiesToRemove":{"shape":"S1mu"}}},"output":{"type":"structure","members":{"ArtifactArn":{}}}},"UpdateCluster":{"input":{"type":"structure","required":["ClusterName","InstanceGroups"],"members":{"ClusterName":{},"InstanceGroups":{"shape":"S7n"}}},"output":{"type":"structure","required":["ClusterArn"],"members":{"ClusterArn":{}}}},"UpdateCodeRepository":{"input":{"type":"structure","required":["CodeRepositoryName"],"members":{"CodeRepositoryName":{},"GitConfig":{"type":"structure","members":{"SecretArn":{}}}}},"output":{"type":"structure","required":["CodeRepositoryArn"],"members":{"CodeRepositoryArn":{}}}},"UpdateContext":{"input":{"type":"structure","required":["ContextName"],"members":{"ContextName":{},"Description":{},"Properties":{"shape":"S1s"},"PropertiesToRemove":{"shape":"S1mu"}}},"output":{"type":"structure","members":{"ContextArn":{}}}},"UpdateDeviceFleet":{"input":{"type":"structure","required":["DeviceFleetName","OutputConfig"],"members":{"DeviceFleetName":{},"RoleArn":{},"Description":{},"OutputConfig":{"shape":"Sa1"},"EnableIotRoleAlias":{"type":"boolean"}}}},"UpdateDevices":{"input":{"type":"structure","required":["DeviceFleetName","Devices"],"members":{"DeviceFleetName":{},"Devices":{"shape":"S1kg"}}}},"UpdateDomain":{"input":{"type":"structure","required":["DomainId"],"members":{"DomainId":{},"DefaultUserSettings":{"shape":"Sa7"},"DomainSettingsForUpdate":{"type":"structure","members":{"RStudioServerProDomainSettingsForUpdate":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"DefaultResourceSpec":{"shape":"S4h"},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{}}},"ExecutionRoleIdentityConfig":{},"SecurityGroupIds":{"shape":"Sbi"}}},"DefaultSpaceSettings":{"shape":"Sbl"},"AppSecurityGroupManagement":{},"SubnetIds":{"shape":"S64"},"AppNetworkAccessType":{}}},"output":{"type":"structure","members":{"DomainArn":{}}}},"UpdateEndpoint":{"input":{"type":"structure","required":["EndpointName","EndpointConfigName"],"members":{"EndpointName":{},"EndpointConfigName":{},"RetainAllVariantProperties":{"type":"boolean"},"ExcludeRetainedVariantProperties":{"type":"list","member":{"type":"structure","required":["VariantPropertyType"],"members":{"VariantPropertyType":{}}}},"DeploymentConfig":{"shape":"Sc8"},"RetainDeploymentConfig":{"type":"boolean"}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateEndpointWeightsAndCapacities":{"input":{"type":"structure","required":["EndpointName","DesiredWeightsAndCapacities"],"members":{"EndpointName":{},"DesiredWeightsAndCapacities":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DesiredWeight":{"type":"float"},"DesiredInstanceCount":{"type":"integer"},"ServerlessUpdateConfig":{"type":"structure","members":{"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}}}}}}},"output":{"type":"structure","required":["EndpointArn"],"members":{"EndpointArn":{}}}},"UpdateExperiment":{"input":{"type":"structure","required":["ExperimentName"],"members":{"ExperimentName":{},"DisplayName":{},"Description":{}}},"output":{"type":"structure","members":{"ExperimentArn":{}}}},"UpdateFeatureGroup":{"input":{"type":"structure","required":["FeatureGroupName"],"members":{"FeatureGroupName":{},"FeatureAdditions":{"type":"list","member":{"shape":"Sev"}},"OnlineStoreConfig":{"type":"structure","members":{"TtlDuration":{"shape":"Sf3"}}}}},"output":{"type":"structure","required":["FeatureGroupArn"],"members":{"FeatureGroupArn":{}}}},"UpdateFeatureMetadata":{"input":{"type":"structure","required":["FeatureGroupName","FeatureName"],"members":{"FeatureGroupName":{},"FeatureName":{},"Description":{},"ParameterAdditions":{"type":"list","member":{"shape":"S10t"}},"ParameterRemovals":{"type":"list","member":{}}}}},"UpdateHub":{"input":{"type":"structure","required":["HubName"],"members":{"HubName":{},"HubDescription":{},"HubDisplayName":{},"HubSearchKeywords":{"shape":"Sga"}}},"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":"Sic"},"AliasesToDelete":{"shape":"Sic"},"VendorGuidance":{},"JobType":{},"MLFramework":{},"ProgrammingLang":{},"Processor":{},"Horovod":{"type":"boolean"},"ReleaseNotes":{}}},"output":{"type":"structure","members":{"ImageVersionArn":{}}}},"UpdateInferenceComponent":{"input":{"type":"structure","required":["InferenceComponentName"],"members":{"InferenceComponentName":{},"Specification":{"shape":"Sio"},"RuntimeConfig":{"shape":"Siv"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceComponentRuntimeConfig":{"input":{"type":"structure","required":["InferenceComponentName","DesiredRuntimeConfig"],"members":{"InferenceComponentName":{},"DesiredRuntimeConfig":{"shape":"Siv"}}},"output":{"type":"structure","required":["InferenceComponentArn"],"members":{"InferenceComponentArn":{}}}},"UpdateInferenceExperiment":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Schedule":{"shape":"Sj2"},"Description":{},"ModelVariants":{"shape":"Sj5"},"DataStorageConfig":{"shape":"Sjd"},"ShadowModeConfig":{"shape":"Sje"}}},"output":{"type":"structure","required":["InferenceExperimentArn"],"members":{"InferenceExperimentArn":{}}}},"UpdateModelCard":{"input":{"type":"structure","required":["ModelCardName"],"members":{"ModelCardName":{},"Content":{"shape":"Smo"},"ModelCardStatus":{}}},"output":{"type":"structure","required":["ModelCardArn"],"members":{"ModelCardArn":{}}}},"UpdateModelPackage":{"input":{"type":"structure","required":["ModelPackageArn"],"members":{"ModelPackageArn":{},"ModelApprovalStatus":{},"ApprovalDescription":{},"CustomerMetadataProperties":{"shape":"Sng"},"CustomerMetadataPropertiesToRemove":{"type":"list","member":{}},"AdditionalInferenceSpecificationsToAdd":{"shape":"Snp"}}},"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":"So4"}}},"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":"Soo"},"AcceleratorTypes":{"shape":"Sol"},"DisassociateAcceleratorTypes":{"type":"boolean"},"DisassociateDefaultCodeRepository":{"type":"boolean"},"DisassociateAdditionalCodeRepositories":{"type":"boolean"},"RootAccess":{},"InstanceMetadataServiceConfiguration":{"shape":"Sor"}}},"output":{"type":"structure","members":{}}},"UpdateNotebookInstanceLifecycleConfig":{"input":{"type":"structure","required":["NotebookInstanceLifecycleConfigName"],"members":{"NotebookInstanceLifecycleConfigName":{},"OnCreate":{"shape":"Sow"},"OnStart":{"shape":"Sow"}}},"output":{"type":"structure","members":{}}},"UpdatePipeline":{"input":{"type":"structure","required":["PipelineName"],"members":{"PipelineName":{},"PipelineDisplayName":{},"PipelineDefinition":{},"PipelineDefinitionS3Location":{"shape":"Sp4"},"PipelineDescription":{},"RoleArn":{},"ParallelismConfiguration":{"shape":"Spa"}}},"output":{"type":"structure","members":{"PipelineArn":{}}}},"UpdatePipelineExecution":{"input":{"type":"structure","required":["PipelineExecutionArn"],"members":{"PipelineExecutionArn":{},"PipelineExecutionDescription":{},"PipelineExecutionDisplayName":{},"ParallelismConfiguration":{"shape":"Spa"}}},"output":{"type":"structure","members":{"PipelineExecutionArn":{}}}},"UpdateProject":{"input":{"type":"structure","required":["ProjectName"],"members":{"ProjectName":{},"ProjectDescription":{},"ServiceCatalogProvisioningUpdateDetails":{"type":"structure","members":{"ProvisioningArtifactId":{},"ProvisioningParameters":{"shape":"Sqt"}}},"Tags":{"shape":"S7"}}},"output":{"type":"structure","required":["ProjectArn"],"members":{"ProjectArn":{}}}},"UpdateSpace":{"input":{"type":"structure","required":["DomainId","SpaceName"],"members":{"DomainId":{},"SpaceName":{},"SpaceSettings":{"shape":"Sr1"},"SpaceDisplayName":{}}},"output":{"type":"structure","members":{"SpaceArn":{}}}},"UpdateTrainingJob":{"input":{"type":"structure","required":["TrainingJobName"],"members":{"TrainingJobName":{},"ProfilerConfig":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ss9"},"DisableProfiler":{"type":"boolean"}}},"ProfilerRuleConfigurations":{"shape":"Ssb"},"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":"Ssy"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Parameters":{"shape":"St1"},"ParametersToRemove":{"shape":"S1p7"},"InputArtifacts":{"shape":"St5"},"InputArtifactsToRemove":{"shape":"S1p7"},"OutputArtifacts":{"shape":"St5"},"OutputArtifactsToRemove":{"shape":"S1p7"}}},"output":{"type":"structure","members":{"TrialComponentArn":{}}}},"UpdateUserProfile":{"input":{"type":"structure","required":["DomainId","UserProfileName"],"members":{"DomainId":{},"UserProfileName":{},"UserSettings":{"shape":"Sa7"}}},"output":{"type":"structure","members":{"UserProfileArn":{}}}},"UpdateWorkforce":{"input":{"type":"structure","required":["WorkforceName"],"members":{"WorkforceName":{},"SourceIpConfig":{"shape":"Stm"},"OidcConfig":{"shape":"Stj"},"WorkforceVpcConfig":{"shape":"Stq"}}},"output":{"type":"structure","required":["Workforce"],"members":{"Workforce":{"shape":"S16j"}}}},"UpdateWorkteam":{"input":{"type":"structure","required":["WorkteamName"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Su0"},"Description":{},"NotificationConfiguration":{"shape":"Su8"}}},"output":{"type":"structure","required":["Workteam"],"members":{"Workteam":{"shape":"S16r"}}}}},"shapes":{"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sr":{"type":"structure","required":["Containers"],"members":{"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1a"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1c"},"SupportedContentTypes":{"shape":"S1e"},"SupportedResponseMIMETypes":{"shape":"S1g"}}},"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":{},"AdditionalS3DataSource":{"shape":"S16"}}}},"Sz":{"type":"map","key":{},"value":{}},"S16":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{},"CompressionType":{}}},"S1a":{"type":"list","member":{}},"S1c":{"type":"list","member":{}},"S1e":{"type":"list","member":{}},"S1g":{"type":"list","member":{}},"S1n":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S1s":{"type":"map","key":{},"value":{}},"S1u":{"type":"structure","members":{"CommitId":{},"Repository":{},"GeneratedBy":{},"ProjectId":{}}},"S1z":{"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":"S29"}}}}},"IsTunable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"DefaultValue":{}}}},"SupportedTrainingInstanceTypes":{"type":"list","member":{}},"SupportsDistributedTraining":{"type":"boolean"},"MetricDefinitions":{"shape":"S2e"},"TrainingChannels":{"type":"list","member":{"type":"structure","required":["Name","SupportedContentTypes","SupportedInputModes"],"members":{"Name":{},"Description":{},"IsRequired":{"type":"boolean"},"SupportedContentTypes":{"shape":"S1e"},"SupportedCompressionTypes":{"type":"list","member":{}},"SupportedInputModes":{"type":"list","member":{}}}}},"SupportedTuningJobObjectiveMetrics":{"type":"list","member":{"shape":"S2p"}},"AdditionalS3DataSource":{"shape":"S16"}}},"S29":{"type":"list","member":{}},"S2e":{"type":"list","member":{"type":"structure","required":["Name","Regex"],"members":{"Name":{},"Regex":{}}}},"S2p":{"type":"structure","required":["Type","MetricName"],"members":{"Type":{},"MetricName":{}}},"S2r":{"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":"S2w"},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"StoppingCondition":{"shape":"S3p"}}},"TransformJobDefinition":{"shape":"S3t"}}}}}},"S2w":{"type":"map","key":{},"value":{}},"S2y":{"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"}}}}}},"S3g":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{},"CompressionType":{}}},"S3j":{"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"}}},"S3p":{"type":"structure","members":{"MaxRuntimeInSeconds":{"type":"integer"},"MaxWaitTimeInSeconds":{"type":"integer"},"MaxPendingTimeInSeconds":{"type":"integer"}}},"S3t":{"type":"structure","required":["TransformInput","TransformOutput","TransformResources"],"members":{"MaxConcurrentTransforms":{"type":"integer"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"TransformResources":{"shape":"S47"}}},"S3x":{"type":"map","key":{},"value":{}},"S40":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"ContentType":{},"CompressionType":{},"SplitType":{}}},"S44":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"Accept":{},"AssembleWith":{},"KmsKeyId":{}}},"S47":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"},"VolumeKmsKeyId":{}}},"S4h":{"type":"structure","members":{"SageMakerImageArn":{},"SageMakerImageVersionArn":{},"SageMakerImageVersionAlias":{},"InstanceType":{},"LifecycleConfigArn":{}}},"S4s":{"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"}}}}},"S51":{"type":"structure","members":{"ContainerConfig":{"type":"structure","members":{"ContainerArguments":{"type":"list","member":{}},"ContainerEntrypoint":{"type":"list","member":{}},"ContainerEnvironmentVariables":{"type":"map","key":{},"value":{}}}}}},"S5b":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceTypes":{"type":"list","member":{"type":"structure","required":["SourceIdType","Value"],"members":{"SourceIdType":{},"Value":{}}}}}},"S5j":{"type":"list","member":{"type":"structure","required":["DataSource","TargetAttributeName"],"members":{"DataSource":{"shape":"S5l"},"CompressionType":{},"TargetAttributeName":{},"ContentType":{},"ChannelType":{},"SampleWeightAttributeName":{}}}},"S5l":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3DataType","S3Uri"],"members":{"S3DataType":{},"S3Uri":{}}}}},"S5r":{"type":"structure","required":["S3OutputPath"],"members":{"KmsKeyId":{},"S3OutputPath":{}}},"S5t":{"type":"structure","required":["MetricName"],"members":{"MetricName":{}}},"S5v":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5w"},"SecurityConfig":{"shape":"S60"},"DataSplitConfig":{"shape":"S66"},"CandidateGenerationConfig":{"type":"structure","members":{"FeatureSpecificationS3Uri":{},"AlgorithmsConfig":{"shape":"S69"}}},"Mode":{}}},"S5w":{"type":"structure","members":{"MaxCandidates":{"type":"integer"},"MaxRuntimePerTrainingJobInSeconds":{"type":"integer"},"MaxAutoMLJobRuntimeInSeconds":{"type":"integer"}}},"S60":{"type":"structure","members":{"VolumeKmsKeyId":{},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"VpcConfig":{"shape":"S61"}}},"S61":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"shape":"S64"}}},"S64":{"type":"list","member":{}},"S66":{"type":"structure","members":{"ValidationFraction":{"type":"float"}}},"S69":{"type":"list","member":{"type":"structure","required":["AutoMLAlgorithms"],"members":{"AutoMLAlgorithms":{"type":"list","member":{}}}}},"S6f":{"type":"structure","members":{"AutoGenerateEndpointName":{"type":"boolean"},"EndpointName":{}}},"S6l":{"type":"list","member":{"type":"structure","members":{"ChannelType":{},"ContentType":{},"CompressionType":{},"DataSource":{"shape":"S5l"}}}},"S6n":{"type":"structure","members":{"ImageClassificationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5w"}}},"TextClassificationJobConfig":{"type":"structure","required":["ContentColumn","TargetLabelColumn"],"members":{"CompletionCriteria":{"shape":"S5w"},"ContentColumn":{},"TargetLabelColumn":{}}},"TabularJobConfig":{"type":"structure","required":["TargetAttributeName"],"members":{"CandidateGenerationConfig":{"type":"structure","members":{"AlgorithmsConfig":{"shape":"S69"}}},"CompletionCriteria":{"shape":"S5w"},"FeatureSpecificationS3Uri":{},"Mode":{},"GenerateCandidateDefinitionsOnly":{"type":"boolean"},"ProblemType":{},"TargetAttributeName":{},"SampleWeightAttributeName":{}}},"TimeSeriesForecastingJobConfig":{"type":"structure","required":["ForecastFrequency","ForecastHorizon","TimeSeriesConfig"],"members":{"FeatureSpecificationS3Uri":{},"CompletionCriteria":{"shape":"S5w"},"ForecastFrequency":{},"ForecastHorizon":{"type":"integer"},"ForecastQuantiles":{"type":"list","member":{}},"Transformations":{"type":"structure","members":{"Filling":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Aggregation":{"type":"map","key":{},"value":{}}}},"TimeSeriesConfig":{"type":"structure","required":["TargetAttributeName","TimestampAttributeName","ItemIdentifierAttributeName"],"members":{"TargetAttributeName":{},"TimestampAttributeName":{},"ItemIdentifierAttributeName":{},"GroupingAttributeNames":{"type":"list","member":{}}}},"HolidayConfig":{"type":"list","member":{"type":"structure","members":{"CountryCode":{}}}}}},"TextGenerationJobConfig":{"type":"structure","members":{"CompletionCriteria":{"shape":"S5w"},"BaseModelName":{},"TextGenerationHyperParameters":{"type":"map","key":{},"value":{}}}}},"union":true},"S7n":{"type":"list","member":{"type":"structure","required":["InstanceCount","InstanceGroupName","InstanceType","LifeCycleConfig","ExecutionRole"],"members":{"InstanceCount":{"type":"integer"},"InstanceGroupName":{},"InstanceType":{},"LifeCycleConfig":{"shape":"S7s"},"ExecutionRole":{},"ThreadsPerCore":{"type":"integer"}}}},"S7s":{"type":"structure","required":["SourceS3Uri","OnCreate"],"members":{"SourceS3Uri":{},"OnCreate":{}}},"S7y":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{},"Branch":{},"SecretArn":{}}},"S85":{"type":"structure","required":["S3Uri","Framework"],"members":{"S3Uri":{},"DataInputConfig":{},"Framework":{},"FrameworkVersion":{}}},"S88":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"TargetDevice":{},"TargetPlatform":{"type":"structure","required":["Os","Arch"],"members":{"Os":{},"Arch":{},"Accelerator":{}}},"CompilerOptions":{},"KmsKeyId":{}}},"S8f":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"S8n":{"type":"structure","required":["SourceUri"],"members":{"SourceUri":{},"SourceType":{},"SourceId":{}}},"S8s":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8u"},"StatisticsResource":{"shape":"S8v"}}},"S8u":{"type":"structure","members":{"S3Uri":{}}},"S8v":{"type":"structure","members":{"S3Uri":{}}},"S8w":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8y"},"ContainerArguments":{"shape":"S90"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"Environment":{"shape":"S92"}}},"S8y":{"type":"list","member":{}},"S90":{"type":"list","member":{}},"S92":{"type":"map","key":{},"value":{}},"S95":{"type":"structure","members":{"EndpointInput":{"shape":"S96"},"BatchTransformInput":{"shape":"S9d"}}},"S96":{"type":"structure","required":["EndpointName","LocalPath"],"members":{"EndpointName":{},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9d":{"type":"structure","required":["DataCapturedDestinationS3Uri","DatasetFormat","LocalPath"],"members":{"DataCapturedDestinationS3Uri":{},"DatasetFormat":{"type":"structure","members":{"Csv":{"type":"structure","members":{"Header":{"type":"boolean"}}},"Json":{"type":"structure","members":{"Line":{"type":"boolean"}}},"Parquet":{"type":"structure","members":{}}}},"LocalPath":{},"S3InputMode":{},"S3DataDistributionType":{},"FeaturesAttribute":{},"InferenceAttribute":{},"ProbabilityAttribute":{},"ProbabilityThresholdAttribute":{"type":"double"},"StartTimeOffset":{},"EndTimeOffset":{},"ExcludeFeaturesAttribute":{}}},"S9j":{"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":{}}},"S9p":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"S9u":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S61"}}},"S9v":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sa1":{"type":"structure","required":["S3OutputLocation"],"members":{"S3OutputLocation":{},"KmsKeyId":{},"PresetDeploymentType":{},"PresetDeploymentConfig":{}}},"Sa7":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Sa8"},"SharingSettings":{"type":"structure","members":{"NotebookOutputOption":{},"S3OutputPath":{},"S3KmsKeyId":{}}},"JupyterServerAppSettings":{"shape":"Sab"},"KernelGatewayAppSettings":{"shape":"Sag"},"TensorBoardAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"}}},"RStudioServerProAppSettings":{"type":"structure","members":{"AccessStatus":{},"UserGroup":{}}},"RSessionAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CustomImages":{"shape":"Sah"}}},"CanvasAppSettings":{"type":"structure","members":{"TimeSeriesForecastingSettings":{"type":"structure","members":{"Status":{},"AmazonForecastRoleArn":{}}},"ModelRegisterSettings":{"type":"structure","members":{"Status":{},"CrossAccountModelRegisterRoleArn":{}}},"WorkspaceSettings":{"type":"structure","members":{"S3ArtifactPath":{},"S3KmsKeyId":{}}},"IdentityProviderOAuthSettings":{"type":"list","member":{"type":"structure","members":{"DataSourceName":{},"Status":{},"SecretArn":{}}}},"KendraSettings":{"type":"structure","members":{"Status":{}}},"DirectDeploySettings":{"type":"structure","members":{"Status":{}}}}},"JupyterLabAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CustomImages":{"shape":"Sah"},"LifecycleConfigArns":{"shape":"Sac"},"CodeRepositories":{"shape":"Sad"}}},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"LifecycleConfigArns":{"shape":"Sac"}}},"SpaceStorageSettings":{"type":"structure","members":{"DefaultEbsStorageSettings":{"type":"structure","required":["DefaultEbsVolumeSizeInGb","MaximumEbsVolumeSizeInGb"],"members":{"DefaultEbsVolumeSizeInGb":{"type":"integer"},"MaximumEbsVolumeSizeInGb":{"type":"integer"}}}}},"DefaultLandingUri":{},"StudioWebPortal":{},"CustomPosixUserConfig":{"type":"structure","required":["Uid","Gid"],"members":{"Uid":{"type":"long"},"Gid":{"type":"long"}}},"CustomFileSystemConfigs":{"type":"list","member":{"type":"structure","members":{"EFSFileSystemConfig":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{},"FileSystemPath":{}}}},"union":true}}}},"Sa8":{"type":"list","member":{}},"Sab":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"LifecycleConfigArns":{"shape":"Sac"},"CodeRepositories":{"shape":"Sad"}}},"Sac":{"type":"list","member":{}},"Sad":{"type":"list","member":{"type":"structure","required":["RepositoryUrl"],"members":{"RepositoryUrl":{}}}},"Sag":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CustomImages":{"shape":"Sah"},"LifecycleConfigArns":{"shape":"Sac"}}},"Sah":{"type":"list","member":{"type":"structure","required":["ImageName","AppImageConfigName"],"members":{"ImageName":{},"ImageVersionNumber":{"type":"integer"},"AppImageConfigName":{}}}},"Sbh":{"type":"structure","members":{"SecurityGroupIds":{"shape":"Sbi"},"RStudioServerProDomainSettings":{"type":"structure","required":["DomainExecutionRoleArn"],"members":{"DomainExecutionRoleArn":{},"RStudioConnectUrl":{},"RStudioPackageManagerUrl":{},"DefaultResourceSpec":{"shape":"S4h"}}},"ExecutionRoleIdentityConfig":{}}},"Sbi":{"type":"list","member":{}},"Sbl":{"type":"structure","members":{"ExecutionRole":{},"SecurityGroups":{"shape":"Sa8"},"JupyterServerAppSettings":{"shape":"Sab"},"KernelGatewayAppSettings":{"shape":"Sag"}}},"Sbq":{"type":"list","member":{"type":"structure","required":["ModelHandle","EdgePackagingJobName"],"members":{"ModelHandle":{},"EdgePackagingJobName":{}}}},"Sbs":{"type":"list","member":{"type":"structure","required":["StageName","DeviceSelectionConfig"],"members":{"StageName":{},"DeviceSelectionConfig":{"shape":"Sbu"},"DeploymentConfig":{"shape":"Sbz"}}}},"Sbu":{"type":"structure","required":["DeviceSubsetType"],"members":{"DeviceSubsetType":{},"Percentage":{"type":"integer"},"DeviceNames":{"shape":"Sbx"},"DeviceNameContains":{}}},"Sbx":{"type":"list","member":{}},"Sbz":{"type":"structure","required":["FailureHandlingPolicy"],"members":{"FailureHandlingPolicy":{}}},"Sc8":{"type":"structure","members":{"BlueGreenUpdatePolicy":{"type":"structure","required":["TrafficRoutingConfiguration"],"members":{"TrafficRoutingConfiguration":{"type":"structure","required":["Type","WaitIntervalInSeconds"],"members":{"Type":{},"WaitIntervalInSeconds":{"type":"integer"},"CanarySize":{"shape":"Scd"},"LinearStepSize":{"shape":"Scd"}}},"TerminationWaitInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"}}},"AutoRollbackConfiguration":{"type":"structure","members":{"Alarms":{"type":"list","member":{"type":"structure","members":{"AlarmName":{}}}}}},"RollingUpdatePolicy":{"type":"structure","required":["MaximumBatchSize","WaitIntervalInSeconds"],"members":{"MaximumBatchSize":{"shape":"Scd"},"WaitIntervalInSeconds":{"type":"integer"},"MaximumExecutionTimeoutInSeconds":{"type":"integer"},"RollbackMaximumBatchSize":{"shape":"Scd"}}}}},"Scd":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"type":"integer"}}},"Scq":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"ModelName":{},"InitialInstanceCount":{"type":"integer"},"InstanceType":{},"InitialVariantWeight":{"type":"float"},"AcceleratorType":{},"CoreDumpConfig":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{}}},"ServerlessConfig":{"shape":"Scy"},"VolumeSizeInGB":{"type":"integer"},"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"},"EnableSSMAccess":{"type":"boolean"},"ManagedInstanceScaling":{"shape":"Sd6"},"RoutingConfig":{"shape":"Sda"}}}},"Scy":{"type":"structure","required":["MemorySizeInMB","MaxConcurrency"],"members":{"MemorySizeInMB":{"type":"integer"},"MaxConcurrency":{"type":"integer"},"ProvisionedConcurrency":{"type":"integer"}}},"Sd6":{"type":"structure","members":{"Status":{},"MinInstanceCount":{"type":"integer"},"MaxInstanceCount":{"type":"integer"}}},"Sda":{"type":"structure","required":["RoutingStrategy"],"members":{"RoutingStrategy":{}}},"Sdc":{"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":"Sdi"}}},"Sdi":{"type":"structure","members":{"CsvContentTypes":{"type":"list","member":{}},"JsonContentTypes":{"type":"list","member":{}}}},"Sdn":{"type":"structure","required":["OutputConfig"],"members":{"ClientConfig":{"type":"structure","members":{"MaxConcurrentInvocationsPerInstance":{"type":"integer"}}},"OutputConfig":{"type":"structure","members":{"KmsKeyId":{},"S3OutputPath":{},"NotificationConfig":{"type":"structure","members":{"SuccessTopic":{},"ErrorTopic":{},"IncludeInferenceResponseIn":{"type":"list","member":{}}}},"S3FailurePath":{}}}}},"Sdv":{"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":{}}}}}}}}},"Seu":{"type":"list","member":{"shape":"Sev"}},"Sev":{"type":"structure","members":{"FeatureName":{},"FeatureType":{},"CollectionType":{},"CollectionConfig":{"type":"structure","members":{"VectorConfig":{"type":"structure","required":["Dimension"],"members":{"Dimension":{"type":"integer"}}}},"union":true}}},"Sf1":{"type":"structure","members":{"SecurityConfig":{"type":"structure","members":{"KmsKeyId":{}}},"EnableOnlineStore":{"type":"boolean"},"TtlDuration":{"shape":"Sf3"},"StorageType":{}}},"Sf3":{"type":"structure","members":{"Unit":{},"Value":{"type":"integer"}}},"Sf7":{"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":{}}},"Sfj":{"type":"structure","required":["AwsManagedHumanLoopRequestSource"],"members":{"AwsManagedHumanLoopRequestSource":{}}},"Sfl":{"type":"structure","required":["HumanLoopActivationConditionsConfig"],"members":{"HumanLoopActivationConditionsConfig":{"type":"structure","required":["HumanLoopActivationConditions"],"members":{"HumanLoopActivationConditions":{"jsonvalue":true}}}}},"Sfo":{"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":"Sfy"}}},"Sfy":{"type":"structure","members":{"AmountInUsd":{"type":"structure","members":{"Dollars":{"type":"integer"},"Cents":{"type":"integer"},"TenthFractionsOfACent":{"type":"integer"}}}}},"Sg3":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{}}},"Sga":{"type":"list","member":{}},"Sgc":{"type":"structure","members":{"S3OutputPath":{}}},"Sgi":{"type":"structure","required":["Content"],"members":{"Content":{}}},"Sgn":{"type":"structure","required":["Strategy","ResourceLimits"],"members":{"Strategy":{},"StrategyConfig":{"type":"structure","members":{"HyperbandStrategyConfig":{"type":"structure","members":{"MinResource":{"type":"integer"},"MaxResource":{"type":"integer"}}}}},"HyperParameterTuningJobObjective":{"shape":"S2p"},"ResourceLimits":{"shape":"Sgt"},"ParameterRanges":{"shape":"Sgx"},"TrainingJobEarlyStoppingType":{},"TuningJobCompletionCriteria":{"type":"structure","members":{"TargetObjectiveMetricValue":{"type":"float"},"BestObjectiveNotImproving":{"type":"structure","members":{"MaxNumberOfTrainingJobsNotImproving":{"type":"integer"}}},"ConvergenceDetected":{"type":"structure","members":{"CompleteOnConvergence":{}}}}},"RandomSeed":{"type":"integer"}}},"Sgt":{"type":"structure","required":["MaxParallelTrainingJobs"],"members":{"MaxNumberOfTrainingJobs":{"type":"integer"},"MaxParallelTrainingJobs":{"type":"integer"},"MaxRuntimeInSeconds":{"type":"integer"}}},"Sgx":{"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":"S29"}}}},"AutoParameters":{"type":"list","member":{"type":"structure","required":["Name","ValueHint"],"members":{"Name":{},"ValueHint":{}}}}}},"Shg":{"type":"structure","required":["AlgorithmSpecification","RoleArn","OutputDataConfig","StoppingCondition"],"members":{"DefinitionName":{},"TuningObjective":{"shape":"S2p"},"HyperParameterRanges":{"shape":"Sgx"},"StaticHyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"TrainingInputMode":{},"AlgorithmName":{},"MetricDefinitions":{"shape":"S2e"}}},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"VpcConfig":{"shape":"S61"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"StoppingCondition":{"shape":"S3p"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Shl"},"RetryStrategy":{"shape":"Shm"},"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":{}}}},"Shl":{"type":"structure","required":["S3Uri"],"members":{"S3Uri":{},"LocalPath":{}}},"Shm":{"type":"structure","required":["MaximumRetryAttempts"],"members":{"MaximumRetryAttempts":{"type":"integer"}}},"Shw":{"type":"list","member":{"shape":"Shg"}},"Shx":{"type":"structure","required":["ParentHyperParameterTuningJobs","WarmStartType"],"members":{"ParentHyperParameterTuningJobs":{"type":"list","member":{"type":"structure","members":{"HyperParameterTuningJobName":{}}}},"WarmStartType":{}}},"Si1":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Sic":{"type":"list","member":{}},"Sio":{"type":"structure","required":["ComputeResourceRequirements"],"members":{"ModelName":{},"Container":{"type":"structure","members":{"Image":{},"ArtifactUrl":{},"Environment":{"shape":"Sz"}}},"StartupParameters":{"shape":"Siq"},"ComputeResourceRequirements":{"shape":"Sir"}}},"Siq":{"type":"structure","members":{"ModelDataDownloadTimeoutInSeconds":{"type":"integer"},"ContainerStartupHealthCheckTimeoutInSeconds":{"type":"integer"}}},"Sir":{"type":"structure","required":["MinMemoryRequiredInMb"],"members":{"NumberOfCpuCoresRequired":{"type":"float"},"NumberOfAcceleratorDevicesRequired":{"type":"float"},"MinMemoryRequiredInMb":{"type":"integer"},"MaxMemoryRequiredInMb":{"type":"integer"}}},"Siv":{"type":"structure","required":["CopyCount"],"members":{"CopyCount":{"type":"integer"}}},"Sj2":{"type":"structure","members":{"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"Sj5":{"type":"list","member":{"type":"structure","required":["ModelName","VariantName","InfrastructureConfig"],"members":{"ModelName":{},"VariantName":{},"InfrastructureConfig":{"shape":"Sj8"}}}},"Sj8":{"type":"structure","required":["InfrastructureType","RealTimeInferenceConfig"],"members":{"InfrastructureType":{},"RealTimeInferenceConfig":{"type":"structure","required":["InstanceType","InstanceCount"],"members":{"InstanceType":{},"InstanceCount":{"type":"integer"}}}}},"Sjd":{"type":"structure","required":["Destination"],"members":{"Destination":{},"KmsKey":{},"ContentType":{"shape":"Sdi"}}},"Sje":{"type":"structure","required":["SourceModelVariantName","ShadowModelVariants"],"members":{"SourceModelVariantName":{},"ShadowModelVariants":{"type":"list","member":{"type":"structure","required":["ShadowModelVariantName","SamplingPercentage"],"members":{"ShadowModelVariantName":{},"SamplingPercentage":{"type":"integer"}}}}}},"Sjm":{"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"}}}},"Stairs":{"type":"structure","members":{"DurationInSeconds":{"type":"integer"},"NumberOfSteps":{"type":"integer"},"UsersPerStep":{"type":"integer"}}}}},"ResourceLimit":{"type":"structure","members":{"MaxNumberOfTests":{"type":"integer"},"MaxParallelOfTests":{"type":"integer"}}},"EndpointConfigurations":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"InferenceSpecificationName":{},"EnvironmentParameterRanges":{"type":"structure","members":{"CategoricalParameterRanges":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"list","member":{}}}}}}},"ServerlessConfig":{"shape":"Scy"}}}},"VolumeKmsKeyId":{},"ContainerConfig":{"type":"structure","members":{"Domain":{},"Task":{},"Framework":{},"FrameworkVersion":{},"PayloadConfig":{"type":"structure","members":{"SamplePayloadUrl":{},"SupportedContentTypes":{"type":"list","member":{}}}},"NearestModelName":{},"SupportedInstanceTypes":{"type":"list","member":{}},"DataInputConfig":{},"SupportedEndpointType":{},"SupportedResponseMIMETypes":{"type":"list","member":{}}}},"Endpoints":{"type":"list","member":{"shape":"Skj"}},"VpcConfig":{"type":"structure","required":["SecurityGroupIds","Subnets"],"members":{"SecurityGroupIds":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}},"ModelName":{}}},"Skj":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"Skq":{"type":"structure","members":{"MaxInvocations":{"type":"integer"},"ModelLatencyThresholds":{"type":"list","member":{"type":"structure","members":{"Percentile":{},"ValueInMilliseconds":{"type":"integer"}}}},"FlatInvocations":{}}},"Sl2":{"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":{}}}}}},"Sl9":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{},"KmsKeyId":{},"SnsTopicArn":{}}},"Sla":{"type":"structure","members":{"MaxHumanLabeledObjectCount":{"type":"integer"},"MaxPercentageOfInputDatasetLabeled":{"type":"integer"}}},"Sld":{"type":"structure","required":["LabelingJobAlgorithmSpecificationArn"],"members":{"LabelingJobAlgorithmSpecificationArn":{},"InitialActiveLearningModelArn":{},"LabelingJobResourceConfig":{"type":"structure","members":{"VolumeKmsKeyId":{},"VpcConfig":{"shape":"S61"}}}}},"Slh":{"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":"Sfy"}}},"Slw":{"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":{}}},"ModelDataSource":{"type":"structure","required":["S3DataSource"],"members":{"S3DataSource":{"type":"structure","required":["S3Uri","S3DataType","CompressionType"],"members":{"S3Uri":{},"S3DataType":{},"CompressionType":{},"ModelAccessConfig":{"type":"structure","required":["AcceptEula"],"members":{"AcceptEula":{"type":"boolean"}}}}}}}}},"Smc":{"type":"list","member":{"shape":"Slw"}},"Smd":{"type":"structure","required":["Mode"],"members":{"Mode":{}}},"Smh":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8u"}}},"Smi":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S92"}}},"Smj":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S96"},"BatchTransformInput":{"shape":"S9d"},"GroundTruthS3Input":{"shape":"Smk"}}},"Smk":{"type":"structure","members":{"S3Uri":{}}},"Smn":{"type":"structure","members":{"KmsKeyId":{}}},"Smo":{"type":"string","sensitive":true},"Smu":{"type":"structure","required":["S3OutputPath"],"members":{"S3OutputPath":{}}},"Smy":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8u"}}},"Smz":{"type":"structure","required":["ImageUri","ConfigUri"],"members":{"ImageUri":{},"ConfigUri":{},"Environment":{"shape":"S92"}}},"Sn0":{"type":"structure","members":{"EndpointInput":{"shape":"S96"},"BatchTransformInput":{"shape":"S9d"}}},"Sn3":{"type":"structure","required":["ValidationRole","ValidationProfiles"],"members":{"ValidationRole":{},"ValidationProfiles":{"type":"list","member":{"type":"structure","required":["ProfileName","TransformJobDefinition"],"members":{"ProfileName":{},"TransformJobDefinition":{"shape":"S3t"}}}}}},"Sn6":{"type":"structure","required":["SourceAlgorithms"],"members":{"SourceAlgorithms":{"type":"list","member":{"type":"structure","required":["AlgorithmName"],"members":{"ModelDataUrl":{},"AlgorithmName":{}}}}}},"Sn9":{"type":"structure","members":{"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Snb"},"Constraints":{"shape":"Snb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Snb"},"Constraints":{"shape":"Snb"}}},"Bias":{"type":"structure","members":{"Report":{"shape":"Snb"},"PreTrainingReport":{"shape":"Snb"},"PostTrainingReport":{"shape":"Snb"}}},"Explainability":{"type":"structure","members":{"Report":{"shape":"Snb"}}}}},"Snb":{"type":"structure","required":["ContentType","S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Sng":{"type":"map","key":{},"value":{}},"Snj":{"type":"structure","members":{"Bias":{"type":"structure","members":{"ConfigFile":{"shape":"Snl"},"PreTrainingConstraints":{"shape":"Snb"},"PostTrainingConstraints":{"shape":"Snb"}}},"Explainability":{"type":"structure","members":{"Constraints":{"shape":"Snb"},"ConfigFile":{"shape":"Snl"}}},"ModelQuality":{"type":"structure","members":{"Statistics":{"shape":"Snb"},"Constraints":{"shape":"Snb"}}},"ModelDataQuality":{"type":"structure","members":{"Statistics":{"shape":"Snb"},"Constraints":{"shape":"Snb"}}}}},"Snl":{"type":"structure","required":["S3Uri"],"members":{"ContentType":{},"ContentDigest":{},"S3Uri":{}}},"Snp":{"type":"list","member":{"type":"structure","required":["Name","Containers"],"members":{"Name":{},"Description":{},"Containers":{"shape":"Ss"},"SupportedTransformInstanceTypes":{"shape":"S1a"},"SupportedRealtimeInferenceInstanceTypes":{"shape":"S1c"},"SupportedContentTypes":{"shape":"S1e"},"SupportedResponseMIMETypes":{"shape":"S1g"}}}},"Snx":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8u"}}},"Sny":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8y"},"ContainerArguments":{"shape":"S90"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{},"ProblemType":{},"Environment":{"shape":"S92"}}},"So0":{"type":"structure","required":["GroundTruthS3Input"],"members":{"EndpointInput":{"shape":"S96"},"BatchTransformInput":{"shape":"S9d"},"GroundTruthS3Input":{"shape":"Smk"}}},"So4":{"type":"structure","members":{"ScheduleConfig":{"type":"structure","required":["ScheduleExpression"],"members":{"ScheduleExpression":{},"DataAnalysisStartTime":{},"DataAnalysisEndTime":{}}},"MonitoringJobDefinition":{"type":"structure","required":["MonitoringInputs","MonitoringOutputConfig","MonitoringResources","MonitoringAppSpecification","RoleArn"],"members":{"BaselineConfig":{"type":"structure","members":{"BaseliningJobName":{},"ConstraintsResource":{"shape":"S8u"},"StatisticsResource":{"shape":"S8v"}}},"MonitoringInputs":{"type":"list","member":{"type":"structure","members":{"EndpointInput":{"shape":"S96"},"BatchTransformInput":{"shape":"S9d"}}}},"MonitoringOutputConfig":{"shape":"S9j"},"MonitoringResources":{"shape":"S9p"},"MonitoringAppSpecification":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8y"},"ContainerArguments":{"shape":"S90"},"RecordPreprocessorSourceUri":{},"PostAnalyticsProcessorSourceUri":{}}},"StoppingCondition":{"shape":"S9v"},"Environment":{"shape":"S92"},"NetworkConfig":{"shape":"Soc"},"RoleArn":{}}},"MonitoringJobDefinitionName":{},"MonitoringType":{}}},"Soc":{"type":"structure","members":{"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableNetworkIsolation":{"type":"boolean"},"VpcConfig":{"shape":"S61"}}},"Sol":{"type":"list","member":{}},"Soo":{"type":"list","member":{}},"Sor":{"type":"structure","required":["MinimumInstanceMetadataServiceVersion"],"members":{"MinimumInstanceMetadataServiceVersion":{}}},"Sow":{"type":"list","member":{"type":"structure","members":{"Content":{}}}},"Sp4":{"type":"structure","required":["Bucket","ObjectKey"],"members":{"Bucket":{},"ObjectKey":{},"VersionId":{}}},"Spa":{"type":"structure","required":["MaxParallelExecutionSteps"],"members":{"MaxParallelExecutionSteps":{"type":"integer"}}},"Spn":{"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":{}}}}}},"Sqa":{"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":{}}},"Sqf":{"type":"structure","required":["ClusterConfig"],"members":{"ClusterConfig":{"type":"structure","required":["InstanceCount","InstanceType","VolumeSizeInGB"],"members":{"InstanceCount":{"type":"integer"},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"VolumeKmsKeyId":{}}}}},"Sqh":{"type":"structure","required":["MaxRuntimeInSeconds"],"members":{"MaxRuntimeInSeconds":{"type":"integer"}}},"Sqj":{"type":"structure","required":["ImageUri"],"members":{"ImageUri":{},"ContainerEntrypoint":{"shape":"S8y"},"ContainerArguments":{"type":"list","member":{}}}},"Sql":{"type":"map","key":{},"value":{}},"Sqm":{"type":"structure","members":{"ExperimentName":{},"TrialName":{},"TrialComponentDisplayName":{},"RunName":{}}},"Sqr":{"type":"structure","required":["ProductId"],"members":{"ProductId":{},"ProvisioningArtifactId":{},"PathId":{},"ProvisioningParameters":{"shape":"Sqt"}}},"Sqt":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sr1":{"type":"structure","members":{"JupyterServerAppSettings":{"shape":"Sab"},"KernelGatewayAppSettings":{"shape":"Sag"},"JupyterLabAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"},"CodeRepositories":{"shape":"Sad"}}},"CodeEditorAppSettings":{"type":"structure","members":{"DefaultResourceSpec":{"shape":"S4h"}}},"SpaceStorageSettings":{"shape":"Sr4"},"AppType":{},"CustomFileSystems":{"type":"list","member":{"type":"structure","members":{"EFSFileSystem":{"type":"structure","required":["FileSystemId"],"members":{"FileSystemId":{}}}},"union":true}}}},"Sr4":{"type":"structure","members":{"EbsStorageSettings":{"type":"structure","required":["EbsVolumeSizeInGb"],"members":{"EbsVolumeSizeInGb":{"type":"integer"}}}}},"Sr9":{"type":"structure","required":["OwnerUserProfileName"],"members":{"OwnerUserProfileName":{}}},"Sra":{"type":"structure","required":["SharingType"],"members":{"SharingType":{}}},"Srl":{"type":"structure","required":["TrainingInputMode"],"members":{"TrainingImage":{},"AlgorithmName":{},"TrainingInputMode":{},"MetricDefinitions":{"shape":"S2e"},"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":{}}}}}}},"Sru":{"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":{}}}}}}},"Ss2":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ss5"}}}},"Ss5":{"type":"map","key":{},"value":{}},"Ss6":{"type":"structure","required":["S3OutputPath"],"members":{"LocalPath":{},"S3OutputPath":{}}},"Ss7":{"type":"structure","members":{"S3OutputPath":{},"ProfilingIntervalInMilliseconds":{"type":"long"},"ProfilingParameters":{"shape":"Ss9"},"DisableProfiler":{"type":"boolean"}}},"Ss9":{"type":"map","key":{},"value":{}},"Ssb":{"type":"list","member":{"type":"structure","required":["RuleConfigurationName","RuleEvaluatorImage"],"members":{"RuleConfigurationName":{},"LocalPath":{},"S3OutputPath":{},"RuleEvaluatorImage":{},"InstanceType":{},"VolumeSizeInGB":{"type":"integer"},"RuleParameters":{"shape":"Ss5"}}}},"Ssd":{"type":"map","key":{},"value":{}},"Ssg":{"type":"structure","members":{"EnableInfraCheck":{"type":"boolean"}}},"Ssm":{"type":"structure","members":{"InvocationsTimeoutInSeconds":{"type":"integer"},"InvocationsMaxRetries":{"type":"integer"}}},"Ssp":{"type":"structure","required":["DestinationS3Uri"],"members":{"DestinationS3Uri":{},"KmsKeyId":{},"GenerateInferenceId":{"type":"boolean"}}},"Ssq":{"type":"structure","members":{"InputFilter":{},"OutputFilter":{},"JoinSource":{}}},"Ssy":{"type":"structure","members":{"PrimaryStatus":{},"Message":{}}},"St1":{"type":"map","key":{},"value":{"type":"structure","members":{"StringValue":{},"NumberValue":{"type":"double"}}}},"St5":{"type":"map","key":{},"value":{"type":"structure","required":["Value"],"members":{"MediaType":{},"Value":{}}}},"Stg":{"type":"structure","required":["UserPool","ClientId"],"members":{"UserPool":{},"ClientId":{}}},"Stj":{"type":"structure","required":["ClientId","ClientSecret","Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","LogoutEndpoint","JwksUri"],"members":{"ClientId":{},"ClientSecret":{"type":"string","sensitive":true},"Issuer":{},"AuthorizationEndpoint":{},"TokenEndpoint":{},"UserInfoEndpoint":{},"LogoutEndpoint":{},"JwksUri":{}}},"Stm":{"type":"structure","required":["Cidrs"],"members":{"Cidrs":{"type":"list","member":{}}}},"Stq":{"type":"structure","members":{"VpcId":{},"SecurityGroupIds":{"shape":"Sts"},"Subnets":{"shape":"Stu"}}},"Sts":{"type":"list","member":{}},"Stu":{"type":"list","member":{}},"Su0":{"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":{}}}}}}},"Su8":{"type":"structure","members":{"NotificationTopicArn":{}}},"Swf":{"type":"structure","members":{"UserProfileArn":{},"UserProfileName":{},"DomainId":{},"IamIdentity":{"type":"structure","members":{"Arn":{},"PrincipalId":{},"SourceIdentity":{}}}}},"Swm":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"Sx0":{"type":"list","member":{"type":"structure","members":{"PartialFailureMessage":{}}}},"Sx2":{"type":"structure","required":["CandidateName","ObjectiveStatus","CandidateSteps","CandidateStatus","CreationTime","LastModifiedTime"],"members":{"CandidateName":{},"FinalAutoMLJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"},"StandardMetricName":{}}},"ObjectiveStatus":{},"CandidateSteps":{"type":"list","member":{"type":"structure","required":["CandidateStepType","CandidateStepArn","CandidateStepName"],"members":{"CandidateStepType":{},"CandidateStepArn":{},"CandidateStepName":{}}}},"CandidateStatus":{},"InferenceContainers":{"shape":"Sxe"},"CreationTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"FailureReason":{},"CandidateProperties":{"type":"structure","members":{"CandidateArtifactLocations":{"type":"structure","required":["Explainability"],"members":{"Explainability":{},"ModelInsights":{},"BacktestResults":{}}},"CandidateMetrics":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Set":{},"StandardMetricName":{}}}}}},"InferenceContainerDefinitions":{"type":"map","key":{},"value":{"shape":"Sxe"}}}},"Sxe":{"type":"list","member":{"type":"structure","required":["Image","ModelDataUrl"],"members":{"Image":{},"ModelDataUrl":{},"Environment":{"shape":"Sz"}}}},"Sxu":{"type":"structure","members":{"CandidateDefinitionNotebookLocation":{},"DataExplorationNotebookLocation":{}}},"Sxy":{"type":"structure","members":{"EndpointName":{}}},"Syg":{"type":"structure","required":["Status"],"members":{"Status":{},"Message":{}}},"Syp":{"type":"structure","required":["S3ModelArtifacts"],"members":{"S3ModelArtifacts":{}}},"Szu":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Szw"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"VariantStatus":{"shape":"Szy"},"CurrentServerlessConfig":{"shape":"Scy"},"DesiredServerlessConfig":{"shape":"Scy"},"ManagedInstanceScaling":{"shape":"Sd6"},"RoutingConfig":{"shape":"Sda"}}}},"Szw":{"type":"list","member":{"shape":"Szx"}},"Szx":{"type":"structure","members":{"SpecifiedImage":{},"ResolvedImage":{},"ResolutionTime":{"type":"timestamp"}}},"Szy":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Status":{},"StatusMessage":{},"StartTime":{"type":"timestamp"}}}},"S102":{"type":"structure","required":["EnableCapture","CaptureStatus","CurrentSamplingPercentage","DestinationS3Uri","KmsKeyId"],"members":{"EnableCapture":{"type":"boolean"},"CaptureStatus":{},"CurrentSamplingPercentage":{"type":"integer"},"DestinationS3Uri":{},"KmsKeyId":{}}},"S106":{"type":"list","member":{"type":"structure","required":["VariantName"],"members":{"VariantName":{},"DeployedImages":{"shape":"Szw"},"CurrentWeight":{"type":"float"},"DesiredWeight":{"type":"float"},"CurrentInstanceCount":{"type":"integer"},"DesiredInstanceCount":{"type":"integer"},"InstanceType":{},"AcceleratorType":{},"VariantStatus":{"shape":"Szy"},"CurrentServerlessConfig":{"shape":"Scy"},"DesiredServerlessConfig":{"shape":"Scy"},"ManagedInstanceScaling":{"shape":"Sd6"},"RoutingConfig":{"shape":"Sda"}}}},"S10c":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S10j":{"type":"structure","required":["Status"],"members":{"Status":{},"BlockedReason":{}}},"S10m":{"type":"structure","required":["Status"],"members":{"Status":{},"FailureReason":{}}},"S10s":{"type":"list","member":{"shape":"S10t"}},"S10t":{"type":"structure","members":{"Key":{},"Value":{}}},"S11a":{"type":"list","member":{}},"S11p":{"type":"structure","members":{"Completed":{"type":"integer"},"InProgress":{"type":"integer"},"RetryableError":{"type":"integer"},"NonRetryableError":{"type":"integer"},"Stopped":{"type":"integer"}}},"S11r":{"type":"structure","members":{"Succeeded":{"type":"integer"},"Pending":{"type":"integer"},"Failed":{"type":"integer"}}},"S11t":{"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":"S2w"},"FailureReason":{},"FinalHyperParameterTuningJobObjectiveMetric":{"type":"structure","required":["MetricName","Value"],"members":{"Type":{},"MetricName":{},"Value":{"type":"float"}}},"ObjectiveStatus":{}}},"S11w":{"type":"structure","members":{"NumberOfTrainingJobsObjectiveNotImproving":{"type":"integer"},"ConvergenceDetectedTime":{"type":"timestamp"}}},"S11x":{"type":"structure","members":{"RuntimeInSeconds":{"type":"integer"}}},"S12o":{"type":"structure","required":["CostPerHour","CostPerInference","MaxInvocations","ModelLatency"],"members":{"CostPerHour":{"type":"float"},"CostPerInference":{"type":"float"},"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"},"CpuUtilization":{"type":"float"},"MemoryUtilization":{"type":"float"},"ModelSetupTime":{"type":"integer"}}},"S12r":{"type":"structure","required":["EndpointName","VariantName"],"members":{"EndpointName":{},"VariantName":{},"InstanceType":{},"InitialInstanceCount":{"type":"integer"},"ServerlessConfig":{"shape":"Scy"}}},"S12t":{"type":"structure","members":{"InferenceSpecificationName":{},"EnvironmentParameters":{"type":"list","member":{"type":"structure","required":["Key","ValueType","Value"],"members":{"Key":{},"ValueType":{},"Value":{}}}},"CompilationJobName":{}}},"S131":{"type":"structure","required":["MaxInvocations","ModelLatency"],"members":{"MaxInvocations":{"type":"integer"},"ModelLatency":{"type":"integer"}}},"S135":{"type":"structure","members":{"TotalLabeled":{"type":"integer"},"HumanLabeled":{"type":"integer"},"MachineLabeled":{"type":"integer"},"FailedNonRetryableError":{"type":"integer"},"Unlabeled":{"type":"integer"}}},"S138":{"type":"structure","required":["OutputDatasetS3Uri"],"members":{"OutputDatasetS3Uri":{},"FinalActiveLearningModelArn":{}}},"S13d":{"type":"structure","required":["RecommendationStatus"],"members":{"RecommendationStatus":{},"RealTimeInferenceRecommendations":{"type":"list","member":{"type":"structure","required":["RecommendationId","InstanceType"],"members":{"RecommendationId":{},"InstanceType":{},"Environment":{"shape":"Sz"}}}}}},"S13u":{"type":"structure","required":["ValidationStatuses"],"members":{"ValidationStatuses":{"shape":"S13v"},"ImageScanStatuses":{"shape":"S13v"}}},"S13v":{"type":"list","member":{"type":"structure","required":["Name","Status"],"members":{"Name":{},"Status":{},"FailureReason":{}}}},"S147":{"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":{}}},"S14r":{"type":"structure","members":{"ExperimentName":{},"TrialName":{}}},"S14t":{"type":"structure","required":["SelectedSteps"],"members":{"SourcePipelineExecutionArn":{},"SelectedSteps":{"type":"list","member":{"type":"structure","required":["StepName"],"members":{"StepName":{}}}}}},"S152":{"type":"structure","members":{"ProvisionedProductId":{},"ProvisionedProductStatusMessage":{}}},"S15d":{"type":"structure","required":["WorkteamArn"],"members":{"WorkteamArn":{},"MarketplaceTitle":{},"SellerName":{},"MarketplaceDescription":{},"ListingId":{}}},"S15h":{"type":"list","member":{"type":"structure","required":["Status","StartTime"],"members":{"Status":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusMessage":{}}}},"S15k":{"type":"list","member":{"type":"structure","members":{"MetricName":{},"Value":{"type":"float"},"Timestamp":{"type":"timestamp"}}}},"S15o":{"type":"list","member":{"type":"structure","members":{"RuleConfigurationName":{},"RuleEvaluationJobArn":{},"RuleEvaluationStatus":{},"StatusDetails":{},"LastModifiedTime":{"type":"timestamp"}}}},"S15v":{"type":"structure","required":["Status"],"members":{"Status":{},"ResourceRetainedBillableTimeInSeconds":{"type":"integer"},"ReusedByJob":{}}},"S163":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S167":{"type":"structure","required":["SourceArn"],"members":{"SourceArn":{},"SourceType":{}}},"S169":{"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"}}}},"S16j":{"type":"structure","required":["WorkforceName","WorkforceArn"],"members":{"WorkforceName":{},"WorkforceArn":{},"LastUpdatedDate":{"type":"timestamp"},"SourceIpConfig":{"shape":"Stm"},"SubDomain":{},"CognitoConfig":{"shape":"Stg"},"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":"Sts"},"Subnets":{"shape":"Stu"},"VpcEndpointId":{}}},"Status":{},"FailureReason":{}}},"S16r":{"type":"structure","required":["WorkteamName","MemberDefinitions","WorkteamArn","Description"],"members":{"WorkteamName":{},"MemberDefinitions":{"shape":"Su0"},"WorkteamArn":{},"WorkforceArn":{},"ProductListingIds":{"type":"list","member":{}},"Description":{},"SubDomain":{},"CreateDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"NotificationConfiguration":{"shape":"Su8"}}},"S17j":{"type":"structure","members":{"MinInvocationsPerMinute":{"type":"integer"},"MaxInvocationsPerMinute":{"type":"integer"}}},"S1ab":{"type":"list","member":{"type":"structure","required":["MonitoringJobDefinitionName","MonitoringJobDefinitionArn","CreationTime","EndpointName"],"members":{"MonitoringJobDefinitionName":{},"MonitoringJobDefinitionArn":{},"CreationTime":{"type":"timestamp"},"EndpointName":{}}}},"S1c1":{"type":"list","member":{"type":"structure","required":["HubContentName","HubContentArn","HubContentVersion","HubContentType","DocumentSchemaVersion","HubContentStatus","CreationTime"],"members":{"HubContentName":{},"HubContentArn":{},"HubContentVersion":{},"HubContentType":{},"DocumentSchemaVersion":{},"HubContentDisplayName":{},"HubContentDescription":{},"HubContentSearchKeywords":{"shape":"S11a"},"HubContentStatus":{},"CreationTime":{"type":"timestamp"}}}},"S1fm":{"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"}}}}}}}},"S1h1":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1hi":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S1kg":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"DeviceName":{},"Description":{},"IotThingName":{}}}},"S1kr":{"type":"structure","members":{"Filters":{"shape":"S1ks"},"NestedFilters":{"type":"list","member":{"type":"structure","required":["NestedPropertyName","Filters"],"members":{"NestedPropertyName":{},"Filters":{"shape":"S1ks"}}}},"SubExpressions":{"type":"list","member":{"shape":"S1kr"}},"Operator":{}}},"S1ks":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Operator":{},"Value":{}}}},"S1l5":{"type":"structure","members":{"TrainingJobName":{},"TrainingJobArn":{},"TuningJobArn":{},"LabelingJobArn":{},"AutoMLJobArn":{},"ModelArtifacts":{"shape":"Syp"},"TrainingJobStatus":{},"SecondaryStatus":{},"FailureReason":{},"HyperParameters":{"shape":"S2w"},"AlgorithmSpecification":{"shape":"Srl"},"RoleArn":{},"InputDataConfig":{"shape":"S2y"},"OutputDataConfig":{"shape":"S3g"},"ResourceConfig":{"shape":"S3j"},"VpcConfig":{"shape":"S61"},"StoppingCondition":{"shape":"S3p"},"CreationTime":{"type":"timestamp"},"TrainingStartTime":{"type":"timestamp"},"TrainingEndTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"},"SecondaryStatusTransitions":{"shape":"S15h"},"FinalMetricDataList":{"shape":"S15k"},"EnableNetworkIsolation":{"type":"boolean"},"EnableInterContainerTrafficEncryption":{"type":"boolean"},"EnableManagedSpotTraining":{"type":"boolean"},"CheckpointConfig":{"shape":"Shl"},"TrainingTimeInSeconds":{"type":"integer"},"BillableTimeInSeconds":{"type":"integer"},"DebugHookConfig":{"shape":"Sru"},"ExperimentConfig":{"shape":"Sqm"},"DebugRuleConfigurations":{"shape":"Ss2"},"TensorBoardOutputConfig":{"shape":"Ss6"},"DebugRuleEvaluationStatuses":{"shape":"S15o"},"ProfilerConfig":{"shape":"Ss7"},"Environment":{"shape":"Ssd"},"RetryStrategy":{"shape":"Shm"},"Tags":{"shape":"S7"}}},"S1ld":{"type":"structure","members":{"TransformJobName":{},"TransformJobArn":{},"TransformJobStatus":{},"FailureReason":{},"ModelName":{},"MaxConcurrentTransforms":{"type":"integer"},"ModelClientConfig":{"shape":"Ssm"},"MaxPayloadInMB":{"type":"integer"},"BatchStrategy":{},"Environment":{"shape":"S3x"},"TransformInput":{"shape":"S40"},"TransformOutput":{"shape":"S44"},"TransformResources":{"shape":"S47"},"CreationTime":{"type":"timestamp"},"TransformStartTime":{"type":"timestamp"},"TransformEndTime":{"type":"timestamp"},"LabelingJobArn":{},"AutoMLJobArn":{},"DataProcessing":{"shape":"Ssq"},"ExperimentConfig":{"shape":"Sqm"},"Tags":{"shape":"S7"},"DataCaptureConfig":{"shape":"Ssp"}}},"S1mu":{"type":"list","member":{}},"S1p7":{"type":"list","member":{}}}} /***/ }), /* 601 */ @@ -63435,13 +63435,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 1232 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-30","endpointPrefix":"arc-zonal-shift","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS ARC - Zonal Shift","serviceId":"ARC Zonal Shift","signatureVersion":"v4","signingName":"arc-zonal-shift","uid":"arc-zonal-shift-2022-10-30"},"operations":{"CancelZonalShift":{"http":{"method":"DELETE","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}},"GetManagedResource":{"http":{"method":"GET","requestUri":"/managedresources/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["appliedWeights","zonalShifts"],"members":{"appliedWeights":{"type":"map","key":{},"value":{"type":"float"}},"arn":{},"name":{},"zonalShifts":{"type":"list","member":{"type":"structure","required":["appliedStatus","awayFrom","comment","expiryTime","resourceIdentifier","startTime","zonalShiftId"],"members":{"appliedStatus":{},"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"zonalShiftId":{}}}}}}},"ListManagedResources":{"http":{"method":"GET","requestUri":"/managedresources","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["availabilityZones"],"members":{"arn":{},"availabilityZones":{"type":"list","member":{}},"name":{}}}},"nextToken":{}}}},"ListZonalShifts":{"http":{"method":"GET","requestUri":"/zonalshifts","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}}},"nextToken":{}}}},"StartZonalShift":{"http":{"requestUri":"/zonalshifts","responseCode":201},"input":{"type":"structure","required":["awayFrom","comment","expiresIn","resourceIdentifier"],"members":{"awayFrom":{},"comment":{},"expiresIn":{},"resourceIdentifier":{}}},"output":{"shape":"S3"}},"UpdateZonalShift":{"http":{"method":"PATCH","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"comment":{},"expiresIn":{},"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}}},"shapes":{"S3":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-10-30","endpointPrefix":"arc-zonal-shift","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS ARC - Zonal Shift","serviceId":"ARC Zonal Shift","signatureVersion":"v4","signingName":"arc-zonal-shift","uid":"arc-zonal-shift-2022-10-30"},"operations":{"CancelZonalShift":{"http":{"method":"DELETE","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}},"CreatePracticeRunConfiguration":{"http":{"requestUri":"/configuration","responseCode":201},"input":{"type":"structure","required":["outcomeAlarms","resourceIdentifier"],"members":{"blockedDates":{"shape":"Sb"},"blockedWindows":{"shape":"Sd"},"blockingAlarms":{"shape":"Sf"},"outcomeAlarms":{"shape":"Sf"},"resourceIdentifier":{}}},"output":{"type":"structure","required":["arn","name","practiceRunConfiguration","zonalAutoshiftStatus"],"members":{"arn":{},"name":{},"practiceRunConfiguration":{"shape":"Sl"},"zonalAutoshiftStatus":{}}}},"DeletePracticeRunConfiguration":{"http":{"method":"DELETE","requestUri":"/configuration/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["arn","name","zonalAutoshiftStatus"],"members":{"arn":{},"name":{},"zonalAutoshiftStatus":{}}},"idempotent":true},"GetManagedResource":{"http":{"method":"GET","requestUri":"/managedresources/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["appliedWeights","zonalShifts"],"members":{"appliedWeights":{"shape":"Sr"},"arn":{},"autoshifts":{"shape":"St"},"name":{},"practiceRunConfiguration":{"shape":"Sl"},"zonalAutoshiftStatus":{},"zonalShifts":{"shape":"Sw"}}}},"ListAutoshifts":{"http":{"method":"GET","requestUri":"/autoshifts","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["awayFrom","endTime","startTime","status"],"members":{"awayFrom":{},"endTime":{"type":"timestamp"},"startTime":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListManagedResources":{"http":{"method":"GET","requestUri":"/managedresources","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["availabilityZones"],"members":{"appliedWeights":{"shape":"Sr"},"arn":{},"autoshifts":{"shape":"St"},"availabilityZones":{"type":"list","member":{}},"name":{},"practiceRunStatus":{},"zonalAutoshiftStatus":{},"zonalShifts":{"shape":"Sw"}}}},"nextToken":{}}}},"ListZonalShifts":{"http":{"method":"GET","requestUri":"/zonalshifts","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceIdentifier":{"location":"querystring","locationName":"resourceIdentifier"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"practiceRunOutcome":{},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}}},"nextToken":{}}}},"StartZonalShift":{"http":{"requestUri":"/zonalshifts","responseCode":201},"input":{"type":"structure","required":["awayFrom","comment","expiresIn","resourceIdentifier"],"members":{"awayFrom":{},"comment":{},"expiresIn":{},"resourceIdentifier":{}}},"output":{"shape":"S3"}},"UpdatePracticeRunConfiguration":{"http":{"method":"PATCH","requestUri":"/configuration/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier"],"members":{"blockedDates":{"shape":"Sb"},"blockedWindows":{"shape":"Sd"},"blockingAlarms":{"shape":"Sf"},"outcomeAlarms":{"shape":"Sf"},"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"}}},"output":{"type":"structure","required":["arn","name","practiceRunConfiguration","zonalAutoshiftStatus"],"members":{"arn":{},"name":{},"practiceRunConfiguration":{"shape":"Sl"},"zonalAutoshiftStatus":{}}}},"UpdateZonalAutoshiftConfiguration":{"http":{"method":"PUT","requestUri":"/managedresources/{resourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["resourceIdentifier","zonalAutoshiftStatus"],"members":{"resourceIdentifier":{"location":"uri","locationName":"resourceIdentifier"},"zonalAutoshiftStatus":{}}},"output":{"type":"structure","required":["resourceIdentifier","zonalAutoshiftStatus"],"members":{"resourceIdentifier":{},"zonalAutoshiftStatus":{}}},"idempotent":true},"UpdateZonalShift":{"http":{"method":"PATCH","requestUri":"/zonalshifts/{zonalShiftId}","responseCode":200},"input":{"type":"structure","required":["zonalShiftId"],"members":{"comment":{},"expiresIn":{},"zonalShiftId":{"location":"uri","locationName":"zonalShiftId"}}},"output":{"shape":"S3"}}},"shapes":{"S3":{"type":"structure","required":["awayFrom","comment","expiryTime","resourceIdentifier","startTime","status","zonalShiftId"],"members":{"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"status":{},"zonalShiftId":{}}},"Sb":{"type":"list","member":{}},"Sd":{"type":"list","member":{}},"Sf":{"type":"list","member":{"type":"structure","required":["alarmIdentifier","type"],"members":{"alarmIdentifier":{},"type":{}}}},"Sl":{"type":"structure","required":["outcomeAlarms"],"members":{"blockedDates":{"shape":"Sb"},"blockedWindows":{"shape":"Sd"},"blockingAlarms":{"shape":"Sf"},"outcomeAlarms":{"shape":"Sf"}}},"Sr":{"type":"map","key":{},"value":{"type":"float"}},"St":{"type":"list","member":{"type":"structure","required":["appliedStatus","awayFrom","startTime"],"members":{"appliedStatus":{},"awayFrom":{},"startTime":{"type":"timestamp"}}}},"Sw":{"type":"list","member":{"type":"structure","required":["appliedStatus","awayFrom","comment","expiryTime","resourceIdentifier","startTime","zonalShiftId"],"members":{"appliedStatus":{},"awayFrom":{},"comment":{},"expiryTime":{"type":"timestamp"},"practiceRunOutcome":{},"resourceIdentifier":{},"startTime":{"type":"timestamp"},"zonalShiftId":{}}}}}} /***/ }), /* 1233 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"ListManagedResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListZonalShifts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}} + module.exports = {"pagination":{"ListAutoshifts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListManagedResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListZonalShifts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}} /***/ }), /* 1234 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index b4ee82d11b..6b549bc82e 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1508.0 +// AWS SDK for JavaScript v2.1509.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1508.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e), +;return t.paginators=e("../apis/resource-groups-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ResourceGroups},{"../apis/resource-groups-2017-11-27.min.json":207,"../apis/resource-groups-2017-11-27.paginators.json":208,"../lib/core":350,"../lib/node_loader":346}],324:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53={},a.Route53=i.defineService("route53",["2013-04-01"]),e("../lib/services/route53"),Object.defineProperty(s.services.route53,"2013-04-01",{get:function(){var t=e("../apis/route53-2013-04-01.min.json");return t.paginators=e("../apis/route53-2013-04-01.paginators.json").pagination,t.waiters=e("../apis/route53-2013-04-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Route53},{"../apis/route53-2013-04-01.min.json":209,"../apis/route53-2013-04-01.paginators.json":210,"../apis/route53-2013-04-01.waiters2.json":211,"../lib/core":350,"../lib/node_loader":346,"../lib/services/route53":413}],325:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53domains={},a.Route53Domains=i.defineService("route53domains",["2014-05-15"]),Object.defineProperty(s.services.route53domains,"2014-05-15",{get:function(){var t=e("../apis/route53domains-2014-05-15.min.json");return t.paginators=e("../apis/route53domains-2014-05-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Route53Domains},{"../apis/route53domains-2014-05-15.min.json":212,"../apis/route53domains-2014-05-15.paginators.json":213,"../lib/core":350,"../lib/node_loader":346}],326:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.s3={},a.S3=i.defineService("s3",["2006-03-01"]),e("../lib/services/s3"),Object.defineProperty(s.services.s3,"2006-03-01",{get:function(){var t=e("../apis/s3-2006-03-01.min.json");return t.paginators=e("../apis/s3-2006-03-01.paginators.json").pagination,t.waiters=e("../apis/s3-2006-03-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.S3},{"../apis/s3-2006-03-01.min.json":218,"../apis/s3-2006-03-01.paginators.json":219,"../apis/s3-2006-03-01.waiters2.json":220,"../lib/core":350,"../lib/node_loader":346,"../lib/services/s3":414}],327:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.secretsmanager={},a.SecretsManager=i.defineService("secretsmanager",["2017-10-17"]),Object.defineProperty(s.services.secretsmanager,"2017-10-17",{get:function(){var t=e("../apis/secretsmanager-2017-10-17.min.json");return t.paginators=e("../apis/secretsmanager-2017-10-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SecretsManager},{"../apis/secretsmanager-2017-10-17.min.json":221,"../apis/secretsmanager-2017-10-17.paginators.json":222,"../lib/core":350,"../lib/node_loader":346}],328:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.servicecatalog={},a.ServiceCatalog=i.defineService("servicecatalog",["2015-12-10"]),Object.defineProperty(s.services.servicecatalog,"2015-12-10",{get:function(){var t=e("../apis/servicecatalog-2015-12-10.min.json");return t.paginators=e("../apis/servicecatalog-2015-12-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ServiceCatalog},{"../apis/servicecatalog-2015-12-10.min.json":223,"../apis/servicecatalog-2015-12-10.paginators.json":224,"../lib/core":350,"../lib/node_loader":346}],329:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ses={},a.SES=i.defineService("ses",["2010-12-01"]),Object.defineProperty(s.services.ses,"2010-12-01",{get:function(){var t=e("../apis/email-2010-12-01.min.json");return t.paginators=e("../apis/email-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/email-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SES},{"../apis/email-2010-12-01.min.json":111,"../apis/email-2010-12-01.paginators.json":112,"../apis/email-2010-12-01.waiters2.json":113,"../lib/core":350,"../lib/node_loader":346}],330:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sns={},a.SNS=i.defineService("sns",["2010-03-31"]),Object.defineProperty(s.services.sns,"2010-03-31",{get:function(){var t=e("../apis/sns-2010-03-31.min.json");return t.paginators=e("../apis/sns-2010-03-31.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SNS},{"../apis/sns-2010-03-31.min.json":225,"../apis/sns-2010-03-31.paginators.json":226,"../lib/core":350,"../lib/node_loader":346}],331:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sqs={},a.SQS=i.defineService("sqs",["2012-11-05"]),e("../lib/services/sqs"),Object.defineProperty(s.services.sqs,"2012-11-05",{get:function(){var t=e("../apis/sqs-2012-11-05.min.json");return t.paginators=e("../apis/sqs-2012-11-05.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SQS},{"../apis/sqs-2012-11-05.min.json":227,"../apis/sqs-2012-11-05.paginators.json":228,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sqs":416}],332:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ssm={},a.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(s.services.ssm,"2014-11-06",{get:function(){var t=e("../apis/ssm-2014-11-06.min.json");return t.paginators=e("../apis/ssm-2014-11-06.paginators.json").pagination,t.waiters=e("../apis/ssm-2014-11-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SSM},{"../apis/ssm-2014-11-06.min.json":229,"../apis/ssm-2014-11-06.paginators.json":230,"../apis/ssm-2014-11-06.waiters2.json":231,"../lib/core":350,"../lib/node_loader":346}],333:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.storagegateway={},a.StorageGateway=i.defineService("storagegateway",["2013-06-30"]),Object.defineProperty(s.services.storagegateway,"2013-06-30",{get:function(){var t=e("../apis/storagegateway-2013-06-30.min.json");return t.paginators=e("../apis/storagegateway-2013-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.StorageGateway},{"../apis/storagegateway-2013-06-30.min.json":232,"../apis/storagegateway-2013-06-30.paginators.json":233,"../lib/core":350,"../lib/node_loader":346}],334:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sts={},a.STS=i.defineService("sts",["2011-06-15"]),e("../lib/services/sts"),Object.defineProperty(s.services.sts,"2011-06-15",{get:function(){var t=e("../apis/sts-2011-06-15.min.json");return t.paginators=e("../apis/sts-2011-06-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.STS},{"../apis/sts-2011-06-15.min.json":236,"../apis/sts-2011-06-15.paginators.json":237,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sts":417}],335:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":238,"../apis/translate-2017-07-01.paginators.json":239,"../lib/core":350,"../lib/node_loader":346}],336:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":240,"../apis/waf-2015-08-24.paginators.json":241,"../lib/core":350,"../lib/node_loader":346}],337:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":242,"../apis/workdocs-2016-05-01.paginators.json":243,"../lib/core":350,"../lib/node_loader":346}],338:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":244,"../apis/xray-2016-04-12.paginators.json":245,"../lib/core":350,"../lib/node_loader":346}],339:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],340:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":342,"./browserMd5":343,"./browserSha1":344,"./browserSha256":345}],341:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1509.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e), this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),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":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString() ;e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body) diff --git a/lib/core.js b/lib/core.js index 913831c3fa..b32c1abe03 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,7 @@ AWS.util.update(AWS, { /** * @constant */ - VERSION: '2.1508.0', + VERSION: '2.1509.0', /** * @api private diff --git a/package.json b/package.json index 3442f06257..23e3bfd991 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk", "description": "AWS SDK for JavaScript", - "version": "2.1508.0", + "version": "2.1509.0", "author": { "name": "Amazon Web Services", "email": "",